Bug 254622 - ftp/curl: Make static library optional and don't ship by default
Summary: ftp/curl: Make static library optional and don't ship by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-28 12:47 UTC by Daniel Engberg
Modified: 2021-07-21 18:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch for curl (1.91 KB, patch)
2021-03-28 12:47 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2021-03-28 12:47:51 UTC
Created attachment 223664 [details]
Patch for curl

Make static library optional and disable by default

Compile tested on FreeBSD 13.0-RC1 (aarch64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-21 18:16:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ec683f2a9d3cac9b7721a295ee64683c257d0cb

commit 8ec683f2a9d3cac9b7721a295ee64683c257d0cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 17:51:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-21 18:12:11 +0000

    ftp/curl: Add STATIC option

    PR:             254622
    Reported by:    Daniel Engberg <daniel.engberg.lists@pyret.net>

 ftp/curl/Makefile  | 6 ++++--
 ftp/curl/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-07-21 18:24:40 UTC
Committed. Thanks!