Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 17:25:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441013 - head/comms/uhd
Message-ID:  <201705161725.v4GHPSS6035628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue May 16 17:25:28 2017
New Revision: 441013
URL: https://svnweb.freebsd.org/changeset/ports/441013

Log:
  Fix shebangs.
  
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/comms/uhd/Makefile

Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile	Tue May 16 17:17:30 2017	(r441012)
+++ head/comms/uhd/Makefile	Tue May 16 17:25:28 2017	(r441013)
@@ -2,7 +2,7 @@
 
 PORTNAME=	uhd
 PORTVERSION=	3.9.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://files.ettus.com/binaries/images/
 DISTFILES=	${IMAGE_FILE}
@@ -27,13 +27,15 @@ CONFLICTS=	usrp-[0-9]*
 BROKEN_powerpc64=	fails to link: undefined reference to boost function
 
 USES=		compiler:c++0x cmake:outsource gmake ncurses pkgconfig \
-		dos2unix python:2.7
+		dos2unix python:2.7 shebangfix
 USE_LDCONFIG=		yes
 CMAKE_SOURCE_PATH=	${WRKSRC}/host
 #MAKE_JOBS_UNSAFE=	yes
 CXXFLAGS_amd64=	-msse2
 CXXFLAGS_i386=	-msse2
 
+SHEBANG_GLOB=	*.py *.py.in
+
 CMAKE_ARGS+=	-DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes"
 # for excruciating debug use this -db
 #CMAKE_ARGS+=	--debug-output --trace



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161725.v4GHPSS6035628>