svn commit: r321141 - head/devel/glog

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 18 03:36:36 UTC 2013


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


More information about the svn-ports-all mailing list