diff options
author | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
commit | 7f00eaada918d341e8d3350265651598af8c57c9 (patch) | |
tree | 7b8643591dcfdd1d154a49e4ece5ab3d341b33cc /security | |
parent | fe7a07740720a1d3916029f47aa0af6aa37980e4 (diff) | |
download | pkgsrc-7f00eaada918d341e8d3350265651598af8c57c9.tar.gz |
"Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is
no longer correct since update to libevent 1.x; it now uses libtool and
generates a shlib.
Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since
the binary pkg changes for any OS that doesn't have a sufficient builtin
libevent version (or the package has requested a non-builtin version).
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/honeyd-arpd/Makefile | 4 | ||||
-rw-r--r-- | security/honeyd/Makefile | 3 | ||||
-rw-r--r-- | security/scanssh/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 84d5bd41630..bec77d41bcc 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:11 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/16 14:46:43 tv Exp $ DISTNAME= fragroute-1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ diff --git a/security/honeyd-arpd/Makefile b/security/honeyd-arpd/Makefile index fc61140a56c..981bd55fc35 100644 --- a/security/honeyd-arpd/Makefile +++ b/security/honeyd-arpd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/04/20 14:36:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/16 14:46:43 tv Exp $ # DISTNAME= arpd-0.2 PKGNAME= honeyd-arpd-0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile index bd3af1ed722..12abf722d73 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/06/04 19:30:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/16 14:46:43 tv Exp $ # DISTNAME= honeyd-1.0 +PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 118ca9d6597..207405951e5 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:19 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/16 14:46:43 tv Exp $ DISTNAME= scanssh-2.1 +PKGVERSION= 1 CATEGORIES= security MASTER_SITES= http://monkey.org/~provos/ \ ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/scanssh/ |