Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 21:30:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247185] irc/irssi: fix utf8proc support
Message-ID:  <bug-247185-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247185
           Summary: irc/irssi: fix utf8proc support
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuripv@FreeBSD.org
                CC: dor.bsd@xm0.uk
                CC: dor.bsd@xm0.uk
             Flags: maintainer-feedback?(dor.bsd@xm0.uk)

Created attachment 215470
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D215470&action=
=3Dedit
fix utf8proc support

Currently irc/irssi fails to detect utf8proc even if it's installed, provide
needed CPPFLAGS/LDFLAGS.  Also, if option is off, we need to explicitly dis=
able
utf8proc support to properly record dependencies.

$ make showconfig=20=20=20=20=20=20=20=20=20=20=20
=3D=3D=3D> The following configuration options are available for irssi-1.2.=
2,1:
     BOT=3Doff: Bot support
     CAPSICUM=3Don: Capsicum support
     DOCS=3Don: Build and/or install documentation
     OTR=3Doff: OTR (off-the-record) support
     PERL=3Don: Perl scripting language support
     PROXY=3Doff: Proxy support
     SOCKS=3Doff: Socks proxy support
     TRUECOLOR=3Don: Truecolor (24bit) support
     UTF8PROC=3Don: utf8proc support
=3D=3D=3D> Use 'make config' to modify these settings
$ make configure 2>&1 | grep utf8proc
=3D=3D=3D>   irssi-1.2.2,1 depends on shared library: libutf8proc.so - found
(/usr/local/lib/libutf8proc.so)
checking utf8proc.h usability... no
checking utf8proc.h presence... no
checking for utf8proc.h... no
Building with utf8proc ........... : no, library header not found

--=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-247185-7788>