diff options
author | jlam <jlam> | 2000-06-20 23:33:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-20 23:33:16 +0000 |
commit | 45f665354fa2fc63006ccea44a336ef08be9d6bc (patch) | |
tree | 7182c4f97c6813362a84db23cd2ca2e39858f7ca /www/libghttp | |
parent | 0399f46678a74b5a3c276212ad59cd9ca9d8eb03 (diff) | |
download | pkgsrc-45f665354fa2fc63006ccea44a336ef08be9d6bc.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 17 | ||||
-rw-r--r-- | www/libghttp/files/patch-sum | 7 | ||||
-rw-r--r-- | www/libghttp/patches/patch-aa | 22 | ||||
-rw-r--r-- | www/libghttp/pkg/PLIST | 3 |
4 files changed, 16 insertions, 33 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index bff2f024d53..0d07619c791 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:42 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/20 23:33:16 jlam Exp $ -DISTNAME= libghttp-1.0.6 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/} +DISTNAME= libghttp-1.0.6 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/} -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.gnome.org/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.gnome.org/ -GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/www/libghttp/files/patch-sum b/www/libghttp/files/patch-sum index ee28085b60b..21005db8f14 100644 --- a/www/libghttp/files/patch-sum +++ b/www/libghttp/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.2 2000/05/30 21:06:02 drochner Exp $ +$NetBSD: patch-sum,v 1.3 2000/06/20 23:33:16 jlam Exp $ -MD5 (patch-aa) = 3e321b5d2115c34090c968be799ce403 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/www/libghttp/patches/patch-aa b/www/libghttp/patches/patch-aa deleted file mode 100644 index 9be54a82580..00000000000 --- a/www/libghttp/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/05/30 21:06:02 drochner Exp $ - ---- configure.orig Sun Apr 16 03:33:22 2000 -+++ configure Thu May 25 19:41:50 2000 -@@ -1775,6 +1775,8 @@ - *) lt_target="$target" ;; - esac - -+if false; then -+ - # Check for any special flags to pass to ltconfig. - # - # the following will cause an existing older ltconfig to fail, so -@@ -1938,7 +1940,7 @@ - # clobbered by the next message. - exec 5>>./config.log - -- -+fi - - - diff --git a/www/libghttp/pkg/PLIST b/www/libghttp/pkg/PLIST index dd9f3d58310..f01deef2b07 100644 --- a/www/libghttp/pkg/PLIST +++ b/www/libghttp/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/06/20 23:33:17 jlam Exp $ include/ghttp.h include/ghttp_constants.h lib/libghttp.a +lib/libghttp.la lib/libghttp.so.1.0 |