aboutsummaryrefslogtreecommitdiffstats
path: root/mail/knewmail
Commit message (Collapse)AuthorAgeFilesLines
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-195-78/+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.
* add missing icons and linksijliao2001-05-281-0/+2
| | | | | PR: 27442 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Overhaul QT/KDE support:will2001-04-031-3/+1
| | | | | | | | | | | | | | | | | | - 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)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-8/+8
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Sort and remove blank lines.imura2000-03-261-21/+13
|
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1
|
* Caps, no period.hoek1999-08-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* A Mail notifier for the KDE enviorment.taoka1999-08-125-0/+86
PR: 12131 Submitted: Tomer Weller <wellers@netvision.net.il>