[129740] trunk/dports/textproc/stardict/Portfile

devans at macports.org devans at macports.org
Fri Dec 19 08:23:44 PST 2014


Revision: 129740
          https://trac.macports.org/changeset/129740
Author:   devans at macports.org
Date:     2014-12-19 08:23:44 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
stardict: drop unneeded dependency on p5.12-xml-parser and add others, update dict/m4/intltool.m4 and autoreconf, increment revision (#44405, maintainer timeout.

Modified Paths:
--------------
    trunk/dports/textproc/stardict/Portfile

Modified: trunk/dports/textproc/stardict/Portfile
===================================================================
--- trunk/dports/textproc/stardict/Portfile	2014-12-19 16:18:42 UTC (rev 129739)
+++ trunk/dports/textproc/stardict/Portfile	2014-12-19 16:23:44 UTC (rev 129740)
@@ -4,6 +4,7 @@
 
 name		stardict
 version		3.0.4
+revision        1
 categories	textproc
 maintainers	gmail.com:alexandernx
 platforms	darwin
@@ -29,11 +30,24 @@
 
 depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2 \
 		port:gtk2 \
-		port:popt \
-		port:p5.12-xml-parser
+		port:gconf \
+		port:libsigcxx2 \
+		port:popt
 
 patchfiles	patch-zlib-1.2.6.diff
 
+# update dict/m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/dict/m4/intltool.m4
+}
+
+
+# autoreconf to reconfigure with our intltool.m4
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 # t_lookupdata.cpp:41:30: error: variable length array of non-POD element type 'std::vector<gchar *>'
 # http://code.google.com/p/stardict-3/issues/detail?id=58
 compiler.blacklist *clang*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141219/5f668eef/attachment.html>


More information about the macports-changes mailing list