Skip to content

Commit

Permalink
Ensure that ports requiring privileges are installed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 14, 2024
1 parent d0c8317 commit 1cc56ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install_macports
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fetch_and_install_package()

install_ports()
{
ports_document "$1" | xargs -J '%' port install '%'
ports_document "$1" | xargs -J '%' sudo port install '%'
}

experimental()
Expand Down
1 change: 1 addition & 0 deletions testsuite/run-testsuite-on-macos-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ ports:
select: [ tcl, universal ]
- name: gmp
select: native
- name: dbus
7 changes: 7 additions & 0 deletions testsuite/run-testsuite-on-macos-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ variants:
- aqua
- metal
deselect: x11
ports:
- name: db48
deselect: [ java ]
select: [ tcl, universal ]
- name: gmp
select: native
- name: dbus
1 change: 1 addition & 0 deletions testsuite/run-testsuite-on-macos-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ ports:
select: [ tcl, universal ]
- name: gmp
select: native
- name: dbus
2 changes: 2 additions & 0 deletions testsuite/run-testsuite-on-macos-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ ports:
select: [ tcl, universal ]
- name: gmp
select: native
- name: dbus

0 comments on commit 1cc56ce

Please sign in to comment.