summaryrefslogtreecommitdiff
path: root/multimedia/vic/files
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-14 23:01:27 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-14 23:01:27 +0000
commitd432feb6be6d4c51a32e44973fa84d52e75cfa07 (patch)
tree663532d6087f1577b8c535080d175b0c1f3c8a59 /multimedia/vic/files
parentUpdate to reflect the fact that it is smail 3.1.29 (diff)
Port of vic version 2.6
Notes
Notes: svn path=/head/; revision=573
Diffstat (limited to 'multimedia/vic/files')
-rw-r--r--multimedia/vic/files/patch-aa31
-rw-r--r--multimedia/vic/files/patch-ab38
-rw-r--r--multimedia/vic/files/patch-ac24
3 files changed, 93 insertions, 0 deletions
diff --git a/multimedia/vic/files/patch-aa b/multimedia/vic/files/patch-aa
new file mode 100644
index 000000000000..e32c1107ff35
--- /dev/null
+++ b/multimedia/vic/files/patch-aa
@@ -0,0 +1,31 @@
+*** Makefile.in.orig Wed Dec 14 17:08:44 1994
+--- Makefile.in Wed Dec 14 17:23:38 1994
+***************
+*** 52,55 ****
+--- 52,56 ----
+ #have-cxx#C++ = cxx -g3
+ #have-cxx#STATIC = -non_shared
++ #have-c++#C++ = c++ -g
+ #have-gcc#CC = gcc -g
+ #have-gcc#C++ = g++ -g -Wall
+***************
+*** 68,71 ****
+--- 69,73 ----
+ TARCMD = tar cfh
+ CCOPT = -O2
++ MANDIR = /usr/man/man1
+
+ #have-vpix#VPIX_DIR = /usr/src/local/vfc-1.0
+***************
+*** 368,372 ****
+ install -c vic /usr/local/bin/vic
+ install -c histtolut /usr/local/bin/histtolut
+! install -c vic.1 /usr/man/manl/vic.l
+
+ clean:
+--- 370,374 ----
+ install -c vic /usr/local/bin/vic
+ install -c histtolut /usr/local/bin/histtolut
+! install -c vic.1 $(MANDIR)/vic.l
+
+ clean:
diff --git a/multimedia/vic/files/patch-ab b/multimedia/vic/files/patch-ab
new file mode 100644
index 000000000000..b4848016d676
--- /dev/null
+++ b/multimedia/vic/files/patch-ab
@@ -0,0 +1,38 @@
+*** configure.orig Wed Dec 14 16:28:40 1994
+--- configure Wed Dec 14 17:08:40 1994
+***************
+*** 101,109 ****
+ if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//'
+ if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//'
+! if ( -d ../blt ) set bltdir=../blt
+! if ( -d /usr/src/local/blt ) set bltdir=/usr/src/local/blt
+! if ( -d ../blt-1.7 ) set bltdir=../blt-1.7
+! if ( -d /usr/src/local/blt-1.7 ) set bltdir=/usr/src/local/blt-1.7
+! if ( -d /usr/local/src/blt-1.7 ) set bltdir=/usr/local/src/blt-1.7
+ if ( ! $?bltdir ) then
+ echo "configure: can't find blt (tcl/tk extension)"
+--- 101,111 ----
+ if ( -x /usr/local/bin/gcc || -x /usr/local/gcc || -x /usr/sww/bin/gcc ) set gcc='-e s/^#have-gcc#//'
+ if ( -x /bin/cxx ) set cxx='-e s/^#have-cxx#//'
+! if ( -x /usr/bin/c++ ) set cxx='-e s/^#have-c++#//'
+! if ( -d ../blt/src ) set bltdir=../blt/src
+! if ( -d /usr/src/local/blt/src ) set bltdir=/usr/src/local/blt/src
+! if ( -d ../blt-1.7/src ) set bltdir=../blt-1.7/src
+! if ( -d /usr/src/local/blt-1.7/src ) set bltdir=/usr/src/local/blt-1.7/src
+! if ( -d /usr/local/src/blt-1.7/src ) set bltdir=/usr/local/src/blt-1.7/src
+! if ( -f /usr/local/lib/libBLT.a ) set bltdir=/usr/local/lib
+ if ( ! $?bltdir ) then
+ echo "configure: can't find blt (tcl/tk extension)"
+***************
+*** 140,144 ****
+ set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g`
+ set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g`
+! set bltdir=`echo $bltdir/src | sed -e 's/\//\\\//'g`
+ sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \
+ -e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \
+--- 142,146 ----
+ set tkdir=`echo $tkdir | sed -e 's/\//\\\//'g`
+ set tkinc=`echo $tkinc | sed -e 's/\//\\\//'g`
+! set bltdir=`echo $bltdir | sed -e 's/\//\\\//'g`
+ sed $gcc $xil $rtvc $vpix $vl $svideo $cxx $dnet $irix5 $static $jv $xv \
+ -e "s/@TKDIR@/$tkdir/" -e "s/@TKINC@/$tkinc/" \
diff --git a/multimedia/vic/files/patch-ac b/multimedia/vic/files/patch-ac
new file mode 100644
index 000000000000..1512d364eb77
--- /dev/null
+++ b/multimedia/vic/files/patch-ac
@@ -0,0 +1,24 @@
+*** main.cc.orig Wed Dec 14 17:11:18 1994
+--- main.cc Wed Dec 14 17:12:59 1994
+***************
+*** 464,472 ****
+ signal(SIGTERM, (void (*)(int ...))adios);
+ #endif
+! #elif defined(__osf__) || defined(__hpux__) || defined(__NetBSD__)
+ signal(SIGINT, (void (*)(int))adios);
+ signal(SIGHUP, (void (*)(int))adios);
+ signal(SIGTERM, (void (*)(int))adios);
+! #ifdef __NetBSD__
+ signal(SIGSYS, (void (*)(int))noXShm);
+ #endif
+--- 464,473 ----
+ signal(SIGTERM, (void (*)(int ...))adios);
+ #endif
+! #elif defined(__osf__) || defined(__hpux__) || defined(__NetBSD__) || defined(__FreeBSD__)
+ signal(SIGINT, (void (*)(int))adios);
+ signal(SIGHUP, (void (*)(int))adios);
+ signal(SIGTERM, (void (*)(int))adios);
+! #if defined(__NetBSD__) /*|| defined(__FreeBSD__)*/
+! /* XXX: -DNOSHM should not be conditionalized on just machine(i386) */
+ signal(SIGSYS, (void (*)(int))noXShm);
+ #endif