diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-15 11:14:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-15 11:14:58 +0000 |
commit | dc64026c5f89519037f8b7b79cb24c8addf4bd40 (patch) | |
tree | 7a658a4d781cfc0b6feb369ebf6313ff108a3598 /mail/evolution-exchange | |
parent | 40fc5a078d2fb712dcdae1131c4c412bbfafdc4a (diff) | |
download | pkgsrc-dc64026c5f89519037f8b7b79cb24c8addf4bd40.tar.gz |
kill GTK_DISABLE_DEPRECATED, should fix build problem reported
by Stefano Marinelli per PR pkg/44723
being here, update to 2.32.2, changes are bugfixes
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 9 | ||||
-rw-r--r-- | mail/evolution-exchange/patches/patch-aa | 12 |
3 files changed, 19 insertions, 7 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 3d28d555d8b..5b32769c4aa 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2011/01/13 13:38:38 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2011/03/15 11:14:58 drochner Exp $ # -DISTNAME= evolution-exchange-2.32.1 +DISTNAME= evolution-exchange-2.32.2 EE_VER= 2.32 -PKGREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-exchange/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 77ad27d634d..068f82ccf67 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.19 2010/11/26 17:53:00 drochner Exp $ +$NetBSD: distinfo,v 1.20 2011/03/15 11:14:58 drochner Exp $ -SHA1 (evolution-exchange-2.32.1.tar.bz2) = 5a6b038eb027b5e6810273e9d1f6f16cfaa749c0 -RMD160 (evolution-exchange-2.32.1.tar.bz2) = 67105e172811f9041386156e1a27d456397f6515 -Size (evolution-exchange-2.32.1.tar.bz2) = 1307820 bytes +SHA1 (evolution-exchange-2.32.2.tar.bz2) = b87e160b45c66e6fb951fc9589ca4056fec15267 +RMD160 (evolution-exchange-2.32.2.tar.bz2) = f692c066a1a881b2a3ed0753b7e0f4673b09f12e +Size (evolution-exchange-2.32.2.tar.bz2) = 1306445 bytes +SHA1 (patch-aa) = 7e16942642cb99f8cbbb2ef9ae6df8a6f9045088 diff --git a/mail/evolution-exchange/patches/patch-aa b/mail/evolution-exchange/patches/patch-aa new file mode 100644 index 00000000000..207e47d0fa1 --- /dev/null +++ b/mail/evolution-exchange/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2011/03/15 11:14:59 drochner Exp $ + +--- configure.orig 2011-02-06 05:13:28.000000000 +0000 ++++ configure +@@ -3908,7 +3908,6 @@ fi + -DPANGO_DISABLE_DEPRECATED + -DGDK_DISABLE_DEPRECATED + -DGDK_PIXBUF_DISABLE_DEPRECATED +- -DGTK_DISABLE_DEPRECATED + -DE_BOOK_DISABLE_DEPRECATED + -DE_CAL_DISABLE_DEPRECATED + -DG_DISABLE_SINGLE_INCLUDES |