pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/tripwire Mark tripwire as being only for NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f3a9f961066
branches:  trunk
changeset: 461702:6f3a9f961066
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Sep 19 13:26:12 2003 +0000

description:
Mark tripwire as being only for NetBSD and Solaris right now.

The Darwin compile time configuration is easy to write, but I don't have a
Darwin box handy, and so the tw.conf.darwin is a bit difficult to write as
there tend to be a few non-standard paths.

In response to PR 22362.

diffstat:

 security/tripwire/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e54c114b4425 -r 6f3a9f961066 security/tripwire/Makefile
--- a/security/tripwire/Makefile        Fri Sep 19 13:26:00 2003 +0000
+++ b/security/tripwire/Makefile        Fri Sep 19 13:26:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 22:53:20 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/19 13:26:12 agc Exp $
 #
 
 DISTNAME=      tripwire-1.2
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.cerias.purdue.edu/coast/coast-library.html
 COMMENT=       File and directory integrity checker
 
+ONLY_FOR_PLATFORM=     NetBSD-*-* SunOS-*-*
+
 USE_BUILDLINK2=        YES
 USE_PKGINSTALL=        YES
 



Home | Main Index | Thread Index | Old Index