Commit Graph

38 Commits

Author SHA1 Message Date
espie
cff479504e add missing common dir 2005-02-27 16:03:14 +00:00
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
espie
b81deeda41 fix conflicts 2004-12-27 17:13:56 +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
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
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
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
2d6847a8bf update plists.
New make-plist knows how to handle it now.
2004-08-10 13:33:13 +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
espie
848a3646e0 ${MT_SUFX} 2004-02-22 14:47:41 +00:00
espie
fe8e80ca66 redesign subpackages to allow for a debug flavor. 2004-01-22 21:03:59 +00:00
brad
4dd77497cf upgrade to Qt 3.2.3.
I really hate cvs.
2004-01-08 01:20:13 +00:00
sturm
d8bd856c7e fix packaging for FLAVOR!=mt
espie@ ok
2003-06-26 15:46:03 +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
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
c9218f3b3c lib/qt3 belongs to -base. From Xavier Venient. 2003-02-06 11:18:09 +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
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
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
espie
efabf866f5 update to qt 3.1.1
uic.1 -> uic3.1
2002-12-29 16:13:28 +00:00
espie
a67efd8d38 actually, we have getlogin_r, it just isn't documented (whistling...)
bump version number for qt-mt.
2002-12-02 15:49:42 +00:00
espie
3f749a51f5 Install the specs files, makes it possible to use qmake from another project.
Credits should go to whomever mentioned this to me, but I deleted his email,
oops.
2002-11-23 22:00:20 +00:00
espie
981f63a9a5 Update to qt 3.1.0 2002-11-23 18:52:22 +00:00
espie
2c271144f1 Update to 3.0.6 (maintenance release).
Add basic framework for qt-mt flavor (untested for real yet).
2002-10-26 11:45:52 +00:00
espie
ad838250e5 Update qt to 3.0.5.
Remove kde patches that have been integrated.
Independent rediscovery of a qt-copy patch (bogus lockfiles in RO directories)
and OpenBSD a.out fix.
2002-07-17 21:43:36 +00:00
espie
9e71cb63be typo, Jedi/Sector One <j@pureftpd.org> 2002-04-16 19:28:20 +00:00
espie
a1e8167f7b fix fix 2002-04-09 16:25:14 +00:00
espie
4e348bcccd kill the share/doc/qt3 dir independently 2002-04-09 14:21:44 +00:00
espie
c1ed9c125e Fix long-standing FAQ, explain to people how to use those packages to
compile their own applications.
2002-04-03 16:52:48 +00:00
espie
8faa87e646 maintenance release, lots of useful small fixes. 2002-03-27 12:36:35 +00:00
espie
8d679e5adc More tweaks, I forgot about designer, so some binaries must be renamed
to avoid conflicts. This also means more stuff in qt3 module.
Plus, create missing pluging directory in PLIST.
2002-03-05 14:46:32 +00:00
espie
fddfe20bc8 Initial port of qt3.
Most notable improvement seems to be font-handling, especially unicode stuff.

Configured to relocate plugins at a reasonable place. Includes *sql
plugins, though they are thoroughly untested at the moment.

Works good enough to recompile xglobe for instance. Still work to do
though, some paths are probably incorrect yet.
2002-03-04 16:13:04 +00:00