- Fix USE_PYTHON: resolve build failure for users with python3x as default python Port maintainer (timur@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->timur Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: timur->sunpoet I'll take it.
Author: sunpoet Date: Sun Mar 2 14:23:12 2014 New Revision: 346766 URL: http://svnweb.freebsd.org/changeset/ports/346766 QAT: https://qat.redports.org/buildarchive/r346766/ Log: - Fix USE_PYTHON: resolve build failure for users with Python 3.x as default python PR: ports/186797 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/net/samba41/Makefile Modified: head/net/samba41/Makefile ============================================================================== --- head/net/samba41/Makefile Sun Mar 2 14:06:48 2014 (r346765) +++ head/net/samba41/Makefile Sun Mar 2 14:23:12 2014 (r346766) @@ -62,9 +62,7 @@ DESTDIRNAME= --destdir CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -USE_PYTHON_BUILD= -2.7 - -USE_PYTHON= yes +USE_PYTHON= 2 USES= compiler perl5 pkgconfig iconv USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!