Date: Wed, 26 Sep 2001 02:17:33 +0200 (CEST) From: Christian Weisgerber <naddy@mips.inka.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30825: shells/ksh93 update & broken Message-ID: <200109260017.f8Q0HX146818@kemoauc.mips.inka.de>
next in thread | raw e-mail | index | archive | help
>Number: 30825 >Category: ports >Synopsis: shells/ksh93 update & broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 17:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 24 05:51:31 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: AT&T have updated the distfile for AST Korn shell (ksh93) without changing the version number. Among other changes, the new release incorporates patch-src_lib_libast_comp_wc.c. The new release does not build on FreeBSD any longer. I do not have a fix at this time. In order to minimize user frustration the port should temporarily be marked as broken. >How-To-Repeat: >Fix: diff -uNr /usr/ports/shells/ksh93/Makefile ksh93/Makefile --- /usr/ports/shells/ksh93/Makefile Fri Aug 31 13:01:03 2001 +++ ksh93/Makefile Wed Sep 26 02:12:37 2001 @@ -12,6 +12,7 @@ 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 -uNr /usr/ports/shells/ksh93/distinfo ksh93/distinfo --- /usr/ports/shells/ksh93/distinfo Fri Aug 31 13:01:03 2001 +++ ksh93/distinfo Tue Sep 11 00:55:26 2001 @@ -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 -uNr /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c ksh93/files/patch-src_lib_libast_comp_wc.c --- /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c Sat Aug 4 05:51:41 2001 +++ ksh93/files/patch-src_lib_libast_comp_wc.c Thu Jan 1 01:00:00 1970 @@ -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) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109260017.f8Q0HX146818>