pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: mef
Date: Thu Nov 24 14:11:31 UTC 2016
Modified Files:
pkgsrc/comms/openobex: Makefile
pkgsrc/cross/avr-libc: Makefile
pkgsrc/devel/qof: Makefile
pkgsrc/ham/gnuradio-doxygen: Makefile
pkgsrc/ham/uhd: Makefile
pkgsrc/multimedia/libtheora-docs: Makefile
pkgsrc/www/tidy: Makefile
Log Message:
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/openobex/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/cross/avr-libc/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/qof/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/gnuradio-doxygen/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/ham/uhd/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libtheora-docs/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/tidy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/openobex/Makefile
diff -u pkgsrc/comms/openobex/Makefile:1.29 pkgsrc/comms/openobex/Makefile:1.30
--- pkgsrc/comms/openobex/Makefile:1.29 Thu Nov 24 13:43:35 2016
+++ pkgsrc/comms/openobex/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Index: pkgsrc/cross/avr-libc/Makefile
diff -u pkgsrc/cross/avr-libc/Makefile:1.45 pkgsrc/cross/avr-libc/Makefile:1.46
--- pkgsrc/cross/avr-libc/Makefile:1.45 Thu Nov 24 13:43:35 2016
+++ pkgsrc/cross/avr-libc/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Index: pkgsrc/devel/qof/Makefile
diff -u pkgsrc/devel/qof/Makefile:1.23 pkgsrc/devel/qof/Makefile:1.24
--- pkgsrc/devel/qof/Makefile:1.23 Thu Nov 24 13:43:35 2016
+++ pkgsrc/devel/qof/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.13 pkgsrc/ham/gnuradio-doxygen/Makefile:1.14
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.13 Thu Nov 24 13:43:35 2016
+++ pkgsrc/ham/gnuradio-doxygen/Makefile Thu Nov 24 14:11:31 2016
@@ -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 Ra
.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
Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.21 pkgsrc/ham/uhd/Makefile:1.22
--- pkgsrc/ham/uhd/Makefile:1.21 Thu Nov 24 13:43:36 2016
+++ pkgsrc/ham/uhd/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Index: pkgsrc/multimedia/libtheora-docs/Makefile
diff -u pkgsrc/multimedia/libtheora-docs/Makefile:1.10 pkgsrc/multimedia/libtheora-docs/Makefile:1.11
--- pkgsrc/multimedia/libtheora-docs/Makefile:1.10 Thu Nov 24 13:43:36 2016
+++ pkgsrc/multimedia/libtheora-docs/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Index: pkgsrc/www/tidy/Makefile
diff -u pkgsrc/www/tidy/Makefile:1.47 pkgsrc/www/tidy/Makefile:1.48
--- pkgsrc/www/tidy/Makefile:1.47 Thu Nov 24 13:43:36 2016
+++ pkgsrc/www/tidy/Makefile Thu Nov 24 14:11:31 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index