Skip to content

Commit

Permalink
databases/mysql57-*: Remove expired port
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent d904ca2 commit e716c4e
Show file tree
Hide file tree
Showing 84 changed files with 8 additions and 2,171 deletions.
2 changes: 2 additions & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -8283,3 +8283,5 @@ www/py-dj41-drf-yasg|www/py-dj42-drf-yasg|2023-12-31|Has expired: Extended suppo
print/ghostscript9-agpl-x11|print/ghostscript10|2023-12-31|Has expired: Obsolete and unsupported upstream, consider using print/ghostscipt10
print/ghostscript9-agpl-base|print/ghostscript10|2023-12-31|Has expired: Obsolete and unsupported upstream, consider using print/ghostscipt10
www/py-dj41-django-cors-headers|www/py-dj42-django-cors-headers|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
databases/mysql57-server|mysql80-server|2023-12-31|Has expired: Upstream support ended in October 2019
databases/mysql57-client|mysql80-client|2023-12-31|Has expired: Upstream support ended in October 2019
19 changes: 4 additions & 15 deletions Mk/Uses/mysql.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Provide support for MySQL
# Feature: mysql
# Usage: USES=mysql or USES=mysql:args
# Valid ARGS: <version>, client, server, embedded
# Valid ARGS: <version>, client, server
#
# version If no version is given (by the maintainer via the port), try to
# find the currently installed version. Fall back to default if
# necessary (MySQL-8.0 = 80, look at bsd.default-versions.mk for
# possible values).
# client Depends on the libmysqlclient library (default)
# server/embedded
# Depend on the server at run/build time. If none of these is
# server Depend on the server at run/build time. If none of these is
# set, depends on the client.
#
# IGNORE_WITH_MYSQL
Expand All @@ -28,16 +27,11 @@ _INCLUDE_USES_MYSQL_MK= yes
. if !empty(mysql_ARGS)
.undef _WANT_MYSQL_VER
.undef _WANT_MYSQL_SERVER
.undef _WANT_MYSQL_EMBEDDED
_MYSQL_ARGS= ${mysql_ARGS:S/,/ /g}
. if ${_MYSQL_ARGS:Mserver}
_WANT_MYSQL_SERVER= yes
_MYSQL_ARGS:= ${_MYSQL_ARGS:Nserver}
. endif
. if ${_MYSQL_ARGS:Membedded}
_WANT_MYSQL_EMBEDDED= yes
_MYSQL_ARGS:= ${_MYSQL_ARGS:Nembedded}
. endif
. if ${_MYSQL_ARGS:Mclient}
_WANT_MYSQL_CLIENT= yes
_MYSQL_ARGS:= ${_MYSQL_ARGS:Nclient}
Expand All @@ -62,7 +56,6 @@ DEFAULT_MYSQL_VER?= ${MYSQL_DEFAULT:S/.//}
# MySQL client version currently supported.
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
MYSQL57_LIBVER= 20
MYSQL80_LIBVER= 21
MYSQL81_LIBVER= 22
. for v in 5 6 11
Expand Down Expand Up @@ -139,14 +132,10 @@ IGNORE= cannot install: does not work with MySQL version ${MYSQL_VER} (MySQL ${
. endif
. endfor
. endif # IGNORE_WITH_MYSQL
. if defined(_WANT_MYSQL_SERVER) || defined(_WANT_MYSQL_EMBEDDED)
. if defined(_WANT_MYSQL_SERVER)
RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${_MYSQL_SERVER}
. if defined(_WANT_MYSQL_EMBEDDED)
BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER}
. endif
. endif
. if defined(_WANT_MYSQL_CLIENT) || \
!(defined(_WANT_MYSQL_SERVER) || defined(_WANT_MYSQL_EMBEDDED))
. if defined(_WANT_MYSQL_CLIENT) || !defined(_WANT_MYSQL_SERVER)
LIB_DEPENDS+= ${_MYSQL_SHLIB}.so.${MYSQL${MYSQL_VER}_LIBVER}:${_MYSQL_CLIENT}
. endif
. else
Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Original file line number Diff line number Diff line change
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
# Possible values: 8.0, 8.1, 10.5m, 10.6m, 10.11m
MYSQL_DEFAULT?= 8.0
# Possible values: ninja, samurai
NINJA_DEFAULT?= ninja
Expand Down
2 changes: 0 additions & 2 deletions databases/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@
SUBDIR += mysql-connector-java51
SUBDIR += mysql-connector-odbc-80
SUBDIR += mysql2pgsql
SUBDIR += mysql57-client
SUBDIR += mysql57-server
SUBDIR += mysql80-client
SUBDIR += mysql80-server
SUBDIR += mysql81-client
Expand Down
1 change: 0 additions & 1 deletion databases/mysql-connector-odbc-80/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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
USE_LDCONFIG= yes

CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1
Expand Down
47 changes: 0 additions & 47 deletions databases/mysql57-client/Makefile

This file was deleted.

46 changes: 0 additions & 46 deletions databases/mysql57-client/files/patch-CMakeLists.txt

This file was deleted.

54 changes: 0 additions & 54 deletions databases/mysql57-client/files/patch-client_CMakeLists.txt

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions databases/mysql57-client/files/patch-cmake_os_DragonFly.cmake

This file was deleted.

32 changes: 0 additions & 32 deletions databases/mysql57-client/files/patch-cmake_os_FreeBSD.cmake

This file was deleted.

25 changes: 0 additions & 25 deletions databases/mysql57-client/files/patch-cmake_plugin.cmake

This file was deleted.

30 changes: 0 additions & 30 deletions databases/mysql57-client/files/patch-cmake_ssl.cmake

This file was deleted.

15 changes: 0 additions & 15 deletions databases/mysql57-client/files/patch-configure.cmake

This file was deleted.

0 comments on commit e716c4e

Please sign in to comment.