FreeBSD Bugzilla – Attachment 254842 Details for
Bug 280905
[NEW PORT] net/asterisk20: Latest LTS version of Asterisk PBX software
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build with llvm>=15
0004-Fix-build-with-llvm-15.patch (text/plain), 1.24 KB, created by
Oleksandr Kryvulia
on 2024-11-01 10:00:37 UTC
(
hide
)
Description:
Fix build with llvm>=15
Filename:
MIME Type:
Creator:
Oleksandr Kryvulia
Created:
2024-11-01 10:00:37 UTC
Size:
1.24 KB
patch
obsolete
>From f24504325cf02db4b67a3e20a1f8e070d4c64697 Mon Sep 17 00:00:00 2001 >From: Oleksandr Kryvulia <o.kryvulia@flex-it.com.ua> >Date: Fri, 1 Nov 2024 11:55:48 +0200 >Subject: [PATCH 4/4] Fix build with llvm>=15 > >--- > net/asterisk20/Makefile | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile >index 94889cdc539e..26b4a363c192 100644 >--- a/net/asterisk20/Makefile >+++ b/net/asterisk20/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= asterisk > DISTVERSION= 20.10.0 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 > MASTER_SITE_SUBDIR= asterisk/ \ >@@ -50,7 +51,7 @@ MAKE_ENV= PTHREAD_LIBS="-lpthread" \ > ASTCFLAGS="${CFLAGS}" \ > ASTLDFLAGS="${LDFLAGS}" > >-LDFLAGS+= -L. >+LDFLAGS+= -L. -Wl,--undefined-version > > CONFLICTS= ossp-uuid > CONFLICTS_BUILD= linuxthreads >@@ -218,10 +219,6 @@ PJSIP_VERSION= 2.14.1 > > .include <bsd.port.options.mk> > >-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) >-USES+= llvm:max=14 >-.endif >- > .include <bsd.port.pre.mk> > > .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} >-- >2.47.0 >
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
Actions:
View
|
Diff
Attachments on
bug 280905
:
252878
|
253009
|
253769
|
254636
|
254842
|
255892