Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 00:48:47 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16384: fix broken ports: japanese/jtex209-both
Message-ID:  <200001261548.AAA10247@lavender.yy.cs.keio.ac.jp>

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

>Number:         16384
>Category:       ports
>Synopsis:       fix broken ports: japanese/jtex209-both
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 26 07:50:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Yokohama, Japan
>Environment:

>Description:

Currently japanese/jtex209-both is broken under -current, because
this ports collection needs bison to compile, but bison was removed
from -current environment.

I added USE_BISON and tested.

This change was OK by maintainer.

Thank you.

>How-To-Repeat:


>Fix:


--- japanese/jtex209-both/Makefile.org	Thu Jan 27 00:38:26 2000
+++ japanese/jtex209-both/Makefile	Thu Jan 27 00:38:14 2000
@@ -19,6 +19,7 @@
 USE_GMAKE=	yes
 NO_WRKSUBDIR=	yes
 EXTRACT_ONLY=	jtex-1.52.tar.gz
+USE_BISON=	yes
 
 # Which latex to be made at BATCH mode.  BOTH, ASCII, NTT are available.
 BATCH_TEX?=	BOTH

>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?200001261548.AAA10247>