Date: Sun, 1 Jan 2012 15:29:37 GMT From: Vitaly Magerya <vmagerya@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163752: [maintainer] lang/stklos: update to 1.10 (with tinderbox logs) Message-ID: <201201011529.q01FTbN5064994@red.freebsd.org> Resent-Message-ID: <201201011530.q01FUCaH084182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163752 >Category: ports >Synopsis: [maintainer] lang/stklos: update to 1.10 (with tinderbox logs) >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 Jan 01 15:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: >Organization: >Environment: >Description: Update lang/stklos from 1.01 to 1.10. Note stklos is broken (i.e. hangs) on FreeBSD 9.x and newer; this update does not change this fact. It seems that devel/boehm-gc is the reason for the hang. I'll investigate this issue further, but there's no solution for now. This update passes redports.org tinderbox tests, you can see the results at [1]. [1] http://redports.org/buildarchive/20120101151343-47477/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 936) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (stklos-1.01.tar.gz) = 4917eb6151376959ceff1bfb7e9ce9e8df5d4634898f0633d16780e347aad18a -SIZE (stklos-1.01.tar.gz) = 5865061 +SHA256 (stklos-1.10.tar.gz) = 215e6e6ffcf7751be5f0c114f83286f99e556e089ca1b0ee66f54dd1be080de4 +SIZE (stklos-1.10.tar.gz) = 6097807 Index: pkg-plist =================================================================== --- pkg-plist (revision 936) +++ pkg-plist (working copy) @@ -78,6 +78,7 @@ %%DATADIR%%/%%VERSION%%/pp.stk %%DATADIR%%/%%VERSION%%/process.stk %%DATADIR%%/%%VERSION%%/r5rs.stk +%%DATADIR%%/%%VERSION%%/r7rs.stk %%DATADIR%%/%%VERSION%%/readline.stk %%DATADIR%%/%%VERSION%%/recette.ostk %%DATADIR%%/%%VERSION%%/recette.stk @@ -143,6 +144,7 @@ %%DATADIR%%/%%VERSION%%/srfi-9.stk %%DATADIR%%/%%VERSION%%/srfi-96.ostk %%DATADIR%%/%%VERSION%%/srfi-96.stk +%%DATADIR%%/%%VERSION%%/str.stk %%DATADIR%%/%%VERSION%%/struct.stk %%DATADIR%%/%%VERSION%%/tar.ostk %%DATADIR%%/%%VERSION%%/tar.stk Index: Makefile =================================================================== --- Makefile (revision 936) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= stklos -PORTVERSION= 1.01 +PORTVERSION= 1.10 CATEGORIES= lang scheme MASTER_SITES= http://www.stklos.net/download/ \ ftp://kaolin.essi.fr/pub/STklos/ @@ -17,7 +17,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ pcre.0:${PORTSDIR}/devel/pcre \ ffi.5:${PORTSDIR}/devel/libffi \ - gc.1:${PORTSDIR}/devel/boehm-gc-threaded + gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded ONLY_FOR_ARCHS= i386 amd64 @@ -47,6 +47,9 @@ -e 's|-@VERSION@||' \ -e 's|^man_MANS = |man_MANS = stklos-pkg.1 |' \ ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e 's|; make|; $$(MAKE)|' \ + ${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/Makefile.am \ + ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/Makefile.am .if defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \ @@ -54,4 +57,8 @@ ${WRKSRC}/doc/Makefile.in .endif +regression-test: build + (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ + ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) + .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201011529.q01FTbN5064994>