aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/tkdesk
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - 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-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update the itcl/itk from 3.2 to 3.3 (released in April 2005). TheMikhail Teterin2006-05-174-16/+52
| | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=162683
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149467
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Unbreak build of TkDesk on CURRENT.Giorgos Keramidas2004-07-301-0/+11
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=115074
* - Update to version 2.0Kirill Ponomarev2004-04-1812-307/+71
| | | | | | | | PR: ports/65720 Submitted by: Ports Fury Notes: svn path=/head/; revision=107440
* Tidy up whitespace.Trevor Johnson2004-04-101-4/+4
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* mat@FreeBSD.org reports no response from this maintainer for severalMark Linimon2004-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. Notes: svn path=/head/; revision=100732
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93884
* add tk83 to LIB_DEPENDS. it should have been added when BLT wasKenjiro Cho2003-10-261-1/+2
| | | | | | | | | removed from LIB_DEPENDS. reported by kris. found by bento. Notes: svn path=/head/; revision=92188
* make tkdesk not to depend on the ports version of the BLT library.Kenjiro Cho2003-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> Notes: svn path=/head/; revision=91703
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT.Akinori MUSHA2001-09-036-20/+121
| | | | | | | | | | Bump PORTREVISION. PR: 30279 Submitted by: Andy Sparrow <spadger@best.com> (MAINTAINER) Notes: svn path=/head/; revision=47385
* Spaces -> tabs in ports/x11-fm.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38010
* Fix URL.Will Andrews2000-06-091-1/+1
| | | | | | | | PR: 19102 Submitted by: maintainer Notes: svn path=/head/; revision=29467
* - Use itcl as a dependency instead of itk.Steve Price2000-05-299-2/+140
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=28883
* Upgrade to tkdesk-1.2Justin M. Seger2000-05-015-47/+70
| | | | | | | This supports tcl/tk 8.2 Notes: svn path=/head/; revision=28238
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27432
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Fix patch-aa so that it patches the correct part of configure.Justin M. Seger1999-04-191-21/+13
| | | | | | | | PR: ports/9142 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> Notes: svn path=/head/; revision=18016
* Fix build by using tclsh instead of wish (which requires a display).Satoshi Asami1999-02-132-5/+14
| | | | | | | | PR: 10061 Submitted by: maintainer Notes: svn path=/head/; revision=16718
* Update to version 1.1.Steve Price1998-10-104-16/+30
| | | | | | | | PR: 8014 Submited by: maintainer Notes: svn path=/head/; revision=13807
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* These files no longer have manpages in them.Tim Vanderhoek1998-08-201-4/+0
| | | | Notes: svn path=/head/; revision=12669
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdeskSatoshi Asami1998-08-071-2/+2
| | | | | | | workplace xfm" from x11 to x11-fm. Notes: svn path=/head/; revision=12327
* If DISPLAY isn't defined, mark as BROKEN.Justin M. Seger1998-05-031-1/+5
| | | | Notes: svn path=/head/; revision=10816
* Update to the new released version and revert to using tcl7.6/tk4.2Steve Price1998-02-274-110/+23
| | | | | | | | | | because this port will not work with anything newer at present. PR: 5282 Reviewed by: maintainer Notes: svn path=/head/; revision=9958
* Update to version 1.0b5.Steve Price1998-02-214-1623/+477
| | | | | | | | PR: 5282 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> and myself Notes: svn path=/head/; revision=9877
* Make this port work again in the post-tcl world.Satoshi Asami1997-10-281-5/+5
| | | | Notes: svn path=/head/; revision=8371
* #include <sys/types.h> for <dirent.h>.Satoshi Asami1997-04-211-1/+9
| | | | Notes: svn path=/head/; revision=6264
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Upgrade, 1.0b2 -> 1.0b3.Masafumi Max NAKANE1996-11-124-143/+1551
| | | | | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (Note that the maintainer has been changed to: Juergen Lock <nox@jelal.hb.north.de>) Notes: svn path=/head/; revision=4418
* Make this compile with tcl75 in /usr/lib. Remove the part thatSatoshi Asami1996-10-161-36/+2
| | | | | | | says tcl is in /usr/local. Notes: svn path=/head/; revision=4005
* Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.Satoshi Asami1996-10-161-3/+2
| | | | Notes: svn path=/head/; revision=4004
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* New port, tkdesk. My only choice for a X11 desk (the only oneChuck Robey1996-08-026-0/+471
I've ever liked even a little bit). Thanks, Andreas. Submitted by: Andreas Kohout Notes: svn path=/head/; revision=3501