Opened 4 years ago

Last modified 9 months ago

#60812 new defect

perl_select doesn't list any installed perl ports

Reported by: danielbair (Daniel Bair) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port: perl_select

Description

$port select --summary
Name       Selected       Options
====       ========       =======
clang      none           mp-clang-3.6 mp-clang-9.0 none
gcc        none           mp-gcc7 none
llvm       none           mp-llvm-3.6 mp-llvm-9.0 none
perl       none           none

$port installed | grep perl5
  perl5 @5.26.1_0+perl5_28 (active)
  perl5.16 @5.16.3_9 (active)
  perl5.18 @5.18.4_8 (active)
  perl5.20 @5.20.3_7 (active)
  perl5.22 @5.22.4_5 (active)
  perl5.24 @5.24.4_4 (active)
  perl5.26 @5.26.3_4 (active)
  perl5.28 @5.28.3_0 (active)
  perl5.30 @5.30.3_0 (active)

Change History (3)

comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

perl ports do not participate in the port select mechanism. (The perl ports were designed before the port select mechanism existed.)

Instead, you select which perl you want via the variants of the perl5 port.

comment:2 Changed 2 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

When you have multiple perl versions installed, it would be nice to be able to select the default.

comment:3 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)

Kurt, you do so by choosing a variant of the perl5 port.

Note: See TracTickets for help on using tickets.