The following reply was made to PR bin/182545; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: bin/182545: commit references a PR
Date: Wed,  2 Oct 2013 21:47:33 +0000 (UTC)

 Author: roberto
 Date: Wed Oct  2 21:47:25 2013
 New Revision: 256009
 URL: http://svnweb.freebsd.org/changeset/base/256009
 
 Log:
   Meinberg clocks support was inadvertently removed during the last vendor
   import.  Add it back.
   
   PR:          bin/182545
   Submitted by:        Joerg Pulz <[email protected]>
   Approved by: re (delphij)
   MFC after:   1 week
 
 Modified:
   head/usr.sbin/ntp/config.h
   head/usr.sbin/ntp/libparse/Makefile
 
 Modified: head/usr.sbin/ntp/config.h
 ==============================================================================
 --- head/usr.sbin/ntp/config.h Wed Oct  2 20:44:36 2013        (r256008)
 +++ head/usr.sbin/ntp/config.h Wed Oct  2 21:47:25 2013        (r256009)
 @@ -84,7 +84,7 @@
  #define CLOCK_LOCAL 1
  
  /* Meinberg clocks */
 -/* #undef CLOCK_MEINBERG */
 +#define CLOCK_MEINBERG 1
  
  /* Magnavox MX4200 GPS receiver */
  /* #undef CLOCK_MX4200 */
 
 Modified: head/usr.sbin/ntp/libparse/Makefile
 ==============================================================================
 --- head/usr.sbin/ntp/libparse/Makefile        Wed Oct  2 20:44:36 2013        
(r256008)
 +++ head/usr.sbin/ntp/libparse/Makefile        Wed Oct  2 21:47:25 2013        
(r256009)
 @@ -9,7 +9,7 @@ SRCS=  clk_computime.c clk_dcf7000.c   clk_
        clk_rawdcf.c    clk_rcc8000.c   clk_schmid.c    clk_trimtaip.c \
        clk_trimtsip.c  clk_varitext.c  clk_wharton.c   data_mbg.c \
        info_trimble.c  parse.c         parse_conf.c    trim_info.c \
 -      binio.c gpstolfp.c
 +      binio.c gpstolfp.c ieee754io.c mfp_mul.c
  
  CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
  
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to