/mail/qmailadmin-devel/

2/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/docproj/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing gettext-tools dependency.wblock2016-08-121-6/+5
| | | | | | | PR: 211597 Approved by: koobs MFH: 2016Q3 Sponsored by: iXsystems
* Turn the TRANSLATOR option on by default. This adds the PO translationwblock2016-04-191-2/+2
| | | | | | tools without adding much overhead. Approved by: mat
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-27/+27
| | | | | With hat: portmgr Sponsored by: Absolight
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-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)
* Add Korean font support to the CJK option.wblock2015-09-011-2/+3
| | | | | | | PR: 202699 Submitted by: Hoyoung Kim <trig4800@gmail.com> Approved by: hrs, mat Differential Revision: https://reviews.freebsd.org/D3509
* Add TRANSLATOR option to include include PO translation dependencies.wblock2015-08-251-3/+5
| | | | | | | | Sort options as requested by feld@. Reviewed by: feld Approved by: feld Differential Revision: https://reviews.freebsd.org/D3379
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-17/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Use OPTIONS_UNSET_FORCE instead of WITHOUT_X11.hrs2015-07-271-1/+1
| | | | PR: 201864
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-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
* Make fonts repecting XDGbapt2015-03-221-4/+4
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* Fix some _DEPENDSantoine2015-01-251-1/+1
|
* - Fix dependency.hrs2014-12-081-35/+24
| | | | | | | | - Use ${opt}_*_DEPENDS. - SVN off by default if svnlite is installed. - Fix USE_TEX[*] PR: 195340 [*]
* Consolidate the docbook ports into -sgml and -xml variants.mat2014-02-191-2/+2
| | | | | Submitted by: hrs (based on) Sponsored by: Absolight
* Chase docbook cleanup dependencies.mat2014-02-181-1/+1
| | | | Sponsored by: Absolight
* Revert 335719, wrong port...gjb2013-12-061-4/+0
| | | | | | Approved by: doceng (implicit) Pointyhat: gjb Sponsored by: The FreeBSD Foundation
* Mark as BROKEN on OSVERION 1000500 and 1000501, needs updated iconv(3).gjb2013-12-061-0/+4
| | | | | Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation
* - Update dependency.hrs2013-11-121-12/+9
| | | | | | - Remove files/JADETEX. - Add STAGEDIR support. - Style clean-ups.