FreeBSD Bugzilla – Attachment 33594 Details for
Bug 54940
[PATCH] print/font2svg: enable choose of ghostscript interpreter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ghostscript-afp1
patch-ghostscript-afp1 (text/plain), 989 bytes, created by
Jens Rehsack
on 2003-07-27 21:58:57 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 21:58:57 UTC
Size:
989 bytes
patch
obsolete
>Index: print/font2svg/Makefile >=================================================================== >diff -u print/font2svg/Makefile.orig print/font2svg/Makefile >--- print/font2svg/Makefile.orig Sun Jul 27 15:37:04 2003 >+++ print/font2svg/Makefile Sun Jul 27 16:07:51 2003 >@@ -15,11 +15,25 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= All font to svg-font converter > >+.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes >+GSPORT?= print/ghostscript-afpl >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ > RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ >- gs:${PORTSDIR}/print/ghostscript-gnu >+ gs:${PORTSDIR}/${GSPORT} > > USE_REINPLACE= yes > NO_BUILD= yes >+ >+pre-fetch: >+.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes >+ @${ECHO} "" >+ @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" >+ @${ECHO} " AFPL Postscript interpreter instead of GNU one" >+ @${ECHO} "" >+.endif > > post-patch: > @${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
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 Raw
Actions:
View
Attachments on
bug 54940
:
33593
| 33594