diff options
author | wiz <wiz> | 2009-03-06 14:02:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-06 14:02:32 +0000 |
commit | bc4b2a32574f8c7a304018ec484d6af1f022ed1b (patch) | |
tree | 7000977c7b3ade34e40b8cd6ee09d583cf9ba85a /net | |
parent | 9f8f02498056836f2038c369393cb34a2f62d118 (diff) | |
download | pkgsrc-bc4b2a32574f8c7a304018ec484d6af1f022ed1b.tar.gz |
Update to 2.14.17:
ORBit2-2.14.17
- bug fixes
+ fix glib single includes (Cosimo Cecchi)
+ various fixes for cross-compiling (Fridrich Strba)
+ do fewer DNS lookups in linc (Jules Colding)
+ fix compiler warnings (Kjartan)
+ threading fixes (Tor Lillqvist)
+ win32 portability fixes (Tor Lillqvist)
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 11 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-aa | 8 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-ad | 13 |
4 files changed, 25 insertions, 11 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index b5c764bab0d..2710c44b27f 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2008/10/09 20:22:23 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2009/03/06 14:02:32 wiz Exp $ # -DISTNAME= ORBit2-2.14.16 +DISTNAME= ORBit2-2.14.17 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index 4e5b501a0bf..c6fb8c1a4e5 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.43 2008/10/09 20:22:23 wiz Exp $ +$NetBSD: distinfo,v 1.44 2009/03/06 14:02:32 wiz Exp $ -SHA1 (ORBit2-2.14.16.tar.bz2) = d366a92f8ce1989caf21cc6884f90cbcad42ea59 -RMD160 (ORBit2-2.14.16.tar.bz2) = 69a76a246d06f10708cfda9c420be173e0746b39 -Size (ORBit2-2.14.16.tar.bz2) = 739458 bytes -SHA1 (patch-aa) = 6e87e28e3634908f35c219f81a47d0353cfaf551 +SHA1 (ORBit2-2.14.17.tar.bz2) = d1f38e9df5efc219f3a5cfb4d0a0cbc1b381fe1c +RMD160 (ORBit2-2.14.17.tar.bz2) = 7e76fe543163fe9763e4a7e293640c7c87a160e8 +Size (ORBit2-2.14.17.tar.bz2) = 747503 bytes +SHA1 (patch-aa) = 5d323eca3c12f0faa79b44aed5c4abf10b09e417 SHA1 (patch-ab) = efd6a945b3ac65823a36bb8301fa8d0c8ff99960 SHA1 (patch-ac) = 075a11883b9d0a3ec7d5d93b37007ba64e1baf41 +SHA1 (patch-ad) = 1f275caae42ea5f6fd699b8c01813ae27f177d9d SHA1 (patch-ae) = d92c0c8985be666e6ec60b46ff8007447ffc4275 diff --git a/net/ORBit2/patches/patch-aa b/net/ORBit2/patches/patch-aa index 5405dc80e66..553f1251950 100644 --- a/net/ORBit2/patches/patch-aa +++ b/net/ORBit2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2004/11/05 10:19:10 sketch Exp $ +$NetBSD: patch-aa,v 1.7 2009/03/06 14:02:32 wiz Exp $ ---- src/idl-compiler/orbit-idl-c-headers.c.orig Wed Nov 3 13:10:51 2004 -+++ src/idl-compiler/orbit-idl-c-headers.c Wed Nov 3 13:11:53 2004 -@@ -447,6 +447,16 @@ +--- src/idl-compiler/orbit-idl-c-headers.c.orig 2008-08-31 14:04:43.000000000 +0000 ++++ src/idl-compiler/orbit-idl-c-headers.c +@@ -587,6 +587,16 @@ ch_output_codefrag(IDL_tree tree, OIDL_R while(*cte && !isspace((int)*cte) && *cte != '"') cte++; *cte = '\0'; fprintf(ci->fh, "#include <%s>\n", ctmp); diff --git a/net/ORBit2/patches/patch-ad b/net/ORBit2/patches/patch-ad new file mode 100644 index 00000000000..1b431f8a6eb --- /dev/null +++ b/net/ORBit2/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.5 2009/03/06 14:02:32 wiz Exp $ + +--- configure.orig 2009-03-06 13:58:59.000000000 +0000 ++++ configure +@@ -11669,7 +11669,7 @@ if test "${with_idl_compiler+set}" = set + + fi + +-if test x$IDL_COMPILER == x"\$(top_builddir)/src/idl-compiler/orbit-idl-2\$(EXEEXT)"; then ++if test x$IDL_COMPILER = x"\$(top_builddir)/src/idl-compiler/orbit-idl-2\$(EXEEXT)"; then + { $as_echo "$as_me:$LINENO: result: internal" >&5 + $as_echo "internal" >&6; } + else |