pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bglibs Update to 1.102. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e7a14ef9892
branches:  trunk
changeset: 521233:7e7a14ef9892
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Nov 07 08:06:32 2006 +0000

description:
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:

 devel/bglibs/Makefile         |   4 ++--
 devel/bglibs/distinfo         |   9 ++++-----
 devel/bglibs/patches/patch-aa |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (45 lines):

diff -r 4707f247b144 -r 7e7a14ef9892 devel/bglibs/Makefile
--- a/devel/bglibs/Makefile     Tue Nov 07 08:04:44 2006 +0000
+++ b/devel/bglibs/Makefile     Tue Nov 07 08:06:32 2006 +0000
@@ -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 -r 4707f247b144 -r 7e7a14ef9892 devel/bglibs/distinfo
--- a/devel/bglibs/distinfo     Tue Nov 07 08:04:44 2006 +0000
+++ b/devel/bglibs/distinfo     Tue Nov 07 08:06:32 2006 +0000
@@ -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 -r 4707f247b144 -r 7e7a14ef9892 devel/bglibs/patches/patch-aa
--- a/devel/bglibs/patches/patch-aa     Tue Nov 07 08:04:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index