Bug 14600

Summary: Add perl5 GDBM support to ports since base perl5 doesn't have it
Product: Ports & Packages Reporter: ambrisko <ambrisko>
Component: Individual Port(s)Assignee: nsayer <nsayer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-GDBM.tgz none

Description ambrisko 1999-10-29 19:50:00 UTC
Since we build perl5 in the base system, we do not build in support
for gdbm.  A normal perl5 build would look for gdbm and then build
in the required support automatically.  I've take the GDBM code from
contrib/perl and made a port of it following the lines of portlint.

Suggestions appreciated on this somewhat strange matter.
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-11-14 01:53:43 UTC
Responsible Changed
From-To: freebsd-ports->nsayer

There's a version of p5-GDBM in ports now, but I'm not sure if this one 
has anything nsayer (the maintainer) would like to look at, so I'm  
assigning it to him. 
Comment 2 nsayer freebsd_committer freebsd_triage 1999-11-14 03:01:33 UTC
State Changed
From-To: open->closed

Rather than building the source into the port, eivind's suggestion 
was to fetch it from the horse's mouth (the perl dist). I believe 
that approach will be easier to keep up to date even if it is a bit 
wasteful of download bandwidth (but better than insisting on 
src/contrib being present).