pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/tripwire Fix build problem with USE_DESTDIR =...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f36312f35e44
branches:  trunk
changeset: 551290:f36312f35e44
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 12 01:10:54 2008 +0000

description:
Fix build problem with USE_DESTDIR == no.

diffstat:

 security/tripwire/distinfo         |   4 ++--
 security/tripwire/patches/patch-aa |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r b2c45bce4ba1 -r f36312f35e44 security/tripwire/distinfo
--- a/security/tripwire/distinfo        Fri Dec 12 00:20:39 2008 +0000
+++ b/security/tripwire/distinfo        Fri Dec 12 01:10:54 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2008/10/03 17:42:29 joerg Exp $
+$NetBSD: distinfo,v 1.13 2008/12/12 01:10:54 taca Exp $
 
 SHA1 (tripwire-1.2.tar.gz) = 6fc91e25b3e1af3881fd5b6acf240ab6c1133e38
 RMD160 (tripwire-1.2.tar.gz) = f745db5973f14b1abbc0c2e7030f90e6fdac3257
 Size (tripwire-1.2.tar.gz) = 299831 bytes
-SHA1 (patch-aa) = 718860c41de3ad86161f3c87176ace43121b271a
+SHA1 (patch-aa) = e131fff1f7d3e5c589a4d1f6eb9bf4da4a5b970b
 SHA1 (patch-ab) = 78a8e7050b51c05f94273581ffed8f56c89387ad
 SHA1 (patch-ac) = 35b3fe52f497e6cbbf7edfeaee398f0d24aff219
 SHA1 (patch-ad) = 4b8ad8d0cd7c17a8f3a655c5a574856670533ea5
diff -r b2c45bce4ba1 -r f36312f35e44 security/tripwire/patches/patch-aa
--- a/security/tripwire/patches/patch-aa        Fri Dec 12 00:20:39 2008 +0000
+++ b/security/tripwire/patches/patch-aa        Fri Dec 12 01:10:54 2008 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.5 2008/10/03 17:42:29 joerg Exp $
+$NetBSD: patch-aa,v 1.6 2008/12/12 01:10:54 taca Exp $
 
---- Makefile.orig      1994-07-25 17:59:41.000000000 +0200
+--- Makefile.orig      1994-07-26 00:59:41.000000000 +0900
 +++ Makefile
+@@ -12,7 +12,7 @@
+ ###
+ 
+ # destination directory for final executables
+-DESTDIR = /secureplace/bin
++DESTDIR? =
+ 
+ # destination for man pages
+ MANDIR  = /usr/man
 @@ -32,11 +32,11 @@ SHELL      = /bin/sh
  #SHELL        = /bin/bash             # For the GNU fanatics
  



Home | Main Index | Thread Index | Old Index