Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 22:01:57 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1acc62c56236 - main - security/{open,}doas: add CONFLICTS to each other
Message-ID:  <202406092201.459M1vbe081029@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1acc62c56236fee8b9d5c10350a78f3c36489933

commit 1acc62c56236fee8b9d5c10350a78f3c36489933
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-06-09 21:55:42 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-06-09 21:55:42 +0000

    security/{open,}doas: add CONFLICTS to each other
    
    They install files with the same names.
    
    PR:             279598
    Reported by:    fluffy (via email)
    Fixes:          2820df617d13 (new port: portable version of OpenBSD's doas)
---
 security/doas/Makefile     | 2 ++
 security/opendoas/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/security/doas/Makefile b/security/doas/Makefile
index 7180fd0237fc..58c1aa4b15fe 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -20,6 +20,8 @@ GH_ACCOUNT=	slicer69
 
 MAKE_ENV+=	TARGETPATH=-DGLOBAL_PATH='\"${_GLOBAL_PATH}\"'
 
+CONFLICTS=	opendoas
+
 BINMODE=	4755
 
 SUB_FILES=	pkg-message
diff --git a/security/opendoas/Makefile b/security/opendoas/Makefile
index 6e30ec1a2734..7b821302a87b 100644
--- a/security/opendoas/Makefile
+++ b/security/opendoas/Makefile
@@ -32,6 +32,8 @@ CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc \
 
 MAKEFILE=	GNUmakefile
 
+CONFLICTS=	doas
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/doas
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406092201.459M1vbe081029>