summaryrefslogtreecommitdiff
path: root/print/ghostscript7 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-22- Split ghostscript into X11-independent and -dependent parts:Hiroki Sato114-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
2015-06-22Convert to USES=jpegAntoine Brodin1-3/+2
Notes: svn path=/head/; revision=390310
2015-05-14MASTER_SITES cleanup.Mathieu Arnold7-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
2015-04-27print/ghostscript7: This is not jobs safeJohn Marino1-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
2015-03-243 ports categories: Remove $PTHREAD_LIBSJohn Marino1-2/+1
Categories: print, science, emulators approved by: PTHREAD blanket Notes: svn path=/head/; revision=382185
2015-02-18Fix libpng issue.Hiroki Sato4-19/+181
Notes: svn path=/head/; revision=379310
2015-02-05Cleanup plistBaptiste Daroussin1-7/+0
Notes: svn path=/head/; revision=378464
2014-12-25Mark as broken after png updateBaptiste Daroussin1-2/+3
Notes: svn path=/head/; revision=375601
2014-12-25Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin1-1/+1
Notes: svn path=/head/; revision=375594
2014-11-23Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.Hiroki Sato115-0/+7731
Notes: svn path=/head/; revision=373122
2014-09-06Remove 5 unstaged print/ghostscript7* portsJohn Marino114-7592/+0
Notes: svn path=/head/; revision=367470
2014-07-24Reset maintainership for ports not staged with no pending PRBaptiste Daroussin1-1/+1
With hat: portmgr Notes: svn path=/head/; revision=362828
2014-07-16Fix some non default LIB_DEPENDSBaptiste Daroussin1-1/+1
With hat: portmgr Notes: svn path=/head/; revision=362053
2014-07-14Modernize LIB_DEPENDSBaptiste Daroussin1-2/+2
With hat: portmgr Notes: svn path=/head/; revision=361812
2014-06-25Convert GMAKE to MAKE_CMDBaptiste Daroussin2-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
2014-05-26- Convert gmake,bzip2,xz to USESMartin Wilke1-2/+1
Approved by: portmgr Notes: svn path=/head/; revision=355347
2014-01-21Fix properties on pkg-plistBaptiste Daroussin1-1/+0
Notes: svn path=/head/; revision=340674
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
print) Notes: svn path=/head/; revision=327765
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov1-1/+0
Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
2013-07-25Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2-19/+20
Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt Notes: svn path=/head/; revision=323630
2013-07-25Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.Hiroki Sato2-22/+21
Notes: svn path=/head/; revision=323629
2013-07-15Fix drivers.mak generation. It did not work with X11, iconv, and svgalibHiroki Sato1-3/+7
device drivers after OPTIONS_{MULTI,GROUP} conversion. Reported by: Gert Doering Notes: svn path=/head/; revision=323070
2013-05-03Fix installation of bin/ert. It should be installed when GS_epag is defined,Hiroki Sato1-1/+1
not GS_dmprt. Spotted by: Andrzej Tobola Notes: svn path=/head/; revision=317185
2013-05-02- Use OPTIONS_MULTI and OPTIONS_GROUP.Hiroki Sato2-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
2013-05-01Fix issues on 64-bit platforms.Hiroki Sato25-6/+747
Notes: svn path=/head/; revision=316980
2013-04-29Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xHiroki Sato91-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
2013-03-26ghostscript7 is very very outdated consider using newer version like ↵Baptiste Daroussin84-6102/+0
print/ghostscript9 Approved by: doceng (gjb) Notes: svn path=/head/; revision=315309
2012-06-24s/X11BASE/LOCALBASE/, or equivalent.Doug Barton1-2/+2
The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
2012-06-01- update png to 1.5.10Dirk Meyer3-3/+24
Notes: svn path=/head/; revision=297915
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-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
2011-07-03- Kick MD5 SupportMartin Wilke1-19/+0
Notes: svn path=/head/; revision=276961
2011-06-20Update CONFLICTS lines.Hiroki Sato1-4/+5
PR: ports/158028 Notes: svn path=/head/; revision=275918
2010-03-28- update to 1.4.1Dirk Meyer1-2/+2
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2010-02-05- update to jpeg-8Dirk Meyer1-2/+2
Notes: svn path=/head/; revision=249285
2009-11-18- Mark MAKE_JOBS_UNSAFEPav Lucistnik1-0/+1
Reported by: pointyhat Notes: svn path=/head/; revision=244447
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-1/+1
starting with P,R,S Notes: svn path=/head/; revision=240075
2009-07-18- update to jpeg7Dirk Meyer1-2/+2
Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
2009-01-30- Update download locations, files that are no longer available mirror locallyPav Lucistnik5-5/+5
Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227208
2008-10-05Fix WITH_SHLIB=yes case.Hiroki Sato1-0/+1
Submitted by: Ulrich Spoerlein PR: ports/127278 Notes: svn path=/head/; revision=221210
2008-07-25- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik1-1/+1
MAKE_ENV Notes: svn path=/head/; revision=217477
2008-06-20Major overhaul of Makefile:Hiroki Sato25-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
2008-06-01Add accidentally-removed PORTREVISION in the previous commit.Hiroki Sato1-0/+1
Notes: svn path=/head/; revision=214109
2008-06-01The following repocopies have been done for print/ghostscript-*Hiroki Sato3-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
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke1-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
2008-04-17Incorrect CONFLICTS in multiple ports.Edwin Groothuis1-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
2008-04-16- Bump PORTREVISION for CONFLICTS changedRong-En Fan1-1/+1
Noticed by: flz Notes: svn path=/head/; revision=211370
2008-04-16- lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan1-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
2008-01-01Adding a post-installation message , telling the user that he needs aThierry Thomas2-0/+7
dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills <steve (at) mouf.net> Notes: svn path=/head/; revision=204805
2007-09-24Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan1-1/+1
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
2007-08-03- Replace USE_XLIB with USE_XORG (xt xext)Martin Matuska2-2/+2
- Bump PORTREVISION Tested by: pointyhat Thanks to: pav (testing) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=197039