From owner-svn-ports-all@freebsd.org Thu Aug 27 09:10:12 2015 Return-Path: Delivered-To: svn-ports-all@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 2C9169C4316; Thu, 27 Aug 2015 09:10:12 +0000 (UTC) (envelope-from amdmi3@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 1C9DD14C2; Thu, 27 Aug 2015 09:10:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7R9ABgI051115; Thu, 27 Aug 2015 09:10:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7R9ABgT051114; Thu, 27 Aug 2015 09:10:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508270910.t7R9ABgT051114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 27 Aug 2015 09:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395408 - head/devel/doxygen 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.20 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, 27 Aug 2015 09:10:12 -0000 Author: amdmi3 Date: Thu Aug 27 09:10:11 2015 New Revision: 395408 URL: https://svnweb.freebsd.org/changeset/ports/395408 Log: - Pet portlint, switch to options helpers PR: 202539 Submitted by: cyberbotx@cyberbotx.com (maintainer) Modified: head/devel/doxygen/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Thu Aug 27 09:09:19 2015 (r395407) +++ head/devel/doxygen/Makefile Thu Aug 27 09:10:11 2015 (r395408) @@ -3,8 +3,8 @@ PORTNAME= doxygen PORTVERSION= 1.8.10 -PORTEPOCH= 2 PORTREVISION= 2 +PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ http://ftp.stack.nl/pub/users/dimitri/ @@ -49,13 +49,10 @@ DOCS_PLIST_FILES= man/man1/doxygen.1.gz man/man1/doxyindexer.1.gz \ man/man1/doxysearch.1.gz \ man/man1/doxywizard.1.gz +DOCS_IMPLIES= LATEX PORTDOCS= * -.include - -.if ${PORT_OPTIONS:MDOCS} && empty(PORT_OPTIONS:MLATEX) -IGNORE= cannot build Doxygen's PDF docs without option LATEX enabled -.endif +.include .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex @@ -66,4 +63,4 @@ post-patch: @${REINPLACE_CMD} -e '/PERL_PATH/ s|${perl_OLD_CMD}|${perl_CMD}|' \ ${WRKSRC}/src/config.xml -.include +.include