aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpaint
Commit message (Collapse)AuthorAgeFilesLines
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-0/+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-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Update to xpaint 2.9.10.3Johan van Selst2015-01-032-4/+3
| | | | Notes: svn path=/head/; revision=376119
* 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 plistBaptiste Daroussin2014-10-201-17/+0
| | | | Notes: svn path=/head/; revision=371283
* Switch to USES=libtool:buildTijl Coosemans2014-09-131-7/+4
| | | | Notes: svn path=/head/; revision=368148
* - Switch to USES=libtoolDmitry Marakasov2014-07-041-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360576
* Bump PORTREVISION for jbigkit library version bump.Tijl Coosemans2014-06-221-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358814
* Update openjpeg to 2.1.0.Koop Mast2014-05-261-1/+2
| | | | | | | | | | Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports Notes: svn path=/head/; revision=355352
* Update to XPaint 2.9.10.2Johan van Selst2014-04-213-13/+11
| | | | Notes: svn path=/head/; revision=351681
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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
* Update to xpaint 2.9.10Johan van Selst2014-03-052-5/+7
| | | | Notes: svn path=/head/; revision=347097
* Fix build issue when MAKE_JOBS_UNSAFE is setJohan van Selst2014-01-251-7/+8
| | | | Notes: svn path=/head/; revision=341128
* Fix build issue with freetype (again), hopefully now working for all versionsJohan van Selst2013-12-301-1/+3
| | | | Notes: svn path=/head/; revision=338115
* - Enable STAGE supportJohan van Selst2013-12-293-18/+20
| | | | | | | | | | - Fix build issue with modern freetype - Fix bash path and add run-time dependency - Strip installed binaries - Bump PORTREVISION Notes: svn path=/head/; revision=338004
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+1
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* - Fix help file locationJohan van Selst2013-09-234-26/+41
| | | | | | | | | | - While here, do some minor style cleanups PR: ports/177638 Submitted by: <abc@ai1.alaska.net> Notes: svn path=/head/; revision=327904
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Minor, last-minute fixes missed in the previous commits.Alexey Dokuchaev2013-07-311-2/+2
| | | | Notes: svn path=/head/; revision=324022
* - Fix parallel (-jX) builds, remove jobs unsafe markAlexey Dokuchaev2013-07-312-3/+39
| | | | | | | - Drop article from COMMENT, expand creator's name Notes: svn path=/head/; revision=324001
* Mark jobs unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | | | | | Convert to USES=gmake where appropriate Trim headers Notes: svn path=/head/; revision=322689
* Add run dependency on ghostscript and psutilsJohan van Selst2013-05-151-0/+4
| | | | Notes: svn path=/head/; revision=318260
* Update xpaint to 2.9.9.4Johan van Selst2013-02-092-3/+3
| | | | Notes: svn path=/head/; revision=311970
* - Update xpaint to 2.9.9.3Johan van Selst2013-01-266-79/+14
| | | | | | | - Remove some local patch files that are no longer needed Notes: svn path=/head/; revision=311026
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update xpaint to 2.9.9Johan van Selst2012-02-198-117/+81
| | | | | | | | - Now using GNU configure rather than Imakefiles - Dependens on new port x11-toolkits/libxaw3dxft Notes: svn path=/head/; revision=291793
* Update xpaint to 2.9.8.4Johan van Selst2012-01-082-3/+3
| | | | Notes: svn path=/head/; revision=288760
* Update xpaint to 2.9.8.3Johan van Selst2011-10-152-3/+3
| | | | Notes: svn path=/head/; revision=283559
* Fix C error (missing return value). Fixes compilation with clang.Johan van Selst2011-06-211-0/+2
| | | | Notes: svn path=/head/; revision=276026
* Update xpaint to 2.9.8.2 (bugfix release)Johan van Selst2011-02-262-3/+3
| | | | Notes: svn path=/head/; revision=269800
* Update xpaint to 2.9.8.1Johan van Selst2010-12-283-19/+35
| | | | Notes: svn path=/head/; revision=267094
* Update xpaint to 2.9.8Johan van Selst2010-11-093-5/+5
| | | | Notes: svn path=/head/; revision=264322
* Update xpaint to 2.9.7Johan van Selst2010-11-012-4/+4
| | | | Notes: svn path=/head/; revision=263907
* Update xpaint to 2.9.6.4Johan van Selst2010-10-302-4/+3
| | | | Notes: svn path=/head/; revision=263792
* Update to xpaint 2.9.6.3Johan van Selst2010-10-192-5/+5
| | | | Notes: svn path=/head/; revision=263300
* Update xpaint to version 2.9.6Johan van Selst2010-09-182-4/+4
| | | | Notes: svn path=/head/; revision=261380
* Update to xpaint 2.9.5Johan van Selst2010-09-062-4/+4
| | | | Notes: svn path=/head/; revision=260652
* - Update to xpaint 2.9.4 (now with jpeg support)Johan van Selst2010-09-044-6/+19
| | | | | | | - Grab maintainership Notes: svn path=/head/; revision=260566
* - Fix BuildMartin Wilke2010-07-211-0/+15
| | | | Notes: svn path=/head/; revision=258011
* - Update to 2.8.1.4Martin Wilke2010-07-1611-253/+231
| | | | | | | | PR: 148560 Submitted by: Ports Fury Notes: svn path=/head/; revision=257836
* - fix build for png-1.4.1Dirk Meyer2010-03-311-0/+11
| | | | | | | PR: 145228 Notes: svn path=/head/; revision=251888
* - 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-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+5
| | | | | | | | | | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530