From owner-svn-ports-head@freebsd.org Tue Feb 9 07:04:53 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A14B4533C8D; Tue, 9 Feb 2021 07:04:53 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZYmj4BbPz4Zsl; Tue, 9 Feb 2021 07:04:53 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 829D126745; Tue, 9 Feb 2021 07:04:53 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11974rZ2001768; Tue, 9 Feb 2021 07:04:53 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11974rlH001767; Tue, 9 Feb 2021 07:04:53 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102090704.11974rlH001767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Feb 2021 07:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564769 - head/irc/undernet-ircu X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/irc/undernet-ircu X-SVN-Commit-Revision: 564769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 07:04:53 -0000 Author: fernape Date: Tue Feb 9 07:04:52 2021 New Revision: 564769 URL: https://svnweb.freebsd.org/changeset/ports/564769 Log: irc/undernet-ircu: Update to u2.10.12.19 This update also fixes broken builds. While here, reorder variables a bit. PR: 253297 Submitted by: freebsd-ports@dan.me.uk (maintainer) Modified: head/irc/undernet-ircu/Makefile head/irc/undernet-ircu/distinfo Modified: head/irc/undernet-ircu/Makefile ============================================================================== --- head/irc/undernet-ircu/Makefile Tue Feb 9 06:56:15 2021 (r564768) +++ head/irc/undernet-ircu/Makefile Tue Feb 9 07:04:52 2021 (r564769) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= undernet-ircu -PORTVERSION= 2.10.12.18 +PORTVERSION= 2.10.12.19 CATEGORIES= irc net -MASTER_SITES= SF/${PORTNAME}/ircu/ircu${PORTVERSION} \ +MASTER_SITES= https://github.com/UndernetIRC/ircu2/releases/download/u${PORTVERSION}/ \ ftp://ftpmirror.uk/freebsd-ports/undernet-ircu/ DISTNAME= ircu${PORTVERSION} @@ -17,46 +17,50 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= Fails to compile: undefined reference to .mcount BROKEN_riscv64= Fails to compile: undefined reference to .mcount +USE_GCC= any +USE_RC_SUBR= undernet + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-dpath=${PREFIX}/etc/ --with-symlink=no + CONFLICTS= ircd-hybrid-7.[0-9]* +SUB_FILES= pkg-message + USERS= undernet GROUPS= ${USERS} -GNU_CONFIGURE= yes -USE_RC_SUBR= undernet -SUB_FILES= pkg-message -PORTDOCS= * PLIST_FILES= bin/undernet-convert-conf \ bin/undernet-umkpasswd \ etc/ircd.conf.sample \ sbin/ircd +PORTDOCS= * -CONFIGURE_ARGS+= --with-dpath=${PREFIX}/etc/ --with-symlink=no - OPTIONS_DEFINE= DOCS IPV6 POLL DEBUG ASSERTS PEDANTIC WARNINGS \ INLINES DEVPOLL KQUEUE EPOLL LEAKDETECT OPTIONS_DEFAULT=ASSERTS INLINES DEVPOLL KQUEUE EPOLL -POLL_DESC= Force poll to be used even if not a sys call + ASSERTS_DESC= Enable assertion checking -PEDANTIC_DESC= Enable pedantic warnings -WARNINGS_DESC= Enable warnings (add -Wall to CFLAGS) -INLINES_DESC= Enable inlining for a few critical functions DEVPOLL_DESC= Enable the /dev/poll-based engine -KQUEUE_DESC= Enable the kqueue-based engine EPOLL_DESC= Enable the epoll-based engine +INLINES_DESC= Enable inlining for a few critical functions +KQUEUE_DESC= Enable the kqueue-based engine LEAKDETECT_DESC= Turn on the leak detector (reqs patched boehm) +PEDANTIC_DESC= Enable pedantic warnings +POLL_DESC= Force poll to be used even if not a sys call +WARNINGS_DESC= Enable warnings (add -Wall to CFLAGS) -IPV6_CONFIGURE_WITH= ipv6 -POLL_CONFIGURE_ENABLE= poll +ASSERTS_CONFIGURE_ENABLE= asserts DEBUG_CONFIGURE_ENABLE= debug +DEVPOLL_CONFIGURE_ENABLE= devpoll EPOLL_CONFIGURE_ENABLE= epoll -KQUEUE_CONFIGURE_ENABLE= kqueue -ASSERTS_CONFIGURE_ENABLE= asserts INLINES_CONFIGURE_ENABLE= inlines -DEVPOLL_CONFIGURE_ENABLE= devpoll +IPV6_CONFIGURE_WITH= ipv6 +KQUEUE_CONFIGURE_ENABLE= kqueue +LEAKDETECT_CONFIGURE_WITH= leak-detect PEDANTIC_CONFIGURE_ENABLE= pedantic +POLL_CONFIGURE_ENABLE= poll WARNINGS_CONFIGURE_ENABLE= warnings -LEAKDETECT_CONFIGURE_WITH= leak-detect .if !defined(NO_PROFILE) CONFIGURE_ARGS+= --enable-profile Modified: head/irc/undernet-ircu/distinfo ============================================================================== --- head/irc/undernet-ircu/distinfo Tue Feb 9 06:56:15 2021 (r564768) +++ head/irc/undernet-ircu/distinfo Tue Feb 9 07:04:52 2021 (r564769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508668599 -SHA256 (ircu2.10.12.18.tar.gz) = e0ecb0a58328d5fd9e7a8b844675cab578016d690d34741e82923fd2591ac984 -SIZE (ircu2.10.12.18.tar.gz) = 1025163 +TIMESTAMP = 1612527727 +SHA256 (ircu2.10.12.19.tar.gz) = 79e3264b36c093c1f7c7019511b8ab7d3f0c16086c8b8b2f07463b7bd3787334 +SIZE (ircu2.10.12.19.tar.gz) = 1113628