Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2023 16:49:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275130] net-mgmt/librenms: should drag php*-iconv as a dependency
Message-ID:  <bug-275130-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275130

            Bug ID: 275130
           Summary: net-mgmt/librenms: should drag php*-iconv as a
                    dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dvl@FreeBSD.org
          Reporter: fgudin+fbsd@bsdbellule.fr
          Assignee: dvl@FreeBSD.org
             Flags: maintainer-feedback?(dvl@FreeBSD.org)

Hello,

when dealing with non-UTF8 hosts, the inferEncoding from
LibreNMS/Util/StringHelpers.php requires an iconv().

The following should unconditionally require php=E2=80=99s iconv port and m=
ake LibreNMS
more useful:

--- Makefile.orig       2023-11-16 17:42:36.878650000 +0100
+++ Makefile    2023-11-16 17:42:47.428651000 +0100
@@ -27,7 +27,7 @@

 USES=3D          cpe php python shebangfix
 USE_GITHUB=3D    yes
-USE_PHP=3D       ctype curl dom fileinfo filter gd hash json ldap mbstring=
 \
+USE_PHP=3D       ctype curl dom fileinfo filter gd hash iconv json ldap mb=
string
\
                mysqli openssl pdo pdo_mysql phar posix session simplexml s=
nmp
\
                sockets tokenizer xml xmlwriter zip
 USE_RC_SUBR=3D   librenms

Thanks in advance,
--=20
Francis GUDIN

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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