freebsd-ports/databases/sqliteodbc-sqlite2/Makefile
Guido Falsi 7ddd659cfb - Update sqliteodbc ports to 0.9998
- Mark sqlite2 version deprecated and set expiration (i.e. drop
  sqlite2 support)
- Fix minor whitespace issue
2020-06-26 16:10:42 +00:00

19 lines
615 B
Makefile

# $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"