Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 11:22:49 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309566 - in head/audio/sdl_sound: . files
Message-ID:  <201212281122.qBSBMnMu013724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Fri Dec 28 11:22:48 2012
New Revision: 309566
URL: http://svnweb.freebsd.org/changeset/ports/309566

Log:
  - Fix MIDI support
  - Trim Makefile headers
  
  PR:		ports/174098
  Submitted by:	Green Dog <fiziologus@gmail.com>

Added:
  head/audio/sdl_sound/files/patch-decoders-timidity-options.h   (contents, props changed)
Modified:
  head/audio/sdl_sound/Makefile

Modified: head/audio/sdl_sound/Makefile
==============================================================================
--- head/audio/sdl_sound/Makefile	Fri Dec 28 11:21:31 2012	(r309565)
+++ head/audio/sdl_sound/Makefile	Fri Dec 28 11:22:48 2012	(r309566)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	sdl_sound
-# Date created:				6 Feb 2003
-# Whom:					David Yeske <dyeske@gmail.com>
-#
+# Created by: David Yeske <dyeske@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	sdl_sound
 PORTVERSION=	1.0.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	http://offload1.icculus.org:9090/SDL_sound/downloads/ \
 		http://offload2.icculus.org:9090/SDL_sound/downloads/
@@ -88,4 +84,7 @@ pre-everything::
 	@${ECHO_CMD}
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/decoders/timidity/options.h
+
 .include <bsd.port.post.mk>

Added: head/audio/sdl_sound/files/patch-decoders-timidity-options.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sdl_sound/files/patch-decoders-timidity-options.h	Fri Dec 28 11:22:48 2012	(r309566)
@@ -0,0 +1,11 @@
+--- decoders/timidity/options.h.orig      2008-04-17 21:56:20.000000000 +0400
++++ decoders/timidity/options.h    2012-12-04 01:38:58.000000000 +0400
+@@ -80,7 +80,7 @@
+ #define MAX_AMPLIFICATION 800
+ 
+ /* The TiMidity configuration file */
+-#define CONFIG_FILE "timidity.cfg"
++#define CONFIG_FILE "%%PREFIX%%/share/timidity/timidity.cfg"
+ 
+ /* These affect general volume */
+ #define GUARD_BITS 3



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