diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 02:33:59 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 02:33:59 +0000 |
commit | 921f4eb5d4730de0487b75abebd042adbd016797 (patch) | |
tree | afa3c6d847d0fcba78c91796721612fc17964ad3 | |
parent | Back out previous commit. The .la files are apparently used (diff) |
o Fix build on any architecture (tested on only i386).
o Fix directory of pidfile to /var/run.
o Fix some messages in pkg-message.
o Bump PORTREVISION accordingly.
Sponsored by: Ensure Technology Ltd.
Notes
Notes:
svn path=/head/; revision=72661
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 1 | ||||
-rw-r--r-- | net/DarwinStreamingServer/files/patch-Buildit | 11 | ||||
-rw-r--r-- | net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl | 2 | ||||
-rw-r--r-- | net/DarwinStreamingServer/pkg-message | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index adb76f843ed5..7250a80f5c34 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -7,6 +7,7 @@ PORTNAME= DarwinStreamingServer PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= #http://developer.apple.com/darwin/projects/streaming/source/ # You must accept APSL (Apple Public Source License), and get diff --git a/net/DarwinStreamingServer/files/patch-Buildit b/net/DarwinStreamingServer/files/patch-Buildit index c0e98d018f84..49061f64c4bb 100644 --- a/net/DarwinStreamingServer/files/patch-Buildit +++ b/net/DarwinStreamingServer/files/patch-Buildit @@ -1,8 +1,11 @@ ---- Buildit.orig Sat Jun 15 11:11:37 2002 -+++ Buildit Mon Sep 23 01:05:07 2002 -@@ -80,18 +80,18 @@ +--- Buildit.orig Sat Nov 2 10:08:06 2002 ++++ Buildit Tue Jan 7 10:56:12 2003 +@@ -78,20 +78,20 @@ + fi + ;; - FreeBSD.i386) +- FreeBSD.i386) ++ FreeBSD.*) echo "Configuring for the "$OSNAME" "$HARDWARENAME" platform" - CPLUS=gcc - CCOMP=gcc diff --git a/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl b/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl index d4bcba526baf..da672e1f0377 100644 --- a/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl +++ b/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl @@ -23,7 +23,7 @@ "qtssAdmin", "streamingadmin", "cacheMessageFiles", "0", - #"pidfile", "/var/streaming/streamingadminserver.pid" -+ "pidfile", "/var/streaming/streamingadminserver.pid" ++ "pidfile", "/var/run/streamingadminserver.pid" ); } diff --git a/net/DarwinStreamingServer/pkg-message b/net/DarwinStreamingServer/pkg-message index ab89edf7b7ad..9a87dd7813ac 100644 --- a/net/DarwinStreamingServer/pkg-message +++ b/net/DarwinStreamingServer/pkg-message @@ -29,11 +29,11 @@ o Boot DSS Administration Tool o Set up DSS Administration Tool with MSIE(Microsoft Internet Explorer) Mozilla, Netscape4/7 are not useful. DSS Administration Tool requires - MSIE(perhaps 5.0 or later) J-Script feature. + MSIE(4.5 or later) J-Script feature. http://YOUR.STREAMING.SERVER:1220/ - If you need SSL, select 'Secure Administration (SSL)' in setup. + If you need SSL, select 'Secure Administration (SSL)' in this setup. After setup, you can access to https://YOUR.STREAMING.SERVER:1240/ |