mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.
- add patch to use correct prototypes for libwrap
This commit is contained in:
parent
0cd30bf9f4
commit
97b1019c82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64441
27 changed files with 117 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql323-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql323-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql40-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql40-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql41-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql41-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql50-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql50-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql51-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql51-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql54-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql54-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql55-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql55-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/mysql60-server/files/patch-sql_mysqld.cc
Normal file
11
databases/mysql60-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql-client
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mysql323-server
|
||||
COMMENT= ${PKGDIR}/pkg-comment.client
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= ${MASTERPORTNAME}
|
||||
PORTVERSION= 3.23.51
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
|
||||
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS+=--enable-thread-safe-client
|
|||
CONFIGURE_ENV+= PERL=${PERL} \
|
||||
PERL5=${PERL} \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
CXX="${CC}" \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CONFIGURE_ARGS="${CONFIGURE_ARGS}"
|
||||
|
||||
|
|
11
databases/percona55-server/files/patch-sql_mysqld.cc
Normal file
11
databases/percona55-server/files/patch-sql_mysqld.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sql/mysqld.cc.orig Mon Jun 3 12:39:02 2002
|
||||
+++ sql/mysqld.cc Mon Aug 12 11:15:20 2002
|
||||
@@ -90,7 +90,7 @@
|
||||
int allow_severity = LOG_INFO;
|
||||
int deny_severity = LOG_WARNING;
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#define my_fromhost(A) fromhost()
|
||||
#define my_hosts_access(A) hosts_access()
|
||||
#define my_eval_client(A) eval_client()
|
Loading…
Add table
Reference in a new issue