Ticket #10836: Portfile.diff
File Portfile.diff, 957 bytes (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name py-ctypes 7 version 1.0.07 version 0.9.9.6 8 8 categories python 9 9 platforms darwin 10 10 maintainers mww@opendarwin.org … … 16 16 17 17 homepage http://starship.python.net/crew/theller/ctypes/ 18 18 master_sites sourceforge:ctypes 19 checksums sha1 d5f7012f79dbbd43a398245d116397c215088f3819 checksums sha1 831a731eebf8950a3dd3eb4cc18dbde8c7a859f5 20 20 distname ctypes-${version} 21 use_zip yes22 21 23 #depends_lib-append port:libffi22 depends_lib-append port:libffi 24 23 25 24 test.run yes 26 25 test.cmd ${build.cmd} … … 31 30 README.txt ${destroot}${prefix}/share/doc/${name} 32 31 } 33 32 34 #platform darwin 8 {35 #configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.036 #}33 platform darwin 8 { 34 configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 35 }