Ticket #37424: Portfile.patch
File Portfile.patch, 1.2 KB (added by mathew@…, 12 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name xalanc 6 version 1.1 0.07 revision 16 version 1.11 7 revision 0 8 8 categories textproc 9 9 platforms darwin freebsd 10 10 maintainers mww … … 17 17 Transformations (XSLT) and the XML Path Language \ 18 18 (XPath). 19 19 20 homepage http://xml.apache.org/xalan-c/ 21 master_sites apache:xml/xalan-c/source/ 22 distname Xalan-C_1_10_0-src 23 checksums md5 0a3fbb535885531cc544b07a2060bfb1 20 homepage http://xalan.apache.org/xalan-c/ 21 master_sites apache:xalan/xalan-c/sources/ 22 distname xalan_c-${version}-src 23 checksums md5 9227d3e7ab375da3c643934b33a585b8 \ 24 rmd160 4cd3fa7d2daf81ef47d3998581958aefc493dfa8 \ 25 sha256 4f5e7f75733d72e30a2165f9fdb9371831cf6ff0d1997b1fb64cdd5dc2126a28 24 26 patchfiles patch-Makefile.incl.in 25 27 26 depends_lib port:xercesc 28 depends_lib port:xercesc3 27 29 28 worksrcdir x ml-xalan/c30 worksrcdir xalan-c-${version}/c 29 31 30 configure.env XALANCROOT='${workpath}/xml-xalan/c' \ 32 compiler.blacklist clang 33 34 configure.env XALANCROOT='${workpath}/${worksrcdir}' \ 31 35 XERCESCROOT='${prefix}' 32 36 configure.cmd ./runConfigure 33 37 configure.pre_args -C --prefix=${prefix} \