Revision: 124902 https://trac.macports.org/changeset/124902 Author: devans@macports.org Date: 2014-08-30 13:03:40 -0700 (Sat, 30 Aug 2014) Log Message: ----------- GNOME-3/unstable: gtk-doc, merge highlighting change from trunk. Modified Paths: -------------- users/devans/GNOME-3/unstable/dports/gnome/gtk-doc/Portfile Property Changed: ---------------- users/devans/GNOME-3/unstable/dports/gnome/gtk-doc/ Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gtk-doc ___________________________________________________________________ Modified: svn:mergeinfo - /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/gnome/gtk-doc:122291-123192 /users/rmstonecipher/gnome/gtk-doc:102363-103172 + /branches/mld-qt-481/dports/gnome/gtk-doc:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/gnome/gtk-doc:122291-124901 /users/rmstonecipher/gnome/gtk-doc:102363-103172 Modified: users/devans/GNOME-3/unstable/dports/gnome/gtk-doc/Portfile =================================================================== --- users/devans/GNOME-3/unstable/dports/gnome/gtk-doc/Portfile 2014-08-30 19:48:45 UTC (rev 124901) +++ users/devans/GNOME-3/unstable/dports/gnome/gtk-doc/Portfile 2014-08-30 20:03:40 UTC (rev 124902) @@ -40,11 +40,12 @@ port:docbook-xml \ port:docbook-xsl \ port:itstool \ - port:vim + port:source-highlight configure.perl ${prefix}/bin/perl5.16 configure.env-append XSLTPROC=${prefix}/bin/xsltproc -configure.args --with-xml-catalog=${prefix}/etc/xml/catalog +configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \ + --with-highlight=source-highlight # TODO Enable test support.