Received: by mail.netbsd.org (Postfix, from userid 605) id E6C0184DB1; Mon, 24 Sep 2018 12:04:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E962484D53 for ; Mon, 24 Sep 2018 12:04:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7Rj33NO9MwbT for ; Mon, 24 Sep 2018 12:04:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A04D84D02 for ; Mon, 24 Sep 2018 12:04:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23FF7FBEE; Mon, 24 Sep 2018 12:04:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537790680212310" MIME-Version: 1.0 Date: Mon, 24 Sep 2018 12:04:40 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/ham/gr-osmosdr To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180924120440.23FF7FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537790680212310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Sep 24 12:04:40 UTC 2018 Modified Files: pkgsrc/ham/gr-osmosdr: Makefile Log Message: gr-osmosdr: Add comments to Makefile To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gr-osmosdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537790680212310 Content-Disposition: inline Content-Length: 783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/gr-osmosdr/Makefile diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.12 pkgsrc/ham/gr-osmosdr/Makefile:1.13 --- pkgsrc/ham/gr-osmosdr/Makefile:1.12 Thu Aug 16 18:54:56 2018 +++ pkgsrc/ham/gr-osmosdr/Makefile Mon Sep 24 12:04:39 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/08/16 18:54:56 adam Exp $ +# $NetBSD: Makefile,v 1.13 2018/09/24 12:04:39 gdt Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 9 @@ -29,6 +29,8 @@ REPLACE_PYTHON+= apps/osmocom_siggen_bas .include "../../devel/libusb1/buildlink3.mk" .include "../../devel/orc/buildlink3.mk" +# \todo Clearly threre is some ordering scheme. Explain it. + .include "../../ham/uhd/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" --_----------=_1537790680212310--