summaryrefslogtreecommitdiff
path: root/devel/bglibs
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2006-11-07 08:06:32 +0000
committerschmonz <schmonz@pkgsrc.org>2006-11-07 08:06:32 +0000
commit0a41fc4f9633ebe943c7948b84d00348ccf5113b (patch)
treec89578a87e6c97275a8b5090a57784629abce488 /devel/bglibs
parent3867f25300a9bf69d83aeae3a1c05fa1905f320d (diff)
downloadpkgsrc-0a41fc4f9633ebe943c7948b84d00348ccf5113b.tar.gz
Update to 1.102. From the changelog:
- Fixed a bug in resolve_ipv4name_n: when handling multiple IPs, it would always copy the first one multiple times. - Added more conversions to fmt_multi: S - formats a str m - formats the result of strerror(errno) - Fixed include compatibility problem in sys/tryclockgettime.c. Thanks Amitai Schlair - Added sysdep for __attribute__. - Marked some symbols as "weak" to prevent link errors if they aren't defined by programs using -lbg.
Diffstat (limited to 'devel/bglibs')
-rw-r--r--devel/bglibs/Makefile4
-rw-r--r--devel/bglibs/distinfo9
-rw-r--r--devel/bglibs/patches/patch-aa13
3 files changed, 6 insertions, 20 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile
index b43f7784157..7811c90d40c 100644
--- a/devel/bglibs/Makefile
+++ b/devel/bglibs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/07/29 00:58:51 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2006/11/07 08:06:32 schmonz Exp $
#
-DISTNAME= bglibs-1.100
+DISTNAME= bglibs-1.102
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}
diff --git a/devel/bglibs/distinfo b/devel/bglibs/distinfo
index c3766ae98e4..1b0d3ab58f6 100644
--- a/devel/bglibs/distinfo
+++ b/devel/bglibs/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.17 2006/07/29 00:58:51 schmonz Exp $
+$NetBSD: distinfo,v 1.18 2006/11/07 08:06:32 schmonz Exp $
-SHA1 (bglibs-1.100.tar.gz) = 2ebc13e6014875c6dec87d64c7034a09a0aa8bd7
-RMD160 (bglibs-1.100.tar.gz) = b9b900252fa7963630d7e72fc089fa62aaaf9722
-Size (bglibs-1.100.tar.gz) = 419782 bytes
-SHA1 (patch-aa) = 5f2fc703955d35783a6a490bde2d852c21515257
+SHA1 (bglibs-1.102.tar.gz) = 45d0df13d35d5b162378314f354dde76aa704977
+RMD160 (bglibs-1.102.tar.gz) = 5e8e1c37f5c153cb04f4451f130013676bc655bf
+Size (bglibs-1.102.tar.gz) = 421136 bytes
SHA1 (patch-ab) = ebea7511d5dd5fe8cc89e2d23f1b26f890485bcf
diff --git a/devel/bglibs/patches/patch-aa b/devel/bglibs/patches/patch-aa
deleted file mode 100644
index 5f111c65991..00000000000
--- a/devel/bglibs/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2006/02/22 13:46:19 joerg Exp $
-
-This patch is a context diff to hack around bugs in GNU patch.
-
-*** sys/tryclockgettime.c.orig Wed Feb 22 14:38:44 2006
---- sys/tryclockgettime.c Wed Feb 22 14:40:04 2006
-***************
-*** 2,3 ****
---- 2,4 ----
-+ #include <sys/time.h>
- #include <time.h>
-
- int main(void)