svn commit: r478260 - head/textproc/expat2

Carlos J. Puga Medina cpm at FreeBSD.org
Mon Aug 27 23:45:16 UTC 2018


Author: cpm
Date: Mon Aug 27 23:45:15 2018
New Revision: 478260
URL: https://svnweb.freebsd.org/changeset/ports/478260

Log:
  textproc/expat2: configure fails when texproc/docbook-utils has been installed
  
  - Build --without-docbook to skip XML to man page compilation
  - Bump PORTREVISION
  
  PR:		230957
  Submitted by:	cpm
  Approved by:	Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)

Modified:
  head/textproc/expat2/Makefile

Modified: head/textproc/expat2/Makefile
==============================================================================
--- head/textproc/expat2/Makefile	Mon Aug 27 22:56:43 2018	(r478259)
+++ head/textproc/expat2/Makefile	Mon Aug 27 23:45:15 2018	(r478260)
@@ -3,6 +3,7 @@
 
 PORTNAME=	expat
 PORTVERSION=	2.2.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/
 
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 GNU_CONFIGURE=	yes
 USES=		libtool pathfix tar:bz2
 USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--without-docbook
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list