svn commit: r382554 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Mar 28 20:49:33 UTC 2015


Author: stephen
Date: Sat Mar 28 20:49:32 2015
New Revision: 382554
URL: https://svnweb.freebsd.org/changeset/ports/382554
QAT: https://qat.redports.org/buildarchive/r382554/

Log:
  - Put back a BROKEN that shouldn't have been removed.

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Sat Mar 28 20:29:29 2015	(r382553)
+++ head/math/sage/Makefile	Sat Mar 28 20:49:32 2015	(r382554)
@@ -97,6 +97,10 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 701106
+BROKEN=		POSIX semaphores are required, and the support only works in FreeBSD 7-STABLE and later
+.endif
+
 MAKE_ENV+=	MAKE="${MAKE} -j${MAKE_JOBS_NUMBER}"
 
 .ifdef MAINTAINER_MODE


More information about the svn-ports-head mailing list