Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 18:30:39 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304853 - head/sysutils/py-psutil
Message-ID:  <201209251830.q8PIUdaB075007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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