summaryrefslogtreecommitdiff
path: root/databases/sqliteodbc-sqlite2
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-07-27 18:50:49 +0000
committerRene Ladan <rene@FreeBSD.org>2020-07-27 18:50:49 +0000
commit5075f7fb060686f79861ad3f7a8235bb319826c5 (patch)
tree6e8f84aa82d9ebe1c0b29e35cb620dbac5798e66 /databases/sqliteodbc-sqlite2
parentsecurity/py-gssapi: Update to 1.6.9 (diff)
Remove expired port:
2020-07-27 databases/sqliteodbc-sqlite2: SQLite2 has stopped development in 2005, please move to SQLite3
Diffstat (limited to 'databases/sqliteodbc-sqlite2')
-rw-r--r--databases/sqliteodbc-sqlite2/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile
deleted file mode 100644
index 7ac6e3470124..000000000000
--- a/databases/sqliteodbc-sqlite2/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sqliteodbc
-CATEGORIES= databases
-PKGNAMESUFFIX= -sqlite2
-
-MAINTAINER= madpilot@FreeBSD.org
-COMMENT= ODBC driver for SQLite 2
-
-MASTERDIR= ${.CURDIR}/../sqliteodbc
-
-DEPRECATED= SQLite2 has stopped development in 2005, please move to SQLite3
-EXPIRATION_DATE= 2020-07-27
-
-BROKEN_aarch64= fails to compile: error: passing char * to parameter of incompatible type va_list
-BROKEN_armv6= fails to compile: error: passing char * to parameter of incompatible type va_list
-BROKEN_armv7= fails to compile: error: passing char * to parameter of incompatible type va_list
-
-.include "${MASTERDIR}/Makefile"