diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-04-12 10:23:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-04-12 10:23:29 +0000 |
commit | 4d21eb6b103589f39bd276f2ec1aca7d3fe46a05 (patch) | |
tree | f6611995a5200f2728931e4b8326296b96c00513 /databases/mariadb55-server/files/patch-scripts_mysql__config.sh | |
parent | Document new vulnerabilities in www/chromium < 81.0.4044.92 (diff) |
Remove expired ports:
2020-04-11 databases/mariadb55-server: Upstream end-of-life 2020-04-11, switch to a newer version
2020-04-11 databases/mariadb55-client: Upstream end-of-life 2020-04-11, switch to a newer version
Notes
Notes:
svn path=/head/; revision=531502
Diffstat (limited to 'databases/mariadb55-server/files/patch-scripts_mysql__config.sh')
-rw-r--r-- | databases/mariadb55-server/files/patch-scripts_mysql__config.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/mariadb55-server/files/patch-scripts_mysql__config.sh b/databases/mariadb55-server/files/patch-scripts_mysql__config.sh deleted file mode 100644 index 8788844b5670..000000000000 --- a/databases/mariadb55-server/files/patch-scripts_mysql__config.sh +++ /dev/null @@ -1,14 +0,0 @@ ---- scripts/mysql_config.sh.orig 2017-04-30 11:09:31 UTC -+++ scripts/mysql_config.sh -@@ -109,8 +109,11 @@ fi - # We intentionally add a space to the beginning and end of lib strings, simplifies replace later - libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" - libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ " -+libs="$libs -L%%LOCALBASE%%/lib " - libs_r=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient_r @ZLIB_DEPS@ @CLIENT_LIBS@ @openssl_libs@ " -+libs_r="$libs_r -L%%LOCALBASE%%/lib " - embedded_libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqld @LIBDL@ @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @openssl_libs@ " -+embedded_libs="$embedded_libs -L%%LOCALBASE%%/lib " - - if [ -r "$pkglibdir/libmygcc.a" ]; then - # When linking against the static library with a different version of GCC |