Wed Jul 20 23:59:56 2016 UTC ()
Include gnuradio-doxygen (now fixed)

The PLIST issues with gnuradio-doxygen have been ironed out by
adjusting the TeX dependencies to be strong enough; now multiple
builders on different systems obtain the same PLIST.  Therefore
gnuradio-doxygen returns to the metapackage, at least for now.


(gdt)
diff -r1.16 -r1.17 pkgsrc/meta-pkgs/gnuradio/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/meta-pkgs/gnuradio/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnuradio/Makefile 2016/06/16 14:05:38 1.16
+++ pkgsrc/meta-pkgs/gnuradio/Makefile 2016/07/20 23:59:56 1.17
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile,v 1.16 2016/06/16 14:05:38 mef Exp $ 1# $NetBSD: Makefile,v 1.17 2016/07/20 23:59:56 gdt Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "../../ham/gnuradio-core/Makefile.version" 5.include "../../ham/gnuradio-core/Makefile.version"
6 6
7DISTNAME= gnuradio-${VERSION} 7DISTNAME= gnuradio-${VERSION}
 8PKGREVISION= 1
8CATEGORIES= meta-pkgs ham 9CATEGORIES= meta-pkgs ham
9MASTER_SITES= # empty 10MASTER_SITES= # empty
10DISTFILES= # empty 11DISTFILES= # empty
11LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
12 13
13MAINTAINER= pkgsrc-users@NetBSD.org 14MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://www.gnu.org/software/gnuradio/ 15HOMEPAGE= http://www.gnu.org/software/gnuradio/
15COMMENT= Collection of GNU Radio (meta package, easy to install whole thing) 16COMMENT= Collection of GNU Radio (meta package, easy to install whole thing)
16 17
17# 20 package for now 18# 20 package for now
18DEPENDS+= gnuradio-atsc-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-atsc 19DEPENDS+= gnuradio-atsc-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-atsc
19DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels 20DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels
20DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion 21DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion
21DEPENDS+= gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core 22DEPENDS+= gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core
22DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport 23DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport
23 24
24DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital 25DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital
25# dropped, for unstable with doxygen update 26DEPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen
26#EPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen 
27DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv 27DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv
28DEPENDS+= gnuradio-fcd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fcd 28DEPENDS+= gnuradio-fcd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fcd
29DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec 29DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec
30 30
31DEPENDS+= gnuradio-noaa-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-noaa 31DEPENDS+= gnuradio-noaa-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-noaa
32DEPENDS+= gnuradio-pager-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-pager 32DEPENDS+= gnuradio-pager-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-pager
33DEPENDS+= gnuradio-qtgui-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-qtgui 33DEPENDS+= gnuradio-qtgui-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-qtgui
34DEPENDS+= gnuradio-trellis-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-trellis 34DEPENDS+= gnuradio-trellis-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-trellis
35DEPENDS+= gnuradio-uhd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-uhd 35DEPENDS+= gnuradio-uhd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-uhd
36 36
37DEPENDS+= gnuradio-utils-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-utils 37DEPENDS+= gnuradio-utils-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-utils
38DEPENDS+= gnuradio-video-sdl-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-video-sdl 38DEPENDS+= gnuradio-video-sdl-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-video-sdl
39DEPENDS+= gnuradio-vocoder-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-vocoder 39DEPENDS+= gnuradio-vocoder-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-vocoder