summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2016-11-24 14:11:31 +0000
committermef <mef>2016-11-24 14:11:31 +0000
commit9ccd6c05173f2c8cebbfc3f403d74b2c2372d288 (patch)
treeb52d2fea1fbe95d9a0a1667a47da51544b8db692
parent273bd54d246b6be8137ed8d305fd8882c242f73d (diff)
downloadpkgsrc-9ccd6c05173f2c8cebbfc3f403d74b2c2372d288.tar.gz
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
-rw-r--r--comms/openobex/Makefile4
-rw-r--r--cross/avr-libc/Makefile4
-rw-r--r--devel/qof/Makefile4
-rw-r--r--ham/gnuradio-doxygen/Makefile4
-rw-r--r--ham/uhd/Makefile3
-rw-r--r--multimedia/libtheora-docs/Makefile4
-rw-r--r--www/tidy/Makefile3
7 files changed, 15 insertions, 11 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index dc8c7566ae5..06e56a42738 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/11/24 13:43:35 mef Exp $
+# $NetBSD: Makefile,v 1.30 2016/11/24 14:11:31 mef Exp $
DISTNAME= openobex-1.7.1-Source
PKGNAME= ${DISTNAME:C/-Source//}
@@ -11,7 +11,7 @@ HOMEPAGE= https://gitorious.org/openobex
COMMENT= Implementation of the Object Exchange (OBEX) protocol
LICENSE= gnu-lgpl-v2
-BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
USE_CMAKE= yes
USE_TOOLS+= cmake pkg-config
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index 3f134d48efc..49fff887b2c 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/11/24 13:43:35 mef Exp $
+# $NetBSD: Makefile,v 1.46 2016/11/24 14:11:31 mef Exp $
DISTNAME= avr-libc-1.8.1
PKGREVISION= 4
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --disable-versioned-doc
CONFIGURE_ARGS+= CC=${PREFIX}/bin/avr-gcc
CONFIGURE_ARGS+= CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/avr/include"
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
+
# In doc/examples/demo directory, we have sample Makefile both for
# generating *.hex file at pkg installation time, and for installing
# Makefile itself. That Makefile should be for general purpose, meaning
diff --git a/devel/qof/Makefile b/devel/qof/Makefile
index e4721185b59..a263eaf38a4 100644
--- a/devel/qof/Makefile
+++ b/devel/qof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/11/24 13:43:35 mef Exp $
+# $NetBSD: Makefile,v 1.24 2016/11/24 14:11:31 mef Exp $
DISTNAME= qof-0.7.5
PKGREVISION= 18
@@ -10,7 +10,7 @@ HOMEPAGE= http://qof.alioth.debian.org/
COMMENT= Query Object Framework
LICENSE= gnu-gpl-v2
-BUILD_DEPENDS+= doxygen>=1.8.11:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
MAKE_JOBS_SAFE= no
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index ce49d0ee5a0..87a49016304 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/11/24 13:43:35 mef Exp $
+# $NetBSD: Makefile,v 1.14 2016/11/24 14:11:31 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
PKGREVISION= 2
@@ -7,7 +7,7 @@ COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
-BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index d80ecbba589..0fdb64f68c4 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/11/24 13:43:36 mef Exp $
+# $NetBSD: Makefile,v 1.22 2016/11/24 14:11:31 mef Exp $
DISTNAME= uhd-3.9.4
PKGREVISION= 3
@@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
CMAKE_ARGS+= -Wno-dev
diff --git a/multimedia/libtheora-docs/Makefile b/multimedia/libtheora-docs/Makefile
index 0f7f86cfe21..b6682ad41b2 100644
--- a/multimedia/libtheora-docs/Makefile
+++ b/multimedia/libtheora-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/11/24 13:43:36 mef Exp $
+# $NetBSD: Makefile,v 1.11 2016/11/24 14:11:31 mef Exp $
#
.include "../../multimedia/libtheora/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/theora/theora-docs/}
PKGREVISION= 4
COMMENT= Video codec for Ogg multimedia streaming (API documentation)
-BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
CONFIGURE_ARGS+= --disable-oggtest
CONFIGURE_ARGS+= --disable-vorbistest
diff --git a/www/tidy/Makefile b/www/tidy/Makefile
index f7daeb6099c..614493aedfe 100644
--- a/www/tidy/Makefile
+++ b/www/tidy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/11/24 13:43:36 mef Exp $
+# $NetBSD: Makefile,v 1.48 2016/11/24 14:11:31 mef Exp $
DISTNAME= tidy-20091027
PKGREVISION= 8
@@ -11,6 +11,7 @@ COMMENT= Fixes and tidies up HTML files
LICENSE= mit
BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
+BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
PKG_OPTIONS_VAR= PKG_OPTIONS.tidy
PKG_SUPPORTED_OPTIONS= doc