summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-12-16 16:14:06 +0000
committerdrochner <drochner@pkgsrc.org>2002-12-16 16:14:06 +0000
commited01400ed26c2fe0bdd2afaa65c012146fed392f (patch)
tree13f0b6283fb00cc0e05ee858d272dc0b62cb04fa /net/wget
parent1bb854a679ba232136fe6265954c0c741bba6c84 (diff)
downloadpkgsrc-ed01400ed26c2fe0bdd2afaa65c012146fed392f.tar.gz
make this work (USE_LIBTOOL, fix some "configure" nonsense which
conflicted with out libtool hacks)
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/Makefile4
-rw-r--r--net/wget/distinfo3
-rw-r--r--net/wget/patches/patch-ah13
3 files changed, 18 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 6ea3a33cc32..7549fde8287 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2002/12/16 11:39:00 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2002/12/16 16:14:06 drochner Exp $
DISTNAME= wget-1.8.2
CATEGORIES= net
@@ -17,6 +17,8 @@ USE_GMAKE= # defined
GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
EGDIR= ${PREFIX}/share/examples/wget
CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc
diff --git a/net/wget/distinfo b/net/wget/distinfo
index db8e1d28d11..201df9df0b3 100644
--- a/net/wget/distinfo
+++ b/net/wget/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2002/12/16 11:39:01 wiz Exp $
+$NetBSD: distinfo,v 1.16 2002/12/16 16:14:06 drochner Exp $
SHA1 (wget-1.8.2.tar.gz) = cb14189c47f281b33fd1ef37c4c8df39250fa7d5
Size (wget-1.8.2.tar.gz) = 1154648 bytes
@@ -7,3 +7,4 @@ SHA1 (patch-ad) = ecd764d96e1d0646ab0b6dbce5b2aad606979d43
SHA1 (patch-ae) = 200b93efcbea69292dd62559a90116c379aa6e0d
SHA1 (patch-af) = 3921360a2986004063ded15f9eaa5a6290a54bfc
SHA1 (patch-ag) = ea1e64523b8a6dcf5976840863ca995a7d4c755b
+SHA1 (patch-ah) = 208428640f131fe85a5c38ecabd0e89bee983f74
diff --git a/net/wget/patches/patch-ah b/net/wget/patches/patch-ah
new file mode 100644
index 00000000000..e46df9973a2
--- /dev/null
+++ b/net/wget/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2002/12/16 16:14:06 drochner Exp $
+
+--- configure.orig Mon Dec 16 17:06:11 2002
++++ configure Mon Dec 16 17:07:42 2002
+@@ -7178,7 +7178,7 @@
+ wget_save_LDFLAGS=$LDFLAGS
+ wget_save_CPPFLAGS=$CPPFLAGS
+
+- CC="$SHELL ./libtool $CC"
++# CC="$SHELL ./libtool $CC"
+
+ echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
+ echo "configure:7185: checking for dlopen in -ldl" >&5