Print this page
Remove Python 2.6

*** 34,55 **** SUMMARY="$PROG - a free and open source, distributed version control system" DESC="$SUMMARY" BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf archiver/gnu-tar" ! DEPENDS_IPS="runtime/python-26 \ web/curl \ library/security/openssl@1.0.2 \ library/zlib" TAR=gtar # For inet_ntop which isn't detected properly in the configure script LDFLAGS="-lnsl" CFLAGS64="$CFLAGS64 -I/usr/include/amd64" CONFIGURE_OPTS="--without-tcltk ! --with-python=/usr/bin/python --with-curl=/usr --with-openssl=/usr" save_function configure32 configure32_orig configure32() { --- 34,57 ---- SUMMARY="$PROG - a free and open source, distributed version control system" DESC="$SUMMARY" BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf archiver/gnu-tar" ! DEPENDS_IPS="runtime/python-27 \ web/curl \ library/security/openssl@1.0.2 \ library/zlib" TAR=gtar # For inet_ntop which isn't detected properly in the configure script LDFLAGS="-lnsl" CFLAGS64="$CFLAGS64 -I/usr/include/amd64" + # Explicitly call out python version to make future python version bumps + # smoother. CONFIGURE_OPTS="--without-tcltk ! --with-python=/usr/bin/python2.7 --with-curl=/usr --with-openssl=/usr" save_function configure32 configure32_orig configure32() {