Commit graph

57 commits

Author SHA1 Message Date
Joerg Wunsch
85dcae440d Also update the pkg-plist I forgot in my last commit.
Approved by:	portmgr
2003-12-04 20:37:02 +00:00
Joerg Wunsch
e08bd0dcc6 Bring the tix toolkit up to tcl/tk 8.4.
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)
2003-11-28 10:25:02 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Jean-Marc Zucconi
bdb7d2aab2 Link the library with -lX11 -ltk82 so that the tix library can be loaded
safely from a tk program.

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2002-05-10 01:13:46 +00:00
Jean-Marc Zucconi
b670cdcc7c Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. This
allows Tcl to find Tix if you do 'package require'

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2002-05-08 23:17:17 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Jean-Marc Zucconi
1c6f65fc23 Fix bugs with the tixGrid widget
Submitted by:	joerg
2000-08-10 03:21:44 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Jean-Marc Zucconi
238e0e0151 Writable strings must be declared 'char foo[]=...', not 'char *foo=...' 2000-02-17 20:17:13 +00:00
Jean-Marc Zucconi
cc6a88371d Back out previous changes to work around tixwish core dumps. The right
fix is now in patch-ad.
Set MAINTAINER to jmz.
2000-02-17 20:15:04 +00:00
Jean-Marc Zucconi
4bba7fd948 Fix again the problem with tixwish core dumping. I thought it was resolved
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
2000-02-10 23:57:23 +00:00
Jean-Marc Zucconi
440b85cc8b Move tixwish man page from mann/ to man1/. This fixes `make package' 1999-12-09 22:13:15 +00:00
Satoshi Asami
9ba27af601 Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed. 1999-12-09 16:16:26 +00:00
Jean-Marc Zucconi
7a2c4ae39e Unbreak the update to to use Tcl/Tk 8.2. The key is to compile with
-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.)
1999-12-05 06:46:34 +00:00
Steve Price
9137edd69f As Ade Lovett and Jean-Marc Zucconi noted this port dumps core after
the upgrade to Tk8.2.  Mark broken until a fix is found.
1999-12-04 18:20:06 +00:00
Steve Price
23f2c1a9b2 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-29 03:56:34 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Michael Haro
18ffc9c89a W * 10 + W + W * 100 = WWW * 10 + : = WWW: 1999-05-03 04:51:20 +00:00
Michael Haro
73f72fed3b Make port install shared library as library.so.1 and not just library
Also change mv to ${CP} in makefile to support make reinstall
1999-05-02 06:01:36 +00:00
David E. O'Brien
abe5dee8d1 Really fix it this time. 1999-04-24 21:20:41 +00:00
Satoshi Asami
dd15df7340 Remove whitespace before end of line, change 8 spaces to tab at beginning
of line.
1999-04-12 08:53:11 +00:00
David E. O'Brien
661abcace0 A cleaner fix for the mis-naming of the libs. 1999-04-07 11:03:11 +00:00
David E. O'Brien
4977ce0e47 A major, MAJOR hack to get the libs named correctly. 1999-04-07 10:14:24 +00:00
David E. O'Brien
456fd7d73c Update MASTER_SITES, ftp.xpi.com is no more.
Update MD5 checksum to agree w/what is on the new master site.
1999-04-07 08:44:24 +00:00
Thomas Gellekum
87b3042446 Add some mirror sites. 1998-11-18 09:02:25 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Thomas Gellekum
65501030ed Build tix in an ELF world.
Submitted by:	Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
1998-10-06 08:05:44 +00:00
Satoshi Asami
41637d4447 tk80 has been ELFized. 1998-09-25 10:05:14 +00:00
Tim Vanderhoek
2dcbf3caf3 I eat manpages for lunch. 1998-08-20 03:41:09 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
839f94d88c Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.
1998-08-07 22:56:48 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Thomas Gellekum
8c82758f67 Back out last change, use tcl80. 1998-03-17 07:55:18 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
Thomas Gellekum
04e9f3164f Set fix library version number to 1.2. Fix minor bug in Makefile. 1997-12-02 10:55:44 +00:00
Satoshi Asami
6f39f3a4f4 Temporarily bump shared version numbers to 1.2. They are following the
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.
1997-12-02 05:13:08 +00:00
Justin M. Seger
4716b209f7 Fix PLIST typos. 1997-11-29 22:38:28 +00:00
Thomas Gellekum
f365a8b71d Distfile changed on master site.
PR:		4815
1997-10-22 07:00:25 +00:00
Thomas Gellekum
73165f9743 Upgrade to 4.1.0.006. Uses tk-8.0 now. 1997-10-01 12:19:43 +00:00
Thomas Gellekum
1f7e40d3c9 Use tcl-7.6/tk-4.2. 1997-08-20 12:12:17 +00:00
Thomas Gellekum
ed23eeaed6 Upgrade to 4.1.0.005. Fix PLIST and dependency on tcl7.5/tk4.1 along the way. 1997-07-30 06:08:45 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
Thomas Gellekum
9ebedda797 New checksum. 1997-05-06 07:41:52 +00:00
Thomas Gellekum
052c5c8af1 Build stand-alone module.
Submitted by:	jmz
1997-04-22 10:16:22 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00