Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 21:05:23 +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: r495202 - head/comms/svxlink
Message-ID:  <201903092105.x29L5NS3092197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar  9 21:05:22 2019
New Revision: 495202
URL: https://svnweb.freebsd.org/changeset/ports/495202

Log:
  comms/svxlink: disable the ninja generator
  
  - with ninja 1.9 duplicate targets are errors [1]
  
  [1] https://github.com/ninja-build/ninja/commit/42eefc854b32b3c1efc27548baaacdebad199853
  
  PR:		235507

Modified:
  head/comms/svxlink/Makefile

Modified: head/comms/svxlink/Makefile
==============================================================================
--- head/comms/svxlink/Makefile	Sat Mar  9 21:03:16 2019	(r495201)
+++ head/comms/svxlink/Makefile	Sat Mar  9 21:05:22 2019	(r495202)
@@ -21,7 +21,7 @@ LIB_DEPENDS?=	libgsm.so:audio/gsm \
 		librtlsdr.so:comms/rtl-sdr
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
-USES+=		cmake compiler:c++11-lang groff pkgconfig tcl 
+USES+=		cmake:noninja compiler:c++11-lang groff pkgconfig tcl
 USE_GITHUB=	yes
 GH_ACCOUNT=	sm0svx
 GH_PROJECT=	svxlink



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