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

dports at macports.org dports at macports.org
Tue May 5 14:55:23 PDT 2015


Revision: 135863
          https://trac.macports.org/changeset/135863
Author:   dports at macports.org
Date:     2015-05-05 14:55:22 -0700 (Tue, 05 May 2015)
Log Message:
-----------
gnucash-devel: update to v2.6.6 [merge r135862 from gnucash port]

Revision Links:
--------------
    https://trac.macports.org/changeset/135862

Modified Paths:
--------------
    trunk/dports/gnome/gnucash-devel/Portfile
    trunk/dports/gnome/gnucash-devel/files/patch-configure.ac.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,89699,95009,95767,97916,98516,105077,133443
   + /trunk/dports/gnome/gnucash:75076,76649,87597,88798,88800,89699,95009,95767,97916,98516,105077,133443,135862

Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile	2015-05-05 21:54:40 UTC (rev 135862)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2015-05-05 21:55:22 UTC (rev 135863)
@@ -6,8 +6,7 @@
 name              gnucash-devel
 conflicts         gnucash
 set my_name       gnucash
-version           2.6.5
-revision          1
+version           2.6.6
 categories        gnome x11
 license           GPL-2+
 maintainers       dports openmaintainer
@@ -33,8 +32,8 @@
 distname          ${my_name}-${version}
 use_bzip2         yes
 
-checksums         rmd160  187632d0622519d468c1d40a8e64601df397c686 \
-                  sha256  b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65
+checksums         rmd160  6032708fd7f0ac493bb8fae4a55460df047d1dfc \
+                  sha256  2337c791511ec35ca1ab207bac5f80dd5764df6029adf46a15154df370c97180
 
 patchfiles        patch-configure.ac.diff
 
@@ -49,6 +48,7 @@
     fs-traverse f ${worksrcpath} {
         if [regexp {\.[ch]$} ${f}] {
             reinplace -locale C "s|<libguile\\.h>|<libguile18.h>|g" ${f}
+            reinplace -locale C "s|<libguile/|<libguile18/|g" ${f}
         }
     }
 }
@@ -106,16 +106,6 @@
     GUILE_CONFIG=${prefix}/bin/guile18-config \
     GUILE_TOOLS=${prefix}/bin/guile18-tools
 
-# this variant is obsolete as the current version of gnucash no longer
-# supports libgtkhtml3, only webkit-gtk. It didn't work anyway due to the
-# webkit-gtk dependency manipulations above.
-
-# variant gtkhtml description {Use gtkhtml instead of webkit-gtk for html rendering} {
-#    configure.args-delete --with-html-engine=webkit
-#    depends_lib-delete    path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
-#    depends_lib-append    port:libgtkhtml3
-# }
-
 variant hbci description {AqBanking/HBCI support} {
     depends_lib-append  path:lib/libaqbanking.dylib:aqbanking5-gtk
     configure.args-delete   --disable-aqbanking


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,89699,94888,94890,94892,95009,95767,97916,98516,105077,116990,118521,118834-118835,120699,120704,121044,129619,129799,133443
   + /trunk/dports/gnome/gnucash/Portfile:75076,76649,77149,77299,77346,78188,79161,80328,80330,84977,86481,87597,88798,88800,89699,94888,94890,94892,95009,95767,97916,98516,105077,116990,118521,118834-118835,120699,120704,121044,129619,129799,133443,135862

Modified: trunk/dports/gnome/gnucash-devel/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gnucash-devel/files/patch-configure.ac.diff	2015-05-05 21:54:40 UTC (rev 135862)
+++ trunk/dports/gnome/gnucash-devel/files/patch-configure.ac.diff	2015-05-05 21:55:22 UTC (rev 135863)
@@ -1,25 +1,22 @@
---- configure.ac	2014-12-15 17:56:52.000000000 -0500
-+++ configure.ac	2015-03-01 17:30:54.000000000 -0500
-@@ -467,21 +467,11 @@
-                                        [ GUILE1_PROGS ],
-                                        [ GUILE_PROGS ])])
-                   ], [
--  PKG_CHECK_MODULES(GUILE,
+--- configure.ac.orig	2015-03-30 12:21:17.000000000 -0700
++++ configure.ac	2015-04-13 16:35:41.000000000 -0700
+@@ -457,11 +457,6 @@
+ gnc_have_guile_2=no
+ gnc_have_guile_www=no
+ PKG_CHECK_MODULES(GUILE,
 -                  [guile-2.0 >= 2.0.0],
--                  [m4_ifdef([GUILE_PROGS],
--                            [ GUILE_PROGS
--                              gnc_have_guile_2=yes ],
--                            [ AC_MSG_ERROR([ guile 2 is found on your system, but appears
--    to export different autoconf macros than what we expected. Please report this as a bug
--    in GnuCash, so we can fix this for your platform.]) ])
--                  ],
--                  [AC_MSG_ERROR([
-+  AC_MSG_ERROR([
-     guile does not appear to be installed correctly, or is not in the
+-		  [gnc_have_guile_2=yes
+-		  GUILE_EFFECTIVE_VERSION=2.0
+-		  AC_PATH_PROG([GUILD], guild)],
+-   [PKG_CHECK_MODULES(GUILE,
+                   [guile-1.8 >= 1.8.5],
+ 		  [GUILE_EFFECTIVE_VERSION=1.8],
+                   [AC_MSG_ERROR([
+@@ -469,7 +464,6 @@
      correct version range.  Perhaps you have not installed the guile
      development packages?  Gnucash requires at least version 1.8.5 to build.
    ])])
 -])
  
- AM_CONDITIONAL(GNC_HAVE_GUILE_2, test "${gnc_have_guile_2}" = yes)
+ AM_CONDITIONAL(GNC_HAVE_GUILE_2, test "x${gnc_have_guile_2}" = xyes)
  AC_SUBST(GUILE_EFFECTIVE_VERSION)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150505/0bd729a5/attachment.html>


More information about the macports-changes mailing list