Skip to content

Commit

Permalink
*/*: Cleanup pointers to EOL mariadb101
Browse files Browse the repository at this point in the history
Although mariadb101 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 6228cf6 commit eb6007b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
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 101m 102m 103m
IGNORE_WITH_MYSQL= 80 102m 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= 101m 102m 103m 57p 57w
IGNORE_WITH_MYSQL= 102m 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 101m 102m 103m 57p 57w
IGNORE_WITH_MYSQL= 57 102m 103m 57p 57w
USE_LDCONFIG= yes

CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1
Expand Down
2 changes: 0 additions & 2 deletions www/typo3-11/Makefile
Expand Up @@ -13,8 +13,6 @@ WWW= https://typo3.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

IGNORE_WITH_MYSQL= 101m

USES= cpe php:web,flavors shebangfix
USE_PHP= ctype dom fileinfo filter intl session simplexml \
tokenizer xml zip
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 101m 102m
IGNORE_WITH_MYSQL= 57 102m
IGNORE_WITH_PHP= 80 82 83

USES= cpe php:web,flavors shebangfix
Expand Down

0 comments on commit eb6007b

Please sign in to comment.