Bug 242831 - net/asterisk13: fix build on powerpc64, remove COMPILER options
Summary: net/asterisk13: fix build on powerpc64, remove COMPILER options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-23 14:08 UTC by Piotr Kubaj
Modified: 2019-12-24 21:49 UTC (History)
2 users (show)

See Also:
madpilot: maintainer-feedback+


Attachments
patch (1.55 KB, patch)
2019-12-23 14:08 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (madpilot)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-12-23 14:08:40 UTC
Created attachment 210175 [details]
patch

This port builds fine on powerpc64.

Also remove COMPILER options. It's enough to add USES=compiler:c11 to build this port.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2019-12-23 15:23:06 UTC
Thanks for the patch.

The GCC/BASE options I added a lot of time ago, and I agree it's time to remove them.

I'm testing it and will commit soon.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-24 21:48:36 UTC
A commit references this bug:

Author: madpilot
Date: Tue Dec 24 21:48:12 UTC 2019
New revision: 520820
URL: https://svnweb.freebsd.org/changeset/ports/520820

Log:
  - Update asterisk13 to 13.30.0
  - Fix build on powerpc64 [1]
  - Remove COMPILER option [1]

  PR:		242831 [1]
  Submitted by:	pkubaj

Changes:
  head/net/asterisk13/Makefile
  head/net/asterisk13/distinfo
  head/net/asterisk13/files/patch-cdr_cdr__pgsql.c
  head/net/asterisk13/pkg-plist
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-12-24 21:48:37 UTC
A commit references this bug:

Author: madpilot
Date: Tue Dec 24 21:48:31 UTC 2019
New revision: 520821
URL: https://svnweb.freebsd.org/changeset/ports/520821

Log:
  - Update asterisk16 to 16.7.0
  - Fix build on powerpc64 [1]
  - Remove COMPILER option [1]

  PR:		242831 [1]
  Submitted by:	pkubaj

Changes:
  head/net/asterisk16/Makefile
  head/net/asterisk16/distinfo
  head/net/asterisk16/files/patch-cdr_cdr__pgsql.c
  head/net/asterisk16/pkg-plist
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2019-12-24 21:49:59 UTC
Committed with update to latest version.

Thanks!