summaryrefslogtreecommitdiff
path: root/lang/sml-nj-devel/files/patch-config::_arch-n-opsys
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-06-10 12:47:00 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-06-10 12:47:00 +0000
commite5e672d151ed164c729126ca3f6fb3dd35f795c5 (patch)
tree3885994c6468b2e93310c6568bb2cd493bb25e10 /lang/sml-nj-devel/files/patch-config::_arch-n-opsys
parent- Update to 1.7 (diff)
Upgrade to v110.59.
Upstream changes from the previous version of the port include: - An improved lexer generator tool "lexgen". - bug fixes and minor improvements Submitted by: Johannes 5 Joemann <joemann at beefree.free.de>, with patches tty handling code from Timothy Bourke <timbob at bigpond.com>
Notes
Notes: svn path=/head/; revision=165017
Diffstat (limited to 'lang/sml-nj-devel/files/patch-config::_arch-n-opsys')
-rw-r--r--lang/sml-nj-devel/files/patch-config::_arch-n-opsys10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/sml-nj-devel/files/patch-config::_arch-n-opsys b/lang/sml-nj-devel/files/patch-config::_arch-n-opsys
deleted file mode 100644
index 36dd80841a37..000000000000
--- a/lang/sml-nj-devel/files/patch-config::_arch-n-opsys
+++ /dev/null
@@ -1,10 +0,0 @@
---- config/_arch-n-opsys.orig Fri May 6 05:10:32 2005
-+++ config/_arch-n-opsys Sat May 28 18:00:11 2005
-@@ -95,6 +95,7 @@
- HEAP_OPSYS=bsd
- case `uname -m` in
- *86) ARCH=x86;;
-+ alpha) ARCH=alpha32;;
- *) exit 1;;
- esac
- ;;