Commit graph

19 commits

Author SHA1 Message Date
dsainty
54370afde5 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
92e0cb52cb 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
657ac8eab1 Adding files for Darwin/MacOS X to PLIST
Bumping revision
2010-02-19 17:34:41 +00:00
taca
4fd060c762 * 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
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
plunky
b3ec578876 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
f9702bcd7b fix copy-pasto in previous 2009-09-21 17:48:46 +00:00
tnn
3edfe5e2b7 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
9e04a7c891 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
1cddb051cc 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
cd4dace4fe 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
843a1e6099 Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
adam
175aa1120c 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