summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.kde.mk
Commit message (Collapse)AuthorAgeFilesLines
* (QT3/KDE3 only:) Use alternate dependency style; fix looking for qtwill2001-11-141-2/+3
| | | | libraries. kdelibs from cvs building now in kde/freebsd repository.
* (QT3/KDE3 only:) Remove -lqt, this was a mistake.will2001-11-131-4/+5
|
* Good Will. \will2001-11-051-1/+1
| | | | | | OK Will. BAD Will! \ Will forgot the backslash at the end of the line...
* Slight modification to accomodate devel environment.will2001-11-041-1/+1
|
* Experimental support for the QT/KDE 3.x series.will2001-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.
* Fix glaring logic/typo bugs:will2001-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 :)
* Overhaul QT/KDE support:will2001-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)
* Fix bogon. Note to self: pay more attention to what you're doing.will2001-03-261-3/+0
|
* Fix variable usage and comments.will2001-03-251-9/+9
| | | | Submitted by: asami
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-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)
OpenPOWER on IntegriCloud