summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Use the bzip2 version of the distfile. It saves almost 3meg.obrien1998-12-0540-100/+220
|
* EGCS 1.1.1 *Release* is out.obrien1998-12-0540-220/+260
|
* Fix configure scripts to it correctly detects an ELF system w/o having toobrien1998-12-042-0/+30
| | | | | | be forced. Submitted by: Niall Smart <nialls@euristix.ie> (w/changes by me)
* Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formedobrien1998-12-0420-60/+60
| | | | GNU description string.
* Add ":install" at end of DEPENDS line -- it's the default, but justasami1998-12-041-2/+2
| | | | to make it clear.
* Update squeak to version 2.2.nectar1998-12-0311-97/+134
|
* Mark this broken while nectar works on upgrade after repo copy.asami1998-12-032-2/+4
|
* More MASTER_SITEScracauer1998-12-022-17/+12
| | | | | | Compacting DESCR Yes, I still plan to ELFify this one...
* More MASTER_SITEScracauer1998-12-021-2/+3
| | | | Make portlint happy
* "upgrade" to EGCS egcs-1.1.1-prerelease-3.obrien1998-12-0260-300/+220
| | | | | | Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs. the snapshot this is replacing (egcs rev 2.92.x). However people have reported less problems with 1.1.1-prerel than the current snapshots.
* Make sure PLIST is correct whether you have source or not. Add copyrightasami1998-12-0230-45/+135
| | | | | | file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-12-016-6/+18
| | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
* A few more USE_XLIBs.asami1998-11-281-1/+2
|
* More USE_XLIBs.asami1998-11-281-1/+2
|
* A few more USE_XLIBs.asami1998-11-283-3/+6
|
* Create ${PREFIX}/bin before cat'ing a file into it.asami1998-11-284-0/+4
|
* This port requires X to compile, so define USE_XLIB.asami1998-11-271-1/+2
|
* Escape quote.asami1998-11-261-2/+2
|
* * Update checksum for distribution.nectar1998-11-244-36/+65
| | | | | | | | * Fix for ELF. * Fix misuse of errno as a structure member name (original author notified). * Build and install both static and shared libraries. * Move install target from port Makefile to files/Makefile.
* Clean up MASTER_SITES. Remove unneeded patch.jkoshy1998-11-222-10/+18
|
* Add virtual category elisp.kuriyama1998-11-201-2/+2
| | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Upgrade to 3.0.3.tg1998-11-202-6/+6
|
* Upgrade to v110.9.1. Unbreak.jkoshy1998-11-2012-94/+562
|
* gyve is broken with guile-1.3. Marking it and everything thatbillf1998-11-171-1/+3
| | | | | | | depends on it as BROKEN. PR: ports/8618 Submitted by: Yukihiro Nakai <nakai@TokyoNet.AD.JP>
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-142-16/+19
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh withasami1998-11-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
* switch to new pre/post bsd.port.mkobrien1998-11-1320-80/+140
|
* i386 => ${ARCH}obrien1998-11-1321-84/+84
| | | | Requested by: imp
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-1125-176/+171
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Expand lib/stk directory properly. Use PLIST_SUB to encode info.asami1998-11-112-4/+319
|
* fix for 3.0 ELFobrien1998-11-103-9/+14
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Pass the GNUARCH value to `configure' to force the detection of an ELF system.obrien1998-11-101-6/+14
| | | | | | | (I still intend to fix the bug in the script that misses an ELF system for an a.out one) Current fix submitted by: "Alec Wolman" <wolman@cs.washington.edu>
* Turn on nawk port.steve1998-11-101-1/+2
|
* Update to version 98.10.20.steve1998-11-106-30/+192
| | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* The kawk port has been repository-copied to nawk.steve1998-11-101-2/+1
|
* Make this file match reality.asami1998-11-091-4/+4
|
* Update to version 3.34.steve1998-11-096-68/+139
| | | | | PR: 8551 Submitted by: maintainer
* Use a one-liner more in accord with reality.rnordier1998-11-041-1/+1
|
* Fix tcc -g option for ELF.rnordier1998-11-041-0/+7
| | | | Reported by: jmz
* Update to CMUCL version 18bcracauer1998-11-023-14/+9
|
* Change the version number of guile.vanilla1998-10-271-2/+2
|
* Put *.scm on the right place.vanilla1998-10-262-110/+110
|
* Upgrade to 1.3.vanilla1998-10-263-31/+51
|
* No need to use += for variables defined only once.asami1998-10-261-2/+2
|
* Unbreak; make work with tcl8.0.markm1998-10-252-6/+4
|
* enable gawkandreas1998-10-211-1/+2
|
* New port gawkandreas1998-10-215-0/+24
|
* Remove empty directories on deinstall.steve1998-10-201-0/+1
|
* Cleanup up empty directories on deinstall.steve1998-10-201-0/+8
|
* Unbreak.jseger1998-10-141-2/+2
| | | | Submitted by: steve
OpenPOWER on IntegriCloud