notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/groff/pkg-plist
SVNWeb

Number of commits found: 10

Wed, 2 Oct 2019
[ 08:46 bapt search for other commits by this committer ] Original commit   Revision:513559
groff: remove X11 option and dependency

Now that groff is required for manpages that are not supported by mandoc
the default dependency on X11 has become a big concern for many people.

From now the entire X11 option has been removed as it is only needed for
legacy part of groff that have little end user value.

The other part that was dragging in all the X11 dependencies was the ghostscript
dependency which is needed for 2 cases:
1. find the path of the urw fonts which is needed for pdf generation. the
configure script has been patched to stop using ghostscript to find that path,
but directly use the one provided.
2. the html driver which calls at runtime the gs binary along with some binaries
provided by the netpbm package. Given how little use it is, add a message to
tell the users to manually install ghostscript and netpbm as optional dependency
if they do need to use groff -Thtml.

Requested by:	many
Wed, 22 May 2019
[ 09:34 koobs search for other commits by this committer ] Original commit   Revision:502263
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:	<fullermd over-yonder net> [1]
Approved by:	portmgr (blanket: build fix, just fix it)
MFH:		no (not affected)
Tue, 16 Apr 2019
[ 05:44 bapt search for other commits by this committer ] Original commit   Revision:499077
Fix configure still detecting ghostscript if installed and URWFONTS disabled
Fix plist when URWFONTS is disabled

Reported by:	Zeus Panchenko <zeus@ibs.dn.ua>
Thu, 27 Dec 2018
[ 06:56 bapt search for other commits by this committer ] Original commit   Revision:488509
Update to 1.22.4
Wed, 9 Aug 2017
[ 20:52 peter search for other commits by this committer ] Original commit   Revision:447656
Fix broken build since r441842 (May 27, 2017). Add missing %%HTMLDOCS%%
tag to webpage-17.html plist entry.

PR:		220196, 220856
Sat, 27 May 2017
[ 11:37 bapt search for other commits by this committer ] Original commit   Revision:441842
Update to 1.22.3
Small cleanups
Take maintainership

Reviewed by:	uqs (previous maintainer)
Sat, 15 Nov 2014
[ 16:26 antoine search for other commits by this committer ] Original commit   Revision:372605 (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sat, 5 Jul 2014
[ 12:09 uqs search for other commits by this committer ] Original commit   Revision:360737
Fix textproc/groff pkg-plist for WITHOUT_X11 builds

Submitted by:	Phil Pennock <phil.pennock@spodhuis.org>
Fri, 31 Jan 2014
[ 19:42 uqs search for other commits by this committer ] Original commit   Revision:342052
Upgrade to 1.22.2; STAGEify

Approved by:	beat (mentor)
Sat, 15 Jan 2011
[ 16:40 uqs search for other commits by this committer ] Original commit 
Add textproc/groff, the latest version of the groff typesetting suite.

Feature safe:   yes
Reviewed by:    ehaupt

Number of commits found: 10