summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-10-22 19:45:30 +0000
committerdrochner <drochner@pkgsrc.org>2010-10-22 19:45:30 +0000
commitcab79190219238a2311e609b6d84611020264a1b (patch)
treeec4414a5fadf0e7f90758eb1b8540c7c41e31c28 /net
parent7f48a997bdb2dd8a4fdd3568bfec96ea0744fd54 (diff)
downloadpkgsrc-cab79190219238a2311e609b6d84611020264a1b.tar.gz
update to 2.14.19
change: fix free on error of uninitialized IOR components
Diffstat (limited to 'net')
-rw-r--r--net/ORBit2/Makefile4
-rw-r--r--net/ORBit2/distinfo10
-rw-r--r--net/ORBit2/patches/patch-ad8
3 files changed, 11 insertions, 11 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index 078c04d0bb0..2b95e76cdce 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2010/08/29 09:38:20 obache Exp $
+# $NetBSD: Makefile,v 1.74 2010/10/22 19:45:30 drochner Exp $
#
-DISTNAME= ORBit2-2.14.18
+DISTNAME= ORBit2-2.14.19
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 db3d084610c..7ab8f487808 100644
--- a/net/ORBit2/distinfo
+++ b/net/ORBit2/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2010/06/11 13:49:00 drochner Exp $
+$NetBSD: distinfo,v 1.46 2010/10/22 19:45:30 drochner Exp $
-SHA1 (ORBit2-2.14.18.tar.bz2) = 76074570d3fc08d4e62d37f02023fe1af3b7be3f
-RMD160 (ORBit2-2.14.18.tar.bz2) = 8105c7323869be38a21de562878150f25da17f17
-Size (ORBit2-2.14.18.tar.bz2) = 747701 bytes
+SHA1 (ORBit2-2.14.19.tar.bz2) = e7c26aa4b82c146b3ec08d490e3469b4913e4e2f
+RMD160 (ORBit2-2.14.19.tar.bz2) = e16c1697efc4ad3dafca47828954f39438b4a8d4
+Size (ORBit2-2.14.19.tar.bz2) = 764820 bytes
SHA1 (patch-ab) = efd6a945b3ac65823a36bb8301fa8d0c8ff99960
SHA1 (patch-ac) = 075a11883b9d0a3ec7d5d93b37007ba64e1baf41
-SHA1 (patch-ad) = 1f275caae42ea5f6fd699b8c01813ae27f177d9d
+SHA1 (patch-ad) = c55b1abf9f0262b234a1da9514dc375a4ab4e637
SHA1 (patch-ae) = d92c0c8985be666e6ec60b46ff8007447ffc4275
diff --git a/net/ORBit2/patches/patch-ad b/net/ORBit2/patches/patch-ad
index 1b431f8a6eb..5364e78d394 100644
--- a/net/ORBit2/patches/patch-ad
+++ b/net/ORBit2/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.5 2009/03/06 14:02:32 wiz Exp $
+$NetBSD: patch-ad,v 1.6 2010/10/22 19:45:30 drochner Exp $
---- configure.orig 2009-03-06 13:58:59.000000000 +0000
+--- configure.orig 2010-09-28 09:39:37.000000000 +0000
+++ configure
-@@ -11669,7 +11669,7 @@ if test "${with_idl_compiler+set}" = set
+@@ -11041,7 +11041,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 "$as_me:${as_lineno-$LINENO}: result: internal" >&5
$as_echo "internal" >&6; }
else