diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-06-05 16:55:50 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-06-05 16:55:50 +0000 |
commit | 38614e2e92a720f7ac8f8eb0620e82b5f8af3e2c (patch) | |
tree | bbcb8dd1af227824e96aa713acace297da5ebb82 /databases/sqliteodbc-sqlite2 | |
parent | Fix build with libc++ 3.8.0, by disabling custom max_align_t definition (diff) |
- Update sqliteodbc port to 0.9994
- Remove options, leaving only sqlite 3 support, split sqlite2
support in a separate slave port [1]
- Convert to USES=sqlite (depends on [1])
Suggested by: mandree (thanks) [1]
Notes
Notes:
svn path=/head/; revision=416402
Diffstat (limited to 'databases/sqliteodbc-sqlite2')
-rw-r--r-- | databases/sqliteodbc-sqlite2/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile new file mode 100644 index 000000000000..275a1e17e910 --- /dev/null +++ b/databases/sqliteodbc-sqlite2/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= sqliteodbc +CATEGORIES= databases +PKGNAMESUFFIX= -sqlite2 + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= ODBC driver for SQLite 2 + +MASTERDIR= ${.CURDIR}/../sqliteodbc + +.include "${MASTERDIR}/Makefile" |