summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2007-02-06 07:59:47 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2007-02-06 07:59:47 +0000
commitc8ab2c22c59e1db02f8edad26f39e9262bd0aead (patch)
tree74ba215fc86118145e6e67667961a02ece958323 /databases/postgresql-libpqxx/files
parent- Update to 1.5 (diff)
Updating to version 2.6.9:
"Many things have changed. Bugs have been fixed, new features have been introduced. But most importantly, we're really retiring the old 1.x-style libpqxx API now. This API (where upper-case letters were still used in function names and such) has been supported for more than three years in the interest of backwards compatibility, but has been marked as obsolete all this time."
Notes
Notes: svn path=/head/; revision=184349
Diffstat (limited to 'databases/postgresql-libpqxx/files')
-rw-r--r--databases/postgresql-libpqxx/files/patch-tools-splitconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql-libpqxx/files/patch-tools-splitconfig b/databases/postgresql-libpqxx/files/patch-tools-splitconfig
deleted file mode 100644
index 383fb09cfa14..000000000000
--- a/databases/postgresql-libpqxx/files/patch-tools-splitconfig
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/splitconfig.orig Wed Aug 9 12:00:50 2006
-+++ tools/splitconfig Wed Aug 9 12:00:59 2006
-@@ -58,7 +58,7 @@
- }
-
-
--SAMPLETXT="`mktemp`"
-+SAMPLETXT="`mktemp foo`"
-
- # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
- # listed in "$2" (one per line) in file "$3". A code for the grep command line