Date: Thu, 18 Oct 2018 15:42:34 -0400 From: Steve Wills <swills@FreeBSD.org> To: =?UTF-8?Q?T=c4=b3l_Coosemans?= <tijl@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482343 - in head: . audio audio/bcg729 audio/msbcg729 audio/msilbc deskutils deskutils/belcard devel/libosmo-abis multimedia multimedia/bcmatroska2 multimedia/bcmatroska2/files multime... Message-ID: <2f5f5a13-36eb-c853-dfba-c6c822e10507@FreeBSD.org> In-Reply-To: <20181018204809.7f61ec98@kalimero.tijl.coosemans.org> References: <201810181331.w9IDV1Nb084061@repo.freebsd.org> <e5f2444f-88e6-76c0-6459-ab0207c0509b@FreeBSD.org> <20181018204809.7f61ec98@kalimero.tijl.coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------E27D1A7A38DC0C15D318B85F Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit The attached fixes it, but maybe we should see if we can patch it to use sh instead of bash. Up to you. Steve On 10/18/18 2:48 PM, Tijl Coosemans wrote: > On Thu, 18 Oct 2018 14:36:57 -0400 Steve Wills <swills@FreeBSD.org> wrote: >> Hi, >> >> linphone seems to fail to configure for me now: >> >> CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 >> (message): >> The imported target "Qt5::Core" references the file >> >> "/usr/local/lib/qt5/bin/qmake" >> >> but this file does not exist. >> >> Could you take a look? > > Can you try adding qmake_build to USE_QT? > --------------E27D1A7A38DC0C15D318B85F Content-Type: text/x-patch; name="linphone_fix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="linphone_fix.diff" diff --git net/linphone/Makefile net/linphone/Makefile index 2448bcd59b17..7a5273dd22e8 100644 --- net/linphone/Makefile +++ net/linphone/Makefile @@ -10,13 +10,14 @@ DISTNAME= linphoneqt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SIP client supporting voice/video calls and text messaging +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ libbelcard.so:deskutils/belcard \ liblinphone++.so:net/liblinphone USES= cmake:outsource pkgconfig qt:5 -USE_QT= concurrent core gui linguisttools network qml quick \ - quickcontrols2 speech svg testlib widgets +USE_QT= buildtools_build concurrent core gui linguisttools network \ + qmake_build qml quick quickcontrols2 speech svg testlib widgets post-patch: @${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \ --------------E27D1A7A38DC0C15D318B85F--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2f5f5a13-36eb-c853-dfba-c6c822e10507>