diff options
author | dirk <dirk@FreeBSD.org> | 2000-12-01 11:02:55 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-12-01 11:02:55 +0000 |
commit | 5323aa91c99c5101408107ab7a35842e6ea1a420 (patch) | |
tree | 17728acf21e44b519da4e8493e5531e3e2cc9ab4 /databases | |
parent | f68b5ad075b41f78ee227b6f7b94cc1941a7af89 (diff) | |
download | FreeBSD-ports-5323aa91c99c5101408107ab7a35842e6ea1a420.zip FreeBSD-ports-5323aa91c99c5101408107ab7a35842e6ea1a420.tar.gz |
Enable libwrap and put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql323-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql40-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql41-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql50-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql51-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql54-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql55-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql60-server/Makefile | 4 | ||||
-rw-r--r-- | databases/percona55-server/Makefile | 4 |
9 files changed, 27 insertions, 9 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 40bc78e..806aae7 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ --without-bench \ - --with-mit-threads=no + --with-mit-threads=no \ + --with-libwrap \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif |