Skip to content

Commit

Permalink
Merge pull request #93 from anarazel/downgrade-p5-io-tty-take-2
Browse files Browse the repository at this point in the history
Update work-around for FreeBSD p5-IO-Tty package.
  • Loading branch information
macdice authored Apr 19, 2024
2 parents 4e1ec44 + faff91c commit ea1ff46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/freebsd.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ build {
openldap25-client \
openldap25-server
# === begin temporary workaround for broken p5-IO-Tty 1.18 ===
# === begin temporary workaround for broken p5-IO-Tty 1.20 ===
# https://github.com/cpan-authors/IO-Tty/issues/38
# https://www.postgresql.org/message-id/flat/757523.1705091568%40sss.pgh.pa.us
if pkg info p5-IO-Tty | grep -E '^Version *: *1.18$' ; then
if pkg info p5-IO-Tty | grep -E '^Version *: *1.20$' ; then
GOOD_PKG="p5-IO-Tty-1.17.pkg"
pkg remove -y p5-IO-Tty
curl -O "https://pkg.freebsd.org/freebsd:13:x86:64/release_2/All/$GOOD_PKG"
Expand Down

0 comments on commit ea1ff46

Please sign in to comment.