aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.kde.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.0.2 (full log):Will Andrews2002-07-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | General: [1] Add a means of updating via patches rather than always using tarballs. Unfortunately, this method proved unreliable due to the binary files included with most of the KDE tarballs. For now, leave this support in until I can decide what to do with it. [2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH. This includes removal of malloc.h (from our viewpoint at least), a bug in kiconloader, and a typo in knode. [3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk. [4] Support the notion of KDE_PREFIX. [5] Move arts and kde3-i18n* ports to use Makefile.kde. french/kde3-i18n: [6] Remove cruft from when this was generated with a core dump in the 3.0.1 distribution generation. All other ports: No changes of note not mentioned above. Thanks to the quick testers for their assistance with this upgrade: Tested by: Matt Douhan <matt@athame.co.uk> Andy Fawcett <andy@athame.co.uk> Dave Cantrell <phaedrus@alltel.net> Notes: svn path=/head/; revision=62444
* Get rid of old cruft that was inserted a long time ago to workaroundWill Andrews2002-06-161-3/+3
| | | | | | | | | problems people were seeing with e.g. devel/pth and friends installed. They conflict with GCC3 and may not be an issue anymore. But if someone reports the issue again we'll address it with a finer comb next time. Notes: svn path=/head/; revision=61393
* Minor cleanups/fixes:Will Andrews2002-05-111-3/+3
| | | | | | | | | | | | | | [1] Warn people about Qt1, remove warning about Qt3, and fix something I forgot to fix before committing the Qt3/KDE3 stuff. [2] Programs that were using USE_QT_VER=3 were looking in the wrong place for the headers if they relied solely on QTCPPFLAGS to give it to them. Reported by: [2] Frank Laszlo <laszlof@earthlink.net> Notes: svn path=/head/; revision=58926
* Add back the qt145 port and support for qt-1.x. This should notKris Kennaway2002-05-051-1/+13
| | | | | | | | | | have been removed because it was not broken and a lot of working ports depended on it. The qt145 port now installs files named *qt1* instead of *qt* so it does not conflict with the other qt versions. Notes: svn path=/head/; revision=58580
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-191-31/+10
| | | | | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. Notes: svn path=/head/; revision=57872
* (QT3/KDE3 only:) Use alternate dependency style; fix looking for qtWill Andrews2001-11-141-2/+3
| | | | | | | libraries. kdelibs from cvs building now in kde/freebsd repository. Notes: svn path=/head/; revision=50027
* (QT3/KDE3 only:) Remove -lqt, this was a mistake.Will Andrews2001-11-131-4/+5
| | | | Notes: svn path=/head/; revision=49972
* Good Will. \Will Andrews2001-11-051-1/+1
| | | | | | | | | OK Will. BAD Will! \ Will forgot the backslash at the end of the line... Notes: svn path=/head/; revision=49628
* Slight modification to accomodate devel environment.Will Andrews2001-11-041-1/+1
| | | | Notes: svn path=/head/; revision=49574
* Experimental support for the QT/KDE 3.x series.Will Andrews2001-11-041-9/+47
| | | | | | | | | WARNING: This is not for anyone who isn't involved in my group of KDE/FreeBSD developers & QA testers. Do not use it in any FreeBSD ports. These changes will be mainly used by modules in the KDE CVS Repository. Notes: svn path=/head/; revision=49547
* Fix glaring logic/typo bugs:Will Andrews2001-04-141-19/+19
| | | | | | | | | | | | 1) Move USE_KDEBASE_VER above USE_KDELIBS_VER so the implication works. 2) QTCFLIBS -> QTCFGLIBS, fixes port pre-definition of QTCFGLIBS. 3) Use libkonq.so.4, NOT libkparts.so.4 (part of kdelibs2!) for indication of kdebase2 installation. Wake-up call from: demon (whose kwix port now works :) Notes: svn path=/head/; revision=41382
* Overhaul QT/KDE support:Will Andrews2001-04-031-35/+41
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Fix bogon. Note to self: pay more attention to what you're doing.Will Andrews2001-03-261-3/+0
| | | | Notes: svn path=/head/; revision=40383
* Fix variable usage and comments.Will Andrews2001-03-251-9/+9
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=40378
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatWill Andrews2001-03-241-0/+109
this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static) Notes: svn path=/head/; revision=40324