From owner-svn-ports-head@freebsd.org Wed Apr 27 21:25:14 2016 Return-Path: Delivered-To: svn-ports-head@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 B806DB1F914; Wed, 27 Apr 2016 21:25:14 +0000 (UTC) (envelope-from martymac@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 771431C7F; Wed, 27 Apr 2016 21:25:14 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3RLPD9g019877; Wed, 27 Apr 2016 21:25:13 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3RLPDRX019876; Wed, 27 Apr 2016 21:25:13 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201604272125.u3RLPDRX019876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 27 Apr 2016 21:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414135 - head/comms/gr-osmosdr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 21:25:14 -0000 Author: martymac Date: Wed Apr 27 21:25:13 2016 New Revision: 414135 URL: https://svnweb.freebsd.org/changeset/ports/414135 Log: Fix runtime error due to missing rpath PR: 209073 Submitted by: Zane C. Bowers-Hadley Modified: head/comms/gr-osmosdr/Makefile Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Wed Apr 27 21:00:24 2016 (r414134) +++ head/comms/gr-osmosdr/Makefile Wed Apr 27 21:25:13 2016 (r414135) @@ -2,6 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20150716 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -19,7 +20,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comm libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs -USES= cmake pkgconfig python tar:tgz +USES= cmake fortran pkgconfig python tar:tgz USE_LDCONFIG= yes # See lib/CMakeLists.txt to enable more components