head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.6
	RELEASE_3_2_0:1.6
	RELEASE_3_1_0:1.6
	RELEASE_2_2_8:1.6
	RELEASE_3_0_0:1.6
	RELEASE_2_2_7:1.6
	RELEASE_2_2_6:1.5
	RELEASE_2_2_5:1.5
	RELEASE_2_2_1:1.5
	RELEASE_2_2_2:1.5
	schemetoc_15mar93jfb:1.1.1.1
	DEC:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2000.06.15.17.59.19;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.03.01.09.57.06;	author tg;	state Exp;
branches;
next	1.6;

1.6
date	98.05.05.13.17.20;	author tg;	state Exp;
branches;
next	1.5;

1.5
date	95.11.13.13.06.36;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	95.06.24.11.39.46;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	95.04.25.01.05.45;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	94.12.31.03.48.36;	author swallace;	state Exp;
branches;
next	1.1;

1.1
date	94.12.29.23.35.46;	author swallace;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.12.29.23.35.47;	author swallace;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Third round of INSTALL_SHLIBS=yes fixes.
@
text
@bin/sci
bin/scc
bin/sccomp
bin/scixl
lib/libsc.a
lib/libsc_p.a
lib/libsc.so
lib/libsc.so.1
lib/libscxl.a
lib/libscxl.so
lib/libscxl.so.1
lib/schemetoc/doc/README.FreeBSD
lib/schemetoc/doc/embedded.psf
lib/schemetoc/doc/hello.sc
lib/schemetoc/doc/index.psf
lib/schemetoc/doc/intro.psf
lib/schemetoc/doc/puzzle.sc
lib/schemetoc/doc/r4rs.psf
lib/schemetoc/doc/smithnotes.psf
lib/schemetoc/doc/test.sc
lib/schemetoc/objects.h
lib/schemetoc/options.h
lib/schemetoc/predef.sc
@@dirrm lib/schemetoc/doc
@@dirrm lib/schemetoc
@


1.7
log
@- Convert to ELF.
- Support CC/CFLAGS/PREFIX.

PR:		16677
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@a11 2
@@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@


1.6
log
@Execute `ldconfig -R' at the pkg_delete step.

PR:		6281
Submitted by:	SADA Kenji <sada@@e-mail.ne.jp>
@
text
@d5 23
a27 10
man/man1/sci.1.gz
man/man1/scc.1.gz
lib/schemetoc
lib/libsc.so.1.0
lib/libscxl.so.1.0
@@exec /sbin/ldconfig -m %B
@@unexec /sbin/ldconfig -R
@@exec /usr/bin/ranlib %D/lib/schemetoc/libsc.a
@@exec /usr/bin/ranlib %D/lib/schemetoc/libsc_p.a
@@exec /usr/bin/ranlib %D/lib/schemetoc/scxl.a
@


1.5
log
@Add missing %D.
@
text
@d11 1
@


1.4
log
@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! :)
@
text
@a0 1
@@cwd /usr/local
d10 4
a13 4
@@exec ldconfig -m %B
@@exec ranlib lib/schemetoc/libsc.a
@@exec ranlib lib/schemetoc/libsc_p.a
@@exec ranlib lib/schemetoc/scxl.a
@


1.3
log
@No ldconfig's from ports, please.... :<
@
text
@d11 1
@


1.2
log
@Added shared library support.
Submitted by:	jmacd@@uclink.berkeley.edu
@
text
@a13 1
@@exec ldconfig
@


1.1
log
@Initial revision
@
text
@a5 1
bin/sccxl
a7 2
man/man1/scixl.1.gz
man/man1/sccxl.1.gz
d9 6
@


1.1.1.1
log
@Scheme to C compiler and interpreter - 15mar93
Submitted by:	jmacd@@uclink.berkeley.edu (Josh MacDonald)
@
text
@@
