Revision: 89700 http://trac.macports.org/changeset/89700 Author: dports@macports.org Date: 2012-02-06 19:26:36 -0800 (Mon, 06 Feb 2012) Log Message: ----------- gnucash-devel: update to v2.4.10 [merge r89699 from gnucash port] Revision Links: -------------- http://trac.macports.org/changeset/89699 Modified Paths: -------------- trunk/dports/gnome/gnucash-devel/Portfile Removed Paths: ------------- trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff Property Changed: ---------------- trunk/dports/gnome/gnucash-devel/ trunk/dports/gnome/gnucash-devel/Portfile Property changes on: trunk/dports/gnome/gnucash-devel ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/gnome/gnucash:75076,76649,87597,88798,88800 + /trunk/dports/gnome/gnucash:75076,76649,87597,88798,88800,89699 Modified: trunk/dports/gnome/gnucash-devel/Portfile =================================================================== --- trunk/dports/gnome/gnucash-devel/Portfile 2012-02-07 03:25:12 UTC (rev 89699) +++ trunk/dports/gnome/gnucash-devel/Portfile 2012-02-07 03:26:36 UTC (rev 89700) @@ -5,8 +5,7 @@ name gnucash-devel set my_name gnucash -version 2.4.9 -revision 1 +version 2.4.10 categories gnome x11 license GPL-2+ maintainers dports openmaintainer @@ -32,6 +31,9 @@ distname ${my_name}-${version} use_bzip2 yes +checksums rmd160 c08f8f046c24b9b28adf486ea75f9ada9d6e8441 \ + sha256 52e65623b5ad812b8eeb4c221951e9b0ba3c49e28916acfb7b92566da159e6cc + # patch configure to not set PLATFORM_OSX_QUARTZ even if we are # running gtk +quartz because we want gnucash to set up its # environment the same way it does for regular builds, rather than @@ -39,19 +41,12 @@ # to use dbus-launch or muck with DYLD_LIBRARY_PATH. patchfiles patch-configure.diff -# work around a bug with --disable-dbi: -# https://bugzilla.gnome.org/show_bug.cgi?id=665245 -patchfiles-append patch-configure-dbi.diff - post-patch { # gnc-fq-dump needs to be patched to use MacPorts perl. # (autoconf takes care of the other perl scripts.) reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/src/quotes/gnc-fq-dump } -checksums rmd160 15b563a89d6c8f6895016f685b75c69636bf2b3c \ - sha256 def06062c29f170a3a5ca4ea172cf305d8d962af215bec84ba0b309d43d332ec - depends_build port:pkgconfig \ port:intltool \ port:libtool Property changes on: trunk/dports/gnome/gnucash-devel/Portfile ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149,77299,77346,78188,79161,80328,80330,84977,86481,87597,88798,88800 + /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149,77299,77346,78188,79161,80328,80330,84977,86481,87597,88798,88800,89699 Deleted: trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff =================================================================== --- trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff 2012-02-07 03:25:12 UTC (rev 89699) +++ trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff 2012-02-07 03:26:36 UTC (rev 89700) @@ -1,11 +0,0 @@ ---- configure.orig 2012-01-11 23:35:54.000000000 -0500 -+++ configure 2012-01-11 23:36:35.000000000 -0500 -@@ -21155,7 +21155,7 @@ - CUSTOM_GNC_DBD_DIR_FALSE= - fi - -- if test "x$ac_cv_header_dbi_dbi_h" != xno; then -+ if test "x$want_dbi" != xfalse; then - WITH_DBI_TRUE= - WITH_DBI_FALSE='#' - else
participants (1)
-
dports@macports.org