diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-02 08:08:41 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-06-02 08:08:41 +0000 |
commit | a7af751bf2f7d9015d66f7837128732868572742 (patch) | |
tree | b3dd164787ea8f57238fcdda6288b49ae2c04fc4 /lang/sml-nj-devel/files/patch-config_unpack | |
parent | Upgrade to verison 1.2, which doesn't crash if you click on a mailbox (diff) |
Update to v110.54.
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
Diffstat (limited to 'lang/sml-nj-devel/files/patch-config_unpack')
-rw-r--r-- | lang/sml-nj-devel/files/patch-config_unpack | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/sml-nj-devel/files/patch-config_unpack b/lang/sml-nj-devel/files/patch-config_unpack new file mode 100644 index 000000000000..5da9469a6eaa --- /dev/null +++ b/lang/sml-nj-devel/files/patch-config_unpack @@ -0,0 +1,12 @@ +--- config/unpack.orig Sat Jan 15 00:53:18 2005 ++++ config/unpack Wed Mar 9 23:12:31 2005 +@@ -283,6 +283,9 @@ + heap2asm) + unpack "Heap->ASM tool" "$SRCDIR" heap2asm heap2asm + ;; ++ tools) ++ unpack "(profiling) tools" "$SRCDIR" tools tools ++ ;; + doc) + echo Package doc is currently unavailable. + # unpack Doc $ROOT doc doc |