FreeBSD Bugzilla – Attachment 62935 Details for
Bug 93966
Better RTF support & CJK TeX support of the port textproc/docproj
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
intron
on 2006-03-01 02:20:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
intron
Created:
2006-03-01 02:20:06 UTC
Size:
1.24 KB
patch
obsolete
>--- Makefile.orig Sun Jan 1 16:10:22 2006 >+++ Makefile Wed Mar 1 08:19:58 2006 >@@ -7,7 +7,7 @@ > > PORTNAME= docproj > PORTVERSION= 1.14 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc > MASTER_SITES= # empty > DISTFILES= # empty >@@ -32,7 +32,8 @@ > ${LOCALBASE}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ > ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ > ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ >- ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml >+ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ >+ ${LOCALBASE}/bin/fixrtf:${PORTSDIR}/chinese/docproj > > .include <bsd.port.pre.mk> > >@@ -53,6 +54,15 @@ > .if defined(WITH_JADETEX) && ${WITH_JADETEX} == yes > RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex > RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex >+ >+.if empty(WITH_JADETEX_CJK) >+IS_INTERACTIVE= "user must set WITH_JADETEX_CJK variable to 'yes' or 'no'" >+.endif >+.if defined(WITH_JADETEX_CJK) && ${WITH_JADETEX_CJK} == yes >+RUN_DEPENDS+= gbklatex:${PORTSDIR}/chinese/CJK >+RUN_DEPENDS+= html2text:${PORTSDIR}/textproc/html2text >+.endif >+ > .endif > > .if ${PERL_LEVEL} < 500804
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 93966
: 62935