Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 14:14:45 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370085 - head/net/ntp-devel
Message-ID:  <201410051414.s95EEjYq016611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 14:14:44 2014
New Revision: 370085
URL: https://svnweb.freebsd.org/changeset/ports/370085
QAT: https://qat.redports.org/buildarchive/r370085/

Log:
  Remove USE_AUTOTOOLS

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Sun Oct  5 14:12:45 2014	(r370084)
+++ head/net/ntp-devel/Makefile	Sun Oct  5 14:14:44 2014	(r370085)
@@ -13,8 +13,6 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake
-AUTOMAKE_ARGS=	--add-missing
 OPTIONS_SUB=	yes
 USES=		pathfix shebangfix libtool
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
@@ -54,17 +52,11 @@ BROKEN=		Fails to compile when MX4200 is
  
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}4
 
-AUTOTOOLSFILES=	aclocal.m4
-
 # XXX Temporary hack. Remember to remove this next commit.
 post-extract:
 	@/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates
 	@${CHMOD} +x ${WRKSRC}/scripts/build/checkHtmlFileDates
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
-			  ${WRKSRC}/aclocal.m4
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/conf/* ${STAGEDIR}${EXAMPLESDIR}



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