uw7.config.patch

application/x-patch

Filename: uw7.config.patch
Type: application/x-patch
Part: 0
Message: UnixWare 7 patches for current CVS code.

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
src/config.guess 1 1
src/config.sub 2 0
src/configure 1 0
src/configure.in 1 1
*** src/config.guess.orig	Sun Apr 11 16:12:39 1999
--- src/config.guess	Sun Apr 11 16:15:54 1999
***************
*** 709,715 ****
  	  (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
  	    && UNAME_MACHINE=i586
  	fi
! 	echo ${UNAME_MACHINE}-unixware-${UNAME_RELEASE}-${UNAME_VERSION}
  	exit 0 ;;
      pc:*:*:*)
          # uname -m prints for DJGPP always 'pc', but it prints nothing about
--- 709,715 ----
  	  (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
  	    && UNAME_MACHINE=i586
  	fi
! 	echo ${UNAME_MACHINE}-pc-unixware${UNAME_VERSION}
  	exit 0 ;;
      pc:*:*:*)
          # uname -m prints for DJGPP always 'pc', but it prints nothing about
*** src/config.sub.orig	Sat Apr 10 20:05:46 1999
--- src/config.sub	Sun Apr 11 16:57:02 1999
***************
*** 692,697 ****
--- 692,699 ----
  	-svr4*)
  		os=-sysv4
  		;;
+ 	-unixware7*)
+ 		;;
  	-unixware*)
  		os=-sysv4.2uw
  		;;
*** /tmp/configure.in	Sat Apr 17 16:20:30 1999
--- src/configure.in	Sat Apr 17 16:20:47 1999
***************
*** 44,50 ****
  		    *) os=unknown need_tas=no ;;
         esac ;;
     sysv4*) os=svr4 need_tas=no ;;
!    sysv5*) os=unixware need_tas=no ;;
  *) echo ""
     echo "*************************************************************"
     echo "configure does not currently recognize your operating system,"
--- 44,50 ----
  		    *) os=unknown need_tas=no ;;
         esac ;;
     sysv4*) os=svr4 need_tas=no ;;
!    unixware*) os=unixware need_tas=no ;;
  *) echo ""
     echo "*************************************************************"
     echo "configure does not currently recognize your operating system,"
*** /tmp/configure	Sat Apr 17 16:17:35 1999
--- src/configure	Fri Apr 16 13:54:22 1999
***************
*** 649,654 ****
--- 649,655 ----
  		    *) os=unknown need_tas=no ;;
         esac ;;
     sysv4*) os=svr4 need_tas=no ;;
+    unixware*) os=unixware need_tas=no ;;
  *) echo ""
     echo "*************************************************************"
     echo "configure does not currently recognize your operating system,"