Bug 238742 - fix build of dns/powerdns on GCC-based systems
Summary: fix build of dns/powerdns on GCC-based systems
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-21 11:29 UTC by Mark Linimon
Modified: 2019-06-30 20:45 UTC (History)
2 users (show)

See Also:
tremere: maintainer-feedback+


Attachments
new file dns/powerdns/files/patch-configure (751 bytes, patch)
2019-06-21 11:29 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2019-06-21 11:29:54 UTC
Created attachment 205257 [details]
new file dns/powerdns/files/patch-configure

This is a similar fix to 237947 which applied to powerdns-recursor.  The patch is not exact so I would like the maintainer to approve it.
Comment 1 Ralf van der Enden 2019-06-24 08:06:38 UTC
Looks and builds fine, so approved.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2019-06-24 11:49:28 UTC
Committed, thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-06-24 11:49:56 UTC
A commit references this bug:

Author: linimon
Date: Mon Jun 24 11:49:26 UTC 2019
New revision: 505025
URL: https://svnweb.freebsd.org/changeset/ports/505025

Log:
  Similar to r502813 for dns/powerdns-recursor, fix build on GCC-based
  systems:

    Don't add -L/usr/lib unconditionally, it makes gcc8 (used on GCC-based
    systems) link to base libstdc++.

  Given that this is a build fix that does not affect clang-based systems,
  there should be no need to bump portrevision.

  PR:		238742
  Reported by:	pkubaj
  Approved by:	maintainer

Changes:
  head/dns/powerdns/files/patch-configure
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-06-30 20:45:44 UTC
A commit references this bug:

Author: swills
Date: Sun Jun 30 20:45:24 UTC 2019
New revision: 505487
URL: https://svnweb.freebsd.org/changeset/ports/505487

Log:
  MFH: r499039 r505025 r505486

  dns/powerdns: update to 4.1.8

  PR:		236717
  Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)

  Similar to r502813 for dns/powerdns-recursor, fix build on GCC-based
  systems:

    Don't add -L/usr/lib unconditionally, it makes gcc8 (used on GCC-based
    systems) link to base libstdc++.

  Given that this is a build fix that does not affect clang-based systems,
  there should be no need to bump portrevision.

  PR:		238742
  Reported by:	pkubaj
  Approved by:	maintainer

  dns/powerdns: update to 4.1.10

  PR:		238705
  Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
  Security:	1c21f6a3-9415-11e9-95ec-6805ca2fa271

  Approved by:	ports-secteam (implicit)

Changes:
_U  branches/2019Q2/
  branches/2019Q2/dns/powerdns/Makefile
  branches/2019Q2/dns/powerdns/distinfo
  branches/2019Q2/dns/powerdns/files/patch-configure