Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 01:53:46 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Rene Ladan <rene@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r313558 - in head: astro/boinc-astropulse biology/boinc-simap biology/boinc-simap/files lang/nbc www/chromium
Message-ID:  <20130308015346.GA83162@FreeBSD.org>
In-Reply-To: <201303062331.r26NVwuC011884@svn.freebsd.org>
References:  <201303062331.r26NVwuC011884@svn.freebsd.org>

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



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