From: Ty S. <ts...@us...> - 2000-10-12 02:52:20
|
Update of /cvsroot/firebird/interbase In directory slayer.i.sourceforge.net:/tmp/cvs-serv18269 Modified Files: setup_dirs Log Message: NetBSD support. Thanks to Geoffrey C. Speicher for the FreeBSD port, which made this much easier. Index: setup_dirs =================================================================== RCS file: /cvsroot/firebird/interbase/setup_dirs,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** setup_dirs 2000/09/15 07:19:03 1.10 --- setup_dirs 2000/10/12 02:52:16 1.11 *************** *** 153,157 **** if [ "$INTERBASE" = "" ] then ! if [ $SYS_TYPE = 'FREEBSD' ] then export INTERBASE="/usr/interbase" --- 153,157 ---- if [ "$INTERBASE" = "" ] then ! if [ $SYS_TYPE = 'FREEBSD' -o $SYS_TYPE = 'NETBSD' ] then export INTERBASE="/usr/interbase" *************** *** 207,211 **** echo ' {SGI | SOLARIS | SUN4 }' echo ' {UNIXWARE | AIX_PPC | LINUX }' ! echo ' {FREEBSD}' exit 1 fi --- 207,211 ---- echo ' {SGI | SOLARIS | SUN4 }' echo ' {UNIXWARE | AIX_PPC | LINUX }' ! echo ' {FREEBSD | NETBSD}' exit 1 fi *************** *** 267,273 **** ! if [ $SYS_TYPE = 'LINUX' -o $SYS_TYPE = 'FREEBSD' ] then ! # TODO this does not belong in the linux/freebsd section if [ -d interbase ] then --- 267,273 ---- ! if [ $SYS_TYPE = 'LINUX' -o $SYS_TYPE = 'FREEBSD' -o $SYS_TYPE = 'NETBSD' ] then ! # TODO this does not belong in the linux/*bsd section if [ -d interbase ] then |