| Summary: | databases/mysql51-client: mysql client core dumps in name resolution | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Lutz Rabing <lutz.rabing> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Lutz Rabing
2014-02-06 10:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) Author: ale Date: Tue Feb 11 13:40:34 2014 New Revision: 343739 URL: http://svnweb.freebsd.org/changeset/ports/343739 QAT: https://qat.redports.org/buildarchive/r343739/ Log: Fix gethostbyname usage. PR: ports/186509 Submitted by: Lutz Rabing <lutz.rabing@omc.net> Deleted: head/databases/mysql51-server/files/patch-include_my_net.h Modified: head/databases/mysql51-server/Makefile head/databases/mysql51-server/files/patch-configure Modified: head/databases/mysql51-server/Makefile ============================================================================== --- head/databases/mysql51-server/Makefile Tue Feb 11 12:45:56 2014 (r343738) +++ head/databases/mysql51-server/Makefile Tue Feb 11 13:40:34 2014 (r343739) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.1.73 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-5.1 Modified: head/databases/mysql51-server/files/patch-configure ============================================================================== --- head/databases/mysql51-server/files/patch-configure Tue Feb 11 12:45:56 2014 (r343738) +++ head/databases/mysql51-server/files/patch-configure Tue Feb 11 13:40:34 2014 (r343739) @@ -1,6 +1,15 @@ ---- configure.orig Sat May 26 12:22:14 2007 -+++ configure Fri Jun 1 07:53:46 2007 -@@ -26935,8 +26933,8 @@ +--- configure.orig 2013-11-04 18:55:16.000000000 +0000 ++++ configure 2014-02-11 13:34:06.586185156 +0000 +@@ -22206,7 +22206,7 @@ + int + main () + { +-return gethostbyname_r (); ++return incompatible_gethostbyname_r (); + ; + return 0; + } +@@ -24768,8 +24768,8 @@ # Some system specific hacks # _______________________________________________ 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" State Changed From-To: open->closed Fixed, thanks! |