FreeBSD Bugzilla – Attachment 102173 Details for
Bug 141900
[PATCH] print/cups-pdf: Fix broken installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cups-pdf-2.5.0.patch
cups-pdf-2.5.0.patch (text/plain), 1.49 KB, created by
Simon Olofsson
on 2009-12-22 17:10:02 UTC
(
hide
)
Description:
cups-pdf-2.5.0.patch
Filename:
MIME Type:
Creator:
Simon Olofsson
Created:
2009-12-22 17:10:02 UTC
Size:
1.49 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/Makefile /usr/home/simon/ports/print/cups-pdf/Makefile >--- /usr/ports/print/cups-pdf/Makefile 2009-12-13 00:38:51.000000000 +0100 >+++ /usr/home/simon/ports/print/cups-pdf/Makefile 2009-12-22 17:18:51.000000000 +0100 >@@ -17,8 +17,6 @@ > > RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base > >-BROKEN= does not install >- > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > USE_GHOSTSCRIPT_RUN= yes >@@ -83,9 +81,12 @@ > cd ${WRKSRC}/src; ${CC} ${CFLAGS} -o cups-pdf cups-pdf.c > > do-install: >+ ${MKDIR} ${PREFIX}/libexec/cups/backend > ${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/src/cups-pdf ${PREFIX}/libexec/cups/backend >+ ${MKDIR} ${PREFIX}/share/cups/model > ${INSTALL_DATA} ${WRKSRC}/extra/CUPS-PDF.ppd \ > ${PREFIX}/share/cups/model/CUPS-PDF.ppd >+ ${MKDIR} ${PREFIX}/etc/cups > ${INSTALL_DATA} ${WRKSRC}/extra/cups-pdf.conf \ > ${PREFIX}/etc/cups/cups-pdf.conf.sample > .if !defined(NOPORTDOCS) >diff -ruN --exclude=CVS /usr/ports/print/cups-pdf/pkg-plist /usr/home/simon/ports/print/cups-pdf/pkg-plist >--- /usr/ports/print/cups-pdf/pkg-plist 2008-03-27 15:20:46.000000000 +0100 >+++ /usr/home/simon/ports/print/cups-pdf/pkg-plist 2009-12-22 17:09:29.000000000 +0100 >@@ -5,3 +5,8 @@ > @exec if [ ! -f %D/etc/cups/cups-pdf.conf ] ; then cp -p %D/%F %B/cups-pdf.conf; fi > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%@dirrm %%DOCSDIR%% >+@dirrmtry libexec/cups/backend >+@dirrmtry libexec/cups >+@dirrmtry share/cups/model >+@dirrmtry share/cups >+@dirrmtry etc/cups
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141900
: 102173