[75077] trunk/dports/gnome/gnucash-devel

dports at macports.org dports at macports.org
Fri Jan 14 16:20:41 PST 2011


Revision: 75077
          http://trac.macports.org/changeset/75077
Author:   dports at macports.org
Date:     2011-01-14 16:20:33 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
gnucash-devel: merge change in r75076 from non-devel port'

Revision Links:
--------------
    http://trac.macports.org/changeset/75076

Modified Paths:
--------------
    trunk/dports/gnome/gnucash-devel/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnucash-devel/files/
    trunk/dports/gnome/gnucash-devel/files/patch-configure.diff

Property Changed:
----------------
    trunk/dports/gnome/gnucash-devel/


Property changes on: trunk/dports/gnome/gnucash-devel
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/gnucash:75076

Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile	2011-01-15 00:10:59 UTC (rev 75076)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2011-01-15 00:20:33 UTC (rev 75077)
@@ -5,6 +5,7 @@
 
 name              gnucash-devel
 set my_name       gnucash
+revision          1
 categories        gnome x11
 maintainers       dports openmaintainer
 platforms         darwin
@@ -30,6 +31,13 @@
 distname          ${my_name}-${version}
 use_bzip2         yes
 
+# 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
+# using the gnucash-setup-environment script for OS X. We don't need
+# to use dbus-launch or muck with DYLD_LIBRARY_PATH.
+patchfiles        patch-configure.diff
+
 checksums         md5     3d396acb05a062adfc85bc9c4f8f0b08 \
                   sha1    dd89e3c3d87b0c0c4f3f5ffd886363783d5d5576 \
                   rmd160  ca762a18d18560c44f1bb87fe8bfd7967cccd365

Copied: trunk/dports/gnome/gnucash-devel/files/patch-configure.diff (from rev 75076, trunk/dports/gnome/gnucash/files/patch-configure.diff)
===================================================================
--- trunk/dports/gnome/gnucash-devel/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/gnome/gnucash-devel/files/patch-configure.diff	2011-01-15 00:20:33 UTC (rev 75077)
@@ -0,0 +1,18 @@
+--- configure.orig	2011-01-14 17:48:00.000000000 -0500
++++ configure	2011-01-14 17:48:23.000000000 -0500
+@@ -14681,13 +14681,8 @@
+   PLATFORM_OSX_FALSE=
+ fi
+ 
+- if test "x$platform" = "xdarwin/quartz"; then
+-  PLATFORM_OSX_QUARTZ_TRUE=
+-  PLATFORM_OSX_QUARTZ_FALSE='#'
+-else
+-  PLATFORM_OSX_QUARTZ_TRUE='#'
+-  PLATFORM_OSX_QUARTZ_FALSE=
+-fi
++PLATFORM_OSX_QUARTZ_TRUE='#'
++PLATFORM_OSX_QUARTZ_FALSE=
+ 
+  if test "x$platform" = "xwin32"; then
+   PLATFORM_WIN32_TRUE=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/b251a737/attachment.html>


More information about the macports-changes mailing list