summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/files/patch-Buildit
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2008-06-01 09:46:18 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2008-06-01 09:46:18 +0000
commit0f2af23cecb097dbc5ca92315fbc9d22b431deb4 (patch)
treee64c28c1156075267f867202be38480cd33db272 /net/DarwinStreamingServer/files/patch-Buildit
parentLarge round of typo fixes in ports/devel (pkg-descr). (diff)
Update to 6.0.3.
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-Buildit')
-rw-r--r--net/DarwinStreamingServer/files/patch-Buildit68
1 files changed, 64 insertions, 4 deletions
diff --git a/net/DarwinStreamingServer/files/patch-Buildit b/net/DarwinStreamingServer/files/patch-Buildit
index 523376c6986f..4e5960a8c1ce 100644
--- a/net/DarwinStreamingServer/files/patch-Buildit
+++ b/net/DarwinStreamingServer/files/patch-Buildit
@@ -1,6 +1,39 @@
---- Buildit.orig Fri Jul 14 18:36:35 2006
-+++ Buildit Thu Aug 24 13:58:16 2006
-@@ -100,20 +100,20 @@
+--- Buildit.orig 2008-03-26 09:42:48.000000000 +0900
++++ Buildit 2008-06-01 04:24:51.000000000 +0900
+@@ -9,19 +9,19 @@
+ fi
+
+ SHOW_HELP=0
+-if [ "$1" = "-v" ] ; then
++if [ x"$1" = x"-v" ] ; then
+ SHOW_HELP=1
+ fi
+
+-if [ "$1" = "-h" ] ; then
++if [ x"$1" = x"-h" ] ; then
+ SHOW_HELP=1
+ fi
+
+-if [ "$1" = "?" ] ; then
++if [ x"$1" = x"?" ] ; then
+ SHOW_HELP=1
+ fi
+
+-if [ "$1" = "help" ] ; then
++if [ x"$1" = x"help" ] ; then
+ SHOW_HELP=1
+ fi
+
+@@ -42,7 +42,7 @@
+ fi
+
+
+-if [ "$1" = "install" ] ; then
++if [ x"$1" = x"install" ] ; then
+ if [ $PLATFORM = dss ] ; then
+ echo "OS X Darwin Streaming Server"
+ ./BuildOSXInstallerPkg $2 $3
+@@ -128,20 +128,20 @@
fi
;;
@@ -13,7 +46,7 @@
- MAKE=make
+ CPLUS=${CXX}
+ CCOMP=${CC}
-+ LINKER=${CXX}
++ LINKER="${CXX}"
+ MAKE=${MAKE}
- COMPILER_FLAGS=
@@ -30,3 +63,30 @@
;;
# SunOS.sun4m | \
+@@ -241,7 +241,7 @@
+ ;;
+ esac
+
+-if [ "$*" = "install" ] ; then
++if [ x"$1" = x"install" ] ; then
+
+ if [ `uname` != "SunOS" ]; then
+ USERID=`id -u`
+@@ -329,7 +329,7 @@
+ echo Building QTFileLib internal for $PLAT with $CPLUS
+ cd ../QTFileLib/
+
+- if [ "$*" = "clean" ] ; then
++ if [ x"$*" = x"clean" ] ; then
+ $MAKE -f Makefile.POSIX $*
+ else
+ $MAKE -f Makefile.POSIX all $*
+@@ -421,7 +421,7 @@
+ $MAKE -f Makefile.POSIX $*
+ fi
+
+- if [ "$*" = "install" ] ; then
++ if [ x"$1" = x"install" ] ; then
+ cd ..
+ pwdi
+ echo