From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 6 13:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6650316A4CE for ; Mon, 6 Sep 2004 13:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059D843D45 for ; Mon, 6 Sep 2004 13:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i86DACX4021068 for ; Mon, 6 Sep 2004 13:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i86DACTw021064; Mon, 6 Sep 2004 13:10:12 GMT (envelope-from gnats) Resent-Date: Mon, 6 Sep 2004 13:10:12 GMT Resent-Message-Id: <200409061310.i86DACTw021064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F190816A4F5; Mon, 6 Sep 2004 13:00:46 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AF043D2D; Mon, 6 Sep 2004 13:00:46 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 922E03EADB7; Mon, 6 Sep 2004 21:00:45 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35856-02; Mon, 6 Sep 2004 21:00:41 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 937653EADB5; Mon, 6 Sep 2004 21:00:41 +0800 (CST) Message-Id: <20040906130041.937653EADB5@utopia.leeym.com> Date: Mon, 6 Sep 2004 21:00:41 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hoek@FreeBSD.org Subject: ports/71430: [PATCH] misc/44bsd-more: unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 13:10:24 -0000 >Number: 71430 >Category: ports >Synopsis: [PATCH] misc/44bsd-more: unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 06 13:10:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA3 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA3 FreeBSD 5.3-BETA3 #1: Sun Sep 5 01:06:46 CST >Description: - add files/patch-ncommand.c to unbreak this port. - utilize EXAMPLESDIR in pkg-plist - remove tarup target Added file(s): - files/patch-ncommand.c Port maintainer (hoek@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- 44bsd-more-20000521.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/misc/44bsd-more/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 8 Mar 2004 21:40:35 -0000 1.8 +++ Makefile 6 Sep 2004 12:58:27 -0000 @@ -40,8 +40,4 @@ ${INSTALL_DATA} ${WRKSRC}/more.help ${PREFIX}/share/misc/44bsd-more.help ${INSTALL_PROGRAM} ${WRKSRC}/more ${PREFIX}/bin/44bsd-more -tarup: - cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS - scp /tmp/${DISTFILES} freefall:public_html/dists - .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/misc/44bsd-more/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 29 May 2000 19:58:25 -0000 1.1 +++ pkg-plist 6 Sep 2004 12:58:27 -0000 @@ -1,6 +1,6 @@ bin/44bsd-more share/misc/44bsd-more.help -share/examples/44bsd-more/default.morerc -share/examples/44bsd-more/less.morerc -share/examples/44bsd-more/most.morerc -@dirrm share/examples/44bsd-more +%%EXAMPLESDIR%%/default.morerc +%%EXAMPLESDIR%%/less.morerc +%%EXAMPLESDIR%%/most.morerc +@dirrm %%EXAMPLESDIR%% Index: files/patch-ncommand.c =================================================================== RCS file: files/patch-ncommand.c diff -N files/patch-ncommand.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ncommand.c 6 Sep 2004 12:58:27 -0000 @@ -0,0 +1,11 @@ +--- ncommand.c.orig Mon Sep 6 20:28:55 2004 ++++ ncommand.c Mon Sep 6 20:29:09 2004 +@@ -652,7 +652,7 @@ + * pointer is valid until any calls to setvar() or until a call to + * getstr_free() frees the current context. + */ +-static const char * ++static char * + getvar(var, len) + char *var; + int len; /* strncmp(var, varmatch, len); is used to match variables */ --- 44bsd-more-20000521.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: