Date: Tue, 4 Nov 2014 07:33:34 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372134 - head/lang/python34 Message-ID: <201411040733.sA47XYgr020204@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Nov 4 07:33:33 2014 New Revision: 372134 URL: https://svnweb.freebsd.org/changeset/ports/372134 QAT: https://qat.redports.org/buildarchive/r372134/ Log: Rename option PORT_FFI --> LIBFFI. Suggested by: koobs Modified: head/lang/python34/Makefile Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Tue Nov 4 04:59:45 2014 (r372133) +++ head/lang/python34/Makefile Tue Nov 4 07:33:33 2014 (r372134) @@ -35,8 +35,8 @@ MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pk PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 -OPTIONS_DEFINE= DEBUG IPV6 NLS PYMALLOC THREADS TSC PORT_FFI -OPTIONS_DEFAULT= IPV6 NLS PYMALLOC THREADS PORT_FFI +OPTIONS_DEFINE= DEBUG IPV6 NLS PYMALLOC THREADS TSC LIBFFI +OPTIONS_DEFAULT= IPV6 NLS PYMALLOC THREADS LIBFFI OPTIONS_RADIO= HASH OPTIONS_RADIO_HASH= FNV SIPHASH OPTIONS_SUB= yes @@ -44,7 +44,7 @@ OPTIONS_SUB= yes NLS_DESC= Enable gettext support for the locale module PYMALLOC_DESC= Enable specialized mallocs TSC_DESC= Enable processor timestamp counter profiling -PORT_FFI_DESC= Use devel/ffi instead of ffi bundled with Python +LIBFFI_DESC= Use libffi from ports instead of bundled version HASH_DESC= Hash Algorithm (PEP-456) FNV_DESC= Modified Fowler-Noll-Vo Algorithm @@ -80,7 +80,7 @@ ABIFLAGS:= m${ABIFLAGS} ABIFLAGS:= d${ABIFLAGS} .endif -.if ${PORT_OPTIONS:MPORT_FFI} +.if ${PORT_OPTIONS:MLIBFFI} CONFIGURE_ARGS+= --with-system-ffi LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411040733.sA47XYgr020204>