Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2003 20:36:07 +0900 (JST)
From:      Yoichi ASAI <yatt@luna2.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48087: Update port: audio/timidity++-emacs
Message-ID:  <200302081136.h18Ba7of019661@akane.home>

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

>Number:         48087
>Category:       ports
>Synopsis:       Update port: audio/timidity++-emacs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 08 03:40:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi ASAI
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD akane.home 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Feb 1 21:37:02 JST 2003 yatt@akane.home:/usr/obj/usr/src/sys/AKANE i386


	
>Description:
Update port: audio/timidity++-emacs.
Change MASTER_SITES, MAINTAINER and directory name for X resources.
	
>How-To-Repeat:
	
>Fix:
diff -urN timidity++-emacs.orig/Makefile timidity++-emacs/Makefile
--- timidity++-emacs.orig/Makefile	Sat Aug 31 09:13:20 2002
+++ timidity++-emacs/Makefile	Sat Feb  8 20:19:36 2003
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	TiMidity++
 # Date created:		27 Feb 1999
-# Whom:			Yoichi Asai <yatt@msc.biglobe.ne.jp>
+# Whom:			Yoichi Asai <yatt@luna2.org>
 #
 # $FreeBSD: ports/audio/timidity++-emacs/Makefile,v 1.20 2002/08/31 00:13:20 marcus Exp $
 #
@@ -8,11 +8,11 @@
 PORTNAME=	timidity++
 PORTVERSION=	2.11.3
 CATEGORIES+=	audio
-MASTER_SITES=	http://www.goice.co.jp/member/mo/timidity/dist/
+MASTER_SITES=	http://www.timidity.jp/dist/
 PKGNAMESUFFIX=	-${INTERFACE}
 DISTNAME=	TiMidity++-${PORTVERSION}
 
-MAINTAINER=	yatt@msc.biglobe.ne.jp
+MAINTAINER=	yatt@luna2.org
 
 RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++
 LIB_DEPENDS=	${INTERFACE_DEPS}
@@ -95,6 +95,13 @@
 CONFIGURE_ENV+=	LDFLAGS=-export-dynamic
 .endif
 
+.if ${OSVERSION} >= 450002
+EUCJP_LOCALE=	ja_JP.eucJP
+.else
+EUCJP_LOCALE=	ja_JP.EUC
+.endif
+PLIST_SUB=	EUCJP_LOCALE=${EUCJP_LOCALE}
+
 .if ${INTERFACE} == "motif"
 post-configure:
 	@${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig
@@ -115,11 +122,11 @@
 	${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${ELISPDIR}
 .endif
 .if ${INTERFACE} == "xaw"
-	@${MKDIR} ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults
+	@${MKDIR} ${X11BASE}/lib/X11/${EUCJP_LOCALE}/app-defaults
 	${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \
 	${X11BASE}/lib/X11/app-defaults/TiMidity
 	${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \
-	${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/TiMidity
+	${X11BASE}/lib/X11/${EUCJP_LOCALE}/app-defaults/TiMidity
 .endif
 .if defined(DOCFILES)
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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