aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8
Commit message (Collapse)AuthorAgeFilesLines
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-2246-3552/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - 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
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-3/+2
| | | | | | | | | Categories: print, science, emulators approved by: PTHREAD blanket Notes: svn path=/head/; revision=382185
* Use proper MAKE_CMD reference.Bryan Drewery2015-03-221-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=381971
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Baptiste Daroussin2014-12-254-22/+197
| | | | | | | Obtained from: pkgsrc (old history) Notes: svn path=/head/; revision=375538
* - Strip binaries properly.Hiroki Sato2014-11-234-34/+39
| | | | | | | - Update pkg-message. Notes: svn path=/head/; revision=373130
* Cleanup plistAntoine Brodin2014-11-131-15/+0
| | | | Notes: svn path=/head/; revision=372510
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358556
* - Convert USE_XZ to USESDmitry Marakasov2014-06-201-2/+2
| | | | | | | | | - Fix shebang Approved by: portmgr blanket Notes: svn path=/head/; revision=358554
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Fix iconv dependency [*]Hiroki Sato2014-03-067-87/+64
| | | | | | | | | | | | - Add STAGEDIR support. - Remove FT_BRIDGE option. - Fix old syntax in LIB_DEPENDS. Submitted by: tijl [*] PR: ports/186705 [*] Notes: svn path=/head/; revision=347164
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326301
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2013-07-252-4/+6
| | | | | | | | | Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt Notes: svn path=/head/; revision=323630
* Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.Hiroki Sato2013-07-252-7/+7
| | | | Notes: svn path=/head/; revision=323629
* Fix drivers.mak generation. It did not work with X11, iconv, and svgalibHiroki Sato2013-07-151-3/+9
| | | | | | | | | device drivers after OPTIONS_{MULTI,GROUP} conversion. Reported by: Gert Doering Notes: svn path=/head/; revision=323070
* Mark as job unsafe (fails with -j24)Baptiste Daroussin2013-07-101-2/+2
| | | | | | | Convert to USES=gmake Notes: svn path=/head/; revision=322666
* Fix installation of bin/ert. It should be installed when GS_epag is defined,Hiroki Sato2013-05-033-2/+5
| | | | | | | | | not GS_dmprt. Spotted by: Andrzej Tobola Notes: svn path=/head/; revision=317185
* - Use OPTIONS_MULTI and OPTIONS_GROUP.Hiroki Sato2013-05-023-37/+26
| | | | | | | | | - Add dependency on libpaper unconditionally to 8.x and 9.x. - Fix CONFLICTS_INSTALL. - Remove ABI version numbers from LIB_DEPENDS. Notes: svn path=/head/; revision=317150
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Trim old-style header.Hiroki Sato2013-04-281-5/+1
| | | | Notes: svn path=/head/; revision=316734
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316695
* Fix typos which can prevent parallel build from working.Hiroki Sato2013-04-171-0/+17
| | | | | | | | Reported by: miwi Feature safe: yes Notes: svn path=/head/; revision=316004
* Revert r303635 to fix an wrong OPTIONS handling and resolve svgalib dependencyHiroki Sato2012-09-043-3/+7
| | | | | | | | | | in the case of !amd64 && !i386 in another way. Pointed out by: crees Pointy hat to: hrs Notes: svn path=/head/; revision=303669
* Fix build on !i386 && !amd64.Hiroki Sato2012-09-042-1/+3
| | | | | | | PR: ports/171253 Notes: svn path=/head/; revision=303635
* Remove _UNSAFE line as this port was fixed alreadyEitan Adler2012-09-041-2/+0
| | | | | | | Requested by: hrs Notes: svn path=/head/; revision=303630
* Mark ports unsafe per wiki page of broken ports.Eitan Adler2012-09-021-0/+2
| | | | | | | | Approved by: doceng (gabor, maintainer) [print/ghostscript8] Redports: ignore Notes: svn path=/head/; revision=303580
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-242-3/+3
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* - Add LICENSE.Hiroki Sato2012-06-125-395/+989
| | | | | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.8 had some inconsistent default values. Notes: svn path=/head/; revision=299125
* - update png to 1.5.10Dirk Meyer2012-06-013-3/+23
| | | | Notes: svn path=/head/; revision=297915
* New options framework for the portsBaptiste Daroussin2012-05-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for maintainers: it introduces 3 different types of options: simple, multi and single: - simple options are the same as the current options (i.e. on or off.) - multi options are options where at least one must be set (1-N). - single options are options where one and only one must be set (exclusive options). for users: - OPTIONS_SET: globally enable some options - OPTIONS_UNSET: globally disable some options - ${UNIQUENAME}_SET: enable per-port choice of options - ${UNIQUENAME}_UNSET: disable per-port choice of options For compatibility the old OPTIONS framework is now working on top of the new one The options previously set with old OPTIONS are imported and converted transparently. A new knob NO_DIALOG if defined in the the config-conditional target is ignored (prevent the dialog(1) ui to show up. Thanks to all people involved: beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches Notes: svn path=/head/; revision=297660
* Fix a URL in MASTER_SITES.Hiroki Sato2012-02-131-1/+1
| | | | | | | PR: ports/165080 Notes: svn path=/head/; revision=291137
* - Update MASTER_SITES.Hiroki Sato2012-02-123-7/+15
| | | | | | | | - Add a patch to suppress a warning message. - Style fixes. Notes: svn path=/head/; revision=291071
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.Hiroki Sato2011-07-201-1/+1
| | | | | | | | Spotted by: bf PR: ports/158995 Notes: svn path=/head/; revision=277974
* - Kick MD5 SupportMartin Wilke2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276961
* Update CONFLICTS lines.Hiroki Sato2011-06-202-4/+5
| | | | | | | PR: ports/158028 Notes: svn path=/head/; revision=275918
* - Fix a problem when opening a PDF file.Hiroki Sato2011-05-233-2/+13
| | | | | | | | | | - Fix a build issue when TARGET_ARCH is defined. PR: ports/156654 PR: ports/156607 Notes: svn path=/head/; revision=274533
* - fix build with output device X11Dirk Meyer2010-12-151-0/+12
| | | | | | | | PR: 152610 Approved by: (maintainer timeout) Notes: svn path=/head/; revision=266360
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Disable the GTK frontend by default.Hiroki Sato2010-08-212-7/+13
| | | | | | | Discussed with: ache Notes: svn path=/head/; revision=259681
* Use graphics/jbig2dec for libjbig2dec instead of the bundled one.Hiroki Sato2010-08-032-13/+3
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=258699
* - Fix compile errors when vgalib and lvga256 drivers are enabled.Hiroki Sato2010-08-026-12/+99
| | | | | | | | | | | | - Use external libraries instead of bundled old ones[1]. - Fix WITHOUT_FOO handling[2]. Submitted by: mi[1], dinoex[2] PR: ports/126513 PR: ports/148960 Notes: svn path=/head/; revision=258619
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+4
| | | | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr Notes: svn path=/head/; revision=255708
* Disable the cups driver when either WITHOUT_CUPS=true orHiroki Sato2010-05-252-7/+19
| | | | | | | | | WITHOUT_GS_cups=true. Spotted by: Scott Allendorf Notes: svn path=/head/; revision=255087