svn commit: r360171 - head/www/varnish-libvmod-header
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 2 12:27:44 UTC 2014
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>
More information about the svn-ports-all
mailing list