Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 16:04:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201609301604.u8UG4CIf020143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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}|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609301604.u8UG4CIf020143>