Bug 248874 - lang/mosh: Fix build on 13-CURRENT
Summary: lang/mosh: Fix build on 13-CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-24 10:04 UTC by mjt
Modified: 2020-08-24 18:04 UTC (History)
1 user (show)

See Also:


Attachments
patch (2.35 KB, application/mbox)
2020-08-24 10:04 UTC, mjt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjt 2020-08-24 10:04:50 UTC
Created attachment 217484 [details]
patch

Unbreak build on 13-CURRENT. Previously, lang/mosh source depended on -fcommon which was turned into -fno-common with 20200816 of 13-CURRENT.

Cherry-pick upstream fix: https://github.com/ivmai/bdwgc/commit/808af929bf55cd2b31e354f1903e182b151e8668
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-24 18:02:38 UTC
A commit references this bug:

Author: fernape
Date: Mon Aug 24 18:02:02 UTC 2020
New revision: 546104
URL: https://svnweb.freebsd.org/changeset/ports/546104

Log:
  lang/mosh: Fix build on 13-CURRENT

  lang/mosh depended on -fcommon

  Cherry-pick upstream fix:
  https://github.com/ivmai/bdwgc/commit/808af929bf55cd2b31e354f1903e182b151e8668

  PR:	248874
  Submitted by:	mjt@cltn.org (maintainer)

Changes:
  head/lang/mosh/files/patch-extlibs_gc-cvs_include_private_gc__priv.h
  head/lang/mosh/files/patch-extlibs_gc-cvs_os__dep.c
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-08-24 18:04:00 UTC
Committed,

Thanks!

Please note I left the PORTREVISION bump out since it is not required.