Commit Graph

203 Commits

Author SHA1 Message Date
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
sthen
dd9c501f2d regen patch with correct line numbers. no other change. 2013-03-17 23:48:24 +00:00
giovanni
c389b8f1b0 Bugfix update to 2.8.4 version 2013-03-11 16:21:45 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
giovanni
ce2717fe29 Disable textproc/gtk-doc hidden dependency, spotted by Moritz Grimm
help & ok ajacoutot@
2013-01-31 15:08:09 +00:00
sthen
2441382878 update liquidrescale gimp plugin to 0.7.1, from Vadim Zhukov 2012-12-22 11:46:34 +00:00
jasper
8b17f2b447 Security fix for CVE-2012-5576,
Memory corruption vulnerability when reading XWD files

ok giovanni@ (MAINTAINER)
2012-11-27 12:12:41 +00:00
giovanni
311076bbe8 Update to 2.8.2
Update and sort WANTLIB (from Brad)
ok ajacoutot@
2012-10-02 13:10:44 +00:00
brad
2d97f3865e - Mark SHARED_ONLY as Gimp uses plugins and merge PFRAG.shared into the PLIST
- Sync WANTLIB
- Remove use of CONFIGURE_SHARED since this is SHARED_ONLY anyway
- Remove unnecessary patching for the autoconf script and pkg-config files

From giovanni@

- Enable the PostScript plugin
- Update distinfo

ok giovanni@
2012-09-27 00:17:51 +00:00
giovanni
e3bd3ae709 reenable mng plugin
disable exif to xmp conversion to fix loading of some jpeg images
2012-07-16 09:42:24 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
giovanni
60901adc56 Unbreak the build, x11/py-gtk2 is needed at build time too
spotted by Nigel Taylor, thanks
2012-06-08 07:29:17 +00:00
giovanni
8b143071b4 Update to 2.8.0
Major changes are described at http://www.gimp.org/release-notes/gimp-2.8.html
ok jasper@
2012-06-06 08:06:32 +00:00
giovanni
3b478c2b48 Add missing patch
No build, no bump
spotted by ajacouto@, thanks
2012-02-27 14:55:31 +00:00
giovanni
c2249380a9 Update to 2.6.12
This is the last release of the 2.6.x branch
2012-02-27 10:11:38 +00:00
ajacoutot
84963604d9 Add a dependency on x11/gtk+2,-guic. 2011-12-03 20:30:09 +00:00
kili
7560733068 Fix build with poppler-0.18. Gyped from opensuse. 2011-11-26 19:46:38 +00:00
jasper
58f3c8ffea - regen WANTLIB 2011-11-02 08:46:37 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
jasper
915cf8dd86 fix heap corruption and buffer overflow (CVE-2011-2896)
patch from upstream git

ok giovanni@ (MAINTAINER)
2011-08-19 08:57:07 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
jasper
4c34ff0cae - adjust after recent curl update 2011-07-07 08:16:17 +00:00
ajacoutot
ad57df71a0 Use the gettext MODULE. 2011-07-06 18:41:41 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
ajacoutot
6e1f352ba4 @comment bogus directory lib/locale/. 2011-05-11 08:09:06 +00:00
giovanni
8cea4711ba Use correct autoconf_version, from Brad 2011-05-06 15:49:53 +00:00
dcoppa
6ff73abfa2 Fix goption warning, consequence of the update to glib-2.28.2.
Ok ajacoutot@, landry@
2011-04-16 07:47:04 +00:00
giovanni
95b395ca74 Update to 2.6.11, fixes print support. 2010-12-03 16:33:59 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
0abe08ec35 WANTLIB conversion 2010-11-09 18:22:26 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
0f681543b5 USE_GROFF=Yes 2010-10-18 18:13:12 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
963be35df1 Fix WANTLIB. 2010-10-03 16:00:11 +00:00
landry
e204063f18 Fix WANTLIB (remove gsf-1/bz2) after librsvg update. 2010-09-28 12:03:16 +00:00
jasper
ca039694d4 - bump for pythonia 2010-08-30 21:24:15 +00:00
giovanni
819b70bdd6 Bugfix update to 2.6.10 and switch to new dependencies 2010-07-30 06:27:52 +00:00
giovanni
ab1529e5eb Update to 2.6.9 2010-07-08 16:16:51 +00:00
espie
436b053f42 should be a RUN_DEPENDS 2010-07-06 17:17:35 +00:00
ajacoutot
8376455597 Fix depends specs after recent babl+gegl updates. 2010-04-24 13:08:37 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
giovanni
7a1e742553 Update to bugfix release 2.6.8
ok jasper@ stephan@
2009-12-30 09:06:12 +00:00
ajacoutot
5c008745e3 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 16:06:40 +00:00
ajacoutot
619919cff4 Add missing gtk-update-icon-cache goo. 2009-12-06 18:44:25 +00:00
jasper
71d09c4ee1 Security fix for CVE-2009-3909
Gimp PSD Image Parsing Integer Overflow Vulnerability

From upstream git.

ok giovanni@ (MAINTAINER)
2009-11-17 19:15:05 +00:00
jasper
047606182b SECURITY FIX for gimp to prevent integer overflows.
Secunia Research, advisory SA37232 and CVE CVE-2009-1570.

Patch from upstream git.

ok giovanni@ (MAINTAINER)
2009-11-12 16:35:56 +00:00
giovanni
e4b6c319e4 Update to 2.6.7 2009-09-25 12:43:16 +00:00
giovanni
9b341d782d - let the help subsystem work
- remove a dependency on x11/gnome/vfs2
- remove a hidden dependency on devel/iso-codes
- let it build with different python versions
- regen plist
ok sthen@, "i guess it makes sense" landry@
2009-08-17 12:10:26 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00