Skip to content

Commit

Permalink
*/*: Cleanup pointers to EOL mariadb102
Browse files Browse the repository at this point in the history
Although mariadb102 is EOL there were some pointers to this version, so
cleanup the necessaries.

Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 30, 2023
1 parent 09062fa commit 9a9e8f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mk/Uses/mysql.mk
Expand Up @@ -129,7 +129,7 @@ _MYSQL_SHLIB= libmysqlclient
. if (${MYSQL_VER:C/[0-9]*//} == "m")
_MYSQL_SERVER_FLAVOUR= mariadb
_MYSQL_CLIENT_FLAVOUR= mariadb
. if ${MYSQL_VER:C/m//} >= 102
. if ${MYSQL_VER:C/m//} >= 103
_MYSQL_SHLIB= libmariadb
. endif
. elif (${MYSQL_VER:C/[0-9]*//} == "p")
Expand Down
2 changes: 1 addition & 1 deletion databases/ateam_mysql57_ldap_auth/Makefile
Expand Up @@ -10,7 +10,7 @@ WWW= https://github.com/ateamsystems/ateam_mysql_ldap_auth
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

IGNORE_WITH_MYSQL= 80 102m 103m
IGNORE_WITH_MYSQL= 80 103m

LIB_DEPENDS= libconfig.so:devel/libconfig

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= 102m 103m 57p 57w
IGNORE_WITH_MYSQL= 103m 57p 57w

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 102m 103m 57p 57w
IGNORE_WITH_MYSQL= 57 103m 57p 57w
USE_LDCONFIG= yes

CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1
Expand Down
2 changes: 1 addition & 1 deletion www/typo3-12/Makefile
Expand Up @@ -13,7 +13,7 @@ WWW= https://typo3.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

IGNORE_WITH_MYSQL= 57 102m
IGNORE_WITH_MYSQL= 57
IGNORE_WITH_PHP= 80 82 83

USES= cpe php:web,flavors shebangfix
Expand Down

0 comments on commit 9a9e8f8

Please sign in to comment.