[86649] trunk/dports/print/lcdf-typetools/Portfile

takanori at macports.org takanori at macports.org
Sun Oct 30 20:06:30 PDT 2011


Revision: 86649
          http://trac.macports.org/changeset/86649
Author:   takanori at macports.org
Date:     2011-10-30 20:06:27 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
lcdf-typetools:
 - version bump to 2.92
 - delete +without_kpathsea
 - add +texlive (enabled by default)

Modified Paths:
--------------
    trunk/dports/print/lcdf-typetools/Portfile

Modified: trunk/dports/print/lcdf-typetools/Portfile
===================================================================
--- trunk/dports/print/lcdf-typetools/Portfile	2011-10-31 02:08:52 UTC (rev 86648)
+++ trunk/dports/print/lcdf-typetools/Portfile	2011-10-31 03:06:27 UTC (rev 86649)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            lcdf-typetools
-version         2.88
+version         2.92
 categories      print tex
 maintainers     nomaintainer
 description     Tools for manipulating fonts.
@@ -15,14 +15,12 @@
 license         GPL-2+
 homepage        http://www.lcdf.org/type/
 master_sites    ${homepage}
-checksums       md5     526c6877e0c6145c1c821e89276b2a32 \
-                sha1    09d2604ccd282738fa07c62be6bf558c415434d5 \
-                rmd160  2093d3c69b1eaad4851e1560bddfaefb1dab97f3
+checksums       md5     1977c78d564ee152f38729e2e9a9bbc4 \
+                sha1    ac7efb68d3379d9052fa6103035c3f4c95b55854 \
+                rmd160  301fd383904359deb07711a58e7a3eb49a7e7035
 
-depends_lib     port:texlive-bin
+configure.args  --mandir=${prefix}/share/man --without-kpathsea
 
-configure.args  --mandir=${prefix}/share/man --with-kpathsea=${prefix}
-
 use_parallel_build  yes
 
 destroot.target install-strip
@@ -31,16 +29,19 @@
     xinstall -m 644 -W ${worksrcpath} COPYING INSTALL NEWS ONEWS README ${destroot}${prefix}/share/doc/${name}
 }
 
-variant without_kpathsea conflicts ptex description {Do not use libkpathsea} {
-    depends_lib-delete port:texlive-bin
-    configure.args-delete --with-kpathsea=${prefix}
-    configure.args-append --without-kpathsea
+default_variants +texlive
+
+variant texlive conflicts ptex description {Link against TeXLive's libkpathsea} {
+    depends_lib-append port:texlive-bin
+    configure.args-delete --without-kpathsea
+    configure.args-append --with-kpathsea=${prefix}
 }
 
-variant ptex conflicts without_kpathsea description {Link against pTeX's libkpathsea} {
+variant ptex conflicts texlive description {Link against pTeX's libkpathsea} {
     # Note that pTeX installs libkpathsea as a static library.
-    depends_lib-delete port:texlive-bin
     depends_lib-append port:pTeX
+    configure.args-delete --without-kpathsea
+    configure.args-append --with-kpathsea=${prefix}
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111030/39f1ae53/attachment.html>


More information about the macports-changes mailing list