Bug 86921

Summary: [Maintainer Update] databases/gauche-gdbm link fix, build improvements
Product: Ports & Packages Reporter: Erik Greenwald <erik>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me CC: erik
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
databases_gauche-gdbm.patch none

Description Erik Greenwald 2005-10-05 05:40:16 UTC
greatly simplify and speed the build process by doing the steps 
manually instead of building the lang/gauche wrkdir before starting 
the module compile.

pkg-plist is no longer necessary, using PLIST_FILES in the makefile
instead of having two PLIST_SUB lines in the makefile to handle the 
two files in pkg-plist.

forces a link against libgdbm, which SHOULD fix the problem noted in
ports/86293 if the issue I was able to replicate was indeed the same
one reported...

tested on i386 5.4 and 7, using athlons.... assuming the link flags
aren't different for other arch's... additional testing/reports
greatly welcomed

Thanks
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-05 13:54:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-05 15:57:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!