Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 21:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/182545: commit references a PR
Message-ID:  <201310022150.r92Lo1SH086485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/182545; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
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 <Joerg.Pulz@frm2.tum.de>
   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}/../
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310022150.r92Lo1SH086485>