diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-14 23:01:27 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-14 23:01:27 +0000 |
commit | 264b60e1ef72418acb9f724ca59858ebc0a0bbc5 (patch) | |
tree | 34657787e7d81af619bed41ef49101f99d03258d /mbone/vic/files | |
parent | c63032974ad6dcc57c8448eca31e6ed91fe30433 (diff) | |
download | FreeBSD-ports-264b60e1ef72418acb9f724ca59858ebc0a0bbc5.zip FreeBSD-ports-264b60e1ef72418acb9f724ca59858ebc0a0bbc5.tar.gz |
Port of vic version 2.6
Diffstat (limited to 'mbone/vic/files')
-rw-r--r-- | mbone/vic/files/patch-aa | 31 | ||||
-rw-r--r-- | mbone/vic/files/patch-ab | 38 | ||||
-rw-r--r-- | mbone/vic/files/patch-ac | 24 |
3 files changed, 93 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-aa b/mbone/vic/files/patch-aa new file mode 100644 index 0000000..e32c110 --- /dev/null +++ b/mbone/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/mbone/vic/files/patch-ab b/mbone/vic/files/patch-ab new file mode 100644 index 0000000..b484801 --- /dev/null +++ b/mbone/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/mbone/vic/files/patch-ac b/mbone/vic/files/patch-ac new file mode 100644 index 0000000..1512d36 --- /dev/null +++ b/mbone/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 |