head 1.10; access; symbols pkgsrc-2026Q1:1.10.0.4 pkgsrc-2026Q1-base:1.10 pkgsrc-2025Q4:1.10.0.2 pkgsrc-2025Q4-base:1.10 pkgsrc-2025Q3:1.6.0.2 pkgsrc-2025Q3-base:1.6 pkgsrc-2025Q2:1.5.0.2 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.4.0.12 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.10 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.8 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.6 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.4 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.2 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.3.0.4 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3; locks; strict; comment @# @; 1.10 date 2025.12.13.12.41.53; author wiz; state Exp; branches; next 1.9; commitid EpzoBNnQ0DIqmfmG; 1.9 date 2025.12.12.03.00.28; author manu; state Exp; branches; next 1.8; commitid icG3wfN9g4pLa4mG; 1.8 date 2025.12.11.00.44.17; author manu; state Exp; branches; next 1.7; commitid 0nEV66TAQ4ZPrVlG; 1.7 date 2025.11.18.14.02.20; author manu; state Exp; branches; next 1.6; commitid 2yg8VECFJZzAB2jG; 1.6 date 2025.08.24.22.10.25; author taca; state Exp; branches; next 1.5; commitid 6ZM5tvZzdbQG428G; 1.5 date 2025.06.16.16.17.05; author ryoon; state Exp; branches; next 1.4; commitid 89QTm6Uny9OJk8ZF; 1.4 date 2023.10.24.22.09.47; author wiz; state Exp; branches; next 1.3; commitid MTsrqKm6aGrQAVJE; 1.3 date 2023.06.06.12.41.48; author riastradh; state Exp; branches; next 1.2; commitid xhspr6Z8JLQOWSrE; 1.2 date 2023.04.26.15.01.22; author wiz; state Exp; branches; next 1.1; commitid zKqUyqK4IHAp3DmE; 1.1 date 2023.04.21.00.49.56; author manu; state Exp; branches; next ; commitid 4q0vKUKqcmjivUlE; desc @@ 1.10 log @openarc: fix spelling of CONFLICTS fix pkglint while here @ text @# $NetBSD: Makefile,v 1.9 2025/12/12 03:00:28 manu Exp $ DISTNAME= openarc-20180921 PKGREVISION= 5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=trusteddomainproject/} GITHUB_PROJECT= OpenARC GITHUB_TAG= 355ee2a1ca85acccce494478991983b54f794f4e MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/trusteddomainproject/OpenARC COMMENT= Open source ARC library, MTA filter implementation and tools LICENSE= modified-bsd CONFLICTS+= flowerysong-openarc-[0-9]* RCD_SCRIPTS= openarc USE_LIBTOOL= yes USE_TOOLS+= aclocal autoconf automake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter} EGDIR= ${PREFIX}/share/examples/${PKGBASE} INSTALLATION_DIRS= ${EGDIR} pre-configure: cd ${WRKSRC} && autoreconf -fiv post-install: ${INSTALL_DATA} ${WRKSRC}/openarc/openarc.conf.sample \ ${DESTDIR}${EGDIR}/ .include "../../security/openssl/buildlink3.mk" .include "../../mail/libmilter/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @Add CONFLICT for mail/openarc and mail/flowerysong-openarc @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/12/11 00:44:17 manu Exp $ d15 1 a15 1 CONFLICT+= flowerysong-openarc-[0-9]* @ 1.8 log @Replace crash workaround submitted upstream by an already committed fix from upstream develop branch, as suggested by maintainer in the pull request. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/11/18 14:02:20 manu Exp $ d15 2 @ 1.7 log @Fix crash on invalid input From upstream https://github.com/trusteddomainproject/OpenARC/pull/191 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2025/08/24 22:10:25 taca Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.6 log @openarc/Makefile: USE_TOOLS for pkg-config @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/06/16 16:17:05 ryoon Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.5 log @mail/openarc: Do not fail validation of emails from Microsoft email services * Do not fail when t= is not available. * Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/10/24 22:09:47 wiz Exp $ a14 3 # for m4 file TOOL_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config d18 1 a18 1 USE_TOOLS+= aclocal autoconf automake @ 1.4 log @*: bump for openssl 3 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/06/06 12:41:48 riastradh Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.3 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/04/26 15:01:22 wiz Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.2 log @openarc: finish package add missing build dependency, add patch checksum to distinfo, simplify @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/04/21 00:49:56 manu Exp $ d16 1 a16 1 BUILD_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config @ 1.1 log @ Added mail/openarc 20180921 ARC is a technology proposal, put forward by a consortium of organizations, intended to allow a chain of message handlers (typically email operators) to confirm handling by trusted upstream handlers in an attempt to confirm the valid use of certain identifiers in the message. ARC is still experimental, and its specification may change. This package is intended for use by operators willing to take part in the experiment and provide their feedback to the development team. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.18 2020/01/25 10:45:11 jperkin Exp $ a2 2 GITHUB_PROJECT= OpenARC GITHUB_TAG= 355ee2a1ca85acccce494478991983b54f794f4e d7 2 a8 1 DIST_SUBDIR= ${GITHUB_PROJECT} d15 3 d32 1 a32 2 set -e; cd ${WRKSRC}; \ libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf a38 1 BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 @