diff options
author | tron <tron@pkgsrc.org> | 2011-07-17 12:04:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-17 12:04:26 +0000 |
commit | ff18baceeb9f55895586ecb7147491ec0b4e5a61 (patch) | |
tree | dc4fd794826367d7daa6bcac2bfa7032a2b72da7 /devel/atk | |
parent | cc5a3e953238c59b093031443aa79f9bc611ab95 (diff) | |
download | pkgsrc-ff18baceeb9f55895586ecb7147491ec0b4e5a61.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/atk')
-rw-r--r-- | devel/atk/Makefile | 4 | ||||
-rw-r--r-- | devel/atk/distinfo | 3 | ||||
-rw-r--r-- | devel/atk/patches/patch-aa | 18 |
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 + + |