aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/tkdesk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update the itcl/itk from 3.2 to 3.3 (released in April 2005). Themi2006-05-181-10/+18
| | | | | | | | | | | | | | | | | | | | | installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me.
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to version 2.0krion2004-04-191-13/+20
| | | | | PR: ports/65720 Submitted by: Ports Fury
* Tidy up whitespace.trevor2004-04-111-4/+4
|
* mat@FreeBSD.org reports no response from this maintainer for severallinimon2004-02-121-1/+1
| | | | | | | months about his other ports, so reset this one too. His last approved update was several months ago. Maintainer, if this is in error, please contact me directly.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* add tk83 to LIB_DEPENDS. it should have been added when BLT waskjc2003-10-261-1/+2
| | | | | | removed from LIB_DEPENDS. reported by kris. found by bento.
* make tkdesk not to depend on the ports version of the BLT library.kjc2003-10-201-3/+1
| | | | | | | | | use the internal version instead. this is a preparation for switching BLT to tcl/tk 8.4 since tkdesk is also dependent on 8.3 through itcl. OKed by the maintainer, Andy Sparrow <spadger@best.com>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.knu2003-02-211-0/+1
|
* Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT.knu2001-09-041-7/+8
| | | | | | | Bump PORTREVISION. PR: 30279 Submitted by: Andy Sparrow <spadger@best.com> (MAINTAINER)
* Spaces -> tabs in ports/x11-fm.olgeni2001-02-061-1/+1
|
* - Use itcl as a dependency instead of itk.steve2000-05-291-2/+5
| | | | | | | | | | - Include extra patches from master web site fixing various problems. - Use FreeBSD-specific utils (e.g. 'vipw' instead of 'vi /etc/passwd') or correct non-FreeBSD flags to system programs (e.g. 'du -D' will not work on FreeBSD). PR: 18725 Submitted by: Andy Sparrow <andy@geek4food.org>
* Upgrade to tkdesk-1.2jseger2000-05-021-6/+11
| | | | This supports tcl/tk 8.2
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Fix build by using tclsh instead of wish (which requires a display).asami1999-02-141-5/+3
| | | | | PR: 10061 Submitted by: maintainer
* Update to version 1.1.steve1998-10-101-2/+2
| | | | | PR: 8014 Submited by: maintainer
* Remove regexp support for tk42.steve1998-09-271-2/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdeskasami1998-08-081-2/+2
| | | | workplace xfm" from x11 to x11-fm.
* If DISPLAY isn't defined, mark as BROKEN.jseger1998-05-031-1/+5
|
* Update to the new released version and revert to using tcl7.6/tk4.2steve1998-02-281-10/+6
| | | | | | | because this port will not work with anything newer at present. PR: 5282 Reviewed by: maintainer
* Update to version 1.0b5.steve1998-02-221-10/+19
| | | | | PR: 5282 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> and myself
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Upgrade, 1.0b2 -> 1.0b3.max1996-11-121-9/+6
| | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (Note that the maintainer has been changed to: Juergen Lock <nox@jelal.hb.north.de>)
* Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.asami1996-10-161-3/+2
|
* New port, tkdesk. My only choice for a X11 desk (the only onechuckr1996-08-031-0/+25
I've ever liked even a little bit). Thanks, Andreas. Submitted by: Andreas Kohout