From owner-freebsd-ports Fri Mar 31 22:40: 7 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 4F90837BB2E for ; Fri, 31 Mar 2000 22:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA81360; Fri, 31 Mar 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail4s.biglobe.ne.jp (mail4s.biglobe.ne.jp [210.147.14.249]) by hub.freebsd.org (Postfix) with ESMTP id CB9C637BBB8 for ; Fri, 31 Mar 2000 22:31:55 -0800 (PST) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv15.biglobe.ne.jp [210.147.14.248]) by mail4s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id PAA00373 for ; Sat, 1 Apr 2000 15:31:41 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (3.7W-INET_GW) id NAA13105 for ; Sat, 1 Apr 2000 13:55:20 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id NAA16839 for ; Sat, 1 Apr 2000 13:55:19 +0900 (JST) Message-Id: <20000401134225G.yatt@msc.biglobe.ne.jp> Date: Sat, 01 Apr 2000 13:42:25 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17724: Update: audio/timidity++-xskin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17724 >Category: ports >Synopsis: Update: audio/timidity++-xskin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 31 22:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.3-RELEASE i386 >Organization: Personal >Environment: >Description: Update for audio/timidity++-xskin. >How-To-Repeat: >Fix: diff -urN timidity++-xskin.orig/Makefile timidity++-xskin/Makefile --- timidity++-xskin.orig/Makefile Wed Oct 13 01:40:00 1999 +++ timidity++-xskin/Makefile Thu Mar 2 21:21:38 2000 @@ -6,60 +6,8 @@ # $FreeBSD: ports/audio/timidity++-xskin/Makefile,v 1.1.1.1 1999/10/12 16:40:01 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= timidity++-xskin-1.3.10 -CATEGORIES= audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +INTERFACE= xskin -MAINTAINER= yatt@msc.biglobe.ne.jp +MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs -RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ - -# If you don't require Japanese docs, uncomment this. -#NO_USE_JAPANESE= yes - -USE_XLIB= yes -USE_AUTOCONF= yes - -FILESDIR= ${.CURDIR}/../../audio/timidity++/files - -DIST_SUBDIR= timidity - -.include - -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --disable-tcltk \ - --disable-emacs --disable-xaw --enable-xskin=dynamic \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV= LDFLAGS=-export-dynamic -.endif - -TIMID_DIR= ${PREFIX}/lib/timidity -LINK= xskinmidi -DOCFILES= README.xskin -DOCLANG= C -.if !defined(NO_USE_JAPANESE) -DOCLANG+= ja_JP.ujis -.endif - -do-build: - cd ${WRKSRC}/interface; ${MAKE} - -do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} - -post-install: -.if !defined(NOPORTDOCS) -.for lang in ${DOCLANG} - @${MKDIR} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` - ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` -.endfor -.endif - @cat ${PKGDIR}/MESSAGE - -.include +.include "${MASTERDIR}/Makefile" diff -urN timidity++-xskin.orig/pkg/DESCR timidity++-xskin/pkg/DESCR --- timidity++-xskin.orig/pkg/DESCR Wed Oct 13 01:40:00 1999 +++ timidity++-xskin/pkg/DESCR Thu Mar 2 20:52:33 2000 @@ -7,7 +7,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message