summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-09-27 14:23:56 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-09-27 14:23:56 +0000
commitce00a6623c17a4ce3b9ca783a3c8f3b4297021bd (patch)
tree2c7604910981683130f97766ece4b6d90ec51e45 /shells
parentSecond attempt to kill Idle. This time Python's folks removed distfile from (diff)
Update the files' checksums.
Remove a patch that is now incorporated in the official sources. Mark BROKEN until the maintainer (or somebody else) figures out a way to make it build again on FreeBSD. PR: 30825 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48225
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile1
-rw-r--r--shells/ksh93/distinfo4
-rw-r--r--shells/ksh93/files/patch-src_lib_libast_comp_wc.c11
3 files changed, 3 insertions, 13 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 8dbc94da5353..5b86daef4505 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/
MAINTAINER= naddy@mips.inka.de
+BROKEN= "does not build"
RESTRICTED= "Source recipient must acknowledge license"
DISTNAME= ${PORTNAME}-${VERSION}
DISTFILES= INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz
diff --git a/shells/ksh93/distinfo b/shells/ksh93/distinfo
index 8822111cc449..12c5a11b6afa 100644
--- a/shells/ksh93/distinfo
+++ b/shells/ksh93/distinfo
@@ -1,2 +1,2 @@
-MD5 (INIT.2001-07-04.0000.tgz) = 5cb81cd79b6c4ffbd3249550541afa52
-MD5 (ast-ksh.2001-07-04.0000.tgz) = 95c4d371f2c144759aad029f20717481
+MD5 (INIT.2001-07-04.0000.tgz) = eda56098b7c43835b94ce9c0bcc13d06
+MD5 (ast-ksh.2001-07-04.0000.tgz) = 8b564bb0640f286c97bf1359a6a19260
diff --git a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c b/shells/ksh93/files/patch-src_lib_libast_comp_wc.c
deleted file mode 100644
index 734d77f25bba..000000000000
--- a/shells/ksh93/files/patch-src_lib_libast_comp_wc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/libast/comp/wc.c.orig Fri May 4 00:29:32 2001
-+++ src/lib/libast/comp/wc.c Fri Aug 3 19:04:19 2001
-@@ -63,7 +63,7 @@
- wcrtomb(char* s, wchar_t c, mbstate_t* q)
- {
- #if _lib_wctomb
-- *q = 0;
-+ bzero(q, sizeof(q));
- return wctomb(s, c);
- #else
- if (s)