git: 4f989ac6d60f - 2021Q3 - misc/freebsd-doc-*: Add docproj-legacy dependency

Danilo G. Baio dbaio at FreeBSD.org
Sun Jul 18 11:41:43 UTC 2021


The branch 2021Q3 has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f989ac6d60f67aacab5c6a6326014b263f7b7d6

commit 4f989ac6d60f67aacab5c6a6326014b263f7b7d6
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-07-17 22:30:25 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-07-18 11:40:23 +0000

    misc/freebsd-doc-*: Add docproj-legacy dependency
    
    Following docproj cleanup on ffdb67aee0.
    
    Approved by:    doceng (with hat)
    
    (cherry picked from commit 59b6caea7779faa377c1be080a1f93dabe3e05c2)
---
 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


More information about the dev-commits-ports-branches mailing list