Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 03:36:36 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        William Grzybowski <wg@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r321141 - head/devel/glog
Message-ID:  <20130618033635.GC57172@FreeBSD.org>
In-Reply-To: <201306171644.r5HGiqSr058369@svn.freebsd.org>
References:  <201306171644.r5HGiqSr058369@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 17, 2013 at 04:44:52PM +0000, William Grzybowski wrote:
> New Revision: 321141
> URL: http://svnweb.freebsd.org/changeset/ports/321141
> 
> @@ -15,7 +15,6 @@ LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/
>  GNU_CONFIGURE=	yes
>  USES=	pathfix
>  USE_LDCONFIG=	yes
> -USE_GCC=	4.2+

If I memory serves me right, it should be USE_GCC=any in this case, but maybe
gerald@ would correct me.

> -.if defined(NOPORTDOCS)
> +.if ! ${PORT_OPTIONS:MDOCS}
>  	@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \

I think after recent "smartification" of OptionsNG, in glocal-options-only
case dialog(1) won't be popped up; thus it's better to add OPTIONS_DEFINE=
DOCS.  That was mentioned by bapt@ explictly after initial implementation
with GLOBAL_OPTIONS, which was later replaced by tijl@ with different
approach, but that requirement still stands, AFAICT.

./danfe



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