svn commit: r313558 - in head: astro/boinc-astropulse biology/boinc-simap biology/boinc-simap/files lang/nbc www/chromium

Alexey Dokuchaev danfe at FreeBSD.org
Fri Mar 8 01:53:46 UTC 2013


On Wed, Mar 06, 2013 at 11:31:58PM +0000, Rene Ladan wrote:
> Author: rene
> Date: Wed Mar  6 23:31:58 2013
> New Revision: 313558
> URL: http://svnweb.freebsd.org/changeset/ports/313558
> 
> Log:
>   Remove compatibility with FreeBSD 7.X

I thought we're not advised to remove it unless it makes things overly
comlicated...

> -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505
> +.if ${OSVERSION} >= 900000 && ${OSVERSION} < 900012
>  BUILD_DEPENDS+=	${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz
>  .endif

I don't see how having one extra ckeck (given that bdep is still left there)
would "impede port maintainership"...

> -.if ${OSVERSION} >= 700043
>  LIB_DEPENDS+=	c.6:${PORTSDIR}/misc/compat6x
> -.endif

... or one extra check here.

> -.if ${OSVERSION} < 800069
> -LIB_DEPENDS=		usb:${PORTSDIR}/devel/libusb
> -.endif

Ditto for ldep.

> -.if ${OSVERSION} < 800069
> -IGNORE=	requires libusb 2 API, which is not available on this FreeBSD version
> -.endif

We still need to properly mark ports as borken/ignored on 7.X for a time
being.

./danfe


More information about the svn-ports-all mailing list