Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 22:04:46 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Stephen Montgomery-Smith <stephen@FreeBSD.org>,  ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r382554 - head/math/sage
Message-ID:  <5517176E.2040003@marino.st>
In-Reply-To: <201503282049.t2SKnXrA050022@svn.freebsd.org>
References:  <201503282049.t2SKnXrA050022@svn.freebsd.org>

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



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