pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security These conflict with with libfwbuilder21 and f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e184a222c46
branches:  trunk
changeset: 521341:5e184a222c46
user:      bad <bad%pkgsrc.org@localhost>
date:      Thu Nov 09 19:10:17 2006 +0000

description:
These conflict with with libfwbuilder21 and fwbuilder21 because
of the lib/libfw{builder,compiler}.{a,la.so} files.

diffstat:

 security/fwbuilder/Makefile    |  4 +++-
 security/libfwbuilder/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 843fff45ed59 -r 5e184a222c46 security/fwbuilder/Makefile
--- a/security/fwbuilder/Makefile       Thu Nov 09 19:07:56 2006 +0000
+++ b/security/fwbuilder/Makefile       Thu Nov 09 19:10:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:18 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/11/09 19:10:17 bad Exp $
 
 DISTNAME=      fwbuilder-2.0.12
 CATEGORIES=    security net
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.fwbuilder.org/
 COMMENT=       Firewall Builder GUI
 
+CONFLICTS=     fwbuilder21-[0-9]*
+
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
diff -r 843fff45ed59 -r 5e184a222c46 security/libfwbuilder/Makefile
--- a/security/libfwbuilder/Makefile    Thu Nov 09 19:07:56 2006 +0000
+++ b/security/libfwbuilder/Makefile    Thu Nov 09 19:10:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2006/11/09 19:10:17 bad Exp $
 
 DISTNAME=      libfwbuilder-2.0.12
 CATEGORIES=    security net
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.fwbuilder.org/
 COMMENT=       Firewall Builder API
 
+CONFLICTS=     libfwbuilder21-[0-9]*
+
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index