Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 1999 23:14:56 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15306: fix port: shell/zsh (can't create package)
Message-ID:  <199912061414.XAA22407@lavender.sanpei.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912061414.XAA22407>