Ticket #37883: Portfile.diff
File Portfile.diff, 1.4 KB (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ace 7 7 set name_package ACE 8 version 6.1. 58 version 6.1.7 9 9 distname ${name_package}-${version} 10 10 categories devel 11 11 maintainers fourpalms.org:lockhart openmaintainer … … 41 41 patch-include-makeinclude-platform_macros.GNU.diff \ 42 42 patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff 43 43 44 checksums rmd160 a32a66ca496b5b19866c064ef7ed5bffa834076d\45 sha256 c0c70beaee4c5e3008c348523ae3b4869691b946a14bc1fbd3288ea8458b6ca644 checksums rmd160 de39d0ed386822c0ccfe98218f22b99c034eac69 \ 45 sha256 79938515b042f30a1e508e0c38c5f5e4262458b30b193413cb18a1221c3d2063 46 46 47 set os.name " lion"47 set os.name "mountainlion" 48 48 array set os.names { 49 49 7 panther 50 50 8 tiger … … 133 133 command_exec destroot 134 134 } 135 135 # 6.1.4 and 6.1.5 do not have a mountainlion file 136 # 6.1.7 has a *mountain-lion.h config file but a *mountain_lion.GNU makefile 137 # will report this naming problem and keep using our own for now 136 138 copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h 137 139 } 138 140