Received: by mail.netbsd.org (Postfix, from userid 605) id 3BF8084E74; Fri, 10 May 2019 09:40:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B565384D9E for ; Fri, 10 May 2019 09:40:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0YdnMZiFAsqS for ; Fri, 10 May 2019 09:40:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EE05484D35 for ; Fri, 10 May 2019 09:40:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEAF4FB16; Fri, 10 May 2019 09:40:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557481201255400" MIME-Version: 1.0 Date: Fri, 10 May 2019 09:40:01 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/inspircd3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190510094001.DEAF4FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557481201255400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 10 09:40:01 UTC 2019 Modified Files: pkgsrc/chat/inspircd3: Makefile distinfo Removed Files: pkgsrc/chat/inspircd3/patches: patch-make_template_main.mk patch-src_socketengines_socketengine__kqueue.cpp Log Message: inspircd3: Update to 3.0.1 This release contains minor bug fixes and documentation corrections. Most notably: * Fixed building on NetBSD. * Fixed building on Windows. * Fixed building with older libc implementations. * Fixed setting a distribution label. * Fixed higher values not being shown in MAXLIST. (This mainly means workarounds can be deleted from pkgsrc). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/inspircd3/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/inspircd3/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/chat/inspircd3/patches/patch-make_template_main.mk cvs rdiff -u -r1.1 -r0 \ pkgsrc/chat/inspircd3/patches/patch-src_socketengines_socketengine__kqueue.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557481201255400 Content-Disposition: inline Content-Length: 3613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/inspircd3/Makefile diff -u pkgsrc/chat/inspircd3/Makefile:1.4 pkgsrc/chat/inspircd3/Makefile:1.5 --- pkgsrc/chat/inspircd3/Makefile:1.4 Sun May 5 10:44:50 2019 +++ pkgsrc/chat/inspircd3/Makefile Fri May 10 09:40:01 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/05/05 10:44:50 nia Exp $ +# $NetBSD: Makefile,v 1.5 2019/05/10 09:40:01 nia Exp $ -DISTNAME= inspircd-3.0.0 -PKGREVISION= 2 +DISTNAME= inspircd-3.0.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=inspircd/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,9 +12,10 @@ LICENSE= gnu-gpl-v2 EXTRACT_USING= bsdtar USE_TOOLS+= gmake perl pkg-config -USE_LANGUAGES= c c++11 +USE_LANGUAGES= c c++03 HAS_CONFIGURE= yes MAKE_FILE= GNUmakefile +MAKE_ENV+= INSTALL=${INSTALL:Q} BUILD_DEFS+= PKG_SYSCONFDIR @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --module-dir=${PREFIX}/ CONFIGURE_ARGS+= --config-dir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --data-dir=${PREFIX}/inspircd/data CONFIGURE_ARGS+= --log-dir=${PREFIX}/inspircd/logs +CONFIGURE_ARGS+= --script-dir=${PREFIX}/inspircd/scripts CONFIG_SHELL= ${PERL5} REPLACE_PERL+= tools/genssl @@ -93,11 +94,6 @@ INSPIRCD_EXTRAS_OFF+= m_regex_tre.cpp CONFIGURE_ARGS+= --distribution-label=pkgsrc -# https://github.com/inspircd/inspircd/commit/044fa999680888267e07dc7b69028b18efbac818 -# this has no side-effects other than allowing the build to proceed with -# distribution-label set -CONFIGURE_ARGS+= --development - .include "options.mk" post-configure: @@ -108,10 +104,6 @@ post-configure: post-install: ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/examples/* ${DESTDIR}${EGDIR} ${RM} -rf ${DESTDIR}${PKG_SYSCONFDIR}/examples - ${RM} -f ${DESTDIR}${PREFIX}/.gdbargs - ${CHMOD} ${BINMODE} ${DESTDIR}${PREFIX}/bin/inspircd - ${CHMOD} ${BINMODE} ${DESTDIR}${PREFIX}/bin/inspircd-genssl - ${CHMOD} ${BINMODE} ${DESTDIR}${PREFIX}/lib/inspircd/modules/*.so .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/chat/inspircd3/distinfo diff -u pkgsrc/chat/inspircd3/distinfo:1.3 pkgsrc/chat/inspircd3/distinfo:1.4 --- pkgsrc/chat/inspircd3/distinfo:1.3 Mon May 6 17:40:16 2019 +++ pkgsrc/chat/inspircd3/distinfo Fri May 10 09:40:01 2019 @@ -1,12 +1,10 @@ -$NetBSD: distinfo,v 1.3 2019/05/06 17:40:16 nia Exp $ +$NetBSD: distinfo,v 1.4 2019/05/10 09:40:01 nia Exp $ -SHA1 (inspircd-3.0.0.tar.gz) = 8b2ba94966bea4918782aaef8923581d66ec8aec -RMD160 (inspircd-3.0.0.tar.gz) = 660bbed10afa988102f1453f4613e409550c2717 -SHA512 (inspircd-3.0.0.tar.gz) = 3510a92cfdbc3500e39687a8fbf56616994e41be918e7f9a7081552faf06363db179aae24a8cecf75bc2b7ec53b84424e4033642438eb3e595deef04d208ea72 -Size (inspircd-3.0.0.tar.gz) = 793937 bytes +SHA1 (inspircd-3.0.1.tar.gz) = 726fcc5f77c5f9d233a337de612ec27ff3f97348 +RMD160 (inspircd-3.0.1.tar.gz) = 4f72ee1f4c01bad5a04ecdb20fcba8ddcb4374f3 +SHA512 (inspircd-3.0.1.tar.gz) = 0c944719e5174fd1051ccd37569ee8fd2ce2ec53c4977219b72b1b74a014ac2406d4ef58bb72caf05db20fedd8345a50708067ddc86ab444269dc405f68d2892 +Size (inspircd-3.0.1.tar.gz) = 794215 bytes SHA1 (patch-docs_conf_inspircd.conf.example) = c6e9da54f81a2a5d34e933281d997b5ec687da52 SHA1 (patch-docs_conf_modules.conf.example) = 4a4ef063ae1c908268a34f0407a00c1df70a6a18 SHA1 (patch-docs_conf_services_anope.conf.example) = ab9078cf3bbe5e7393a8463c95b8db02bc5c019f SHA1 (patch-docs_conf_services_atheme.conf.example) = ad1dc932b17497ef49c6daf50984f566c402eb2b -SHA1 (patch-make_template_main.mk) = 7fe18abf9b19d52ee8b90f61f463d6ce7ab11d99 -SHA1 (patch-src_socketengines_socketengine__kqueue.cpp) = fb1e02ec8dad42dab981980c6b56f3ed11495328 --_----------=_1557481201255400--