From 8526212f4e8ed2cd19ad5e8b3ee524ecf7451537 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 21 Apr 2014 23:29:58 +0000 Subject: [PATCH] zap com_err (pgsql) --- benchmarks/sysbench/Makefile | 6 +++--- databases/postgresql-odbc/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index efa44530118..8aefd179ec5 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2013/06/12 20:36:33 brad Exp $ +# $OpenBSD: Makefile,v 1.15 2014/04/21 23:29:58 sthen Exp $ COMMENT = modular, cross-platform and multi-threaded benchmark tool DISTNAME = sysbench-0.4.8 -REVISION = 6 +REVISION = 7 CATEGORIES = benchmarks MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sysbench/} @@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-mysql=no .if ${FLAVOR:Mpgsql} CONFIGURE_ARGS += --with-pgsql LIB_DEPENDS += databases/postgresql -WANTLIB += pq com_err crypto ssl +WANTLIB += pq crypto ssl #crypto ssl .else CONFIGURE_ARGS += --with-pgsql=no diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 999229a6baa..d100cc147fc 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2013/03/21 08:45:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2014/04/21 23:31:09 sthen Exp $ COMMENT= ODBC driver for PostgreSQL VERSION= 08.03.0400 PKGNAME= postgresql-odbc-${VERSION} DISTNAME= psqlodbc-${VERSION} CATEGORIES= databases -REVISION = 1 +REVISION= 2 HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/ @@ -21,7 +21,7 @@ SHARED_ONLY = Yes LIB_DEPENDS = databases/postgresql>=8.3 \ databases/iodbc -WANTLIB = pq iodbc iodbcinst pthread com_err crypto ssl +WANTLIB = pq iodbc iodbcinst pthread crypto ssl USE_GMAKE= Yes CONFIGURE_STYLE= autoconf