Commit Graph

55 Commits

Author SHA1 Message Date
David W. Chapman Jr.
4d766afb12 Add support for building without X11 support
PR:		28727
Submitted by:	khera@kciLink.com
2001-11-24 20:04:18 +00:00
Dima Dorfman
125d541dec Refer to the distfile with an explicit version number instead of
invariably downloading the latest one.  This (a) unbreaks this port
until somebody updates it to 5.33.0, and (b) prevents this port from
automatically being broken when a new version comes out due to
checksum mismatch.
2001-10-07 17:16:46 +00:00
Mark Murray
b5d0261e75 Update to use tcl/tk 8.3.
Approved by:	maintainer
2001-03-13 09:33:29 +00:00
OKAZAKI Tetsurou
2ab806dba8 Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org.
PR:           23796
Submitted by: Jonathan Pennington <john@coastalgeology.org>
2000-12-25 11:54:08 +00:00
Chris D. Faulhaber
65e943be4a Correct link (libexpect532.so.2 -> libexpect532.so.1)
Submitted by:	Frank McConnell <fmc@reanimators.org>
2000-08-12 22:57:57 +00:00
Chris D. Faulhaber
276fd0de4a Update port to 5.32.1
PR:		20132, 20517
Submitted by:	James Howard <howardjp@wam.umd.edu>
		Frank McConnell <fmc@reanimators.org>
2000-08-12 11:33:18 +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
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Steve Price
aabe807d83 Update to version 5.31.8. 2000-05-28 03:22:26 +00:00
Kris Kennaway
2389b56104 Unbreak by updating to expect 5.31.5
Noticed by:	bento
2000-04-24 08:48:47 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Chris D. Faulhaber
be05ad8a58 Update expect to 5.31.4 (fixes invalid MD5 checksum due to non-versioned
DISTFILES)
2000-02-21 21:54:30 +00:00
Dirk Froemberg
64981bca23 ports@freebsd.org -> ports@FreeBSD.org 2000-02-13 17:09:11 +00:00
Chris D. Faulhaber
99a03ff051 Fix configure under 3.x when autoconf is not installed
Found by:	bento
2000-01-07 00:09:18 +00:00
Steve Price
b4a01043ad Update to version 5.31.
PR:		14577
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-01 00:38:05 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Chris Piazza
17f522ca5c Update to version 5.30
PR:		13242
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-19 03:19:03 +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
Steve Price
40e26efbb5 Update to version 5.28.
PR:		8173
Submitted by:	Brain Handy <handy@physics.montana.edu>
1998-10-10 04:07:07 +00:00
Steve Price
995cde8e96 Convert to ELF. 1998-10-05 05:02:34 +00:00
Satoshi Asami
41637d4447 tk80 has been ELFized. 1998-09-25 10:05:14 +00:00
Satoshi Asami
425447f07e Typo.
PR:		8026
1998-09-22 18:52:16 +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
Steve Price
643e47f7a7 distfile location changed.
PR:		6976
Submitted by:	Brett Taylor <brett@peleton.physics.montana.edu>
1998-06-28 23:25:51 +00:00
Steve Price
bf59294b06 Update to version 5.26 and portlint clean.
PR:		6742
Submitted by:	Brian Handy <handy@lambic.lmsal.com>
1998-05-25 20:01:14 +00:00
Satoshi Asami
4a958c06ab Make the Makefiles of japanese/expect and lang/expect cooperate better
with each other (and hopefully easier to maintain in the future).
Basically, list everything in the regular orders on both Makefiles,
and use ?= in lang/expect/Makefile for variables we want to be
overridden.

PR:		5770
1998-02-18 06:28:34 +00:00
Bill Fenner
74415cb48c Ever since the port survey started checking in June, 1997, the FTP
server has not allowed a connection - so, remove it from MASTER_SITES.
1998-01-27 01:11:47 +00:00
Satoshi Asami
866b2d107f No need to depend on tcl, the tk dependency and the chained-dependency
rules in bsd.port.mk already does that for you.
1997-12-29 11:42:10 +00:00
Thomas Gellekum
b98e871361 Freeze shared lib version number, as requested by Satoshi.
Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need
the BUILD_DEPENDS.
1997-12-05 10:58:55 +00:00
Satoshi Asami
fd6b25ef6f Expect wants to pick up tcl80 and tk80 from the build dirs. 1997-11-10 11:27:34 +00:00
Satoshi Asami
20d3bba3a3 A little patch to enable us to selectively disable manpage specification
(needed for japanese/expect, which includes this Makefile, but doesn't
install the English manpages).

PR		4786 (second patch)
Submitted by:	taguchi@tohoku.iij.ad.jp
1997-10-17 05:27:40 +00:00
David E. O'Brien
7c1b1e9206 oops, previous commit should be: fix my typo 1997-10-11 22:37:55 +00:00
David E. O'Brien
b7828f6cec Missing a file. 1997-10-11 22:32:00 +00:00
David E. O'Brien
49bc16c874 Make this use an installed tcl80/tk80 rather than requireing a fully
populated PORTDIR/{tcl80,tk80}.
1997-10-11 22:26:28 +00:00
Mark Murray
645ac20526 Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks to
portlint!)
1997-10-11 12:39:01 +00:00
Paul Traina
b1086e9873 Remove dependancy on tk4.1, it works just fine with later versions. 1997-07-07 08:25:10 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
Satoshi Asami
085a400cb1 Upgrade to 5.22.0. Closes PR ports/2935.
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1997-03-11 11:42:22 +00:00
Satoshi Asami
3bff7781cb Use installed header files. 1997-01-19 14:13:26 +00:00
Masafumi Max NAKANE
0103e71f40 Upgrade, 5.21.6 -> 5.21.7. 1997-01-06 10:56:06 +00:00
Peter Wemm
7cbc880b8f oops, forgot to include the invisible "micro version" in the "version
required" field in the makefile comments.
1996-12-16 12:12:59 +00:00
Masafumi Max NAKANE
1958fc5e8e No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined. 1996-12-07 19:58:09 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
David E. O'Brien
d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
Peter Wemm
d6260f5c6b Update to expect-5.21
This uses tk4.1 and the tcl7.5 in the source tree.
1996-10-30 09:46:20 +00:00
Satoshi Asami
05a7b89832 The latest change (adding DEPENDS) made expect build and install
tcl/tk even if they are properly found by LIB_DEPENDS.  Make it
only extract in that case.

While I'm here, make expect and expectk link with shared tcl/tk libs.
expectk used to be a 1/2 MB binary!  (now it's 136KB)

I'd also rather change `-g' to whatever CFLAGS defined in
/etc/make.conf, but the author of expect has an explicit comment in
the Makefile about him not trusting compilers' optimization.  Well,
if you say so.
1996-02-07 09:36:53 +00:00
Jordan K. Hubbard
3c7092ffce The version of expect on nist was upgraded to 5.19 without changing
the filename.  Sigh!
1996-02-07 05:10:30 +00:00
Mark Murray
e2c8d7869b Bring this port up-to-date. It had no package info and was based on an old
tarball.
PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
1995-12-07 22:18:39 +00:00
Satoshi Asami
5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00
Jeffrey Hsu
9d240ae4dd Upgrade to 5.16. 1995-05-09 08:52:26 +00:00