summaryrefslogtreecommitdiffstats
path: root/lang/schemetoc
Commit message (Collapse)AuthorAgeFilesLines
* Reset MAINTAINER on jmacd's ports at his request.anders2002-04-221-1/+1
| | | | Approved by: jmacd
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-5/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* - Convert to ELF.tg2000-03-0116-46/+668
| | | | | | | - Support CC/CFLAGS/PREFIX. PR: 16677 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-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
* Add USE_XLIB.asami1998-12-221-1/+2
|
* Mark BROKEN for ELF:jseger1998-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
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Add missing %D.asami1995-11-131-5/+4
|
* Addasami1995-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! :)
* No ldconfig's from ports, please.... :<asami1995-04-251-1/+0
|
* MAINTAINER goes in a section of its own.asami1995-04-151-3/+4
|
* added myself as MAINTAINERjmacd1995-04-151-2/+3
|
* Update of lang Makefiles....asami1995-04-151-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I haveats1995-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).
* Log: replace main.c for patch-g, which was larger.jmacd1995-01-301-0/+1141
|
* Reviewed by:jmacd1995-01-302-2/+9
| | | | | Submitted by: jmacd Obtained from:
* Added shared library support.swallace1994-12-315-10/+41
| | | | Submitted by: jmacd@uclink.berkeley.edu
* Scheme to C compiler and interpreter - 15mar93swallace1994-12-2910-0/+990
Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald)
OpenPOWER on IntegriCloud