Ticket #42005: Portfile.diff
File Portfile.diff, 825 bytes (added by lockhart (Thomas Lockhart), 11 years ago) |
---|
-
Portfile
old new 6 6 name ace 7 7 set name_package ACE 8 8 version 6.2.3 9 revision 1 9 10 distname ${name_package}-${version} 10 11 categories devel 11 12 maintainers fourpalms.org:lockhart openmaintainer … … 61 62 set libenv DYLD_LIBRARY_PATH=${worksrcpath}/lib 62 63 set aceenv ACE_ROOT=${worksrcpath} 63 64 set makearg INSTALL_PREFIX=${prefix} 64 set subdirs { . } 65 # omit examples and test programs to cut build time by 60% 66 # set subdirs { . } 67 set subdirs { ace ACEXML ASNMP Kokyu apps netsvcs } 65 68 66 69 post-patch { 67 70 reinplace "s|@MACOSX@|${os.name}|g" \