From owner-svn-ports-all@FreeBSD.ORG Wed May 7 19:29:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39431FF4; Wed, 7 May 2014 19:29:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2694221E; Wed, 7 May 2014 19:29:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47JT7gA042989; Wed, 7 May 2014 19:29:07 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47JT6NW042986; Wed, 7 May 2014 19:29:06 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201405071929.s47JT6NW042986@svn.freebsd.org> From: Thierry Thomas Date: Wed, 7 May 2014 19:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353199 - in head/devel/libuv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 19:29:07 -0000 Author: thierry Date: Wed May 7 19:29:06 2014 New Revision: 353199 URL: http://svnweb.freebsd.org/changeset/ports/353199 QAT: https://qat.redports.org/buildarchive/r353199/ Log: Don't run the included autogen.sh but the ports autotools and properly run libtool. Provided by: tijl Deleted: head/devel/libuv/files/ Modified: head/devel/libuv/Makefile head/devel/libuv/pkg-plist Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Wed May 7 19:27:28 2014 (r353198) +++ head/devel/libuv/Makefile Wed May 7 19:29:06 2014 (r353199) @@ -3,6 +3,7 @@ PORTNAME= libuv PORTVERSION= 0.11.25 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -20,11 +21,14 @@ TEST_DEPENDS= gyp:${PORTSDIR}/devel/py-g USE_AUTOTOOLS= aclocal automake autoconf libtoolize ACLOCAL_ARGS= -I m4 -USES= pkgconfig libtool +AUTOMAKE_ARGS= -a -c -f +USES= libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes -run-autotools: - cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh +pre-configure: + ${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \ + > ${WRKSRC}/m4/libuv-extra-automake-flags.m4 .if defined(MAINTAINER_MODE) regression-test: Modified: head/devel/libuv/pkg-plist ============================================================================== --- head/devel/libuv/pkg-plist Wed May 7 19:27:28 2014 (r353198) +++ head/devel/libuv/pkg-plist Wed May 7 19:29:06 2014 (r353199) @@ -6,4 +6,5 @@ include/uv.h lib/libuv.a lib/libuv.so lib/libuv.so.11 +lib/libuv.so.11.0.0 libdata/pkgconfig/libuv.pc