svn commit: r426826 - in head/net: ntp ntp-devel

Craig Leres leres at ee.lbl.gov
Thu Nov 24 05:38:12 UTC 2016


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.
-------------- next part --------------
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>


More information about the svn-ports-all mailing list