FreeBSD Bugzilla – Attachment 33623 Details for
Bug 54955
[PATCH] print/pstotext: 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), 940 bytes, created by
Jens Rehsack
on 2003-07-27 22:02:06 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 22:02:06 UTC
Size:
940 bytes
patch
obsolete
>Index: print/pstotext/Makefile >=================================================================== >diff -u print/pstotext/Makefile.orig print/pstotext/Makefile >--- print/pstotext/Makefile.orig Sun Jul 27 16:22:03 2003 >+++ print/pstotext/Makefile Sun Jul 27 16:22:36 2003 >@@ -15,9 +15,23 @@ > MAINTAINER= ob@breuninger.org > COMMENT= A PostScript to Text converter > >-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} > > MAN1= pstotext.1 >+ >+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 > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin
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 54955
:
33622
| 33623