From owner-freebsd-ports Tue Sep 25 17:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AAB337B40A for ; Tue, 25 Sep 2001 17:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8Q0e1n61049; Tue, 25 Sep 2001 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id C119C37B406 for ; 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 Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30825: shells/ksh93 update & broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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