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
This commit is contained in:
Mikhail Teterin 2015-08-19 16:40:57 +00:00
parent 4b5d6d4344
commit da9a0b57b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394797
3 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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" "" () ())

View file

@ -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