From owner-svn-ports-all@FreeBSD.ORG Thu Jul 31 18:51:27 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 00F9BD9F; Thu, 31 Jul 2014 18:51:27 +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 E27CE281D; Thu, 31 Jul 2014 18:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VIpQSk047949; Thu, 31 Jul 2014 18:51:26 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VIpQxi047947; Thu, 31 Jul 2014 18:51:26 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407311851.s6VIpQxi047947@svn.freebsd.org> From: Kurt Jaeger Date: Thu, 31 Jul 2014 18:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363650 - head/devel/cpptest 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: Thu, 31 Jul 2014 18:51:27 -0000 Author: pi Date: Thu Jul 31 18:51:26 2014 New Revision: 363650 URL: http://svnweb.freebsd.org/changeset/ports/363650 QAT: https://qat.redports.org/buildarchive/r363650/ Log: devel/cpptest: fix Makefile, plist Submitted by: Max Brazhnikov Modified: head/devel/cpptest/Makefile head/devel/cpptest/pkg-plist Modified: head/devel/cpptest/Makefile ============================================================================== --- head/devel/cpptest/Makefile Thu Jul 31 18:43:35 2014 (r363649) +++ head/devel/cpptest/Makefile Thu Jul 31 18:51:26 2014 (r363650) @@ -13,12 +13,9 @@ COMMENT= Unit testing framework for hand LICENSE= LGPL3 GNU_CONFIGURE= yes -USES= gmake libtool +USES= gmake libtool pathfix +INSTALL_TARGET= install-strip USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCC=${CXX} -post-install: - @${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/libcpptest.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libcpptest.pc - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcpptest.so.0.0.7 - .include Modified: head/devel/cpptest/pkg-plist ============================================================================== --- head/devel/cpptest/pkg-plist Thu Jul 31 18:43:35 2014 (r363649) +++ head/devel/cpptest/pkg-plist Thu Jul 31 18:51:26 2014 (r363650) @@ -13,4 +13,3 @@ lib/libcpptest.so lib/libcpptest.so.0 lib/libcpptest.so.0.0.7 libdata/pkgconfig/libcpptest.pc -@dirrmtry lib/pkgconfig