1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Update to 0.71.

- Add amd64 to working archs.

PR:		ports/89909
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie 2005-12-04 10:52:17 +00:00
parent e5e34689bd
commit 511f5f044e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150364
3 changed files with 16 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= stklos
PORTVERSION= 0.60
PORTVERSION= 0.71
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -17,7 +17,7 @@ COMMENT= The successor of the STk Scheme interpreter
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \
gc.1:${PORTSDIR}/devel/boehm-gc
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS= i386 amd64
USE_GMAKE= yes
USE_REINPLACE= yes
@ -26,7 +26,8 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk --disable-gnome
PLIST_SUB= VERSION="${PORTVERSION}"
MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 stklos.1
MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 stklos.1 \
stklos-install.1
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in

View File

@ -1,2 +1,3 @@
MD5 (stklos-0.60.tar.gz) = 976d611d5e7e3539c6bf878341869313
SIZE (stklos-0.60.tar.gz) = 3213763
MD5 (stklos-0.71.tar.gz) = 603d9ff70ba7cd7fb3a0f06d838cb698
SHA256 (stklos-0.71.tar.gz) = fdc4762124e5615c1f0c47ec7d7331b14665bef96c91194776da1113c4dee71b
SIZE (stklos-0.71.tar.gz) = 3595328

View File

@ -1,9 +1,13 @@
bin/stklos
bin/stklos-compile
bin/stklos-config
bin/stklos-ext-install
bin/stklos-genlex
bin/stklos-install
bin/stklos-script
include/stklos/extraconf.h
include/stklos/fport.h
include/stklos/socket.h
include/stklos/stklos.h
include/stklos/stklosconf.h
lib/stklos/%%VERSION%%/ldap.so
@ -13,7 +17,6 @@ lib/stklos/%%VERSION%%/ldap.so
%%DATADIR%%/%%VERSION%%/bb.stk
%%DATADIR%%/%%VERSION%%/bigloo.stk
%%DATADIR%%/%%VERSION%%/bonus.stk
%%DATADIR%%/%%VERSION%%/boot.img
%%DATADIR%%/%%VERSION%%/boot.stk
%%DATADIR%%/%%VERSION%%/compfile.ostk
%%DATADIR%%/%%VERSION%%/compfile.stk
@ -38,6 +41,7 @@ lib/stklos/%%VERSION%%/ldap.so
%%DATADIR%%/%%VERSION%%/lex-rt.ostk
%%DATADIR%%/%%VERSION%%/lex-rt.stk
%%DATADIR%%/%%VERSION%%/load.stk
%%DATADIR%%/%%VERSION%%/make-C-boot.stk
%%DATADIR%%/%%VERSION%%/match.ostk
%%DATADIR%%/%%VERSION%%/match.stk
%%DATADIR%%/%%VERSION%%/mbe.stk
@ -85,8 +89,12 @@ lib/stklos/%%VERSION%%/ldap.so
%%DATADIR%%/%%VERSION%%/srfi-4.stk
%%DATADIR%%/%%VERSION%%/srfi-48.ostk
%%DATADIR%%/%%VERSION%%/srfi-48.stk
%%DATADIR%%/%%VERSION%%/srfi-60.ostk
%%DATADIR%%/%%VERSION%%/srfi-60.stk
%%DATADIR%%/%%VERSION%%/srfi-7.ostk
%%DATADIR%%/%%VERSION%%/srfi-7.stk
%%DATADIR%%/%%VERSION%%/srfi-70.ostk
%%DATADIR%%/%%VERSION%%/srfi-70.stk
%%DATADIR%%/%%VERSION%%/srfi-9.ostk
%%DATADIR%%/%%VERSION%%/srfi-9.stk
%%DATADIR%%/%%VERSION%%/struct.stk