From naddy@mips.inka.de  Tue Sep 25 17:30:35 2001
Return-Path: <naddy@mips.inka.de>
Received: from mail.inka.de (quechua.inka.de [212.227.14.2])
	by hub.freebsd.org (Postfix) with ESMTP id C119C37B406
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Sep 2001 17:30:34 -0700 (PDT)
Received: from kemoauc.mips.inka.de (uucp@)
	by mail.inka.de with local-bsmtp 
	id 15m2av-0001Kn-01; Wed, 26 Sep 2001 02:30:33 +0200
Received: (from naddy@localhost)
	by kemoauc.mips.inka.de (8.11.6/8.11.6) id f8Q0HX146818;
	Wed, 26 Sep 2001 02:17:33 +0200 (CEST)
	(envelope-from naddy)
Message-Id: <200109260017.f8Q0HX146818@kemoauc.mips.inka.de>
Date: Wed, 26 Sep 2001 02:17:33 +0200 (CEST)
From: Christian Weisgerber <naddy@mips.inka.de>
Reply-To: Christian Weisgerber <naddy@mips.inka.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: shells/ksh93 update & broken
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30825
>Category:       ports
>Synopsis:       shells/ksh93 update & broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 17:40:00 PDT 2001
>Closed-Date:    Thu Sep 27 07:31:00 PDT 2001
>Last-Modified:  Thu Sep 27 07:31:11 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Thu Sep 27 07:31:00 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30825 
>Unformatted:
