Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256ify | edwin | 2006-01-24 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Remove more copies of Tcl's SunOS shared library hack. | das | 2005-02-20 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-) | ||||
* | - fix build for symlinked portsdir | dinoex | 2004-11-05 | 1 | -0/+16 |
| | | | | | Reported by: kris Approved by: jmz | ||||
* | Add size data. | trevor | 2004-03-18 | 1 | -0/+1 |
| | | | | Approved by: maintainers | ||||
* | Bug fix: add WmDefault.tcl in the list of scripts required by tixSamLib. | jmz | 2003-12-25 | 2 | -4/+12 |
| | |||||
* | Install libtixsam as libtixsam8184 instead of libtixsam84 | jmz | 2003-12-14 | 3 | -2/+12 |
| | |||||
* | Upgrade to version 8.1.4 (tk84). | jmz | 2003-12-14 | 9 | -579/+337 |
| | | | | Submitted by: joerg | ||||
* | Also update the pkg-plist I forgot in my last commit. | joerg | 2003-12-04 | 1 | -5/+5 |
| | | | | Approved by: portmgr | ||||
* | Bring the tix toolkit up to tcl/tk 8.4. | joerg | 2003-11-28 | 3 | -69/+70 |
| | | | | | | | | | | Also fix a broken shared lib configuration that caused the absolute pathname (in the ports compilation directory) of the tix lib to be recorded in the generated wish interpreter, so after removing the compile directory from the machine, the interpreter could not be run at all anymore. Strange nobody ever comlained abou this. Not Approved by: maintainer (timeout) | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Link the library with -lX11 -ltk82 so that the tix library can be loaded | jmz | 2002-05-10 | 2 | -4/+5 |
| | | | | | | safely from a tk program. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. This | jmz | 2002-05-08 | 4 | -258/+241 |
| | | | | | | allows Tcl to find Tix if you do 'package require' Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Batch of style fixes for x11-toolkits. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Fix bugs with the tixGrid widget | jmz | 2000-08-10 | 1 | -0/+71 |
| | | | | Submitted by: joerg | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | sobomax | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax | ||||
* | First round of INSTALL_SHLIB fixes. | sobomax | 2000-06-15 | 2 | -3/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-10 | 1 | -3/+3 |
| | |||||
* | Writable strings must be declared 'char foo[]=...', not 'char *foo=...' | jmz | 2000-02-17 | 1 | -2/+11 |
| | |||||
* | Back out previous changes to work around tixwish core dumps. The right | jmz | 2000-02-17 | 1 | -4/+1 |
| | | | | | fix is now in patch-ad. Set MAINTAINER to jmz. | ||||
* | Fix again the problem with tixwish core dumping. I thought it was resolved | jmz | 2000-02-10 | 1 | -0/+2 |
| | | | | | | | | with rev 1.29, but apparently `-fwritable-strings' was not taken into account. Now add a post-configure target to explicitly set CFLAGS in Makefile. PR: ports/16639 | ||||
* | Move tixwish man page from mann/ to man1/. This fixes `make package' | jmz | 1999-12-09 | 1 | -0/+1 |
| | |||||
* | Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed. | asami | 1999-12-09 | 1 | -0/+2 |
| | |||||
* | Unbreak the update to to use Tcl/Tk 8.2. The key is to compile with | jmz | 1999-12-05 | 6 | -50/+142 |
| | | | | | | | -fwritable-strings (it would probably better to find and fix the specific portion of Tix code responsible of the core dump but that's not easy) Install libs and program with the 82 or 8.2 suke the name (instead of 80 or 8.0 resp.) | ||||
* | As Ade Lovett and Jean-Marc Zucconi noted this port dumps core after | steve | 1999-12-04 | 1 | -0/+2 |
| | | | | the upgrade to Tk8.2. Mark broken until a fix is found. | ||||
* | Update to use Tcl/Tk version 8.2. | steve | 1999-11-29 | 6 | -68/+104 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -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 | ||||
* | W * 10 + W + W * 100 = WWW * 10 + : = WWW: | mharo | 1999-05-03 | 1 | -13/+9 |
| | |||||
* | Make port install shared library as library.so.1 and not just library | mharo | 1999-05-02 | 2 | -4/+4 |
| | | | | Also change mv to ${CP} in makefile to support make reinstall | ||||
* | Really fix it this time. | obrien | 1999-04-24 | 1 | -4/+11 |
| | |||||
* | Remove whitespace before end of line, change 8 spaces to tab at beginning | asami | 1999-04-12 | 1 | -5/+5 |
| | | | | of line. | ||||
* | A cleaner fix for the mis-naming of the libs. | obrien | 1999-04-07 | 2 | -55/+38 |
| | |||||
* | A major, MAJOR hack to get the libs named correctly. | obrien | 1999-04-07 | 1 | -4/+46 |
| | |||||
* | Update MASTER_SITES, ftp.xpi.com is no more. | obrien | 1999-04-07 | 2 | -3/+3 |
| | | | | Update MD5 checksum to agree w/what is on the new master site. | ||||
* | Add some mirror sites. | tg | 1998-11-18 | 1 | -2/+4 |
| | |||||
* | Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change | asami | 1998-11-14 | 1 | -10/+12 |
| | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. | ||||
* | Build tix in an ELF world. | tg | 1998-10-06 | 4 | -39/+32 |
| | | | | Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> | ||||
* | tk80 has been ELFized. | asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | I eat manpages for lunch. | hoek | 1998-08-20 | 1 | -46/+0 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140 | asami | 1998-08-07 | 1 | -2/+2 |
| | | | | | slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients xview-config xview-lib" from x11 to x11-toolkits. | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | tg | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Back out last change, use tcl80. | tg | 1998-03-17 | 3 | -30/+30 |
| | |||||
* | Upgrade to use tcl8.1 and tk8.1. | jseger | 1998-02-24 | 3 | -31/+31 |
| | |||||
* | Set fix library version number to 1.2. Fix minor bug in Makefile. | tg | 1997-12-02 | 2 | -4/+34 |
| | |||||
* | Temporarily bump shared version numbers to 1.2. They are following the | asami | 1997-12-02 | 1 | -2/+2 |
| | | | | | tk-8.0.X port. I'm not sure if it is supposed to be this way, but for now this will make the plists consistent with the state of the world. | ||||
* | Fix PLIST typos. | jseger | 1997-11-29 | 1 | -2/+2 |
| | |||||
* | Distfile changed on master site. | tg | 1997-10-22 | 2 | -11/+1 |
| | | | | PR: 4815 |