FreeBSD Bugzilla – Attachment 235398 Details for
Bug 264734
net/linphone: 4.1.1_6,1 fails to configure: Could not find a package configuration file provided by "BcToolbox"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-net-linphone-Fix-build-when-git-is-installed
0001-net-linphone-Fix-build-when-git-is-installed.patch (text/plain), 1.40 KB, created by
Felix Palmen
on 2022-07-21 06:46:08 UTC
(
hide
)
Description:
0001-net-linphone-Fix-build-when-git-is-installed
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2022-07-21 06:46:08 UTC
Size:
1.40 KB
patch
obsolete
>From 42e2cb4f5de1e272aec89c48a5dc608cb19b29bc Mon Sep 17 00:00:00 2001 >From: Felix Palmen <felix@palmen-it.de> >Date: Wed, 20 Jul 2022 19:47:00 +0200 >Subject: [PATCH] net/linphone: Fix build when git is installed > >* The upstream build includes a subdirectory that attempts to call git, > expecting the source to be a git clone, so the build failed on a > system that has git installed. Just exclude this subdirectory, as it's > not used to build linphone itself (and therefore doesn't affect the > outcome), patch suggested by hselasky in D35805. >* Take maintainership. > >PR: 264734 >--- > net/linphone/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/net/linphone/Makefile b/net/linphone/Makefile >index 4f64d36ec09e..0c23fef26f88 100644 >--- a/net/linphone/Makefile >+++ b/net/linphone/Makefile >@@ -3,7 +3,7 @@ PORTVERSION= 4.4.8 > PORTEPOCH= 1 > CATEGORIES= net > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= felix@palmen-it.de > COMMENT= SIP client supporting voice/video calls and text messaging > > LICENSE= GPLv3 >@@ -40,6 +40,7 @@ post-patch: > -e 's/set(FULL_VERSION /&${PORTVERSION}/' \ > -e 's/INSTALL_RPATH_USE_LINK_PATH/BUILD_WITH_INSTALL_RPATH/' \ > -e '/add_subdirectory.*linphone_package/d' \ >+ -e '/add_subdirectory.*build/d' \ > -e '/add_custom_command/d' -e '/deployqt_hack/d' \ > ${WRKSRC}/CMakeLists.txt > @${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \ >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
zirias
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 264734
:
234815
| 235398