Opened 14 years ago
Closed 10 years ago
#28174 closed submission (fixed)
p5-db_file: make a port
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | mojca (Mojca Miklavec), jason@… | |
Port: | p5-db_file |
Description
We need a port for DB_File for BioPerl (#26468)
Attachments (3)
Change History (9)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-config.in.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Type: | defect → submission |
---|
comment:4 Changed 10 years ago by dbevans (David B. Evans)
Cc: | jason@… added |
---|
This module supports only the Berkeley DB 1.* API. Although it can be used with Berkeley DB versions 2.* 3.* 4.*, the functionality is limited to that in 1.*. Perhaps by now bioperl has been updated to use p5-berkeleydb which supports the the newer APIs.
Changed 10 years ago by dbevans (David B. Evans)
Attachment: | Portfile.2 added |
---|
Updated Portfile for DB_File version 1.835
comment:5 Changed 10 years ago by dbevans (David B. Evans)
At any rate, Portfile attached modified to build using current perl5 PortGroup and updated to current version 1.835. Builds for me.
comment:6 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Port committed in r135127 after changing dependency on db51 to depends_lib and adding license and descriptions.
Note: See
TracTickets for help on using
tickets.
Well, here's a Portfile and patch that build DB_File against db51, but it fails in the destroot phase with:
This post-destroot phase is defined in the perl5 portgroup, and I don't know if this means the port is installing files into the wrong location, or that there is a bug in the perl5 portgroup.