Bug 249356

Summary: dns/mydns-ng: Fix build on 13-CURRENT
Product: Ports & Packages Reporter: Hung-Yi Chen <gaod>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Some People CC: danfe
Priority: --- Keywords: needs-qa
Version: LatestFlags: koobs: merge-quarterly?
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mydns-ng.diff none

Description Hung-Yi Chen 2020-09-16 01:33:40 UTC
Created attachment 217987 [details]
mydns-ng.diff

* Unbreak on 13-current
* Check with portlint
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-09-16 04:05:01 UTC
^Triage: [tags] in issue Titles are deprecated
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-12 07:04:29 UTC
A commit references this bug:

Author: danfe
Date: Thu Nov 12 07:03:31 UTC 2020
New revision: 554933
URL: https://svnweb.freebsd.org/changeset/ports/554933

Log:
  - Unbreak the build with -fno-common (Clang 11, GCC 10)
  - Fix bogus use of capital letters in the COMMENT text
  - Unmute installation commands, wrap an overly long line

  PR:		249356
  Submitted by:	maintainer

Changes:
  head/dns/mydns-ng/Makefile
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2020-11-12 07:06:42 UTC
Committed with minor modifications as ports r554933, thank you!