From owner-svn-ports-head@FreeBSD.ORG Tue Jul 1 13:26:41 2014 Return-Path: Delivered-To: svn-ports-head@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 DE03E250; Tue, 1 Jul 2014 13:26:41 +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 CB4FE20FA; Tue, 1 Jul 2014 13:26:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61DQfqs077688; Tue, 1 Jul 2014 13:26:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61DQfFr077686; Tue, 1 Jul 2014 13:26:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407011326.s61DQfFr077686@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 1 Jul 2014 13:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360008 - head/www/varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 13:26:42 -0000 Author: bapt Date: Tue Jul 1 13:26:41 2014 New Revision: 360008 URL: http://svnweb.freebsd.org/changeset/ports/360008 QAT: https://qat.redports.org/buildarchive/r360008/ Log: Fix build with readline from ports Convert to USES=libtool Strip using autotool targets Modified: head/www/varnish/Makefile head/www/varnish/pkg-plist Modified: head/www/varnish/Makefile ============================================================================== --- head/www/varnish/Makefile Tue Jul 1 13:16:49 2014 (r360007) +++ head/www/varnish/Makefile Tue Jul 1 13:26:41 2014 (r360008) @@ -2,7 +2,7 @@ PORTNAME= varnish PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ @@ -16,15 +16,16 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS= varnish-2.* GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool readline pkgconfig USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal libtool libtoolize automake autoconf +USE_AUTOTOOLS= aclocal libtoolize automake autoconf ACLOCAL_ARGS= -I m4 LIBTOOLFLAGS= --copy --force --disable-static AUTOMAKE_ARGS= --add-missing --copy --foreign +INSTALL_TARGET= install-strip USE_RC_SUBR= varnishd varnishlog varnishncsa SUB_FILES= pkg-message Modified: head/www/varnish/pkg-plist ============================================================================== --- head/www/varnish/pkg-plist Tue Jul 1 13:16:49 2014 (r360007) +++ head/www/varnish/pkg-plist Tue Jul 1 13:26:41 2014 (r360008) @@ -42,6 +42,7 @@ lib/varnish/libvarnishcompat.so lib/varnish/libvcl.so lib/varnish/libvgz.so lib/varnish/vmods/libvmod_std.so +lib/libvarnishapi.so.1.0.0 lib/libvarnishapi.so.1 lib/libvarnishapi.so libdata/pkgconfig/varnishapi.pc