svn commit: r334553 - head/devel/smack

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 22 07:58:03 UTC 2013


Author: bapt
Date: Fri Nov 22 07:58:02 2013
New Revision: 334553
URL: http://svnweb.freebsd.org/changeset/ports/334553

Log:
  Remove OSVERSION check that matches none of the supported version of FreeBSD

Modified:
  head/devel/smack/Makefile

Modified: head/devel/smack/Makefile
==============================================================================
--- head/devel/smack/Makefile	Fri Nov 22 07:54:11 2013	(r334552)
+++ head/devel/smack/Makefile	Fri Nov 22 07:58:02 2013	(r334553)
@@ -27,10 +27,6 @@ OPTIONS_DEFINE=	EXAMPLES
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 802515 || ${OSVERSION} >= 900000 && ${OSVERSION} < 900501
-BROKEN=		requires posix_fadvise(2)
-.endif
-
 .if ${PORT_OPTIONS:MEXAMPLES}
 PLIST_SUB=	EXAMPLES=""
 CMAKE_ARGS=	-DENABLE_EXAMPLES=ON


More information about the svn-ports-all mailing list