Commit Graph

147 Commits

Author SHA1 Message Date
ajacoutot
82f66c95c3 Tweak README. 2012-06-20 14:54:40 +00:00
ajacoutot
89e7fbd097 Remove '${DESTDIR}' from the html pages.
from gjones
2012-06-01 07:55:12 +00:00
ajacoutot
866c75776f /etc/cups -> SYSCONFDIR/cups
spotted by Mikolaj Kucharski
2012-05-28 15:18:18 +00:00
ajacoutot
aafd55892c Err stupid me. Revert previous otherwise we won't get printer updates in
the printcap. I'll have to think about something else...
2012-05-26 06:43:38 +00:00
ajacoutot
0c6d65403d Please security(8): cat the content of the CUPS printcap file into
/etc/printcap(5) instead of creating a link.
2012-05-26 06:26:04 +00:00
ajacoutot
70bfdb7afb Slightly different patch from upstream. 2012-05-18 16:31:22 +00:00
ajacoutot
730c80a594 Update to cups-1.5.3. 2012-05-17 10:11:23 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
ajacoutot
eb46fd2adc Make sure we use ghostscript as pdftops interpreter but do _not_ depend
on it being installed at build time (cyclic dependency).

breakage reported by nigel@
2012-02-17 07:45:10 +00:00
ajacoutot
c1f3074d18 Update to cups-1.5.2.
While here, create cups's printcap under /etc/cups/ because we are
running unpriviledged so we cannot touch /etc/printcap.
Tweak rc script accordingly.
2012-02-16 22:12:08 +00:00
ajacoutot
850003653b Remove bogus symlink which can make cups-driverd go into a loop.
Add a note about updating to a new major version (may require to revove
the cache).
Check the configuration file sanity in rc_pre().

ok sthen@
2012-02-02 07:11:19 +00:00
ajacoutot
ca450b9a0f Remove desktop file and icons; we don't really need them (it's just a
launcher for http://localhost:631 and we may actually want to
configure a remote server); this is needed to prevent a dependency
loop: cups->gtk+2,-guic->cups.

This also allows us to drop 3 dependencies...
2011-12-04 15:40:57 +00:00
ajacoutot
16546dde76 Temporarily remove dependency on x11/gtk+2,-guic until I figure out a way
to fix the dependency loop.
2011-12-04 14:21:11 +00:00
ajacoutot
fb173cad3a Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:04:36 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
ajacoutot
bbda32073d Only remove the cache dir on extraunexec. 2011-10-19 12:59:55 +00:00
ajacoutot
688dbb0d49 Increase timeout for driverd to give it enough time to copy a ppd file when
using the web interface.
2011-10-15 07:20:43 +00:00
ajacoutot
2894f54965 Adapt documentation after the update to 1.5.0. 2011-10-02 14:41:48 +00:00
ajacoutot
5e6bdfea59 Merge a patch from upstream svn to fix a segfault with cups-driverd.
crash reported by and ok giovanni@
2011-09-30 07:33:59 +00:00
ajacoutot
4fb540580b Forgot to cvs delete, spotted by jasper@ 2011-09-08 11:38:17 +00:00
ajacoutot
dd310005da Major update to cups-1.5.0.
Thanks to landry@ for the bulk testing.
2011-09-08 10:33:12 +00:00
ajacoutot
017bd17942 SECURITY: CVE-2011-2896 GIF decoder LZW decoder buffer overflow 2011-08-31 12:43:08 +00:00
ajacoutot
94f099a925 Small bugfix update to cups-1.4.8. 2011-08-25 09:50:20 +00:00
ajacoutot
58fde224e4 Advise users to install gstoraster. We cannot make it a RUN_DEPENDS because
of a cyclic dependency:
cups -> gstoraster -> ghostscript -> cups
2011-07-06 16:03:08 +00:00
ajacoutot
9ad4c2f38a Put comment back, it was a misunderstanding from my side, prompted by kili@ 2011-07-06 14:49:02 +00:00
ajacoutot
d6c34faca2 Remove outdated comment. 2011-07-06 01:01:27 +00:00
kili
21c389b0db Use both -fPIE and -pie in the config test.
Actually try to run the test program, not only to compile it.

Fixes the build on arm.

ok ajacoutot@ (maintainer)
2011-07-05 16:36:04 +00:00
ajacoutot
b58dcc0c5c Update to cups-1.4.7. 2011-06-28 11:52:38 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
429e35fae1 Adjust README for gtk+3. 2011-05-26 12:52:48 +00:00
ajacoutot
c54e12bbe0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 07:45:52 +00:00
ajacoutot
52767e827a Use the gtk-print stock icon instead of the ugly cups one. 2011-04-28 17:21:17 +00:00
ajacoutot
4a386943ef Use proper AUTOCONF_VERSION, from Brad. 2011-04-28 05:47:49 +00:00
ajacoutot
2ab0365009 Extend README, after a discussion with oga@ 2011-04-16 14:59:54 +00:00
ajacoutot
71747ea048 cupsd rewrites its arguments, so add a pexp to the rc script. 2011-04-06 16:50:26 +00:00
ajacoutot
3e0b97eefc Make sure we don't enter interactive mode in rc_post by using 'mv -f'.
Fix shutdown/reboot issues reported by Tomas Bodzar.
2011-03-24 15:17:28 +00:00
ajacoutot
9c3a94a372 Use the same trick as in nut to identify the /dev/{ugen,usb}* we want.
discussed with and ok sthen@
2011-03-09 13:05:20 +00:00
ajacoutot
b5c90e7019 Add ${SYSCONFDIR}/cups/ppd/ as a @sample. 2011-03-02 06:49:38 +00:00
ajacoutot
21b4f61f90 Tweaks, from discussion with jakemsr@ 2011-01-17 23:24:40 +00:00
ajacoutot
889cab506e Fix README after recent ugen(4) changes from jakemsr@ 2011-01-16 23:02:53 +00:00
ajacoutot
af7416c31b Update to cups-1.4.6, this version fixes landscape printing, sharing,
and fax issues.

Also merge a patch from upstream to disable multi-part support as
several browsers (notably webkit based ones) do not support it
correctly, this should fix the web interface with these browsers. See
http://www.cups.org/str.php?L3455 for details.
2011-01-11 12:13:59 +00:00
ajacoutot
2eec2a1dd7 Mention gtk+2-cups.
prodded by Jiri B.
2010-12-30 12:55:02 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
833cdce03c Mention bug report in patch, no pkg change. 2010-12-20 15:53:05 +00:00
ajacoutot
391b9471d9 Some rewording a tweaks. 2010-12-20 14:43:42 +00:00
ajacoutot
cddf86404d Unbreak ulpt(4) printing.
Add libusb support. Bring a patch from upstream bug DB that allows for
both ulpt(4) and libusb based devices to work without the need for
separate packages.

Remove the useless rc patch (we provide our own).

Move MESSAGE to README and extend it.
2010-12-20 11:39:48 +00:00
ajacoutot
cbdb3f818c Don't try and change ownership on files that don't exist. 2010-11-30 08:09:09 +00:00
espie
bec176e99e new depends 2010-11-20 09:48:38 +00:00