Commit Graph

190 Commits

Author SHA1 Message Date
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
sthen
b92934dadd sync WANTLIB, bump PKGNAMEs 2009-06-24 22:44:45 +00:00
kili
2b41280401 WANTLIB changes due to avahi dependency. Bump affected PKGNAMEs. 2009-06-10 20:27:09 +00:00
giovanni
1212c0b947 Update to 2.6.6 2009-03-18 19:00:19 +00:00
giovanni
6a5b9105d8 Update to 2.6.5.
Ok mbalmer@
2009-03-05 10:37:22 +00:00
giovanni
9293c388aa Fix PLIST typo
ok ajacoutot@
2009-02-02 18:32:20 +00:00
giovanni
b59d04dd1b Update to gimp-2.6.4.
ok ajacoutot@
2009-02-02 16:39:17 +00:00
ajacoutot
5c4f46ca0f - fix missing and/or wrong desktop goos
Thanks to sthen@ who came up with a nice big list of potential missing
desktop goos but got caught up by crack-attack...
ok sthen@ jasper@
2009-01-29 17:37:56 +00:00
giovanni
50ad3a337b Update to 2.6.3
Change my email address
Ok, kili@, okan@
2008-12-12 16:14:57 +00:00
ajacoutot
43a5d8b0d3 - fix pkg install after recent librsvg update 2008-11-19 14:08:27 +00:00
kili
5226c0e081 Update to 2.6.2.
Enable python and printing support. (Note: the pros and cons about python
have been discussed at p2k8, and most people agreed that it isn't an issue).
Adjust license information (it's GPLv2).
Add a MAINTAINER (who maintained this program for quite some time now).

From the "new" maintainer Giovanni Bechis <bigionews@snb.it>. Thanks!

Tested on i386 and powerpc by me, and on amd64 by simon@
2008-11-16 21:19:23 +00:00
kili
253b223b27 Remove a bogus ::graphics/gegl LIB_DEPENDS. Found by Giovanni Bechis. 2008-10-21 19:53:17 +00:00
kili
fe328bdc2a Update to 2.6. From Giovanni Bechis.
"Yes, now is the time to commit this anyway." ajacoutot@
2008-10-20 21:38:18 +00:00
ajacoutot
5bd1139f47 - use intltool MODULE; p5-XML-Parser was needed because of the intltool
command

"Feel free to fix it" sturm@
2008-09-28 13:40:51 +00:00