Bug 238742

Summary: fix build of dns/powerdns on GCC-based systems
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me CC: pkubaj, tremere
Priority: --- Flags: tremere: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
new file dns/powerdns/files/patch-configure none

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