aboutsummaryrefslogtreecommitdiff
path: root/textproc/groff
Commit message (Collapse)AuthorAgeFilesLines
* Make MAKE_JOBS_UNSAFE, tries to use stuff before building them, for example:Mathieu Arnold2016-06-251-2/+3
| | | | | | | | | | | | /wrkdirs/usr/ports/textproc/groff/work/groff-1.22.2/src/devices/gropdf/pdfmom: not found gmake[3]: *** [Makefile.sub:117: examples/letter.pdf] Error 127 While there, remove the bsd.port.pre/post inclusion. Sponsored by: Absolight Notes: svn path=/head/; revision=417489
* Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}Jan Beich2016-04-131-1/+1
| | | | | | | | | | | | This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD. PR: 208294 Exp-run by: antoine Approved by: portmgr (antoine), perl (mat) Differential Revision: https://reviews.freebsd.org/D4158 Notes: svn path=/head/; revision=413184
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* - Fix shebangsDmitry Marakasov2015-08-261-1/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=395337
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Fix packaging as a user (pkg already set the proper owners)Baptiste Daroussin2015-04-081-1/+1
| | | | Notes: svn path=/head/; revision=383574
* textproc/groff: add CPE informationBartek Rutkowski2015-03-301-1/+2
| | | | | | | | | | - Maintainer's timeout (uqs@FreeBSD.org) PR: 198593 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382703
* Cleanup plistAntoine Brodin2014-11-151-43/+2
| | | | Notes: svn path=/head/; revision=372605
* Fix textproc/groff pkg-plist for WITHOUT_X11 buildsUlrich Spörlein2014-07-051-2/+2
| | | | | | | Submitted by: Phil Pennock <phil.pennock@spodhuis.org> Notes: svn path=/head/; revision=360737
* textproc/groff: shebangfix and pet portlintWilliam Grzybowski2014-06-201-2/+7
| | | | | | | | | PR: 189654 Submitted by: paul inetstat net Approved by: maintainer Notes: svn path=/head/; revision=358580
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Upgrade to 1.22.2; STAGEifyUlrich Spörlein2014-01-315-149/+221
| | | | | | | Approved by: beat (mentor) Notes: svn path=/head/; revision=342052
* Relpace hardcoded ghostscript build dependency with USE_GHOSTSCRIPT_RUN.Dag-Erling Smørgrav2014-01-231-3/+3
| | | | | | | MFH 2014Q1 Notes: svn path=/head/; revision=340831
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+1
| | | | Notes: svn path=/head/; revision=327459
* - adoption of optionsNG, trim historical headerJason Helfman2013-04-281-9/+8
| | | | | | | | | - shift license for portlint Approved by: maintainer, uqs@ Notes: svn path=/head/; revision=316701
* Merge print/psutils-a4 and print/psutils-letter into a single portHiroki Sato2013-04-241-2/+2
| | | | | | | | print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file). Notes: svn path=/head/; revision=316401
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Add CONFLICTS for groff portsUlrich Spörlein2011-01-161-0/+2
| | | | | | | | Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl> Feature safe: yes Notes: svn path=/head/; revision=267889
* Add textproc/groff, the latest version of the groff typesetting suite.Ulrich Spörlein2011-01-157-0/+936
Feature safe: yes Reviewed by: ehaupt Notes: svn path=/head/; revision=267845