| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
should happen sometime later this week. Yes, this is *THE* QT that will be
used with KDE2. :-)
Submitted by: nra (thanks for making my job easier)
Notes:
svn path=/head/; revision=32538
|
|
|
|
|
|
|
| |
Submitted by: obento
Notes:
svn path=/head/; revision=32474
|
|
|
|
|
|
|
| |
Submitted by: new-bento (by way of asami)
Notes:
svn path=/head/; revision=32417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough). It took too long to get this update
out the door... :-(
This is a rather stable version of KDE2. Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.
Also decide policy by removing the interactive requirement in qt22's
configure script. I don't know why they bothered adding it there..
Bugged by: *many* bug-reports, requests, etc.
Notes:
svn path=/head/; revision=32116
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=31593
|
|
|
|
|
|
|
|
|
| |
merely an "extension" as it was in Qt 1.45 and hence not needed.
Submitted by: asami, rwatson, and many others
Notes:
svn path=/head/; revision=31507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys. I will deal
with this later. I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.
One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well. Nobody's perfect. :-)
Things should be un-broken now.. please test these ports! I'll be trying
to update them to a new snap after a week or so.
Pointy hat: will
Patches graciously submitted by: nra
Notes:
svn path=/head/; revision=31119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in
general seems less buggy. Only kdeutils was left out of this mega-update.
However, it should return soon. :-)
The massive reduction in patches is mostly the result of using perl
regex replacement. This reduces the amount of time it will take in the
future to upgrade these ports, and load on the repository.
QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express
purpose of allowing KDE2 to compile. It is available in the qt22 port.
Additionally, GIF support is re-enabled in both Qt2 ports, so that
people can now read GIF images. GIF support is enabled through an
internal GIF reader in Qt, and requires no patented libraries. Special
effort was made to ensure that people do not install both qt21 and qt22
ports at the same time.
I'd like to take a moment to thank the following people for their help:
Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri
Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier
<scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias
Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard
work, testing, etc. were put into this update. Another couple hundred of
hours were spent by CPUs trying to compile this behemoth. :->
Special thanks to: Physics Computer Network @ Purdue staff, especially
C. Stephen Gunn <csg@physics.purdue.edu>, for giving
me access to an extremely fast machine for doing
test builds (it performed 12 full builds of the
entire suite in the last 7 days).
PR: 18838
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Approved by: imura, asami
Notes:
svn path=/head/; revision=31093
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=30165
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29615
|
|
|
|
|
|
|
|
| |
PR: 19058
Submitted by: Mikhail Teterin <mi@privatelabs.com>
Notes:
svn path=/head/; revision=29421
|
|
|
|
| |
Notes:
svn path=/head/; revision=28987
|
|
|
|
| |
Notes:
svn path=/head/; revision=27526
|
|
|
|
|
|
|
|
| |
- Added support of X Session Management.
- MASTER_SITES and WWW changed. ( troll.no -> trolltech.com )
Notes:
svn path=/head/; revision=27525
|
|
|
|
| |
Notes:
svn path=/head/; revision=27434
|
|
|
|
|
|
|
| |
Added libqxt.a which is from extensions.
Notes:
svn path=/head/; revision=27015
|
|
|
|
| |
Notes:
svn path=/head/; revision=26874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Bump lib's version, since qt-2.1.0 loses lower compatibility
with qt-2.0.2 but has only upper compatibility. (new qt binary
does not work with old qt library)
2) Install libqgl.a (it works with its examples) in addition to libqt,
so added LIB_DEPENDS to MesaGL.
3) JPEG support from extension had been included to the main library.
4) 'examples' and 'tutorials' are no longer built with port building,
since they are never installed. If you want them, set
QTDIR=/usr/ports/x11-toolkits/qt21/work and just type 'gmake' in each
directories.
Some ideas obtained from qt145. :)
Notes:
svn path=/head/; revision=26591
|
|
|
|
|
|
|
| |
upgrade.
Notes:
svn path=/head/; revision=26506
|
|
|
|
| |
Notes:
svn path=/head/; revision=23402
|
|
|
|
|
|
|
|
|
| |
This will fix the problem when WRKDIRPREFIX is too long.
Submitted by: okazaki@be.to, kodama@ayame.mfd.cs.fujitsu.co.jp
Notes:
svn path=/head/; revision=22736
|
|
|
|
| |
Notes:
svn path=/head/; revision=22108
|
|
|
|
|
|
|
|
|
| |
include/X11/qt2 -> include/qt2
Suggested by: Andrey Zakhvatov <andy@cgu.chel.su>
Notes:
svn path=/head/; revision=21829
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=21174
|
|
|
|
| |
Notes:
svn path=/head/; revision=21112
|
|
|
|
|
|
|
|
|
| |
PR: 13199
Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp>
Tested and modified by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=21111
|
|
|
|
| |
Notes:
svn path=/head/; revision=20250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=18424
|
|
|
|
| |
Notes:
svn path=/head/; revision=16911
|
|
|
|
|
|
|
| |
No time and fun to satisfy a special user.
Notes:
svn path=/head/; revision=16910
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use CXX and CXXFLAGS if set
additionally
- use X11BASE
still unsure if I should remove the dependancy from MESA...
have to think over it when having time
I think there was a problem, when building KDE with Mesa support
and using a qt lib without ...
Does somebody else have time to check ?
PR: closes 8904
Submitted partly by: Alex Zepeda <garbanzo@hooked.net>
Notes:
svn path=/head/; revision=16894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a short test period to make sure qt142 is an adequate replacement.
Note #1: I changed it to install libqt.so.2.0. qt141 or newer are
required for some software (most notably kde). We missed the
chance to change the shlib number in qt141 so I'm doing it now.
Note #2: After talking with Peter Wemm, I decided not to add extra
-rpath directives. The fix for kdesupport and other build
problems are forthcoming in ld.
Notes:
svn path=/head/; revision=15910
|
|
|
|
| |
Notes:
svn path=/head/; revision=14906
|
|
|
|
|
|
|
|
| |
Note, the manpages should really be in Makefile (or files/manpages), but I
don't have time to go fix this now.
Notes:
svn path=/head/; revision=14844
|
|
|
|
|
|
|
| |
Thanks Satoshi for your patience ! ;-)
Notes:
svn path=/head/; revision=14827
|
|
|
|
|
|
|
| |
after the repository copy.
Notes:
svn path=/head/; revision=14758
|
|
|
|
| |
Notes:
svn path=/head/; revision=14484
|
|
|
|
|
|
|
|
| |
PR: 8548
Submitted by: ripley@beng.org
Notes:
svn path=/head/; revision=14324
|
|
|
|
| |
Notes:
svn path=/head/; revision=13567
|
|
|
|
| |
Notes:
svn path=/head/; revision=13458
|
|
|
|
| |
Notes:
svn path=/head/; revision=13457
|
|
|
|
| |
Notes:
svn path=/head/; revision=12529
|
|
|
|
|
|
|
|
| |
PR: closes 7572
Submitted by: Martin Cracauer <cracauer@cons.org>
Notes:
svn path=/head/; revision=12447
|
|
|
|
|
|
|
|
| |
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.
Notes:
svn path=/head/; revision=12330
|
|
|
|
|
|
|
|
| |
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Notes:
svn path=/head/; revision=12289
|
|
|
|
| |
Notes:
svn path=/head/; revision=12280
|
|
|
|
| |
Notes:
svn path=/head/; revision=12278
|