svn commit: r394797 - in head/lang/scm: . files

Mikhail Teterin mi at FreeBSD.org
Wed Aug 19 16:40:59 UTC 2015


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


More information about the svn-ports-all mailing list