summaryrefslogtreecommitdiff
path: root/print/ghostscript7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-22114-7881/+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-3/+2
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-147-13/+7
| | | | | | | | | | | | | | | | | | | | | | - 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
* print/ghostscript7: This is not jobs safeJohn Marino2015-04-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | This port is doing some king of crazy delete/copy thing with gconfig.h and there's a race where it gets used before it's copied. Mark this port unsafe until further notice; it has failed on me a couple of times. tailored log: rm -f ./obj/../soobj/gconfig.h cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h rm -f ./obj/../soobj/gconfig.h cp ./src/gconf.c ./obj/../soobj/gconfig.cOA cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h [snip] cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h In file included from ./obj/../soobj/iconfig.c:43:0: ./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file or directory compilation terminated. Notes: svn path=/head/; revision=384838
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-2/+1
| | | | | | | | | Categories: print, science, emulators approved by: PTHREAD blanket Notes: svn path=/head/; revision=382185
* Fix libpng issue.Hiroki Sato2015-02-184-19/+181
| | | | Notes: svn path=/head/; revision=379310
* Cleanup plistBaptiste Daroussin2015-02-051-7/+0
| | | | Notes: svn path=/head/; revision=378464
* Mark as broken after png updateBaptiste Daroussin2014-12-251-2/+3
| | | | Notes: svn path=/head/; revision=375601
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.Hiroki Sato2014-11-23115-0/+7731
| | | | Notes: svn path=/head/; revision=373122
* Remove 5 unstaged print/ghostscript7* portsJohn Marino2014-09-06114-7592/+0
| | | | Notes: svn path=/head/; revision=367470
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362053
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-252-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355347
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2013-07-252-19/+20
| | | | | | | | | 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-22/+21
| | | | Notes: svn path=/head/; revision=323629
* Fix drivers.mak generation. It did not work with X11, iconv, and svgalibHiroki Sato2013-07-151-3/+7
| | | | | | | | | device drivers after OPTIONS_{MULTI,GROUP} conversion. Reported by: Gert Doering Notes: svn path=/head/; revision=323070
* Fix installation of bin/ert. It should be installed when GS_epag is defined,Hiroki Sato2013-05-031-1/+1
| | | | | | | | | not GS_dmprt. Spotted by: Andrzej Tobola Notes: svn path=/head/; revision=317185
* - Use OPTIONS_MULTI and OPTIONS_GROUP.Hiroki Sato2013-05-022-7/+13
| | | | | | | | | - 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
* Fix issues on 64-bit platforms.Hiroki Sato2013-05-0125-6/+747
| | | | Notes: svn path=/head/; revision=316980
* Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xHiroki Sato2013-04-2991-0/+6843
| | | | | | | | | | | | | | and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt Notes: svn path=/head/; revision=316845
* ghostscript7 is very very outdated consider using newer version like ↵Baptiste Daroussin2013-03-2684-6102/+0
| | | | | | | | | print/ghostscript9 Approved by: doceng (gjb) Notes: svn path=/head/; revision=315309
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-241-2/+2
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* - update png to 1.5.10Dirk Meyer2012-06-013-3/+24
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+4
| | | | | | | | | | | | - 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
* - Kick MD5 SupportMartin Wilke2011-07-031-19/+0
| | | | Notes: svn path=/head/; revision=276961
* Update CONFLICTS lines.Hiroki Sato2011-06-201-4/+5
| | | | | | | PR: ports/158028 Notes: svn path=/head/; revision=275918
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update download locations, files that are no longer available mirror locallyPav Lucistnik2009-01-305-5/+5
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227208
* Fix WITH_SHLIB=yes case.Hiroki Sato2008-10-051-0/+1
| | | | | | | | Submitted by: Ulrich Spoerlein PR: ports/127278 Notes: svn path=/head/; revision=221210
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Major overhaul of Makefile:Hiroki Sato2008-06-2025-1281/+1371
| | | | | | | | | | - Use OPTIONS for driver selection. - Split driver-specific procedure into files/Makefile.* - Use configure script and Makefile.in. - Fix installation directory of document files. Notes: svn path=/head/; revision=215381
* Add accidentally-removed PORTREVISION in the previous commit.Hiroki Sato2008-06-011-0/+1
| | | | Notes: svn path=/head/; revision=214109
* The following repocopies have been done for print/ghostscript-*Hiroki Sato2008-06-013-54/+45
| | | | | | | | | | | | | | | | | | | | | | | reorganization: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont and clean up Makefile of each port for the changes, and assign the maintainers to doceng@. Not hooked up to the build yet because it needs more fixes in dependent ports and bsd.port.mk. PR: ports/124157 Notes: svn path=/head/; revision=214093
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Incorrect CONFLICTS in multiple ports.Edwin Groothuis2008-04-171-3/+2
| | | | | | | | | | | There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=211480
* - Bump PORTREVISION for CONFLICTS changedRong-En Fan2008-04-161-1/+1
| | | | | | | Noticed by: flz Notes: svn path=/head/; revision=211370
* - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan2008-04-161-0/+2
| | | | | | | | | | | bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com> Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc) Notes: svn path=/head/; revision=211330
* Adding a post-installation message , telling the user that he needs aThierry Thomas2008-01-012-0/+7
| | | | | | | | | | dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills <steve (at) mouf.net> Notes: svn path=/head/; revision=204805
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-1/+1
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - Replace USE_XLIB with USE_XORG (xt xext)Martin Matuska2007-08-032-2/+2
| | | | | | | | | | | - Bump PORTREVISION Tested by: pointyhat Thanks to: pav (testing) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=197039