Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 01:44:50 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5423027d670f - main - net/freeswitch: Fix dependency
Message-ID:  <202305040144.3441ioNG079098@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5423027d670fd231c524bcbc9decfc27aa2b8154

commit 5423027d670fd231c524bcbc9decfc27aa2b8154
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:42:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000

    net/freeswitch: Fix dependency
    
    - There was a LIB_DEPENDS to postgresql12-client and also USES=pgsql for
      OPTIONS_DEFAULT PGSQL which caused a recursive dependency cylle to
      trigger rebuild everytime poudriere is being run.
    - Although in previous commits it was mentioned that it builds fine with
      i386 that is not the case. It still fails to build 12.4-RELEASE i386
    
    Approved by:    portmgr (blanket)
---
 net/freeswitch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 13c8004c18e1..c6178233af8f 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -12,6 +12,7 @@ WWW=		https://freeswitch.org
 
 LICENSE=	MPL11
 
+BROKEN_i386=	error: expected ')'
 ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	gdiff:textproc/diffutils \
@@ -33,7 +34,6 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libjbig.so:graphics/jbigkit \
 		libtiff.so:graphics/tiff \
 		libuuid.so:misc/e2fsprogs-libuuid \
-		libpq.so:databases/postgresql12-client \
 		libmariadb.so:databases/mariadb-connector-c \
 		libspandsp.so:comms/spandsp \
 		libsofia-sip-ua.so:net/sofia-sip



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