FreeBSD Bugzilla – Attachment 33577 Details for
Bug 54931
[PATCH] graphics/peps: 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), 1014 bytes, created by
Jens Rehsack
on 2003-07-27 22:00:24 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 22:00:24 UTC
Size:
1014 bytes
patch
obsolete
>Index: graphics/peps/Makefile >=================================================================== >diff -u graphics/peps/Makefile.orig graphics/peps/Makefile >--- graphics/peps/Makefile.orig Sun Jul 27 12:43:08 2003 >+++ graphics/peps/Makefile Sun Jul 27 13:14:58 2003 >@@ -15,10 +15,24 @@ > MAINTAINER= petef@FreeBSD.org > COMMENT= Converts EPS images to anti-aliased PGM bitmaps > >-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ >+.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes >+GSPORT?= print/ghostscript-afpl >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ >+RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \ > pnmtopng:${PORTSDIR}/graphics/netpbm > > USE_REINPLACE= 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!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile
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 54931
:
33576
| 33577