Skip to content

Commit

Permalink
qt(59|511|513|5|6)-qtlocation: conflicts_build boost
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chrstphrchvz committed Jul 24, 2022
1 parent 0a6c222 commit 9761ed7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
5 changes: 5 additions & 0 deletions aqua/qt5/Portfile
Expand Up @@ -1567,6 +1567,11 @@ foreach {module module_info} [array get modules] {

# special case
if { ${module} eq "qtlocation" } {
PortGroup conflicts_build 1.0

# do not allow ${prefix}/include/boost to conflict with bundled boost (in bundled mapbox-gl-native)
conflicts_build boost

# qtlocation uses
# Gypsy (https://gypsy.freedesktop.org/wiki/)
# if they can be found
Expand Down
5 changes: 5 additions & 0 deletions aqua/qt511/Portfile
Expand Up @@ -1375,6 +1375,11 @@ foreach {module module_info} [array get modules] {

# special case
if { ${module} eq "qtlocation" } {
PortGroup conflicts_build 1.0

# do not allow ${prefix}/include/boost to conflict with bundled boost (in bundled mapbox-gl-native)
conflicts_build boost

# qtlocation uses
# Gypsy (https://gypsy.freedesktop.org/wiki/)
# if they can be found
Expand Down
5 changes: 5 additions & 0 deletions aqua/qt513/Portfile
Expand Up @@ -1392,6 +1392,11 @@ foreach {module module_info} [array get modules] {

# special case
if { ${module} eq "qtlocation" } {
PortGroup conflicts_build 1.0

# do not allow ${prefix}/include/boost to conflict with bundled boost (in bundled mapbox-gl-native)
conflicts_build boost

# qtlocation uses
# Gypsy (https://gypsy.freedesktop.org/wiki/)
# if they can be found
Expand Down
6 changes: 6 additions & 0 deletions aqua/qt59/Portfile
Expand Up @@ -1361,6 +1361,12 @@ foreach {module module_info} [array get modules] {

# special case
if { ${module} eq "qtlocation" } {
PortGroup conflicts_build 1.0

# do not allow ${prefix}/include/boost to conflict with bundled boost (in bundled mapbox-gl-native)
# error: expected ';' at end of declaration list
conflicts_build boost

# qtlocation uses
# Gypsy (https://gypsy.freedesktop.org/wiki/)
# if they can be found
Expand Down
9 changes: 8 additions & 1 deletion aqua/qt6/Portfile
Expand Up @@ -1023,7 +1023,14 @@ foreach {module module_info} [array get modules] {
###############################################################################
# Special Cases
###############################################################################


# special case
if { ${module} eq "qtlocation" } {
PortGroup conflicts_build 1.0

# do not allow ${prefix}/include/boost to conflict with bundled boost (in bundled mapbox-gl-native)
conflicts_build boost
}
}
}
}
Expand Down

0 comments on commit 9761ed7

Please sign in to comment.