FreeBSD Bugzilla – Attachment 33605 Details for
Bug 54946
[PATCH] print/pnm2ppa: 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.07 KB, created by
Jens Rehsack
on 2003-07-27 20:50:32 UTC
(
hide
)
Description:
patch-ghostscript-afp1
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-07-27 20:50:32 UTC
Size:
1.07 KB
patch
obsolete
>Index: print/pnm2ppa/Makefile >=================================================================== >diff -u print/pnm2ppa/Makefile.orig print/pnm2ppa/Makefile >--- print/pnm2ppa/Makefile.orig Sun Jul 27 16:15:20 2003 >+++ print/pnm2ppa/Makefile Sun Jul 27 16:21:39 2003 >@@ -14,14 +14,28 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Convert PNM images to PPA for some HP printers > >-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ >+.if defined(WITH_GHOSTSCRIPT_AFP1) && ${WITH_GHOSTSCRIPT_AFP1} == yes >+GSPORT?= print/ghostscript-afp1 >+.else >+GSPORT?= print/ghostscript-gnu >+.endif >+ >+RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \ > enscript:${PORTSDIR}/print/enscript-letter > > USE_GETOPT_LONG= yes >-MAKE_ENV= LDFLAGS="${LDFLAGS}" >+MAKE_ENV= LDFLAGS="${LDFLAGS}" > CFLAGS+= ${CPPFLAGS} > > MAN1= pnm2ppa.1 >+ >+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 > > post-patch: > @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \
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 54946
: 33605 |
33606