summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do a `make clean' before the extract target.Jean-Marc Zucconi2007-07-061-1/+4
| | | | | | | PR: ports/97053 Notes: svn path=/head/; revision=195082
* - 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
* Do not remove system files.Jean-Marc Zucconi2006-06-231-2/+0
| | | | | | | | PR: ports/99345 Submitted by: Shaun Amott <shaun@FreeBSD.org> Notes: svn path=/head/; revision=166096
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Remove more copies of Tcl's SunOS shared library hack.David Schultz2005-02-201-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. ;-) Notes: svn path=/head/; revision=129328
* - fix build for symlinked portsdirDirk Meyer2004-11-051-0/+16
| | | | | | | | Reported by: kris Approved by: jmz Notes: svn path=/head/; revision=120830
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Bug fix: add WmDefault.tcl in the list of scripts required by tixSamLib.Jean-Marc Zucconi2003-12-252-4/+12
| | | | Notes: svn path=/head/; revision=96554
* Install libtixsam as libtixsam8184 instead of libtixsam84Jean-Marc Zucconi2003-12-143-2/+12
| | | | Notes: svn path=/head/; revision=95821
* Upgrade to version 8.1.4 (tk84).Jean-Marc Zucconi2003-12-149-579/+337
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=95819
* Also update the pkg-plist I forgot in my last commit.Joerg Wunsch2003-12-041-5/+5
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=95056
* Bring the tix toolkit up to tcl/tk 8.4.Joerg Wunsch2003-11-283-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) Notes: svn path=/head/; revision=94819
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Link the library with -lX11 -ltk82 so that the tix library can be loadedJean-Marc Zucconi2002-05-102-4/+5
| | | | | | | | | safely from a tk program. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=58825
* Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. ThisJean-Marc Zucconi2002-05-084-258/+241
| | | | | | | | | allows Tcl to find Tix if you do 'package require' Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=58765
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* Fix bugs with the tixGrid widgetJean-Marc Zucconi2000-08-101-0/+71
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=31468
* 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