svn commit: r375474 - head/textproc/htmldoc

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 17:46:45 UTC 2014


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 ,}


More information about the svn-ports-head mailing list