Summary: | devel/boehm-gc: enable static libraries | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Val Packett <val> | ||||||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | montblanc, yasu, yuri | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 231660 | ||||||||||
Attachments: |
|
You may want to add a comment to Makefile explaining why static libs are installed. Otherwise somebody might submit a patch that deletes them. Created attachment 195629 [details]
boehm-static.patch v2
oh okay.
Created attachment 197503 [details]
updated patch file
I updated patch to make it fit to latest ports tree.
So please commit it instead of previous one.
(In reply to Yasuhiro KIMURA from comment #3) Update in the ports tree is not yet available. When will it appear? ping. There's maintainer-approval+ but still no commit Committed, thanks! A commit references this bug: Author: yuri Date: Tue Nov 6 18:06:25 UTC 2018 New revision: 484314 URL: https://svnweb.freebsd.org/changeset/ports/484314 Log: devel/boehm-gc: enable static libraries PR: 230145 Submitted by: Greg V <greg@unrelenting.technology> Approved by: yasu@utahime.org (maintainer) Changes: head/devel/boehm-gc/Makefile head/devel/boehm-gc/pkg-plist |
Created attachment 195587 [details] boehm-static.patch To build static binaries with lang/crystal, we need the static version of libgc-threaded. This patch enables packaging static boehm libs.