pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Add back what was patch-ac (from krister...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfd6e96e5204
branches:  trunk
changeset: 499220:cfd6e96e5204
user:      atatat <atatat%pkgsrc.org@localhost>
date:      Thu Sep 15 02:45:13 2005 +0000

description:
Add back what was patch-ac (from kristerw) as patch-ab since it's not
a patch to lsof that the author would be interested in taking back as
it only addresses the use of pkgsrc on Darwin:

   Do not ask the user about the path to the darwin XNU kernel header
   files in the case they are not found -- report an error instead
   (since going interactive breaks bulk building...)

We are in a "freeze" at the moment, but this ought to fix the build of
a leaf package under Darwin.

diffstat:

 sysutils/lsof/distinfo         |   3 ++-
 sysutils/lsof/patches/patch-ab |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 562f25b54fb3 -r cfd6e96e5204 sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo    Thu Sep 15 01:15:47 2005 +0000
+++ b/sysutils/lsof/distinfo    Thu Sep 15 02:45:13 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.58 2005/09/14 01:22:50 taca Exp $
+$NetBSD: distinfo,v 1.59 2005/09/15 02:45:13 atatat Exp $
 
 SHA1 (lsof_4.76.tar.bz2) = 75e1b81d8498a0dbe818e952ebada985c08ab2db
 RMD160 (lsof_4.76.tar.bz2) = deee519e0f43349252951495c53ef6c2b57a7f59
 Size (lsof_4.76.tar.bz2) = 704578 bytes
 SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f
+SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4
diff -r 562f25b54fb3 -r cfd6e96e5204 sysutils/lsof/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/lsof/patches/patch-ab    Thu Sep 15 02:45:13 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.37 2005/09/15 02:45:13 atatat Exp $
+
+--- dialects/darwin/get-hdr-loc.sh.orig        2005-05-27 16:18:54.000000000 -0400
++++ dialects/darwin/get-hdr-loc.sh
+@@ -48,10 +48,9 @@ do
+     echo "and then installed.  (See 00FAQ for download and installation" 1>&2
+     echo "instructions.)" 1>&2
+     echo "" 1>&2
+-    echo "Please specify the path to the place where they were installed." 1>&2
+-    echo "" 1>&2
+     echo "---------------------------------------------------------------" 1>&2
+   fi  # }
++  exit 1
+ 
+   END=0
+   while test $END = 0 # {



Home | Main Index | Thread Index | Old Index