From owner-svn-ports-head@freebsd.org Wed Jun 26 07:45:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A01015BC024; Wed, 26 Jun 2019 07:45:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95CFC91B2A; Wed, 26 Jun 2019 07:45:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D34D52499C; Wed, 26 Jun 2019 07:45:08 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5Q7j8oU074100; Wed, 26 Jun 2019 07:45:08 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5Q7j8qi074093; Wed, 26 Jun 2019 07:45:08 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201906260745.x5Q7j8qi074093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 26 Jun 2019 07:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505143 - in head/lang/gauche: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/lang/gauche: . files X-SVN-Commit-Revision: 505143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 95CFC91B2A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2019 07:45:10 -0000 Author: danfe Date: Wed Jun 26 07:45:07 2019 New Revision: 505143 URL: https://svnweb.freebsd.org/changeset/ports/505143 Log: - Update Gauche to version 0.9.8 - Ensure that installed xDBM ports would be ignored unless explicitly selected in the OPTIONS dialog Modified: head/lang/gauche/Makefile head/lang/gauche/distinfo head/lang/gauche/files/patch-src_Makefile.in head/lang/gauche/pkg-plist Modified: head/lang/gauche/Makefile ============================================================================== --- head/lang/gauche/Makefile Wed Jun 26 07:45:03 2019 (r505142) +++ head/lang/gauche/Makefile Wed Jun 26 07:45:07 2019 (r505143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gauche -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= lang scheme MASTER_SITES= SF/${PORTNAME}/Gauche DISTNAME= Gauche-${PORTVERSION} @@ -45,9 +45,12 @@ AXTLS_CONFIGURE_ON= --with-tls=axtls EUCJP_DESC= EUC-JP encoding support EUCJP_CONFIGURE_ON= --enable-multibyte=euc-jp GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm +GDBM_CONFIGURE_ON= --with-dbm=gdbm,ndbm +GDBM_CONFIGURE_OFF= --with-dbm=ndbm MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls MBEDTLS_CONFIGURE_ON= --with-tls=mbedtls SLIB_DESC= Create catalogue for SLIB port +# Gauche's slib module to use Aubrey Jaffer's SLIB SLIB_BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib SLIB_CONFIGURE_ON= --with-slib=${LOCALBASE}/share/slib SLIB_CONFIGURE_OFF= --with-slib=${WRKDIR} @@ -68,6 +71,7 @@ CONFIGURE_ARGS+= --with-tls=none .endif post-patch: + @${REINPLACE_CMD} -e 's,/bash,/sh,' ${WRKSRC}/src/gen-features.sh # required for sparc64, no-op elsewhere @${REINPLACE_CMD} -e \ '/^VPATH = /s,$$,/src,' ${WRKSRC}/gc/Makefile.in Modified: head/lang/gauche/distinfo ============================================================================== --- head/lang/gauche/distinfo Wed Jun 26 07:45:03 2019 (r505142) +++ head/lang/gauche/distinfo Wed Jun 26 07:45:07 2019 (r505143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545335535 -SHA256 (Gauche-0.9.7.tgz) = 2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0 -SIZE (Gauche-0.9.7.tgz) = 6861031 +TIMESTAMP = 1560671305 +SHA256 (Gauche-0.9.8.tgz) = 3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b +SIZE (Gauche-0.9.8.tgz) = 7101599 Modified: head/lang/gauche/files/patch-src_Makefile.in ============================================================================== --- head/lang/gauche/files/patch-src_Makefile.in Wed Jun 26 07:45:03 2019 (r505142) +++ head/lang/gauche/files/patch-src_Makefile.in Wed Jun 26 07:45:07 2019 (r505143) @@ -3,7 +3,7 @@ @@ -267,7 +267,7 @@ test-extra$(EXEEXT) : $(LIBGAUCHE).$(SOEXT) $(test_ext # need to relink gosh-noconsole.exe (windows no-console version). relink : - $(RELINK) $(libgauche_LDFLAGS) $(LIBGAUCHE).$(SOEXT) $(libgauche_OBJECTS) $(libgc_pic_LIBRARY) $(GC_ATOMIC_OPS_LIBS) $(LIBS) + $(RELINK) $(libgauche_LDFLAGS) $(LIBGAUCHE).$(SOEXT) $(libgauche_OBJECTS) $(libgc_pic_LIBRARY) $(ATOMIC_OPS_LIBS) $(LIBS) - $(RELINK) $(gosh_LDFLAGS) -o gosh$(EXEEXT) $(gosh_OBJECTS) $(gosh_LDADD) $(LIBS) + $(RELINK) $(gosh_LDFLAGS) -o gosh-relinked$(EXEEXT) $(gosh_OBJECTS) $(gosh_LDADD) $(LIBS) $(RELINK) -o gauche-config$(EXEEXT) gauche-config.$(OBJEXT) $(LIBS) Modified: head/lang/gauche/pkg-plist ============================================================================== --- head/lang/gauche/pkg-plist Wed Jun 26 07:45:03 2019 (r505142) +++ head/lang/gauche/pkg-plist Wed Jun 26 07:45:07 2019 (r505143) @@ -9,6 +9,7 @@ lib/gauche-0.97/%%VERSION%%/%%TARGET%%/data--queue.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/data--sparse.so %%GDBM%%lib/gauche-0.97/%%VERSION%%/%%TARGET%%/dbm--gdbm.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/dbm--ndbm.so +@comment lib/gauche-0.97/%%VERSION%%/%%TARGET%%/dbm--odbm.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/file--util.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gauche--charconv.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gauche--collection.so @@ -33,7 +34,7 @@ lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gauche-package lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gosh lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0 -lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0.7 +lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0.8 lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-static-0.97.a lib/gauche-0.97/%%VERSION%%/%%TARGET%%/math--mt-random.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/os--windows.so @@ -48,6 +49,7 @@ lib/gauche-0.97/%%VERSION%%/%%TARGET%%/rfc--zlib.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-1.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-13.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-133.so +lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-144.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-19.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/srfi-43.so lib/gauche-0.97/%%VERSION%%/%%TARGET%%/sxml--serializer.so @@ -117,7 +119,7 @@ lib/gauche-0.97/%%VERSION%%/include/gc_version.h lib/gauche-0.97/site/%%TARGET%%/.keepme lib/libgauche-0.97.so lib/libgauche-0.97.so.0 -lib/libgauche-0.97.so.0.7 +lib/libgauche-0.97.so.0.8 lib/libgauche-static-0.97.a man/man1/gauche-cesconv.1.gz man/man1/gauche-config.1.gz @@ -142,12 +144,14 @@ share/gauche-0.97/%%VERSION%%/lib/compat/norational.sc share/gauche-0.97/%%VERSION%%/lib/compat/r7rs-srfi-tests.scm share/gauche-0.97/%%VERSION%%/lib/compat/stk.scm share/gauche-0.97/%%VERSION%%/lib/control/job.scm +share/gauche-0.97/%%VERSION%%/lib/control/mapper.scm share/gauche-0.97/%%VERSION%%/lib/control/thread-pool.scm share/gauche-0.97/%%VERSION%%/lib/crypt/bcrypt.scm share/gauche-0.97/%%VERSION%%/lib/data/cache.scm share/gauche-0.97/%%VERSION%%/lib/data/heap.scm share/gauche-0.97/%%VERSION%%/lib/data/ideque.scm share/gauche-0.97/%%VERSION%%/lib/data/imap.scm +share/gauche-0.97/%%VERSION%%/lib/data/priority-map.scm share/gauche-0.97/%%VERSION%%/lib/data/queue.scm share/gauche-0.97/%%VERSION%%/lib/data/random.scm share/gauche-0.97/%%VERSION%%/lib/data/ring-buffer.scm @@ -160,6 +164,7 @@ share/gauche-0.97/%%VERSION%%/lib/dbm/dump share/gauche-0.97/%%VERSION%%/lib/dbm/fsdbm.scm %%GDBM%%share/gauche-0.97/%%VERSION%%/lib/dbm/gdbm.scm share/gauche-0.97/%%VERSION%%/lib/dbm/ndbm.scm +@comment share/gauche-0.97/%%VERSION%%/lib/dbm/odbm.scm share/gauche-0.97/%%VERSION%%/lib/dbm/restore share/gauche-0.97/%%VERSION%%/lib/file/filter.scm share/gauche-0.97/%%VERSION%%/lib/file/util.scm @@ -183,7 +188,6 @@ share/gauche-0.97/%%VERSION%%/lib/gauche/condutil.scm share/gauche-0.97/%%VERSION%%/lib/gauche/config.scm share/gauche-0.97/%%VERSION%%/lib/gauche/configure.scm share/gauche-0.97/%%VERSION%%/lib/gauche/connection.scm -share/gauche-0.97/%%VERSION%%/lib/gauche/defvalues.scm share/gauche-0.97/%%VERSION%%/lib/gauche/dictionary.scm share/gauche-0.97/%%VERSION%%/lib/gauche/experimental/app.scm share/gauche-0.97/%%VERSION%%/lib/gauche/experimental/lamb.scm @@ -198,6 +202,7 @@ share/gauche-0.97/%%VERSION%%/lib/gauche/interactive.s share/gauche-0.97/%%VERSION%%/lib/gauche/interactive/ed.scm share/gauche-0.97/%%VERSION%%/lib/gauche/interactive/editable-reader.scm share/gauche-0.97/%%VERSION%%/lib/gauche/interactive/info.scm +share/gauche-0.97/%%VERSION%%/lib/gauche/interactive/init.scm share/gauche-0.97/%%VERSION%%/lib/gauche/interactive/toplevel.scm share/gauche-0.97/%%VERSION%%/lib/gauche/interpolate.scm share/gauche-0.97/%%VERSION%%/lib/gauche/lazy.scm @@ -291,6 +296,7 @@ share/gauche-0.97/%%VERSION%%/lib/rfc/tls/mbed.scm share/gauche-0.97/%%VERSION%%/lib/rfc/uri.scm share/gauche-0.97/%%VERSION%%/lib/rfc/zlib.scm share/gauche-0.97/%%VERSION%%/lib/scheme/base.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/bitwise.scm share/gauche-0.97/%%VERSION%%/lib/scheme/box.scm share/gauche-0.97/%%VERSION%%/lib/scheme/case-lambda.scm share/gauche-0.97/%%VERSION%%/lib/scheme/char.scm @@ -298,8 +304,11 @@ share/gauche-0.97/%%VERSION%%/lib/scheme/charset.scm share/gauche-0.97/%%VERSION%%/lib/scheme/comparator.scm share/gauche-0.97/%%VERSION%%/lib/scheme/complex.scm share/gauche-0.97/%%VERSION%%/lib/scheme/cxr.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/division.scm share/gauche-0.97/%%VERSION%%/lib/scheme/eval.scm share/gauche-0.97/%%VERSION%%/lib/scheme/file.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/fixnum.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/flonum.scm share/gauche-0.97/%%VERSION%%/lib/scheme/generator.scm share/gauche-0.97/%%VERSION%%/lib/scheme/hash-table.scm share/gauche-0.97/%%VERSION%%/lib/scheme/ideque.scm @@ -309,6 +318,8 @@ share/gauche-0.97/%%VERSION%%/lib/scheme/list-queue.sc share/gauche-0.97/%%VERSION%%/lib/scheme/list.scm share/gauche-0.97/%%VERSION%%/lib/scheme/load.scm share/gauche-0.97/%%VERSION%%/lib/scheme/lseq.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/mapping.scm +share/gauche-0.97/%%VERSION%%/lib/scheme/mapping/hash.scm share/gauche-0.97/%%VERSION%%/lib/scheme/process-context.scm share/gauche-0.97/%%VERSION%%/lib/scheme/r5rs.scm share/gauche-0.97/%%VERSION%%/lib/scheme/read.scm @@ -320,7 +331,6 @@ share/gauche-0.97/%%VERSION%%/lib/scheme/vector.scm share/gauche-0.97/%%VERSION%%/lib/scheme/write.scm share/gauche-0.97/%%VERSION%%/lib/slib.scm %%SLIB%%share/gauche-0.97/%%VERSION%%/lib/slibcat -share/gauche-0.97/%%VERSION%%/lib/srfi-0.scm share/gauche-0.97/%%VERSION%%/lib/srfi-1.scm share/gauche-0.97/%%VERSION%%/lib/srfi-106.scm share/gauche-0.97/%%VERSION%%/lib/srfi-11.scm @@ -344,6 +354,7 @@ share/gauche-0.97/%%VERSION%%/lib/srfi-14/query.scm share/gauche-0.97/%%VERSION%%/lib/srfi-14/set.scm share/gauche-0.97/%%VERSION%%/lib/srfi-141.scm share/gauche-0.97/%%VERSION%%/lib/srfi-143.scm +share/gauche-0.97/%%VERSION%%/lib/srfi-144.scm share/gauche-0.97/%%VERSION%%/lib/srfi-146.scm share/gauche-0.97/%%VERSION%%/lib/srfi-146/hash.scm share/gauche-0.97/%%VERSION%%/lib/srfi-151.scm @@ -354,12 +365,10 @@ share/gauche-0.97/%%VERSION%%/lib/srfi-158.scm share/gauche-0.97/%%VERSION%%/lib/srfi-18.scm share/gauche-0.97/%%VERSION%%/lib/srfi-19.scm share/gauche-0.97/%%VERSION%%/lib/srfi-25.scm -share/gauche-0.97/%%VERSION%%/lib/srfi-26.scm share/gauche-0.97/%%VERSION%%/lib/srfi-27.scm share/gauche-0.97/%%VERSION%%/lib/srfi-29.scm share/gauche-0.97/%%VERSION%%/lib/srfi-29/bundle.scm share/gauche-0.97/%%VERSION%%/lib/srfi-29/format.scm -share/gauche-0.97/%%VERSION%%/lib/srfi-31.scm share/gauche-0.97/%%VERSION%%/lib/srfi-37.scm share/gauche-0.97/%%VERSION%%/lib/srfi-39.scm share/gauche-0.97/%%VERSION%%/lib/srfi-4.scm @@ -402,6 +411,7 @@ share/gauche-0.97/%%VERSION%%/lib/srfi/134.scm share/gauche-0.97/%%VERSION%%/lib/srfi/14.scm share/gauche-0.97/%%VERSION%%/lib/srfi/141.scm share/gauche-0.97/%%VERSION%%/lib/srfi/143.scm +share/gauche-0.97/%%VERSION%%/lib/srfi/144.scm share/gauche-0.97/%%VERSION%%/lib/srfi/145.scm share/gauche-0.97/%%VERSION%%/lib/srfi/146.scm share/gauche-0.97/%%VERSION%%/lib/srfi/149.scm @@ -472,7 +482,6 @@ share/gauche-0.97/%%VERSION%%/lib/text/gettext.scm share/gauche-0.97/%%VERSION%%/lib/text/html-lite.scm share/gauche-0.97/%%VERSION%%/lib/text/info.scm share/gauche-0.97/%%VERSION%%/lib/text/line-edit.scm -share/gauche-0.97/%%VERSION%%/lib/text/mexpr.scm share/gauche-0.97/%%VERSION%%/lib/text/parse.scm share/gauche-0.97/%%VERSION%%/lib/text/progress.scm share/gauche-0.97/%%VERSION%%/lib/text/sql.scm @@ -480,6 +489,7 @@ share/gauche-0.97/%%VERSION%%/lib/text/template.scm share/gauche-0.97/%%VERSION%%/lib/text/tr.scm share/gauche-0.97/%%VERSION%%/lib/text/tree.scm share/gauche-0.97/%%VERSION%%/lib/text/unicode.scm +share/gauche-0.97/%%VERSION%%/lib/text/unicode/codeset.scm share/gauche-0.97/%%VERSION%%/lib/text/unicode/ucd.scm share/gauche-0.97/%%VERSION%%/lib/util/combinations.scm share/gauche-0.97/%%VERSION%%/lib/util/digest.scm