Commit Graph

87 Commits

Author SHA1 Message Date
espie
c0a1597442 update to 3.3.4, lots of sec patches included.
activate qt support. build dependency only, qt is smart enough
to autoload that stuff...
2005-02-03 20:05:56 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +00:00
espie
b81deeda41 fix conflicts 2004-12-27 17:13:56 +00:00
alek
12cb514289 Add WANTLIB markers 2004-12-19 13:09:45 +00:00
espie
7e168d8a55 bump pkgname, to help pkg_add -r. 2004-11-09 21:59:42 +00:00
espie
6e632f5df7 don't install lib*.a under /usr/local/lib, it's enough to have them
in /usr/local/lib/qt3.
2004-11-09 21:58:12 +00:00
espie
8a2dfb4bce adapt .qmake.cache for installation path. 2004-10-31 08:49:40 +00:00
espie
fa73104d38 Reorganize stuff.
- stop supporting !mt, since it has worked for a long time.
- mt becomes a pseudo_flavor for compat purposes.
- merge base back into the main module.
- link mt names to not mt names.
- finish recreating a full QTDIR structure for compatibility as well.
2004-10-30 09:12:35 +00:00
espie
415524655f get lib/qt3/bin to show up correctly, finishes fixing up qmake... 2004-10-27 19:57:16 +00:00
espie
7abf25a6c5 typo 2004-10-26 23:04:12 +00:00
espie
efe32ee3d3 a few tweaks:
- since we no longer compile qt3 without mt, link the files with the
`usual' names (compat settings and fragment).
- install supplementary development libraries, this will help for other
ports (asked by Steve Shockley).
- help qmake work off-the-shelf.
- provide a no_examples pseudo-flavor.

bump pkgname.
2004-10-26 22:59:24 +00:00
brad
460124663a fixes Qt not handling gamma correction properly with the PNG image
format.

From: KDE's qt-copy
2004-09-26 17:23:34 +00:00
brad
ba808d3753 fix issues with the GIF and XPM parsers that could allow a remote attacker to cause a
DoS via a malformed image file that triggers a null dereference.

CAN-2004-0692, CAN-2004-0693
2004-09-20 20:05:51 +00:00
espie
92b87d20fb new-style conflict. 2004-09-18 09:49:00 +00:00
brad
4a4c38410f these files went into the wrong PLIST 2004-09-16 04:26:46 +00:00
espie
4f732e87e3 qt 3.3.3 + new plist 2004-09-15 19:25:12 +00:00
espie
4cedfe34c4 fixes for rle overload.
okay naddy@
2004-08-24 15:46:55 +00:00
espie
2d6847a8bf update plists.
New make-plist knows how to handle it now.
2004-08-10 13:33:13 +00:00
espie
4c68b1d0da Prepare for MODULES=x11/qt* 2004-08-03 09:18:38 +00:00
brad
942ce2e8ff Qt3 does evil things with PostgreSQL server headers so add
a build-time dependency on the -server sub-package.
2004-07-28 03:15:37 +00:00
brad
2853f45861 upgrade to Qt 3.3.2
ok MAINTAINER
2004-07-22 23:03:08 +00:00
brad
ac66aeef3a rcs id 2004-06-14 04:06:37 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
espie
848a3646e0 ${MT_SUFX} 2004-02-22 14:47:41 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
espie
fe8e80ca66 redesign subpackages to allow for a debug flavor. 2004-01-22 21:03:59 +00:00
espie
51e02f4063 susv3 test.
found by matthieu@
2004-01-19 22:46:03 +00:00
brad
4dd77497cf upgrade to Qt 3.2.3.
I really hate cvs.
2004-01-08 01:20:13 +00:00
brad
54b7f9c847 upgrade to Qt 3.2.3
ok espie@
2004-01-08 01:12:59 +00:00
sturm
51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00
sturm
d8bd856c7e fix packaging for FLAVOR!=mt
espie@ ok
2003-06-26 15:46:03 +00:00
avsm
add7709204 fix obvious typo: POSOX -> POSIX that could truncate login names
submitted upstream
2003-06-17 01:29:17 +00:00
naddy
de19673985 typo, fix build 2003-05-13 00:26:32 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
espie
d4512bb2c8 and remove integrated patches 2003-04-05 14:48:19 +00:00
espie
eea691e9a2 Update to qt-3.1.2, move samples from qt to qt-mt, enable tablet support. 2003-04-05 14:45:19 +00:00
espie
c4b8047d7e backport buffer overrun fix from qt 3.1.2.
ok pval@
2003-03-04 18:06:59 +00:00
espie
0530a5ef91 In mt mode, rename libqui -> libqui-mt
qt-mt is now tested, one could say...
2003-02-09 19:17:32 +00:00
espie
09aa6e92e7 bring change from kde development: less blinking at opaque moves starts 2003-02-09 19:16:17 +00:00
espie
c9218f3b3c lib/qt3 belongs to -base. From Xavier Venient. 2003-02-06 11:18:09 +00:00
espie
b79641f51c typo 2003-01-21 16:14:42 +00:00
espie
ef21705aee #!@!@ patch 2003-01-20 12:58:58 +00:00
espie
45288cc1b9 Synch some patches (line numbers)
Add fixes/speed-up from kde's qt-copy:
- let moc handle optional identifiers
- speed-up qt startup by looking up some settings at qapplication startup
(use one single qsettings object)
- some cursor/refresh bug.
2003-01-19 17:36:51 +00:00
pvalchev
8a1bd667a0 espie, it's called pkgcfl, not pkgcflname; breakage pt. out by toby 2003-01-10 09:54:06 +00:00
espie
450036a1cd Oops, qt3-base ought to conflict with all qt3 single-threaded packages,
since those included the include files.
This means we need to bump the packagename to p0... joy.
2003-01-09 23:06:30 +00:00
espie
3f90c205b7 oops, pass plugins dir correctly. 2003-01-07 01:23:20 +00:00
espie
c11973f303 Repackage qt3 to separate mt better (common -base package for include/docs,
specific plugins for mt)
2003-01-06 06:22:52 +00:00
naddy
2f6189cbec All qt3 dependents require gcc3 on sparc64. 2003-01-06 00:28:14 +00:00
espie
8b5616f55f Bring mt support to MODULE.
Fix tricky issue: basic tools must be compiled with -mt as well,
otherwise they won't be able to use plugins (and for instance, kde needs
uic plugins for its widgets)
2002-12-31 02:09:51 +00:00
espie
2e2caa25ec Synch mt with 3.1.1 2002-12-30 02:43:52 +00:00