aboutsummaryrefslogtreecommitdiff
path: root/x11/dgs
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* 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
* - 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
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Simplify MASTER_SITESDmitry Marakasov2015-03-091-3/+3
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=380824
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistAntoine Brodin2014-11-241-6/+1
| | | | Notes: svn path=/head/; revision=373367
* Remove old libtool patchesTijl Coosemans2014-09-192-33/+0
| | | | Notes: svn path=/head/; revision=368590
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-252-5/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366075
* Rename x11/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363352
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359353
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Support building the documentation with newer versions of texinfo. [1]Gerald Pfeifer2014-03-023-1/+43
| | | | | | | | | | | Update pkg-descr to provide background that may help users decide whether to really consider this port. PR: 186046 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] Notes: svn path=/head/; revision=346764
* Patch ltconfig a bit like USES=libtool does for configure files, so thatAntoine Brodin2014-02-092-5/+14
| | | | | | | | we end up with libs and symlinks as specified in the plist No bump needed as it failed to package. Notes: svn path=/head/; revision=343543
* Support stageBaptiste Daroussin2014-02-062-20/+18
| | | | Notes: svn path=/head/; revision=343163
* x11/dgs: Add dports patches for dragonfly supportJohn Marino2014-02-052-0/+31
| | | | Notes: svn path=/head/; revision=342787
* Apply some simple cleanup to this port:Eitan Adler2013-10-131-5/+5
| | | | | | | | | - Fix COMMENT - USE_GMAKE -> USES=gmake - Use new LIB_DEPENDS format Notes: svn path=/head/; revision=330195
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-2/+3
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - strip shlibversion in depedencyDirk Meyer2013-01-261-2/+2
| | | | Notes: svn path=/head/; revision=311030
* - drop maintainershipDirk Meyer2012-10-181-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306083
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Fix build on FreeBSD 10.Koop Mast2011-11-051-0/+1
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=285114
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - 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-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update download locationPav Lucistnik2009-01-301-1/+1
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227223
* - add xext to USE_XORGDirk Meyer2008-03-191-1/+1
| | | | Notes: svn path=/head/; revision=209394
* - set USE_XORGDirk Meyer2008-03-171-2/+2
| | | | Notes: svn path=/head/; revision=209219
* - don't install path_dps.m4, as newer autoconf break with itDirk Meyer2008-03-172-52/+48
| | | | | | | - cleanup after xfree86 removal Notes: svn path=/head/; revision=209196
* Remove support for XFree8-4.Florent Thoumie2008-03-071-4/+0
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-8/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-2/+33
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - fix build after axing of xfree86-3Dirk Meyer2007-02-161-2/+7
| | | | Notes: svn path=/head/; revision=185315
* - Remove support for xfree86-3Pav Lucistnik2007-02-022-45/+3
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* - fix plist macroDirk Meyer2006-12-161-1/+1
| | | | Notes: svn path=/head/; revision=179950
* - install pswrapDirk Meyer2006-12-122-3/+4
| | | | | | | - use USE_LDCONFIG Notes: svn path=/head/; revision=179545
* - reslove conflitcs with imakeDirk Meyer2006-07-262-3/+2
| | | | | | | Suggested by: thierry (Thierry Thomas) Notes: svn path=/head/; revision=168817
* - make buildable for all versions of XDirk Meyer2006-04-162-46/+74
| | | | | | | - resolve conflicts with x*-clients and x*-libraries Notes: svn path=/head/; revision=159690
* - update to 0.5.9.1Dirk Meyer2006-04-113-15/+14
| | | | | | | | | - build without perl - cleanups - make portlint happy Notes: svn path=/head/; revision=159310
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Replace the dangerous .error with IGNORE. Unquote the other use ofMark Linimon2006-01-271-2/+2
| | | | | | | IGNORE. Notes: svn path=/head/; revision=154574
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149464