From owner-svn-ports-head@freebsd.org Sat Dec 10 02:51:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64E94C6FAAC; Sat, 10 Dec 2016 02:51:56 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47905113D; Sat, 10 Dec 2016 02:51:56 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from ice.ee.lbl.gov (ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5]) (authenticated bits=0) by fun.ee.lbl.gov (8.15.2/8.15.2) with ESMTPSA id uBA2prCf022655 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Dec 2016 18:51:54 -0800 (PST) (envelope-from leres@ee.lbl.gov) X-Authentication-Warning: fun.ee.lbl.gov: Host ice-v6.ee.lbl.gov [IPv6:2620:83:8000:102:0:0:0:d5] claimed to be ice.ee.lbl.gov Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel To: Cy Schubert References: <201611241441.uAOEfpKA044527@slippy.cwsent.com> Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org From: Craig Leres Message-ID: <69334306-1ff9-b1db-3144-f4c131ab3f1e@ee.lbl.gov> Date: Fri, 9 Dec 2016 18:51:53 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201611241441.uAOEfpKA044527@slippy.cwsent.com> Content-Type: multipart/mixed; boundary="------------FC1A2DA0CB1F276D6D0C7CC2" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 02:51:56 -0000 This is a multi-part message in MIME format. --------------FC1A2DA0CB1F276D6D0C7CC2 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Attached is a hack^H^H^H^Hpatch that at least allows building the ntp-4.2.8p9_1 package under FreeBSD 9. Craig --------------FC1A2DA0CB1F276D6D0C7CC2 Content-Type: text/plain; charset=UTF-8; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: Makefile =================================================================== --- Makefile (revision 428174) +++ Makefile (working copy) @@ -67,7 +67,7 @@ .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= Does not build under FreeBSD-9, aclocal not found +EXTRA_PATCHES+= patch-sntp_Makefile.in .endif # XXX Temporary hack. Remember to remove this next commit. Index: files/patch-sntp_Makefile.in =================================================================== --- /dev/null 2016-12-09 18:48:36.000000000 -0800 +++ files/patch-sntp_Makefile.in 2016-12-09 18:45:57.962754763 -0800 @@ -0,0 +1,45 @@ +--- sntp/Makefile.in.orig 2016-12-10 02:39:46.167365000 +0000 ++++ sntp/Makefile.in 2016-12-10 02:45:00.584485000 +0000 +@@ -715,11 +715,11 @@ + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +-$(top_srcdir)/configure: $(am__configure_deps) +- $(am__cd) $(srcdir) && $(AUTOCONF) +-$(ACLOCAL_M4): $(am__aclocal_m4_deps) +- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +-$(am__aclocal_m4_deps): ++#$(top_srcdir)/configure: $(am__configure_deps) ++# $(am__cd) $(srcdir) && $(AUTOCONF) ++#$(ACLOCAL_M4): $(am__aclocal_m4_deps) ++# $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) ++#$(am__aclocal_m4_deps): + + config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 +@@ -728,10 +728,10 @@ + stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +-$(srcdir)/config.h.in: $(am__configure_deps) +- ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) +- rm -f stamp-h1 +- touch $@ ++#$(srcdir)/config.h.in: $(am__configure_deps) ++# ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) ++# rm -f stamp-h1 ++# touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 +@@ -1569,8 +1569,8 @@ + $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c + @: do-nothing action to avoid default SCCS get, .h built with .c + +-$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(std_def_list) +- $(run_ag) sntp-opts.def ++#$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(std_def_list) ++# $(run_ag) sntp-opts.def + + ### + --------------FC1A2DA0CB1F276D6D0C7CC2--