- remove foomatic-rip link (the foomatic-filters package now handles it)
- tweak MESSAGE
This commit is contained in:
parent
6a1254289a
commit
6c01c04658
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2008/10/30 15:07:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2008/11/19 05:28:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= Common Unix Printing System
|
||||
|
||||
VERSION= 1.2.7
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= cups-${VERSION}p13
|
||||
PKGNAME= cups-${VERSION}p14
|
||||
CATEGORIES= print sysutils
|
||||
SHARED_LIBS= cups 3.0 \
|
||||
cupsimage 2.3
|
||||
|
||||
SHARED_LIBS+= cups 3.0
|
||||
# XXX ghostscript needs to dlopen() libcupsimage.so.2
|
||||
SHARED_LIBS+= cupsimage 2.3
|
||||
|
||||
HOMEPAGE= http://www.cups.org/
|
||||
|
||||
@ -100,6 +102,5 @@ post-install:
|
||||
@sed s,y0y0y0,${LOCALBASE}, < ${FILESDIR}/${file} > \
|
||||
${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
@ln -s ${TRUEPREFIX}/bin/foomatic-rip ${PREFIX}/libexec/cups/filter/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,9 +5,14 @@ To start cups at boot time, add the following to
|
||||
/etc/rc.local:
|
||||
|
||||
if [ -x ${PREFIX}/sbin/cupsd ]; then
|
||||
echo -n ' cupsd'; ${PREFIX}/sbin/cupsd
|
||||
echo -n ' cupsd'; ${PREFIX}/sbin/cupsd
|
||||
fi
|
||||
|
||||
Starting cupsd will overwrite /etc/printcap. A backup copy of this file
|
||||
is saved as /etc/printcap.pre-cups by '${PREFIX}/sbin/cups-enable'
|
||||
and will be restored when you run '${PREFIX}/sbin/cups-disable'.
|
||||
|
||||
If you want to use CUPS bundled PPD files (i.e. drivers), you'll need to
|
||||
install ghostscript. Also if you want to print on non-PostScript
|
||||
printers, you will most probably want to install the foomatic-filters
|
||||
package which provides a universal filter script.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2008/10/30 13:26:41 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2008/11/19 05:28:31 ajacoutot Exp $
|
||||
@conflict LPRng-*
|
||||
@newgroup _cups:541
|
||||
@newuser _cups:541:541:daemon:CUPS:/nonexistent:/sbin/nologin
|
||||
@ -54,7 +54,6 @@ libexec/cups/daemon/
|
||||
@bin libexec/cups/daemon/cups-polld
|
||||
libexec/cups/driver/
|
||||
libexec/cups/filter/
|
||||
libexec/cups/filter/foomatic-rip
|
||||
@bin libexec/cups/filter/gziptoany
|
||||
@bin libexec/cups/filter/hpgltops
|
||||
@bin libexec/cups/filter/imagetops
|
||||
|
Loading…
Reference in New Issue
Block a user