aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbtool/files')
-rw-r--r--databases/dbtool/files/patch-Makefile.in20
-rw-r--r--databases/dbtool/files/patch-cipher.h17
-rw-r--r--databases/dbtool/files/patch-config.h11
3 files changed, 0 insertions, 48 deletions
diff --git a/databases/dbtool/files/patch-Makefile.in b/databases/dbtool/files/patch-Makefile.in
deleted file mode 100644
index 18d04801c1e0..000000000000
--- a/databases/dbtool/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Sat Apr 20 20:43:22 2002
-+++ Makefile.in Sat Mar 22 14:06:46 2003
-@@ -68,7 +68,7 @@
- dbtool_SOURCES = cipher.cc config.cc dbtool.cc digest.cc engine.cc rijndael.cc
- man_MANS = dbtool.1
- EXTRA_DIST = $(man_MANS)
--CXXFLAGS = -g -Wstrict-prototypes -O
-+CXXFLAGS = @CXXFLAGS@
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_CLEAN_FILES =
-@@ -84,7 +84,7 @@
- dbtool_LDADD = $(LDADD)
- dbtool_DEPENDENCIES =
- dbtool_LDFLAGS =
--CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS)
- CXXLD = $(CXX)
- CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
- man1dir = $(mandir)/man1
diff --git a/databases/dbtool/files/patch-cipher.h b/databases/dbtool/files/patch-cipher.h
deleted file mode 100644
index 0a329367f976..000000000000
--- a/databases/dbtool/files/patch-cipher.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- cipher.h.orig Thu Dec 21 14:26:06 2006
-+++ cipher.h Thu Dec 21 14:26:26 2006
-@@ -62,12 +62,12 @@
- MD5Digest dig;
- unsigned char key[32];
- string blah;
-- const char* cipher::error(int num);
-+ const char* error(int num);
-
- public:
- cipher() {};
- ~cipher() {};
-- void cipher::init(const string & phrase);
-+ void init(const string & phrase);
- string encrypt(const string& source);
- string decrypt(const string& source);
- };
diff --git a/databases/dbtool/files/patch-config.h b/databases/dbtool/files/patch-config.h
deleted file mode 100644
index 6ac4101664d8..000000000000
--- a/databases/dbtool/files/patch-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.orig Thu Dec 21 14:30:15 2006
-+++ config.h Thu Dec 21 14:30:26 2006
-@@ -71,7 +71,7 @@
-
- public:
- Config();
-- void Config::args(int argc, char *argv[]);
-+ void args(int argc, char *argv[]);
- int parse();
- int force, command, with, reverse, readonly, encrypted;
- string filename, key, value, usage, token, phrase;