[88801] trunk/dports/gnome/gnucash-devel
dports at macports.org
dports at macports.org
Wed Jan 11 21:23:04 PST 2012
Revision: 88801
http://trac.macports.org/changeset/88801
Author: dports at macports.org
Date: 2012-01-11 21:23:04 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
gnucash-devel: work around a configure bug that causes --disable-dbi
to be ignored
[merge r88800 from gnucash port]
Revision Links:
--------------
http://trac.macports.org/changeset/88800
Modified Paths:
--------------
trunk/dports/gnome/gnucash-devel/Portfile
Added 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
+ /trunk/dports/gnome/gnucash:75076,76649,87597,88798,88800
Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile 2012-01-12 05:17:17 UTC (rev 88800)
+++ trunk/dports/gnome/gnucash-devel/Portfile 2012-01-12 05:23:04 UTC (rev 88801)
@@ -6,6 +6,7 @@
name gnucash-devel
set my_name gnucash
version 2.4.9
+revision 1
categories gnome x11
license GPL-2+
maintainers dports openmaintainer
@@ -38,6 +39,10 @@
# 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.)
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
+ /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149,77299,77346,78188,79161,80328,80330,84977,86481,87597,88798,88800
Copied: trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff (from rev 88800, trunk/dports/gnome/gnucash/files/patch-configure-dbi.diff)
===================================================================
--- trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff (rev 0)
+++ trunk/dports/gnome/gnucash-devel/files/patch-configure-dbi.diff 2012-01-12 05:23:04 UTC (rev 88801)
@@ -0,0 +1,11 @@
+--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120111/ca4afa00/attachment-0001.html>
More information about the macports-changes
mailing list