Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 13:33:18 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335669 - head/lang/python27/files
Message-ID:  <201312051333.rB5DXIW4031598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Dec  5 13:33:17 2013
New Revision: 335669
URL: http://svnweb.freebsd.org/changeset/ports/335669

Log:
  lang/python27: Remove patch-configure, its now a NOOP
  
  lang/python26, lang/python27 and lang/python31 now add
  ac_cv_opt_olimit_ok=no to CONFIGURE_ENV to disable functionality that
  was removed in Python 3.2+ [1]
  
  Pending a backport of the commit [2] to 2.7, we can now remove the
  locally maintained patch to configure that disabled the functionality
  when CC = clang.
  
  Apart from being narrower in scope than ac_cv_opt_olimit_ok=no, the patch
  doesn't work for FreeBSD versions where clang *is* cc (eg: 10.0+)
  
  [1] http://hg.python.org/lookup/r85656
  [2] http://bugs.python.org/issue877121
  
  Reviewed by:	antoine

Deleted:
  head/lang/python27/files/patch-configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312051333.rB5DXIW4031598>