summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29613
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Writable strings must be declared 'char foo[]=...', not 'char *foo=...'Jean-Marc Zucconi2000-02-171-2/+11
| | | | Notes: svn path=/head/; revision=25942
* Back out previous changes to work around tixwish core dumps. The rightJean-Marc Zucconi2000-02-171-4/+1
| | | | | | | | fix is now in patch-ad. Set MAINTAINER to jmz. Notes: svn path=/head/; revision=25941
* Fix again the problem with tixwish core dumping. I thought it was resolvedJean-Marc Zucconi2000-02-101-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 Notes: svn path=/head/; revision=25647
* Move tixwish man page from mann/ to man1/. This fixes `make package'Jean-Marc Zucconi1999-12-091-0/+1
| | | | Notes: svn path=/head/; revision=23693
* Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed.Satoshi Asami1999-12-091-0/+2
| | | | Notes: svn path=/head/; revision=23678
* Unbreak the update to to use Tcl/Tk 8.2. The key is to compile withJean-Marc Zucconi1999-12-056-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.) Notes: svn path=/head/; revision=23600
* As Ade Lovett and Jean-Marc Zucconi noted this port dumps core afterSteve Price1999-12-041-0/+2
| | | | | | | the upgrade to Tk8.2. Mark broken until a fix is found. Notes: svn path=/head/; revision=23573
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-296-68/+104
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23492
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $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
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:Michael Haro1999-05-031-13/+9
| | | | Notes: svn path=/head/; revision=18424
* Make port install shared library as library.so.1 and not just libraryMichael Haro1999-05-022-4/+4
| | | | | | | Also change mv to ${CP} in makefile to support make reinstall Notes: svn path=/head/; revision=18304
* Really fix it this time.David E. O'Brien1999-04-241-4/+11
| | | | Notes: svn path=/head/; revision=18114
* Remove whitespace before end of line, change 8 spaces to tab at beginningSatoshi Asami1999-04-121-5/+5
| | | | | | | of line. Notes: svn path=/head/; revision=17809
* A cleaner fix for the mis-naming of the libs.David E. O'Brien1999-04-072-55/+38
| | | | Notes: svn path=/head/; revision=17684
* A major, MAJOR hack to get the libs named correctly.David E. O'Brien1999-04-071-4/+46
| | | | Notes: svn path=/head/; revision=17682
* Update MASTER_SITES, ftp.xpi.com is no more.David E. O'Brien1999-04-072-3/+3
| | | | | | | Update MD5 checksum to agree w/what is on the new master site. Notes: svn path=/head/; revision=17681
* Add some mirror sites.Thomas Gellekum1998-11-181-2/+4
| | | | Notes: svn path=/head/; revision=14625
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-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. Notes: svn path=/head/; revision=14512
* Build tix in an ELF world.Thomas Gellekum1998-10-064-39/+32
| | | | | | | Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Notes: svn path=/head/; revision=13686
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* I eat manpages for lunch.Tim Vanderhoek1998-08-201-46/+0
| | | | Notes: svn path=/head/; revision=12671
* 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 "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140Satoshi Asami1998-08-071-2/+2
| | | | | | | | slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients xview-config xview-lib" from x11 to x11-toolkits. Notes: svn path=/head/; revision=12330
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Back out last change, use tcl80.Thomas Gellekum1998-03-173-30/+30
| | | | Notes: svn path=/head/; revision=10212
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-243-31/+31
| | | | Notes: svn path=/head/; revision=9912
* Set fix library version number to 1.2. Fix minor bug in Makefile.Thomas Gellekum1997-12-022-4/+34
| | | | Notes: svn path=/head/; revision=8960
* Temporarily bump shared version numbers to 1.2. They are following theSatoshi Asami1997-12-021-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. Notes: svn path=/head/; revision=8958
* Fix PLIST typos.Justin M. Seger1997-11-291-2/+2
| | | | Notes: svn path=/head/; revision=8906
* Distfile changed on master site.Thomas Gellekum1997-10-222-11/+1
| | | | | | | PR: 4815 Notes: svn path=/head/; revision=8323
* Upgrade to 4.1.0.006. Uses tk-8.0 now.Thomas Gellekum1997-10-016-59/+67
| | | | Notes: svn path=/head/; revision=8076
* Use tcl-7.6/tk-4.2.Thomas Gellekum1997-08-204-47/+66
| | | | Notes: svn path=/head/; revision=7629
* Upgrade to 4.1.0.005. Fix PLIST and dependency on tcl7.5/tk4.1 along the way.Thomas Gellekum1997-07-305-22/+33
| | | | Notes: svn path=/head/; revision=7434
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* New checksum.Thomas Gellekum1997-05-061-1/+1
| | | | Notes: svn path=/head/; revision=6418
* Build stand-alone module.Thomas Gellekum1997-04-223-6/+58
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=6270
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Fix configure args so this thing actually compiles. ;)Satoshi Asami1997-02-251-2/+2
| | | | Notes: svn path=/head/; revision=5740
* Upgrade to release version 4.1.0.Thomas Gellekum1997-02-216-105/+103
| | | | Notes: svn path=/head/; revision=5711
* Fix Tk include file path (tk -> tk4.1).Satoshi Asami1997-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5423
* - use installed header files for tcl and tk;Thomas Gellekum1997-01-073-20/+75
| | | | | | | | | we no longer need the full sources to these - install the tix header files for the C interface Notes: svn path=/head/; revision=5248
* Upgrade to Tix-4.1b2.Thomas Gellekum1997-01-026-323/+293
| | | | Notes: svn path=/head/; revision=5159
* Checksum hath changed.Satoshi Asami1996-12-311-1/+1
| | | | Notes: svn path=/head/; revision=5144
* Import of Tix, an extension of Tk with lots of useful widgets.Thomas Gellekum1996-12-308-0/+456
Notes: svn path=/head/; revision=5127