summaryrefslogtreecommitdiff
path: root/lang/expect/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 5.31.Steve Price1999-11-011-18/+10
| | | | | | | | PR: 14577 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22754
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Update to version 5.30Chris Piazza1999-08-191-9/+9
| | | | | | | | PR: 13242 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20807
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-6/+8
| | | | | | | | 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
* Update to version 5.28.Steve Price1998-10-101-6/+6
| | | | | | | | PR: 8173 Submitted by: Brain Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=13823
* Convert to ELF.Steve Price1998-10-051-2/+9
| | | | Notes: svn path=/head/; revision=13663
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* Typo.Satoshi Asami1998-09-221-2/+2
| | | | | | | PR: 8026 Notes: svn path=/head/; revision=13328
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* distfile location changed.Steve Price1998-06-281-2/+2
| | | | | | | | PR: 6976 Submitted by: Brett Taylor <brett@peleton.physics.montana.edu> Notes: svn path=/head/; revision=11595
* Update to version 5.26 and portlint clean.Steve Price1998-05-251-9/+6
| | | | | | | | PR: 6742 Submitted by: Brian Handy <handy@lambic.lmsal.com> Notes: svn path=/head/; revision=11142
* Make the Makefiles of japanese/expect and lang/expect cooperate betterSatoshi Asami1998-02-181-10/+7
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=9789
* Ever since the port survey started checking in June, 1997, the FTPBill Fenner1998-01-271-3/+2
| | | | | | | server has not allowed a connection - so, remove it from MASTER_SITES. Notes: svn path=/head/; revision=9474
* No need to depend on tcl, the tk dependency and the chained-dependencySatoshi Asami1997-12-291-3/+2
| | | | | | | rules in bsd.port.mk already does that for you. Notes: svn path=/head/; revision=9220
* Freeze shared lib version number, as requested by Satoshi.Thomas Gellekum1997-12-051-3/+1
| | | | | | | | Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need the BUILD_DEPENDS. Notes: svn path=/head/; revision=9000
* Expect wants to pick up tcl80 and tk80 from the build dirs.Satoshi Asami1997-11-101-1/+3
| | | | Notes: svn path=/head/; revision=8564
* A little patch to enable us to selectively disable manpage specificationSatoshi Asami1997-10-171-1/+4
| | | | | | | | | | | (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 Notes: svn path=/head/; revision=8302
* oops, previous commit should be: fix my typoDavid E. O'Brien1997-10-111-1/+1
| | | | Notes: svn path=/head/; revision=8220
* Missing a file.David E. O'Brien1997-10-111-2/+2
| | | | Notes: svn path=/head/; revision=8219
* Make this use an installed tcl80/tk80 rather than requireing a fullyDavid E. O'Brien1997-10-111-5/+5
| | | | | | | populated PORTDIR/{tcl80,tk80}. Notes: svn path=/head/; revision=8218
* Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks toMark Murray1997-10-111-11/+15
| | | | | | | portlint!) Notes: svn path=/head/; revision=8214
* Remove dependancy on tk4.1, it works just fine with later versions.Paul Traina1997-07-071-6/+8
| | | | Notes: svn path=/head/; revision=7229
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Upgrade to 5.22.0. Closes PR ports/2935.Satoshi Asami1997-03-111-5/+5
| | | | | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5936
* Use installed header files.Satoshi Asami1997-01-191-8/+4
| | | | Notes: svn path=/head/; revision=5385
* Upgrade, 5.21.6 -> 5.21.7.Masafumi Max NAKANE1997-01-061-2/+3
| | | | Notes: svn path=/head/; revision=5233
* oops, forgot to include the invisible "micro version" in the "versionPeter Wemm1996-12-161-2/+2
| | | | | | | required" field in the makefile comments. Notes: svn path=/head/; revision=4985
* No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.Masafumi Max NAKANE1996-12-071-2/+1
| | | | Notes: svn path=/head/; revision=4876
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+5
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-5/+5
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Update to expect-5.21Peter Wemm1996-10-301-12/+13
| | | | | | | This uses tk4.1 and the tcl7.5 in the source tree. Notes: svn path=/head/; revision=4197
* The latest change (adding DEPENDS) made expect build and installSatoshi Asami1996-02-071-2/+10
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=2687
* The version of expect on nist was upgraded to 5.19 without changingJordan K. Hubbard1996-02-071-2/+3
| | | | | | | the filename. Sigh! Notes: svn path=/head/; revision=2682
* Bring this port up-to-date. It had no package info and was based on an oldMark Murray1995-12-071-3/+6
| | | | | | | | tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT! Notes: svn path=/head/; revision=2541
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Upgrade to 5.16.Jeffrey Hsu1995-05-091-2/+2
| | | | Notes: svn path=/head/; revision=1668
* Update of lang Makefiles....Satoshi Asami1995-04-151-4/+5
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* This is now version 5.13Jordan K. Hubbard1995-01-051-2/+2
| | | | Notes: svn path=/head/; revision=708
* Expect 5.12 portPaul Traina1994-11-151-0/+17
Notes: svn path=/head/; revision=383