FreeBSD Bugzilla – Attachment 33573 Details for
Bug 54929
[PATCH] graphics/ipe: 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), 932 bytes, created by
Jens Rehsack
on 2003-07-27 22:00:40 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 22:00:40 UTC
Size:
932 bytes
patch
obsolete
>Index: graphics/ipe/Makefile >=================================================================== >diff -u graphics/ipe/Makefile.orig graphics/ipe/Makefile >--- graphics/ipe/Makefile.orig Sun Jul 27 12:43:07 2003 >+++ graphics/ipe/Makefile Sun Jul 27 13:14:58 2003 >@@ -15,10 +15,24 @@ > MAINTAINER= bremner@unb.ca > COMMENT= Extensible drawing editor > >-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} \ > latex:${PORTSDIR}/print/teTeX > > USE_XLIB= yes > USE_MOTIF= 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 > > .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 54929
:
33572
| 33573