FreeBSD Bugzilla – Attachment 33591 Details for
Bug 54939
[PATCH] misc/instant-workstation: 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), 1.33 KB, created by
Jens Rehsack
on 2003-07-27 20:50:29 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 20:50:29 UTC
Size:
1.33 KB
patch
obsolete
>Index: misc/instant-workstation/Makefile >=================================================================== >diff -u misc/instant-workstation/Makefile.orig misc/instant-workstation/Makefile >--- misc/instant-workstation/Makefile.orig Sun Jul 27 13:32:54 2003 >+++ misc/instant-workstation/Makefile Sun Jul 27 13:30:38 2003 >@@ -14,13 +14,19 @@ > MAINTAINER= grog@lemis.com > COMMENT= Instant workstation installs a typical set of ports for a workstation > >+.if defined(WITH_GHOSTSCRIPT_AFP1) && ${WITH_GHOSTSCRIPT_AFP1} == yes >+GSPORT?= print/ghostscript-afp1 >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ > RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread5 \ > bash:${PORTSDIR}/shells/bash2 \ > cdrecord:${PORTSDIR}/sysutils/cdrtools \ > dos2unix:${PORTSDIR}/converters/unix2dos \ > emacs:${PORTSDIR}/editors/emacs20 \ > fetchmail:${PORTSDIR}/mail/fetchmail \ >- gs:${PORTSDIR}/print/ghostscript-gnu \ >+ gs:${PORTSDIR}/${GSPORT} \ > grip:${PORTSDIR}/audio/grip \ > gimp:${PORTSDIR}/graphics/gimp1 \ > gv:${PORTSDIR}/print/gv \ >@@ -38,5 +44,13 @@ > > NO_WRKSUBDIR= YES > NO_BUILD= YES >+ >+pre-fetch: >+.if !defined(WITH_GHOSTSCRIPT_AFP1) || ${WITH_GHOSTSCRIPT_AFP1} != yes >+ @${ECHO} "" >+ @${ECHO} " Define WITH_GHOSTSCRIPT_AFP1=yes to use" >+ @${ECHO} " AFPL Postscript interpreter instead of GNU one" >+ @${ECHO} "" >+.endif > > .include <bsd.port.mk>
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 54939
: 33591 |
33592