summaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Correct the install of binary file.pat2002-05-042-3/+3
| | | | | PR: 37740 Submitted by: maintainer
* upgrade to 1.2.a.1ijliao2002-04-294-170/+292
| | | | | PR: 37539 Submitted by: Tilman Linneweh <tilman@arved.de>
* add missing files.nork2002-04-284-0/+14
| | | | | Not objected to by: gnome Reviewed by: knu (mentor)
* Update to 2.3.petef2002-04-252-2/+2
|
* Update to 3.0. Sigh.will2002-04-231-0/+226
|
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2111-477/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-197-98/+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 krss 2.6ijliao2002-04-186-0/+55
| | | | KDE Rich Site Summary viewer
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already insobomax2002-04-152-2/+0
| | | | LIB_DEPENDS.
* gettext upgrade uber-patch (stage 3)ade2002-04-123-9/+8
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Change maintainer's address to the one at FreeBSD.org.yoichi2002-04-111-1/+1
|
* Update to mhc-current-snap20020411.yoichi2002-04-116-6/+6
|
* Remove iconv->giconv hack.sobomax2002-04-081-42/+0
|
* Make the perl regex to get rid of malloc.h much much more broad. Shouldwill2002-04-044-20/+8
| | | | fix the build on -current.
* Let INSTALL_PROGRAM strip the binarydinoex2002-03-301-6/+1
|
* mcal & gmcal use the libmcal library (see PR ports/31416 )dinoex2002-03-308-0/+104
| | | | | | | | to access calendars that can be stored in many different formats. They are mostly exsamples and how-to use the MCAL library PR: 31461 Submitted by: thierry@pompo.net
* mcal & gmcal use the libmcal library (see PR ports/31416 )dinoex2002-03-308-0/+139
| | | | | | | | to access calendars that can be stored in many different formats. They are mostly samples and how-to use the MCAL library. PR: 31461 Submitted by: thierry@pompo.net
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This iswill2002-03-305-5/+31
| | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
* Prevent inclusion of <malloc.h> when building.deischen2002-03-291-0/+12
| | | | Reported by: bento
* Backout my backout of rev 1.31.obrien2002-03-191-7/+8
| | | | We can now build with Tcl/Tk 8.3.
* Provide backup MASTER_SITE.sobomax2002-03-182-2/+4
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-182-4/+0
| | | | -liconv to -lgiconv.
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withsobomax2002-03-183-66/+0
| | | | <giconv.h> or -liconv with -lgiconv.
* Stage 1 of gettext update.ade2002-03-153-3/+3
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Master site updates: www.freenix.no => atreides.freenix.no for theseanders2002-03-151-1/+1
| | | | files.
* Update to 1.6.6.sobomax2002-03-134-27/+81
|
* malloc.h -> stdlib.hpetef2002-03-044-0/+28
| | | | PR: 35519
* Update to 1.0.22petef2002-02-193-2/+4
|
* Update to 1.4.1.2.sobomax2002-02-088-44/+96
|
* - update to 2.1petef2002-02-043-3/+3
| | | | - sort pkg-plist
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-032-12/+16
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Add missed continue statement.sobomax2002-01-292-14/+22
|
* gnome@ is an alias for sobomax@demon2002-01-292-2/+2
|
* Change MAINTAINER to sobomax@demon2002-01-292-2/+2
|
* Add Evolution into ${BUILD,RUN}_DEPENDS.sobomax2002-01-292-0/+6
| | | | Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update to 0.5.1.sobomax2002-01-2912-32/+238
| | | | | Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
* Update version number of guppi shared library.sobomax2002-01-251-1/+1
| | | | Submitted by: Michael V. Harding <mvh@corp.namesafe.com>
* Fix compilation when WITHOUT_PILOT is defined.sobomax2002-01-212-6/+2
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Correct logic for optional pilot support.sobomax2002-01-212-2/+2
| | | | | Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
* Update maintainer addresslioux2002-01-203-3/+3
| | | | | PR: 34095 Submitted by: MAINTAINER
* Update broken master sites.anders2002-01-201-2/+3
| | | | Approved by: shanee@augusta.de (maintainer)
* horde-devel from 2.0 RC3 to 2.0;ijliao2002-01-193-0/+9
| | | | | turba from 1.0 RC3 to 1.0; imp-devel from 3.0 RC3 to 1.0
* Update maintainer's email addressdwcjr2002-01-171-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Remove empty files.sobomax2002-01-152-0/+0
|
* Add port misc/tuxcards A small Application, which organizes your notespat2002-01-115-0/+58
| | | | | | | | in a tree, so they are easier to find. Clone of the Windows software "CUECards" PR: 33734 Submitted by: Tilman Linneweh <freebsdports@arved.de>
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-115-76/+14
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Update to 1.6.5.sobomax2002-01-105-62/+124
|
* Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.sobomax2002-01-082-6/+6
| | | | | PR: ports/33651 Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-085-0/+15
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Make pilot-link install directly into PREFIX. This should allowwill2002-01-054-12/+4
| | | | pilot-link and all dependents to build correctly on bento.
OpenPOWER on IntegriCloud