Skip to content

Commit

Permalink
databases/mysqlwsrep57-server: Remove expired port
Browse files Browse the repository at this point in the history
Depends on upstream EOL MySQL 5.7.
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent 7b9d732 commit 74b5232
Show file tree
Hide file tree
Showing 41 changed files with 7 additions and 1,187 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -8188,3 +8188,4 @@ comms/openzwave-devel||2023-12-28|Has expired: Upstream no longer maintained, in
net/net/dpdk-22.11|net/dpdk|2023-12-30|Instead of expiring dpdk move dpdk-22.11 to dpdk
databases/ateam_mysql57_ldap_auth||2023-12-31|Depends on upstream EOL MySQL 5.7
databases/mysql-udf||2023-12-31|Has expired: Upstream last update was in 2007
databases/mysqlwsrep57-server||2023-12-31|Depends on upstream EOL MySQL 5.7
7 changes: 2 additions & 5 deletions Mk/Uses/mysql.mk
Expand Up @@ -90,7 +90,7 @@ WITH_MYSQL_FLAVOUR= mariadb
WITH_MYSQL_FLAVOUR= mysql
. endif
. if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER} != ${_WANT_MYSQL_VER}
IGNORE= cannot install: the port wants ${_WANT_MYSQL_FLAVOUR}${_WANT_MYSQL_VER:C/[mw]//}-client and you try to install ${WITH_MYSQL_FLAVOUR}${WITH_MYSQL_VER:C/[mw]//}-client
IGNORE= cannot install: the port wants ${_WANT_MYSQL_FLAVOUR}${_WANT_MYSQL_VER:C/[m]//}-client and you try to install ${WITH_MYSQL_FLAVOUR}${WITH_MYSQL_VER:C/[m]//}-client
. endif
MYSQL_VER= ${_WANT_MYSQL_VER}
. elif defined(WITH_MYSQL_VER)
Expand All @@ -111,7 +111,7 @@ MYSQL_FLAVOUR= mysql

. if defined(_MYSQL_VER)
. if ${_MYSQL_VER} != ${MYSQL_VER}
IGNORE= cannot install: MySQL versions mismatch: ${_MYSQL_FLAVOUR}${_MYSQL_VER:C/[mw]//}-client is installed and wanted version is ${MYSQL_FLAVOUR}${MYSQL_VER:C/[mw]//}-client
IGNORE= cannot install: MySQL versions mismatch: ${_MYSQL_FLAVOUR}${_MYSQL_VER:C/[m]//}-client is installed and wanted version is ${MYSQL_FLAVOUR}${MYSQL_VER:C/[m]//}-client
. endif
. endif

Expand All @@ -122,9 +122,6 @@ _MYSQL_CLIENT_FLAVOUR= mariadb
. if ${MYSQL_VER:C/m//} >= 105
_MYSQL_SHLIB= libmariadb
. endif
. elif (${MYSQL_VER:C/[0-9]*//} == "w")
_MYSQL_SERVER_FLAVOUR= mysqlwsrep
_MYSQL_CLIENT_FLAVOUR= mysql
. else
_MYSQL_SERVER_FLAVOUR= mysql
_MYSQL_CLIENT_FLAVOUR= mysql
Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Expand Up @@ -105,7 +105,7 @@ LUAJIT_DEFAULT?= luajit-devel
. endif
# Possible values: 5.10, 5.20, 6.8
MONO_DEFAULT?= 5.20
# Possible values: 5.7, 8.0, 8.1, 10.5m, 10.6m, 10.11m, 5.7w
# Possible values: 5.7, 8.0, 8.1, 10.5m, 10.6m, 10.11m
MYSQL_DEFAULT?= 8.0
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
Expand Down
1 change: 0 additions & 1 deletion databases/Makefile
Expand Up @@ -205,7 +205,6 @@
SUBDIR += mysqlsla
SUBDIR += mysqltcl
SUBDIR += mysqltuner
SUBDIR += mysqlwsrep57-server
SUBDIR += mytop
SUBDIR += nagios-check_mongodb
SUBDIR += nagios-check_postgres_replication
Expand Down
2 changes: 1 addition & 1 deletion databases/mroonga/Makefile
Expand Up @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:configure
LIB_DEPENDS= libgroonga.so:textproc/groonga

USES= compiler:c11 libtool mysql pkgconfig shebangfix
IGNORE_WITH_MYSQL= 105m 106m 1011m 57w 81
IGNORE_WITH_MYSQL= 105m 106m 1011m 81

SHEBANG_FILES= data/rpm/post.sh data/rpm/preun.sh

Expand Down
2 changes: 1 addition & 1 deletion databases/mysql-connector-odbc-80/Makefile
Expand Up @@ -17,7 +17,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC \
libzstd.so:archivers/zstd

USES= cmake compiler:c++11-lang localbase:ldflags mysql:80 ssl
IGNORE_WITH_MYSQL= 57 57w
IGNORE_WITH_MYSQL= 57
USE_LDCONFIG= yes

CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1
Expand Down
201 changes: 0 additions & 201 deletions databases/mysqlwsrep57-server/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions databases/mysqlwsrep57-server/distinfo

This file was deleted.

62 changes: 0 additions & 62 deletions databases/mysqlwsrep57-server/files/my.cnf.sample.in

This file was deleted.

0 comments on commit 74b5232

Please sign in to comment.