FreeBSD Bugzilla – Attachment 33562 Details for
Bug 54923
[PATCH] deskutils/gworkspace: 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 21:48:29 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 21:48:29 UTC
Size:
940 bytes
patch
obsolete
>Index: deskutils/gworkspace/Makefile >=================================================================== >diff -u deskutils/gworkspace/Makefile.orig deskutils/gworkspace/Makefile >--- deskutils/gworkspace/Makefile.orig Sun Jul 27 12:22:35 2003 >+++ deskutils/gworkspace/Makefile Sun Jul 27 12:23:16 2003 >@@ -14,6 +14,12 @@ > MAINTAINER= dinoex@FreeBSD.org > COMMENT= GNUstep workspace manager > >+.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes >+GSPORT?= print/ghostscript-afpl >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ > PREFIX= ${LOCALBASE}/GNUstep > NO_MTREE= yes > WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION} >@@ -24,8 +30,8 @@ > .ifdef WITHOUT_GHOSTSCRIPT > PLIST_SUB+= PDFVIEW="@comment " > .else >-BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu >-RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu >+BUILD_DEPENDS+= gs:${PORTSDIR}/${GSPORT} >+RUN_DEPENDS+= gs:${PORTSDIR}/${GSPORT} > PLIST_SUB+= PDFVIEW="" > .endif
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 54923
:
33561
| 33562