wiz
0602d449ce
Recursive bump for png-1.6.
2013-02-16 11:17:56 +00:00
adam
f4c3b89da7
Revbump after graphics/jpeg and textproc/icu
2013-01-26 21:36:13 +00:00
asau
8aba7e3fbf
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-29 05:06:05 +00:00
adam
3f2cc57b2b
Revbump after updating graphics/pango
2012-10-08 23:00:34 +00:00
tron
a2593dffce
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:12:21 +00:00
obache
c38c120ee5
recursive bump from libffi shlib major bump
...
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
dholland
0936128b41
Fix some pkglint.
2012-07-01 01:32:21 +00:00
wiz
4f06bf62cf
Fix build on NetBSD-current with libexecinfo.
2012-06-16 23:05:41 +00:00
sbd
21792a9296
Recursive PKGREVISION bump for libxml2 buildlink addition.
2012-06-14 07:43:06 +00:00
dholland
7e751949e4
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
...
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
fhajny
81ea68e668
Fix stale checksum.
2012-03-12 10:39:52 +00:00
fhajny
863c8d542e
Add @PREFIX@/lib to SEARCH_LIB in configure to end up with a sane search
...
path on SunOS, where a transformation from 'lib' to 'lib/64' is performend
automatically when ABI=64.
2012-03-12 10:39:13 +00:00
wiz
ee311e3b36
Recursive bump for pcre-8.30* (shlib major change)
2012-03-03 00:11:51 +00:00
hans
aabbb1f49e
REPLACE_SH in the wx-config script.
...
Fixes a problem seen with ksh93 on SunOS.
2012-02-28 15:11:39 +00:00
wiz
fb1a8e5414
Revbump for
...
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
2012-02-06 12:41:29 +00:00
sbd
8941a50a90
Make librarys install in PREFIX/lib (not PREFIX/lib64 etc.)
2012-01-27 06:07:48 +00:00
drochner
f35df7797d
build the mediactrl module (needed by newer dvdstyler), bump PKGREV
2012-01-20 12:02:23 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
hans
b78f55282b
There seems to be no way to tell wxGTK not to put locales into
...
${PREFIX}/share besides patching all over the code. Force
PKGLOCALEDIR=share for now.
2011-09-14 18:00:40 +00:00
dholland
f0ed7281fb
Needs glib2 as a direct dependency. PKGREVISION -> 12.
2011-06-19 00:48:57 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
1e38021b54
Add upstream bug report URL.
2011-01-24 14:58:41 +00:00
wiz
5fd3df6e36
Fix build with png-1.5.
2011-01-14 11:54:04 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
wiz
60cddd7730
Mention which files include this.
2011-01-12 11:21:28 +00:00
dsainty
1f40f3a084
Mechanically replace references to graphics/jpeg with the suitable
...
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
2010-12-23 11:44:24 +00:00
abs
9987fa4b3a
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
wiz
200e3c4a04
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
...
version, and bump all depends.
Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
dsainty
043c5a23b1
Explicitly pull in libXxf86vm, since configure looks for it, and may
...
incorrectly locate native copies. Fixes build on some Linux systems.
2010-06-15 13:15:15 +00:00
wiz
e8d8834f6a
Bump PKGREVISION for libpng shlib name change.
...
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
629a9cb89b
Adding files for Darwin/MacOS X to PLIST
...
Bumping revision
2010-02-19 17:34:41 +00:00
taca
039d94f891
* Add patches for CVE-2009-2369 and CVE-2009-2625.
...
* Use textproc/expat to fix CVE-2009-3720.
Bump PKGREVISION.
2010-02-16 17:38:14 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
plunky
78a6407f7d
avoid conflicts with GSocket in glib >= 2.21 as per
...
http://trac.wxwidgets.org/ticket/10883
(fixes build)
2009-10-23 12:26:13 +00:00
tnn
e74b397123
fix copy-pasto in previous
2009-09-21 17:48:46 +00:00
tnn
7c083be514
Use SUBST to fixup hardcoded "/usr/pkg/include" in configure script.
...
Makes configure work with X11_TYPE=modular and LOCALBASE != /usr/pkg
2009-09-21 17:47:11 +00:00
sno
ae239f2d77
bump revision because of graphics/jpeg update
2009-08-26 20:22:51 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
drochner
1e3e0d17b8
deal with CVE-2009-2369 -- neither the advisory nor anything it links
...
to give useful information, just spotted an obvious case where data
passed from subclasses are used for malloc() unchecked, so added a check.
I can't claim that the CVE report is fixed because it is not clear what
it is about, but it seems that this fixes an issue.
bump PKGREVISION
2009-08-05 20:58:56 +00:00
drochner
b1680da36c
add patches from upstream to fix a double free() and an integer overflow
...
(http://secunia.com/advisories/35292/ )
bump PKGREVISION
2009-08-01 14:03:19 +00:00
joerg
b02a0f888e
Remove @dirrm entries from PLISTs
2009-06-14 18:24:43 +00:00
adam
ce1451a39f
Fix buildling for X11R7
2009-05-15 07:08:59 +00:00
joerg
d297195910
Update to wxGTK-2.8.10:
...
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either
2009-03-23 00:38:55 +00:00
joerg
2d1ba244e9
Simply and speed up buildlink3.mk files and processing.
...
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
8fd2978c36
Fix comment.
2009-03-19 15:26:33 +00:00
shattered
d80f1f9d97
Disable usage of POSIX thread priority functions on NetBSD < 4.99.50
...
(they are all stubs before that). This stops wxGTK (and in turn,
Audacity and others) from displaying annoying "Cannot get priority range
for scheduling policy 0" message at startup:
http://mail-index.netbsd.org/tech-pkg/2005/11/22/0020.html
http://mail-index.netbsd.org/netbsd-users/2006/07/02/0004.html
http://mail-index.netbsd.org/netbsd-users/2007/06/28/0002.html
OK by wiz@.
2009-01-08 21:58:17 +00:00
joerg
125b2ff752
Import wxGTK 2.8.8.
2008-09-12 11:09:49 +00:00