Date: Sat, 11 Mar 2000 11:49:50 +0900 From: Yoichi ASAI <yatt@msc.biglobe.ne.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17428: Update: audio/timidity++-gtk Message-ID: <20000311114950L.yatt@msc.biglobe.ne.jp>
next in thread | raw e-mail | index | archive | help
>Number: 17428 >Category: ports >Synopsis: Update: audio/timidity++-gtk >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: Thu Mar 16 22:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.3-RELEASE i386 >Organization: Personal >Environment: >Description: Update for audio/timidity++-gtk. >How-To-Repeat: >Fix: diff -urN timidity++-gtk.orig/Makefile timidity++-gtk/Makefile --- timidity++-gtk.orig/Makefile Wed Oct 13 01:20:00 1999 +++ timidity++-gtk/Makefile Thu Mar 2 21:14:22 2000 @@ -6,43 +6,8 @@ # $FreeBSD: ports/audio/timidity++-gtk/Makefile,v 1.1.1.1 1999/10/12 16:20:56 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= timidity++-gtk-1.3.10 -CATEGORIES= audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +INTERFACE= gtk -MAINTAINER= yatt@msc.biglobe.ne.jp +MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs -RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -USE_XLIB= yes -USE_AUTOCONF= yes - -FILESDIR= ${.CURDIR}/../../audio/timidity++/files - -DIST_SUBDIR= timidity - -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --disable-tcltk \ - --disable-emacs --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --enable-gtk=dynamic \ - --enable-network --enable-spectrogram --enable-wrd -CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config SHLD="gcc -shared" -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV+= LDFLAGS=-export-dynamic -.endif - -TIMID_DIR= ${PREFIX}/lib/timidity -LINK= gtkmidi - -do-build: - cd ${WRKSRC}/interface; ${MAKE} - -do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" diff -urN timidity++-gtk.orig/pkg/DESCR timidity++-gtk/pkg/DESCR --- timidity++-gtk.orig/pkg/DESCR Wed Oct 13 01:20:00 1999 +++ timidity++-gtk/pkg/DESCR Thu Mar 2 20:52:33 2000 @@ -3,7 +3,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 <yatt@msc.biglobe.ne.jp> >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?20000311114950L.yatt>