aboutsummaryrefslogtreecommitdiffstats
path: root/news/krn/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-191-26/+0
| | | | | | | | | | | | | 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.
* Fix syntax error by adding a '\' at the end of a line.asami2001-04-291-1/+1
| | | | Submitted by: bento
* This needs mimelib.alex2001-04-281-0/+1
|
* Various fixes:will2001-04-041-1/+2
| | | | | | | - Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case).
* Overhaul QT/KDE support:will2001-04-031-5/+2
| | | | | | | | | | | | | | | | | | - 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)
* This port was missing a dependency on kdelibs11kris2000-07-031-1/+2
| | | | Noticed by: bento
* Oops, wasn't looking closely enough. The aforementioned breakage was actuallykris2000-07-031-2/+0
| | | | in kdesupport11.
* Mark broken; port can't find the KDE stuff during configure.kris2000-07-031-0/+2
| | | | Noticed by: bento
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-2/+2
|
* Add three LIB_DEPENDS.alex2000-06-111-0/+4
| | | | | | PR: 18966 Submitted by: Sune Falck <sune.falck@swipnet.se> (gdbm dependency) Reviewed by: will
* Add krn, a newsreader for KDE.will2000-06-101-0/+22
PR: 18039 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>