summaryrefslogtreecommitdiff
path: root/databases
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
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
Notes
Notes: svn path=/head/; revision=543544
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/sqliteodbc-sqlite2/Makefile19
2 files changed, 0 insertions, 20 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 01f246adcdd8..4827586da917 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -991,7 +991,6 @@
SUBDIR += sqliteconvert
SUBDIR += sqlitemanager
SUBDIR += sqliteodbc
- SUBDIR += sqliteodbc-sqlite2
SUBDIR += sqlitestudio
SUBDIR += sqlrelay
SUBDIR += sqsh
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"