Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 12:27:43 +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: r360171 - head/www/varnish-libvmod-header
Message-ID:  <201407021227.s62CRhco036943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-post-install:
-.if !defined(BATCH)
-	@${CAT} ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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