FreeBSD Bugzilla – Attachment 149756 Details for
Bug 194283
[PATCH] print/muttprint: fix build with OPTIONS_UNSET=X11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
patch.txt (text/plain), 982 bytes, created by
Frank Wall
on 2014-11-23 21:44:06 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Frank Wall
Created:
2014-11-23 21:44:06 UTC
Size:
982 bytes
patch
obsolete
>--- print/muttprint/Makefile.orig 2014-10-13 20:18:27.000000000 +0200 >+++ print/muttprint/Makefile 2014-11-23 22:37:13.000000000 +0100 >@@ -12,7 +12,6 @@ > > RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \ > uncompface:${PORTSDIR}/mail/faces \ >- convert:${PORTSDIR}/graphics/ImageMagick \ > p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ > p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv > >@@ -22,7 +21,9 @@ > NO_BUILD= yes > REINPLACE_ARGS= -i "" > >-OPTIONS_DEFINE= CUPS DOCS >+OPTIONS_DEFINE= CUPS DOCS X11 >+X11_DESC= graphics/ImageMagick[-nox11] dependency >+ > CUPS_RUN_DEPENDS= cupstestppd:${PORTSDIR}/print/cups-base \ > espgs:${PORTSDIR}/print/cups-pstoraster > >@@ -42,6 +43,12 @@ > INSTALL_TARGET=install-with-doc > .endif > >+.if ${PORT_OPTIONS:MX11} >+RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick >+.else >+RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 >+.endif >+ > pre-everything:: > @${ECHO} > @${ECHO} Set PAPERSIZE=a4 if you need that paper size.
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 194283
:
148162
| 149756