git: 5423027d670f - main - net/freeswitch: Fix dependency

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 May 2023 01:44:50 UTC
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