FreeBSD Bugzilla – Attachment 159295 Details for
Bug 201864
textproc/docproj: broken due to ghostscript / tex-dvips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix _GS_PORT for consumers of ghostscript
file_201864.txt (text/plain), 815 bytes, created by
Peter Wemm
on 2015-07-27 04:57:41 UTC
(
hide
)
Description:
Fix _GS_PORT for consumers of ghostscript
Filename:
MIME Type:
Creator:
Peter Wemm
Created:
2015-07-27 04:57:41 UTC
Size:
815 bytes
patch
obsolete
>Index: ghostscript.mk >=================================================================== >--- ghostscript.mk (revision 392955) >+++ ghostscript.mk (working copy) >@@ -84,15 +84,15 @@ > IGNORE?= Invalid ghostscript argument or GHOSTSCRIPT_DEFAULT > .endif > >-# dependencies >-_GS_PORT= ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX} >- >-.if ${_GS_ARGS:Mnox11} || \ >+.if ${_GS_ARGS:Mnox11} || defined(WITHOUT_X11) || \ > (defined(OPTIONS_DEFINE) && defined(PORT_OPTIONS) && \ > ${OPTIONS_DEFINE:MX11} && !${PORT_OPTIONS:MX11}) >-DEPENDS_ARGS+= print_${_GS_PORT}_UNSET_FORCE+=X11 >+_GS_NOX11_SUFFIX= -nox11 > .endif > >+# dependencies >+_GS_PORT= ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}${_GS_NOX11_SUFFIX} >+ > .if defined(_GS_BUILD_DEP) > BUILD_DEPENDS+= gs:${PORTSDIR}/print/${_GS_PORT} > .endif
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 201864
: 159295