Date: Wed, 24 Dec 2014 17:46:45 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375474 - head/textproc/htmldoc Message-ID: <201412241746.sBOHkjlv054130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 24 17:46:44 2014 New Revision: 375474 URL: https://svnweb.freebsd.org/changeset/ports/375474 QAT: https://qat.redports.org/buildarchive/r375474/ Log: Explicitely disable gnutls as it fails to build if detected Reported and tested by: Scott Allendorf Modified: head/textproc/htmldoc/Makefile Modified: head/textproc/htmldoc/Makefile ============================================================================== --- head/textproc/htmldoc/Makefile Wed Dec 24 17:14:11 2014 (r375473) +++ head/textproc/htmldoc/Makefile Wed Dec 24 17:46:44 2014 (r375474) @@ -27,6 +27,8 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes # Configure seems broken and ignores these ATM: CONFIGURE_ARGS+=--disable-localjpeg --disable-localzlib --disable-localpng +# Explicitely disable gnutls as it fails to build if detected +CONFIGURE_ARGS+=--disable-gnutls WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXCLUDE= png jpeg zlib htmldoc/md5* htmldoc/rc4* htmldoc/snprintf* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241746.sBOHkjlv054130>