mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Go back to where I started: Put mysql.sock in /tmp/...
PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
This commit is contained in:
parent
467cb2d4af
commit
be4c7a8cdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35655
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user