openbsd-ports/print/cups
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
..
files - disable threading; it causes several issues which will need more 2009-05-08 20:00:57 +00:00
patches Fix daemon mode by correcting non-portable code: 2009-05-14 12:38:52 +00:00
pkg - disable threading; it causes several issues which will need more 2009-05-08 20:00:57 +00:00
distinfo Update to cups-1.3.10. With lots of help from ajacoutot@. 2009-04-27 08:25:39 +00:00
Makefile Fix daemon mode by correcting non-portable code: 2009-05-14 12:38:52 +00:00