Opened 12 years ago
Closed 12 years ago
#35095 closed defect (fixed)
thrift: fix perl module dependencies
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | n0ts (Naoya Nakazawa) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | blair (Blair Zajac) | |
Port: | thrift |
Description
The perl variant of the thrift port has dependencies on p5-class-accessor and p5-bit-vector. These must be changed to p5.12-class-accessor and p5.12-bit-vector, and the port must be told to use the "perl5.12" program instead of the "perl" program.
(It doesn't have to be 5.12, but it does have to be a specific version of perl, and 5.12 is our current default version.)
Change History (2)
comment:1 Changed 12 years ago by blair (Blair Zajac)
comment:2 Changed 12 years ago by blair (Blair Zajac)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r95289. The port doesn't install the modules in the correct location, but that's a separate issue.