Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2013/10/19 09:07:02 adam Exp $
# $NetBSD: Makefile,v 1.10 2014/11/07 19:39:28 adam Exp $
#
DISTNAME= soci-3.2.2
PKGREVISION= 3
PKGREVISION= 7
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soci/}

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/05/21 01:20:44 joerg Exp $
BUILDLINK_TREE+= soci
.if !defined(SOCI_BUILDLINK3_MK)
SOCI_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.soci+= soci>=3.2.2nb4
BUILDLINK_PKGSRCDIR.soci?= ../../databases/soci
.endif # SOCI_BUILDLINK3_MK
BUILDLINK_TREE+= -soci

View File

@@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.1 2013/09/11 12:22:33 joerg Exp $
# $NetBSD: options.mk,v 1.2 2014/05/21 01:20:23 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.soci
PKG_SUPPORTED_OPTIONS= mysql pgsql sqlite
PKG_SUPPORTED_OPTIONS= mysql pgsql sqlite boost
PKG_SUGGESTED_OPTIONS= pgsql
.include "../../mk/bsd.options.mk"
@@ -36,3 +36,10 @@ PLIST.sqlite= yes
.else
CMAKE_ARGS+= -DWITH_SQLITE3=off
.endif
.if !empty(PKG_OPTIONS:Msqlite)
.include "../../devel/boost-libs/buildlink3.mk"
CMAKE_ARGS+= -DWITH_BOOST=on
.else
CMAKE_ARGS+= -DWITH_BOOST=off
.endif