summaryrefslogtreecommitdiff
path: root/databases/xmysql/files/patch-ab
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-01-08 20:05:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-01-08 20:05:14 +0000
commitb2b41bf90a444b9832798578b115c9a851dff345 (patch)
tree43ea51b045a56ce550f0af9a4a9f1b4c519aeb30 /databases/xmysql/files/patch-ab
parentAdd kcheckers, A QT version of the boardgame checkers (diff)
Remove databases/xmysql. Per the distfile survey, this port hasn't
fetched for a long time. It's no longer even clear that this is the same port as is now available on sourceforge under that name; the major number is different. After 3 years of no updates, it's probably easier to start over at this point. PR: ports/59171 Submitted by: linimon No objection from anyone for: 2 months
Notes
Notes: svn path=/head/; revision=97706
Diffstat (limited to 'databases/xmysql/files/patch-ab')
-rw-r--r--databases/xmysql/files/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/xmysql/files/patch-ab b/databases/xmysql/files/patch-ab
deleted file mode 100644
index 99a6bafccca8..000000000000
--- a/databases/xmysql/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- Xmysql_cb.c.orig Tue Sep 2 16:08:23 1997
-+++ Xmysql_cb.c Tue Sep 2 16:09:08 1997
-@@ -1,5 +1,11 @@
- #include <string.h>
-+
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-+
- #include "forms.h"
- #include "Xmysql.h"
- #include "XmysqlDB.h"