Ticket #39755: Portfile.diff
File Portfile.diff, 1.8 KB (added by ballapete (Peter "Pete" Dyballa), 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name libemf 7 version 1.0. 47 version 1.0.7 8 8 platforms darwin 9 supported_archs i386 ppc10 9 categories graphics 11 10 maintainers nomaintainer 12 11 description Enhanced Metafile Library … … 18 17 StarOffice/OpenOffice (and Microsoft Office). 19 18 20 19 homepage http://libemf.sourceforge.net/ 21 checksums md5 23effe03c1b2eeb5229f14e461204198\22 sha1 e 73f0725f10455ed00026df04bf4798137bf6a1f\23 rmd160 a93842ac19797af58ae451d9629fd5bd359bc14120 checksums md5 f1011f5cc254aa228be78704fe5f9960 \ 21 sha1 ef61f8d73b6e68785b973cbbe8c449138f40b740 \ 22 rmd160 cad46f73982f5e22fee51e6278053dcb5ea29b98 24 23 master_sites sourceforge 25 24 distname libEMF-${version} 26 25 27 26 use_autoreconf yes 28 platform darwin {29 # this would be one line if it didn't have to work on tiger30 if {${os.major} >= 9} {31 configure.cppflags-append -Xarch_ppc -D__PPC__=132 } else {33 universal_variant no34 if {${configure.build_arch} == "ppc"} {35 configure.cppflags-append -D__PPC__=136 }37 }38 }27 #platform darwin { 28 # # this would be one line if it didn't have to work on tiger 29 # if {${os.major} >= 9} { 30 # configure.cppflags-append -Xarch_ppc -D__PPC__=1 31 # } else { 32 # universal_variant no 33 # if {${configure.build_arch} == "ppc"} { 34 # configure.cppflags-append -D__PPC__=1 35 # } 36 # } 37 #} 39 38 40 39 livecheck.type regex 41 40 livecheck.url http://sourceforge.net/projects/libemf/files/