Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2023 18:27:45 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2bfba5a147f1 - main - textproc/fox-xml, textproc/xmlf90: Add comments
Message-ID:  <202310151827.39FIRjuf076021@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bfba5a147f1c47c6e86ede6d0ae57df1cedab60

commit 2bfba5a147f1c47c6e86ede6d0ae57df1cedab60
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-15 17:31:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-15 18:26:44 +0000

    textproc/fox-xml, textproc/xmlf90: Add comments
---
 textproc/fox-xml/Makefile | 2 +-
 textproc/xmlf90/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/fox-xml/Makefile b/textproc/fox-xml/Makefile
index 19991ed1f274..7693d9337e95 100644
--- a/textproc/fox-xml/Makefile
+++ b/textproc/fox-xml/Makefile
@@ -12,7 +12,7 @@ WWW=		https://homepages.see.leeds.ac.uk/~earawa/FoX/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS_INSTALL=	xmlf90
+CONFLICTS_INSTALL=	xmlf90 # https://github.com/andreww/fox/issues/80
 
 GNU_CONFIGURE=	yes
 USES=		fortran gmake
diff --git a/textproc/xmlf90/Makefile b/textproc/xmlf90/Makefile
index 0c4e25a940e6..5357bf6424b1 100644
--- a/textproc/xmlf90/Makefile
+++ b/textproc/xmlf90/Makefile
@@ -10,7 +10,7 @@ WWW=		https://launchpad.net/xmlf90
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS_INSTALL=	fox-xml
+CONFLICTS_INSTALL=	fox-xml # see https://gitlab.com/siesta-project/libraries/xmlf90/-/issues/8
 
 USES=		autoreconf fortran gmake libtool
 USE_LDCONFIG=	yes



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