summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-07-17 12:04:26 +0000
committertron <tron@pkgsrc.org>2011-07-17 12:04:26 +0000
commit05a09930abd61cbef0c20252eb7c1a96195f6f86 (patch)
treedc4fd794826367d7daa6bcac2bfa7032a2b72da7 /devel
parent83d4cb00ac994100b74178d7e257bc00758a1f68 (diff)
downloadpkgsrc-05a09930abd61cbef0c20252eb7c1a96195f6f86.tar.gz
Fix shared library version number based on OBATA Akio's analysis in
GNOME bug 654767. The package is now compatible with previously built binary packages under Mac OS X.
Diffstat (limited to 'devel')
-rw-r--r--devel/atk/Makefile4
-rw-r--r--devel/atk/distinfo3
-rw-r--r--devel/atk/patches/patch-aa18
3 files changed, 22 insertions, 3 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 7822a6107a7..222efcf49e4 100644
--- a/devel/atk/Makefile
+++ b/devel/atk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2011/07/15 13:38:04 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.77 2011/07/17 12:04:26 tron Exp $
DISTNAME= atk-2.0.1
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/2.0/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/atk/distinfo b/devel/atk/distinfo
index 2668f84b816..e7f73d74124 100644
--- a/devel/atk/distinfo
+++ b/devel/atk/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.38 2011/07/15 08:07:03 ryoon Exp $
+$NetBSD: distinfo,v 1.39 2011/07/17 12:04:26 tron Exp $
SHA1 (atk-2.0.1.tar.bz2) = f830ff27590e4dd486ebe6538e2b03484faee10a
RMD160 (atk-2.0.1.tar.bz2) = 8161a41614bcd13d82b90ae654b24437a165d2c9
Size (atk-2.0.1.tar.bz2) = 734314 bytes
+SHA1 (patch-aa) = fbbcde090aae72ef996bfeee87b9d2075059cdd0
diff --git a/devel/atk/patches/patch-aa b/devel/atk/patches/patch-aa
new file mode 100644
index 00000000000..71d93cbb2fb
--- /dev/null
+++ b/devel/atk/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.6 2011/07/17 12:04:27 tron Exp $
+
+Work around shared library version problems which cause a version number
+downgrade that e.g. break Mac OS X. Details are available here:
+
+https://bugzilla.gnome.org/show_bug.cgi?id=654767
+
+--- configure.orig 2011-06-13 17:34:43.000000000 +0100
++++ configure 2011-07-17 12:57:10.000000000 +0100
+@@ -2971,7 +2971,7 @@
+
+
+
+-LT_VERSION_INFO=10:1:10
++LT_VERSION_INFO=3210:1:3210
+ LT_CURRENT_MINUS_AGE=0
+
+