From owner-svn-ports-all@freebsd.org Sat May 20 17:29:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16F2ED75C26; Sat, 20 May 2017 17:29:26 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2DC81E0A; Sat, 20 May 2017 17:29:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4KHTOeR027409; Sat, 20 May 2017 17:29:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4KHTO7K027408; Sat, 20 May 2017 17:29:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705201729.v4KHTO7K027408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 20 May 2017 17:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441323 - head/comms/usrp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2017 17:29:26 -0000 Author: tcberner Date: Sat May 20 17:29:24 2017 New Revision: 441323 URL: https://svnweb.freebsd.org/changeset/ports/441323 Log: Fix shebangs. * Make dependency on pyhthon explicit. Approved by: rakuco (mentor, implicit) Modified: head/comms/usrp/Makefile Modified: head/comms/usrp/Makefile ============================================================================== --- head/comms/usrp/Makefile Sat May 20 17:26:32 2017 (r441322) +++ head/comms/usrp/Makefile Sat May 20 17:29:24 2017 (r441323) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 @@ -17,12 +17,15 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos orcc:devel/orc \ sdcc:lang/sdcc -USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix +USES= compiler:c++0x cmake:outsource gmake pkgconfig python:run \ + dos2unix shebangfix COMPILER_FEATURES= libc++ USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host MAKE_JOBS_UNSAFE= yes +SHEBANG_GLOB= *.py + # for excruciating debug use this -db #CMAKE_ARGS+= --debug-output --trace DOCSDIR= share/doc/uhd