From owner-freebsd-ports Mon Apr 24 17:13:14 2000 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 3A3B137B72B for ; Mon, 24 Apr 2000 17:13:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10449; Mon, 24 Apr 2000 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 Apr 2000 16:30:01 -0700 (PDT) Message-Id: <200004242330.QAA10449@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yoichi ASAI Subject: Re: ports/17828: Update port: audio/timidity++-emacs Reply-To: Yoichi ASAI Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17828; it has been noted by GNATS. From: Yoichi ASAI 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 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