diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
commit | c487cb967ac6446ee23e26612d1ba53dfe5bd7d1 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /security/tcp_wrappers | |
parent | 3180c40de85d6249c572f6db614da0049e9c4a79 (diff) | |
download | pkgsrc-c487cb967ac6446ee23e26612d1ba53dfe5bd7d1.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r-- | security/tcp_wrappers/Makefile | 4 | ||||
-rw-r--r-- | security/tcp_wrappers/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index 9d80e83c70b..2ee1c314488 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/06/08 12:24:00 cjep Exp $ +# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:13 tv Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security net MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ diff --git a/security/tcp_wrappers/buildlink3.mk b/security/tcp_wrappers/buildlink3.mk index d2108db559e..541b25feff5 100644 --- a/security/tcp_wrappers/buildlink3.mk +++ b/security/tcp_wrappers/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2004/03/10 17:57:15 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2004/10/03 00:18:13 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TCP_WRAPPERS_BUILDLINK3_MK:= ${TCP_WRAPPERS_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= tcp_wrappers .if !empty(TCP_WRAPPERS_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.tcp_wrappers+= tcp_wrappers>=7.6.1nb1 +BUILDLINK_RECOMMENDED.tcp_wrappers+= tcp_wrappers>=7.6.1nb3 BUILDLINK_PKGSRCDIR.tcp_wrappers?= ../../security/tcp_wrappers .endif # TCP_WRAPPERS_BUILDLINK3_MK |