From owner-svn-ports-head@freebsd.org Fri Sep 30 16:04:13 2016 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 7835CC03B3B; Fri, 30 Sep 2016 16:04:13 +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 2B9C285F; Fri, 30 Sep 2016 16:04:13 +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 u8UG4COA020146; Fri, 30 Sep 2016 16:04:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UG4CIf020143; Fri, 30 Sep 2016 16:04:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609301604.u8UG4CIf020143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 30 Sep 2016 16:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422996 - in head: audio/libnjb audio/mp3splt-gtk comms/rtl-sdr 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.23 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: Fri, 30 Sep 2016 16:04:13 -0000 Author: mat Date: Fri Sep 30 16:04:11 2016 New Revision: 422996 URL: https://svnweb.freebsd.org/changeset/ports/422996 Log: Only build docs with doxygen inside a DOXYGEN option. Sponsored by: Absolight Modified: head/audio/libnjb/Makefile (contents, props changed) head/audio/mp3splt-gtk/Makefile (contents, props changed) head/comms/rtl-sdr/Makefile (contents, props changed) Modified: head/audio/libnjb/Makefile ============================================================================== --- head/audio/libnjb/Makefile Fri Sep 30 16:03:23 2016 (r422995) +++ head/audio/libnjb/Makefile Fri Sep 30 16:04:11 2016 (r422996) @@ -23,10 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=no +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=no post-patch: @${REINPLACE_CMD} -e \ Modified: head/audio/mp3splt-gtk/Makefile ============================================================================== --- head/audio/mp3splt-gtk/Makefile Fri Sep 30 16:03:23 2016 (r422995) +++ head/audio/mp3splt-gtk/Makefile Fri Sep 30 16:04:11 2016 (r422996) @@ -39,8 +39,8 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -#DOCS_LIB_DEPENDS= libgvc.so:graphics/graphviz -#DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen -#DOCS_CONFIGURE_OFF= --disable-doxygen-doc +#DOXYGEN_LIB_DEPENDS= libgvc.so:graphics/graphviz +#DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen +#DOXYGEN_CONFIGURE_OFF= --disable-doxygen-doc .include Modified: head/comms/rtl-sdr/Makefile ============================================================================== --- head/comms/rtl-sdr/Makefile Fri Sep 30 16:03:23 2016 (r422995) +++ head/comms/rtl-sdr/Makefile Fri Sep 30 16:04:11 2016 (r422996) @@ -3,7 +3,7 @@ PORTNAME= rtl-sdr PORTVERSION= 20140210 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -22,10 +22,10 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/librtlsdr -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am post-patch: @${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \