[Bug 218078] [patch] net/ntp Use CONFIGURE_ENABLE instead of CONFIGURE_ON to handle refclock options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 24 17:41:52 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218078

            Bug ID: 218078
           Summary: [patch] net/ntp Use CONFIGURE_ENABLE instead of
                    CONFIGURE_ON to handle refclock options
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy at FreeBSD.org
          Reporter: ian at FreeBSD.org
          Keywords: patch
          Assignee: cy at FreeBSD.org
             Flags: maintainer-feedback?(cy at FreeBSD.org)

Created attachment 181152
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181152&action=edit
Use CONFIGURE_ENABLE instead of CONFIGURE_ON

The current use of CONFIGURE_ON to handle refclock options allows adding a
refclock that is off by default, but doesn't allow a user to eliminate
refclocks that ntpd includes by default.

Using CONFIGURE_ENABLE instead of CONFIGURE_ON will add the proper
--disable-REFCLOCKNAME to the args when the user disables default-on options.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list