Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1958859D8 for ; Mon, 30 Oct 2023 16:13:51 +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 qt6YhemBQ3FL for ; Mon, 30 Oct 2023 16:13:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 04BF884CF4 for ; Mon, 30 Oct 2023 16:13:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F22F0FADC; Mon, 30 Oct 2023 16:13:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698682430296600" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 16:13:50 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/rspamd To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20231030161350.F22F0FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698682430296600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Oct 30 16:13:50 UTC 2023 Modified Files: pkgsrc/mail/rspamd: Makefile Log Message: rspamd: Work around broken bfd test. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/mail/rspamd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698682430296600 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/rspamd/Makefile diff -u pkgsrc/mail/rspamd/Makefile:1.94 pkgsrc/mail/rspamd/Makefile:1.95 --- pkgsrc/mail/rspamd/Makefile:1.94 Tue Oct 24 22:09:50 2023 +++ pkgsrc/mail/rspamd/Makefile Mon Oct 30 16:13:50 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2023/10/24 22:09:50 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2023/10/30 16:13:50 jperkin Exp $ DISTNAME= rspamd-3.7.1 PKGREVISION= 1 @@ -21,7 +21,8 @@ USE_CXX_FEATURES+= c++20 .include "../../mk/bsd.prefs.mk" -CPPFLAGS.SunOS+= -D__EXTENSIONS__ +BUILDLINK_TRANSFORM.SunOS+= rm:-liberty +CPPFLAGS.SunOS+= -D__EXTENSIONS__ CMAKE_INSTALL_NAME_DIR= ${PREFIX}/lib/rspamd LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/rspamd --_----------=_1698682430296600--