svn commit: r304853 - head/sysutils/py-psutil
Beat Gaetzi
beat at FreeBSD.org
Tue Sep 25 18:30:39 UTC 2012
Author: beat
Date: Tue Sep 25 18:30:38 2012
New Revision: 304853
URL: http://svn.freebsd.org/changeset/ports/304853
Log:
- Mark BROKEN on FreeBSD 7.x: does not compile
error: 'MNT_NFS4ACLS' undeclared
Reported by: pointyhat
Modified:
head/sysutils/py-psutil/Makefile
Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile Tue Sep 25 18:07:35 2012 (r304852)
+++ head/sysutils/py-psutil/Makefile Tue Sep 25 18:30:38 2012 (r304853)
@@ -18,7 +18,13 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= ${PORTNAME}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.x
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list