Bug 254622

Summary: ftp/curl: Make static library optional and don't ship by default
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for curl none

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!