git: 8e62ddf310e7 - main - devel/courier-unicode: remove bogus CONFLICTS entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 06:38:23 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e62ddf310e746b28d441f113d1aa7d1eb447452 commit 8e62ddf310e746b28d441f113d1aa7d1eb447452 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-06-24 06:30:08 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-06-24 06:30:08 +0000 devel/courier-unicode: remove bogus CONFLICTS entry Due to CONFLICTS=libunicode this port could not be built or installed on system that already had libunicode installed. Since both of these ports are dependencies of other ports, only ports depending on one or the other could be installed at a time. I have verified that there is no build or install conflict, and the libunicode port is not marked as conflicting with this port. In order to allow ports depending on courier-unicode and libunicode to be installed at the same time, I'm removing the bogus CONFLICTS entry. Approved by: portmgr (implicit) --- devel/courier-unicode/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/courier-unicode/Makefile b/devel/courier-unicode/Makefile index 8c68ae3afe73..fe7e47d8ba5b 100644 --- a/devel/courier-unicode/Makefile +++ b/devel/courier-unicode/Makefile @@ -8,8 +8,6 @@ COMMENT= Courier implementation of Unicode Standard related algorithms LICENSE= GPLv3 -CONFLICTS= libunicode - USES= compiler:c++11-lang iconv libtool localbase:ldflags \ perl5 tar:bzip2 USE_PERL5= build