summaryrefslogtreecommitdiff
path: root/lang/schemetoc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Add USE_XLIB.Satoshi Asami1998-12-221-1/+2
| | | | Notes: svn path=/head/; revision=15470
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | | | | ranlib Xlibsc.a gcc -O2 -c sci.c -I. -o sci.o gcc -o Xsci -O2 scdebug.o sceval.o scexpand.o scexpnd1.o scexpnd2.o scqquote.o screp.o scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o scrtuser.o scinit.o apply.o callcc.o cio.o heap.o objects.o mtraps.o x86.o sci.o -lm heap.o: In function `trace_stack_and_registers': heap.o(.text+0x8f): undefined reference to `sc_geti386regs' *** Error code 1 Stop. *** Error code 1 Notes: svn path=/head/; revision=13993
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* 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
* Add missing %D.Satoshi Asami1995-11-131-5/+4
| | | | Notes: svn path=/head/; revision=2414
* AddSatoshi Asami1995-06-242-1/+5
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* No ldconfig's from ports, please.... :<Satoshi Asami1995-04-251-1/+0
| | | | Notes: svn path=/head/; revision=1532
* MAINTAINER goes in a section of its own.Satoshi Asami1995-04-151-3/+4
| | | | Notes: svn path=/head/; revision=1371
* added myself as MAINTAINERJoshua Peck Macdonald1995-04-151-2/+3
| | | | Notes: svn path=/head/; revision=1369
* Update of lang Makefiles....Satoshi Asami1995-04-151-3/+4
| | | | 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
* Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I haveAndreas Schulz1995-03-302-3/+3
| | | | | | | | | not found a quick way to do that with a environment variable in string constant. So this ports works in the moment only with XFree3.x (X11R6) and not with XFree2.x (X11R5 <-> X386). Notes: svn path=/head/; revision=1250
* Log: replace main.c for patch-g, which was larger.Joshua Peck Macdonald1995-01-301-0/+1141
| | | | Notes: svn path=/head/; revision=856
* Reviewed by:Joshua Peck Macdonald1995-01-302-2/+9
| | | | | | | | Submitted by: jmacd Obtained from: Notes: svn path=/head/; revision=855
* Added shared library support.Steven Wallace1994-12-315-10/+41
| | | | | | | Submitted by: jmacd@uclink.berkeley.edu Notes: svn path=/head/; revision=652
* Scheme to C compiler and interpreter - 15mar93Steven Wallace1994-12-2910-0/+990
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald) Notes: svn path=/head/; revision=648