Commit Graph

1033 Commits

Author SHA1 Message Date
jasper
fba3fa1845 - update homepage 2009-06-23 18:05:17 +00:00
ajacoutot
98a5bdc341 Minor update to gtklp-1.2.7 2009-06-22 08:20:48 +00:00
sthen
fd2b66a2dc fix wantlib, bump 2009-06-19 23:51:35 +00:00
sthen
2c90438f29 add a patch from upstream; fixes printing PDFs with canon drivers bjc600/800.
ok kili@
2009-06-16 21:03:59 +00:00
sthen
87d76d1e83 regen WANTLIB and bump; avahi/gio-2.0 2009-06-16 11:45:28 +00:00
ajacoutot
87bef10f5b Add homepage. 2009-06-09 11:57:27 +00:00
ajacoutot
2553d5a88d Update to system-config-printer 1.0.15. Tested at c2k9. 2009-06-08 19:24:43 +00:00
ajacoutot
fe386413a2 - fix cyclic dependency by using the "no_gtk no_qt3 no_qt4" FLAVOR of
avahi so that only the -main subpackage is built
(i.e. cups needs avahi, avahi needs qt3, qt3 needs cups... *bang*)

issue reported by sthen@, then naddy@, then sturm@...
2009-06-04 21:46:49 +00:00
ajacoutot
fd6b7790be - add avahi support 2009-06-03 16:31:57 +00:00
ajacoutot
9177b9710f - bugfix update to poppler-0.10.7
ok kili@
2009-05-26 13:05:46 +00:00
sthen
6f96b7b778 remove comment about a known issue that's already been fixed; bump PKGNAME
from Edd Barrett (maintainer).
2009-05-25 17:19:12 +00:00
ajacoutot
b49b306aa4 - regen WANTLIB (from cups kerberos support)
- bump
2009-05-22 14:56:37 +00:00
ajacoutot
31b65561fb - regen WANTLIB (from cups kerberos support)
- bump
2009-05-22 13:51:08 +00:00
ajacoutot
bb4ed2b8b5 - just like a2ps, build both letter and a4 FLAVORS for psutils 2009-05-19 13:48:34 +00:00
ajacoutot
7943d34c8c - be consistent with a least ghostscript and a2ps and build the letter
FLAVOR by default
- regen PLIST while here
2009-05-19 13:46:34 +00:00
ajacoutot
45145171af - don't link .so to .so.X.Y
- merge PFRAG.shared into PLIST
- bump
2009-05-19 11:15:28 +00:00
ajacoutot
9ff4d05ca6 - upstream integrated kurt@'s patches with some small changes ; bring
them in as it will ease update to a new release
2009-05-18 17:09:54 +00:00
ajacoutot
8fd5cae47a - tweak MESSAGE & bump 2009-05-16 17:34:52 +00:00
kurt
e436b9fc81 Fix daemon mode by correcting non-portable code:
- close(0); open(...); is no guaranteed to open on file descriptor 0.
  Change to using dup2()
- Threaded applications that fork() may only call async-signal-safe
  functions in the child process until such time as one of the exec
  functions are called. Enable the APPLE code path that uses execlp()
  in child. Also close child fd's in such a way as to not trip on
  non-blocking fd design issues of libpthread.

okay ajacoutot@
2009-05-14 12:38:52 +00:00
ajacoutot
dd1ef1ab89 Revert part of previous, it does not seem to help after all; for now
it is advised to start cups in foreground mode (i.e. 'cupsd -f &').
Issue is still under investigation.
2009-05-09 11:05:44 +00:00
ajacoutot
95350a94bb - disable threading; it causes several issues which will need more
investigation
- explicitely set some configure switches
- use wheel as "system-groups" instead of non-existent "sys"
- enable raw printing
- respect CFLAGS
- add GSSAPI support
- tweak gecos
- add missing @sample
2009-05-08 20:00:57 +00:00
bernd
692ceb000e Sync after latest cups library bump. 2009-04-27 08:26:23 +00:00
bernd
e5effe71d7 Update to cups-1.3.10. With lots of help from ajacoutot@.
There's an issue with the admin.cgi which will be fixed
in-tree.

ok ajacoutot@, jasper@
2009-04-27 08:25:39 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
sthen
5ddde6614a - Fix USE_SYSTRACE=Yes builds.
- LOCALBASE -> TRUEPREFIX

- Add a separate script (tl-link-config) to decide which config to
symlink. Fixes the situation where -base gets bumped and so the minimal
fmtutil.cnf gets incorrectly linked when really the -full config is
needed.

from maintainer Edd Barrett.
2009-04-23 00:18:17 +00:00
kili
c3ff6c32c9 Update to fontforge-20090408. 2009-04-22 12:23:00 +00:00
kili
4846185f8f Security update to 0.10.6
Fixes CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180,
CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187,
CVE-2009-1188 and a couple of other bugs.

Detailed changelog at http://poppler.freedesktop.org/releases.html

Major bumps to all shared libs. I think that only libpoppler.so
needs a a bump, but bumps are cheap and don't hurt, and I may have
missed some changes when reading the diffs.

ok landry@ (who tested it with epdfview)
2009-04-22 12:14:15 +00:00
ajacoutot
8f7cd0f1e5 - remove workaround now that our default thread stack size has been
increased
2009-04-21 13:01:18 +00:00
jasper
56c787888b - add security fix for CVE-2009-0196
ok kili@ (MAINTAINER)
2009-04-16 19:53:38 +00:00
ajacoutot
d0674337d4 - add some comments ; no pkg change 2009-04-10 16:36:02 +00:00
ajacoutot
61cdcb5a0a - lower some buffer size to prevent crash with default limit settings 2009-04-10 15:35:01 +00:00
ajacoutot
b661e99a20 - fix WANTLIB after cups udate 2009-04-10 12:31:00 +00:00
ajacoutot
1d321633f5 - fix WANTLIB after cups update 2009-04-10 11:59:06 +00:00
jasper
707ab4fa72 - update openclipart to 0.19
(distfile grew to a modest 375M...)

you'll need -r1.7 of ports/infrastructure/install/FS.pm, thanks to naddy@
for fixing an issue there

ok ajacoutot@
2009-04-09 17:19:22 +00:00
ajacoutot
12184f5df1 - make sure Type1 fonts can be found at runtime
from Slackware Linux
2009-04-09 09:25:20 +00:00
ajacoutot
5c0f045c92 - fix a crash with NSS based applications when printing using gtk+2-cups
There are some conflicting symbols between nss and openssl (hint from
martynas@ some time ago about another issue).
- fix tyop while here (MAITAINER -> MAINTAINER)

"looks good" landry@ ok jasper@
2009-04-09 08:47:24 +00:00
jasper
a41479263c - add SECURITY FIXES for SA34534, CVE-2009-0583 and CVE-2009-0584.
patches taken from upstream and gentoo bugreports

ok kili@ (MAINTAINER)
2009-04-06 17:06:33 +00:00
landry
78066ffb46 Update to epdfview 0.1.7, based on a diff by brynet at gmail, who also
takes maintainership.
Bring in two patches from upstream svn to fix
http://trac.emma-soft.com/epdfview/ticket/118.
2009-04-04 09:25:25 +00:00
ajacoutot
4fa823828c - fix the no_gimp PSEUDO_FLAVOR
from Tim van der Molen
2009-03-31 15:11:25 +00:00
naddy
fb023d83f7 bump for python dependency change 2009-03-28 18:12:49 +00:00
jasper
ef461f6a98 - this should be one of the last rounds of missing bumps.. 2009-03-26 11:50:09 +00:00
jasper
c9657ef17b another batch of missing bumps 2009-03-25 13:52:31 +00:00
jasper
4c5694de70 - more missing package name bumps 2009-03-25 13:39:40 +00:00
ajacoutot
e95c0ced6a - regen PLIST to add missing desktop file
spotted by Mikolaj Kucharski, thanks!
2009-03-23 19:28:22 +00:00
ajacoutot
b5edb014d9 - major update to gutenprint 5.2.3 which is the latest stable version
If you're running with locally generated PPD files, you will need to
regen them with foomatic-ppdfile(1) so that the driver uses
gutenprint-ijs.5.2 and not gutenprint-ijs.5.0.

Tested on several printers without regression.
2009-03-23 17:17:33 +00:00
ajacoutot
daf6cc05c9 - enable dbus support
this adds some nice desktop functionnality when dealing with print
queues, printer notifications...
2009-03-23 15:04:41 +00:00
kili
fd5bb03941 Explicitely use ${MODPY_BIN}, so people don't get different results
depending on wether there's a python -> python2.5 symlink or not.
And fix the build now that configure will always find python.

Problem found by Edd Barret (vext01 at gmail dot com).

"looks right" wcmaier@ (some days ago)
2009-03-18 20:49:50 +00:00
sthen
6b60308588 use ${MODPY_LIB_DEPENDS} to fix lib_depends pkgspec, bump. 2009-03-17 21:30:14 +00:00
sthen
ea67a9cb53 fix depends, bump 2009-03-17 19:32:44 +00:00
ajacoutot
c6b353a2e0 +splix 2009-03-17 18:38:22 +00:00