Bug 265384 - sysutils/ucspi-ssl: Fix build on 13 & 14
Summary: sysutils/ucspi-ssl: Fix build on 13 & 14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-22 15:00 UTC by Charles Lecklider
Modified: 2022-07-25 21:15 UTC (History)
1 user (show)

See Also:


Attachments
Patch for Makefile (771 bytes, patch)
2022-07-22 15:00 UTC, Charles Lecklider
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Lecklider 2022-07-22 15:00:54 UTC
Created attachment 235427 [details]
Patch for Makefile

Marked as broken on 13 & 14: "ld: error: duplicate symbol: strnum"

It just needs "-fcommon" added to CFLAGS.

Given the lack of any other PRs for this port I guess I'm one of the last users, so while I'm at it I may as well put myself forward for maintainer too.
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-25 21:04:26 UTC
poudriere testport ok on 14 and 13.1
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-07-25 21:14:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4db3c59b685bb2766df997b5270c9504afccd8bc

commit 4db3c59b685bb2766df997b5270c9504afccd8bc
Author:     Charles Lecklider <freebsd@charles.lecklider.org>
AuthorDate: 2022-07-25 21:09:55 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-25 21:09:55 +0000

    sysutils/ucspi-ssl: Fix build on 13 and 14

     - "-fcommon" added to CFLAGS
     - submitter becomes maintainer

    PR:             265384

 sysutils/ucspi-ssl/Makefile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-25 21:15:30 UTC
Committed, thanks!