Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2000 16:30:01 -0700 (PDT)
From:      Yoichi ASAI <yatt@msc.biglobe.ne.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17828: Update port: audio/timidity++-emacs
Message-ID:  <200004242330.QAA10449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17828; it has been noted by GNATS.

From: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/17828: Update port: audio/timidity++-emacs
Date: Sat, 22 Apr 2000 17:26:24 +0900

 macro LANGPREFIX is needed from slave ports.
 (japanese/timidity++-slang, japanese/timidity++-tcltk)
 
 Please use this patch.
 
 ---
 Yoichi ASAI <yatt@msc.biglobe.ne.jp>
 
 diff -urN timidity++-emacs.orig/Makefile timidity++-emacs/Makefile
 --- timidity++-emacs.orig/Makefile	Fri Apr 21 07:11:38 2000
 +++ timidity++-emacs/Makefile	Sat Apr 22 17:20:12 2000
 @@ -5,8 +5,8 @@
  # $FreeBSD: ports/audio/timidity++-emacs/Makefile,v 1.5 2000/04/20 10:10:15 mharo Exp $
  #
  
 -PORTNAME=	timidity++
 -PORTVERSION=	2.9.0
 +PORTNAME=	${LANGPREFIX}timidity++
 +PORTVERSION=	2.9.2
  CATEGORIES=	audio
  MASTER_SITES=	http://www.goice.co.jp/member/mo/timidity/dist/
  PKGNAMESUFFIX=	-${INTERFACE}
 @@ -22,6 +22,9 @@
  		audio/timidity++-xaw audio/timidity++-xskin
  
  INTERFACE?=	emacs
 +.if defined(JAPANESE)
 +LANGPREFIX=	ja-
 +.endif
  
  USE_BZIP2=	yes
  GNU_CONFIGURE=	yes
 


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?200004242330.QAA10449>