Date: Mon, 27 Aug 2018 23:45:15 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478260 - head/textproc/expat2 Message-ID: <201808272345.w7RNjFWZ015942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808272345.w7RNjFWZ015942>