Commit Graph

31 Commits

Author SHA1 Message Date
Will Andrews
ce35bfdf18 Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, which
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)
2000-09-12 07:50:45 +00:00
Will Andrews
763de026f3 Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
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.
2000-08-29 23:44:32 +00:00
Satoshi Asami
6191a999a4 Add one manpage and one shlib link.
Submitted by:	bento
2000-08-13 05:29:18 +00:00
Will Andrews
7c6b0a6ca6 Update to 20000724A (custom-rolled snapshot). Rejoice, because now
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
2000-07-29 02:44:58 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
R. Imura
5f232b2a59 Update to version 2.1.1. 2000-05-30 15:31:12 +00:00
R. Imura
c20025cfe6 Update to version Qt-2.1.0 ! 2000-04-14 16:07:58 +00:00
R. Imura
f8f5ce4d81 Update to version Qt-2.1.0 beta4.
- Added support of X Session Management.
- MASTER_SITES and WWW changed. ( troll.no -> trolltech.com )
2000-04-14 16:04:55 +00:00
R. Imura
6649250ade Update to version 2.1.0 beta3.
Added libqxt.a which is from extensions.
2000-03-24 15:59:25 +00:00
R. Imura
ff061bc917 Update to Qt Free Edition version 2.1.0 Beta 2.
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. :)
2000-03-06 18:24:03 +00:00
R. Imura
8ce8cc3955 Update to Qt-2.0.2 1999-10-02 03:26:02 +00:00
R. Imura
975cf3c5f7 The place to install header files is changed.
include/X11/qt2 -> include/qt2

Suggested by:	Andrey Zakhvatov <andy@cgu.chel.su>
1999-09-20 14:15:20 +00:00
Chris Piazza
269e48dbc3 New port of qt2.01. (From a repo-copy by asami).
PR:		13199
Submitted by:	Ryuichiro Imura <imura@cs.titech.ac.jp>
Tested and modified by: Will Andrews <andrews@technologist.com>
1999-08-30 07:13:00 +00:00
Satoshi Asami
6a187e06e9 Upgrade qt141 to qt142 after repository copy. qt141 will be deleted after
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.
1999-01-07 10:58:33 +00:00
Andreas Klemm
7949c078e1 remove manpages from PLIST as requested by Satoshi 1998-11-25 22:40:28 +00:00
Satoshi Asami
22519dac8e Patch up some typos.
Note, the manpages should really be in Makefile (or files/manpages), but I
don't have time to go fix this now.
1998-11-23 23:21:11 +00:00
Andreas Klemm
785b1ca359 The long awaited port of qt141
Thanks Satoshi for your patience ! ;-)
1998-11-23 17:41:12 +00:00
Steve Price
e9efa5d517 Convert to ELF and pickup a bunch of missing header files in pkg/PLIST. 1998-09-27 17:46:51 +00:00
Satoshi Asami
3abc0463e3 Delete manpages specfied in MAN?. 1998-08-15 08:50:45 +00:00
Mark Murray
302ff39825 Damn. Now I can't even do it right. 1998-08-04 20:05:23 +00:00
Mark Murray
776b8ae39d Fixed broken PLIST. 1998-08-04 19:10:30 +00:00
Thomas Gellekum
b0d2c8e405 Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
from octave and iv.
1998-05-06 09:06:01 +00:00
Andreas Klemm
fe346fad74 upgrade to latest libqt version 1.33 (after repository copy) 1998-04-28 20:14:22 +00:00
Andreas Klemm
d61b2226b1 Install a symlink from libqt.so.x.yy to libqt.so
Reason: the qt library very often changes the release number.
So every time you need to fix the configure script of KDE ports.
Since every KDE port checks libqt.so, it's much easier for Stefan
to maintain KDE and for us all to use the package instead of
hacking configure scripts again and again.
1998-04-11 17:45:50 +00:00
Jordan K. Hubbard
f32b596eb0 Update to version 1.31
PR:		4868
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-10-27 23:15:14 +00:00
Thomas Gellekum
98dc5e97aa Add some missing manpages to MAN3 and update PLIST. 1997-05-14 08:58:08 +00:00
Jordan K. Hubbard
7a1233fd63 Update to version 1.2. I sent these changes to the MAINTAINER too, but
he seems to be AWOL so I guess I'll just do it myself.
1997-04-11 04:35:35 +00:00
Thomas Gellekum
cc65fb649f There's nothing (yet) which depends on Qt,
so it's a safe upgrade to version 1.1.
1996-12-17 07:11:54 +00:00
Chuck Robey
d84d0c8a50 Add a couple new docs.
Pointed out by: Satoshi.
1996-10-11 22:13:13 +00:00
Jordan K. Hubbard
1af5715b51 Update to version 1.0. 1996-10-02 02:22:30 +00:00
Chuck Robey
6ec920fec5 New port, the 'qt' gui library.
Submitted by:	Michael Searle
1996-07-31 00:20:49 +00:00