Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/05/22 12:50:48 fhajny Exp $
# $NetBSD: Makefile,v 1.3 2015/05/20 13:26:45 ryoon Exp $
PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-sqlite/}
COMMENT= SQLite support for SQL Relay
@@ -8,8 +8,19 @@ COMMENT= SQLite support for SQL Relay
CONFIGURE_ARGS+= --with-sqlite-prefix=${BUILDLINK_PREFIX.sqlite3}
# Configure never does this correctly
CXXFLAGS+= -DSQLITE3=1
CONFIGURE_ARGS+= --disable-postgresql
CONFIGURE_ARGS+= --disable-mysql
CONFIGURE_ARGS+= --disable-freetds
CONFIGURE_ARGS+= --disable-odbc
BUILD_DIRS= src/connections/sqlite
BUILD_DIRS= src/connections
INSTALLATION_DIRS+= libexec/sqlrelay
do-install:
${LIBTOOL} --mode=install ${INSTALL_LIB} \
${WRKSRC}/${BUILD_DIRS}/sqlrconnection_sqlite.la \
${DESTDIR}${PREFIX}/libexec/sqlrelay
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../databases/sqlrelay/buildlink3.mk"

View File

@@ -1,2 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2014/05/22 12:50:48 fhajny Exp $
libexec/sqlrelay/sqlrconnection_sqlite.so
@comment $NetBSD: PLIST,v 1.2 2015/05/20 13:26:45 ryoon Exp $
libexec/sqlrelay/sqlrconnection_sqlite.la