HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/databases/sqliteodbc-sqlite2/Makefile
# $FreeBSD: head/databases/sqliteodbc-sqlite2/Makefile 540519 2020-06-26 16:10:42Z madpilot $

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"