summaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Remove BUILD_DEPENDS on gm4 as this is now inherited from devel/bison.marcus2002-11-162-4/+0
|
* Add a BUILD_DEPENDS on gm4 which fixes a neat build problem onmarcus2002-11-152-0/+4
| | | | | | bento. Submitted by: bento and ktrace
* Make desktutils/ical building again.edwin2002-11-151-0/+11
| | | | | | | | | | | | This was a tricky thing and I suspect this is caused by the new tcl83 package rolled out. What happens is that lib/tcl8.3/tclConfig.sh has this line in it: TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1' The single ticks TCL_DBGX not to be expanded, that's okay. But the configure-script didn't evaluate the variable once it got it from the tclConfig.sh script. Noticed by: bento
* Add libgnomeui-2.0 to LIB_DEPEND.edwin2002-11-151-1/+2
| | | | Spotted by: bento
* It seems the previous version of gnomeutils2-2.0.5 was not the right one.marcus2002-11-154-2/+4
| | | | | | | | A new release has since been rolled that matches with the online release notes. A diff shows this to be accurate with what is on the official GNOME FTP site. Reported by: Edward Glowacki <glowack2@msu.edu>
* Fix build with the new gtkhtml.marcus2002-11-121-5/+20
|
* Bump PORTREVISION after the gtkhtml version bump.marcus2002-11-121-0/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1018-18/+9
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0618-9/+18
| | | | Approved by: pat
* port wouldn't build without the gnomelibs.edwin2002-11-061-1/+1
| | | | | | Noticed by: bento Approved by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer)
* o Fix build error on STABLE due to conflicting definition oflkoeller2002-11-031-0/+19
| | | | | | | calloc an malloc. PR: ports/43772 Submitted by: charles.allen@angelo.edu
* Update to a more featurefull, but limited-unless-registered version 3.2.mi2002-11-035-20/+34
| | | | | | | | | | | | | . USE_JAVA=1.3+ . Do not install swingall.jar . install in ${PREFIX}/share/java . don't extract under WKRDIR and copy -- untar the distfile directly . move the start-up script's template from Makefile into its own files/moneydance.sh Reviewed by: Sean Reilly (maintainer) Approved by: Sean Reilly (maintainer)
* devel/SWIG-devel -> devel/swig13knu2002-10-301-1/+1
|
* Update deskutils/glabels 1.89.2 -> 1.90.1adamw2002-10-273-8/+8
| | | | | | PR: 44537 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer) Approved by: pat
* Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+11
| | | | Submitted by: mike
* add deskutils/glabelsadamw2002-10-217-0/+97
| | | | | | | | A programm to create labels and business cards PR: 43479 Submitted by: martin.klaffenboeck@gmx.at Approved by: pat
* Remove extraneous '/' from pre-install target.marcus2002-10-162-2/+2
| | | | | PR: 44089 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-115-36/+31
| | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
* Fix typo in the commentyoichi2002-10-051-1/+1
| | | | Submitted by: Kimura Fuyuki-san
* One last commit. Fix the Markus-Brainz line time display in Korgas^Hnizer.alane2002-10-023-0/+87
| | | | | | | KAlarmd is still (a) broken and (b) really damn obnoxious, so don't use it. Submitted by: Ade to Andy Fawcett who sent it to me Approved by: Kris (will be)
* 1. Bump PORTREVISION to 1.alane2002-10-012-10/+23
| | | | | | | | | | | 2. Change gross kluge for klaptopdaemon to use DO_NOT_COMPILE. 3. Added WITH_KFLOPPY knob, defaults to undefined. 3A. If WITH_KFLOPPY is not defined, then we add kfloppy to DO_NOT_COMPILE. 4. Anything that got put in DO_NOT_COMPILE then gets passed in the env to the configure script, which dutifully sets things up to not compile it. Approved by: kris
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Incomplete patch provided. Author doesn't answer mail. Dead.alane2002-09-216-170/+0
|
* Update to kde3. Bump portrev. Patch by Dave Johnson. Patch manglingalane2002-09-2110-4/+203
| | | | by me.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-204-4/+4
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* add mencal 2.0ijliao2002-09-187-0/+57
| | | | | | | A variation of the unix command cal PR: 37195 Submitted by: Christian Brueffer <chris@unixpages.org>
* Start category Makefile cleanup.alane2002-09-101-1/+0
|
* Fix things after recent GNOMENG commit.marcus2002-09-091-1/+3
| | | | | PR: 42605 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update to 1.4.8.marcus2002-09-0910-74/+10
|
* KDE2 is dead. The source is no longer available.alane2002-09-095-391/+0
|
* The configure test to see if we have a prototype for strncasecmp() isobrien2002-09-091-0/+5
| | | | | | totally bogus with a ISO-C++ compiler. And the ical provided strncasecmp() prototype is also bogus. So just force things to know we have a proper prototype in strings.h.
* Depend on libgmp-freebsd to fix build on -currentkris2002-09-071-0/+2
|
* Update to 2.0.5.marcus2002-09-064-4/+4
|
* Deploy USE_GNOMENG infrastructurelioux2002-08-306-9/+15
| | | | | PR: 42194 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 2.0.4.marcus2002-08-294-4/+4
|
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatsobomax2002-08-281-1/+1
| | | | update *_DEPENDS properly.
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-2514-123/+8
| | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@alane2002-08-231-1/+1
| | | | maintainership.
* Update to 1.6.8.marcus2002-08-222-2/+2
|
* Update to 2.0.3.marcus2002-08-206-6/+8
|
* Update to 1.6.7.sobomax2002-08-186-408/+472
|
* PERL -> REINPLACE_CMDpat2002-08-081-3/+4
| | | | | PR: ports/41442 Submitted by: maintainer
* Update to 2.0.2.marcus2002-08-074-4/+4
|
* Give up maintainership - haven't used this for some time.nbm2002-08-041-1/+1
|
* Chase shlib rev of devel/gettextade2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Relinquish this port since I no longer us it.jedgar2002-07-311-1/+1
|
* In the words of Stephan Kulow <coolo@kde.org>:will2002-07-313-0/+45
| | | | | | | | "That's the penalty of using private interfaces". Fix build with Qt 3.0.5 by using a patch committed to KDE CVS. It was backported to KDE_3_0_BRANCH so this patch will be removed with the upgrade to KDE 3.0.3 (well, if it happens long enough before KDE 3.1).
* Use USE_GNOMENG.marcus2002-07-271-5/+3
|
* Update to 2.0.1 and USE_GNOMENG.marcus2002-07-266-26/+26
|
* Update to version 3.0.4kevlo2002-07-232-2/+2
| | | | | PR: 40836 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
OpenPOWER on IntegriCloud