Commit Graph

58 Commits

Author SHA1 Message Date
bcallah
c6f73143af Allow qt4 to build on mips64* - note that build is quite literal here.
The resulting qt4 does not work.

ok espie@ landry@ jasper@
2013-01-14 22:09:43 +00:00
landry
c4c6cd0dc5 Fix QtWebkit on amd64. With the default 512Mb datasize ulimit, any app
using it crashes right away at startup, since it tries to preallocate
1Gb of memory.

From webkit's patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp
tested with mnemosyne & arora.
2012-11-05 16:29:50 +00:00
sthen
3df6228b5a When dlopen()ing shared libraries for optional dependencies, Qt4 wants to
load a specific version of the library to avoid ABI breakages, however it uses
upstream shared lib versions which don't match those in our ports. This has
already been patched where it tries to open gtk+2/cups by removing the version
check. See ports@ thread "UPDATE: kdiff3-0.9.97" where this was discussed with
fgsch, dcoppa, espie and myself, upshot is this isn't totally clean but isn't
really worse than what we had before and it fixes use of icu4c from Qt4.
This diff from fgsch, testing/ok by me, ok espie.
2012-10-11 01:18:09 +00:00
ajacoutot
d53ee2856c Handle cups >= 1.6 2012-08-04 15:07:24 +00:00
espie
b60dcae74a update to 4.8.2
- since we no longer have GCC3_ARCHES, simplify, no way it's gonna compile
on a GCC2_ARCH anyways (size matters)
- so, we have only SHARED_ONLY arches, remove those frags as well.
- fold back qt4-sqlite since sqlite is part of core now.
2012-06-14 09:38:35 +00:00
ajacoutot
77b9840f10 Add missing _POSIX_THREAD_PRIORITY_SCHEDULING check.
from Brad
ok espie@
2012-05-20 10:39:00 +00:00
kili
d6bd5a76f9 Don't silently pull in a dependency on pulseaudio.
I had a diff adding proper LIB_DEPENDS-* and WANTLIB- entries,
but espie@ prefers to just disable pulseaudio support for now,
because he's working on a qt4 update.

ok espie@
2011-12-26 15:51:55 +00:00
espie
a88b1906c3 grr... forgot to add that one and cvs diff doesn't say a thing, of course.
as noticed by nigel and vadim...
2011-11-07 08:23:39 +00:00
espie
37d18d6a19 tweak to create correct .la files for the qt libraries, and install them.
after a few iterations to fix various builds such as bacula.
work from Vadim Zhukov
2011-11-06 12:44:04 +00:00
espie
466e503040 minor update to 4.7.4 (mostly bugfixes)
while there, clean up WANTLIBs
2011-09-07 09:54:07 +00:00
ajacoutot
a2d7a47da4 Fix build after gnutls update.
ok jasper@ landry@
2011-04-15 16:13:23 +00:00
dcoppa
a69794a5c1 Bug-fix update to qt-4.7.2.
Tested in a bulk build by landry@
OK espie@
2011-04-03 13:35:30 +00:00
espie
8e7eacb6ce qt 4.7.0 2010-10-28 14:55:47 +00:00
espie
5748aeeec9 minor update to 4.6.3
while there, clean up wantlibs.
- fix bug with new phonon (pick up ours and not it)
- fix a bug in qdbuscpp2xml (timeout)
- more patches for gcc3: sse code ICES, new demo doesn't compile.

spectrum not installed, seems to be macosX or something ? I can't get
a thing out of it.

Tested on gcc4 and gcc3...
2010-06-21 16:40:52 +00:00
landry
2a31596035 Fix Qt4 build on sparc64 with two patches from pkgsrc in qtwebkit part.
ok espie@
2010-06-15 21:27:57 +00:00
dcoppa
46bd828c63 Unbreak QGtkStyle
OK espie@
2010-05-26 11:34:13 +00:00
espie
4f74d9c0c8 don't deref "not found" result. (bump main pkgname)
this fixes qdoc3 segfaulting at end of qtcreator build
2010-05-25 11:00:56 +00:00
espie
0b3aa0cfeb misc fixes
- for gcc4, insist on -fno-wrapv, since it breaks things.
- use atomic builtins as they are available (on i386 at least)
- remove a few reasons why gmake is required (but not all)
- pass MAKE_JOBS to configure step.
2010-05-23 10:36:49 +00:00
espie
ae657388b2 fuck 2010-04-30 09:09:14 +00:00
espie
de49b385cb fix for amd64, get the javascript idiotic library to compile the right
whatthefuck code.
common work with landry@
2010-04-23 16:22:25 +00:00
espie
e6c4eeee3b update to 4.6.2. things work apart from eventsview... 2010-04-19 09:36:30 +00:00
espie
e0700e39d3 minor update to 4.5.3, some patches folded upstring.
Diff was painful to look at, mainly because nokia added their (c) notice
all over the place...
2009-10-11 09:43:08 +00:00
espie
2d82aebbfb 4.5.2 2009-09-01 18:24:28 +00:00
espie
4af0a6b34b update to 4.5.1, including gcc4 build.
fix packaging in that case, since I botched the "extended" WANTLIB
(if stuff comes from the main package, it *has* to be in LIB_DEPENDS,
because WANTLIB are checked at build time).
2009-06-08 13:55:28 +00:00
espie
6f558da0b5 zap as well, darn cvs 2009-04-19 19:38:53 +00:00
espie
f3b437b3c4 forgot to zap 2009-04-19 12:52:42 +00:00
espie
0e559ff0c3 update to 4.5.0
(ready for a gcc4 switch to enable webkit)

notice -phonon got scraped, because it becomes too hard to keep phonon out
of main qt tools way (like assistant on top of qtconfig)
2009-04-18 17:25:43 +00:00
espie
65bf60c0d3 fix build issue when lucene is installed, by relying on "system dir"
LOCALBASE being included after the build stuff.

I would like to do the same with X11BASE, but this does not work yet:
problem has been reported to the trolls.
2008-11-17 15:05:24 +00:00
espie
8545310f76 qt 4.4.3 2008-10-21 22:19:59 +00:00
espie
7871ff3395 minor update to qt 4.3.5 2008-06-02 10:33:33 +00:00
naddy
aaf788fc9c Allow building with upcoming libiconv 1.12. No code changes with earlier
libiconv versions.
ok landry@ and qt4 ok espie@
2008-05-26 17:08:35 +00:00
espie
8ea2539ca7 minor update to 4.3.4 2008-03-15 09:44:12 +00:00
espie
b8175164c3 remove work-around that's no longer necessary.
You *must* use a current libpthread though...
2008-01-28 19:09:04 +00:00
espie
540d205245 disable sse2 for now, as it breaks stuff. 2008-01-27 05:01:37 +00:00
espie
4bf0ed1590 `minor' update, qt 4.3.3, everything depending on it still builds and works. 2008-01-06 13:48:12 +00:00
jakemsr
b8d7bcd5a4 use -pthread instead of -lpthread for pthreads linkage in CUPS
bulk build tested by steven@ (a while ago) "sure" mbalmer@
2007-12-11 08:00:06 +00:00
espie
4c783f8547 minor update to 4.3.2 2007-10-22 15:36:59 +00:00
espie
41dd9394d6 minor update to 4.3.1. Had this in my tree for a while, totally forgot about
it...
2007-08-29 12:30:58 +00:00
espie
da922b4523 same bug as in 4.2.0. 2007-06-10 21:23:10 +00:00
espie
b1952adf9e 4.3.0 replaces rc1. A few minor changes, quite a few patches integrated. 2007-06-02 08:27:36 +00:00
espie
119619fda1 update to 4.3.0rc1. 2007-05-22 09:09:32 +00:00
espie
025bbaf18e disable optimization which breaks with gcc 3.3.6 2007-04-03 21:05:51 +00:00
espie
395dac0562 fix utf8 codec 2007-03-31 23:10:18 +00:00
espie
f744994db1 update to 4.2.3 2007-03-17 17:58:16 +00:00
espie
4ead5f3e53 prevent QTextStreams from hanging on pipes EOF, as noticed in kdelibs4.
reintroduce a debug flavor, now that qt is `sane'. Fix main pkgname,
and add sha256 checksum.
2007-02-25 17:31:04 +00:00
espie
271cc7e0c7 fix qdbuscpp2xml, make sure we run moc4. 2007-02-24 11:23:49 +00:00
espie
6819fae982 maintainance update to 4.2.2, no binary interface change, improvements in
about all libraries -> minor bumps.
2006-12-06 08:32:44 +00:00
alek
6779e004fd Pass -pthread flag to linker; in preparation for new dbus port 2006-11-07 08:55:18 +00:00
espie
06da7a8b6d ... and ditch all patches that are no longer necessary, a sane build at last 2006-10-08 21:45:18 +00:00
espie
9e9af894ce qt 4.2.0, lots of improvements. 2006-10-08 21:43:50 +00:00