diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-08 20:05:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-08 20:05:14 +0000 |
commit | b2b41bf90a444b9832798578b115c9a851dff345 (patch) | |
tree | 43ea51b045a56ce550f0af9a4a9f1b4c519aeb30 /databases/xmysql/files/patch-ad | |
parent | Add 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
Diffstat (limited to 'databases/xmysql/files/patch-ad')
-rw-r--r-- | databases/xmysql/files/patch-ad | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/xmysql/files/patch-ad b/databases/xmysql/files/patch-ad deleted file mode 100644 index ca2bab9a3709..000000000000 --- a/databases/xmysql/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- Xmysql.h.orig Wed Feb 11 01:47:52 1998 -+++ Xmysql.h Mon Jul 24 12:53:30 2000 -@@ -201,4 +201,11 @@ - - extern FD_Xmysql_add_record * create_form_Xmysql_add_record(void); - -+#ifndef TRUE -+#define TRUE 1 -+#endif -+#ifndef FALSE -+#define FALSE 0 -+#endif -+ - #endif /* FD_Xmysql_main_h_ */ |