From owner-svn-ports-all@freebsd.org Tue Dec 20 17:55:29 2016 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 AFD2CC89907; Tue, 20 Dec 2016 17:55:29 +0000 (UTC) (envelope-from mat@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 7F5871D98; Tue, 20 Dec 2016 17:55:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBKHtSHW086952; Tue, 20 Dec 2016 17:55:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBKHtSke086951; Tue, 20 Dec 2016 17:55:28 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612201755.uBKHtSke086951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 20 Dec 2016 17:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429005 - head/cad/kicad 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.23 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: Tue, 20 Dec 2016 17:55:29 -0000 Author: mat Date: Tue Dec 20 17:55:28 2016 New Revision: 429005 URL: https://svnweb.freebsd.org/changeset/ports/429005 Log: Move doxygen dependency to a DOXYGEN option, and have it actually do something. Sponsored by: Absolight Modified: head/cad/kicad/Makefile (contents, props changed) Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Tue Dec 20 17:42:59 2016 (r429004) +++ head/cad/kicad/Makefile Tue Dec 20 17:55:28 2016 (r429005) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ @@ -27,7 +27,6 @@ USE_GCC= 4.7 LDFLAGS+= -L${LOCALBASE}/lib/c++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++ -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOS2UNIX_GLOB= *.cmake sch_bus_entry.h sch_line.h sch_no_connect.h USE_XORG= ice x11 xext @@ -44,7 +43,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.${DISTV PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS DOXYGEN NLS OPTIONS_SUB= yes NLS_USES= gettext @@ -56,7 +55,11 @@ EXTRAS2RM= linux-non_unicode linux wings # undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' BROKEN_FreeBSD_9= does not link -DOCS_VARS= LICENSE+=GFDL LICENSE_COMB=multi +DOXYGEN_VARS= LICENSE+=GFDL LICENSE_COMB=multi +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_IMPLIES= DOCS +DOXYGEN_ALL_TARGET= all doxygen-docs +DOXYGEN_PORTDOCS= doxygen post-patch: ${MV} ${WRKSRC}/include/boost ${WRKSRC}/include/boost.orig