mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
shells/ksh: Remove the now expired ksh2020 from CONFLICTS.
This commit is contained in:
parent
58801fdf5b
commit
b50fe1ebe5
4 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ GH_TAGNAME= ksh93v
|
|||
# IMPORTANT: Disabling conflicts, i.e. -DDISABLE_CONFLICTS will result in
|
||||
# arcane build failures due to already installed ksh/ksh93 in
|
||||
# $PATH.
|
||||
CONFLICTS= ksh2020 ksh93 ksh93-devel
|
||||
CONFLICTS= ksh93 ksh93-devel
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES STATIC
|
||||
|
||||
|
|
|
@ -37,8 +37,8 @@ GH_TAGNAME= ${HASH}
|
|||
# arcane build failures due to already installed ksh/ksh93 in
|
||||
# $PATH.
|
||||
KSH_CONFLICTS= pdksh
|
||||
KSH93_CONFLICTS= ksh2020 ksh93 ast-ksh
|
||||
KSH93D_CONFLICTS= ksh2020 ksh93 ast-ksh
|
||||
KSH93_CONFLICTS= ksh93 ast-ksh
|
||||
KSH93D_CONFLICTS= ksh93 ast-ksh
|
||||
|
||||
OPTIONS_DEFAULT= KSH93 EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES STATIC
|
||||
|
|
|
@ -32,7 +32,7 @@ GH_PROJECT= ksh
|
|||
# arcane build failures due to already installed ksh/ksh93 in
|
||||
# $PATH.
|
||||
KSH_CONFLICTS= pdksh
|
||||
KSH93_CONFLICTS= ksh2020 ksh93 ast-ksh ksh-devel
|
||||
KSH93_CONFLICTS= ksh93 ast-ksh ksh-devel
|
||||
|
||||
OPTIONS_DEFAULT= KSH93 EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES STATIC
|
||||
|
|
|
@ -32,7 +32,7 @@ GH_ACCOUNT= att
|
|||
GH_PROJECT= ast
|
||||
|
||||
KSH_CONFLICTS= pdksh
|
||||
KSH93_CONFLICTS= ksh2020 ksh93-devel ast-ksh
|
||||
KSH93_CONFLICTS= ksh93-devel ast-ksh
|
||||
|
||||
OPTIONS_DEFAULT= KSH93 EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES STATIC
|
||||
|
|
Loading…
Add table
Reference in a new issue