Date: Fri, 22 Nov 2013 07:58:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334553 - head/devel/smack Message-ID: <201311220758.rAM7w2Tq081432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311220758.rAM7w2Tq081432>