Date: Thu, 19 Jun 2014 13:15:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358409 - head/benchmarks/thrulay Message-ID: <201406191315.s5JDFcgT031202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 19 13:15:37 2014 New Revision: 358409 URL: http://svnweb.freebsd.org/changeset/ports/358409 QAT: https://qat.redports.org/buildarchive/r358409/ Log: - Switch to USES=libtool, drop .la files - Fix GNU_CONFIGURE Approved by: portmgr blanket Modified: head/benchmarks/thrulay/Makefile head/benchmarks/thrulay/pkg-plist Modified: head/benchmarks/thrulay/Makefile ============================================================================== --- head/benchmarks/thrulay/Makefile Thu Jun 19 13:14:34 2014 (r358408) +++ head/benchmarks/thrulay/Makefile Thu Jun 19 13:15:37 2014 (r358409) @@ -3,6 +3,7 @@ PORTNAME= thrulay PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= benchmarks net ipv6 MASTER_SITES= SF \ http://www.internet2.edu/~shalunov/thrulay/ @@ -10,8 +11,8 @@ MASTER_SITES= SF \ MAINTAINER= shalunov@shlang.com COMMENT= Network capacity tester -HAS_CONFIGURE= yes -USES= gmake +GNU_CONFIGURE= yes +USES= gmake libtool USE_LDCONFIG= yes USE_RC_SUBR= thrulayd SUB_FILES= thrulayd Modified: head/benchmarks/thrulay/pkg-plist ============================================================================== --- head/benchmarks/thrulay/pkg-plist Thu Jun 19 13:14:34 2014 (r358408) +++ head/benchmarks/thrulay/pkg-plist Thu Jun 19 13:15:37 2014 (r358409) @@ -3,9 +3,9 @@ sbin/thrulayd include/thrulay/client.h include/thrulay/server.h lib/libthrulay.a -lib/libthrulay.la lib/libthrulay.so lib/libthrulay.so.0 +lib/libthrulay.so.0.0.0 man/man1/thrulay.1.gz man/man8/thrulayd.8.gz @dirrm include/thrulay
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191315.s5JDFcgT031202>