Summary: | databases/tdb fails to build if default python version is 3 or greater | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Kimmo Paasiala <kpaasial> |
Component: | Individual Port(s) | Assignee: | Timur I. Bakeyev <timur> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Kimmo Paasiala
2012-07-22 20:30:14 UTC
Responsible Changed From-To: freebsd-ports-bugs->timur Over to maintainer (via the GNATS Auto Assign Tool) Author: rm Date: Mon Jul 23 07:14:38 2012 New Revision: 301375 URL: http://svn.freebsd.org/changeset/ports/301375 Log: - strict python version to 2.x (doesn't build with python3) PR: 170072 Submitted by: Kimmo Paasiala <kpaasial at gmail dot com> Approved by: timur (maintainer) Modified: head/databases/tdb/Makefile Modified: head/databases/tdb/Makefile ============================================================================== --- head/databases/tdb/Makefile Mon Jul 23 07:03:57 2012 (r301374) +++ head/databases/tdb/Makefile Mon Jul 23 07:14:38 2012 (r301375) @@ -22,7 +22,7 @@ LICENSE= GPLv3 CONFLICTS= *samba3[0-4]-3.* -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes HAS_CONFIGURE= yes WAF_TOOL= buildtools/bin/waf _______________________________________________ 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, thank you! |