Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the bzip2 version of the distfile. It saves almost 3meg. | obrien | 1998-12-05 | 40 | -100/+220 |
| | |||||
* | EGCS 1.1.1 *Release* is out. | obrien | 1998-12-05 | 40 | -220/+260 |
| | |||||
* | Fix configure scripts to it correctly detects an ELF system w/o having to | obrien | 1998-12-04 | 2 | -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 formed | obrien | 1998-12-04 | 20 | -60/+60 |
| | | | | GNU description string. | ||||
* | Add ":install" at end of DEPENDS line -- it's the default, but just | asami | 1998-12-04 | 1 | -2/+2 |
| | | | | to make it clear. | ||||
* | Update squeak to version 2.2. | nectar | 1998-12-03 | 11 | -97/+134 |
| | |||||
* | Mark this broken while nectar works on upgrade after repo copy. | asami | 1998-12-03 | 2 | -2/+4 |
| | |||||
* | More MASTER_SITES | cracauer | 1998-12-02 | 2 | -17/+12 |
| | | | | | | Compacting DESCR Yes, I still plan to ELFify this one... | ||||
* | More MASTER_SITES | cracauer | 1998-12-02 | 1 | -2/+3 |
| | | | | Make portlint happy | ||||
* | "upgrade" to EGCS egcs-1.1.1-prerelease-3. | obrien | 1998-12-02 | 60 | -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 copyright | asami | 1998-12-02 | 30 | -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 denote | asami | 1998-12-01 | 6 | -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. | asami | 1998-11-28 | 1 | -1/+2 |
| | |||||
* | More USE_XLIBs. | asami | 1998-11-28 | 1 | -1/+2 |
| | |||||
* | A few more USE_XLIBs. | asami | 1998-11-28 | 3 | -3/+6 |
| | |||||
* | Create ${PREFIX}/bin before cat'ing a file into it. | asami | 1998-11-28 | 4 | -0/+4 |
| | |||||
* | This port requires X to compile, so define USE_XLIB. | asami | 1998-11-27 | 1 | -1/+2 |
| | |||||
* | Escape quote. | asami | 1998-11-26 | 1 | -2/+2 |
| | |||||
* | * Update checksum for distribution. | nectar | 1998-11-24 | 4 | -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. | jkoshy | 1998-11-22 | 2 | -10/+18 |
| | |||||
* | Add virtual category elisp. | kuriyama | 1998-11-20 | 1 | -2/+2 |
| | | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> | ||||
* | Upgrade to 3.0.3. | tg | 1998-11-20 | 2 | -6/+6 |
| | |||||
* | Upgrade to v110.9.1. Unbreak. | jkoshy | 1998-11-20 | 12 | -94/+562 |
| | |||||
* | gyve is broken with guile-1.3. Marking it and everything that | billf | 1998-11-17 | 1 | -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 change | asami | 1998-11-14 | 2 | -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 with | asami | 1998-11-13 | 1 | -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.mk | obrien | 1998-11-13 | 20 | -80/+140 |
| | |||||
* | i386 => ${ARCH} | obrien | 1998-11-13 | 21 | -84/+84 |
| | | | | Requested by: imp | ||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 25 | -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. | asami | 1998-11-11 | 2 | -4/+319 |
| | |||||
* | fix for 3.0 ELF | obrien | 1998-11-10 | 3 | -9/+14 |
| | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> | ||||
* | Pass the GNUARCH value to `configure' to force the detection of an ELF system. | obrien | 1998-11-10 | 1 | -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. | steve | 1998-11-10 | 1 | -1/+2 |
| | |||||
* | Update to version 98.10.20. | steve | 1998-11-10 | 6 | -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. | steve | 1998-11-10 | 1 | -2/+1 |
| | |||||
* | Make this file match reality. | asami | 1998-11-09 | 1 | -4/+4 |
| | |||||
* | Update to version 3.34. | steve | 1998-11-09 | 6 | -68/+139 |
| | | | | | PR: 8551 Submitted by: maintainer | ||||
* | Use a one-liner more in accord with reality. | rnordier | 1998-11-04 | 1 | -1/+1 |
| | |||||
* | Fix tcc -g option for ELF. | rnordier | 1998-11-04 | 1 | -0/+7 |
| | | | | Reported by: jmz | ||||
* | Update to CMUCL version 18b | cracauer | 1998-11-02 | 3 | -14/+9 |
| | |||||
* | Change the version number of guile. | vanilla | 1998-10-27 | 1 | -2/+2 |
| | |||||
* | Put *.scm on the right place. | vanilla | 1998-10-26 | 2 | -110/+110 |
| | |||||
* | Upgrade to 1.3. | vanilla | 1998-10-26 | 3 | -31/+51 |
| | |||||
* | No need to use += for variables defined only once. | asami | 1998-10-26 | 1 | -2/+2 |
| | |||||
* | Unbreak; make work with tcl8.0. | markm | 1998-10-25 | 2 | -6/+4 |
| | |||||
* | enable gawk | andreas | 1998-10-21 | 1 | -1/+2 |
| | |||||
* | New port gawk | andreas | 1998-10-21 | 5 | -0/+24 |
| | |||||
* | Remove empty directories on deinstall. | steve | 1998-10-20 | 1 | -0/+1 |
| | |||||
* | Cleanup up empty directories on deinstall. | steve | 1998-10-20 | 1 | -0/+8 |
| | |||||
* | Unbreak. | jseger | 1998-10-14 | 1 | -2/+2 |
| | | | | Submitted by: steve |