Ticket #45247: Portfile-python27.diff
File Portfile-python27.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 8 8 epoch 2 9 9 # Remember to keep py27-tkinter and py27-gdbm's versions sync'd with this 10 10 version 2.7.8 11 revision 111 revision 2 12 12 13 13 set major [lindex [split $version .] 0] 14 14 set branch [join [lrange [split ${version} .] 0 1] .] … … 44 44 port:zlib \ 45 45 port:openssl \ 46 46 port:sqlite3 \ 47 port:db4 6\47 port:db48 \ 48 48 port:ncurses \ 49 49 port:bzip2 \ 50 50 port:libedit … … 54 54 configure.args --enable-framework=${frameworks_dir} \ 55 55 --enable-ipv6 56 56 57 configure.cppflags-append -I${prefix}/include/db4 658 configure.ldflags-append -L${prefix}/lib/db4 657 configure.cppflags-append -I${prefix}/include/db48 58 configure.ldflags-append -L${prefix}/lib/db48 59 59 60 60 configure.ccache no 61 61