summaryrefslogtreecommitdiff
path: root/lang/sml-nj-devel/files/patch-ab
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2003-03-30 00:48:14 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2003-03-30 00:48:14 +0000
commitb4b193d2e73edd40ad51df6104459d618bc1a178 (patch)
treed288a41e24f5d3c16c918d7ab024f652ce4c6d2f /lang/sml-nj-devel/files/patch-ab
parentmail/turba: upgrading to 1.2. (diff)
- Unbreak for 5-CURRENT
- calm processor warnings for assembler code on 5-CURRENT - mark the Alpha as currently unsupported - update WWW: link. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
Notes
Notes: svn path=/head/; revision=77709
Diffstat (limited to 'lang/sml-nj-devel/files/patch-ab')
-rw-r--r--lang/sml-nj-devel/files/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/lang/sml-nj-devel/files/patch-ab b/lang/sml-nj-devel/files/patch-ab
index bf21fbe172c1..718c362fbfaa 100644
--- a/lang/sml-nj-devel/files/patch-ab
+++ b/lang/sml-nj-devel/files/patch-ab
@@ -1,5 +1,5 @@
--- config/install.sh.orig Thu Oct 17 15:07:53 2002
-+++ config/install.sh Sun Nov 10 23:59:17 2002
++++ config/install.sh Mon Mar 17 02:11:26 2003
@@ -550,6 +550,28 @@
######################################################################
@@ -29,7 +29,16 @@
# create the various sub directories
#
for dir in $BINDIR $HEAPDIR $RUNDIR $LIBDIR $SRCDIR ; do
-@@ -664,7 +686,7 @@
+@@ -656,6 +678,8 @@
+ # build the run-time system
+ #
+ unpack "run-time" $SRCDIR runtime runtime
++do_patch do-patch-src-genposixnames
++do_patch do-patch-src-mk.x86-freebsd
+ if [ -x $RUNDIR/run.$ARCH-$OPSYS ]; then
+ vsay $this: Run-time system already exists.
+ else
+@@ -664,7 +688,7 @@
$MAKE -f mk.$ARCH-$OPSYS $EXTRA_DEFS
if [ -x run.$ARCH-$OPSYS ]; then
mv run.$ARCH-$OPSYS $RUNDIR
@@ -38,7 +47,7 @@
else
complain "$this: !!! Run-time system build failed for some reason."
fi
-@@ -728,6 +750,8 @@
+@@ -728,6 +752,8 @@
do
unpack $src $ROOT/src $src $src
done