pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/LPRng-core This is a Makefile, not a shell scrip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00787cee3003
branches:  trunk
changeset: 514962:00787cee3003
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 21 13:49:55 2006 +0000

description:
This is a Makefile, not a shell script... don't set SHELL="/bin/sh",
but rather SHELL=/bin/sh.  This fixes the error noted in the bulk
build results:

        http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html

diffstat:

 print/LPRng-core/distinfo         |   3 ++-
 print/LPRng-core/patches/patch-ah |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 873e99230682 -r 00787cee3003 print/LPRng-core/distinfo
--- a/print/LPRng-core/distinfo Wed Jun 21 13:23:25 2006 +0000
+++ b/print/LPRng-core/distinfo Wed Jun 21 13:49:55 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/12/29 13:46:16 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/06/21 13:49:55 jlam Exp $
 
 SHA1 (LPRng-3.8.28.tgz) = f4373004adb1439819600701bb98517137daf1fc
 RMD160 (LPRng-3.8.28.tgz) = f0460d7fa7d1ea0ce6b49fcb656905fdda3d0d41
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 7abd651dc1433ea6069d35f201fb146703ce3eb2
 SHA1 (patch-af) = 4a3f03207e3b1a94ebc5dd6375d40d3da8f8aedf
 SHA1 (patch-ag) = bc84154636da3b331076b1051c1e70a9f65c858b
+SHA1 (patch-ah) = 3c1b75ed1db210cd3d9033f59ecb43176b158a39
diff -r 873e99230682 -r 00787cee3003 print/LPRng-core/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/LPRng-core/patches/patch-ah Wed Jun 21 13:49:55 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2006/06/21 13:49:55 jlam Exp $
+
+--- Makefile.in.orig   2004-09-24 16:19:52.000000000 -0400
++++ Makefile.in
+@@ -42,7 +42,7 @@ LPD_PERMS_PATH=\"@LPD_PERMS_PATH@\"
+ LPD_CONF_PATH=\"@LPD_CONF_PATH@\"
+ PRINTCAP_PATH=\"@PRINTCAP_PATH@\"
+ LPD_PATH=\"@LPD_DIR@/lpd\"
+-SHELL="@SHELL@"
++SHELL=@SHELL@
+ LOCKFILE=\"@LOCKFILE@\"
+ CONFIG_SUBDIR="@CONFIG_SUBDIR@"
+ PSHOWALL="@PSHOWALL@"



Home | Main Index | Thread Index | Old Index