svn commit: r382554 - head/math/sage
John Marino
freebsd.contact at marino.st
Sat Mar 28 21:05:05 UTC 2015
On 3/28/2015 21:49, Stephen Montgomery-Smith wrote:
> 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
>
Actually, removing that was correct.
We don't check OSVERSION for unsupported releases, and FreeBSD 6 and
below is definitely EOL.
It's standard practice to remove checks for FreeBSD < 8.
John
More information about the svn-ports-all
mailing list