summaryrefslogtreecommitdiff
path: root/deskutils/korganizer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes:Will Andrews2001-04-041-1/+1
| | | | | | | - 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:Will Andrews2001-04-031-7/+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)
* Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncingBill Fenner2001-01-221-2/+0
| | | | for over 2 months.
* Update port to 1.1.2Chris D. Faulhaber2000-07-153-9/+23
| | | | No response from: Maintainer
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
|
* Fix incomplete PLIST.R. Imura2000-03-251-1/+3
|
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-2/+2
|
* Remove giflib dependence.R. Imura2000-02-151-2/+1
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* Use YACC, not bison.David E. O'Brien2000-01-211-0/+11
|
* Remove an empty patch file.Steve Price1999-09-181-0/+0
|
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-4/+2
|
* Upgrade 'korganizer' to v1.1.Joseph Koshy1999-04-214-42/+54
| | | | | PR: ports/10141 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Upgrade, unbreak & ElfifyBrian Somers1998-10-024-37/+72
| | | | The DST stuff looks broken.
* Mark all KDE ports BROKEN for ELF.Justin M. Seger1998-09-301-1/+3
|
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-191-2/+2
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* kde shared libs are now at version 1. Gosh, no wonder they kept beingSatoshi Asami1998-08-251-3/+3
| | | | reinstalled over and over.
* Could this be one of those that require an old version of qt?Satoshi Asami1998-08-201-1/+3
| | | | | | | | | | | | | === : c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Iversit -O2 -pipe -c eventwidget.cpp eventwidget.cpp: In method `bool EventWidget::eventFilter(class QObject *, class QEvent *)': eventwidget.cpp:73: `Event_FocusRestore' undeclared (first use this function) eventwidget.cpp:73: (Each undeclared identifier is reported only once eventwidget.cpp:73: for each function it appears in.) gmake[2]: *** [eventwidget.o] Error 1 gmake[2]: Leaving directory `/usr/ports/deskutils/korganizer/work/korganizer/src' :
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-121-4/+3
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
|
* Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "calSatoshi Asami1998-08-071-2/+2
| | | | | | | cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest xmaddressbook xmdiary xopps zorro" from misc to deskutils. I'll fix up the dependencies later.
* MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.Bill Fenner1998-05-251-2/+2
|
* New port korganizer, a personal information manager for KDE.Thomas Gellekum1998-05-256-0/+109
PR: 6730 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>