aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ksh93
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-09-27 22:23:56 +0800
committerroam <roam@FreeBSD.org>2001-09-27 22:23:56 +0800
commita6c1852b84f7cd7ba36f74d6ca78571ac685142d (patch)
treeaea64d94e18ccfbe9471dc698807b9f1a86b87b8 /shells/ksh93
parent1999813f13832bc0d11567a6030cb36daf9f2f2c (diff)
downloadfreebsd-ports-graphics-a6c1852b84f7cd7ba36f74d6ca78571ac685142d.tar.gz
freebsd-ports-graphics-a6c1852b84f7cd7ba36f74d6ca78571ac685142d.tar.zst
freebsd-ports-graphics-a6c1852b84f7cd7ba36f74d6ca78571ac685142d.zip
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
Diffstat (limited to 'shells/ksh93')
-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 8dbc94da535..5b86daef450 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 8822111cc44..12c5a11b6af 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 734d77f25bb..00000000000
--- 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)