diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-05-02 05:46:08 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-05-02 05:46:08 +0800 |
commit | 0bc6cdac2d8f41ca21732c88855e0f4d45934d08 (patch) | |
tree | 30b0a518e99292cf450ab72b4a5576ba86f877fd /audio/gnump3d/files/patch-bin::gnump3d2 | |
parent | bfd92695f5077396a3d94b9180e0ba6bbd783c3b (diff) | |
download | freebsd-ports-gnome-0bc6cdac2d8f41ca21732c88855e0f4d45934d08.tar.gz freebsd-ports-gnome-0bc6cdac2d8f41ca21732c88855e0f4d45934d08.tar.zst freebsd-ports-gnome-0bc6cdac2d8f41ca21732c88855e0f4d45934d08.zip |
Upgrade to 2.3
PR: ports/51667
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio/gnump3d/files/patch-bin::gnump3d2')
-rw-r--r-- | audio/gnump3d/files/patch-bin::gnump3d2 | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/audio/gnump3d/files/patch-bin::gnump3d2 b/audio/gnump3d/files/patch-bin::gnump3d2 index d28147978582..70874726ecfe 100644 --- a/audio/gnump3d/files/patch-bin::gnump3d2 +++ b/audio/gnump3d/files/patch-bin::gnump3d2 @@ -1,6 +1,6 @@ ---- bin/gnump3d2.orig Tue Feb 4 18:25:13 2003 -+++ bin/gnump3d2 Mon Feb 10 09:22:35 2003 -@@ -2397,9 +2397,9 @@ +--- bin/gnump3d2.orig Tue Apr 29 06:18:15 2003 ++++ bin/gnump3d2 Tue Apr 29 06:21:39 2003 +@@ -2234,9 +2234,9 @@ { $CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc"; } @@ -12,28 +12,28 @@ } elsif ( -e "gnump3d.conf" ) { -@@ -2534,8 +2534,8 @@ - $PORT = getConfig( "port" ) || 8888; - $bind_address = getConfig( "binding_host" ) || ""; - $host = getConfig( "hostname" ) || "localhost"; -- $theme_dir = getConfig( "theme_directory" ) || "/usr/share/gnump3d"; -- $plugin_dir = getConfig( "plugin_directory" )|| "/usr/lib/perl5/gnump3d/plugins"; -+ $theme_dir = getConfig( "theme_directory" ) || "%%PREFIX%%/share/gnump3d"; -+ $plugin_dir = getConfig( "plugin_directory" )|| "%%PERL_SITELIBDIR%%/gnump3d/plugins"; - $always_stream = getConfig( "always_stream" ) || 1; - $access_log = getConfig( "logfile" ) || "/var/log/gnump3d/access.log"; - $error_log = getConfig( "errorlog" ) || "/var/log/gnump3d/error.log"; -@@ -2543,11 +2543,11 @@ - $client_host = getConfig( "use_client_host" ) || 1; - $default_theme = getConfig( "theme" ) || "default"; - $TIMEOUT = getConfig( "read_time" ) || 10; -- $STATSPROG = getConfig( "stats_program" ) || "/usr/bin/gnump3d-top"; -+ $STATSPROG = getConfig( "stats_program" ) || "%%PREFIX%%/bin/gnump3d-top"; - $STATSARGS = getConfig( "stats_args" ) || "--count=40"; - $play_all = getConfig( "play_all_text" ) || "Play All"; - $play_rec = getConfig( "play_recursively_text" ) || "Play Recursively"; -- $mime_file = getConfig( "mime_file" ) || "/etc/gnump3d/mime.types"; -+ $mime_file = getConfig( "mime_file" ) || "%%PREFIX%%/etc/gnump3d/mime.types"; - $enable_browse = getConfig( "enable_browsing" ) || 1; - $sort_order = getConfig( "sort_order" ) || '$SONGNAME'; +@@ -2371,8 +2371,8 @@ + $PORT = getConfig( "port", 8888 ); + $bind_address = getConfig( "binding_host", "" ); + $host = getConfig( "hostname", "localhost" ); +- $theme_dir = getConfig( "theme_directory", "/usr/share/gnump3d" ); +- $plugin_dir = getConfig( "plugin_directory", "/usr/lib/perl5/gnump3d/plugins" ); ++ $theme_dir = getConfig( "theme_directory", "%%PREFIX%%/share/gnump3d" ); ++ $plugin_dir = getConfig( "plugin_directory", "%%PERL_SITELIBDIR%%/gnump3d/plugins" ); + $always_stream = getConfig( "always_stream", 1 ); + $access_log = getConfig( "logfile", "/var/log/gnump3d/access.log" ); + $error_log = getConfig( "errorlog", "/var/log/gnump3d/error.log" ); +@@ -2380,11 +2380,11 @@ + $client_host = getConfig( "use_client_host", 1 ); + $default_theme = getConfig( "theme", "default" ); + $TIMEOUT = getConfig( "read_time", 10 ); +- $STATSPROG = getConfig( "stats_program", "/usr/bin/gnump3d-top" ); ++ $STATSPROG = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" ); + $STATSARGS = getConfig( "stats_arguments", "" ); + $play_all = getConfig( "play_all_text", "Play All" ); + $play_rec = getConfig( "play_recursively_text", "Play Recursively" ); +- $mime_file = getConfig( "mime_file", "/etc/gnump3d/mime.types" ); ++ $mime_file = getConfig( "mime_file", "%%PREFIX%%/etc/gnump3d/mime.types" ); + $enable_browse = getConfig( "enable_browsing", 1 ); + $sort_order = getConfig( "sort_order", '$SONGNAME' ); |