The unified diff between revisions [b8df62f3..] and [dd2c62ec..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "kernel/src_info/sn/snsrc/snavigator/configure"
#  from [ef87cc5a294cb2214b83a03675a91c036fb9f35b]
#    to [b6e199ba408909fc6a041044b28f35b37c7ba02a]
#
# patch "kernel/src_info/sn/snsrc/snavigator/configure.in"
#  from [07a18e9a15c147915ad7a8a8153461fbdff442c3]
#    to [77678f3344587a98a16e0db407a3a261ca51988a]
#
# patch "kernel/src_info/sn/snsrc/snavigator/db/Makefile.in"
#  from [a4513e3c10d559775958b2160e40f2a403882fdb]
#    to [1dcc677397047cb54db76fc316a54847d2cf979e]
#
# patch "kernel/src_info/sn/snsrc/snavigator/dbutils/Makefile.in"
#  from [c7e106e78ef90a6c5f0ca578cbe0a09f14afa66a]
#    to [2e1ecd2e9960b3e32544e210a9b2d0f9f1423a69]
#
# patch "kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure"
#  from [ce72ce4bc565cb2955a30fc6da2ec9a43fca7310]
#    to [3febca774ac94ee3b87b7eef4e991dde16ee9fa0]
#
# patch "kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure.in"
#  from [e399a6aef0cc9defa2f7b94bb8aee94a0c9d20cd]
#    to [4977d8a0048c847aae08799369efda025e0987f0]
#
# patch "kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.am"
#  from [700c63b6f8328d425b8de35babbca8b12f650e99]
#    to [408da9f435fb82efad274f398cbaffff21d2e334]
#
# patch "kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.in"
#  from [03aa7d4bb3ed0ba9c1dff509845fb997e9360f46]
#    to [e4d757f37fb18180efad8581af660076b87c6c90]
#
# patch "kernel/src_info/sn/src/Makefile.in"
#  from [b11957ee514cfe71b41e4b3081637475b85210b4]
#    to [02673e2ed955252f409b068c11fb9996a52fc710]
#
============================================================
--- kernel/src_info/sn/snsrc/snavigator/configure	ef87cc5a294cb2214b83a03675a91c036fb9f35b
+++ kernel/src_info/sn/snsrc/snavigator/configure	b6e199ba408909fc6a041044b28f35b37c7ba02a
@@ -6009,9 +6009,9 @@ LIBS="$hold_libs"
 LIBS="$hold_libs"


-DB_LIBDIR='$(top_builddir)/../db/PORT'
+DB_LIBDIR='$(top_builddir)/../db-2.7.7/build_unix'

-DB_INCDIR='$(top_srcdir)/../db/include'
+DB_INCDIR='$(top_srcdir)/../db-2.7.7/include'

 for type in int8_t u_int8_t int16_t u_int16_t int32_t u_int32_t int64_t u_int64_t ; do
   echo "$as_me:$LINENO: checking for $type" >&5
============================================================
--- kernel/src_info/sn/snsrc/snavigator/configure.in	07a18e9a15c147915ad7a8a8153461fbdff442c3
+++ kernel/src_info/sn/snsrc/snavigator/configure.in	77678f3344587a98a16e0db407a3a261ca51988a
@@ -316,9 +316,9 @@ dnl CY_AC_BERKELEY_DB.
 dnl Why do this?  Because it gets the definition into every
 dnl Makefile.in without any extra work.  FIXME these should be in
 dnl CY_AC_BERKELEY_DB.
-DB_LIBDIR='$(top_builddir)/../db/PORT'
+DB_LIBDIR='$(top_builddir)/../db-2.7.7/build_unix'
 AC_SUBST(DB_LIBDIR)
-DB_INCDIR='$(top_srcdir)/../db/include'
+DB_INCDIR='$(top_srcdir)/../db-2.7.7/include'
 AC_SUBST(DB_INCDIR)
 CY_AC_BERKELEY_DB

============================================================
--- kernel/src_info/sn/snsrc/snavigator/db/Makefile.in	a4513e3c10d559775958b2160e40f2a403882fdb
+++ kernel/src_info/sn/snsrc/snavigator/db/Makefile.in	1dcc677397047cb54db76fc316a54847d2cf979e
@@ -456,7 +456,7 @@ install-data-local:


 install-data-local:
-	$(INSTALL_DATA) $(top_builddir)/../db/PORT/libdb.a $(sdkdir)/libpafdb.a
+	$(INSTALL_DATA) $(top_builddir)/../db-2.7.7/build_unix/libdb.a $(sdkdir)/libpafdb.a
 	$(RANLIB) $(sdkdir)/libpafdb.a

 # Tell versions [3.59,3.63) of GNU make to not export all variables.
============================================================
--- kernel/src_info/sn/snsrc/snavigator/dbutils/Makefile.in	c7e106e78ef90a6c5f0ca578cbe0a09f14afa66a
+++ kernel/src_info/sn/snsrc/snavigator/dbutils/Makefile.in	2e1ecd2e9960b3e32544e210a9b2d0f9f1423a69
@@ -512,7 +512,7 @@ install-data-local:


 install-data-local:
-	$(INSTALL_DATA) $(top_builddir)/../db/PORT/libdb.a $(sdkdir)/libpafdb.a
+	$(INSTALL_DATA) $(top_builddir)/../db-2.7.7/build_unix/libdb.a $(sdkdir)/libpafdb.a
 	$(RANLIB) $(sdkdir)/libpafdb.a

 # Tell versions [3.59,3.63) of GNU make to not export all variables.
============================================================
--- kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure	ce72ce4bc565cb2955a30fc6da2ec9a43fca7310
+++ kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure	3febca774ac94ee3b87b7eef4e991dde16ee9fa0
@@ -2861,9 +2861,9 @@ fi



-DB_LIBDIR='$(top_builddir)/../../../../db/PORT'
+DB_LIBDIR='$(top_builddir)/../../../../db-2.7.7/build_unix'

-DB_INCDIR='$(top_srcdir)/../../../../db/include'
+DB_INCDIR='$(top_srcdir)/../../../../db-2.7.7/include'


 ac_ext=c
============================================================
--- kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure.in	e399a6aef0cc9defa2f7b94bb8aee94a0c9d20cd
+++ kernel/src_info/sn/snsrc/snavigator/parsers/assembly/ppc601-eabi/configure.in	4977d8a0048c847aae08799369efda025e0987f0
@@ -37,9 +37,9 @@ dnl Random other stuff

 dnl Random other stuff

-DB_LIBDIR='$(top_builddir)/../../../../db/PORT'
+DB_LIBDIR='$(top_builddir)/../../../../db-2.7.7/build_unix'
 AC_SUBST(DB_LIBDIR)
-DB_INCDIR='$(top_srcdir)/../../../../db/include'
+DB_INCDIR='$(top_srcdir)/../../../../db-2.7.7/include'
 AC_SUBST(DB_INCDIR)

 AC_CHECK_HEADERS([unistd.h])
============================================================
--- kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.am	700c63b6f8328d425b8de35babbca8b12f650e99
+++ kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.am	408da9f435fb82efad274f398cbaffff21d2e334
@@ -29,6 +29,6 @@ install-data-local:
 install-data-local:
 	$(mkinstalldirs) $(sdkincludedir)
 	for h in $(sdkinclude_h) ; do \
-	    cp $(top_srcdir)/../db/include/$$h $(sdkincludedir) ;\
+	    cp $(top_srcdir)/../db-2.7.7/include/$$h $(sdkincludedir) ;\
 	done

============================================================
--- kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.in	03aa7d4bb3ed0ba9c1dff509845fb997e9360f46
+++ kernel/src_info/sn/snsrc/snavigator/sdk/api/c/Makefile.in	e4d757f37fb18180efad8581af660076b87c6c90
@@ -420,7 +420,7 @@ install-data-local:
 install-data-local:
 	$(mkinstalldirs) $(sdkincludedir)
 	for h in $(sdkinclude_h) ; do \
-	    cp $(top_srcdir)/../db/include/$$h $(sdkincludedir) ;\
+	    cp $(top_srcdir)/../db-2.7.7/include/$$h $(sdkincludedir) ;\
 	done

 # Tell versions [3.59,3.63) of GNU make to not export all variables.
============================================================
--- kernel/src_info/sn/src/Makefile.in	b11957ee514cfe71b41e4b3081637475b85210b4
+++ kernel/src_info/sn/src/Makefile.in	02673e2ed955252f409b068c11fb9996a52fc710
@@ -3,8 +3,8 @@ INCLUDES = -I../include \
 INCLUDES = -I../include \
 	   -I$(SNAV)/snavigator/hyper \
 	   -I$(SNAV)/snavigator/parsers/toolbox \
-	   -I$(SNAV)/db/include
-LIBS = -L$(SNAV)/db/PORT
+	   -I$(SNAV)/db-2.7.7/include
+LIBS = -L$(SNAV)/db-2.7.7/build_unix

 CFLAGS=