Ticket #39688: Portfile.diff
File Portfile.diff, 1.6 KB (added by lockhart (Thomas Lockhart), 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ace 7 7 set name_package ACE 8 version 6. 1.78 version 6.2.0 9 9 distname ${name_package}-${version} 10 10 categories devel 11 11 maintainers fourpalms.org:lockhart openmaintainer … … 37 37 38 38 patch.pre_args -p1 39 39 patchfiles patch-ace-config.h.diff \ 40 patch-ace-config-macosx-mountainlion.h.diff \ 41 patch-include-makeinclude-platform_macros.GNU.diff \ 42 patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff 40 patch-include-makeinclude-platform_macros.GNU.diff 43 41 44 checksums rmd160 de39d0ed386822c0ccfe98218f22b99c034eac69\45 sha256 7 9938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d206342 checksums rmd160 62741e09ae13bc9bc9afa7c7cf8fdd0e710b932f \ 43 sha256 750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f 46 44 47 45 set os.name "mountainlion" 48 46 array set os.names { … … 132 130 destroot.dir ${worksrcpath}/${subdir} 133 131 command_exec destroot 134 132 } 135 # 6.1.4 and 6.1.5 do not have a mountainlion file136 # 6.1.7 has a *mountain-lion.h config file but a *mountain_lion.GNU makefile137 # will report this naming problem and keep using our own for now138 copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h139 133 } 140 134 141 135 livecheck.url ${master_sites}