1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix for just avoiding the error.

PR:		ports/22069
Submitted by:	Keith J. Jones <keith.jones@ieee.org>
This commit is contained in:
Yukihiro Nakai 2000-10-20 04:48:05 +00:00
parent 97d3d35641
commit 5704394ce8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34011
4 changed files with 23 additions and 14 deletions

View File

@ -6,15 +6,17 @@
#
PORTNAME= slib
PORTVERSION= 2c7
PORTVERSION= 2c9
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= scm
#MASTER_SITES= ${MASTER_SITE_GNU}
#MASTER_SITE_SUBDIR= scm
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
MAINTAINER= nakai@FreeBSD.org
DISTNAME= slib2c7
DISTNAME= slib2c9
BUILD_DEPENDS= scheme48:${PORTSDIR}/lang/scheme48
BUILD_DEPENDS= scheme48:${PORTSDIR}/lang/scheme48 \
scm:${PORTSDIR}/lang/scm
WRKSRC= ${WRKDIR}/slib

View File

@ -1 +1 @@
MD5 (slib2c7.zip) = 53ea05afc7ba9638d804b6cf565306ee
MD5 (slib2c9.zip) = db159efaee38d34e7c0b2395ecc7222c

View File

@ -1,6 +1,6 @@
--- Makefile.orig Sun Jan 17 11:25:23 1999
+++ Makefile Tue Aug 24 01:02:48 1999
@@ -55,10 +55,10 @@
--- Makefile.orig Sun Oct 8 12:09:41 2000
+++ Makefile Fri Oct 20 13:47:06 2000
@@ -56,11 +56,11 @@
> $(bindir)/slib48
chmod +x $(bindir)/slib48
@ -10,15 +10,24 @@
+ touch ./slibcat
-slib48: $(LIB)/slibcat Makefile
- (echo ",batch on"; \
+slib48: ./slibcat Makefile
(echo ",batch on"; \
+ -(echo ",batch on"; \
echo ",config"; \
echo ",load =scheme48/misc/packages.scm"; \
@@ -92,6 +92,7 @@
echo "(define-structure slib-primitives"; \
@@ -93,13 +93,9 @@
echo ",batch off"; \
echo ",dump $(IMAGE) \"(slib $(VERSION))\""; \
echo ",exit") | scheme48
+ touch slib48
install48: slib48
$(INSTALL_DATA) $(IMAGE) $(LIB)
- $(INSTALL_DATA) $(IMAGE) $(LIB)
- (echo '#!/bin/sh'; \
- echo exec $(RUNNABLE) -i '$(LIB)/$(IMAGE)' \"\$$\@\") \
- > $(bindir)/slib48
- chmod +x $(bindir)/slib48
#### Stuff for maintaining SLIB below ####

View File

@ -1,5 +1,3 @@
bin/slib48
lib/scheme48/slib.image
lib/scheme48/slibcat
share/slib/Bev2slib.scm
share/slib/Template.scm