Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 11:18:43 +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: r524026 - in head/audio: drumkv1-lv2 padthv1-lv2 qmidictl samplv1-lv2 synthv1-lv2
Message-ID:  <202001251118.00PBIhBo009750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jan 25 11:18:42 2020
New Revision: 524026
URL: https://svnweb.freebsd.org/changeset/ports/524026

Log:
  Make dependency on linguisttools explicit
  
  The binary found by the cmake configure to check for its availability
  found the 'wrapper' installed by misc/qtchooser, which was present
  always (in short: it was broken). An upcoming change will change the
  behaviour of qtchooser not to install links if the binaries are not
  present.
  
  PR:		243443
  Reported by:	antoine

Modified:
  head/audio/drumkv1-lv2/Makefile
  head/audio/padthv1-lv2/Makefile
  head/audio/qmidictl/Makefile
  head/audio/samplv1-lv2/Makefile
  head/audio/synthv1-lv2/Makefile

Modified: head/audio/drumkv1-lv2/Makefile
==============================================================================
--- head/audio/drumkv1-lv2/Makefile	Sat Jan 25 10:23:15 2020	(r524025)
+++ head/audio/drumkv1-lv2/Makefile	Sat Jan 25 11:18:42 2020	(r524026)
@@ -2,6 +2,7 @@
 
 PORTNAME=	drumkv1
 DISTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	audio multimedia
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	-lv2
@@ -20,7 +21,7 @@ LIB_DEPENDS=	libjack.so:audio/jack \
 USES=		compiler:c++11-lang gl gmake localbase:ldflags pkgconfig qt:5 shared-mime-info
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa-midi
-USE_QT=		core gui widgets xml buildtools_build qmake_build
+USE_QT=		core gui widgets xml buildtools_build linguisttools_build qmake_build
 USE_GL=		gl
 USE_LDCONFIG=	yes
 

Modified: head/audio/padthv1-lv2/Makefile
==============================================================================
--- head/audio/padthv1-lv2/Makefile	Sat Jan 25 10:23:15 2020	(r524025)
+++ head/audio/padthv1-lv2/Makefile	Sat Jan 25 11:18:42 2020	(r524026)
@@ -3,6 +3,7 @@
 PORTNAME=	padthv1
 DISTVERSIONPREFIX=	${PORTNAME}_
 DISTVERSION=	0_9_11
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -23,7 +24,7 @@ GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rncbc
 USE_GL=		gl
-USE_QT=		core gui widgets xml buildtools_build qmake_build
+USE_QT=		core gui widgets xml buildtools_build linguisttools_build qmake_build
 
 CONFIGURE_ARGS=	--disable-alsa-midi
 

Modified: head/audio/qmidictl/Makefile
==============================================================================
--- head/audio/qmidictl/Makefile	Sat Jan 25 10:23:15 2020	(r524025)
+++ head/audio/qmidictl/Makefile	Sat Jan 25 11:18:42 2020	(r524026)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qmidictl
 DISTVERSION=	0.6.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c++11-lang gl gmake localbase pkgconfig qt:5
 GNU_CONFIGURE=	yes
-USE_QT=		core gui widgets qmake_build buildtools_build
+USE_QT=		core gui widgets qmake_build buildtools_build linguisttools_build
 USE_GL=		gl
 
 BINARY_ALIAS=	qmake=${QMAKE}

Modified: head/audio/samplv1-lv2/Makefile
==============================================================================
--- head/audio/samplv1-lv2/Makefile	Sat Jan 25 10:23:15 2020	(r524025)
+++ head/audio/samplv1-lv2/Makefile	Sat Jan 25 11:18:42 2020	(r524026)
@@ -3,6 +3,7 @@
 PORTNAME=	samplv1
 DISTVERSIONPREFIX=	${PORTNAME}_
 DISTVERSION=	0_9_11
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -23,7 +24,7 @@ GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rncbc
 USE_GL=		gl
-USE_QT=		core gui widgets xml buildtools_build qmake_build
+USE_QT=		core gui widgets xml buildtools_build linguisttools_build qmake_build
 
 PLIST_SUB=	SHL3=${PORTVERSION} SHL2=${PORTVERSION:R}
 

Modified: head/audio/synthv1-lv2/Makefile
==============================================================================
--- head/audio/synthv1-lv2/Makefile	Sat Jan 25 10:23:15 2020	(r524025)
+++ head/audio/synthv1-lv2/Makefile	Sat Jan 25 11:18:42 2020	(r524026)
@@ -3,6 +3,7 @@
 PORTNAME=	synthv1
 DISTVERSIONPREFIX=	${PORTNAME}_
 DISTVERSION=	0_9_11
+PORTREVISION=	1
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
@@ -22,7 +23,7 @@ GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rncbc
 USE_GL=		gl
-USE_QT=		core gui widgets xml buildtools_build qmake_build
+USE_QT=		core gui widgets xml buildtools_build linguisttools_build qmake_build
 
 PLIST_SUB=	SHL3=${PORTVERSION} SHL2=${PORTVERSION:R}
 



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