ports/89909: [MAINTAINER-UPDATE] Update lang/stklos to 0.71

Ying-Chieh Chen root at alumni.csie.nctu.edu.tw
Sun Dec 4 01:30:08 UTC 2005


>Number:         89909
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] Update lang/stklos to 0.71
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 04 01:30:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
MANA lab, CCU CS
>Environment:
System: FreeBSD amd64.yinjieh.org 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Nov 5 22:32:40 CST 2005 root at amd64.yinjieh.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

	Update lang/stklos to 0.71.
	Add amd64 architecture because I built this port on amd64
	and it seems to work fine.

	Testing on other architectures is very appreciated.
	Please commit this update, thanks!

>How-To-Repeat:

	cd /usr/ports/lang ; patch < stklos.patch
	make install clean

>Fix:

	

--- stklos.patch begins here ---
diff -ruN /usr/ports/lang/stklos/Makefile stklos/Makefile
--- /usr/ports/lang/stklos/Makefile	Thu Apr  7 03:29:24 2005
+++ stklos/Makefile	Sun Dec  4 01:46:04 2005
@@ -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 @@
 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_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
diff -ruN /usr/ports/lang/stklos/distinfo stklos/distinfo
--- /usr/ports/lang/stklos/distinfo	Thu Apr  7 03:29:24 2005
+++ stklos/distinfo	Sun Dec  4 01:22:34 2005
@@ -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
diff -ruN /usr/ports/lang/stklos/pkg-plist stklos/pkg-plist
--- /usr/ports/lang/stklos/pkg-plist	Thu Apr  7 03:29:24 2005
+++ stklos/pkg-plist	Sun Dec  4 01:53:50 2005
@@ -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 @@
 %%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 @@
 %%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 @@
 %%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
--- stklos.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list