Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2021 22:32:14 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59b6caea7779 - main - misc/freebsd-doc-*: Add docproj-legacy dependency
Message-ID:  <202107172232.16HMWEYr088584@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=59b6caea7779faa377c1be080a1f93dabe3e05c2

commit 59b6caea7779faa377c1be080a1f93dabe3e05c2
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-07-17 22:30:25 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-07-17 22:31:40 +0000

    misc/freebsd-doc-*: Add docproj-legacy dependency
    
    Following docproj cleanup on ffdb67aee0.
    
    Approved by:    doceng (with hat)
---
 misc/freebsd-doc-en/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 372a77e37c1e..70096f5d0847 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -16,7 +16,8 @@ BROKEN_aarch64=		fails to build: Exception in thread "main" java.lang.StackOverf
 BROKEN_FreeBSD_11_powerpc64=	fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone.
 BROKEN_FreeBSD_12_powerpc64=	fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone.
 
-BUILD_DEPENDS=	docproj>=2.0_6:textproc/docproj
+BUILD_DEPENDS=	docproj>=2.0_6:textproc/docproj \
+		docproj-legacy>0:textproc/docproj-legacy
 
 USES=		groff uidfix
 WRKSRC=		${WRKDIR}/doc



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