svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sat Jul 4 21:41:56 UTC 2015
Author: rm
Date: Sat Jul 4 21:41:55 2015
New Revision: 391332
URL: https://svnweb.freebsd.org/changeset/ports/391332
Log:
Convert py-libxml2 ports to autoplist
PR: 194470
Submitted by: rm (myself)
Approved by: maintainer timeout (6 months+)
Deleted:
head/textproc/py-libxml2/pkg-plist
head/textproc/py3-libxml2/pkg-plist
Modified:
head/textproc/py-libxml2/Makefile
head/textproc/py3-libxml2/Makefile
Modified: head/textproc/py-libxml2/Makefile
==============================================================================
--- head/textproc/py-libxml2/Makefile Sat Jul 4 21:20:56 2015 (r391331)
+++ head/textproc/py-libxml2/Makefile Sat Jul 4 21:41:55 2015 (r391332)
@@ -17,8 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
USES+= python:2
-USE_PYTHON= distutils
-PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
+USE_PYTHON= autoplist distutils
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
Modified: head/textproc/py3-libxml2/Makefile
==============================================================================
--- head/textproc/py3-libxml2/Makefile Sat Jul 4 21:20:56 2015 (r391331)
+++ head/textproc/py3-libxml2/Makefile Sat Jul 4 21:41:55 2015 (r391332)
@@ -17,9 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
USES= python:3
-USE_PYTHON= distutils
-PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
-PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//}
+USE_PYTHON= autoplist distutils
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
More information about the svn-ports-all
mailing list