Ticket #16033: bigloo-patch.diff
File bigloo-patch.diff, 1.1 KB (added by ken@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id $1 # $Id: Portfile 38785 2008-07-31 09:10:05Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name bigloo 6 version 3. 0a-26 version 3.2a-2 7 7 categories lang scheme 8 8 platforms darwin 9 9 maintainers reilles@loria.fr … … 23 23 homepage http://www-sop.inria.fr/mimosa/fp/Bigloo/ 24 24 master_sites ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ 25 25 distfiles ${name}${version}.tar.gz 26 worksrcdir ${name}3. 0a27 checksums md5 abd8841aaebad0ed335e979abe7a0109\28 sha1 12ae7f5cd9c104a35e08f91d2cc5da1b1a78295626 worksrcdir ${name}3.2a-2 27 checksums md5 f8cfd4b6c59c585e8ddea086a9fbd385 \ 28 sha1 020ce982b477c5d967db5235c9cfdd031dc4b45e 29 29 30 30 configure.args --mandir=${prefix}/share/man/man1 \ 31 31 --infodir=${prefix}/share/info \ … … 34 34 --jvm=yes \ 35 35 --native-default-backend \ 36 36 --finalization=yes \ 37 --stack-check=no 37 --stack-check=no 38 38 39 39 build.target