From owner-svn-ports-head@freebsd.org Tue Dec 26 19:28:10 2017 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 30C4DEAA43A; Tue, 26 Dec 2017 19:28:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EE3CC637F4; Tue, 26 Dec 2017 19:28:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBQJS9BG050642; Tue, 26 Dec 2017 19:28:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBQJS8Qh050640; Tue, 26 Dec 2017 19:28:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712261928.vBQJS8Qh050640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 26 Dec 2017 19:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457311 - head/math/adept X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/adept X-SVN-Commit-Revision: 457311 X-SVN-Commit-Repository: ports 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.25 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, 26 Dec 2017 19:28:10 -0000 Author: yuri Date: Tue Dec 26 19:28:08 2017 New Revision: 457311 URL: https://svnweb.freebsd.org/changeset/ports/457311 Log: math/adept: Replaced DOCS option with PDFTEXDOCS option because the LaTeX dependency is huge. Reported by: adamw Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13643 Modified: head/math/adept/Makefile head/math/adept/pkg-plist Modified: head/math/adept/Makefile ============================================================================== --- head/math/adept/Makefile Tue Dec 26 19:12:56 2017 (r457310) +++ head/math/adept/Makefile Tue Dec 26 19:28:08 2017 (r457311) @@ -2,6 +2,7 @@ PORTNAME= adept DISTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ @@ -17,14 +18,16 @@ CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= PDFTEXDOCS +PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources +OPTIONS_SUB= yes -DOCS_USE= TEX=pdftex:build,dvipsk:build +PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build -post-build-DOCS-on: +post-build-PDFTEXDOCS-on: @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -post-install-DOCS-on: +post-install-PDFTEXDOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR} Modified: head/math/adept/pkg-plist ============================================================================== --- head/math/adept/pkg-plist Tue Dec 26 19:12:56 2017 (r457310) +++ head/math/adept/pkg-plist Tue Dec 26 19:28:08 2017 (r457311) @@ -44,5 +44,5 @@ include/adept_arrays.h lib/libadept.so lib/libadept.so.0 lib/libadept.so.0.0.0 -%%PORTDOCS%%%%DOCSDIR%%/adept_documentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/adept_reference.pdf +%%PDFTEXDOCS%%%%DOCSDIR%%/adept_documentation.pdf +%%PDFTEXDOCS%%%%DOCSDIR%%/adept_reference.pdf