summaryrefslogtreecommitdiff
path: root/lang/gcl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | | | | | cd unixport; make saved_gcl) ../xbin/if-exists /usr/u9/wfs/schelter "../xbin/inc-version" ../xbin/if-exists saved_gcl "rm -f saved_gcl" cat init_gcl.lsp | sed -e "s"DATE"Version(`cat ../majvers`.`cat ../minvers`) `date`g" -e 'ssaved_gclsaved_gclg' -e 'slinks t)links t)(setq compiler::*cc* "gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I/usr/ports/lang/gcl/work/gcl-2.2.2/o -I/usr/local/lib/gcl-2.2.2/h -fsigned-char")(si::build-symbol-table)g' -e "sGCLDIR/usr/ports/lang/gcl/work/gcl-2.2.2g" -e "s(defun lisp-imp(setq si::*gcl-version* `cat ../minvers` si::*gcl-major-version* `cat ../majvers`)(defun lisp-impg" -e "s:GCL-1:GCL-"`cat ../majvers`":g" > foo ../unixport/raw_gcl ../unixport/ -libdir /usr/ports/lang/gcl/work/gcl-2.2.2/ < foo GCL (GNU Common Lisp) April 1994 32768 pages Unrecoverable error: GBC is not enabled. Abort trap - core dumped *** Error code 134 Notes: svn path=/head/; revision=13977
* Handle info files.Thomas Gellekum1997-10-135-13/+158
| | | | | | | Submitted by: Justin M. Seger <jseger@freebsd.org> Notes: svn path=/head/; revision=8237
* <expletive> Forgot to cvs add/remove these.Thomas Gellekum1997-10-073-0/+20
| | | | Notes: svn path=/head/; revision=8153
* Upgrade to 2.2.2.Thomas Gellekum1997-10-078-217/+67
| | | | | | | | PR: 4699 Submitted by: Justin M. Seger <jseger@freebsd.scds.com> Notes: svn path=/head/; revision=8152
* Well, I did my best to try to make this thing compile but it seemsSatoshi Asami1997-03-052-1/+29
| | | | | | | | | to require and older version of tcl/tk. Given that the latest version (called 2.2, as opposed to 2.0 that we have) is timestamped November '95, we may not have much hope. :( Notes: svn path=/head/; revision=5852
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | 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-2/+5
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* 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
* Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami1995-04-241-8/+2
| | | | | | | executables along the way. Notes: svn path=/head/; revision=1522
* Upgrade to gcl 2.0.Jeffrey Hsu1995-04-164-51/+159
| | | | Notes: svn path=/head/; revision=1409
* Upgrade to gcl 2.0.Jeffrey Hsu1995-04-161-1/+1
| | | | | | | FreeBSD files now part of standard distribution. Notes: svn path=/head/; revision=1408
* Update of lang Makefiles....Satoshi Asami1995-04-151-2/+3
| | | | 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
* Minor performance tweak. Take out -O from default CFLAGS so it doesn'tJeffrey Hsu1995-03-051-0/+19
| | | | | | | override -O2 from preceding OFLAG. Notes: svn path=/head/; revision=1091
* Use csh instead of sh to work around bug w/ tty handling. Pointed outJeffrey Hsu1995-02-161-4/+31
| | | | | | | by pw@snoopy.MV.COM. Notes: svn path=/head/; revision=993
* gcl - GNU Common LispJeffrey Hsu1995-02-126-0/+55
Notes: svn path=/head/; revision=956