Summary: | [PATCH] sysutils/monit: Fix MySQL protocol testing and misc port cleanups | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jase Thew <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | martinp | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jase Thew
2011-06-23 10:50:15 UTC
Maintainer of sysutils/monit, Please note that PR ports/158198 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/158198 -- 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) Approved
Best regards,
Martin
On Jun 23, 2011, at 11:51 AM, Edwin Groothuis wrote:
> Maintainer of sysutils/monit,
>
> Please note that PR ports/158198 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/158198
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it. State Changed From-To: feedback->closed Committed. Thanks! wxs 2011-06-25 12:37:57 UTC FreeBSD ports repository Modified files: sysutils/monit Makefile pkg-descr Added files: sysutils/monit/files patch-protocols-mysql_c Log: - Add patch to fix MySQL protocol testing with MySQL 5.1.57+ and 5.5.12+. Taken from vendor repo (r372). - Remove CPPFLAGS from CONFIGURE_ARGS as it is inherently passed via use of GNU_CONFIGURE. (quiets lint warning) - Remove WITH_SSL option conditional and replace it with a WITHOUT_SSL conditional. SSL support is enabled by default in configure and the --enable-SSL and --with-openssl knobs have been removed. (quiets configure warning) - Change Mk includes to use new options style. - Fix WWW in pkg-descr. PR: ports/158198 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Martin Pala <martinp@tildeslash.com> (maintainer) Revision Changes Path 1.24 +6 -8 ports/sysutils/monit/Makefile 1.1 +13 -0 ports/sysutils/monit/files/patch-protocols-mysql_c (new) 1.3 +1 -1 ports/sysutils/monit/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |