summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk-base
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-03-14 09:45:31 +0000
committerjperkin <jperkin@pkgsrc.org>2014-03-14 09:45:31 +0000
commit1f2ae2017a47c49d559de041728b1a39fea3ea1a (patch)
tree0fd5ecf69f672dbf793d0d0ad02a56a808fa9b69 /pkgtools/pbulk-base
parentb6026ed42a0d1b1773a03a16df70971973012314 (diff)
downloadpkgsrc-1f2ae2017a47c49d559de041728b1a39fea3ea1a.tar.gz
pbulk-base-0.48: Fix pbulk-scan on OSX.
On OSX pbulk-scan can fail to bind with EADDRNOTAVAIL due to sin_zero being used uninitialised. Ensure the sockaddr_in is cleared before use.
Diffstat (limited to 'pkgtools/pbulk-base')
-rw-r--r--pkgtools/pbulk-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk-base/Makefile b/pkgtools/pbulk-base/Makefile
index de45e1489f9..5e260d74acd 100644
--- a/pkgtools/pbulk-base/Makefile
+++ b/pkgtools/pbulk-base/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/10 14:38:51 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/14 09:45:31 jperkin Exp $
-DISTNAME= pbulk-base-0.47
+DISTNAME= pbulk-base-0.48
COMMENT= Core components of the modular bulk build framework
.include "../../pkgtools/pbulk/Makefile.common"