mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/mariadb-(server,client): Update conflicts
PR: 194824 Submitted by: Bernard Spil Approved by: maintainer timeout
This commit is contained in:
parent
afe84685d4
commit
54e554e8b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373557
2 changed files with 8 additions and 2 deletions
|
@ -17,7 +17,10 @@ OPTIONS_DEFINE= THREADSAFE
|
||||||
OPTIONS_DEFAULT= THREADSAFE
|
OPTIONS_DEFAULT= THREADSAFE
|
||||||
THREADSAFE_DESC= Build thread-safe client
|
THREADSAFE_DESC= Build thread-safe client
|
||||||
|
|
||||||
CONFLICTS= mysql[0-9][0-9]-client-* mariadb5.[0-24-9]-client-* mariadb[0-46-9][0-9]-client-* percona[0-9][0-9]-client-*
|
CONFLICTS= mariadb5[4-9]-client-* \
|
||||||
|
mariadb1[0-9][0-9]-client-* \
|
||||||
|
mysql*-client-* \
|
||||||
|
percona*-client-*
|
||||||
|
|
||||||
PATCHDIR= ${.CURDIR}/files
|
PATCHDIR= ${.CURDIR}/files
|
||||||
PLIST= ${.CURDIR}/pkg-plist
|
PLIST= ${.CURDIR}/pkg-plist
|
||||||
|
|
|
@ -22,7 +22,10 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
||||||
|
|
||||||
CONFLICTS?= mysql[0-9][0-9]-server-* percona[0-9][0-9]-server-* mariadb5.[0-24-9]-server-* mariadb[0-46-9][0-9]-server-*
|
CONFLICTS?= mariadb5[4-9]-server-* \
|
||||||
|
mariadb1[0-9][0-9]-server-* \
|
||||||
|
mysql*-server-* \
|
||||||
|
percona*-server-*
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES+= libtool
|
USES+= libtool
|
||||||
|
|
Loading…
Add table
Reference in a new issue