Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
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
archivers update to 2.7.0 2009-04-18 18:22:49 +00:00
astro - fix stack overflow; from Olivier Crouzet 2009-05-06 08:36:41 +00:00
audio update to 0.4.0, update pkg/DESCR accordingly and switch to 2009-05-03 18:32:15 +00:00
benchmarks +siege 2009-04-09 00:20:04 +00:00
biology - update nutdb to 14.3 2009-04-02 13:24:30 +00:00
books add Indonesian Edition of Wireless Networking in the Developing World 2009-04-09 01:00:51 +00:00
cad fix tk dep 2009-03-11 10:53:55 +00:00
chinese fix for depends 2009-03-11 11:07:40 +00:00
comms Use x11/tk module and ${SUBST_CMD} 2009-05-07 14:47:15 +00:00
converters - add libpst 2009-05-11 09:36:48 +00:00
databases update to version 1.25 2009-05-12 23:26:26 +00:00
devel add p5-Hash-Util-FieldHash-Compat and p5-MooseX-Clone 2009-05-12 23:33:20 +00:00
editors oops fix some no_java flavor ifdefs 2009-05-08 15:47:32 +00:00
education - add myself as maintainer 2009-04-01 19:31:39 +00:00
emulators Fix typo in MODGCC4_LANGS. No change in packages so no bumps. 2009-04-24 14:47:16 +00:00
games Update to wormux 0.8.3. Tested by myself & dbd. 2009-04-26 12:31:49 +00:00
geo add myself 2009-05-13 13:13:34 +00:00
graphics - update lcms to 1.18a 2009-05-14 08:13:37 +00:00
infrastructure add some code to help find circular dependencies 2009-05-09 07:36:17 +00:00
inputmethods - fix WANTLIB & bump 2009-03-13 13:17:26 +00:00
japanese - fix missing and/or wrong desktop goos 2009-01-29 17:37:56 +00:00
java pkgname bumps following java.port.mk r1.18, pointed out by espie@ 2009-04-26 09:38:25 +00:00
korean add baekmuk-ttf 2008-10-31 15:30:32 +00:00
lang Go back to sjlj exceptions from dwarf2 because OpenOffice got broken with 2009-05-09 20:01:13 +00:00
mail upgrade to postfix 2.6.0; from brad 2009-05-12 20:03:08 +00:00
math lose cookie and remove p5-Math-Complex which is in base and rather needs 2009-05-13 13:13:35 +00:00
misc add p5-File-MMagic-XS 2009-05-13 00:14:55 +00:00
multimedia - reorg Makefile 2009-05-13 20:45:21 +00:00
net - use python MODULE instead of hardcoding python path 2009-05-14 06:51:07 +00:00
news bump for python dependency change 2009-03-28 16:49:49 +00:00
palm
plan9
print Fix daemon mode by correcting non-portable code: 2009-05-14 12:38:52 +00:00
productivity Update to 4.0.3 2009-05-14 07:56:19 +00:00
russian - Russia invasion: 2009-01-31 21:48:31 +00:00
security - maintainance update to gnutls-2.6.6 2009-05-12 07:50:57 +00:00
shells update to 4.0 patch 17 2009-05-06 15:21:58 +00:00
sysutils update to 1.7.0 and add no_x11 flavour (useful for dwm's status bar 2009-05-10 19:07:47 +00:00
telephony update to 0.0.6pre11, from Brad (maintainer). 2009-05-06 15:48:26 +00:00
textproc add p5-MojoX-Renderer-TT 2009-05-12 23:49:33 +00:00
www make -streaming depend on -main. from Brad. 2009-05-14 08:53:36 +00:00
x11 - update to libxklavier-3.9 2009-05-14 08:01:28 +00:00
.cvsignore
INDEX sync; 5672 (and unbreak, that tree wasn't as clean as I thought.. 2009-04-21 12:33:23 +00:00
Makefile add .FORCE phony target to mirror-maker, so that you can set F=.FORCE to 2008-08-20 00:04:30 +00:00
README Mention port-modules(5) and library-specs(7) 2009-03-13 10:03:29 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), port-modules(5).

See also http://www.openbsd.org/porting.html

$OpenBSD: README,v 1.18 2009/03/13 10:03:29 giovanni Exp $