Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 10:55:24 +0100 (CET)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/73856: Update audio/musiccontrol to use the new javavmwrapper 
Message-ID:  <20041112095524.66BCBB86C@borg.borderworlds.dk>
Resent-Message-ID: <200411121000.iACA0kQv043312@freefall.freebsd.org>

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

>Number:         73856
>Category:       ports
>Synopsis:       Update audio/musiccontrol to use the new javavmwrapper
>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:   Fri Nov 12 10:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #31: Fri Nov 5 17:37:54 CET 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
A new version of javavmwrapper was committed and the use of
$LOCALBASE/bin/javavm has been deprecated in favour of $LOCALBASE/bin/java.

This change reflects that.
	
>How-To-Repeat:
	
>Fix:

	

--- musiccontrol.diff begins here ---
diff -urN /usr/ports/audio/musiccontrol/files/musiccontrol musiccontrol/files/musiccontrol
--- /usr/ports/audio/musiccontrol/files/musiccontrol	Sat May 22 01:07:05 2004
+++ musiccontrol/files/musiccontrol	Fri Nov 12 10:50:39 2004
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-%%PREFIX%%/bin/javavm -jar %%PREFIX%%/share/java/classes/MusicControl-0.2.jar $*
+%%PREFIX%%/bin/java -jar %%PREFIX%%/share/java/classes/MusicControl-0.2.jar $*
--- musiccontrol.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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