Ticket #56274: Portfile.diff
File Portfile.diff, 976 bytes (added by lockhart (Thomas Lockhart), 7 years ago) |
---|
-
Portfile
old new 4 4 5 5 name terra 6 6 version 0.7 7 revision 27 revision 3 8 8 9 9 categories gis science 10 10 maintainers {gmail.com:tlockhart1976 @lockhart} openmaintainer … … 37 37 reinplace -E "s,@CXX@,${configure.cxx},g" ${worksrcpath}/Makefile 38 38 reinplace -E "s,@OPTFLAGS@,${configure.optflags},g" ${worksrcpath}/Makefile 39 39 reinplace -E "s,@PREFIX@,${prefix},g" ${worksrcpath}/Makefile 40 41 reinplace -E "s,array,Array,g" ${worksrcpath}/Array.h 42 reinplace -E "s,array,Array,g" ${worksrcpath}/GreedyInsert.h 43 reinplace -E "s,array,Array,g" ${worksrcpath}/Heap.h 44 reinplace -E "s,array,Array,g" ${worksrcpath}/output.cc 45 46 reinplace -E "s,typeof,decltype,g" ${worksrcpath}/Subdivision.cc 47 reinplace -E "s,typeof,decltype,g" ${worksrcpath}/greedy.cc 40 48 } 41 49 42 50 use_configure no