Date: Wed, 9 Jul 2014 15:54:35 +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: r361389 - head/net/vde2 Message-ID: <201407091554.s69FsZZ6071121@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Jul 9 15:54:35 2014 New Revision: 361389 URL: http://svnweb.freebsd.org/changeset/ports/361389 QAT: https://qat.redports.org/buildarchive/r361389/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/net/vde2/Makefile head/net/vde2/pkg-plist Modified: head/net/vde2/Makefile ============================================================================== --- head/net/vde2/Makefile Wed Jul 9 15:48:23 2014 (r361388) +++ head/net/vde2/Makefile Wed Jul 9 15:54:35 2014 (r361389) @@ -3,6 +3,7 @@ PORTNAME= vde2 PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION} @@ -14,8 +15,9 @@ LICENSE_COMB= multi CONFLICTS= vde-[0-9]* -USES= gmake pathfix GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix USE_LDCONFIG= yes MAKE_ENV= V=1 MAKE_JOBS_UNSAFE=yes Modified: head/net/vde2/pkg-plist ============================================================================== --- head/net/vde2/pkg-plist Wed Jul 9 15:48:23 2014 (r361388) +++ head/net/vde2/pkg-plist Wed Jul 9 15:54:35 2014 (r361389) @@ -27,29 +27,25 @@ include/libvdeplug.h include/libvdeplug_dyn.h include/libvdesnmp.h lib/libvdehist.a -lib/libvdehist.la lib/libvdehist.so lib/libvdehist.so.0 +lib/libvdehist.so.0.0.1 lib/libvdemgmt.a -lib/libvdemgmt.la lib/libvdemgmt.so lib/libvdemgmt.so.0 +lib/libvdemgmt.so.0.0.1 lib/libvdeplug.a -lib/libvdeplug.la lib/libvdeplug.so lib/libvdeplug.so.3 +lib/libvdeplug.so.3.0.1 lib/libvdesnmp.a -lib/libvdesnmp.la lib/libvdesnmp.so lib/libvdesnmp.so.0 +lib/libvdesnmp.so.0.0.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/VdePlug.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.so -lib/vde2/vde_l3/bfifo.la lib/vde2/vde_l3/bfifo.so -lib/vde2/vde_l3/pfifo.la lib/vde2/vde_l3/pfifo.so -lib/vde2/vde_l3/tbf.la lib/vde2/vde_l3/tbf.so libdata/pkgconfig/vdehist.pc libdata/pkgconfig/vdemgmt.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091554.s69FsZZ6071121>