Commit Graph

19 Commits

Author SHA1 Message Date
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
Satoshi Asami
d2b8bec209 Add USE_XLIB. 1998-12-22 05:37:22 +00:00
Justin M. Seger
ce69717876 Mark BROKEN for ELF:
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
1998-10-14 04:02:27 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
David E. O'Brien
d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
Satoshi Asami
5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00
Satoshi Asami
15c9ca7f23 Add missing %D. 1995-11-13 13:06:36 +00:00
Satoshi Asami
d530b271d9 Add
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! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
61c6f42258 No ldconfig's from ports, please.... :< 1995-04-25 01:05:45 +00:00
Satoshi Asami
b450ab568d MAINTAINER goes in a section of its own. 1995-04-15 22:12:24 +00:00
Joshua Peck Macdonald
7033d7a9f5 added myself as MAINTAINER 1995-04-15 21:56:27 +00:00
Satoshi Asami
e9ccf3caed Update of lang Makefiles.... 1995-04-15 05:44:50 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
98809741d2 Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I have
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).
1995-03-30 17:03:48 +00:00
Joshua Peck Macdonald
fa55a1cc8e Log: replace main.c for patch-g, which was larger. 1995-01-30 09:34:20 +00:00
Joshua Peck Macdonald
d8b10ca05e Reviewed by:
Submitted by:	jmacd
Obtained from:
1995-01-30 09:13:52 +00:00
Steven Wallace
2a24946928 Added shared library support.
Submitted by:	jmacd@uclink.berkeley.edu
1994-12-31 03:48:36 +00:00
Steven Wallace
4ac273afbe Scheme to C compiler and interpreter - 15mar93
Submitted by:	jmacd@uclink.berkeley.edu (Josh MacDonald)
1994-12-29 23:35:47 +00:00