svn commit: r363817 - head/lang/python27

Antoine Brodin antoine at FreeBSD.org
Sat Aug 2 14:45:43 UTC 2014


Author: antoine
Date: Sat Aug  2 14:45:43 2014
New Revision: 363817
URL: http://svnweb.freebsd.org/changeset/ports/363817
QAT: https://qat.redports.org/buildarchive/r363817/

Log:
  Add back ac_cv_opt_olimit_ok=no, this is misdected with clang and causes
  failures for ports using python's BASEFLAGS (devel/py-mx-experimental
  for instance)
  
  See also:	r335669
  With hat:	portmgr

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Sat Aug  2 14:12:21 2014	(r363816)
+++ head/lang/python27/Makefile	Sat Aug  2 14:45:43 2014	(r363817)
@@ -2,7 +2,7 @@
 
 PORTNAME=	python27
 PORTVERSION=	2.7.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON
 MASTER_SITE_SUBDIR=	ftp/python/${PORTVERSION}
@@ -23,7 +23,7 @@ CPE_PRODUCT=	${CPE_VENDOR}
 CPE_VERSION=	${PORTVERSION}
 
 CONFIGURE_ARGS+=	--enable-shared
-CONFIGURE_ENV+=		OPT=""							# Null out OPT to respect user CFLAGS and remove optimizations
+CONFIGURE_ENV+=		ac_cv_opt_olimit_ok=no OPT=""				# Null out OPT to respect user CFLAGS and remove optimizations
 
 INSTALL_TARGET=		altinstall						# Don't want cloberring of unprefixed files
 SHAREMODE=		644							# Match upstream INSTALL_DATA=644, so we can STRIP shared libraries


More information about the svn-ports-all mailing list