FreeBSD Bugzilla – Attachment 254245 Details for
Bug 282097
textproc/docbook-to-man: Always use textproc/openjade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
textproc_docbook-to-man.patch (text/plain), 2.51 KB, created by
Yasuhiro Kimura
on 2024-10-15 05:38:40 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2024-10-15 05:38:40 UTC
Size:
2.51 KB
patch
obsolete
>From 0385b1c51f77a4ee476dd25374b66310849793c3 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Tue, 15 Oct 2024 14:26:01 +0900 >Subject: [PATCH] textproc/docbook-to-man: Always use textproc/openjade > >With commit f9de5757c461 textproc/jade is marked DEPRECATED and its >EXPIRATION_DATE is set. >--- > textproc/docbook-to-man/Makefile | 19 +++---------------- > .../files/patch-cmd__docbook-to-man.sh | 5 +++-- > 2 files changed, 6 insertions(+), 18 deletions(-) > >diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile >index 04ce9a423a6f..22a073a82d57 100644 >--- a/textproc/docbook-to-man/Makefile >+++ b/textproc/docbook-to-man/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= docbook-to-man > PORTVERSION= 1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= textproc > MASTER_SITES= https://www.oasis-open.org/docbook/tools/dtm/ > DISTNAME= docbook-to-man >@@ -11,30 +11,17 @@ WWW= https://www.oasis-open.org/docbook/tools/dtm/ > > LICENSE= MIT > >-RUN_DEPENDS= docbook>0:textproc/docbook >+RUN_DEPENDS= docbook>0:textproc/docbook \ >+ openjade>0:textproc/openjade > > USES= imake > > MAKE_JOBS_UNSAFE= yes > >-# There are two ports that satisfy the nsgmls requirement. >-# Jade is preferred, but OpenJade can be selected if needed. >-OPTIONS_DEFINE= OPENJADE >-OPENJADE_DESC= Use OpenJade SGML/XML/DSSSL toolkit instead of Jade >- >-OPENJADE_RUN_DEPENDS= onsgmls:textproc/openjade >-OPENJADE_RUN_DEPENDS_OFF= nsgmls:textproc/jade >- > post-extract: > @${MV} ${WRKSRC}/Doc/instant.1 ${WRKSRC}/Instant/oinstant.man > > post-patch: > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/cmd/docbook-to-man.sh > >-post-patch-OPENJADE-off: >- @${REINPLACE_CMD} -e 's|%%NSGMLS%%|nsgmls|' ${WRKSRC}/cmd/docbook-to-man.sh >- >-post-patch-OPENJADE-on: >- @${REINPLACE_CMD} -e 's|%%NSGMLS%%|onsgmls|' ${WRKSRC}/cmd/docbook-to-man.sh >- > .include <bsd.port.mk> >diff --git a/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh b/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh >index fca24cb7fc0d..86920cabf41d 100644 >--- a/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh >+++ b/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh >@@ -13,7 +13,7 @@ > > > # ***** modify the following line (to "=false") if you're not using the >-@@ -51,19 +51,16 @@ DOCBOOK=$SGMLS/Davenport/dtd >+@@ -51,19 +51,16 @@ doElanPSInclude=true > doElanPSInclude=true > > >@@ -23,8 +23,9 @@ > > #ulimit -c unlimited > >- PARSER=nsgmls >+-PARSER=nsgmls > -INSTANT=instant >++PARSER=onsgmls > +INSTANT=oinstant > INSTANT_OPT=-d > >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282097
: 254245