Date: Wed, 23 Nov 2016 21:38:11 -0800 From: Craig Leres <leres@ee.lbl.gov> To: Cy Schubert <Cy.Schubert@komquats.com> Cc: Cy Schubert <cy@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, delphij@freebsd.org Subject: Re: svn commit: r426826 - in head/net: ntp ntp-devel Message-ID: <48ae2fd1-f96b-0e97-948c-08f41570d009@ee.lbl.gov> In-Reply-To: <201611240433.uAO4XoIH006368@slippy.cwsent.com> References: <201611240433.uAO4XoIH006368@slippy.cwsent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------85ABBD5C3300954CDB126EE8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/23/16 20:33, Cy Schubert wrote: > Turn autoreconf on. I'm considering committing the following when I get > back. Attached is what I tried but it seems to be equivalent adding a BUILD_DEPENDS for aclocal:devel/automake and has the same aclocal problem. I'm happy to test other good ideas you come up with if you're unable to. Craig Making install in tests /usr/bin/make install-am TEMPDIR=`pwd` && export TEMPDIR && cd . && ../scripts/build/genver m4/version.m4 CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4 -I libevent/m4 -I libopts/m4 aclocal-1.15: not found *** [./aclocal.m4] Error code 127 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9/sntp. *** [install-recursive] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [install] Error code 1 Stop in /wrkdirs/usr/ports/net/ntp/work/ntp-4.2.8p9. *** [do-install] Error code 1 Stop in /usr/ports/net/ntp. --------------85ABBD5C3300954CDB126EE8 Content-Type: text/plain; charset=UTF-8; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: net/ntp/Makefile =================================================================== --- net/ntp/Makefile (revision 426975) +++ net/ntp/Makefile (working copy) @@ -22,6 +22,12 @@ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +USES+= autoreconf +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-leap-smear @@ -77,4 +83,4 @@ @cd ${WRKSRC}/html && ${FIND} . -print | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> --------------85ABBD5C3300954CDB126EE8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48ae2fd1-f96b-0e97-948c-08f41570d009>