From owner-freebsd-ports Mon Dec 6 6:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7610415481 for ; Mon, 6 Dec 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03216; Mon, 6 Dec 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 052C915285 for ; Mon, 6 Dec 1999 06:14:58 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (u1033.seaple.icc.ne.jp [210.170.9.33]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id XAA20559 for ; Mon, 6 Dec 1999 23:14:57 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.sanpei.org (8.9.3/3.7W) id XAA22407; Mon, 6 Dec 1999 23:14:56 +0900 (JST) Message-Id: <199912061414.XAA22407@lavender.sanpei.org> Date: Mon, 6 Dec 1999 23:14:56 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15306: fix port: shell/zsh (can't create package) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15306 >Category: ports >Synopsis: fix port: shell/zsh (can't create package) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 6 06:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: shell/zsh was updated to 3.0.7, but PLIST_SUB variable was not updated in Makefile. So we can't create package. >How-To-Repeat: >Fix: --- shells/zsh/Makefile.org Mon Dec 6 23:11:42 1999 +++ shells/zsh/Makefile Mon Dec 6 23:11:52 1999 @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 -PLIST_SUB= ZSH_VERSION=3.0.6 +PLIST_SUB= ZSH_VERSION=3.0.7 # If you want to build a static binary, uncomment the following line #CONFIGURE_ENV+= "LDFLAGS=-static" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message