[114741] trunk/dports/devel/glade

devans at macports.org devans at macports.org
Sat Dec 14 11:00:46 PST 2013


Revision: 114741
          https://trac.macports.org/changeset/114741
Author:   devans at macports.org
Date:     2013-12-14 11:00:46 -0800 (Sat, 14 Dec 2013)
Log Message:
-----------
glade: update to version 3.16.0.

Modified Paths:
--------------
    trunk/dports/devel/glade/Portfile
    trunk/dports/devel/glade/files/patch-configure.diff

Modified: trunk/dports/devel/glade/Portfile
===================================================================
--- trunk/dports/devel/glade/Portfile	2013-12-14 18:46:57 UTC (rev 114740)
+++ trunk/dports/devel/glade/Portfile	2013-12-14 19:00:46 UTC (rev 114741)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            glade
-version         3.14.3
+version         3.16.0
 license         LGPL-2+ GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Glade is a RAD tool to enable quick & easy development of user interfaces \
@@ -18,8 +18,8 @@
 
 use_xz          yes
 
-checksums       rmd160  a10a66f7d65b3e597be185c770cdc328e61e3bf5 \
-                sha256  f3e90a16880ea5ff84829ed5b8e5ba39d4bf58a8000aa68394f9e876e39a421f
+checksums       rmd160  a223e46c54b920a860054d3fc211aa94d708b8f1 \
+                sha256  b80773a294d3af07739d9d53bae12e11cf0bbf420bbc8931cc5e20b2647e3626
 
 depends_skip_archcheck devhelp
 
@@ -37,8 +37,18 @@
 
 patchfiles      patch-configure.diff
 
-configure.args  --enable-introspection=yes
+#
+# disable optimization which (at least with clang)
+# causes glade to segfault on startup
+# after displaying main window
+#
 
+configure.optflags -O0
+
+configure.args  --enable-introspection=yes \
+                --enable-gladeui \
+                --enable-debug
+
 configure.cflags-append \
                 -Wno-format-nonliteral
 

Modified: trunk/dports/devel/glade/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/glade/files/patch-configure.diff	2013-12-14 18:46:57 UTC (rev 114740)
+++ trunk/dports/devel/glade/files/patch-configure.diff	2013-12-14 19:00:46 UTC (rev 114741)
@@ -1,6 +1,6 @@
---- configure.orig	2012-11-26 05:40:08.000000000 -0800
-+++ configure	2013-06-13 16:15:38.000000000 -0700
-@@ -15658,9 +15658,9 @@
+--- configure.orig	2013-09-24 16:01:23.000000000 -0700
++++ configure	2013-12-14 09:44:18.000000000 -0800
+@@ -13823,9 +13823,9 @@
  
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131214/88506dea/attachment.html>


More information about the macports-changes mailing list