From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 12:27:44 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 28C6DDD1; Wed, 2 Jul 2014 12:27:44 +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 162402F0F; Wed, 2 Jul 2014 12:27:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62CRhJ3036944; Wed, 2 Jul 2014 12:27:43 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62CRhco036943; Wed, 2 Jul 2014 12:27:43 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407021227.s62CRhco036943@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 12:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360171 - head/www/varnish-libvmod-header 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, 02 Jul 2014 12:27:44 -0000 Author: tijl Date: Wed Jul 2 12:27:43 2014 New Revision: 360171 URL: http://svnweb.freebsd.org/changeset/ports/360171 QAT: https://qat.redports.org/buildarchive/r360171/ Log: - Convert to USES=libtool - Disable static module - Finish staging support - Replace pkg-plist with PLIST_FILES Deleted: head/www/varnish-libvmod-header/pkg-plist Modified: head/www/varnish-libvmod-header/Makefile Modified: head/www/varnish-libvmod-header/Makefile ============================================================================== --- head/www/varnish-libvmod-header/Makefile Wed Jul 2 12:00:59 2014 (r360170) +++ head/www/varnish-libvmod-header/Makefile Wed Jul 2 12:27:43 2014 (r360171) @@ -3,6 +3,7 @@ PORTNAME= libvmod-header DISTVERSION= 0.3-5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://anders.fupp.net/distfiles/ PKGNAMEPREFIX= varnish- @@ -17,23 +18,14 @@ LICENSE= BSD BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \ rst2man:${PORTSDIR}/textproc/py-docutils -USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf -USES= gmake pkgconfig +USES= gmake libtool pkgconfig +USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf ACLOCAL_ARGS= -I m4 -LIBTOOLFLAGS= --copy --force AUTOMAKE_ARGS= --add-missing --copy --foreign -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} +CONFIGURE_ARGS= --disable-static CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish - -MAN3= vmod_header.3 +PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so WRKSRC= ${WRKDIR}/${PORTNAME}-master -.include - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -.include +.include