summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpq++/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-17 13:02:38 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-17 13:02:38 +0000
commitc5f8d83c1789d47603455cf8184e1a709c5e36f6 (patch)
tree1a6c57ecae5d21cb19fffb1deaa5109c553020c8 /databases/postgresql-libpq++/files
parent- Enable staging support (diff)
Remove expired ports:
2013-11-17 net-im/decibel: Deprecated and unsupported upstream for many years, not used by anything 2013-11-17 databases/postgresql-libpq++: Not maintained upstreams for 10+ years.
Diffstat (limited to 'databases/postgresql-libpq++/files')
-rw-r--r--databases/postgresql-libpq++/files/patch-pgconnection_h13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/postgresql-libpq++/files/patch-pgconnection_h b/databases/postgresql-libpq++/files/patch-pgconnection_h
deleted file mode 100644
index 101d7d7713f9..000000000000
--- a/databases/postgresql-libpq++/files/patch-pgconnection_h
+++ /dev/null
@@ -1,13 +0,0 @@
---- pgconnection.h.orig Wed Nov 27 05:46:08 2002
-+++ pgconnection.h Sun Dec 7 23:15:54 2003
-@@ -21,6 +21,10 @@
- #ifndef PGCONNECTION_H
- #define PGCONNECTION_H
-
-+#ifndef DLLIMPORT
-+#define DLLIMPORT
-+#endif
-+
- #ifdef HAVE_CXX_STRING_HEADER
- #include <string>
- #endif