Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 1998 05:39:25 -0800 (PST)
From:      taguchi@tohoku.iij.ad.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/5770: PKG_NAME on ports japanese/expect  is *NOT* correct
Message-ID:  <199802171339.FAA23856@hub.freebsd.org>

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

>Number:         5770
>Category:       ports
>Synopsis:       PKG_NAME on ports japanese/expect  is *NOT* correct
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 17 05:40:01 PST 1998
>Last-Modified:
>Originator:     Taguchi Takeshi
>Organization:
IIJ TOHOKU branch
>Release:        2.2.5-stable
>Environment:
FreeBSD hirose.tohoku.iij.ad.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Thu Dec 18 10:48:37 JST 1997     root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGURA  i386
>Description:
PKG_NAME ja-expect-5.25 was NOT set. Because its Makefile is buggy.
>How-To-Repeat:

>Fix:
Please apply this patch to ${PORTSDIR}/japanese/expect.
# diff -u Makefile.orig Makefile
--- Makefile.orig       Tue Feb 17 22:27:36 1998
+++ Makefile    Tue Feb 17 22:28:48 1998
@@ -6,12 +6,12 @@
 # $Id: Makefile,v 1.4 1997/10/17 05:58:02 asami Exp $
 #
 
+PKG_NAME=      ja-expect-5.25
 FILESDIR=      ${.CURDIR}/../../lang/expect/files
 
 NO_MAN_INSTALL=        yes
 .include "${.CURDIR}/../../lang/expect/Makefile"
 
-PKGNAME=       ja-expect-5.25
 CATEGORIES=    japanese lang
 
 MAINTAINER=    taguchi@tohoku.iij.ad.jp

>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?199802171339.FAA23856>