Commit Graph

65 Commits

Author SHA1 Message Date
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
sthen
a3994cdaf6 wrong subpkg bumped for gconf ;) 2013-09-30 12:37:23 +00:00
ajacoutot
de423d4d84 Bump after devel/gconf2,-main is gone. 2013-09-27 17:49:01 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
edd
3b77db8942 Enable graphicscontext support in wxWidgets.
Adds a dependency upon pthread. Tested a handful of dependent ports with
success.

This change allows the fs-uae launcher to render correctly.

OK sthen@
2012-12-10 20:51:24 +00:00
dcoppa
8bae10bc8f For x11/wxWidgets, avoid using '-Wl,--version-script'.
When used in conjunction with PIE, symbol versioning triggers weird
linking problems in dependent ports.
This appears to unbreak graphics/hugin.
Bump all the majors of wx shared libraries and amend graphics/hugin
accordingly.

Kudos to naddy@: a 2009 message to misc@ from him put me on the
right track.

OK sthen@ (MAINTAINER)
2012-11-06 09:37:14 +00:00
ajacoutot
d9a4bcc50e Bump after gstreamer-plugins-base subpackaging change. 2012-09-06 12:38:35 +00:00
landry
5dd92c7492 add @pkgpath x11/wxWidgets to PLIST-main to ease upgrades from pkgs
before the -main/-media split in rev 1.38.
2012-09-04 17:17:08 +00:00
ajacoutot
ca300ee96a Fix LIB_DEPENDS/WANTLIB to unbreak, spotted by naddy@ 2012-03-30 12:03:03 +00:00
dcoppa
e18498cdcd Unbreak py-wxPython: "include/wx/mediactrl.h" needs to go into
PLIST-main.

Ok jasper@
2011-12-11 18:04:02 +00:00
dcoppa
fdb2cfc6dc Split wxWidgets into -main,-media.
wxWidgets-media is the wxMediaCtrl class for wxWidgets, which depends
on gstreamer.

OK jasper@
2011-12-09 09:10:05 +00:00
dcoppa
096f60d5b0 Cleanup diff from Brad:
Enable the MediaCtrl class support.
Re-enable wide character functions which OpenBSD now has.
Remove some now-unnecessary patches.
Remove the NULL cast patches.
Simplify the autoconf patching.

Tested on amd64 by Brad and on sparc64 by me.
2011-12-06 10:23:37 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
dcoppa
9637d13311 Update to wxWidgets-2.8.12.
Tested in a bulk build by landry@
OK rpointel@, landry@
2011-05-22 08:13:18 +00:00
kili
9aa729f18e Enable unicode even with wprintf() available but not wscanf().
ok sthen@, landry@
2011-04-28 17:50:43 +00:00
kili
21b6df74db Include gtk2-ansi-release bits after unicode had been disabled.
ok landry@
2011-04-23 09:07:50 +00:00
stsp
5e818aec8b wxWidgets requires both wprintf() and wscanf() for unicode support.
We're not going to add both at the same time so explicitly disable unicode
support at configure time until both functions have been added.
ok landry
2011-04-22 12:47:41 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
dcoppa
a3ec4790b4 We now have sched_get_priority_*
OK landry@, jasper@
2010-11-08 10:58:05 +00:00
dcoppa
b3ecd6a680 Fix debug build.
"Go ahead" jasper@
2010-11-04 12:05:25 +00:00
dcoppa
571909623f Update to wxWidgets-2.8.11
Successfully tested in a bulk build by landry@

OK steven@, landry@
2010-11-02 13:10:51 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
fd1cd0c58d Move move to new DEPENDS. 2010-07-30 08:02:59 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
espie
0ce133db2e avoid conflict with glib2 headers 2010-05-20 10:39:20 +00:00
landry
05fa905d4f Remove -Wl,-soname libfoo.so from link lines, this was recording the
wrong library name inside the .so and confusing make
port-lib-depends-check. While here, fix WANTLIB.
ok ajacoutot@
2010-05-02 16:09:55 +00:00
ajacoutot
77d933c19c Fix build with newer glib2.
from Gentoo via David Coppa and others.
2009-10-04 18:22:31 +00:00
landry
f22fcf7b70 Update to wxWidgets 2.8.10.
Tested in a bulk build by (thanks!) and ok sthen@ jasper@.
Diff looks alright to steven@.
2009-09-10 21:23:28 +00:00
landry
cbf6b1fcb8 Install locales, prompted by a similar diff from Stefan Rinkes on ports@. 2009-08-11 18:55:29 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
jasper
28ed65d1d0 SECURITY FIX for part 2 or SA35292 (wxWidgets Double Free Vulnerability).
patch from upstream svn
2009-06-11 08:32:42 +00:00
jasper
b7328a0d4d - add SECURITY FIX for the first part of SA35292
wxWidgets Double Free Vulnerability

patch from upstream
2009-06-05 17:28:57 +00:00
jasper
033ac89c2b - regen WANTLIB 2009-03-07 15:37:38 +00:00
jasper
f6769a5cc1 The socket code in wxWidgets doesn't initialize the servent_data
structure that is passed to getservbyname_r().  Programs that use this
code die with a segfault.

from Andreas V?gele, who also sent it upstream, thanks!
ok ajacoutot@
2009-01-06 09:01:21 +00:00
naddy
85c2d10939 explicitly disable stackwalker; fixes build when libexecinfo happens
to be installed
2008-11-11 17:19:34 +00:00
jasper
98afe2e1f9 - update WANTLIB
- regen PLIST while here
2008-10-28 01:22:46 +00:00
steven
4c551124d9 maintenance update to 2.8.7 2008-01-22 20:31:11 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
winiger
a8560765ea fix WANTLIB, bump PKGNAME
ok okan@
2007-11-24 08:05:56 +00:00
steven
95a9107ffe update to 2.8.6
tested by various people
2007-10-23 11:28:09 +00:00
jasper
e5d81d4310 we prefer the idiom of MODULES=devel/gettext over MODULES=gettext
"looks good" steven@
2007-10-02 19:09:44 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
steven
26f5ae54bd fix WANTLIB of ports using gtk, needed after switch to our own pkg-config 2007-01-04 20:19:53 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
alek
4eef3f67b2 Update to 2.6.3; now there is only one version -- gtk2 2006-10-12 14:09:32 +00:00
espie
f63e804b78 zap .0.0 2006-09-18 12:19:39 +00:00
espie
fd969f3dd2 more new lib specs 2006-09-18 10:21:48 +00:00