Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2024 20:54:46 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8bcf488e0d0 - main - net/netatalk3: Use iconv:wchar_t to fix build when DBUS is disabled
Message-ID:  <202408272054.47RKskCn081897@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by marcus:

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

commit b8bcf488e0d0f8ea7957538be0dc4146d178237f
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2024-08-27 20:52:59 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2024-08-27 20:52:59 +0000

    net/netatalk3: Use iconv:wchar_t to fix build when DBUS is disabled
    
    This mirrors what glib20 uses for iconv, and will ensure that we bring
    in converters/libiconv in all cases.  Not bumping PORTREVISION as the
    dependency list doesn't change in the default case.
    
    PR:             281096
---
 net/netatalk3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index 44f1fc58ea3f..93a35679fef8 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libevent.so:devel/libevent
 
-USES=		bdb:18 cpe gettext iconv meson perl5 pkgconfig shebangfix ssl tar:xz
+USES=		bdb:18 cpe gettext iconv:wchar_t meson perl5 pkgconfig shebangfix ssl tar:xz
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	netatalk
 #INSTALL_TARGET=install-strip


home | help

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