Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4A3337A210 for ; Thu, 16 Jun 2016 14:05:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EB25F85EDA; Thu, 16 Jun 2016 14:05:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D07B85E61 for ; Thu, 16 Jun 2016 14:05:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RRKsjDgZ9M9R for ; Thu, 16 Jun 2016 14:05:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1232885E24 for ; Thu, 16 Jun 2016 14:05:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10587FBB5; Thu, 16 Jun 2016 14:05:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466085939268910" MIME-Version: 1.0 Date: Thu, 16 Jun 2016 14:05:39 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/meta-pkgs/gnuradio To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160616140539.10587FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466085939268910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jun 16 14:05:39 UTC 2016 Modified Files: pkgsrc/meta-pkgs/gnuradio: Makefile Log Message: -doxygen drifts with doxygen versions. Drop it for now. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/meta-pkgs/gnuradio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466085939268910 Content-Disposition: inline Content-Length: 1517 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/gnuradio/Makefile diff -u pkgsrc/meta-pkgs/gnuradio/Makefile:1.15 pkgsrc/meta-pkgs/gnuradio/Makefile:1.16 --- pkgsrc/meta-pkgs/gnuradio/Makefile:1.15 Mon Oct 13 12:51:10 2014 +++ pkgsrc/meta-pkgs/gnuradio/Makefile Thu Jun 16 14:05:38 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/10/13 12:51:10 mef Exp $ +# $NetBSD: Makefile,v 1.16 2016/06/16 14:05:38 mef Exp $ META_PACKAGE= yes @@ -14,7 +14,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gnuradio/ COMMENT= Collection of GNU Radio (meta package, easy to install whole thing) -# 21 package for now +# 20 package for now DEPENDS+= gnuradio-atsc-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-atsc DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion @@ -22,7 +22,8 @@ DEPENDS+= gnuradio-core-${VERSION}{,nb[0 DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital -DEPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen +# dropped, for unstable with doxygen update +#EPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv DEPENDS+= gnuradio-fcd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fcd DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec --_----------=_1466085939268910--