aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hugs
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-05-29 00:20:42 +0800
committervs <vs@FreeBSD.org>2006-05-29 00:20:42 +0800
commitfff07b9e81a48736757c7a2f9b0448dde7967094 (patch)
treec6145488e050f0640e60aef4bd4293ad4f6701b8 /lang/hugs
parent996097eab935935b8b898f1736678b1cabeb90c9 (diff)
downloadfreebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.tar.gz
freebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.tar.zst
freebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.zip
Chase re-rolled tarball: necessary patches have been integrated
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile1
-rw-r--r--lang/hugs/distinfo6
-rw-r--r--lang/hugs/files/patch-builtin.c30
3 files changed, 3 insertions, 34 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 16f502b2d578..f6153dd20332 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -54,7 +54,6 @@ post-patch:
@${REINPLACE_CMD} -e '/^install :: install_notes/d ; \
/^install :: install_guide/d' \
${WRKSRC}/src/MkInstal.in
- @${REINPLACE_CMD} -e 's|^#!/bin/sh|#!/usr/local/bin/bash|' ${WRKSRC}/libraries/tools/make_bootlib
do-build:
. for dir in src libraries docs
diff --git a/lang/hugs/distinfo b/lang/hugs/distinfo
index e77aa8e9d4db..5e292a224b1d 100644
--- a/lang/hugs/distinfo
+++ b/lang/hugs/distinfo
@@ -1,3 +1,3 @@
-MD5 (hugs98-plus-May2006.tar.gz) = 8ede59dd09047e44df5c4ec1f357e029
-SHA256 (hugs98-plus-May2006.tar.gz) = dd90f76fcc95d2f253ea89cfe7dc3d6687f5417d00a949dab9fa3a21ba4e584f
-SIZE (hugs98-plus-May2006.tar.gz) = 5603163
+MD5 (hugs98-plus-May2006.tar.gz) = b6989dee41f818f5052d9d46e3663726
+SHA256 (hugs98-plus-May2006.tar.gz) = 52506115841cdc752fe642be5f7168c9da726f6c9ef20a8f676db551f8ead20c
+SIZE (hugs98-plus-May2006.tar.gz) = 5662338
diff --git a/lang/hugs/files/patch-builtin.c b/lang/hugs/files/patch-builtin.c
deleted file mode 100644
index 8fbc5a92d4e0..000000000000
--- a/lang/hugs/files/patch-builtin.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./src/builtin.c 2005/09/16 16:03:46 1.91
-+++ ./src/builtin.c 2006/05/19 21:20:51 1.92
-@@ -7,8 +7,8 @@
- * the license in the file "License", which is included in the distribution.
- *
- * $RCSfile: builtin.c,v $
-- * $Revision: 1.91 $
-- * $Date: 2005/09/16 16:03:46 $
-+ * $Revision: 1.92 $
-+ * $Date: 2006/05/19 21:20:51 $
- * ------------------------------------------------------------------------*/
-
- /* We include math.h before prelude.h because SunOS 4's cpp incorrectly
-@@ -1988,6 +1988,7 @@ static struct thunk_data* foreignThunks
- to return to it before tail jumping from the adjustor thunk.
- */
- static unsigned char *obscure_ccall_ret_code; /* set by initAdjustor() */
-+#endif /* i386_HOST_ARCH */
-
- /* Heavily arch-specific, I'm afraid.. */
-
-@@ -2024,8 +2025,6 @@ static void* local mallocBytesRWX(int le
- return addr;
- }
-
--#endif /* i386_HOST_ARCH */
--
- /* Perform initialisation of adjustor thunk layer (if needed). */
- static void local initAdjustor() {
- #if i386_HOST_ARCH