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 | 2024e126830b46eda82dc23d75278d0afbce9bd6 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /www/libghttp | |
parent | bd0ebece81d54959f16b89326aa3394f0bdd38e2 (diff) | |
download | pkgsrc-2024e126830b46eda82dc23d75278d0afbce9bd6.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 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 3 | ||||
-rw-r--r-- | www/libghttp/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 8b3036da8e2..3e41dd0a1e4 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/05/09 05:52:20 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:26 tv Exp $ DISTNAME= libghttp-1.0.9 +PKGREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libghttp/1.0/} diff --git a/www/libghttp/buildlink3.mk b/www/libghttp/buildlink3.mk index fdb8635a16a..8adb8caeda9 100644 --- a/www/libghttp/buildlink3.mk +++ b/www/libghttp/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 19:25:41 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:26 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBGHTTP_BUILDLINK3_MK:= ${LIBGHTTP_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libghttp .if !empty(LIBGHTTP_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libghttp+= libghttp>=1.0.9 +BUILDLINK_RECOMMENDED.libghttp+= libghttp>=1.0.9nb1 BUILDLINK_PKGSRCDIR.libghttp?= ../../www/libghttp .endif # LIBGHTTP_BUILDLINK3_MK |