+++ /dev/null
-DIST xbase64-3.1.2.tar.gz 425650 BLAKE2B d99a15fa9642887e7f303344030eff351f764e7057beede2941016f4f8ee813c2196f20764f5e7e8a52a285d0a2d23dfe4ef49de3c0ba4c45e71d2ae2ffe2ef1 SHA512 bd9e27e250ad1035aa7c692cba668b2e9cf678c398f2ee9fdb9a08374a77f3920c059edd8c72fbd172e488d6169b256526acb47b7685e3dbbecd6cbca859ce87
+++ /dev/null
---- xbase-2.0.0/ltconfig.foo 2007-05-04 18:14:42.000000000 -0400
-+++ xbase-2.0.0/ltconfig 2007-05-04 18:15:39.000000000 -0400
-@@ -1664,16 +1664,7 @@ linux-gnu*)
- shlibpath_var=LD_LIBRARY_PATH
- check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object'
- sys_lib_search_path="/lib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`"
--
-- if test -f /lib/ld.so.1; then
-- dynamic_linker='GNU ld.so'
-- else
-- # Only the GNU ld.so supports shared libraries on MkLinux.
-- case "$host_cpu" in
-- powerpc*) dynamic_linker=no ;;
-- *) dynamic_linker='Linux ld.so' ;;
-- esac
-- fi
-+ dynamic_linker='GNU ld.so'
- ;;
-
- netbsd* | openbsd*)
+++ /dev/null
-diff -up xbase64-3.1.2/xbase64-config.in.BAD xbase64-3.1.2/xbase64-config.in
---- xbase64-3.1.2/xbase64-config.in.BAD 2009-08-19 22:58:42.081087534 -0400
-+++ xbase64-3.1.2/xbase64-config.in 2009-08-19 22:58:45.604090002 -0400
-@@ -5,7 +5,7 @@ exec_prefix=@exec_prefix@
- exec_prefix_set=no
- CC="@CC@"
- CXX="@CXX@"
--LD="@SHARED_LD@"
-+LD="@LD@"
-
- usage="\
- Usage: xbase-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [--cc] [--cxx] [--ld]"
+++ /dev/null
- configure.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 3110c70..5850231 100755
---- a/configure.in
-+++ b/configure.in
-@@ -74,7 +74,7 @@ AC_SUBST(RHREL)
-
- # get G++ version
- if test "$GXX" = "yes"; then
-- GXXVER=`${CXX} -v 2>&1 | grep version | cut -d " " -f 3 -`
-+ GXXVER=`${CXX} -v 2>&1 | grep " version " | cut -d " " -f 3 -`
- GXXVER="gcc${GXXVER}"
- else
- GXXVER=""
+++ /dev/null
-diff -up xbase64-3.1.2/xbase64/xbase64.cpp.gcc44 xbase64-3.1.2/xbase64/xbase64.cpp
---- xbase64-3.1.2/xbase64/xbase64.cpp.gcc44 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbase64.cpp 2009-08-19 23:08:14.724079392 -0400
-@@ -66,6 +66,8 @@
- #include <dos.h>
- #endif
-
-+#include <cerrno>
-+
-
- /*! \file xbase64.cpp
- */
-diff -up xbase64-3.1.2/xbase64/xblock.cpp.gcc44 xbase64-3.1.2/xbase64/xblock.cpp
---- xbase64-3.1.2/xbase64/xblock.cpp.gcc44 2009-08-19 23:08:59.408186578 -0400
-+++ xbase64-3.1.2/xbase64/xblock.cpp 2009-08-19 23:09:11.416184844 -0400
-@@ -65,6 +65,8 @@
- //#include <stdio.h>
- //#include <stdlib.h>
-
-+#include <cerrno>
-+
- /*! \file xblock.cpp
- */
- #ifdef XB_LOCKING_ON
+++ /dev/null
-diff -up xbase64-3.1.2/bin/dumprecs.cpp.gcc47 xbase64-3.1.2/bin/dumprecs.cpp
---- xbase64-3.1.2/bin/dumprecs.cpp.gcc47 2012-01-05 15:36:00.377536998 -0500
-+++ xbase64-3.1.2/bin/dumprecs.cpp 2012-01-05 15:36:15.198399295 -0500
-@@ -70,7 +70,7 @@ int main(int ac,char** av)
- return 1;
- }
-
-- for(int i=1; i<ac; ++i){
-+ for(int i=1; i<ac; ++i){{
- char* filename = av[i];
-
- xbDbf MyFile( &x );
-@@ -91,7 +91,7 @@ int main(int ac,char** av)
- x.DisplayError( rc );
- }
- MyFile.CloseDatabase(); /* close database */
-- }
-+ }}
- return 0;
- }
-
+++ /dev/null
-diff -up xbase64-3.1.2/xbase64/xblock.cpp.gcc6 xbase64-3.1.2/xbase64/xblock.cpp
---- xbase64-3.1.2/xbase64/xblock.cpp.gcc6 2016-02-16 16:06:40.146864585 -0500
-+++ xbase64-3.1.2/xbase64/xblock.cpp 2016-02-16 16:07:51.137342339 -0500
-@@ -84,7 +84,7 @@ xbLock::xbLock(xbDbf * pdbf)
- TableLockCnt = 0;
- MemoLockCnt = 0;
- IndexLockCnt = 0;
-- std::cout << "xbLock constructor" << std::cout;
-+ std::cout << "xbLock constructor";
- }
- /*************************************************************************/
- xbLock::~xbLock()
-@@ -169,7 +169,7 @@ else if( LockType == XB_LOCK || LockType
- /*************************************************************************/
- xbaseLock::xbaseLock( xbDbf * pdbf ) : xbLock( pdbf )
- {
-- std::cout << "xbaseLock constructor" << std::cout;
-+ std::cout << "xbaseLock constructor";
- }
- /*************************************************************************/
- xbShort xbaseLock::LockTableHeader( xbShort LockType )
-@@ -336,7 +336,7 @@ xbShort xbaseLock::LockInit()
- /*************************************************************************/
- dbaseLock::dbaseLock( xbDbf * pdbf ) : xbLock( pdbf )
- {
-- std::cout << "dbaseLock constructor" << std::cout;
-+ std::cout << "dbaseLock constructor";
- }
- /*************************************************************************/
- xbShort dbaseLock::LockTableHeader( xbShort LockType )
-@@ -460,7 +460,7 @@ xbShort dbaseLock::UnlockAll()
- /*************************************************************************/
- clipperLock::clipperLock( xbDbf * pdbf ) : xbLock( pdbf )
- {
-- std::cout << "clipperLock constructor" << std::cout;
-+ std::cout << "clipperLock constructor";
- }
- /*************************************************************************/
- xbShort clipperLock::LockTableHeader( xbShort LockType )
-@@ -523,7 +523,7 @@ xbShort clipperLock::UnlockAll()
- /*************************************************************************/
- foxproLock::foxproLock( xbDbf * pdbf ) : xbLock( pdbf )
- {
-- std::cout << "foxproLock constructor" << std::cout;
-+ std::cout << "foxproLock constructor";
- }
- /*************************************************************************/
- xbShort foxproLock::LockTableHeader( xbShort LockType )
-diff -up xbase64-3.1.2/xbase64/xblock.h.gcc6 xbase64-3.1.2/xbase64/xblock.h
+++ /dev/null
-diff -up xbase64-3.1.2/bin/dbfutil1.cpp.gcc7 xbase64-3.1.2/bin/dbfutil1.cpp
---- xbase64-3.1.2/bin/dbfutil1.cpp.gcc7 2017-02-20 09:59:36.135561103 -0500
-+++ xbase64-3.1.2/bin/dbfutil1.cpp 2017-02-20 10:00:32.743218194 -0500
-@@ -157,7 +157,8 @@ void MyClass::SetFilter()
- memset( Expression, 0x00, 512 );
- while( !strlen( Expression )){
- std::cout << "Enter filter expression (like AMOUNT<5)" << std::endl;
-- gets( Expression );
-+ fgets( Expression, sizeof(Expression), stdin );
-+ strtok( Expression, "\n" );
- }
- if( xbf )
- delete xbf;
-@@ -247,7 +248,8 @@ void MyClass::ProcessExpression()
- while( !strstr( exprsn, "QUIT" ) && !strstr( exprsn, "quit" )){
-
- std::cout << ">";
-- gets( exprsn );
-+ fgets( exprsn, sizeof(exprsn), stdin );
-+ strtok( exprsn, "\n" );
-
- if( strstr( exprsn, "HELP" ) || strstr( exprsn, "help" )){
- std::cout << "** Command Help ***" << std::endl << std::endl;
-diff -up xbase64-3.1.2/xbase64/xbase64.h.gcc7 xbase64-3.1.2/xbase64/xbase64.h
---- xbase64-3.1.2/xbase64/xbase64.h.gcc7 2017-02-20 09:49:07.063609482 -0500
-+++ xbase64-3.1.2/xbase64/xbase64.h 2017-02-20 09:57:36.586618723 -0500
-@@ -53,6 +53,7 @@
- #endif
-
- #include <string.h>
-+#include <cstdio>
-
- #if defined(__WIN32__)
- #include "windows.h"
+++ /dev/null
-diff -up xbase64-3.1.2/xbase64/xbase64.cpp.lesserg xbase64-3.1.2/xbase64/xbase64.cpp
---- xbase64-3.1.2/xbase64/xbase64.cpp.lesserg 2012-01-05 15:31:01.695312436 -0500
-+++ xbase64-3.1.2/xbase64/xbase64.cpp 2012-01-05 15:31:01.717312232 -0500
-@@ -38,7 +38,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbase64.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbase64.h.lesserg xbase64-3.1.2/xbase64/xbase64.h
---- xbase64-3.1.2/xbase64/xbase64.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbase64.h 2012-01-05 15:31:01.718312223 -0500
-@@ -42,7 +42,7 @@
- #ifndef __XB_XBASE_H__
- #define __XB_XBASE_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-@@ -60,7 +60,7 @@
- // ripped from wxWindows
-
- // _declspec works in BC++ 5 and later, as well as VC++
--#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU LesserC__)
-+#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU_LesserC__)
- # ifdef XBMAKINGDLL
- # define XBDLLEXPORT __declspec( dllexport )
- # define XBDLLEXPORT_DATA(type) __declspec( dllexport ) type
-diff -up xbase64-3.1.2/xbase64/xbcdx.h.lesserg xbase64-3.1.2/xbase64/xbcdx.h
---- xbase64-3.1.2/xbase64/xbcdx.h.lesserg 2012-01-05 15:32:17.398608985 -0500
-+++ xbase64-3.1.2/xbase64/xbcdx.h 2012-01-05 15:32:43.051370614 -0500
-@@ -50,7 +50,7 @@ struct CdxInnerNode: public CdxNode
- {\r
- char keys[500];\r
- }\r
--#ifdef __GNU LesserC__\r
-+#ifdef __GNU_LesserC__\r
- __attribute__((packed))\r
- #endif\r
- ;\r
-@@ -67,7 +67,7 @@ struct CdxLeafNode: public CdxNode
- char byteCount;\r
- char keys[488];\r
- } \r
--#ifdef __GNU LesserC__\r
-+#ifdef __GNU_LesserC__\r
- __attribute__((packed))\r
- #endif\r
- ;\r
-diff -up xbase64-3.1.2/xbase64/xbdate.cpp.lesserg xbase64-3.1.2/xbase64/xbdate.cpp
---- xbase64-3.1.2/xbase64/xbdate.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbdate.cpp 2012-01-05 15:31:01.719312213 -0500
-@@ -40,7 +40,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbdate.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbdate.h.lesserg xbase64-3.1.2/xbase64/xbdate.h
---- xbase64-3.1.2/xbase64/xbdate.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbdate.h 2012-01-05 15:31:01.721312195 -0500
-@@ -45,7 +45,7 @@
- #ifndef __XB_XBDATE_H__
- #define __XB_XBDATE_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbdbf.cpp.lesserg xbase64-3.1.2/xbase64/xbdbf.cpp
---- xbase64-3.1.2/xbase64/xbdbf.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbdbf.cpp 2012-01-05 15:31:01.722312185 -0500
-@@ -39,7 +39,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbdbf.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbdbf.h.lesserg xbase64-3.1.2/xbase64/xbdbf.h
---- xbase64-3.1.2/xbase64/xbdbf.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbdbf.h 2012-01-05 15:31:01.723312175 -0500
-@@ -41,7 +41,7 @@
- #ifndef __XB_DBF_H__
- #define __XB_DBF_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbexp.cpp.lesserg xbase64-3.1.2/xbase64/xbexp.cpp
---- xbase64-3.1.2/xbase64/xbexp.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbexp.cpp 2012-01-05 15:31:01.725312157 -0500
-@@ -38,7 +38,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbexp.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbexp.h.lesserg xbase64-3.1.2/xbase64/xbexp.h
---- xbase64-3.1.2/xbase64/xbexp.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbexp.h 2012-01-05 15:31:01.726312148 -0500
-@@ -42,7 +42,7 @@
- #ifndef __XB_EXP_H__
- #define __XB_EXP_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbfile.cpp.lesserg xbase64-3.1.2/xbase64/xbfile.cpp
---- xbase64-3.1.2/xbase64/xbfile.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbfile.cpp 2012-01-05 15:31:01.727312139 -0500
-@@ -39,7 +39,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbfile.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbfile.h.lesserg xbase64-3.1.2/xbase64/xbfile.h
---- xbase64-3.1.2/xbase64/xbfile.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbfile.h 2012-01-05 15:31:01.728312130 -0500
-@@ -45,7 +45,7 @@
- #ifndef __XB_FILE_H__\r
- #define __XB_FILE_H__\r
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbfilter.cpp.lesserg xbase64-3.1.2/xbase64/xbfilter.cpp
---- xbase64-3.1.2/xbase64/xbfilter.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbfilter.cpp 2012-01-05 15:31:01.729312120 -0500
-@@ -38,7 +38,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbfilter.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbfilter.h.lesserg xbase64-3.1.2/xbase64/xbfilter.h
---- xbase64-3.1.2/xbase64/xbfilter.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbfilter.h 2012-01-05 15:31:01.731312101 -0500
-@@ -44,7 +44,7 @@
- #ifndef __XB_FILTER_H__
- #define __XB_FILTER_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbindex.cpp.lesserg xbase64-3.1.2/xbase64/xbindex.cpp
---- xbase64-3.1.2/xbase64/xbindex.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbindex.cpp 2012-01-05 15:31:01.732312092 -0500
-@@ -37,7 +37,7 @@
- USA
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbindex.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbindex.h.lesserg xbase64-3.1.2/xbase64/xbindex.h
---- xbase64-3.1.2/xbase64/xbindex.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbindex.h 2012-01-05 15:31:01.733312083 -0500
-@@ -43,7 +43,7 @@
- #ifndef __XB_INDEX_H__\r
- #define __XB_INDEX_H__\r
- \r
--#ifdef __GNU LesserG__\r
-+#ifdef __GNU_LesserG__\r
- #pragma interface\r
- #endif\r
- \r
-diff -up xbase64-3.1.2/xbase64/xblock.cpp.lesserg xbase64-3.1.2/xbase64/xblock.cpp
---- xbase64-3.1.2/xbase64/xblock.cpp.lesserg 2012-01-05 15:31:01.696312427 -0500
-+++ xbase64-3.1.2/xbase64/xblock.cpp 2012-01-05 15:31:01.734312074 -0500
-@@ -42,7 +42,7 @@
- USA
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xblock.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xblock.h.lesserg xbase64-3.1.2/xbase64/xblock.h
---- xbase64-3.1.2/xbase64/xblock.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xblock.h 2012-01-05 15:31:01.735312065 -0500
-@@ -44,7 +44,7 @@
- #ifndef __XB_XBLOCK_H__
- #define __XB_XBLOCK_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbndx.cpp.lesserg xbase64-3.1.2/xbase64/xbndx.cpp
---- xbase64-3.1.2/xbase64/xbndx.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbndx.cpp 2012-01-05 15:31:01.737312045 -0500
-@@ -36,7 +36,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbndx.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbndx.h.lesserg xbase64-3.1.2/xbase64/xbndx.h
---- xbase64-3.1.2/xbase64/xbndx.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbndx.h 2012-01-05 15:31:01.738312036 -0500
-@@ -41,7 +41,7 @@
- #ifndef __XB_NDX_H__\r
- #define __XB_NDX_H__\r
- \r
--#ifdef __GNU LesserG__\r
-+#ifdef __GNU_LesserG__\r
- #pragma interface\r
- #endif\r
- \r
-diff -up xbase64-3.1.2/xbase64/xbntx.cpp.lesserg xbase64-3.1.2/xbase64/xbntx.cpp
---- xbase64-3.1.2/xbase64/xbntx.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbntx.cpp 2012-01-05 15:31:01.740312018 -0500
-@@ -40,7 +40,7 @@
- USA
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbntx.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbntx.h.lesserg xbase64-3.1.2/xbase64/xbntx.h
---- xbase64-3.1.2/xbase64/xbntx.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbntx.h 2012-01-05 15:31:01.741312009 -0500
-@@ -42,7 +42,7 @@
- #ifndef __XB_NTX_H__\r
- #define __XB_NTX_H__\r
- \r
--#ifdef __GNU LesserG__\r
-+#ifdef __GNU_LesserG__\r
- #pragma interface\r
- #endif\r
- \r
-diff -up xbase64-3.1.2/xbase64/xbstring.cpp.lesserg xbase64-3.1.2/xbase64/xbstring.cpp
---- xbase64-3.1.2/xbase64/xbstring.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbstring.cpp 2012-01-05 15:31:01.742312000 -0500
-@@ -38,7 +38,7 @@
-
- */
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma implementation "xbstring.h"
- #endif
-
-diff -up xbase64-3.1.2/xbase64/xbstring.h.lesserg xbase64-3.1.2/xbase64/xbstring.h
---- xbase64-3.1.2/xbase64/xbstring.h.lesserg 2006-07-17 12:54:50.000000000 -0400
-+++ xbase64-3.1.2/xbase64/xbstring.h 2012-01-05 15:31:01.743311990 -0500
-@@ -41,7 +41,7 @@
- #ifndef __XBSTRING_H__
- #define __XBSTRING_H__
-
--#ifdef __GNU LesserG__
-+#ifdef __GNU_LesserG__
- #pragma interface
- #endif
-
+++ /dev/null
- bin/Makefile.am | 2 +-
- examples/Makefile.am | 2 +-
- libtest/Makefile.am | 2 +-
- xbase64/Makefile.am | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/bin/Makefile.am b/bin/Makefile.am
-index 43c8333..ca49ca1 100755
---- a/bin/Makefile.am
-+++ b/bin/Makefile.am
-@@ -1,5 +1,5 @@
-
--INCLUDES= -I$(topdir)
-+INCLUDES= -I$(top_srcdir)
- LDADD = -L$(topdir)/xbase64 -lxbase64
-
- INSTALL_PROGRAM = @INSTALL@
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index 248b1ec..85adbf3 100755
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -1,5 +1,5 @@
-
--INCLUDES= -I$(topdir) $(all_includes)
-+INCLUDES= -I$(top_srcdir) $(all_includes)
- LDADD = -L$(topdir)/xbase64 -lxbase64
-
- # for shadow passwords override the value
-diff --git a/libtest/Makefile.am b/libtest/Makefile.am
-index 9e84830..1b73af1 100755
---- a/libtest/Makefile.am
-+++ b/libtest/Makefile.am
-@@ -1,5 +1,5 @@
-
--INCLUDES= -I$(topdir)
-+INCLUDES= -I$(top_srcdir)
- LDADD = -L$(topdir)/xbase64 -lxbase64
-
- INSTALL_PROGRAM = @INSTALL@
-diff --git a/xbase64/Makefile.am b/xbase64/Makefile.am
-index b0dff24..857aa82 100755
---- a/xbase64/Makefile.am
-+++ b/xbase64/Makefile.am
-@@ -25,7 +25,7 @@
- #
- #
-
--INCLUDES = -I$(topdir)
-+INCLUDES = -I$(top_srcdir)
-
- lib_LTLIBRARIES = libxbase64.la
-
+++ /dev/null
-diff -up xbase64-3.1.2/xbase64/xbnode.cpp.BAD xbase64-3.1.2/xbase64/xbnode.cpp
---- xbase64-3.1.2/xbase64/xbnode.cpp.BAD 2009-08-19 23:10:38.444059289 -0400
-+++ xbase64-3.1.2/xbase64/xbnode.cpp 2009-08-19 23:10:47.348202984 -0400
-@@ -1,4 +1,4 @@
--#include "xbNode.h"\r
-+#include "xbnode.h"\r
- \r
- void xbNodeLink::AddNode(xbNodeLink* node)\r
- {\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">xdb</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library"
-HOMEPAGE="https://sourceforge.net/projects/xdb/ http://linux.techass.com/projects/xdb/"
-SRC_URI="mirror://sourceforge/xdb/${PN}64-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE="doc static-libs"
-
-S="${WORKDIR}"/${PN}64-${PV}
-
-PATCHES=(
- "${FILESDIR}"/${P}-fixconfig.patch
- "${FILESDIR}"/${P}-gcc44.patch
- "${FILESDIR}"/${PN}-2.0.0-ppc.patch
- "${FILESDIR}"/${P}-xbnode.patch
- "${FILESDIR}"/${P}-lesserg.patch
- "${FILESDIR}"/${P}-outofsource.patch
- "${FILESDIR}"/${P}-gcc47.patch
- "${FILESDIR}"/${P}-gcc-version.patch
- "${FILESDIR}"/${P}-gcc6.patch
- "${FILESDIR}"/${P}-gcc7.patch
-)
-
-src_prepare() {
- default
- mv configure.in configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- if use doc; then
- HTML_DOCS+=( html/. )
- if [[ -e examples/.libs ]] ; then
- rm -r examples/.libs || die
- fi
- dodoc -r examples
- fi
-
- default
- find "${D}" -name '*.la' -delete || die
-
- if use doc; then
- rm "${ED%/}"/usr/share/doc/${PF}/html/copying.lib || die
- rm "${ED%/}"/usr/share/doc/${PF}/html/Makefile{,.in,.am} || die
- fi
-
- # media-tv/linuxtv-dvb-apps collision, bug #208596
- mv "${ED%/}"/usr/bin/{,${PN}-}zap || die
-}
# Michał Górny <mgorny@gentoo.org> (2019-09-17)
# Unmaintained libraries with no reverse dependencies.
# Removal in 30 days. Bug #694602.
-dev-db/xbase
dev-db/xbsql
# Michał Górny <mgorny@gentoo.org> (2019-09-16)