Date: Thu, 15 Mar 2018 16:37:51 -0400 From: Dan Langille <dan@langille.org> To: "Danilo G. Baio" <dbaio@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r464037 - head/irc/znc Message-ID: <EA12F71A-971B-4131-BA18-D9E12D713F82@langille.org> In-Reply-To: <201803100016.w2A0GnR8013646@repo.freebsd.org> References: <201803100016.w2A0GnR8013646@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mar 9, 2018, at 7:16 PM, Danilo G. Baio <dbaio@FreeBSD.org> wrote: >=20 > Author: dbaio > Date: Sat Mar 10 00:16:49 2018 > New Revision: 464037 > URL: https://svnweb.freebsd.org/changeset/ports/464037 >=20 > Log: > irc/znc: Set option CHARSET as default >=20 > ZNC has supported character encodings in core since 1.6.0 and > building/enabling charset is the recommended way. >=20 > While here, sort Makefile and change URLs to use HTTPs. >=20 > Submitted by: eadler (via email) >=20 > Modified: > head/irc/znc/Makefile > head/irc/znc/pkg-descr >=20 > Modified: head/irc/znc/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/irc/znc/Makefile Fri Mar 9 22:46:22 2018 = (r464036) > +++ head/irc/znc/Makefile Sat Mar 10 00:16:49 2018 = (r464037) > @@ -3,9 +3,10 @@ >=20 > PORTNAME=3D znc > PORTVERSION=3D 1.6.6 > +PORTREVISION=3D 1 > CATEGORIES=3D irc ipv6 > -MASTER_SITES=3D http://znc.in/releases/ \ > - http://znc.in/releases/archive/ > +MASTER_SITES=3D https://znc.in/releases/ \ > + https://znc.in/releases/archive/ >=20 > MAINTAINER=3D dbaio@FreeBSD.org > COMMENT=3D Advanced IRC bouncer > @@ -13,10 +14,12 @@ COMMENT=3D Advanced IRC bouncer > LICENSE=3D APACHE20 > LICENSE_FILE=3D ${WRKSRC}/LICENSE >=20 > -GNU_CONFIGURE=3D yes > +USES=3D compiler:c++11-lib cpe gmake iconv pathfix = pkgconfig > + > USE_RC_SUBR=3D znc > + > +GNU_CONFIGURE=3D yes > SUB_FILES=3D pkg-message > -USES=3D compiler:c++11-lib cpe gmake iconv pathfix = pkgconfig > MAKE_ENV=3D V=3D1 >=20 > PORTDOCS=3D README.md > @@ -25,7 +28,7 @@ USERS=3D znc > GROUPS=3D znc >=20 > OPTIONS_DEFINE=3D CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL = PYTHON TCL > -OPTIONS_DEFAULT=3D OPENSSL PERL > +OPTIONS_DEFAULT=3D CHARSET OPENSSL PERL > OPTIONS_SUB=3D yes >=20 > CHARSET_DESC=3D Character encoding support via ICU >=20 > Modified: head/irc/znc/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/irc/znc/pkg-descr Fri Mar 9 22:46:22 2018 = (r464036) > +++ head/irc/znc/pkg-descr Sat Mar 10 00:16:49 2018 = (r464037) > @@ -3,4 +3,4 @@ multiple users, playback buffers, DCC bouncing, SASL a > and SSL encryption. It can be extended with dynamically loaded modules > written in C++ or Perl. >=20 > -WWW: http://znc.in/ > +WWW: https://wiki.znc.in/ZNC This version segfaults for me. Installing 1.6.6 gets me back in = service: When run from foreground: [ >> ] ok [ .. ] Loading user module [chansaver]... [ >> ] ok [ .. ] Loading user module [log]... [ >> ] ok [ .. ] Loading user module [controlpanel]... [ >> ] ok [ .. ] Loading user module [push]... [ >> ] ok [ ** ] Staying open for debugging [pid: 35510] [ ** ] ZNC 1.6.6 - http://znc.in Segmentation fault (core dumped) FreeBSD 11.1-RELEASE-p7 I have a 25M core file if it's useful to anyone. --=20 Dan Langille - BSDCan / PGCon dan@langille.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EA12F71A-971B-4131-BA18-D9E12D713F82>