summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-12-04 15:13:36 +0000
committerdirk <dirk@FreeBSD.org>2000-12-04 15:13:36 +0000
commite20c32604ac2cf9fa802082eb3f9fb146527090c (patch)
tree8caf0a81c4ec5beb3e0219ca65f557bbb133b01f /databases
parenta3cf017f9a17ba45a09bd048d6bb568c9d35c699 (diff)
downloadFreeBSD-ports-e20c32604ac2cf9fa802082eb3f9fb146527090c.zip
FreeBSD-ports-e20c32604ac2cf9fa802082eb3f9fb146527090c.tar.gz
Go back to where I started: Put mysql.sock in /tmp/...
PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql322-server/Makefile3
-rw-r--r--databases/mysql323-server/Makefile3
-rw-r--r--databases/mysql40-server/Makefile3
-rw-r--r--databases/mysql41-server/Makefile3
-rw-r--r--databases/mysql50-server/Makefile3
-rw-r--r--databases/mysql51-server/Makefile3
-rw-r--r--databases/mysql54-server/Makefile3
-rw-r--r--databases/mysql55-server/Makefile3
-rw-r--r--databases/mysql60-server/Makefile3
-rw-r--r--databases/percona55-server/Makefile3
10 files changed, 10 insertions, 20 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile
index 3c3e699..acb4093 100644
--- a/databases/mysql322-server/Makefile
+++ b/databases/mysql322-server/Makefile
@@ -27,8 +27,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-perl \
--without-debug \
--without-readline \
- --without-bench \
- --with-unix-socket-path=/var/run/mysql.sock
+ --without-bench
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql323-server/Makefile
+++ b/databases/mysql323-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql41-server/Makefile
+++ b/databases/mysql41-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql50-server/Makefile
+++ b/databases/mysql50-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/mysql60-server/Makefile
+++ b/databases/mysql60-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile
index 3dafafc..139c570 100644
--- a/databases/percona55-server/Makefile
+++ b/databases/percona55-server/Makefile
@@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-readline \
--without-bench \
--with-mit-threads=no \
- --with-libwrap \
- --with-unix-socket-path=/var/run/mysql.sock
+ --with-libwrap
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif
OpenPOWER on IntegriCloud