From owner-svn-ports-all@freebsd.org Wed May 22 09:34:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C3CA15A6C2C; Wed, 22 May 2019 09:34:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A46BA75CB5; Wed, 22 May 2019 09:34:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 934071B90C; Wed, 22 May 2019 09:34:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4M9YpUl026040; Wed, 22 May 2019 09:34:51 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4M9YpYT026038; Wed, 22 May 2019 09:34:51 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905220934.x4M9YpYT026038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 22 May 2019 09:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502263 - head/textproc/groff X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/textproc/groff X-SVN-Commit-Revision: 502263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A46BA75CB5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2019 09:34:52 -0000 Author: koobs Date: Wed May 22 09:34:50 2019 New Revision: 502263 URL: https://svnweb.freebsd.org/changeset/ports/502263 Log: textproc/groff: Fix build/packaging with URWFONTS disabled With URWFONTS disabled, the groff build fails: pdfroff: installation problem: cannot find GhostScript interpreter *** FATAL INSTALLATION ERROR *** 'pdfroff' requires a GhostScript interpreter to convert PostScript to PDF. Since you do not appear to have one installed, 'pdfroff' connot continue. This change provides configure with a more explicit argument to disable ghostscript, vs the CONFIGURE_ENV method [1] introduced in ports 499077 after ports r499075 introduced the option. Update pkg-plist to mark files not conditional on this option. PR: 237615 Submitted by: [1] Approved by: portmgr (blanket: build fix, just fix it) MFH: no (not affected) Modified: head/textproc/groff/Makefile head/textproc/groff/pkg-plist Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Wed May 22 09:01:39 2019 (r502262) +++ head/textproc/groff/Makefile Wed May 22 09:34:50 2019 (r502263) @@ -3,7 +3,7 @@ PORTNAME= groff PORTVERSION= 1.22.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= GNU @@ -56,10 +56,9 @@ DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} EXAMPLESDIR= ${DOCSDIR}/examples -URWFONTS_CONFIGURE_OFF= --without-urw-fonts-dir +URWFONTS_CONFIGURE_OFF= --without-urw-fonts-dir --without-gs URWFONTS_USES= ghostscript:build URWFONTS_BUILD_DEPENDS= gsfonts>=0:print/gsfonts -URWFONTS_CONFIGURE_ENV_OFF= ac_cv_prog_ac_ct_GHOSTSCRIPT=false OPTIONS_SUB= yes .include Modified: head/textproc/groff/pkg-plist ============================================================================== --- head/textproc/groff/pkg-plist Wed May 22 09:01:39 2019 (r502262) +++ head/textproc/groff/pkg-plist Wed May 22 09:34:50 2019 (r502263) @@ -216,16 +216,16 @@ man/man7/roff.7.gz %%EXAMPLESDIR%%/mom/elvis_syntax %%EXAMPLESDIR%%/mom/elvis_syntax.new %%EXAMPLESDIR%%/mom/letter.mom -%%EXAMPLESDIR%%/mom/letter.pdf +%%URWFONTS%%%%EXAMPLESDIR%%/mom/letter.pdf %%EXAMPLESDIR%%/mom/mom-pdf.mom -%%EXAMPLESDIR%%/mom/mom-pdf.pdf +%%URWFONTS%%%%EXAMPLESDIR%%/mom/mom-pdf.pdf %%EXAMPLESDIR%%/mom/mom.vim %%EXAMPLESDIR%%/mom/penguin.pdf %%EXAMPLESDIR%%/mom/penguin.ps %%EXAMPLESDIR%%/mom/sample_docs.mom -%%EXAMPLESDIR%%/mom/sample_docs.pdf +%%URWFONTS%%%%EXAMPLESDIR%%/mom/sample_docs.pdf %%EXAMPLESDIR%%/mom/typesetting.mom -%%EXAMPLESDIR%%/mom/typesetting.pdf +%%URWFONTS%%%%EXAMPLESDIR%%/mom/typesetting.pdf %%HTMLDOCS%%%%EXAMPLESDIR%%/webpage-1.html %%HTMLDOCS%%%%EXAMPLESDIR%%/webpage-10.html %%HTMLDOCS%%%%EXAMPLESDIR%%/webpage-11.html @@ -349,8 +349,8 @@ man/man7/roff.7.gz %%DOCSDIR%%/meintro_fr.ps %%DOCSDIR%%/meref.me %%DOCSDIR%%/meref.ps -%%DOCSDIR%%/pdf/mom-pdf.pdf -%%DOCSDIR%%/pdf/pdfmark.pdf +%%URWFONTS%%%%DOCSDIR%%/pdf/mom-pdf.pdf +%%URWFONTS%%%%DOCSDIR%%/pdf/pdfmark.pdf %%DOCSDIR%%/pic.ms %%DOCSDIR%%/pic.ps %%DATADIR%%/eign