[36717] trunk/dports/textproc/libxml2/Portfile

nox at macports.org nox at macports.org
Tue May 13 03:48:14 PDT 2008


Revision: 36717
          http://trac.macosforge.org/projects/macports/changeset/36717
Author:   nox at macports.org
Date:     2008-05-13 03:48:13 -0700 (Tue, 13 May 2008)

Log Message:
-----------
libxml2:
 * Linted.
 * Enabled parallel build.

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

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2008-05-13 10:40:55 UTC (rev 36716)
+++ trunk/dports/textproc/libxml2/Portfile	2008-05-13 10:48:13 UTC (rev 36717)
@@ -37,10 +37,12 @@
 configure.args          --disable-static \
                         --without-python
 
+use_parallel_build      yes
+
 test.run              yes
 test.target           check
 
-variant debug {
+variant debug description {Enable debug build} {
         configure.cflags-append -O0 -g -Wno-uninitialized
 	configure.args-append --with-run-debug
 }
@@ -49,9 +51,8 @@
 Libxml is the XML C library developed for the Gnome project.  \
 XML itself is a metalanguage to design markup languages. \
 Though the library is written in C, a variety of language bindings make it \
-available in other environments. 
+available in other environments.
 
 livecheck.check regex
 livecheck.url   ${homepage}news.html
 livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080513/2d9c0258/attachment.html


More information about the macports-changes mailing list