WANTLIB+=m for a bunch of things (chasing sqlite3 fts5 addition)

This commit is contained in:
sthen 2017-09-22 21:37:18 +00:00
parent 30eaa4b102
commit 2f245ea74d
6 changed files with 18 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:50 espie Exp $
# $OpenBSD: Makefile,v 1.8 2017/09/22 21:37:18 sthen Exp $
COMMENT = easy to use database connection pool Library
DISTNAME = libzdb-3.1
REVISION = 0
REVISION = 1
SHARED_LIBS += zdb 1.0 # 11.0
@ -11,7 +11,7 @@ CATEGORIES = databases
HOMEPAGE = http://www.tildeslash.com/libzdb/#
WANTLIB += pthread sqlite3
WANTLIB += m pthread sqlite3
# GPLv3
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2017/07/26 22:45:26 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2017/09/22 21:37:18 sthen Exp $
COMMENT-main= extras for smtpd
COMMENT-mysql= mysql based smtpd table support
@ -13,11 +13,7 @@ PKGNAME-mysql= opensmtpd-extras-mysql-${V}
PKGNAME-pgsql= opensmtpd-extras-pgsql-${V}
PKGNAME-python= opensmtpd-extras-python-${V}
PKGNAME-redis= opensmtpd-extras-redis-${V}
REVISION-main= 0
REVISION-mysql= 0
REVISION-pgsql= 0
REVISION-python= 0
REVISION-redis= 0
REVISION= 1
CATEGORIES= mail
@ -31,7 +27,7 @@ MULTI_PACKAGES= -main -mysql -pgsql -python -redis
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto event pthread ssl sqlite3
WANTLIB= c crypto event m pthread ssl sqlite3
WANTLIB-mysql= c crypto event ssl m z pthread ${COMPILER_LIBCXX} mysqlclient
WANTLIB-pgsql= c crypto event ssl pq
WANTLIB-python= c crypto event ssl m util pthread ${MODPY_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2016/11/08 21:53:16 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/09/22 21:37:18 sthen Exp $
COMMENT = advanced, stable and fast irc server
@ -6,14 +6,14 @@ DISTNAME = ircd-ratbox-3.0.10
CATEGORIES = net
MASTER_SITES = ${HOMEPAGE}download/
EXTRACT_SUFX = .tar.bz2
REVISION = 1
REVISION = 2
HOMEPAGE = http://www.ratbox.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c crypto ltdl pthread sqlite3 ssl z
WANTLIB = c crypto ltdl m pthread sqlite3 ssl z
LIB_DEPENDS = databases/sqlite3 \
devel/libtool,-ltdl

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2017/08/22 05:19:16 kirby Exp $
# $OpenBSD: Makefile,v 1.14 2017/09/22 21:37:18 sthen Exp $
COMMENT = framework for writing networked applications in C
GH_PROJECT = ccnet
REVISION = 0
SHARED_LIBS = ccnet 2.0
@ -10,7 +11,7 @@ SHARED_LIBS = ccnet 2.0
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c crypto event_core event_extra ffi gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl jansson pcre pthread
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl jansson m pcre pthread
WANTLIB += searpc sqlite3 ssl uuid z
MODULES = lang/python

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.13 2016/12/16 08:58:43 kirby Exp $
# $OpenBSD: Makefile,v 1.14 2017/09/22 21:37:18 sthen Exp $
COMMENT = seafile daemon
GH_PROJECT = seafile
PKGNAME = ${GH_PROJECT}-daemon-${V}
REVISION = 0
SHARED_LIBS = seafile 3.0
cWANTLIB += c ccnet curl event_core event_extra crypto ffi gio-2.0 glib-2.0
cWANTLIB += gmodule-2.0 gobject-2.0 iconv intl jansson nghttp2 pcre pthread
cWANTLIB += gmodule-2.0 gobject-2.0 iconv intl jansson m nghttp2 pcre pthread
cWANTLIB += searpc sqlite3 ssl uuid z
WANTLIB += lib/inotify/inotify ${cWANTLIB}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.99 2017/07/26 22:45:29 sthen Exp $
# $OpenBSD: Makefile,v 1.100 2017/09/22 21:37:18 sthen Exp $
COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
DISTNAME= cyrus-sasl-2.1.26
REVISION= 23
REVISION= 24
SHARED_LIBS += sasl2 3.0 # 3.0
@ -94,7 +94,7 @@ CONFIGURE_ARGS += --without-pgsql
.if ${FLAVOR:Msqlite3}
LIB_DEPENDS += databases/sqlite3
WANTLIB += pthread sqlite3
WANTLIB += m pthread sqlite3
.else
CONFIGURE_ARGS += --without-sqlite3
.endif