Commit Graph

145 Commits

Author SHA1 Message Date
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
7a75c60d16 Move to new DEPENDS. 2010-07-30 12:03:08 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
kettenis
a352081dcf An char array is not necessarily 8-byte aligned, to casting it to (double *)
and dereferencing it leads to unaligned access on strict alignment
architectures.  Unbreaks build on hppa.

ok espie@
2010-07-29 13:41:45 +00:00
robert
e903199a3e Cast pthread_self() to uintptr_t to make gcc4 happy here.
ok espie@
2010-05-09 16:19:22 +00:00
espie
fbf5e598f4 setting FULLPKGPAME without FULLPKGPATH usually is an error
(port is locked ! don't commit)
2010-02-26 18:04:07 +00:00
brad
5ad108aedd Remove forgotten MODGCC bits for sparc64. sparc64 has been using gcc3
for 4 1/2 years now.
2008-09-03 21:58:17 +00:00
sthen
be7f3fbf3c - fix missed adjustment in qt3.port.mk to handle shared_lib bump;
this change requires bumping other ports which use it. pointed
out by naddy, thanks!

- add a comment in Makefile to warn others not to do the same.

ok naddy@
2008-07-27 21:44:59 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
naddy
d1a1eac17e sync plugin directory with qt library bump 2008-06-02 17:54:35 +00:00
naddy
588c785469 when you bump the library version, the plugin path changes too 2008-05-31 15:54:38 +00:00
espie
aee1236744 fix build issue with latest x11 muck-up.
since we remove part of the exposed interface, bump library, to
be sure.
2008-05-31 09:50:34 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
espie
dbebbaa6e7 qmake should emit one more dependency so that uic is run before compiling
anything else.

(fixes parallel build of sqlitebrowser, among others)
2007-12-28 18:53:20 +00:00
espie
80fc9d4e4e look delayed update to qt 3.3.8, made possible by a gentoo i18n patch. 2007-12-28 17:45:04 +00:00
wilfried
4fd90303a0 plist fix, ok espie@ 2007-10-25 09:29:38 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
ajacoutot
237e6e5e55 - remove BUILD_DEPENDS=::graphics/jpeg
it has been useless for a long time and only confuses people (as we have
another BUILD_DEPENDS line right after this one)
no binary change of course

noticed by Markus Lude <markus.lude at gmx dot de>
"go ahead" espie@
2007-08-05 12:31:20 +00:00
espie
a93dcccb20 tweak DESCR slightly so that the HOMEPAGE shows up at the usual place. 2007-05-14 08:22:00 +00:00
bernd
2aac04ede4 Remove 'mt' FLAVOR which doesn't to anything besides creating PLIST issues
with BUILD_PKGPATH.

Discussed with and ok espie@.
Bulk build testing and help by steven@, thanks!
2007-05-09 11:48:17 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
espie
a30e3ddd6c regen patches.
handle utf8 encoding better.
2007-03-31 22:49:46 +00:00
espie
07eb6af6da fuck, forgot that one. noticed by naddy. 2007-03-28 23:18:09 +00:00
espie
30059c7ebb help people not mix up X11 with xenocara, by making sure they link against
X11 >= 10, and bump those major numbers accordingly, so that bug-reports
will get easier to process.

(artificial `flag day' as discussed with deraadt@)
2007-03-26 21:22:13 +00:00
espie
9634d7d235 tweak the modules so they also define MODQTn_* values along the usual
MODQT_* values.

This makes it possible to include both qt3 and qt4, as long as one is
very careful in choosing the right variables, without any change for the
existing qt3-only, qt4-only ports.

We don't bother with qt and qt2 as they are mostly end-of-life.
2007-03-23 16:28:52 +00:00
espie
56022fec1b fix pkgnames, bump stuff.
add a qt-mt.pc that looks like something.
fix a buglet in qmake.
2007-02-17 18:59:04 +00:00
espie
c622ee778d also install manpage for qm2ts 2007-01-29 09:24:13 +00:00
espie
3e04889212 build the sqlite2 plugin 2007-01-22 18:18:28 +00:00
espie
37886b4083 update to qt 3.3.7 now that we have a qt immodule patch finally. 2007-01-04 18:34:46 +00:00
espie
be03706a50 bump pkgnames, noticed by naddy 2006-11-28 19:15:47 +00:00
sturm
2077ed8b2d unbreak 2006-11-26 09:10:43 +00:00
espie
e0a8882f58 use BUILD_PKGPATH 2006-11-25 18:35:45 +00:00
espie
ceea12786a switch to new MULTI_PACKAGES 2006-11-20 20:41:00 +00:00
espie
f1735615f6 Add the security patches from qt 3.3.7
we'll update to qt 3.3.7 after the immodule patch has been merged, which
should hopefully happen in the middle of november....
2006-10-24 22:39:36 +00:00
espie
d88890e2cf Let qfile synch IO between read and write by using fflush, a bit like qt4
does.

This is hidden behind a pimpl, so there's no ABI change.

This should allow people to use QDataStream for input AND output with
impunity.
2006-10-18 18:05:31 +00:00
espie
fd969f3dd2 more new lib specs 2006-09-18 10:21:48 +00:00
espie
100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
espie
ce98d2f845 fix a few minor nits:
- let qmake output LOCALBASE if it find it useful
- the OpenBSD default config uses threads anyways, for ports.
- make a link to help designer and friends to find their documentation
2006-03-07 19:29:19 +00:00
espie
22fdfc5af0 patches that didn't make 3.9 2006-03-04 10:07:10 +00:00
espie
ae3dce3df0 fix two crashes in qt3, from the kde project.
okay pvalchev@
2006-02-27 16:40:25 +00:00
espie
8c7e05b255 bunp all qt shared libs at the same time. 2006-01-13 19:18:49 +00:00
espie
2977e72179 versioned pluginsdir in qt3.port.mk 2006-01-02 16:59:37 +00:00
espie
f515d3920f SHARED_LIBS:
- qmake changes to emit LIBxxx_VERSION annotations in generated Makefiles.
- qt changes to use plugins-<major> libraries. Note that uic always look in
the configured directory, and one cannot link against two qt libraries,
otherwise stuff will be destroyed twice... (ick).
2005-12-28 16:50:58 +00:00
espie
5758b588f6 Add inputmodules patch. Fixed package name for debug flavor. 2005-12-27 18:04:32 +00:00
espie
0eb62d93b1 add a pkgpath to x11/qt3,mt to help people updating over a long period... 2005-11-10 11:15:13 +00:00