From owner-svn-ports-all@freebsd.org Wed Aug 19 16:40:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 775639BE098; Wed, 19 Aug 2015 16:40:59 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF991D57; Wed, 19 Aug 2015 16:40:59 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7JGexgL032587; Wed, 19 Aug 2015 16:40:59 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7JGewqV032582; Wed, 19 Aug 2015 16:40:58 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201508191640.t7JGewqV032582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 19 Aug 2015 16:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394797 - in head/lang/scm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 16:40:59 -0000 Author: mi Date: Wed Aug 19 16:40:57 2015 New Revision: 394797 URL: https://svnweb.freebsd.org/changeset/ports/394797 Log: Stop avoiding the gmalloc-implementation bundled with the code in the hope, it will help get rid of the occasional crashes (reported upstream 6 months ago to no avail). Fix plist as reported in: PR: 202489 Submitted by: amdmi3 Modified: head/lang/scm/Makefile head/lang/scm/files/patch-build.scm head/lang/scm/pkg-plist Modified: head/lang/scm/Makefile ============================================================================== --- head/lang/scm/Makefile Wed Aug 19 15:49:42 2015 (r394796) +++ head/lang/scm/Makefile Wed Aug 19 16:40:57 2015 (r394797) @@ -3,6 +3,7 @@ PORTNAME= scm PORTVERSION= 5f2 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD Modified: head/lang/scm/files/patch-build.scm ============================================================================== --- head/lang/scm/files/patch-build.scm Wed Aug 19 15:49:42 2015 (r394796) +++ head/lang/scm/files/patch-build.scm Wed Aug 19 16:40:57 2015 (r394797) @@ -1,12 +1,5 @@ --- build.scm 2009-08-04 03:35:57.000000000 +0900 +++ build.scm 2015-01-23 16:23:32.000000000 -0500 -@@ -618,5 +618,5 @@ - - (nostart gcc "" "-e __start -nostartfiles" #f ("ecrt0.c") ()) -- (dump gcc "" "" #f ("unexelf.c" "gmalloc.c") ()) -+ (dump gcc "" "" #f ("unexelf.c") ()) - - (m hp-ux "" "-lm" #f () ()) @@ -665,14 +665,15 @@ (dump darwin "" "" #f ("unexmacosx.c" "lastfile.c") ()) (dlll darwin "-DSUN_DL" "-ldl" "" () ()) Modified: head/lang/scm/pkg-plist ============================================================================== --- head/lang/scm/pkg-plist Wed Aug 19 15:49:42 2015 (r394796) +++ head/lang/scm/pkg-plist Wed Aug 19 16:40:57 2015 (r394797) @@ -30,6 +30,7 @@ lib/scm/r4rstest.scm lib/scm/ramap.so lib/scm/record.so lib/scm/require.scm +lib/scm/slib/rmdsff.scm lib/scm/rgx.so lib/scm/rwb-isam.scm lib/scm/sc2.so