Date: Sun, 6 Dec 2009 12:59:53 GMT From: Henrik Friedrichsen <hrkfdn@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141217: [MAINTAINER] fix rc-script of mpdas 0.2.5 Message-ID: <200912061259.nB6CxrHu012195@www.freebsd.org> Resent-Message-ID: <200912061300.nB6D0CtP081279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141217 >Category: ports >Synopsis: [MAINTAINER] fix rc-script of mpdas 0.2.5 >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: Sun Dec 06 13:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henrik Friedrichsen >Release: 8.0 >Organization: >Environment: FreeBSD reaktor.nachtfabrik.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Fri Dec 4 16:49:15 CET 2009 root@reaktor.nachtfabrik.org:/usr/obj/usr/src/sys/BENZIN amd64 >Description: This patch fixes the rc script that comes with the mpdas port. It was lacking a '%' resulting in %%PREFIX%% not being replaced with the real path, therefore rendering the script useless. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur ./Makefile ../mpdas/Makefile --- ./Makefile 2009-12-06 13:54:53.000000000 +0100 +++ ../mpdas/Makefile 2009-12-06 13:56:44.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= mpdas PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ diff -Naur ./files/mpdas.in ../mpdas/files/mpdas.in --- ./files/mpdas.in 2009-12-06 13:54:53.000000000 +0100 +++ ../mpdas/files/mpdas.in 2009-12-06 13:55:05.000000000 +0100 @@ -14,7 +14,7 @@ name=mpdas rcvar=`set_rcvar` -command=%%PREFIX%/bin/mpdas +command=%%PREFIX%%/bin/mpdas load_rc_config $name >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912061259.nB6CxrHu012195>