Date: Wed, 21 Dec 2016 14:55:53 +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: r429087 - in head/comms: gnuradio svxlink Message-ID: <201612211455.uBLEtrVW002427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Dec 21 14:55:52 2016 New Revision: 429087 URL: https://svnweb.freebsd.org/changeset/ports/429087 Log: Move doxygen dependency from DOCS to DOXYGEN. Sponsored by: Absolight Modified: head/comms/gnuradio/Makefile (contents, props changed) head/comms/svxlink/Makefile (contents, props changed) Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Wed Dec 21 14:31:20 2016 (r429086) +++ head/comms/gnuradio/Makefile Wed Dec 21 14:55:52 2016 (r429087) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -63,11 +63,11 @@ LIBSTRIP_FILES= analog atsc audio blocks filter noaa pager pmt qtgui runtime trellis video-sdl\ vocoder wavelet wxgui -OPTIONS_DEFINE= UHD TESTING +OPTIONS_DEFINE= UHD TESTING DOXYGEN # Unfortunately building docs on i386 fails -##OPTIONS_EXCLUDE_${i386}= DOCS +##OPTIONS_EXCLUDE_${i386}= DOXYGEN # Yay. building docs is broken on 10 and HEAD too so turn them all off -OPTIONS_EXCLUDE= DOCS +OPTIONS_EXCLUDE= DOXYGEN OPTIONS_DEFAULT= UHD OPTIONS_SUB= yes UHD_DESC= Include UHD support from Ettus @@ -75,15 +75,15 @@ TESTING_DESC= Include testing support PLIST_SUB+= PORTVERSION=${PORTVERSION} -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ ${LOCALBASE}/bin/sphinx-apidoc:textproc/py-sphinx \ dot:graphics/graphviz \ xmlto:textproc/xmlto \ freefont-ttf>0:x11-fonts/freefont-ttf -DOCS_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" \ +DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" \ -DENABLE_DOCS:STRING="ON" \ -DENABLE_BAD_BOOST="ON" -DOCS_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" \ +DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" \ -DENABLE_DOCS:STRING="OFF" \ -DENABLE_BAD_BOOST="ON" HAVE_PORTDOCS= YES Modified: head/comms/svxlink/Makefile ============================================================================== --- head/comms/svxlink/Makefile Wed Dec 21 14:31:20 2016 (r429086) +++ head/comms/svxlink/Makefile Wed Dec 21 14:55:52 2016 (r429087) @@ -34,7 +34,7 @@ CMAKE_ARGS+= -DUSE_QT:BOOL=NO USE_LDCONFIG= yes ALL_TARGET?= all man -OPTIONS_DEFINE= DOCS STATIC +OPTIONS_DEFINE= DOXYGEN STATIC STATIC_DESC= Build and install static libraries STATIC_CMAKE_ON= -DBUILD_STATIC_LIBS=YES .if ${PORTNAME}==svxlink @@ -47,9 +47,9 @@ ALSA_CMAKE_ON= -DUSE_ALSA:BOOL=ON OSS_CMAKE_OFF= -DUSE_OSS:BOOL=OFF OSS_CMAKE_ON= -DUSE_OSS:BOOL=ON .endif -DOCS_ALL_TARGET=doc -DOCS_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:BOOL=TRUE -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ +DOXYGEN_ALL_TARGET=doc +DOXYGEN_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:BOOL=TRUE +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz OPTIONS_SUB= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211455.uBLEtrVW002427>