aboutsummaryrefslogtreecommitdiff
path: root/x11/tkgoodstuff/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2009-03-22 emulators/dlx: unmaintained, does not work with current versions ↵Martin Wilke2009-03-231-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this Notes: svn path=/head/; revision=230793
* - Deprecate due to planned removal of tcl8.0 / tk8.0Martin Matuska2009-01-221-0/+3
| | | | | | | - Set expiration date to 2009-03-22 Notes: svn path=/head/; revision=226669
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75976
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* Remove MASTER_SITES, no longer there. Remove myself as maintainer.Paul Traina2000-08-081-2/+7
| | | | Notes: svn path=/head/; revision=31388
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27497
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* fvwm2 is now in x11-wm.Satoshi Asami1998-08-081-2/+2
| | | | Notes: svn path=/head/; revision=12337
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Upgrade tkgoodstuff port to 8.0-finalPaul Traina1997-11-141-7/+6
| | | | Notes: svn path=/head/; revision=8625
* Depend on the fvwm program, not fvwm2 (the old fvwm2 port installed as fvwm)Paul Traina1997-11-141-2/+2
| | | | Notes: svn path=/head/; revision=8624
* Upgrade tkgoodstuff to tkgoodstuff v4.2.Paul Traina1997-07-071-8/+12
| | | | | | | | (FYI: this was the catalyst for the recent crusade to nuke the core tcl) Submitted by: max Notes: svn path=/head/; revision=7228
* Instead of defining INSTALL_PROGRAM="" in CONFIGURE_ENV, put STRIP= toMasafumi Max NAKANE1997-06-211-3/+3
| | | | | | | | | | remove the -s flag from the install program. (Actually, either method works, however, this is somewhat better as most of other ports use this method to achieve the same goal, so that it is easier for other porters to find out what is meant by this.) Notes: svn path=/head/; revision=7028
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Uncomment PKGNAME, it's different from DISTNAME so it's needed.Satoshi Asami1996-10-161-2/+2
| | | | Notes: svn path=/head/; revision=3993
* Clean up Biff and goodstuff startupPaul Traina1996-10-101-2/+2
| | | | Notes: svn path=/head/; revision=3951
* TkGoodstuff menu bar and biff/program launcher that interacts with fvwm2.Paul Traina1996-10-081-0/+25
Notes: svn path=/head/; revision=3927