Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 12:33:43 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353452 - head/net-im/tox
Message-ID:  <201405091233.s49CXhSF037195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri May  9 12:33:43 2014
New Revision: 353452
URL: http://svnweb.freebsd.org/changeset/ports/353452
QAT: https://qat.redports.org/buildarchive/r353452/

Log:
  Don't rely anymore upon the provided autogen.sh script and fix the build
  with poudriere.
  
  Reported by:	antoine
  Patched by:	tijl

Modified:
  head/net-im/tox/Makefile

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Fri May  9 12:31:53 2014	(r353451)
+++ head/net-im/tox/Makefile	Fri May  9 12:33:43 2014	(r353452)
@@ -20,7 +20,8 @@ GH_PROJECT=	ProjectTox-Core
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	52bfd7c
 
-USE_AUTOTOOLS=	automake autoconf libtoolize
+USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
+AUTOMAKE_ARGS=	-a -c -f
 USES=		pkgconfig pathfix libtool
 USE_LDCONFIG=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
@@ -60,6 +61,5 @@ CONFIGURE_ARGS+=	--with-nacl-libs=${LOCA
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac
-	cd ${WRKSRC} && ./autogen.sh
 
 .include <bsd.port.mk>



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