summaryrefslogtreecommitdiff
path: root/lang/gcl
AgeCommit message (Collapse)Author
2000-02-27Mark this broken for -CURRENT.Brian Feldman
1999-11-25Unbreak and upgrade to gcl-2.3Justin M. Seger
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-06-05Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro
in bsd.port.mk and this helps to unify the check and install.
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner
1998-10-14Mark BROKEN for ELF:Justin M. Seger
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
1997-10-13Handle info files.Thomas Gellekum
Submitted by: Justin M. Seger <jseger@freebsd.org>
1997-10-07<expletive> Forgot to cvs add/remove these.Thomas Gellekum
1997-10-07Upgrade to 2.2.2.Thomas Gellekum
PR: 4699 Submitted by: Justin M. Seger <jseger@freebsd.scds.com>
1997-03-05Well, I did my best to try to make this thing compile but it seemsSatoshi Asami
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. :(
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
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-12CATAGORIES+= -> CATAGORIES=David E. O'Brien
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
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!
1995-11-22Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami
which appeared in some of them, everything here is a programming language! :)
1995-04-24Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami
executables along the way.
1995-04-16Upgrade to gcl 2.0.Jeffrey Hsu
1995-04-16Upgrade to gcl 2.0.Jeffrey Hsu
FreeBSD files now part of standard distribution.
1995-04-15Update of lang Makefiles....Satoshi Asami
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
1995-03-05Minor performance tweak. Take out -O from default CFLAGS so it doesn'tJeffrey Hsu
override -O2 from preceding OFLAG.
1995-02-16Use csh instead of sh to work around bug w/ tty handling. Pointed outJeffrey Hsu
by pw@snoopy.MV.COM.
1995-02-12gcl - GNU Common LispJeffrey Hsu