git: 59b6caea7779 - main - misc/freebsd-doc-*: Add docproj-legacy dependency
Danilo G. Baio
dbaio at FreeBSD.org
Sat Jul 17 22:32:14 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59b6caea7779faa377c1be080a1f93dabe3e05c2
commit 59b6caea7779faa377c1be080a1f93dabe3e05c2
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-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
More information about the dev-commits-ports-all
mailing list