Bug 86921 - [Maintainer Update] databases/gauche-gdbm link fix, build improvements
Summary: [Maintainer Update] databases/gauche-gdbm link fix, build improvements
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 05:40 UTC by Erik Greenwald
Modified: 2005-10-05 15:57 UTC (History)
1 user (show)

See Also:


Attachments
databases_gauche-gdbm.patch (2.61 KB, patch)
2005-10-05 05:40 UTC, Erik Greenwald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!