- Fix a few typos in the descriptions - Fix build with PGSQL - Fix build with GCRYPT
Maintainer of net-mgmt/collectd5, Please note that PR ports/180370 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180370 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hello, On Sun, Jul 07, 2013 at 07:50:07PM +0000, Edwin Groothuis wrote: > Maintainer of net-mgmt/collectd5, > > Please note that PR ports/180370 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180370 > Yes, I 've found bug with pgsql plugin lately. I wanted to make a PR, but it seems, that someone did it earlier :-))) So I apporve this patch. Thank a lot for your work Brad and Edwin. Greetings, -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is.
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
Author: wg Date: Sun Jul 7 21:55:43 2013 New Revision: 322460 URL: http://svnweb.freebsd.org/changeset/ports/322460 Log: net-mgmt/collectd5: fix build with PGSQL and GCRYPT - Fix build with PGSQL and GCRYPT - Fix typo in a couple descriptions PR: ports/180370 Submitted by: brd Approved by: maintainer Modified: head/net-mgmt/collectd5/Makefile Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Sun Jul 7 21:41:02 2013 (r322459) +++ head/net-mgmt/collectd5/Makefile Sun Jul 7 21:55:43 2013 (r322460) @@ -27,9 +27,9 @@ GCRYPT_DESC= Build with libgcrypt JSON_DESC= Enable JSON plugins MEMCACHEC_DESC= Enable memcachec plugin MODBUS_DESC= Enable modbus plugin -MYSQL_DESC= Enable mysql-basd plugins +MYSQL_DESC= Enable mysql-based plugins NUTUPS_DESC= Enable nut (ups) plugin -PGSQL_DESC= Enable postgresql-basd plugins +PGSQL_DESC= Enable postgresql-based plugins PING_DESC= Enable ping plugin PYTHON_DESC= Enable python-based plugins REDIS_DESC= Enable redis-based plugins @@ -206,6 +206,7 @@ PLIST_SUB+= DBI="@comment " .if ${PORT_OPTIONS:MGCRYPT} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--with-libgcrypt=${LOCALBASE} +LDFLAGS+= -lgcrypt .endif .if ${PORT_OPTIONS:MJSON} @@ -258,7 +259,7 @@ PLIST_SUB+= NUTUPS="@comment " .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes -CONFIGURE_ARGS+=--with-postgresql=${LOCALBASE} --enable-postgresql +CONFIGURE_ARGS+=--with-postgresql=${LOCALBASE} --enable-postgresql --with-libpq PLIST_SUB+= PGSQL="" .else PLIST_SUB+= PGSQL="@comment " _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"