From owner-svn-ports-head@freebsd.org Tue Aug 25 10:01:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB02B99A58D; Tue, 25 Aug 2015 10:01:20 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B1E51A96; Tue, 25 Aug 2015 10:01:20 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7PA1KVC058018; Tue, 25 Aug 2015 10:01:20 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7PA1KFV058016; Tue, 25 Aug 2015 10:01:20 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201508251001.t7PA1KFV058016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Tue, 25 Aug 2015 10:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395229 - in head/x11-toolkits: qwt5 qwt6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 10:01:21 -0000 Author: makc Date: Tue Aug 25 10:01:19 2015 New Revision: 395229 URL: https://svnweb.freebsd.org/changeset/ports/395229 Log: x11-toolkits/qwt5 and qwt6: - Convert to new options helpers - Remove now needless manual stripping Modified: head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6/Makefile Modified: head/x11-toolkits/qwt5/Makefile ============================================================================== --- head/x11-toolkits/qwt5/Makefile Tue Aug 25 10:00:55 2015 (r395228) +++ head/x11-toolkits/qwt5/Makefile Tue Aug 25 10:01:19 2015 (r395229) @@ -18,17 +18,12 @@ PORTDOCS= * PLIST_SUB= SHLIB_VER=${PORTVERSION} \ SHLIB_SHVER=${PORTVERSION:R} -STRIP_FILES= lib/libqwt.so.${PORTVERSION} - OPTIONS_DEFINE= DOCS -.include - post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${STAGEDIR}${PREFIX}/man/man3 - ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif .include Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Tue Aug 25 10:00:55 2015 (r395228) +++ head/x11-toolkits/qwt6/Makefile Tue Aug 25 10:01:19 2015 (r395229) @@ -21,23 +21,15 @@ PLIST_SUB= INCLUDEDIR=include/qwt6 \ SHLIB_SHVER=${PORTVERSION:R} \ QT_MKSPECDIR=share/qt4/mkspecs -STRIP_FILES= lib/libqwt6.so.${PORTVERSION} \ - lib/libqwtmathml.so.${PORTVERSION} - OPTIONS_DEFINE= DOCS -.include - post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} -e 's,qwtAddLibrary(qwt),qwtAddLibrary(qwt6),g' \ qwt.prf textengines/textengines.pri && \ ${REINPLACE_CMD} -e '/INSTALLS.*doc/d' doc/doc.pro -post-install: - ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif .include