summaryrefslogtreecommitdiff
path: root/net/dhcpcd
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2009-09-02 20:54:18 +0000
committerroy <roy@pkgsrc.org>2009-09-02 20:54:18 +0000
commitb954de95e813a3696f3d492902a340abcfa19d50 (patch)
tree03d01313bb59a11dfc5dff321960ea269317d886 /net/dhcpcd
parent4ae493a076778c2ad858a883e43e0c8d3aa4d0f8 (diff)
downloadpkgsrc-b954de95e813a3696f3d492902a340abcfa19d50.tar.gz
Update to 5.1.0
Changes from 5.0.6 * get_option_addr uses struct in_addr * instead of uint32_t * fixes a crash on sgimips/netbsd, thanks to Tim McIntosh * Use ssize_t which is a signed int and test if read() returns -1 fixes a crash on some embedded systems, thanks to David Wu * Fix -f path/to/config * -e, --env var=value for profile specific env vars * Many issues resolved when running in test mode * Don't print a (null) string when there is no NAK message * Fix compile on NetBSD-4 (PR pkg/41719) * Only allow hardware families we know by default (over-ridable) * Fix persistent and timeout 0 options * Fix parsing of escape code sequencies * Don't bring up interfaces brought down when handling new interfaces * Allow un-encapsulated vendor option * Build system now uses configure script and not mk stubs
Diffstat (limited to 'net/dhcpcd')
-rw-r--r--net/dhcpcd/Makefile14
-rw-r--r--net/dhcpcd/distinfo8
2 files changed, 9 insertions, 13 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index ed7d95bbae7..d44798a1ea5 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/07/08 22:24:33 roy Exp $
+# $NetBSD: Makefile,v 1.12 2009/09/02 20:54:18 roy Exp $
#
-DISTNAME= dhcpcd-5.0.6
+DISTNAME= dhcpcd-5.1.0
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
@@ -14,18 +14,14 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c99
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+= --with-hooks=ntp
EGDIR= ${PREFIX}/share/examples
-MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man
-MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
-
-# Install the configuration file
CONF_FILES+= ${EGDIR}/dhcpcd.conf ${PKG_SYSCONFDIR}/dhcpcd.conf
RCD_SCRIPTS+= dhcpcd
-# Install the ntp hook script by default
-MAKE_ENV+= HOOKSCRIPTS=50-ntp.conf
-
.include "../../mk/bsd.pkg.mk"
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index 63cb211eae1..597108c221e 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/07/08 22:24:33 roy Exp $
+$NetBSD: distinfo,v 1.11 2009/09/02 20:54:18 roy Exp $
-SHA1 (dhcpcd-5.0.6.tar.bz2) = 2539dfc157f3c897959ca16a4a9eabdfa4599657
-RMD160 (dhcpcd-5.0.6.tar.bz2) = 75ab9fb07ad09bb10f14ef5218da3ea95cceed4a
-Size (dhcpcd-5.0.6.tar.bz2) = 62535 bytes
+SHA1 (dhcpcd-5.1.0.tar.bz2) = 4c5c729e1e8fb7ca5fa8a0ab336d9adcbca5c40f
+RMD160 (dhcpcd-5.1.0.tar.bz2) = d22e3d4b8f4d16b9cb0a7743a63cbb3057ac17d1
+Size (dhcpcd-5.1.0.tar.bz2) = 63589 bytes