aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.kde4.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove KDE2/QT1 cruft.Michael Nottebrock2005-11-051-22/+2
| | | | | | | Submitted by: arved Notes: svn path=/head/; revision=147389
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147365
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-07-311-1/+1
| | | | Notes: svn path=/head/; revision=140588
* Update to KDE 3.4.1Michael Nottebrock2005-06-261-1/+1
| | | | Notes: svn path=/head/; revision=138043
* Update to KDE 3.4Michael Nottebrock2005-03-201-1/+1
| | | | Notes: svn path=/head/; revision=131766
* Remove trailing spaces.Kirill Ponomarev2005-01-091-1/+1
| | | | Notes: svn path=/head/; revision=125940
* Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. BinariesMichael Nottebrock2004-12-291-1/+2
| | | | | | | | | linked with -pthread and -Wl,as-needed will have all references to libphthread stripped (reason/reasoning unknown), causing funny runtime errors when Qt decides to fire up a thread. Notes: svn path=/head/; revision=125470
* Update to KDE 3.3.2Michael Nottebrock2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123951
* Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERMichael Nottebrock2004-12-051-1/+2
| | | | | | | users. Notes: svn path=/head/; revision=123217
* Argh argh argh argh. Full reverse!Michael Nottebrock2004-12-021-1/+1
| | | | Notes: svn path=/head/; revision=122945
* Sync with ports.Michael Nottebrock2004-12-021-1/+1
| | | | Notes: svn path=/head/; revision=122944
* Update to KDE 3.3.1Michael Nottebrock2004-11-081-1/+1
| | | | Notes: svn path=/head/; revision=121092
* Update to KDE 3.3Michael Nottebrock2004-08-301-5/+5
| | | | Notes: svn path=/head/; revision=117701
* Retire QT2. QT3 was released a few years ago and QT4 will be released soon.Tilman Keskinoz2004-07-231-35/+5
| | | | Notes: svn path=/head/; revision=114497
* Update to version 3.2.3Michael Nottebrock2004-06-091-1/+1
| | | | Notes: svn path=/head/; revision=111165
* Move the conftargethack into the USE_KDELIBS_VER section so users ofMichael Nottebrock2004-05-241-6/+11
| | | | | | | | | USE_QT_VER won't get it. Breakage of doxygen reported by: pointyhat via kris Notes: svn path=/head/; revision=109829
* Move another helpful bit from Makefile.kde to bsd.kde.mk:Michael Nottebrock2004-05-221-0/+6
| | | | | | | | | | | | | | Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk will automatically have CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set. This is necessary for almost every package using a configure script created with non-historic versions of autoconf and really should be handled in bsd.port.mk. Notes: svn path=/head/; revision=109697
* Move a CONFIGURE_ENV tweak from Makefile.kde to bsd.kde.mk so all portsMichael Nottebrock2004-05-211-0/+1
| | | | | | | | which have the working configure bits have a chance to figure out the correct threads libs by themselves. Notes: svn path=/head/; revision=109669
* Update to KDE 3.2.2Michael Nottebrock2004-04-201-1/+1
| | | | Notes: svn path=/head/; revision=107688
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). Notes: svn path=/head/; revision=103453
* Prefer a LIB_DEPENDS.Michael Nottebrock2004-02-091-2/+2
| | | | | | | Pointy hat to: me. Notes: svn path=/head/; revision=100492
* Be more anal about dependencies: Depend on something only present in kdelibsMichael Nottebrock2004-02-091-2/+2
| | | | | | | 3.2.0, but not in 3.1.x. Notes: svn path=/head/; revision=100464
* Update to KDE 3.2.0Michael Nottebrock2004-02-051-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-181-4/+4
| | | | Notes: svn path=/head/; revision=89050
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* Merge from KDE-FreeBSD Repo:Tilman Keskinoz2003-07-211-5/+0
| | | | | | | | Garbage collect USE_QT2, which was renamed to USE_QT_VER= 2 a looong time ago. Notes: svn path=/head/; revision=85306
* Add support for CVS builds (using a different repository). Tested on theWill Andrews2003-06-231-2/+27
| | | | | | | FruitSalad portbuild cluster. Notes: svn path=/head/; revision=83499
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-191-1/+1
| | | | Notes: svn path=/head/; revision=81484
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-051-2/+2
| | | | Notes: svn path=/head/; revision=78353
* Revert accidental commit. KDE 3.1.1 is not in ports yet.Will Andrews2003-03-281-2/+2
| | | | Notes: svn path=/head/; revision=77660
* Removed KDE_I18N_VERSION, which I should have removed before release.Alan Eldridge2003-03-281-2/+2
| | | | Notes: svn path=/head/; revision=77652
* update to 3.1 official releaseAlan Eldridge2003-01-281-33/+37
| | | | Notes: svn path=/head/; revision=74156
* Fixed botched setup of MASTER_SITE_KDE_kde. Damn was I stupid. I didn'tAlan Eldridge2002-10-111-1/+10
| | | | | | | test all the cases. Sorry, folks. Notes: svn path=/head/; revision=67802
* 1. Welcome to KDE 3.0.4.Alan Eldridge2002-10-101-1/+2
| | | | | | | | | 2. Added a tagged version of MASTER_SITE_KDE, called MASTER_SITE_KDE_kde, like this: MASTER_SITE_KDE_kde= ${MASTER_SITE_KDE:S@%/@%/:kde@g} Notes: svn path=/head/; revision=67788
* Fix building of kdemultimedia3 on -CURRENT. Obtained from wca.Sean Chittenden2002-09-151-1/+1
| | | | | | | | Reviewed by: wca Approved by: knu (mentor) Notes: svn path=/head/; revision=66379
* Automagically mark kde2 ports as bork bork borked. If it really only needsAlan Eldridge2002-09-101-2/+2
| | | | | | | | | | | | qt2 then you better change it to say so or else it's on the hit list. Will has said that all kde2 ports must be fixed or gone before 4.7 ports freeze. Submitted by: Tilman Linneweh <tilman@arved.de> Reviewed by: resident psychopath and wild and crazy guy AlanE Approved by: billg@microsoft.com ("anything to get rid of some free s/w") Notes: svn path=/head/; revision=66016
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-4/+0
| | | | Notes: svn path=/head/; revision=65345
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted toWill Andrews2002-08-251-1/+1
| | | | | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1] Notes: svn path=/head/; revision=64972
* 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