Skip to content

Commit

Permalink
legacy-support-devel: update to latest master
Browse files Browse the repository at this point in the history
- provide a workaround for bug in `pthread_get_stacksize_np`

See: macports/macports-legacy-support#86
  • Loading branch information
MarcusCalhoun-Lopez authored and mascguy committed May 17, 2024
1 parent 6fff3de commit e7a8aa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devel/legacy-support/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ subport ${name} {

subport ${name}-devel {
conflicts ${name}
github.setup macports macports-legacy-support df195e0aea5b49d03c149970ddb303bcada0f7d7
version 20240506
github.setup macports macports-legacy-support 34e47c0a3bafc1693ce83d24f03264ba05cb7c86
version 20240516
revision 0
livecheck.type none
checksums rmd160 935a5607cb066500a674989ab2f5a222dc902a55 \
sha256 0692c82327c154a42073c82d7f2bf70bb62257ed2751fdfe9ff7ec90ccbf71e6 \
size 76022
checksums rmd160 91ac38ae5a7ac40eaae84163a3bc658c24fd976b \
sha256 1f59de824f9769fde0f154173ed0296390288b6b0a79eb073d21e35aa8b0a1f6 \
size 77763
set v_split [split ${release_ver} .]
set release_ver [lindex ${v_split} 0].[lindex ${v_split} 1].99
}
Expand Down

0 comments on commit e7a8aa4

Please sign in to comment.