Bug 248996 - cad/gmsh: Update to 4.6.0
Summary: cad/gmsh: Update to 4.6.0
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: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-29 20:41 UTC by Niclas Zeising
Modified: 2020-09-12 10:56 UTC (History)
1 user (show)

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


Attachments
v1 (8.35 KB, patch)
2020-08-29 20:41 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising freebsd_committer freebsd_triage 2020-08-29 20:41:28 UTC
Created attachment 217624 [details]
v1

Attached patch updates cad/gmsh to 4.6.0, which fixes the build on FreeBSD current after the llvm 11 import.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-29 20:44:15 UTC
A commit references this bug:

Author: zeising
Date: Sat Aug 29 20:43:48 UTC 2020
New revision: 546950
URL: https://svnweb.freebsd.org/changeset/ports/546950

Log:
  cad/gmsh: Add -fcommon to fix build

  Add -fcommon to cad/gmsh to fix the build on current with llvm 11.
  This is a stop-gap measure since an update which fixes the -fno-common issue
  is waiting for approval.

  PR:		248996

Changes:
  head/cad/gmsh/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-12 10:56:01 UTC
A commit references this bug:

Author: zeising
Date: Sat Sep 12 10:55:19 UTC 2020
New revision: 548303
URL: https://svnweb.freebsd.org/changeset/ports/548303

Log:
  cad/gmsh: Update to 4.6.0

  Update cad/gmsh to 4.6.0, this includes fixes for -fno-common

  PR:		248996
  Approved by:	maintainer timeout

Changes:
  head/cad/gmsh/Makefile
  head/cad/gmsh/distinfo
  head/cad/gmsh/pkg-plist
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2020-09-12 10:56:54 UTC
Committed with maintainer timeout.