CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2010/08/09 14:33:58

Modified files:
	share/man/man8 : crash.8 

Log message:
Remove extra space.

OK jmc schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2010/08/09 14:40:08

Modified files:
	usr.bin/less   : prompt.c 

Log message:
Remove extra `.' from -m prompt string. From Daniel Malament danielm
at bluetiger dot net, PR 6234.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2010/08/09 14:42:32

Modified files:
	usr.bin/less   : less.1 

Log message:
Match -m prompt string in man page with code. From Daniel Malament
danielm at bluetiger dot net, PR 6234.

OK millert


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2010/08/09 16:02:08

Modified files:
	.              : donations.html 

Log message:
Bas Stolker sent me an Itanium beast, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/08/09 20:06:43

Modified files:
	sys/arch/amd64/isa: clock.c 

Log message:
Someone went nuts with spaces and tabs. No binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/08/09 20:23:31

Modified files:
	sys/arch/i386/isa: clock.c 

Log message:
spaces and tabs, no binary change


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/08/10 14:34:16

Modified files:
	share/man/man7 : hier.7 
	share/man/man8/man8.amd64: boot_amd64.8 
	share/man/man8/man8.i386: boot_i386.8 
	sys/arch/amd64/stand/biosboot: biosboot.8 
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/i386/stand/biosboot: biosboot.8 
	sys/arch/i386/stand/boot: boot.8 
	usr.bin/top    : top.1 

Log message:
add a description for bsd.sp where appropriate; while here, write
"multiprocessor" in a consistent way.

written with lots of good advice from jmc@, who noted that changing
hier(7) was not enough and carefully reviewed this diff.

ok jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/08/10 14:55:50

Modified files:
	.              : Makefile 

Log message:
permit sgi/loongson to make a release with no xorg.conf,
broken since xorg.conf was removed for these archs


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/08/10 14:56:13

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xetc: md.sgi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/08/10 16:05:36

Modified files:
	usr.bin/dirname: dirname.c 

Log message:
s/Usage/usage/


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/08/10 17:35:08

Modified files:
	sbin/disklabel : editor.c 

Log message:
Add support for t/T == terabyte units to -E. Prodded by deraadt@.

Semantically equivalent version ok beck@ millert@ and tested ckeuthe@.

"just commit" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/08/10 19:14:27

Modified files:
	libexec/ld.so  : resolve.c resolve.h 

Log message:
Make _dl_searchnum signed as originally intended.
Pointed out by patrick keshish.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/08/10 20:18:25

Modified files:
	sys/dev/ic     : gdt_common.c 

Log message:
Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free
of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing
disks during shut down.

scsi_done() problem found by Federico Giannici. Feedback and fixes
from matthew@ and dlg@. Testing of various versions by Federico and
sthen@ via Pierre Berthier.

ok matthew@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2010/08/11 01:27:36

Modified files:
	sys/dev/ic     : athn.c 

Log message:
Typo in comment: auhtorized->authorized


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:27:50

Modified files:
	usr.bin/tmux   : cmd-list-panes.c 

Log message:
Show which pane is active in the list-panes output, suggested by Dominik
Honnef.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:34:43

Modified files:
	usr.bin/tmux   : server-client.c server-window.c tmux.h tty.c 

Log message:
Change the way backoff works. Instead of stopping reading from the pty
when the client tty backs up too much, just stop updating the tty and
only update the internal screen. Then when the tty recovers, force a
redraw.

This prevents a dodgy client from causing other clients to go into
backoff while still allowing tmux to be responsive (locally) when seeing
lots of output.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:36:23

Modified files:
	usr.bin/tmux   : server-fn.c 

Log message:
Treat trying to link or move to the same window as an error to avoid
removing it accidentally.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:38:00

Modified files:
	usr.bin/tmux   : cmd-join-pane.c cmd-paste-buffer.c 

Log message:
Usage string fixes from Ben Boeckel.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:41:05

Modified files:
	usr.bin/tmux   : cmd-copy-mode.c 

Log message:
Handle failure to change mode, to avoid dying when switching into copy
mode when already in a different mode. Reported by "Florian".


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/11 01:45:06

Modified files:
	usr.bin/tmux   : cmd-rename-session.c 

Log message:
Do not allow duplicate session names to be created, reported by Dominik
Honnef, patch from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/11 04:03:29

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Fix a logic problem which could in theory cause pfctl
to recursively print anchors with wildcards when not
requested via the command line but in practice only
applied to automatically generated inline anchors
(which don't have wildcards) or when recursion
was requested.

Found by the clang static analyser and behaviour explained
by mcbride@

ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/11 05:35:09

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599
case.  Adapted from Intel code in FreeBSD and tested on 82598/82599.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/11 07:11:59

Modified files:
	sys/arch/i386/stand/libsa: biosdev.c 
	sys/arch/amd64/stand/libsa: biosdev.c 

Log message:
De-inline CHS_rw.  Somehow the merger of two monster __asm __inline statements
into one function is generating broken code; it might be because of missing
register clobbers.
This is a workaround... it'd be nice to know the real problem
work done with mlarkin and pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/11 08:18:52

Modified files:
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/pxeboot: conf.c 
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 

Log message:
crank version


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2010/08/11 08:35:34

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
Make the number of vnodes to correspond to the number of buffers in
buffer cache - we grow them dynamically, but do not attempt to shrink
them if the buffer cache shrinks after growing.

Tested by very many for a long time.

ok oga@ todd@ phessler@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/11 12:38:30

Modified files:
	usr.bin/gzsig  : key.c 

Log message:
plug several resource leaks

help and ok millert@ (ok deraadt@ for an earlier version of this diff)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/11 15:22:44

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 
	sys/arch/i386/include: cpu.h 
	sys/arch/i386/isa: clock.c 
	sys/arch/amd64/amd64: acpi_machdep.c 
	sys/arch/amd64/include: cpu.h 
	sys/arch/amd64/isa: clock.c 

Log message:
Disable the RTC the periodic interrupt.  Leaving it enabled causes the
Dell Inspirion 4150 to wake up immediately even though RTC_EN isn't set
in the PM1 Enable register.

ok deraadt@, mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/11 18:25:24

Modified files:
	sys/conf       : newvers.sh 

Log message:
we are at -current again


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/11 18:26:55

Modified files:
	sys/dev/ic     : gdt_common.c 

Log message:
Initialize xs to NULL in gdt_intr() since it now might be used before
otherwise assigned.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2010/08/11 20:00:28

Modified files:
	bin/csh        : dol.c sem.c 
	bin/ed         : main.c 
	usr.sbin/ppp/pppctl: pppctl.c 
	usr.sbin/pppd/chat: chat.c 

Log message:
Use symbolic names for the file descriptors rather than numeric values.
Some from damien@, millert@

ok phessler@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/11 22:05:03

Modified files:
	sys/ntfs       : ntfs.h ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c 
	                 ntfs_vnops.c 

Log message:
clean up some macro obfuscation and assorted styling problems.
fix a bonus off by one bug.  ok matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/11 22:26:57

Modified files:
	sys/ntfs       : ntfs_compr.c ntfs_conv.c 

Log message:
these files don't need to include nearly so many headers


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/11 22:33:40

Modified files:
	sbin/ccdconfig : ccdconfig.c 

Log message:
correct a format string.  not sure who thought size_t would be a good match
for ccd size, though.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/11 23:02:52

Modified files:
	usr.bin/paste  : paste.c 

Log message:
make fgetln fixups look like the man page.  correct a pair of brances and
some other style tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/12 08:21:55

Modified files:
	sys/dev/ic     : xl.c xlreg.h 
	sys/dev/pci    : if_xl_pci.c 

Log message:
Reset the chip upon suspend, to make sure it stops DMA.  Reset it again upon
resume to make sure the chip is initialized the same way as upon attach.
Fixes memory corruption after resume on the Dell Inspirion 4150.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/08/12 09:00:17

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
Nuke extra (typoed) extern declaration and a spare newline from the last
commit.

"fix it -- free commit" beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/08/12 09:04:00

Modified files:
	sys/dev/pci    : if_ipw.c if_iwi.c if_iwn.c if_wpi.c 

Log message:
Instead of returning EBUSY when the busy flag is set in the ioctl, sleep
until whoever has it is done with it.

This is kept as flag/sleep condvars instead of a rwlock because later we
may want to quiesce the handler before suspend to make sure nothing is
sleeping on a chip that is about to be whacked (doing so will change the
proc so rwlocks won't work).

ok damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/08/12 09:07:26

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
Fix a one character typo that broke interrupt handling on ironlake.

we disable the interrupt while we are handling it (this is required according to
intel) but instead of writing the version with the master enable bit back to the
Interrupt Enable Register, we wrote it to the Interrupt Indication Register, so
after the first interrupt we only got lucky due to shared interrupts when we
were after anything.

s/IIR/IMR/ on that one call and it works.

tested by guenther@ and marco@ and myself. Fixes hangs when waiting for
the chip which were unstuck by moving the mouse.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/08/12 09:13:44

Modified files:
	sys/dev/pci/drm: i915_drm.h i915_drv.c i915_drv.h i915_irq.c 

Log message:
Fix a ton of space and tab violations.  No binary change.

ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/12 09:26:34

Modified files:
	sbin/fsck      : fsutil.c fsutil.h 
	sbin/fsck_ext2fs: main.c 
	sbin/fsck_ffs  : main.c setup.c 
	sbin/fsck_msdos: main.c 

Log message:
Print the real device name followed by the disklabel UID in parenthesis
when fsck is run against a disklabel UID. This allows a user to determine
which device is really being scanned.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/12 10:04:51

Modified files:
	sys/dev/ic     : ar9280.c 

Log message:
Fix look-up of the power control digital-to-analog converter (PCDAC)
value in the Tx gain table.
This fixes AR9280/AR9281 chips in open-loop power control mode, like
the high power solution found in the Acer Aspire One.

tested by ray@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/12 10:32:31

Modified files:
	sys/dev/ic     : athn.c athnvar.h ar9280.c ar9287.c ar5008.c 

Log message:
For chips in open-loop power control mode, periodically (every 30 secs)
compensate Tx gain for temperature changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/12 10:34:54

Modified files:
	sys/dev/ic     : ar5416.c ar9285.c 

Log message:
no need to set these pointers to NULL, softc is already zeroed.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/12 10:51:30

Modified files:
	sys/dev/ic     : athn.c athnvar.h 

Log message:
Enable periodic (every 4 minutes) power amplifier calibration
on AR9285 and AR9287.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/12 10:59:29

Modified files:
	sys/dev/pci    : if_iwn.c if_wpi.c if_iwi.c if_ipw.c 

Log message:
homogeneous style.

no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/08/12 14:36:14

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm 

Log message:
if we ask for cleanup, always close the location. If it's not open, it's
harmless. This prevents processes from piling up on !network addition of
already existing packages...
(fixes THAT bug)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/12 15:49:44

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
close any extra file descriptors inherited from parent at start and
reopen stdin/stdout to /dev/null when forking for ControlPersist.

prevents tools that fork and run a captive ssh for communication from
failing to exit when the ssh completes while they wait for these fds to
close. The inherited fds may persist arbitrarily long if a background
mux master has been started by ControlPersist. cvs and scp were effected
by this.

"please commit" markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/12 17:31:29

Modified files:
	usr.bin/talk   : ctl.c ctl_transact.c display.c get_addrs.c 
	                 get_names.c io.c look_up.c msgs.c 

Log message:
some inconsequential cleanups.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/12 17:32:07

Modified files:
	sbin/disklabel : disklabel.c editor.c extern.h 

Log message:
fix a few warnings.  ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/12 17:34:39

Modified files:
	usr.bin/ssh    : ssh-add.c ssh-agent.c ssh-keygen.c 
	                 ssh-keysign.c ssh.c sshd.c 

Log message:
OpenSSL_add_all_algorithms is the name of the function we have a man page
for, so use that.  ok djm


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/08/12 19:02:26

Modified files:
	.              : want.html 

Log message:
remove some stuff no longer wanted


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/13 00:46:08

Modified files:
	sys/netinet    : ip_output.c 

Log message:
when sending a fragmented packet, dont check if the interfaces send queue
has enough space for all the fragments on it.

this check was snuck in by itojun under an unrelated commit. it broke when
i set the virtual interface send queue depths to 1, which beck had to
special case at n2k10. without this code we avoid these dubious checks
along with another splnet/splx pair, and it should make future work on
manipulating send queues easier.

ive been running this in production since n2k10 (~7months ago).

ok claudio@ henning@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/13 03:30:11

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Fix indentation.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/08/13 05:12:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm PackageRepository.pm 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/08/13 05:12:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm PkgAdd.pm 

Log message:
bad works better if you push consistent stuff in it, like always strings...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/08/13 05:13:25

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
if we pass pkgnames with .tgz to -l, just deal with it silently.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/08/13 06:31:33

Modified files:
	sys/conf       : GENERIC 

Log message:
now that we are at -current again, re-enable POOL_DEBUG

"go ahead" kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/15 22:06:06

Modified files:
	usr.bin/ssh    : ssh-add.c ssh-agent.c ssh-keygen.c 
	                 ssh-keysign.c ssh.c sshd.c 

Log message:
backout previous temporarily; discussed with deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/08/16 03:15:58

Modified files:
	.              : events.html 

Log message:
BSDday Argentina 2010, November 5-6 (website requires javascript)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/08/16 05:09:26

Modified files:
	usr.sbin/rdate : ntp.c 

Log message:
Fix another gcc4 mis-alignment, by using bcopy() rather than
(u_int64_t *)charptr = value.

Problem reported by Daniel Ouellet, first diff from matthieu@,
another from naddy@ equivalent to this one.

ok millert@ dlg@ (for naddy's) deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/16 07:04:52

Added files:
	sys/arch/hppa/stand/cdboot: elf64.c 

Log message:
Add a dummy elf64.c, effectively removing support for loading 64-bit kernels
from cdboot to slim it down below the 32k limit.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/16 08:29:17

Modified files:
	etc/etc.socppc : disktab 

Log message:
djust miniroot disklabel for layout changes caused by fdisk partition
alignment changes.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/16 08:39:21

Modified files:
	distrib/notes/macppc: prep 

Log message:
Netboot description tweaks; spotted by and help krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/16 08:41:29

Modified files:
	sys/arch/sparc/stand/boot: boot.c 
	sys/arch/sparc/stand/common: version.c 

Log message:
Make sure we reserve enough room after the kernel image to avoid stomping
over the PROM page tables on sun4c; also crank the tape kernel generous
size estimate to 4MB; crank version.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/16 08:50:16

Modified files:
	sys/arch/hp300/stand/common: apci.c 

Log message:
Restore initialization of apcicnaddr which got accidentally removed in revision
1.5, about 5 years ago. My bad.
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/08/16 19:50:56

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 
	build          : mirrors.dat 

Log message:
- add mirror at univ. of waterloo; from Michael Ellis
- readd cvut.cz mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/17 13:14:52

Modified files:
	sys/dev/pci    : pci.c pcivar.h ppb.c 

Log message:
Power management for PCI devices.  For now just put everything in the D3
(deepest sleep) state upon suspend, and restore power upon resume.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/17 13:17:14

Modified files:
	etc/etc.alpha  : Makefile.inc 
	etc/etc.amd64  : Makefile.inc 
	etc/etc.hppa   : Makefile.inc 
	etc/etc.hppa64 : Makefile.inc 
	etc/etc.landisk: Makefile.inc 
	etc/etc.macppc : Makefile.inc 
	etc/etc.mvme68k: Makefile.inc 
	etc/etc.mvme88k: Makefile.inc 
	etc/etc.sgi    : Makefile.inc 
	etc/etc.socppc : Makefile.inc 
	etc/etc.sparc  : Makefile.inc 
	etc/etc.sparc64: Makefile.inc 
	etc/etc.vax    : Makefile.inc 

Log message:
MDEXT missed some files (result was they are not listed in the build-time
SHA256 file).  Issue spotted by claudio.
ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/08/17 13:31:55

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc64 

Log message:
4.8 CD package lists


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/17 13:48:37

Log message:
    import ports/net/libbgpdump, a library and simple program to dump
    MRT-format BGP dump/trace files.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20100817
    
    N ports/net/libbgpdump/Makefile
    N ports/net/libbgpdump/distinfo
    N ports/net/libbgpdump/pkg/PLIST
    N ports/net/libbgpdump/pkg/PFRAG.shared
    N ports/net/libbgpdump/pkg/DESCR
    N ports/net/libbgpdump/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/17 13:49:05

Modified files:
	net            : Makefile 

Log message:
+libbgpdump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/17 13:51:18

Modified files:
	net/pmacct     : Makefile distinfo 
	net/pmacct/pkg : PFRAG.mysql PFRAG.postgresql PLIST 

Log message:
update pmacct to 0.12.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/17 13:53:01

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-sounds_Makefile 

Log message:
update asterisk to 1.6.2.11, loads of pretty safe bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/17 13:57:47

Modified files:
	net/vsftpd     : Makefile distinfo 

Log message:
update vsftpd to 2.3.0


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/17 14:05:08

Modified files:
	sys/arch/sparc/dev: fd.c fdvar.h 
	sys/arch/sparc/sparc: amd7930intr.s bsd_fdintr.s genassym.cf 

Log message:
Make sure fast trap handlers correctly invoke soft interrupts by marking
them explicitely pending before triggering the softintr; I am ashamed I did
not notice this when changing the soft interrupt code 18 months ago.
Noticed by claudio@ and beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:27:04

Modified files:
	inputmethods/anthy: Makefile distinfo 
	inputmethods/anthy/pkg: PLIST-main 

Log message:
Update anthy to 9100h. Bump shared libs as well just in case.
Fixes an infinite loop with upcoming scim-anthy and ibus-anthy.  While I'm
here modernise Makefile and add a no_emacs pseudo flavor.  Prompted
indirectly many times by Jordi Beltran Creix <jbcreix dot mail at gmail.com>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/17 14:28:59

Modified files:
	misc/mc        : Makefile distinfo 
	misc/mc/patches: patch-configure 
	misc/mc/pkg    : PLIST 
Added files:
	misc/mc/patches: patch-lib_vfs_mc-vfs_ftpfs_c 

Log message:
update to 4.7.0.8 and fix ftp support by not using
linux specific ai_flags


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:30:24

ports/inputmethods/scim/files

Update of /cvs/ports/inputmethods/scim/files
In directory cvs.openbsd.org:/tmp/cvs-serv6548/files

Log Message:
Directory /cvs/ports/inputmethods/scim/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:38:12

Log message:
    Import scim-anthy, a japanese input method module for scim.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20100817
    
    N ports/inputmethods/scim-anthy/PLIST
    N ports/inputmethods/scim-anthy/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:41:06

ports/inputmethods/scim-anthy/pkg

Update of /cvs/ports/inputmethods/scim-anthy/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv26703/pkg

Log Message:
Directory /cvs/ports/inputmethods/scim-anthy/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:42:26

Added files:
	inputmethods/scim-anthy: Makefile distinfo 
	inputmethods/scim-anthy/pkg: DESCR PLIST 
Removed files:
	inputmethods/scim-anthy: DESCR PLIST 

Log message:
This time for real. Sorry.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/17 14:46:09

Modified files:
	inputmethods   : Makefile 

Log message:
Enter scim-anthy


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/17 15:37:12

Modified files:
	usr.bin/pr     : pr.c 

Log message:
several fixes from netbsd:
Coverity CID 1660: Plug memory leaks.
Coverity CID 2989: Use the error path to return.
Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens.

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2010/08/17 15:37:34

Modified files:
	textproc/tcpdf : Makefile distinfo 

Log message:
update to 5.8.006


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/17 15:42:54

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
- TI doesn't mean Texas Intel


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/17 15:44:05

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/17 16:22:59

Modified files:
	games/rftg     : Makefile distinfo 
Added files:
	games/rftg/pkg : DESCR-client PLIST-client 
Removed files:
	games/rftg/pkg : DESCR PLIST 

Log message:
new version ! includes the new extension, and can play multiplayer
(the server code is included, but keldon forgot to include directions
nor the mysql schema, so don't build it yet).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:03:22

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Use isascii(3) to make sure we really throw away non-ASCII characters,
because isgraph(3) returns true for some eight-bit characters.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:17:45

Modified files:
	usr.bin/mandoc : man.c mdoc.c 

Log message:
Simplify and sync the code and comments for copying the macro name
in man_pmacro() and mdoc_pmacro().  In particular, no need to use
isgraph(3) here, that has already been done in main.c.
Joint work by Kristaps and myself, ok kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/08/17 19:20:35

ports/security/gnupg2/patches

Update of /cvs/ports/security/gnupg2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15896/patches

Log Message:
Directory /cvs/ports/security/gnupg2/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:30:16

Modified files:
	usr.bin/mandoc : term_ps.c 

Log message:
Turn the non-trivial PS_GROWBUF macro into a function.
Don't use MAX, it doesn't exist in the default namespace on Solaris.
From Joerg Sonnenberger, with a critical fix by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:35:01

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
Remove mandoc(1) compatibility notes that are no longer relevant;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:45:22

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
Correctly print .Lk arguments in -Tascii.
Issue reported by Aldis Berzoja, fix by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 19:59:59

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Correctly display quotes around the .Lk link-name argument,
as noted by Aldis Berzoja.
In COMPATIBILITY, note that groff is misformatting .Lk
when given more than two arguments; from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 20:38:40

Modified files:
	usr.bin/mandoc : mandoc.c out.c 

Log message:
Ignore \h (local horizontal motion) and \v (local vertical motion) escapes
just in the same way as \s (font size) escapes, and handle \s escapes
not having an explicit plus or minus sign.
This fixes the very ugly rendering of "C++" in gcc(1).
Reported by Thomas Jeunet, fixed by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/17 20:46:37

Modified files:
	usr.bin/mandoc : chars.c chars.in man.3 

Log message:
Remove the standard pod2man \*(C+ pre-predefined string ("C++").
It is always defined in the preamble using .ds when used in manuals.
Since we now support .ds, it is no longer necessary to provide it.
Triggered by a bug report from Thomas Jeunet, patch by kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/08/17 21:00:40

Modified files:
	biology/nutdb  : Makefile distinfo 
	biology/nutdb/patches: patch-Makefile patch-nut_1 
	biology/nutdb/pkg: DESCR PLIST 

Log message:
Update to 15.7.

From Daniel Dickman.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/08/17 23:35:21

Modified files:
	www/wordpress  : Makefile distinfo 

Log message:
Update to 3.0.1

ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/18 00:03:45

Modified files:
	inputmethods/scim: Makefile 
	inputmethods/scim/pkg: PLIST 
Added files:
	inputmethods/scim/files: README.OpenBSD 

Log message:
Add enough information so people not familiar with IMs have a chance to
get this going quickly. Bump. kevlo@ ok.
A more detailed documentation would be great. Any takers?


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/18 04:31:21

Modified files:
	inputmethods/scim: Makefile 
	inputmethods/scim/files: README.OpenBSD 

Log message:
fix spelling and explain how to make SCIM work in xterm. bump.
kevlo@ OK previous diff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/18 04:51:21

Modified files:
	x11/libgdiplus : Makefile distinfo 
Removed files:
	x11/libgdiplus/patches: patch-src_pngcodec_c 

Log message:
update to 2.6.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/18 04:51:55

Modified files:
	lang/mono      : Makefile distinfo 
	lang/mono/patches: patch-configure_in 
	                   patch-mono_mini_exceptions-amd64_c 
	                   patch-mono_tests_Makefile_in 
	lang/mono/pkg  : PLIST 
Added files:
	lang/mono/patches: patch-mono_metadata_class_c 
Removed files:
	lang/mono/patches: patch-mono_metadata_boehm-gc_c 
	                   patch-mono_mini_exceptions-arm_c 
	                   patch-mono_mini_mini-amd64_h 
	                   patch-mono_mini_mini-arm_h 
	                   patch-mono_utils_mono-sigcontext_h 

Log message:
Update to 2.6.7; remove patches that were merged backed to upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/18 05:00:42

ports/www/lighttpd/files

Update of /cvs/ports/www/lighttpd/files
In directory cvs.openbsd.org:/tmp/cvs-serv25452/files

Log Message:
Directory /cvs/ports/www/lighttpd/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/18 05:16:55

Modified files:
	www/lighttpd   : Makefile distinfo 
	www/lighttpd/patches: patch-configure_ac patch-src_server_c 
Added files:
	www/lighttpd/files: lighttpd.conf 
	www/lighttpd/patches: patch-doc_lighttpd_8 
	                      patch-src_fdevent_freebsd_kqueue_c 
Removed files:
	www/lighttpd/patches: patch-doc_lighttpd_conf 
	                      patch-src_mod_accesslog_c 
	                      patch-src_mod_proxy_c patch-src_response_c 

Log message:
lighttpd 1.4.27; various fixes/cleanup. From Brad, small conf tweak from me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 07:33:22

Modified files:
	x11/rox-filer  : Makefile distinfo 
	x11/rox-filer/patches: patch-ROX-Filer_src_config_h_in 
	                       patch-ROX-Filer_src_pixmaps_c 
	x11/rox-filer/pkg: PLIST 

Log message:
- update rox-filer to 2.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 07:34:21

Modified files:
	x11/waimea     : Makefile 
	x11/waimea/patches: patch-data_actions_Makefile_in 
	x11/waimea/pkg : PLIST 
Added files:
	x11/waimea/patches: patch-configure_in 
Removed files:
	x11/waimea/patches: patch-configure.in 

Log message:
- lowercase first letter of comment
- set license version
- gmake is not needed
- rename and regen patches
- regen plist
- fix homepage


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 07:53:05

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20100703153359
- fix static build

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 07:56:04

Modified files:
	audio/pms      : Makefile distinfo 
	audio/pms/patches: patch-src_config_cpp patch-src_pms_cpp 

Log message:
- update pms to 0.42
- add missing module


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/18 08:04:16

Modified files:
	sys/kern       : subr_disk.c 

Log message:
- fix compilation of kernel without FFS...don't ask ;-)

ok jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/18 08:58:24

Modified files:
	devel          : Makefile 
Removed files:
	devel/chora    : Makefile distinfo 
	devel/chora/pkg: DESCR MESSAGE PLIST 

Log message:
Drop chora from here so it can be moved with the rest of the Horde ports.
Agreed with avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/18 09:04:05

Log message:
    update chora, taking MAINTAINER, and reimport under ports/www/horde/chora.
    agreed with avsm@
    
    Chora is a tool for viewing code repositories that are managed
    using the CVS or Subversion source control systems. It aims to
    provide a high degree of integration with CVS, SVN and the other
    Horde web-based tools.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20100818
    
    N ports/www/horde/chora/Makefile
    N ports/www/horde/chora/distinfo
    N ports/www/horde/chora/pkg/DESCR
    N ports/www/horde/chora/pkg/PLIST
    N ports/www/horde/chora/files/copywithlibs.sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/18 09:04:22

Modified files:
	www/horde      : Makefile 

Log message:
+chora


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 09:21:30

Modified files:
	www/cms-ms     : Makefile distinfo 
	www/cms-ms/pkg : MESSAGE PLIST 

Log message:
- update cmsmadesimple to 1.8.2
- fix instructions in MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/18 10:07:10

Modified files:
	www/cms-ms     : Makefile 
	www/cms-ms/pkg : PLIST 

Log message:
- tweak PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/18 10:25:21

Modified files:
	usr.bin/diff   : diff.1 

Log message:
Add a cross reference to patch(1)
as suggested by Thomas de Grivel <billitch at gmail dot com> on tech@.
While here, remove the SEE ALSO entries (but not the cross references
at the appropriate places!) to fnmatch(3), re_format(7), and pr(1).
Their relevance is restricted to one single option each, the latter
is mostly obsolete nowadays anyway, and the number of SEE ALSO entries
is so large that SEE ALSO is starting to look confusing.
"yes" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/08/18 11:42:12

Modified files:
	sys/kern       : sys_generic.c 

Log message:
delete some rogue spaces and tabs. no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 12:49:36

Modified files:
	share/man/man4 : otus.4 

Log message:
.It CACE AirPcap Nx
>
.It CACE AirPcap \&Nx

such that it does not show up as "CACE AirPcap NetBSD" !
not sure why this only happens with mandoc


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 12:58:01

Modified files:
	sys/dev/ic     : athn.c 

Log message:
- in STA mode, when associated, stop receiving beacons from other BSS.
tested by ray@
- no periodic PA calibration for the Osprey (AR9380)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 13:03:07

Modified files:
	sys/dev/ic     : ar9003.c 

Log message:
fix a test that prevents division by zero
restore the 100us delay after writing to an analog register since
it turns out that it is required.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 13:18:30

Modified files:
	share/man/man4 : athn.4 

Log message:
document Host AP mode with the usual CAVEATS


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 13:34:37

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Realtek RTL8190P and RTL8192E PCI ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/18 13:36:26

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/08/18 13:41:45

Modified files:
	editors/nano   : Makefile distinfo 
	editors/nano/patches: patch-doc_man_nanorc_5 
	                      patch-doc_syntax_nanorc_nanorc 

Log message:
maintenance update to 2.2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2010/08/18 14:21:53

Modified files:
	kerberosV/doc  : Makefile 

Log message:
remove -p option option from install of heimdal.info
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/18 15:01:14

Modified files:
	sys/arch/hppa/conf: GENERIC files.hppa 
	sys/arch/hppa/hppa: locore.S 
	sys/arch/hppa64/conf: GENERIC files.hppa64 
	sys/arch/hppa64/hppa64: locore.S 

Log message:
- remove COMPAT_LINUX bits. these architectures are not targetted by  the
linux emulation layer, nor will they in the future.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/18 15:02:42

Modified files:
	etc/etc.hppa   : sysctl.conf 
	etc/etc.hppa64 : sysctl.conf 

Log message:
- remove linux emulation bits here too
- sync hppa64 sysctl.conf with hppa while here

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/18 15:36:00

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-configure_ac patch-pidgin_gtkdialogs_c 
	                    patch-pidgin_gtkmain_c 
	net/pidgin/pkg : PLIST-libpurple PLIST-main 

Log message:
update to 2.7.3

from brad (maintainer)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2010/08/18 16:37:36

Modified files:
	xserver/hw/xfree86/common: xf86AutoConfig.c 

Log message:
Fix autoconfiguration on sparc and sparc64.

The code to add sunffb unconditionally on !solaris for __sparc__
systems is incorrect for openbsd. More specifically, due to interactions
between hardware drivers and wsfb in preinit we can't unconditionally
add wsfb to the list of fallbacks, so we only add wsfb if no other
option was found. Additionally sunffb does not need to be
unconditionally added because the bus probing code will find these
devices already.

So, long story short:  make that code chunk conditional on __sparc__ &&
defined(__linux__) instead.

change from !openbsd to __linux__ requested by kettenis@.

Tested by at least myself and stsp@.

ok matthieu@, kettenis@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/08/18 16:53:10

Modified files:
	sys/dev/usb    : uaudio.c 

Log message:
* the detach and drain functions do the same waiting for channels to
complete outstanding requests, so use uaudio_drain in uaudio_detach.
* the channel alt index can still be -1 at detach.  check for this.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/08/18 16:54:58

Modified files:
	sys/dev/usb    : uaudio.c 

Log message:
* indentation fix
* use the correct variable in a DPRINTF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2010/08/18 17:31:44

Modified files:
	textproc/tcpdf : Makefile distinfo 

Log message:
update to 5.8.007


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/08/19 00:31:06

Modified files:
	usr.bin/aucat  : aucat.c 

Log message:
fix NULL pointer deref in midicat option parsing when ``-'' is
used as filename


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 02:08:24

Modified files:
	audio/ncmpc    : Makefile distinfo 
	audio/ncmpc/pkg: PLIST 
Removed files:
	audio/ncmpc/patches: patch-src_screen_queue_c 

Log message:
- update ncmpc to 0.17

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 02:19:45

Modified files:
	print/ghostscript/gnu: Makefile 
Added files:
	print/ghostscript/gnu/patches: patch-src_zfile_c 

Log message:
Security fix for SA40452
Ghostscript "-P-" Command Line Option Security Issue.

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 02:31:56

Modified files:
	www/drupal6/bueditor: Makefile distinfo 

Log message:
update to bueditor-6.x-2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/19 02:34:19

Modified files:
	mail/mailscanner: Makefile distinfo 
	mail/mailscanner/patches: patch-etc_MailScanner_conf 
	                          patch-lib_MailScanner_Message_pm 

Log message:
update MailScanner to 4.81.3-1, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 02:37:13

Modified files:
	www/drupal6/devel: Makefile distinfo 

Log message:
update to devel-6.x-1.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/19 02:53:56

Modified files:
	devel/yasm     : Makefile distinfo 
	devel/yasm/pkg : PLIST 
Removed files:
	devel/yasm/patches: patch-configure 

Log message:
update yasm to 1.1.0, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/19 03:17:41

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-clamd_Makefile_in 
	                         patch-database_Makefile_in 
	                         patch-etc-clamd_conf 
	                         patch-etc_Makefile_in 
	                         patch-libclamav_Makefile_in 

Log message:
update ClamAV to 0.96.2; earlier version ok pea@ (with some port
Makefile cleanup since then), feedback giovanni@

- better performance and reduced memory use
- various other fixes and minor enhancements
- new pdf parser


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 03:40:50

Modified files:
	www/drupal6/filefield: Makefile distinfo 
	www/drupal6/filefield/pkg: PLIST 

Log message:
update to filefield-6.x-3.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 03:44:21

Modified files:
	www/drupal6/imagefield: Makefile distinfo 
	www/drupal6/imagefield/pkg: PLIST 

Log message:
update to imagefield-6.x-3.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 03:53:59

Modified files:
	www/drupal6/link: Makefile distinfo 
	www/drupal6/link/pkg: PLIST 

Log message:
update to link-6.x-2.9


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/08/19 04:48:53

Modified files:
	sys/dev/ic     : Tag: OPENBSD_4_7 gdt_common.c 

Log message:
MFC, original commits from a) krw@:
----------------------------------------------------------------------
Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free
of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing
disks during shut down.

scsi_done() problem found by Federico Giannici. Feedback and fixes
from matthew@ and dlg@. Testing of various versions by Federico and
sthen@ via Pierre Berthier.

ok matthew@ deraadt@
----------------------------------------------------------------------

... and b) matthew@:
----------------------------------------------------------------------
Initialize xs to NULL in gdt_intr() since it now might be used before
otherwise assigned.

ok krw@
----------------------------------------------------------------------

ok matthew@ and krw@, re-tested by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 05:38:32

Modified files:
	education/gamgi: Makefile distinfo 
	education/gamgi/patches: patch-src-make_rules 

Log message:
- update gamgi to 0.14.8


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/08/19 06:09:52

Modified files:
	share/zoneinfo/datfiles: africa asia 

Log message:
Update to tzdata2010l from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 06:46:04

Modified files:
	www/p5-CSS-Tiny: Makefile distinfo 

Log message:
- update p5-CSS-Tiny to 1.17


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 06:54:14

Modified files:
	security/libassuan: Makefile distinfo 
	security/libassuan/pkg: PLIST 

Log message:
- update libassuan to 2.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/19 07:26:22

Modified files:
	net/vsftpd     : Makefile distinfo 

Log message:
update vsftpd to 2.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/19 07:47:55

Log message:
    Add kasumi, a personal dictionary manager for Anthy.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20100819
    
    N ports/japanese/kasumi/Makefile
    N ports/japanese/kasumi/distinfo
    N ports/japanese/kasumi/pkg/PLIST
    N ports/japanese/kasumi/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/19 07:52:14

Modified files:
	japanese       : Makefile 

Log message:
enter kasumi


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 07:54:43

Modified files:
	infrastructure/package: register-plist 

Log message:
- spello


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/08/19 08:19:22

Modified files:
	math/minisat   : Makefile distinfo 
	math/minisat/pkg: DESCR PLIST 
Added files:
	math/minisat/patches: patch-core_Main_cc patch-mtl_template_mk 
	                      patch-simp_Main_cc patch-utils_System_cc 
Removed files:
	math/minisat/patches: patch-Makefile 

Log message:
update to minisat 2.2.0
OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/19 09:10:50

Modified files:
	www/drupal6/date: Makefile distinfo 
	www/drupal6/date/pkg: PLIST 

Log message:
update to date-6.x-2.6

NOTE: The included copy of the jQuery UI datepicker in the Date Popups
module has been removed. It is now necessary to install the jQuery UI
module for the Date Popups datepicker to work.

Full list of changes at http://drupal.org/node/70963/release


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/19 09:26:38

Modified files:
	usr.sbin/tcpdump: print-gtp.c 

Log message:
Correctly decode and print access point names.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/19 09:45:35

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : diskmap.4 

Log message:
Add man page for diskmap(4).

Feedback from krw@ and jmc@.

ok krw@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ray@cvs.openbsd.org	2010/08/19 09:51:07

Modified files:
	x11/terminus-font: Makefile distinfo 

Log message:
- Update to 4.30
- Update HOMEPAGE
- Take over MAINTAINER

OK sthen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/08/19 10:31:15

Modified files:
	.              : plus.html 

Log message:
new goop; Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 10:56:45

Modified files:
	net/mtr        : Makefile distinfo 
	net/mtr/patches: patch-configure patch-gtk_c 
	net/mtr/pkg    : PLIST 

Log message:
- update mtr to 0.80

"go ahead" jakob@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/19 11:20:26

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Do not need to dup() the tty fd sent from the client because it is
already dup()d again later. Fixes a leak seen by espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 11:38:48

Modified files:
	devel/ipython  : Makefile 

Log message:
- fix MASTER_SITES


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/19 11:54:13

Modified files:
	sys/dev/sdmmc  : sbt.c sdhc.c sdmmc.c sdmmc_cis.c sdmmc_io.c 
	                 sdmmc_mem.c sdmmc_scsi.c sdmmcvar.h 

Log message:
- fold several occurences of DEVNAME() into one located in sdmmcvar.h.
making DEVNAME() usage a lot more consistent.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/19 12:14:14

Modified files:
	sys/sys        : sysctl.h 
	sys/kern       : kern_sysctl.c 
	sbin/sysctl    : sysctl.c 
	lib/libc/gen   : sysctl.3 

Log message:
Introduce an MI kern.consdev sysctl that will replace the MD
machdep.console_device that's only implemented on a few architectures.

ok deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/19 12:29:01

Modified files:
	usr.bin/tmux   : cmd-pipe-pane.c job.c server.c signal.c tmux.c 
	                 tmux.h window.c 

Log message:
Do not call event_del() for signals after fork(), just use sigaction()
directly instead - calling libevent functions after fork() w/o
event_reinit() is a bad idea, even if in this case it was harmless.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 12:50:46

Modified files:
	devel/py-pyro  : Makefile 

Log message:
- fix homepage/master_sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/19 12:57:50

Log message:
    Import ibus, the intelligent input bus framework.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20100819
    
    N ports/inputmethods/ibus/Makefile
    N ports/inputmethods/ibus/distinfo
    N ports/inputmethods/ibus/patches/patch-src_Makefile_in
    N ports/inputmethods/ibus/patches/patch-setup_ibus-setup_in
    N ports/inputmethods/ibus/patches/patch-ibus_common_py
    N ports/inputmethods/ibus/patches/patch-ui_gtk_ibus-ui-gtk_in
    N ports/inputmethods/ibus/patches/patch-ui_gtk_Makefile_in
    N ports/inputmethods/ibus/patches/patch-configure
    N ports/inputmethods/ibus/patches/patch-setup_Makefile_in
    N ports/inputmethods/ibus/patches/patch-bus_Makefile_in
    N ports/inputmethods/ibus/pkg/DESCR
    N ports/inputmethods/ibus/pkg/PLIST
    N ports/inputmethods/ibus/files/README.OpenBSD
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/19 13:07:08

Modified files:
	inputmethods   : Makefile 

Log message:
Enter ibus


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/08/19 13:21:04

Modified files:
	.              : plus.html 

Log message:
Actually say what the mandoc(1) bug affecting the awk(1) and boot_config(8)
manuals was; regarding mandoc, the rest looks good, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/19 13:31:53

Modified files:
	sys/arch/i386/include: cpufunc.h 
	sys/arch/amd64/include: cpufunc.h 

Log message:
Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer from
getting stupid ideas like optimizing away stores to the descriptor that we're
setting.  This may be overkill, but this code is far from performance
critical and it may prevent future surprises.  Fixes instant reboots
with bsd.rd on Pentiums with the F00F bug.

Thanks to espie@, for narrowing the issue down enough for me to find the
problem.  ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 14:56:42

Log message:
    import dtpstree 1.0.3
    
    another tree of processes with some nice features
    
    from douglas thrift (MAINTAINER)
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101019
    
    N ports/sysutils/dtpstree/Makefile
    N ports/sysutils/dtpstree/distinfo
    N ports/sysutils/dtpstree/pkg/PLIST
    N ports/sysutils/dtpstree/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 14:58:13

Modified files:
	sysutils       : Makefile 

Log message:
- add dtpstree


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 15:07:34

Log message:
    import p5-Config-Simple 4.59
    
    Config::Simple is a class representing configuration file object. It
    supports several configuration file syntax and tries to identify the
    file syntax automatically. Library supports parsing, updating and
    creating configuration files.
    
    from mikolaj kucharski, thanks!
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101019
    
    N ports/devel/p5-Config-Simple/distinfo
    N ports/devel/p5-Config-Simple/Makefile
    N ports/devel/p5-Config-Simple/pkg/DESCR
    N ports/devel/p5-Config-Simple/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/19 15:09:44

Modified files:
	devel          : Makefile 

Log message:
- add p5-Config-Simple


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/19 15:23:29

Modified files:
	math/blas      : Makefile distinfo 
	math/blas/files: Makefile 
	math/blas/pkg  : PLIST 
Removed files:
	math/blas/patches: patch-blas_man_manl_cscal_l 
	                   patch-blas_man_manl_dcabs1_l 
	                   patch-blas_man_manl_zrotg_l 
	                   patch-blas_man_manl_zscal_l 

Log message:
- distfiles were silently rerolled.
- makes man pages more complete
- add missing file to SRCS, bump lib version

distfile update noticed by and initial patch from Thomas de Grivel


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/19 15:54:42

Modified files:
	x11/p5-Tk      : Makefile 
	x11/p5-Tk/pkg  : PLIST-demo PLIST-main 

Log message:
fix plists, from Joachim Schipper; ok & friendly reminder jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2010/08/19 18:20:55

Modified files:
	sbin/wsconsctl : display.c keyboard.c mouse.c wsconsctl.c 
	                 wsconsctl.h 

Log message:
Don't silently ignore errors if we cannot open the device. While I'm here
simplify the code and apply some style(9).
Discussed with and ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/19 18:53:35

Modified files:
	usr.bin/mandoc : chars.c html.c libman.h libmdoc.h main.c man.3 
	                 man.c man.h man_validate.c mandoc.1 mandoc.c 
	                 mandoc.h mdoc.3 mdoc.c mdoc.h mdoc_html.c 
	                 mdoc_validate.c roff.3 roff.c roff.h term.c 
	                 term_ps.c 

Log message:
Implement a simple, consistent user interface for error handling.
We now have sufficient practical experience to know what we want,
so this is intended to be final:
- provide -Wlevel (warning, error or fatal) to select what you care about
- provide -Wstop to stop after parsing a file with warnings you care about
- provide consistent exit status codes for those warnings you care about
- fully document what warnings, errors and fatal errors mean
- remove all other cruft from the user interface, less is more:
- remove all -f knobs along with the whole -f option
- remove the old -Werror because calling warnings "fatal" is silly
- always finish parsing each file, unless fatal errors prevent that
This commit also includes a couple of related simplifications behind
the scenes regarding error handling.
Feedback and OK  kristaps@;  Joerg Sonnenberger (NetBSD) and
Sascha Wildner (DragonFly BSD) agree with the general direction.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/19 20:34:15

Modified files:
	sys/dev/isa    : pcppi.c 

Log message:
fix an annoying indentation glitch


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/19 20:48:31

Modified files:
	sys/netinet    : ip_input.c 

Log message:
white space fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/08/19 23:53:05

Modified files:
	www/yui        : Makefile distinfo 
	www/yui/pkg    : PLIST-docs PLIST-main 

Log message:
- update yui to 2.8.1
- regen PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/08/20 00:56:54

Modified files:
	lib/libsndio   : sndio.c 
	usr.bin/aucat  : aucat.c file.c 

Log message:
polish the code: remove few unused #includes, add missing ones,
fix NULL vs 0, etc. No behaviour change.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/20 02:13:03

Modified files:
	usr.bin/mandoc : main.c 

Log message:
fix previous: when bailing out due to -Wstop,
skip output functions, but not *_endparse;
problem reported by kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/20 03:47:08

Modified files:
	www/drupal6/cck: Makefile distinfo 

Log message:
update to drupal6-cck-2.8, adresses SA-CONTRIB-2010-088 (access bypass),
full details at http://drupal.org/node/880736 - no DB update required.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/20 04:29:11

Modified files:
	inputmethods/scim-anthy: Makefile 

Log message:
Switch to new dependency style.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/08/20 05:06:30

Modified files:
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-docs PLIST-full PLIST-main 

Log message:
sort texlive texmf packing lists at espie's request.
OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/20 05:07:16

Modified files:
	japanese/kasumi: Makefile 

Log message:
switch to new dependency style and add version to license marker.
pointed out by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/08/20 06:04:30

Log message:
    import rblatter - script used to generate packing lists for the texmfs based
    upon TeX Live's tlpdb.
    
    Imported at espie's request.
    
    Note: This will need alterations for tl2010.
    
    OK espie@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20100820
    
    N ports/print/texlive/texmf/files/rblatter/rblatter
    N ports/print/texlive/texmf/files/rblatter/mk_openbsd_plists.sh
    N ports/print/texlive/texmf/files/rblatter/lib/tlpdbindex.rb
    N ports/print/texlive/texmf/files/rblatter/lib/spinner.rb
    N ports/print/texlive/texmf/files/rblatter/lib/eqnparser.rb
    N ports/print/texlive/texmf/files/rblatter/lib/plistdeduper.rb
    N ports/print/texlive/texmf/files/rblatter/lib/pkgfilter.rb
    N ports/print/texlive/texmf/files/rblatter/lib/subsetshaper.rb
    N ports/print/texlive/texmf/files/rblatter/lib/pkgscanner.rb
    N ports/print/texlive/texmf/files/rblatter/lib/subsetconf.rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/20 06:07:51

Modified files:
	math/udunits   : Makefile distinfo 

Log message:
update udunits to 2.1.18; Remi Pointel (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/20 06:10:52

Modified files:
	graphics/ffmpeg: Makefile 

Log message:
BUILD_DEPENDS on yasm on amd64/i386 and bump REVISION in case an
existing package was built without it. From Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/08/20 06:25:58

Modified files:
	.              : orders.html 

Log message:
Both non-cshop resellers in Canada have not ordered 4.7


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/08/20 07:01:43

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
sync divert-packet documentation with reality
PR 6448 pjp at centroid dot eu


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:36:36

ports/infrastructure/bin

Update of /cvs/ports/infrastructure/bin
In directory cvs.openbsd.org:/tmp/cvs-serv10416/bin

Log Message:
Directory /cvs/ports/infrastructure/bin added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:36:37

ports/infrastructure/lib

Update of /cvs/ports/infrastructure/lib
In directory cvs.openbsd.org:/tmp/cvs-serv10416/lib

Log Message:
Directory /cvs/ports/infrastructure/lib added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:36:38

ports/infrastructure/man

Update of /cvs/ports/infrastructure/man
In directory cvs.openbsd.org:/tmp/cvs-serv10416/man

Log Message:
Directory /cvs/ports/infrastructure/man added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:37:04

ports/infrastructure/man/man1

Update of /cvs/ports/infrastructure/man/man1
In directory cvs.openbsd.org:/tmp/cvs-serv11943/man/man1

Log Message:
Directory /cvs/ports/infrastructure/man/man1 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:40:14

Log message:
    move stuff here from infra/build
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/infrastructure/lib/DPB/PkgPath.pm
    N ports/infrastructure/lib/DPB/Core.pm
    N ports/infrastructure/lib/DPB/Vars.pm
    N ports/infrastructure/lib/DPB/Engine.pm
    N ports/infrastructure/lib/DPB/Grabber.pm
    N ports/infrastructure/lib/DPB/Heuristics.pm
    N ports/infrastructure/lib/DPB/Job.pm
    N ports/infrastructure/lib/DPB/Locks.pm
    N ports/infrastructure/lib/DPB/Logger.pm
    N ports/infrastructure/lib/DPB/PortBuilder.pm
    N ports/infrastructure/lib/DPB/PortInfo.pm
    N ports/infrastructure/lib/DPB/Reporter.pm
    N ports/infrastructure/lib/DPB/Signature.pm
    N ports/infrastructure/lib/DPB/Util.pm
    N ports/infrastructure/lib/DPB/Core/Distant.pm
    N ports/infrastructure/lib/DPB/Job/Port.pm
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:42:29

Added files:
	infrastructure/bin: dpb 
	infrastructure/man/man1: dpb.1 

Log message:
cp dpb in there.
(old build/dpb will die eventually, but do the rename now)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 07:50:12

Added files:
	infrastructure/bin: check-conflicts check-lib-depends 
	                    check-manpages make-plist register-plist 
	                    resolve-lib 
	infrastructure/lib: FS.pm Subpackage.pm 

Log message:
copy some stuff to the new organization, rename find-all-conflicts to
check-conflicts for consistency


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:09:59

Modified files:
	infrastructure/bin: check-conflicts 
	infrastructure/man/man1: dpb.1 
Added files:
	infrastructure/man/man1: check-conflicts.1 

Log message:
finish renaming check-conflicts, add (c), document check-conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:22:00

Added files:
	infrastructure/man/man1: register-plist.1 

Log message:
document register-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:23:02

Modified files:
	infrastructure/bin: register-plist 

Log message:
merge back jasper's commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:38:31

Added files:
	infrastructure/bin: pkg_subst 
	infrastructure/man/man1: pkg_subst.1 

Log message:
add & document pkg_subst


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:40:31

Added files:
	infrastructure/bin: dolock 

Log message:
and dolock


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/08/20 08:42:56

Modified files:
	www/drupal6/printer-friendly: Makefile distinfo 
	www/drupal6/printer-friendly/pkg: DESCR PLIST 

Log message:
- update to print-6.x-1.11
- adresses SA-CONTRIB-2010-082, details at http://drupal.org/node/880392
- anticipatory symlinking of tcpdf so the print_pdf module 'just works'.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:44:56

Added files:
	infrastructure/bin: extract-dependencies 

Log message:
+extract-dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:50:36

Added files:
	infrastructure/bin: fetch-all update-patches 

Log message:
add shell scripts too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:53:19

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
use scripts from their new locations


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 08:59:41

Added files:
	infrastructure/bin: retrieve-index 

Log message:
rename/modernize


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:01:12

Added files:
	infrastructure/bin: getpkgpath 

Log message:
and getpkgpath as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:02:24

Modified files:
	.              : Makefile 
	infrastructure/mk: pkgpath.mk 

Log message:
use scripts from bin


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:07:23

Removed files:
	infrastructure/build: dolock dpb3 dpb3.1 extract-dependencies 
	                      index-retrieve pkg_subst resolve-lib 
	                      update-patches 
	infrastructure/build/DPB: Core.pm Engine.pm Grabber.pm 
	                          Heuristics.pm Job.pm Locks.pm 
	                          Logger.pm PkgPath.pm PortBuilder.pm 
	                          PortInfo.pm Reporter.pm Signature.pm 
	                          Util.pm Vars.pm 
	infrastructure/build/DPB/Core: Distant.pm 
	infrastructure/build/DPB/Job: Port.pm 
	infrastructure/install: FS.pm make-plist 
	infrastructure/mk: getpkgpath 

Log message:
kill a few things which have now MOVED


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:09:54

Added files:
	infrastructure/bin: libtool 

Log message:
and libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/20 09:13:26

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU).
It makes even the smallest run(4) devices look ridiculously huge.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/08/20 09:14:08

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:16:07

Modified files:
	infrastructure/man/man1: pkg_subst.1 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:18:34

ports/infrastructure/lib/OpenBSD

Update of /cvs/ports/infrastructure/lib/OpenBSD
In directory cvs.openbsd.org:/tmp/cvs-serv13687/OpenBSD

Log Message:
Directory /cvs/ports/infrastructure/lib/OpenBSD added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:22:22

Modified files:
	infrastructure/bin: check-lib-depends dpb make-plist 
Added files:
	infrastructure/lib/OpenBSD: FS.pm 
Removed files:
	infrastructure/lib: FS.pm Subpackage.pm 

Log message:
better namespace for make-plist internals, prepare to cut up check-lib-depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:29:41

Modified files:
	infrastructure/bin: check-lib-depends 
Added files:
	infrastructure/lib/OpenBSD: FileSource.pm Issue.pm Recorder.pm 

Log message:
move a large part of check-lib-depends into separate modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 09:50:56

Added files:
	infrastructure/man/man1: check-lib-depends.1 

Log message:
document check-lib-depends


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/20 11:00:40

Modified files:
	sys/dev/ic     : trm.c 
	sys/netbt      : hci_event.c 

Log message:
add format strings implied by surplus arguments
found via the clang static analyser


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 11:03:36

Modified files:
	infrastructure/bin: check-lib-depends 
	infrastructure/man/man1: check-lib-depends.1 

Log message:
zap old option, fix usage and man for common stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/20 11:35:48

Modified files:
	textproc/docbook: Makefile 

Log message:
mirror examples.zip


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/20 16:03:22

Modified files:
	share/man/man9 : hzto.9 tvtohz.9 
	sys/sys        : systm.h 
	sys/kern       : kern_clock.c 

Log message:
Change hzto(9) and tvtohz(9) arguments to const pointers.

ok krw@, "of course" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/20 16:29:52

Modified files:
	sys/ufs/ufs    : inode.h 

Log message:
Change the UFS DIP macros to be aware of the FFS2 kernel option by not
bothering to check the mount type when FFS2 support is omitted.

ok krw@, jasper@; "i like it" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/20 16:51:24

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
.Bl -column phrases ignore spacing rules for trailing punctuation
and render it just like normal text.
Minimal fix of a formatting bug in operator(7) reported by ray@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/20 17:11:07

Modified files:
	.              : Makefile 
	infrastructure/mk: bsd.port.mk pkgpath.mk 

Log message:
move LOCKDIR default to pkgpath.mk since it's shared with Makefile.
fix one missed dolock.

Thanks naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/20 17:22:07

Modified files:
	usr.bin/mandoc : term.c 

Log message:
When a column contains trailing spaces, calculate the padding
to the start of the next column correctly.
Fixing a problem found by jmc@ in sysctl(3), reminded by kettenis@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/20 17:34:00

Modified files:
	usr.bin/mandoc : term.c 

Log message:
Centralize handling of literal tabs in term_flushln() in one place,
making the code simpler and easier to understand.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/20 22:45:44

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 00:11:27

Modified files:
	cs             : donations.html events.html ftp.html 
	faq/fr         : current.html 
	fr             : donations.html hppa.html want.html 
	nl             : anoncvs.html bank-donation.html cvsync.html 
	                 donations.html ftp.html orders.html 
	openssh/nl     : ftp.html portable.html 
	pt             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2010/08/21 00:46:53

Modified files:
	sbin/pdisk     : pdisk.8 

Log message:
Use .Dq for double quotes and properly .Xr fdisk(1).

OK jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/08/21 00:50:42

Modified files:
	sys/net        : if_aoe.c if_aoe.h 

Log message:
an unchecked-for failure of workq_add_task could lead to an mbuf leak

steal a page from dlg@ and embed a workq_task struct directly in
the aoe_handler struct so that we won't fail when enqueueing a task

while here, create real debugging printfs vice commenting out regular ones,
and kill with fire the excessive number of includes

ok marco@ tedu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 02:26:09

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/08/21 03:32:00

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Display usage information as well as the error when a path to
src/*.tgz isn't specified.  ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 03:35:16

Modified files:
	proto/kbproto  : ChangeLog Makefile.am XKB.h configure.ac 
Added files:
	proto/kbproto  : README 

Log message:
Update to kbproto 1.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/21 05:03:21

Modified files:
	security/gnupg2: Makefile 
Added files:
	security/gnupg2/patches: patch-kbx_keybox-blob_c 

Log message:
Security fix for CVE-2010-2547:
Patch from upstream CVS

ok pea@ (update for gnupg2 coming soon anyway)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/21 05:03:51

Modified files:
	security/gnupg2: Tag: OPENBSD_4_8 Makefile 
Added files:
	security/gnupg2/patches: Tag: OPENBSD_4_8 
	                         patch-kbx_keybox-blob_c 

Log message:
Security fix for CVE-2010-2547:
Patch from upstream CVS

ok pea@ william@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/21 05:08:34

Modified files:
	print/ghostscript/gnu: Tag: OPENBSD_4_8 Makefile 
Added files:
	print/ghostscript/gnu/patches: Tag: OPENBSD_4_8 
	                               patch-src_zfile_c 

Log message:
Security fix for SA40452
Ghostscript "-P-" Command Line Option Security Issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/21 05:10:50

Modified files:
	print/ghostscript/gnu: Tag: OPENBSD_4_7 Makefile 
Added files:
	print/ghostscript/gnu/patches: Tag: OPENBSD_4_7 
	                               patch-src_zfile_c 

Log message:
Security fix for SA40452
Ghostscript "-P-" Command Line Option Security Issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/21 06:22:41

Modified files:
	multimedia/libdv/patches: patch-configure 

Log message:
- instead of commenting the goo to use -pthread, actually use it.
shrinks patch a bit


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 08:00:58

Modified files:
	driver/xf86-video-openchrome: ChangeLog 
	driver/xf86-video-openchrome/src: via_driver.h via_video.c 
	                                  via_video.h 

Log message:
Merge commits 838 and 840 from trunk:

Fix bug with suspend and VT switch on VX800 and 64bit systems
(tested by jakemsr@)
Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/21 08:00:59

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
Backout previous.
As Kristaps found out, i was wrong: .Bl -column phrases do not ignore
spacing rules for trailing punctuation in general.  In particular,
- the rightmost column of a column list is unaffected
- columns terminated by the .Ta macro instead of a tab are unaffected
- columns ending in a blank are unaffected
Spacing rules for trailing punctuation are only ignored when the tab
follows the punctuation immediately, without a blank in between,
because then the combination of punctuation and tab is treated by roff
as a word, and the punctuation is not recognized as isolated.
The reason this doesn't work in mandoc is that in the special case
of .Bl -column (not in general!), mandoc treats tabs as word delimiters.
We either need to solve this differently, or call it a bug in roff.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 10:03:11

Modified files:
	proto/x11proto : ChangeLog Xfuncproto.h.in configure.ac 
	                 do-not-use-config.h.in 
Removed files:
	proto/x11proto : INSTALL 

Log message:
Update to x11proto 7.0.18. no functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 10:11:03

Modified files:
	lib/libXau     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 Xau.man aclocal.m4 configure configure.ac 

Log message:
Update to libXau 1.0.6. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 11:01:30

Modified files:
	app/xset       : INSTALL aclocal.m4 

Log message:
Update to final X.Org xset 1.2.0. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/21 11:02:23

Modified files:
	util/macros    : ChangeLog configure configure.ac 
	                 xorg-macros.m4.in 

Log message:
Update to util-macros 1.10.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/21 11:09:49

Modified files:
	sys/arch/sparc64/stand/ofwboot: elfXX_exec.c 

Log message:
We only need to load 64 bit kernels on sparc64. Clean up the ELF boot code
and let exec_elf.h do the right thing.

ok miod@ (some time ago)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/21 11:22:42

Modified files:
	sys/arch/sparc64/stand/ofwboot: Makefile boot.c 
Added files:
	sys/arch/sparc64/stand/ofwboot: elf64_exec.c 
Removed files:
	sys/arch/sparc64/stand/ofwboot: elfXX_exec.c 

Log message:
Rename file to reflect that it handles 64 bit ELF only.

ok miod@ (some time ago)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/21 11:31:49

Modified files:
	sys/dev/usb    : usb_quirks.c 

Log message:
- add a quirk for the apple clear orb usb speakers


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/21 12:42:12

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Huawei E1820, from David Zeillinger.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/21 12:44:26

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/21 12:46:30

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
Match the Huawei E1820, from David Zeillinger.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/21 12:59:15

Modified files:
	lib/libc/gen   : unvis.c vis.3 vis.c 

Log message:
Two new flags: VIS_ALL - encode all characters, not just invisible ones
and VIS_HEX - use C89 \xff style hexadecimal encoding.

Teach unvis(3) how to deal with the hex encoding.

feedback and ok millert@ chl@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/21 13:00:50

Modified files:
	usr.bin/vis    : vis.1 vis.c 

Log message:
mirror new flags to vis(3): -a to encode all characters, -h to use
hex encoding. feedback jmc@ ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:06:00

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : MESSAGE 

Log message:
Enhance message with suggestions from dcoppa@.
This should help people having issues with gvfs applications out of the
full blown DE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:08:17

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-config_Xsession_in 

Log message:
Better startup sequence for ssh-agent, seahorse-agent and
ck-launch-session.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:10:56

Modified files:
	devel/glib2    : Makefile 
Removed files:
	devel/glib2/patches: PPC-patch-glib_Makefile_in 

Log message:
Remove powerpc hack, from Brad.
It seems it is not needed anymore (GNOME does not crash like it used to
with some applications).

While here, move to new DEPENDS/REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:11:23

Modified files:
	devel/libgee   : Makefile distinfo 
	devel/libgee/pkg: PLIST 

Log message:
Bugfix update to libgee-0.5.2.
* Bug fixes in TreeSet, TreeMap and Collection.to_array.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:11:49

Modified files:
	devel/libwnck  : Makefile distinfo 

Log message:
Maintainance update to libwnck-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:16:21

Modified files:
	x11/gnome/nautilus-sendto: Makefile distinfo 
	x11/gnome/nautilus-sendto/pkg: PLIST 

Log message:
Bugfix update to nautilus-sendto-2.28.5.

* Make the last selected medium's widget grab focus
* Fix thunderbird's mailto command
* Fix crashers when unloading plugins
* Fix handling of shadowed mounts in the "Removable device" section


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:17:04

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/pkg: PLIST 

Log message:
Bugfix update to totem-pl-parser-2.30.2.

* Fix parsing PLS playlists with "holes" in the numbering
* Fix crash in totem_pl_parser_parse_with_base when parsing
PHP files that really are PHP files
* Add Genre extension to XSPF playlists
* Fix itms links parsing
* Add support for Last.fm's new XSPF extensions


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:17:55

Modified files:
	mail/pine-pgp-filters: Makefile distinfo 

Log message:
Update to pine-pgp-filters-1.8.
Fix gnupg version dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:41:10

Modified files:
	net/avahi      : Makefile 
Added files:
	net/avahi/patches: patch-avahi-client_client_c 

Log message:
Add a patch from Debian bug #590760:
Let the client check if the daemon is already running instead of just
trying to start it, which doesn't work if there is no service file (the
service file is just meant for systems using system.d).

This fixes avahi-browse as well as "bonjour/zeroconf" support in several
applications.

Issue also pointed by Greg Jones.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 13:57:09

Modified files:
	inputmethods/uim: Makefile 
	inputmethods/uim/pkg: PLIST-gtk 
	inputmethods/ibus: Makefile 
	inputmethods/ibus/pkg: PLIST 

Log message:
gtk-query-immodules-2.0 needs only to run at @unexec-delete time, not
@unexec.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 14:34:34

Modified files:
	x11/gnome/f-spot: Makefile distinfo 
	x11/gnome/f-spot/patches: patch-lib_libfspot_Makefile_in 
	                          patch-tools_Makefile_in 
	x11/gnome/f-spot/pkg: PLIST 
Added files:
	x11/gnome/f-spot/patches: patch-src_Clients_MainApp_f-spot_in 
Removed files:
	x11/gnome/f-spot/patches: patch-src_f-spot_in 

Log message:
update to f-spot-0.7.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 14:35:37

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/pkg: PLIST 

Log message:
Maintainance update to timetrex-3.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/08/21 14:40:53

Modified files:
	devel/alex     : Makefile 

Log message:
Make everything in WRKSRC world-readable. Unbreaks permissions of the
(installed) fptools.css. Problem found while running pkg_check(8) on
my pkg update test box.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 15:08:44

Modified files:
	www/gtkhtml3   : Makefile distinfo 

Log message:
Update to gtkhtml3-3.30.3.
* Bug 624149 - Check for NULL after gtkhtml_editor_run_open_dialog()


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 15:21:18

Modified files:
	devel/glib2    : Makefile distinfo 

Log message:
Maintainance update to glib2-2.24.2
* 578295 gtester has a race condition
* 619945 GConverterOutputStream triggers assertion and corrupts data


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/21 15:43:02

Modified files:
	print/gutenprint: Makefile distinfo 
	print/gutenprint/pkg: PLIST-foomatic PLIST-main 

Log message:
Update to gutenprint-5.2.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:18:20

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Bugfix update to goffice-0.8.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:18:56

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/pkg: PLIST 

Log message:
Update to gnumeric-1.10.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/08/22 00:24:50

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
SECURITY update to 3.3.5.1; fixes insufficient output sanitizing
when generating configuration file and several XSS vulnerabilities.

from giovanni@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:56:25

Modified files:
	print/foomatic-filters: Makefile distinfo 
	print/foomatic-filters/patches: patch-configure_ac patch-util_c 
	                                patch-util_h 

Log message:
Update to foomatic-filters-4.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:57:00

Modified files:
	print/foomatic-db-engine: Makefile distinfo 
	print/foomatic-db-engine/patches: patch-Makefile_in 
	                                  patch-configure 

Log message:
Update to foomatic-db-engine-4.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:57:38

Modified files:
	print/foomatic-db: Makefile distinfo 
	print/foomatic-db/pkg: PLIST 

Log message:
Update foomatic-db to the 20100821 rev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 00:58:14

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST-main 

Log message:
Update foo2zjs to the 20100817 rev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 01:08:47

Modified files:
	databases/evolution-data-server: Makefile distinfo 

Log message:
Bugfix update to evolution-data-server-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/08/22 01:20:02

Modified files:
	devel/alex     : Makefile 

Log message:
Oops! Bumping backwards isn't a good idea.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 01:48:07

Modified files:
	www/epiphany   : Makefile distinfo 
	www/epiphany/pkg: PLIST 

Log message:
Maintainance update to epiphany-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 02:16:43

Modified files:
	www/epiphany-extensions: Makefile distinfo 

Log message:
Minor update to epiphany-extensions-2.30.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/08/22 02:56:51

Modified files:
	net/ldns       : Makefile.inc 
	net/ldns/drill : Makefile distinfo 
	net/ldns/libldns: distinfo 
	net/ldns/libldns/patches: patch-util_c 
	net/ldns/utils : Makefile distinfo 

Log message:
update to LDNS v1.6.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:03:11

Modified files:
	net/unbound    : Makefile distinfo 
	net/unbound/patches: patch-doc_example_conf_in 
	net/unbound/pkg: PLIST 

Log message:
update to Unbound v1.4.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:04:29

Modified files:
	mail/postfix   : Makefile.inc 

Log message:
Remove overriding of FD_SETSIZE since this hasn't had any effect since
Postfix had switched to kqueue() a long time ago. No binary package change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:21:53

Log message:
    NSD v3.2.6
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_3_2_6
    
    U src/usr.sbin/nsd/options.h
    U src/usr.sbin/nsd/answer.c
    U src/usr.sbin/nsd/region-allocator.h
    U src/usr.sbin/nsd/Makefile.in
    U src/usr.sbin/nsd/answer.h
    U src/usr.sbin/nsd/region-allocator.c
    U src/usr.sbin/nsd/nsd.conf.sample.in
    U src/usr.sbin/nsd/configparser.y
    U src/usr.sbin/nsd/xfrd-notify.c
    U src/usr.sbin/nsd/dbcreate.c
    U src/usr.sbin/nsd/nsd.8
    U src/usr.sbin/nsd/xfrd-notify.h
    C src/usr.sbin/nsd/util.c
    C src/usr.sbin/nsd/configure.ac
    U src/usr.sbin/nsd/util.h
    U src/usr.sbin/nsd/acx_nlnetlabs.m4
    U src/usr.sbin/nsd/nsdc.sh.in
    U src/usr.sbin/nsd/dns.c
    U src/usr.sbin/nsd/edns.c
    U src/usr.sbin/nsd/dns.h
    U src/usr.sbin/nsd/tsig-openssl.c
    N src/usr.sbin/nsd/makedist.sh
    U src/usr.sbin/nsd/nsd.conf.5
    U src/usr.sbin/nsd/rdata.c
    U src/usr.sbin/nsd/nsd-patch.8
    U src/usr.sbin/nsd/tsig-openssl.h
    U src/usr.sbin/nsd/edns.h
    U src/usr.sbin/nsd/rdata.h
    U src/usr.sbin/nsd/xfrd-disk.c
    U src/usr.sbin/nsd/tsig.c
    U src/usr.sbin/nsd/tsig.h
    U src/usr.sbin/nsd/iterated_hash.c
    U src/usr.sbin/nsd/nsd-xfer.8
    U src/usr.sbin/nsd/netio.c
    U src/usr.sbin/nsd/zlexer.lex
    U src/usr.sbin/nsd/nsd-checkconf.8
    U src/usr.sbin/nsd/nsd-notify.8
    U src/usr.sbin/nsd/netio.h
    U src/usr.sbin/nsd/rbtree.c
    U src/usr.sbin/nsd/dname.c
    C src/usr.sbin/nsd/nsd.c
    U src/usr.sbin/nsd/rbtree.h
    U src/usr.sbin/nsd/dname.h
    U src/usr.sbin/nsd/nsd.h
    U src/usr.sbin/nsd/xfrd-disk.h
    U src/usr.sbin/nsd/xfrd.c
    C src/usr.sbin/nsd/zonec.8
    U src/usr.sbin/nsd/difffile.c
    U src/usr.sbin/nsd/xfrd.h
    U src/usr.sbin/nsd/packet.c
    U src/usr.sbin/nsd/configlexer.lex
    U src/usr.sbin/nsd/iterated_hash.h
    U src/usr.sbin/nsd/ipc.c
    U src/usr.sbin/nsd/difffile.h
    U src/usr.sbin/nsd/zparser.y
    C src/usr.sbin/nsd/nsdc.8
    U src/usr.sbin/nsd/packet.h
    U src/usr.sbin/nsd/ipc.h
    U src/usr.sbin/nsd/nsd-patch.c
    U src/usr.sbin/nsd/axfr.h
    U src/usr.sbin/nsd/dbaccess.c
    C src/usr.sbin/nsd/nsd-xfer.c
    U src/usr.sbin/nsd/namedb.c
    C src/usr.sbin/nsd/nsd-notify.c
    U src/usr.sbin/nsd/namedb.h
    U src/usr.sbin/nsd/mkinstalldirs
    C src/usr.sbin/nsd/axfr.c
    U src/usr.sbin/nsd/LICENSE
    U src/usr.sbin/nsd/nsd-checkconf.c
    U src/usr.sbin/nsd/query.c
    U src/usr.sbin/nsd/server.c
    U src/usr.sbin/nsd/nsec3.c
    U src/usr.sbin/nsd/buffer.c
    U src/usr.sbin/nsd/query.h
    C src/usr.sbin/nsd/xfrd-tcp.c
    U src/usr.sbin/nsd/nsec3.h
    U src/usr.sbin/nsd/buffer.h
    C src/usr.sbin/nsd/zonec.c
    U src/usr.sbin/nsd/zonec.h
    U src/usr.sbin/nsd/options.c
    U src/usr.sbin/nsd/configyyrename.h
    U src/usr.sbin/nsd/xfrd-tcp.h
    U src/usr.sbin/nsd/install-sh
    N src/usr.sbin/nsd/compat/.c-mode-rc.el
    U src/usr.sbin/nsd/compat/inet_ntop.c
    U src/usr.sbin/nsd/compat/strlcpy.c
    U src/usr.sbin/nsd/compat/inet_pton.c
    U src/usr.sbin/nsd/compat/pselect.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.h
    U src/usr.sbin/nsd/compat/memmove.c
    U src/usr.sbin/nsd/compat/snprintf.c
    U src/usr.sbin/nsd/compat/strptime.c
    U src/usr.sbin/nsd/compat/basename.c
    U src/usr.sbin/nsd/compat/malloc.c
    U src/usr.sbin/nsd/compat/strlcat.c
    U src/usr.sbin/nsd/compat/memcmp.c
    U src/usr.sbin/nsd/compat/inet_aton.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.c
    U src/usr.sbin/nsd/compat/b64_ntop.c
    U src/usr.sbin/nsd/compat/b64_pton.c
    
    10 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd

CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:24:28

Modified files:
	usr.sbin/nsd   : axfr.c configure.ac nsd-notify.c nsd-xfer.c 
	                 nsd.c nsdc.8 util.c xfrd-tcp.c zonec.c 

Log message:
merge


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:25:29

Removed files:
	usr.sbin/nsd/compat: .c-mode-rc.el 

Log message:
remove


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:30:18

Modified files:
	usr.sbin/nsd   : Makefile.bsd-wrapper 

Log message:
--enable-nsid now default


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:31:39

Modified files:
	usr.sbin/nsd   : config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/08/22 03:43:32

Modified files:
	net/nsd        : Makefile distinfo 

Log message:
update to NSD v3.2.6. port will be removed once the in-tree version of NSD
is integrated into the build process.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 04:02:29

Modified files:
	lib/libXvMC    : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	lib/libXvMC/include: Makefile.in 
	lib/libXvMC/include/X11: Makefile.in 
	lib/libXvMC/include/X11/extensions: Makefile.in XvMClib.h 
	lib/libXvMC/src: Makefile.in XvMC.c XvMCWrapper.c XvMClibint.h 

Log message:
Update to libXvMC 1.0.6. No functionnal change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 04:09:54

Modified files:
	editors/abiword: Makefile distinfo 

Log message:
Maintainance update to abiword-2.8.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 04:13:27

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: 
	                            patch-ECtools_ECTestTools_IMAPTest_Makefile_in 
	                            patch-ECtools_ECTestTools_Makefile_in 
	                            patch-ECtools_zarafa-cfgchecker_Makefile_in 
	                            patch-common_ECLogger_cpp 
	                            patch-configure 
	                            patch-doc_Makefile_in 
	                            patch-doc_manual_xml 
	                            patch-gateway_Gateway_cpp 
	                            patch-installer_Makefile_in 
	                            patch-installer_linux_Makefile_in 
	                            patch-installer_linux_gateway_cfg 
	                            patch-libfreebusy_Makefile_in 
	                            patch-mapi4linux_src_Makefile_in 
	                            patch-php-ext_Makefile_in 
	                            patch-provider_client_Makefile_in 
	                            patch-provider_libserver_ECSession_cpp 
	                            patch-provider_server_Makefile_in 
	                            patch-spooler_DAgent_cpp 
	                            patch-spooler_Makefile_in 
	                            patch-zarafa-libsync_Makefile_in 
	mail/zarafa/zarafa/pkg: PLIST-main PLIST-web 

Log message:
Update zarafa to version 6.40.1.
See http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
for details.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 04:23:34

Modified files:
	audio/rhythmbox: Makefile 
Removed files:
	audio/rhythmbox/pkg: MESSAGE 

Log message:
Remove MESSAGE. We cannot add the same blurb to each and every GNOME
programs, so we will probably factorise it in a MESSAGE in the gtk+2 pkg.

"yes yes yes" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 04:29:40

Modified files:
	mail/evolution : Makefile distinfo 
Removed files:
	mail/evolution/patches: patch-help_Makefile_in 
	mail/evolution/pkg: MESSAGE-main 

Log message:
Bugfix update to evolution-2.30.3.
Remove MESSAGE (will be put in a more generic place).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 04:48:42

Modified files:
	print/cups     : Makefile 
Added files:
	print/cups/patches: patch-man_lp_man 

Log message:
Remove some left over text in lp.man.

spotted by tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 05:07:21

Modified files:
	mail/evolution-exchange: Makefile distinfo 

Log message:
Maintainance update to evolution-exchange-2.30.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/08/22 05:39:18

Modified files:
	share/man/man7 : man.7 mdoc.7 

Log message:
* sort COMPATIBILITY in mdoc(7); ok kristaps@
* update escape COMPATIBILITY in mdoc(7) and man(7); from kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/08/22 05:48:50

Added files:
	net/libbgpdump/patches: patch-bgpdump_lib_c 

Log message:
add function declaration

pointed out by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/08/22 05:49:55

Modified files:
	net/libbgpdump : Makefile 
Added files:
	net/libbgpdump/patches: patch-cfile_tools_c patch-configure 

Log message:
fix some use-after-free's, and don't hardcode -O3

ok sthen@, reminded by claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 06:02:53

Modified files:
	x11/gnome/tracker: Makefile distinfo 
Added files:
	x11/gnome/tracker/patches: 
	                           patch-src_plugins_evolution_tracker-evolution-plugin_c 

Log message:
Update to tracker-search-0.8.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/08/22 06:07:35

ports/graphics/libraw/files

Update of /cvs/ports/graphics/libraw/files
In directory cvs.openbsd.org:/tmp/cvs-serv25171/files

Log Message:
Directory /cvs/ports/graphics/libraw/files added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 06:11:57

Modified files:
	driver/xf86-input-vmmouse: COPYING ChangeLog Makefile.in 
	                           aclocal.m4 configure configure.ac 
	driver/xf86-input-vmmouse/fdi: Makefile.in 
	driver/xf86-input-vmmouse/man: Makefile.in 
	driver/xf86-input-vmmouse/shared: Makefile.am Makefile.in 
	driver/xf86-input-vmmouse/src: Makefile.am Makefile.in vmmouse.c 
	driver/xf86-input-vmmouse/tools: 69-xorg-vmmouse.rules.in 
	                                 Makefile.am Makefile.in 
Removed files:
	driver/xf86-input-vmmouse: INSTALL 

Log message:
Update to xf86-input-vmmouse 12.6.10. No functionnal change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/08/22 06:12:26

Modified files:
	graphics/libraw: Makefile 
	graphics/libraw/pkg: PLIST 
Added files:
	graphics/libraw/files: raw.pc 

Log message:
add a pkg-config .pc file for libraw

makes other ports nicer to write


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 06:19:00

Modified files:
	driver/xf86-video-vmware: COPYING ChangeLog Makefile.in 
	                          aclocal.m4 config.h.in configure 
	                          configure.ac 
	driver/xf86-video-vmware/man: Makefile.am Makefile.in 
	driver/xf86-video-vmware/src: Makefile.in vmwarectrl.c 
	                              vmwaremodule.c vmwarexinerama.c 
Removed files:
	driver/xf86-video-vmware: INSTALL 

Log message:
Update to xf86-video-vmware 11.0.2. No functionnal change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 06:24:40

ports/mail/roundcubemail/files

Update of /cvs/ports/mail/roundcubemail/files
In directory cvs.openbsd.org:/tmp/cvs-serv13412/files

Log Message:
Directory /cvs/ports/mail/roundcubemail/files added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 06:24:54

Modified files:
	driver/xf86-video-mga: ChangeLog Makefile.in aclocal.m4 
	                       configure configure.ac 
	driver/xf86-video-mga/man: Makefile.am Makefile.in 
	driver/xf86-video-mga/src: Makefile.in mga_driver.c 
	driver/xf86-video-mga/util: Makefile.in 

Log message:
Update to xf86-video-mga 1.4.13.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 06:29:27

Modified files:
	driver/xf86-video-nv: COPYING ChangeLog Makefile.am Makefile.in 
	                      aclocal.m4 config.h.in configure 
	                      configure.ac 
	driver/xf86-video-nv/man: Makefile.am Makefile.in nv.man 
	driver/xf86-video-nv/src: Makefile.am Makefile.in g80_dac.c 
	                          g80_display.c g80_driver.c 
	                          g80_output.c g80_sor.c nv_cursor.c 
	                          nv_dga.c nv_driver.c nv_hw.c 
	                          nv_setup.c nv_video.c riva_cursor.c 
	                          riva_dga.c riva_driver.c 
Removed files:
	driver/xf86-video-nv/compat: Makefile.am Makefile.in README 
	driver/xf86-video-nv/compat/modes: xf86Crtc.c xf86Crtc.h 
	                                   xf86Cursors.c xf86DiDGA.c 
	                                   xf86EdidModes.c xf86Modes.c 
	                                   xf86Modes.h xf86RandR12.c 
	                                   xf86RandR12.h xf86Rename.h 
	                                   xf86Rotate.c xf86cvt.c 
	                                   xf86gtf.c 
	driver/xf86-video-nv/compat/parser: xf86Optrec.h xf86Parser.h 
	driver/xf86-video-nv/src: local_xf86Rename.h 

Log message:
Update to xf86-video-nv 2.1.18.

Tested at least by krw@, benoit@ and giovanni@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 06:37:14

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 
	                            patch-program_include_main_inc 
	mail/roundcubemail/pkg: MESSAGE PLIST 
Added files:
	mail/roundcubemail/files: roundcubemail.conf 
Removed files:
	mail/roundcubemail/patches: patch-UPGRADING 

Log message:
- update roundcubemail to 0.4
- simpler installation procedure, req by marco


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/22 07:38:11

Modified files:
	app/xterm      : INSTALL MANIFEST Tekproc.c VTPrsTbl.c 
	                 VTparse.def VTparse.h XTerm.ad button.c 
	                 charproc.c configure.in ctlseqs.ms ctlseqs.txt 
	                 doublechr.c error.h fontutils.c fontutils.h 
	                 input.c main.c main.h menu.c misc.c os2main.c 
	                 plink.sh print.c ptydata.c ptyx.h resize.c 
	                 screen.c scrollbar.c trace.c trace.h util.c 
	                 uxterm.desktop version.h vms.c xterm.desktop 
	                 xterm.h xterm.log.html xterm.man xterm_io.h 
	                 xtermcap.c 
Added files:
	app/xterm/vttests: query-fonts.pl 

Log message:
Update to xterm 261. Tested by krw@, jcs@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 08:02:59

Modified files:
	x11/gtk+2      : Makefile 
Added files:
	x11/gtk+2/pkg  : MESSAGE-main 

Log message:
Some gtk+2 applications when run outside a full blown DE (most notably
GNOME ones) will require a configured icon theme to properly display
icons, so teach users how to do it.

"yes yes yes" sthen@
"sounds like a good idea" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 08:09:27

Modified files:
	mail/roundcubemail: Makefile 
	mail/roundcubemail/files: roundcubemail.conf 
Added files:
	mail/roundcubemail/patches: patch-SQL_mysql_update_sql 
	                            patch-UPGRADING 
	                            patch-program_include_iniset_php 

Log message:
- fix path in roundcubemail.conf and set a few more required php options
- allow the upgrade script to work without disabling session.encrypt on the
whole server
- note in UPGRADING that virtusertable moved to a plugin, found the hard
way by ajacoutot
- in the mysql schema update script, uncomment a workaround for mysql bug
46293 which affects the in-tree mysql
- bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/22 08:14:52

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-midori_main_c patch-wscript 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.2.7, diff from Remi Pointel (thanks!)
Few tweaks: PLIST sorting, convert to new LIB_DEPENDS style.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 08:36:36

Modified files:
	mail/roundcubemail: Makefile 

Log message:
fix SUBST_VARS after last commit; pointed out by aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 08:43:24

Modified files:
	net/zabbix     : Makefile distinfo 
	net/zabbix/patches: patch-misc_conf_zabbix_proxy_conf 
	                    patch-misc_conf_zabbix_server_conf 
	                    patch-src_libs_zbxnix_daemon_c 
	net/zabbix/pkg : PLIST-server PLIST-web 
Removed files:
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_proc_c 

Log message:
Update to zabbix-1.8.3.
Based on a submission from Florian Gross with several fixes and tweaks.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/22 10:09:49

Modified files:
	usr.bin/tmux   : client.c 

Log message:
MSG_EXIT can now have a return code in the message, so check for that
size as well. Stops the client fatal()ing on exit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 10:55:49

Modified files:
	databases/p5-DBD-SQLite: Makefile distinfo 
	databases/p5-DBD-SQLite/patches: patch-Makefile_PL 
	databases/p5-DBD-SQLite/pkg: PLIST 
Removed files:
	databases/p5-DBD-SQLite/patches: patch-dbdimp_c 

Log message:
update DBD::SQLite to 1.29, ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 10:56:35

Modified files:
	x11/x11vnc     : Makefile distinfo 
	x11/x11vnc/patches: patch-configure patch-x11vnc_help_c 

Log message:
update x11vnc to 0.9.11, ok with ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/22 10:59:04

Removed files:
	lang/mono/patches: patch-mono_mini_exceptions-amd64_c 

Log message:
add a missing patchfile missed by either me or cvs


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/22 11:00:00

Added files:
	lang/mono/patches: patch-mono_mini_exceptions-amd64_c 

Log message:
add a missing patchfile missed by either me or cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/08/22 11:02:04

Modified files:
	sys/net        : radix.c 

Log message:
Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.
For masks of identical length rn_lexobetter() did not stop on the
first non-equal byte. This leads rn_addroute() to not detecting
duplicate entries and thus we might create a very long list of masks
to check for each node.
This can have a huge impact on IPsec performance, where non-contiguous
masks are used for the flow lookup.  In a setup with 1300 flows we
saw 400 duplicate masks and only a third of the expected throughput.
Lots of help in narrowing this down from markus@.
Improved comments from claudio@.
OK markus@, claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 11:05:19

Modified files:
	devel/tig      : Makefile distinfo 
Removed files:
	devel/tig/patches: patch-tig_c 

Log message:
update tig to 0.16, from maintainer Tobias Ulmer


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/22 11:55:38

Modified files:
	converters/rpm2cpio: Makefile 
	converters/rpm2cpio/files: rpm2cpio 

Log message:
Sync with FreeBSD port:
- remove $/, $| it's artifacts from $rpm = <$f>; time.
[this might help in low RAM situations]
- change && to and
- whitespace cosmetic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/22 13:39:43

Modified files:
	mail/roundcubemail: Makefile 
	mail/roundcubemail/files: roundcubemail.conf 
	mail/roundcubemail/pkg: MESSAGE PLIST 
Removed files:
	mail/roundcubemail/patches: patch-program_include_iniset_php 

Log message:
- setting suhosin.session.encrypt per-dir doesn't seem to work
(even with suhosin.perdir set), so just force it in roundcubemail.conf
and remove the program/include/iniset.php patch.

- adjust permissions so the web-based installer can be used as pointed
out by aja, this used to be dangerous but is now controlled by the main
config file and defaults to 'off'.

- bump, adjust MESSAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/22 14:22:06

Modified files:
	usr.sbin       : Makefile 

Log message:
enable nsd the build. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/08/22 14:27:52

Modified files:
	usr.sbin/ospf6d: ospfe.c ospfe.h 

Log message:
Origin network-LSA with options based on the options of the link-LSAs.
Without this fix Cisco's OSPF 6 ignores our network-LSAs.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/08/22 14:55:10

Modified files:
	usr.sbin/ospf6d: rde.c rde_lsdb.c 

Log message:
When removing an announced prefix, inherit the metric and ext_tag
from the LSA that is currently in the tree.  Based on claudio@'s
diff and his fix for ospfd.  Additionally originate an LSA with
external route tag correctly by writing the AS-external-LSA's bit
T into the correct field.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/08/22 15:15:25

Modified files:
	usr.sbin/ospf6d: kroute.c ospf6d.c ospf6d.h parse.y printconf.c 

Log message:
Redistributing the default route with ospf6d did not work correctly.
- kroute.c may not ignore the default route.
- Use the ROUNDUP macro from route/show.c as this one is also correct
for netmask with prefixlen 0.
- Implement ospf_redistribute and the redistribute parser like
ospfd.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/22 15:23:07

Modified files:
	sys/ntfs       : ntfs_ihash.c ntfs_subr.c ntfs_subr.h 
	                 ntfs_vfsops.c 

Log message:
the upper case table code was a lot more complicated than it needed to be.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/22 15:25:37

Modified files:
	usr.bin/lndir  : lndir.c 

Log message:
small style fixes of no consequnce


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/08/22 15:28:32

Modified files:
	usr.sbin/portmap: portmap.c 

Log message:
small bits of cleanup.  ok otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/22 15:33:36

ports/japanese/kasumi/patches

Update of /cvs/ports/japanese/kasumi/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17344/patches

Log Message:
Directory /cvs/ports/japanese/kasumi/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/22 15:37:29

Modified files:
	japanese/kasumi: Makefile 
Added files:
	japanese/kasumi/patches: patch-configure 

Log message:
Correct linking. Pointed out by ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/22 18:09:16

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
LSI SAS 2004

from alexey suslikov
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/22 18:11:21

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/22 18:53:37

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
add support for the LSISAS2004 ships.

from alexey suslikov
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/22 18:58:49

Modified files:
	share/man/man4 : bio.4 mpii.4 

Log message:
LSISAS2004 is an mpii chip. mpii can do bio.

mpii.4 change from alexey suslikov
bio.4 from jmc@
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/22 20:07:50

Modified files:
	include        : vis.h 

Log message:
unbreak tree: add VIS_HEX and VIS_ALL flags


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/22 22:49:10

Modified files:
	sys/kern       : kern_workq.c 

Log message:
fix two problems identified by matthew@:

1. though shalt not hold a mutex while sleeping, which kthread_create can
do. instead of holding the wq mutex over the kthread_create and increasing
the number of running threads after kthread_create succeeds, this counts
the thread and drops the mutex before kthread_create. after the call it
takes the mutex again and decrements the number of threads if the call
failed.

2. if a workq is created during autoconf, the actual thread create
is deferred to when the scheduler is running. if the workq is
destroyed before then, the wq memory gets freed and then the deferred
thread creation will be using freed memory. we now have a workq
state variable so we can do the right thing at the different stages
of the workqs lifetime.

ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	kili@cvs.openbsd.org	2010/08/22 23:36:20

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
When extracting the pkg tar file, don't preserve the atime, just set it
to the current time. Works around a rare race condition that can happen
if daily(8) zaps old files from /var/tmp while pkg_add(8) is installing
or updating a package and doesn't yet have moved nor even read some of
the files in /var/tmp/pkginfo.* (typically +DESCR).

Espie wasn't totally happy with this at first, and will eventually work
on something better, so I'm omitting documentations bits for now.

ok espie@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/23 00:21:12

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/08/23 01:02:06

Modified files:
	news/hellanzb  : Makefile 
Added files:
	news/hellanzb/patches: patch-Hellanzb_HellaReactor_py 
	                       patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py 
	                       patch-Hellanzb_HellaXMLRPC_xmlrpc_py 

Log message:
Unbreak after devel/py-twisted update, spotted by Didier Wiroth,
patches from Debian.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 01:51:22

Modified files:
	multimedia/libdv: Makefile distinfo 
	multimedia/libdv/patches: patch-configure 
	                          patch-encodedv_Makefile_in 
	                          patch-libdv_Makefile_in 

Log message:
- update libdv to 1.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/23 01:57:52

Modified files:
	inputmethods/ibus: Makefile 
	inputmethods/ibus/pkg: PLIST 

Log message:
- Fix RUN_DEPENDS
- Use gettext module
- Install gconf schema
- Update icons on install
- Disable silent compilation
Some pointed out by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/08/23 02:11:00

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to 0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 03:01:19

Modified files:
	net/p5-Net-IPTrie: Makefile distinfo 

Log message:
- update p5-Net-IPTrie to 0.7

prodded by sten spans


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 03:18:58

Modified files:
	x11/gnome/librsvg: Makefile 
	x11/gnome/librsvg/pkg: PLIST 

Log message:
Set path to the correct python binary for rsvg, pointed by fgsch@
While here, @comment static and libtool module files and move from
@unexec to @unexec-delete for gdk-pixbuf-query-loaders.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 03:31:24

Log message:
    Import epte-2.0.7.
    
    epte is a curses-based periodic table of the elements. It provides a
    set of examples of the basic sets of constants and procedures needed
    to understand the behavior of matter.
    
    Based on a submission from Anthony Bentley.
    ok sthen@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100823
    
    N ports/education/epte/Makefile
    N ports/education/epte/distinfo
    N ports/education/epte/patches/patch-makefile
    N ports/education/epte/patches/patch-periodic_h
    N ports/education/epte/patches/patch-definitions_h
    N ports/education/epte/patches/patch-fill_information_c
    N ports/education/epte/patches/patch-setaudio_c
    N ports/education/epte/patches/patch-do_constants_c
    N ports/education/epte/patches/patch-do_help_c
    N ports/education/epte/patches/patch-do_conversion_c
    N ports/education/epte/patches/patch-do_element_c
    N ports/education/epte/patches/patch-do_radii_c
    N ports/education/epte/patches/patch-epte_1
    N ports/education/epte/pkg/DESCR
    N ports/education/epte/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 03:31:46

Modified files:
	education      : Makefile 

Log message:
+epte


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 04:24:41

Modified files:
	print/poppler  : Makefile 

Log message:
Fix DEPENDS.
The converters/libiconv MODULE is only needed for the qt and qt4 FLAVORS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/23 05:17:17

Modified files:
	audio/timidity : Makefile 

Log message:
fix MASTER_SITES0; pointed out by Rodney Hopkins on misc


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2010/08/23 05:33:19

Modified files:
	openssh        : ftp.html index.html openbsd.html portable.html 
Added files:
	openssh/txt    : release-5.6 

Log message:
announce release of OpenSSH-5.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 05:48:50

Modified files:
	www/phpldapadmin: Makefile distinfo 
	www/phpldapadmin/pkg: PLIST 

Log message:
- update phpldapadmin to 1.2.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 06:06:08

Modified files:
	education/epte : Makefile 

Log message:
Substitute PREFIX in epte.1.

spotted by naddy@, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/23 07:18:50

Modified files:
	lang/mono      : Makefile 
	lang/mono/patches: patch-mono_mini_exceptions-amd64_c 
Added files:
	lang/mono/patches: patch-mono_mini_exceptions-x86_c 
Removed files:
	lang/mono/patches: patch-mono_arch_arm_Makefile_in 

Log message:
- fix exception handling on amd64
- fix i386 builds
- remove a patchfile that is not needed anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 08:16:09

Modified files:
	devel/ffcall   : Makefile 
	devel/ffcall/patches: patch-callback_trampoline_r_trampoline_c 
Added files:
	devel/ffcall/patches: patch-avcall_Makefile_in 
	                      patch-callback_trampoline_r_test1_c 
	                      patch-callback_vacall_r_Makefile_in 
	                      patch-callback_vacall_r_vacall-rs6000-linux_s 
	                      patch-vacall_Makefile_in 

Log message:
- add support for powerpc

from josh elasser, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/23 08:29:54

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : MESSAGE 

Log message:
Tweak MESSAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 08:46:55

Modified files:
	audio/mpd      : Makefile distinfo 
	audio/mpd/patches: patch-Makefile_in patch-configure 

Log message:
- update mpd to 0.15.12
* from tobias ulmer (MAINTAINER)

some tweaks by me:
- set license version
- new-style WANTLIB/LIB_DEPENDS
- fix MODULES and MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 09:44:26

Modified files:
	net/dsocks     : Makefile 
	net/dsocks/pkg : PLIST 
Added files:
	net/dsocks/pkg : PFRAG.no_mips64 

Log message:
- fix build on mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/08/23 09:48:24

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
* if there's an error setting indirect more for a volume knob widget,
don't return the error back to the caller, but also don't turn on
unsolicited responses for the volume knob.  chances are, it isn't
acutally used.  lets sony viao tz play audio through suspend/resume
cycle.
* add some debug messages for other volume knob errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 10:23:13

Modified files:
	devel/ffcall   : Makefile 

Log message:
- switch to ONLY_FOR_ARCHS. listed arches have been tested.

based on an idea from josh elasser


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 10:26:21

Modified files:
	games/xboing   : Makefile 
	games/xboing/patches: patch-Imakefile 

Log message:
- fix build on mips64
- switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 10:31:33

Modified files:
	lang/clisp     : Makefile 
	lang/clisp/pkg : PLIST 
Added files:
	lang/clisp/patches: patch-tests_socket_tst 

Log message:
- allow clisp to build on powerpc too
- switch to new style LIB_DEPENDS/WANTLIB
- move emacs lisp files to a location where emacs can find and use them

from josh elasser, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/23 10:55:07

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disable
bridge interrupts dance when trying to access an uninplemented ioc3 register.
Makes PIC handling simpler as a bonus.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/23 10:56:18

Modified files:
	sys/arch/sgi/include: bus.h 
	sys/arch/sgi/localbus: macebus.c 
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/xbow: xbow.c xbridge.c 

Log message:
Implement bus_space_barrier() on sgi; on xbridge, this will also flush
the pci write buffers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 11:25:47

Modified files:
	graphics/xpaint: Makefile 
	graphics/xpaint/patches: patch-Imakefile 
Added files:
	graphics/xpaint/patches: patch-rw_Imakefile 

Log message:
- fix build on mips64
- switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/23 11:36:32

Modified files:
	usr.bin/tmux   : client.c 

Log message:
Can't call event_del() without event_set() first - so call event_set()
when setting up the client.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/23 11:47:49

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 12:13:58

Modified files:
	audio/xmp      : Makefile distinfo 
	audio/xmp/pkg  : PLIST-audacious PLIST-bmp PLIST-main PLIST-xmms 

Log message:
- update xmp to 3.2.0

from Alexandr Shadchin, with some tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 12:17:30

Modified files:
	devel/cmake    : Makefile 

Log message:
- add mips64 to the list of architectures that need -O0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 12:56:01

Modified files:
	x11/tint       : Makefile 

Log message:
- mark as not for APM_ARCHS for now

ok edd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/23 13:05:08

Modified files:
	usr.bin/tip    : value.c 

Log message:
Clear options before setting up HOME and SHELL, not after. Fixes parsing
.tiprc reported by nick@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/23 13:08:08

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
- be explicit about the hosts file

agreed by landry and jakemsr


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/08/23 13:19:38

Modified files:
	build          : Makefile 
	build/mirrors  : openssh-ftp.html.head 
	                 openssh-portable.html.head 

Log message:
OpenSSH 5.6


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/08/23 15:44:48

Modified files:
	faq/ports      : specialtopics.html 

Log message:
more autoconf versions; from Markus Bergkvist


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/08/23 16:31:50

Modified files:
	lib/libc/stdlib: getenv.c setenv.c 

Log message:
Check for duplicate variables in the environment when setting a value
via setenv() or putenv().  OK miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/08/23 16:33:16

src/regress/lib/libc/env

Update of /cvs/src/regress/lib/libc/env
In directory cvs.openbsd.org:/tmp/cvs-serv3068/env

Log Message:
Directory /cvs/src/regress/lib/libc/env added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/08/23 16:34:37

Modified files:
	regress/lib/libc: Makefile 
Added files:
	regress/lib/libc/env: Makefile envtest.c 

Log message:
Add setenv/putenv regress


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/08/23 16:35:34

Modified files:
	lib/libc/time  : README Theory asctime.c ctime.3 ialloc.c 
	                 localtime.c strftime.3 time2posix.3 tz-art.htm 
	                 tz-link.htm tzfile.5 tzset.3 zdump.8 zdump.c 
	                 zic.8 zic.c 

Log message:
update to tzcode2010k from elsie.nci.nih.gov; OK miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/23 16:44:10

Modified files:
	www/lighttpd   : Makefile distinfo 
Removed files:
	www/lighttpd/patches: patch-src_fdevent_freebsd_kqueue_c 

Log message:
update lighttpd to 1.4.28 (a couple of small changes only); from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/08/23 20:35:36

Modified files:
	www/drupal6/cck: Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
SECURITY UPDATE to drupal6-cck-2.8

Addresses SA-CONTRIB-2010-088 (access bypass)
http://drupal.org/node/880736 - no DB update required

from stephan@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/08/23 20:46:51

Modified files:
	www/phpmyadmin : Tag: OPENBSD_4_8 Makefile distinfo 
	www/phpmyadmin/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC:

SECURITY UPDATE to phpmyadmin-3.3.5.1

Resolves CVE-2010-3055 and CVE-2010-3056

from giovanni@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2010/08/23 22:29:01

Modified files:
	textproc/tcpdf : Makefile distinfo 

Log message:
update to 5.8.014


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/24 00:49:43

Modified files:
	sysutils/d-feet: Makefile distinfo 
	sysutils/d-feet/patches: patch-d-feet 

Log message:
Bugfixe update to d-feet-0.1.12.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/24 01:43:33

Modified files:
	sbin/ccdconfig : ccdconfig.c 

Log message:
- plugs two fd leaks

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 02:08:40

Modified files:
	net/p5-Net-SSH2: Makefile distinfo 

Log message:
- update p5-Net-SSH2 to 0.33

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/24 02:19:51

Modified files:
	games/mnemosyne: Makefile distinfo 
	games/mnemosyne/pkg: PLIST 
Removed files:
	games/mnemosyne/patches: patch-mnemosyne_core_mnemosyne_core_py 

Log message:
Update to mnemosyne-1.2.2.
Resign from maintainership.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 02:45:11

Modified files:
	www/p5-HTML-Parser: Makefile distinfo 

Log message:
- update p5-HTML-Parser to 3.66

maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/08/24 03:10:14

Modified files:
	sys/scsi       : Tag: OPENBSD_4_7 scsi_base.c 

Log message:
MFC, original commit from dlg:
--------------------------------------------------------------------------
if we're going to set ITSDONE when an xfer is done cos the adapter expects
it, we should clear it before we issue it to the adapter too. retried
commands would have ITSDONE still set otherwise.
--------------------------------------------------------------------------

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/24 03:14:43

Modified files:
	www/php5       : Makefile.inc distinfo 
	www/php5/core  : Makefile 
	www/php5/core/pkg: PLIST-main 
	www/php5/extensions: Makefile 
Removed files:
	www/php5/core/patches: patch-ext_spl_spl_observer_c 
	www/php5/extensions/patches: patch-ext_sybase_ct_config_m4 
	                             patch-ext_xmlrpc_xmlrpc-epi-php_c 

Log message:
Update to 5.2.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/24 03:42:15

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-youtube-dl 

Log message:
update youtube-dl to 2010.08.24; okay with pirofti@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 03:49:35

Modified files:
	x11/libgdiplus : Makefile 
Added files:
	x11/libgdiplus/patches: patch-src_bmpcodec_c 
	                        patch-src_jpegcodec_c 
	                        patch-src_tiffcodec_c 

Log message:
SECURITY FIX for SA40792/CVE-2010-1526:
Mono libgdiplus Image Processing Integer Overflow Vulnerabilities


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/24 05:37:50

Modified files:
	x11/slim       : Makefile distinfo 
	x11/slim/patches: patch-slim_conf patch-switchuser_cpp 
	x11/slim/pkg   : MESSAGE 
Removed files:
	x11/slim/patches: patch-app_cpp patch-app_h 

Log message:
Update to slim 1.3.2, fixes a security issue (removes . from
default_path, sometimes inherited by some window managers)
ref: http://secunia.com/advisories/41005
Removes patches merged upstream. Amend MESSAGE to teach users
who modified slim.conf how to fix it there.
Prompted by and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 05:40:21

Modified files:
	sysutils/ddrescue: Makefile distinfo 
	sysutils/ddrescue/patches: patch-configure 

Log message:
- update ddrescue to 1.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 05:43:16

Modified files:
	x11/slim       : Tag: OPENBSD_4_7 Makefile 
	x11/slim/patches: Tag: OPENBSD_4_7 patch-slim_conf 
	x11/slim/pkg   : Tag: OPENBSD_4_7 MESSAGE 
Added files:
	x11/slim/patches: Tag: OPENBSD_4_7 patch-cfg_cpp 

Log message:
Security fix for slim, from upstream svn:

SA41005, SLiM Insecure Default "default_path" Configuration Weakness

If you have modified /etc/slim.conf, make sure to remove './' from
the default_path configuration directive.

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 05:43:29

Modified files:
	x11/slim       : Tag: OPENBSD_4_8 Makefile 
	x11/slim/patches: Tag: OPENBSD_4_8 patch-slim_conf 
	x11/slim/pkg   : Tag: OPENBSD_4_8 MESSAGE 
Added files:
	x11/slim/patches: Tag: OPENBSD_4_8 patch-cfg_cpp 

Log message:
Security fix for slim, from upstream svn:

SA41005, SLiM Insecure Default "default_path" Configuration Weakness

If you have modified /etc/slim.conf, make sure to remove './' from
the default_path configuration directive.

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 06:20:30

Modified files:
	lang/sbcl      : Makefile distinfo 
	lang/sbcl/patches: patch-contrib_asdf-module.mk 
	                   patch-src_runtime_runtime.c 
	lang/sbcl/pkg  : PLIST 
Added files:
	lang/sbcl/patches: patch-src_runtime_x86-64-bsd-os_c 
	                   patch-src_runtime_x86-64-bsd-os_h 
	                   patch-tests_swap-lispobjs_impure_lisp 
Removed files:
	lang/sbcl/patches: patch-src_code_common-os_lisp 
	                   patch-src_compiler_ir1util_lisp 
	                   patch-src_runtime_bsd-os_c 
	                   patch-src_runtime_os_h 
	                   patch-src_runtime_runtime_h 
	                   patch-src_runtime_save_c 

Log message:
- update sbcl to 1.0.41
- add support for powerpc

from josh elasser (MAINTAINER), thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 06:20:43

Added files:
	lang/sbcl/pkg  : PFRAG.amd64 PFRAG.powerpc 
Removed files:
	lang/sbcl/pkg  : MESSAGE 

Log message:
- missed in previous


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 06:22:22

ports/emulators/stella/patches

Update of /cvs/ports/emulators/stella/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21584/patches

Log Message:
Directory /cvs/ports/emulators/stella/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/24 06:45:08

Modified files:
	sys/net        : rtsock.c 

Log message:
last is a pointer so initialize to NULL and not 0. Also move initialization
up to the declaration.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/24 08:07:29

Modified files:
	net/ssvnc      : Makefile distinfo 

Log message:
update ssvnc-viewer to 1.0.28


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/08/24 08:43:56

Modified files:
	sys/net        : if_atmsubr.c if_ethersubr.c if_fddisubr.c 

Log message:
legibility fixes:

1) one statement per line
2) label gets its own line, and doesn't share it with a statement

no functional change

"Let the turd shine." claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/08/24 08:52:23

Modified files:
	sys/dev/sdmmc  : sbt.c sdmmc.c sdmmc_cis.c sdmmc_io.c 
	                 sdmmc_mem.c sdmmc_scsi.c sdmmcvar.h 

Log message:
lockmgr -> rwlock conversion

and with this, my adventure in sdmmc-land is over
bikeshed is still banana-shaped

ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/08/24 08:55:30

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/files: ao_sndio.c 

Log message:
restore AC3/DTS pass-through over S/PDIF; ok edd@ jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/24 08:57:05

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
Bugfix update to empathy-2.30.3.
* Fix a memory leak in EmpathyAvatar
* Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work
* Should decide which default font to use for chat view
* Some translations updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/08/24 09:07:54

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
fix overquoting: we want to exit with 1, not a "exit 1" command not found error


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/24 09:13:58

Modified files:
	www/xxxterm    : Makefile distinfo 
Removed files:
	www/xxxterm/patches: patch-Makefile 

Log message:
- update xxxterm to 1.103

committing on behalf of laurent@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/24 09:50:16

Modified files:
	sys/net        : route.c 

Log message:
Only do the link state checking and RTF_UP dance if the routing table is
rn_mpath_capable(). Move code down into the mpath specific block.
Not all routing tables support multipath and therefor priorities.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/24 10:00:16

Modified files:
	sys/net        : if.c 

Log message:
Add a splnet() around a block that needs it for sure. Maybe more in
SIOCSIFRDOMAIN should be protected but this is by far the biggest
offender. The same codepath in if_detach() runs at splnet().


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/24 10:13:32

Modified files:
	sys/net        : if.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/24 10:33:26

Modified files:
	print/foomatic-db: Makefile 
	print/foomatic-db/pkg: PLIST 

Log message:
Disable support for the gutenprint driver, we use gutenprint-ijs which
is spooler independant. Don't display gutenprint as a recommended driver
anymore (which wouldn't work anyway), but use the ijs one.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/24 10:33:53

Modified files:
	print/gutenprint: Makefile 

Log message:
Add a reminder comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2010/08/24 11:24:20

Modified files:
	net/btpd       : Makefile distinfo 
	net/btpd/pkg   : PLIST 
Removed files:
	net/btpd/patches: patch-btpd_addrinfo_c patch-misc_http_client_c 

Log message:
Update to 0.16, ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2010/08/24 16:22:12

Modified files:
	devel/sdl-ttf  : Makefile distinfo 
	devel/sdl-ttf/patches: patch-Makefile_in 
	devel/sdl-ttf/pkg: PLIST 

Log message:
update to 2.0.10; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/24 17:49:06

Modified files:
	usr.bin/vis    : vis.1 vis.c 
	lib/libc/gen   : unvis.c vis.3 vis.c 
	include        : vis.h 

Log message:
backout VIS_HEX. guenther@ points out that the C89 \xff encoding
idiotically accepts more then two hex digits following the \x, even
on platforms where a char has 8 bits. It is therefore dangerous to have
an almost-bit-not-quite compatible format in vis(3).

The VIS_ALL (encode all characters) option introduced in the same commit
remains.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/24 18:31:35

Modified files:
	sys/scsi       : scsiconf.c scsiconf.h scsi_base.c 

Log message:
add scsi_iopool_destroy and scsi_link_shutdown. when a link or
device are going away, this will walk the pool and link queues and
wake up processes that are sleeping while waiting for an io or xs.
they will return NULL to the scsi_{xs,io}_get callers, which should
then check if they device is still alive. all other handlers that
are registered on the queues should be removed by their owners
before the destroy/shutdown funcs are called.

lots of help and discussion with matthew@
ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/24 18:47:52

Modified files:
	sys/dev/ic     : ami.c 

Log message:
try giving all devices on ami access to all the ccbs. iopools will share
them out safely.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/25 00:34:51

Modified files:
	databases/mysql-zrm: Makefile 
	devel/fossil   : Makefile 
	mail/enigmail  : Makefile.inc 
	mail/enigmail/seamonkey: Makefile 
	mail/enigmail/thunderbird: Makefile 
	mail/mailcrypt : Makefile 
	mail/p5-Mail-SpamAssassin: Makefile 
	security/gpa   : Makefile 
	security/gpgme : Makefile 
	security/p5-GPG: Makefile 
	security/p5-GnuPG: Makefile 
	security/p5-GnuPG-Interface: Makefile 
	security/p5-Module-Signature: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/py-gnupg: Makefile 
	www/rt         : Makefile 

Log message:
Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.

looks ok to jasper@ and pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/25 00:55:45

Modified files:
	sysutils/gamin : Makefile 

Log message:
When the no_python FLAVOR is selected, make sure the server subpackage does
not depend on python.

spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/25 01:40:13

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/pkg  : MESSAGE-main 

Log message:
Reword MESSAGE-main.
Discussed with sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/25 02:04:01

Modified files:
	.              : Makefile.cross 

Log message:
sync the list of gcc4 archs with bsd.own.mk
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 04:13:33

Modified files:
	emulators/stella: Makefile distinfo 
	emulators/stella/pkg: PLIST 
Added files:
	emulators/stella/patches: patch-configure 

Log message:
- update stella to 3.2

ok benoit@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 04:16:48

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
- drop some sites which no longer mirror cpan

- add some new sites to replace the above

- switch some sites over to using http - notably, the first
site on the list is now http, which is a big win on networks with
broken ftp (note that peek-ftp skips http mirrors, so this doesn't
cause any problem there).

okay ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 05:17:42

Modified files:
	devel/p5-Config-Simple: Makefile 

Log message:
- add mikolaj (submitter) as maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/25 06:53:38

Modified files:
	sys/arch/sparc64/stand/ofwboot: Makefile boot.c elf64_exec.c 

Log message:
Remove the SPARC_BOOT_ELF define and associated machinery since it does
not make sense to compile ofwboot without support for ELF. Whilst here,
nuke the unused SPARC_BOOT_NFS define and compile elf64_exec.c as an
object rather than including it in boot.c.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/25 07:06:09

Modified files:
	sys/net        : if.c 

Log message:
When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface
since IPv6 is not rdomain aware and freaks out about it.
OK henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/25 07:43:58

Log message:
    Import gnomint-1.2.1.
    
    gnoMint is a tool for an easy creation and management of Certification
    Authorities. It allows a fancy visualization of all the pieces that
    conform a CA: x509 certificates, CSRs, CRLs...
    
    Currently, it allows the creation of CAs, CSRs and Certificates, and
    export both public and private parts of them into PEM formatted files.
    It manages the revocation of the created certificates, as well as the
    creation of CRLs.
    <...>
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100825
    
    N ports/security/gnomint/distinfo
    N ports/security/gnomint/Makefile
    N ports/security/gnomint/patches/patch-configure
    N ports/security/gnomint/pkg/PLIST
    N ports/security/gnomint/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/25 07:45:25

Modified files:
	security       : Makefile 

Log message:
+gnomint


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/25 07:57:07

Modified files:
	sys/net        : if.c if_mpe.c 

Log message:
Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that
all the magic cleanup happens before. This is needed because mpe(4) needs
to add a route which would be removed by the cleanup code.
OK henning


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/25 08:07:24

Modified files:
	sys/net        : if.c route.c route.h rtsock.c 

Log message:
Let rtable_add() return usefull errnos so that the ioctl handler and the
rtsock code can return a more reasonable error to the user.
OK henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 08:29:56

Modified files:
	devel/cmake    : Makefile 

Log message:
arm needs -O0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 10:37:34

Added files:
	emulators/spim/patches: patch-CPU_run_c 

Log message:
- fix build on mips64, no change for other arches


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 11:26:54

ports/textproc/gnuvd/patches

Update of /cvs/ports/textproc/gnuvd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9524/patches

Log Message:
Directory /cvs/ports/textproc/gnuvd/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 11:37:41

Added files:
	textproc/gnuvd/patches: patch-src_Makefile_in 

Log message:
Remove compiler flag that's not supported by all three gcc versions,
-Werror. Fixes build on at least sgi.

ok steven@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/08/25 11:42:18

Modified files:
	.              : Makefile 

Log message:
make 'make release' work on vax


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/08/25 11:44:27

Modified files:
	lib/libGL/glsl : Makefile.inc 
	lib/pixman     : Makefile.bsd-wrapper 
	share/mk       : bsd.xconf.mk 

Log message:
enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 12:00:56

Modified files:
	graphics/xbmbrowser: Makefile 
Added files:
	graphics/xbmbrowser/patches: patch-Imakefile 
Removed files:
	graphics/xbmbrowser/patches: patch-a 

Log message:
- fix build on hppa
- rename patch
- use SUBST_CMD
- set license


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 12:04:37

Modified files:
	games/xboing/patches: patch-Imakefile 

Log message:
- fix build on hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/08/25 12:20:11

Modified files:
	usr.bin/pr     : pr.c 

Log message:
fix potential use of uninitialized variable.

reported by gcc.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/25 13:19:43

Modified files:
	usr.bin/tmux   : window.c 

Log message:
When destroying a pane, reset any mode (which reenables pane
bufferevent) before freeing the bufferevent.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/25 13:21:04

Modified files:
	usr.bin/awk    : Makefile awk.1 

Log message:
get rid of the nawk hard link
ok millert guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/25 13:21:26

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 14:27:16

Modified files:
	devel/boost    : Makefile 
	databases/db/v4: Makefile 
	x11/dbus-glib  : Makefile 
	devel/desktop-file-utils: Makefile 
	audio/flac     : Makefile 
	security/gnutls: Makefile 

Log message:
add missing wantlibs, new-style lib_depends/revision, bump


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	martynas@cvs.openbsd.org	2010/08/25 14:29:35

Modified files:
	driver/xf86-video-intel/src: i830_display.c 

Log message:
remove annoying is lvds / is crt errorf calls
ok fgs@ matthieu@ oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2010/08/25 14:32:38

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
don't free proxyurl and cookie twice in the location code;  with halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 14:45:52

Modified files:
	databases/iodbc: Makefile 
	audio/ladspa   : Makefile 
	www/libcroco   : Makefile 
	devel/libnotify: Makefile 
	devel/libglade2: Makefile 
	multimedia/mjpegtools: Makefile 
	x11/gtk-engines2: Makefile 
	graphics/py-cairo: Makefile 

Log message:
add missing wantlibs, new-style lib_depends/revision, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/25 15:37:59

Modified files:
	sys/dev/pci    : pccbb.c 
	sys/dev/cardbus: cardbus.c cardslot.c if_ral_cardbus.c 
	sys/dev/ic     : rt2560.c rt2661.c rt2860.c 

Log message:
Make CardBus ral(4) suspend and resume properly on machines that keep the
CardBus bridge powered up during suspend.  Step zero on the long road
towards fully suspending CardBus on all machines.

ok deraadt@, damien@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 17:06:00

Modified files:
	databases/db/v4: Makefile 

Log message:
When bumping -main here in my last commit, I inadvertently replaced
PKGNAME-main=${DISTNAME}p0 with REVISION=1. As it is a multi-package port,
the PKGNAME-main=${DISTNAME} must be kept, REVISION must be an extra line.
Breakage noted by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 17:25:36

Modified files:
	multimedia/schroedinger: Makefile distinfo 
	multimedia/schroedinger/patches: patch-configure_ac 
	                                 patch-schroedinger_pc_in 
	multimedia/schroedinger/pkg: PLIST 
Removed files:
	multimedia/schroedinger/patches: 
	                                 patch-schroedinger_schroroughmotion_c 

Log message:
update schroedinger to 1.0.9; from Brad.

this changes a lib dependency from liboil to liborc; dependent ports
will be fixed up shortly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/25 17:27:21

Modified files:
	audio/akode    : Makefile 
	audio/xmms2    : Makefile 
	graphics/amide : Makefile 
	graphics/ffmpeg: Makefile 
	graphics/ffmpegthumbnailer: Makefile 
	graphics/gegl  : Makefile 
	graphics/swfdec: Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/ffmpeg2theora: Makefile 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/transcode: Makefile 
	multimedia/xine-lib: Makefile 
	telephony/iaxclient: Makefile 
	www/swfdec-plugin: Makefile 
	x11/mplayer    : Makefile 
	x11/vlc        : Makefile 
	x11/wxSVG      : Makefile 

Log message:
- chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/08/25 19:10:16

Log message:
    Initial import of libdisorder 0.0.2
    
    libdisorder is a small, simple C library for use by programmers in
    other programs.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2010-Aug-26
    
    N ports/devel/libdisorder/Makefile
    N ports/devel/libdisorder/distinfo
    N ports/devel/libdisorder/files/Makefile
    N ports/devel/libdisorder/pkg/DESCR
    N ports/devel/libdisorder/pkg/PLIST
    N ports/devel/libdisorder/pkg/PFRAG.shared
    N ports/devel/libdisorder/pkg/PFRAG.no_mips64
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/08/25 19:11:28

Modified files:
	devel          : Makefile 

Log message:
add libdisorder


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/08/25 19:35:44

Modified files:
	etc/etc.hppa   : disktab 
	distrib/hppa/iso: Makefile 
	distrib/hppa/ramdisk: Makefile 
	distrib/alpha/cdfs: Makefile 
	distrib/alpha/iso: Makefile 

Log message:
Since Aug 2008, the kernel can successfully read the 1 block (512
byte) disklabels even in the midst of a larger sector. E.g. in bytes
512 - 1023 of the first 2048 byte sector on a CD.

On hppa we plopped down such a disklabel on cdXX.iso and installXX.iso.
Once accessible it took precedence over the spoofed label of the CD. Chaos
ensued. Since there is currently no reason for this label on hppa
cd's, eradicate it and its disktab entry. cdXX.iso/installXX.iso can now
be mounted on hppa again.

Also remove a commented out label plopping on Alpha, which references a
non-existant disktab entry.

Problem noted and exact diff creating problem discovered by marco@.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/08/25 19:44:26

Modified files:
	multimedia/get_iplayer: Makefile 

Log message:
* set $HOME during do-build, so the manual gets built when USE_SYSTRACE
is set
* switch to REVISION, bump
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/25 20:05:02

Modified files:
	usr.bin/mandoc : term_ps.c 

Log message:
sys/param.h is for kernel interface programs.
sys/types.h is the file you want to include.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/25 23:16:12

Modified files:
	devel/avr      : Makefile 
	devel/avr/gcc  : Makefile 
	devel/avr/gdb  : Makefile 

Log message:
- new style wantlib/lib_depends/revisions
- order SUBDIRs

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 01:44:11

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention evolution-plugins and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 02:01:44

Modified files:
	devel/gobject-introspection: Makefile 

Log message:
Don't hardcode "cc" in sourcescanner.py.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/26 02:39:43

Modified files:
	usr.sbin/ldpd  : lde_lib.c 

Log message:
Fix a memory leak in an error path. Found and diff by Igor Zinovik.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 02:48:21

Modified files:
	archivers/freeze: Makefile 

Log message:
- remove dead master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 02:58:43

Modified files:
	math/udunits   : Makefile distinfo 

Log message:
- update udunits to 2.1.19

from remi pointel, maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 03:18:30

Modified files:
	archivers/libtar: Makefile 

Log message:
- add working master_site


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 03:19:39

Modified files:
	x11/gnome/vfs2 : Makefile 
Added files:
	x11/gnome/vfs2/pkg: DESCR PLIST 
Removed files:
	x11/gnome/vfs2/pkg: DESCR-main DESCR-smb PLIST-main PLIST-smb 

Log message:
We are about to deprecate gnomevfs within the tree as it has been
superseded by gio/gvfs long time ago and isn't maintained anymore.
First move is to remove the -smb subpackage which is of no use.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/08/26 03:25:20

Modified files:
	devel/uuid     : Makefile distinfo 
	devel/uuid/patches: patch-uuid_prng_c 
	devel/uuid/pkg : PLIST-main PLIST-perl 
Removed files:
	devel/uuid/patches: patch-configure 

Log message:
Update to 1.6.2

ok maintainer(robert@)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/26 04:12:18

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add HP iLO3 devices and another PLX bridge.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/26 04:13:01

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 04:15:18

Modified files:
	x11/gnome      : Makefile 
Removed files:
	x11/gnome/vfsmm: Makefile distinfo 
	x11/gnome/vfsmm/patches: patch-Makefile_in 
	x11/gnome/vfsmm/pkg: DESCR PFRAG.shared PLIST 
	x11/gnome/libgnomeuimm: Makefile distinfo 
	x11/gnome/libgnomeuimm/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove libgnomeuimm and gnome-vfsmm.
These are 2 deprecated APIs that nothing in-tree uses.

ok "less is more" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 04:16:32

Modified files:
	misc/contacts  : Makefile 

Log message:
Disable optional gnomevfs2 support.
Switch to new depend/revision.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 04:36:53

Modified files:
	x11/rxvt       : Makefile 
	x11/rxvt/pkg   : PLIST-clock PLIST-main 
Added files:
	x11/rxvt/patches: patch-src_init_c 

Log message:
fix a race in setting the window size; patch from Nathan Houghton,
similar ports diff from jasper@ - ok landry@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 05:11:54

Modified files:
	converters/libpst: Makefile 

Log message:
- missing USE_X11


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 05:12:46

Modified files:
	astro/celestia : Makefile 
	astro/sattrack : Makefile 
	astro/sattrack/patches: patch-run_getsts patch-run_gettle 
	astro/stellarium: Makefile 
	astro/sunclock : Makefile 
	astro/wmglobe  : Makefile 
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	astro/xearth   : Makefile 
	astro/xephem   : Makefile 
	astro/xphoon   : Makefile 
	astro/xworld   : Makefile 

Log message:
- switch to newstyle LIB_DEPENDS/WANTLIB
- switch to SUBST_CMD (sattrack)

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 05:17:31

Modified files:
	audio/amarok   : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/xmms-speex: Makefile 
	audio/xmmsctrl : Makefile 

Log message:
- missing USE_X11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 06:08:32

Modified files:
	audio/rhythmbox: Makefile 

Log message:
Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2
releases ago in favor or giosync (gvfs).
While here, remove duplicate --without-all configure args which was also
noticed by Markus Bergkvist.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 06:09:07

Modified files:
	www/gnash      : Makefile 
	www/gnash/pkg  : PLIST 

Log message:
Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2
releases ago in favor or giosync (gvfs).
Switch to new depends/revision and regen PLIST.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 06:09:32

Modified files:
	audio/exaile   : Makefile 
	audio/exaile/pkg: PLIST 

Log message:
Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2
releases ago in favor or giosync (gvfs).

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/08/26 07:00:19

Modified files:
	usr.sbin/relayd: ssl_privsep.c 

Log message:
stray spaces, no binary change


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/26 07:28:15

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Link local multicast requires a scope (either from the src or dst address)
be more explicit and force it in dst.
OK deraadt@, mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 07:30:08

Modified files:
	books/AsteriskGuide: Makefile 

Log message:
mirror the distfile; req by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 07:35:24

Modified files:
	biology/p5-Bio-ASN1-EntrezGene: Makefile distinfo 
	biology/p5-Bio-ASN1-EntrezGene/pkg: PLIST 

Log message:
- update to 1.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 07:44:30

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/files: README.OpenBSD qemu-ifup 
	emulators/qemu/pkg: DESCR PLIST 

Log message:
update qemu to 0.12.5; testing/feedback from Daniel Dickman, Dawe, lum@,
commit requested by fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 07:53:26

Modified files:
	graphics/xmedcon: Makefile 

Log message:
add missing wantlib, new lib_depends/revision, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 07:58:59

Modified files:
	security       : Makefile 
Removed files:
	security/whisker: Makefile distinfo 
	security/whisker/patches: patch-whisker.pl 
	security/whisker/pkg: DESCR PLIST 

Log message:
- remove whisker, it's deprecated and abandoned upstream; they suggest
switching to security/nikto. agreed by Srebrenko Sehic (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/26 08:04:46

Modified files:
	share/man/man4 : tun.4 

Log message:
Try to be a bit more specific about what happens when link0 is used.
link0 will reset the interface and all configuration is lost (e.g. -inet6 or
rdomain settings) so use link0 as first command without any other arguments
to get a deterministic behaviour.
With a lot of help by jmc@ (actually commiting his version because it is much
nicer, as ususal).


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/08/26 10:08:24

Modified files:
	sys/uvm        : uvm_km.c 

Log message:
make the comment explaining the kernel submaps a bit better.

ok art@, oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 10:59:37

Modified files:
	www/libcroco   : Makefile 

Log message:
fix typo, xmlt -> xml2; spotted by Andreas Kahari


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/26 11:07:46

Modified files:
	usr.sbin/rarpd : rarpd.8 rarpd.c 

Log message:
Allow multiple interfaces to be specified instead of all or one.
ok krw@ claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 11:48:27

Modified files:
	infrastructure/bin: libtool 

Log message:
- strip leading 'lib' when we write the library name to the shared_libs.log
file.

ok steven@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/26 11:55:10

Modified files:
	sbin/pdisk     : pdisk.8 

Log message:
- fdisk(8), not fdisk(1)
- zap trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/26 11:59:47

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
document kern.consdev;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/26 12:25:38

Modified files:
	usr.sbin/rarpd : rarpd.c 

Log message:
remove a silly comment that duplicates the usage string at the start of
the file.
spotted by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/26 12:57:14

Modified files:
	sys/arch/loongson/dev: smfb.c 

Log message:
Screen burner support for SM712 flavour (Lemote Yeeloong)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/08/26 13:05:14

Modified files:
	etc            : nsd.conf 

Log message:
better TSIG key example


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	millert@cvs.openbsd.org	2010/08/26 13:22:51

Modified files:
	etc            : config.site 

Log message:
We no longer link nawk to awk.  OK oga@ matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/26 13:59:50

Removed files:
	infrastructure/build: libtool 

Log message:
libtool has been moved to bin


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 14:21:35

Modified files:
	comms/xdx      : Makefile 

Log message:
- remove dead homepage
- swap dead master site for a working one
- newstyle wantlib/lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/26 14:25:23

Modified files:
	converters/p5-Calendar-Simple: Makefile distinfo 

Log message:
- update p5-Calendar-Simple to 1.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/08/26 15:03:00

Modified files:
	infrastructure/db: config.site 

Log message:
We no longer link nawk to awk.  OK sthen@ naddy@ jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	blambert@cvs.openbsd.org	2010/08/26 15:25:50

Modified files:
	.              : want.html 

Log message:
I need even fewer friends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/26 15:28:58

Modified files:
	sysutils/rsyslog: Makefile distinfo 

Log message:
update to 4.6.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 15:30:42

Modified files:
	www/minitube   : Makefile 

Log message:
Remove dependency on gstreamer-gnome which is about to die.
giosync and libgstsouphttpsrc from gstreamer-plugins-base and
gstreamer-plugins-good supersed it.

ok jakemsr@ pirofti@ (maintainers)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 15:31:21

Modified files:
	x11/gnome/totem: Makefile 

Log message:
Remove dependency on gstreamer-libsoup which is about to be merged into
gstreamer-plugins-good.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 15:32:11

Modified files:
	www/gnash      : Makefile 

Log message:
Remove dependency on gstreamer-libsoup which is about to be merged into
gstreamer-plugins-good.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 15:33:03

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main 
Removed files:
	multimedia/gstreamer-0.10/plugins-base/pkg: DESCR-gnome 
	                                            PLIST-gnome 

Log message:
Remove the -gnome subpackage. It uses gnomevfs2 which is deprecated.
Add a missing run_depends on gvfs for -main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/26 15:33:27

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 
Removed files:
	multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-soup 
	                                            PLIST-soup 

Log message:
Merge -soup into -main.


CVSROOT:	/cvs
Module name:	www
Changes by:	jakemsr@cvs.openbsd.org	2010/08/26 15:37:35

Modified files:
	.              : want.html 

Log message:
I'd like USB busses and hubs.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/08/26 15:46:55

Modified files:
	etc/etc.hppa64 : disktab 

Log message:
If hppa doesn't need a fakecdrom disktab entry, neither does hppa64.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/08/26 16:05:05

Modified files:
	devel/haddock  : Makefile 

Log message:
Move WANTLIB-main into the ! ${FLAVOR:L:Mno_deps} block, so the
no_deps FLAVOR has really no dependencies. Add an always failing
do-build for no_deps that tells people why this FLAVOR exists.

"makes sense" jakemsr@, who initlally sent a different diff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/26 18:48:19

Modified files:
	telephony/asterisk: Makefile 
	telephony/asterisk/patches: patch-Makefile 

Log message:
readd missing _ from user/group names in sample config. spotted by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/08/26 18:52:01

Modified files:
	audio/timidity : Makefile 
Added files:
	audio/timidity/patches: 
	                        patch-TiMidity++-2_13_2_interface_xaw_i_c 

Log message:
* quit building audio(4) backend
* fix compilation of xaw FLAVOR
* REVISION and bump
* fix and new style LIB_DEPENDS/WANTLIB
ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/26 22:09:22

Modified files:
	sys/arch/i386/i386: apm.c 
	sys/dev/acpi   : acpiasus.c 
	sys/dev/ic     : ath.c atw.c pgt.c rt2560.c rt2661.c rt2860.c 
	                 rtw.c 
	sys/dev/pci    : esa.c pccbb.c 
	sys/dev/sdmmc  : sdhc.c 
	sys/dev/usb    : ehci.c ohci.c uhci.c 
	sys/sys        : systm.h 

Log message:
kill PWR_STANDBY (apm can use PWR_SUSPEND instead).  While here, renumber
PWR_{SUSPEND,RESUME} so that they match the values of DAVCT_{SUSPEND,RESUME}
so that we can eventually (many more steps...) kill the powerhook garbage
and use the activate mechanism.
no objections


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/26 23:04:12

Modified files:
	sys/arch/arm/xscale: pxa27x_udc.c pxa2x0_com.c pxa2x0_lcd.c 
	                     pxa2x0_ohci.c 
	sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c ommmc.c 
	                     omohci.c 
	sys/arch/zaurus/dev: zaurus_audio.c zaurus_scoop.c zts.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 
	sys/dev/pci    : auixp.c 
	sys/dev/pcmcia : if_ray.c 

Log message:
More killing of PWR_STANDBY.  cvs skipped these files


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/26 23:30:59

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
get some format strings and variables right in debug output


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 01:08:23

Modified files:
	sys/dev/usb    : if_udav.c if_url.c 

Log message:
Delete comments about these drivers needing powerhook support; they don't.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/27 01:50:38

Modified files:
	sbin/wpa-psk   : wpa-psk.8 

Log message:
put .Os in the correct place;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 02:05:01

Modified files:
	sys/dev/ic     : gemvar.h 

Log message:
gem never had any powerhook support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 02:24:53

Modified files:
	sys/dev/pci    : if_ix.c if_ix.h if_ixgb.c if_ixgb.h 

Log message:
These do not need powerhook functions.
ok jsg


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/27 02:27:15

Modified files:
	mail/dovecot   : Makefile distinfo 
Removed files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_mbox_mbox-save_c 

Log message:
update Dovecot to 1.2.14, from Brad.
several fixes and adds support for IDLE notifications with the
virtual storage plugin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/08/27 04:05:59

Modified files:
	x11/gnome/nautilus-open-terminal: Makefile 
Added files:
	x11/gnome/nautilus-open-terminal/patches: 
	                                          patch-src_eel-gnome-extensions_c 

Log message:
fix a couple missing sentinel warnings that break the build when
WARNINGS=Yes is in effect
ok jasper, ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/27 04:50:51

Modified files:
	x11/gnome/libgda: Makefile distinfo 

Log message:
Update to libgda-4.0.11.
Despites jasper@'s best efforts, no I will not move this to plan9
CATEGORIES!


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/08/27 06:00:22

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
In revision 1.14 of ftpd.c the ident variable was removed from its only meaningful usage when a snprintf call was removed, rendering ident useless. Time to remove remaining code.

ok tobias@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/08/27 06:22:46

Modified files:
	usr.sbin/ldpd  : lde_lib.c 

Log message:
Fix format string that was not changed after the log_fec introduction.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/27 06:30:38

Modified files:
	.              : INDEX 

Log message:
Sync, 6462.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/27 06:48:54

Modified files:
	sys/arch/loongson/dev: smfb.c smfbreg.h voyagerreg.h 

Log message:
screen blanking code for SM502, and some smfb code cleanup.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/27 08:19:35

Modified files:
	mail/gmime24   : Makefile distinfo 
	mail/gmime24/patches: patch-Makefile_in 
	mail/gmime24/pkg: PLIST 

Log message:
Minor update to gmime-2.4.18.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 09:02:12

Modified files:
	sys/dev/pci    : safevar.h 

Log message:
no need for a sc_suspended variable


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 09:41:43

Modified files:
	sys/dev/pci    : sdhc_pci.c 
	sys/dev/sdmmc  : sdhc.c sdhcvar.h 

Log message:
Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around
it for now
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 09:43:42

Modified files:
	sys/dev/ic     : xl.c xlreg.h 
	sys/dev/pci    : if_xl_pci.c 

Log message:
Move the xl_pci_activate function into xl_activate so that it is in the
sub-driver, and then xl_powerhook can simply be a wrapper around it
ok kettenis; discussion about nested structure aliasing with miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 09:56:09

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
Have the em powerhook call the activate function, which does a way better
job of taking the chip up and down.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/27 10:00:02

Modified files:
	net/libcares   : Makefile distinfo 
	net/libcares/pkg: PLIST 

Log message:
update c-ares to 1.7.3; from Brad (taking maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/27 10:06:25

Modified files:
	sys/dev/ic     : rt2560.c rt2560var.h rt2661.c rt2661var.h 
	                 rt2860.c rt2860var.h 

Log message:
Stop calling xxx_power() from xxx_resume(); instead do it the other way around.
Get rid of the sc_power() callback, which isn't used anymore.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 10:26:35

Modified files:
	sys/dev/pci    : auixp.c auixpvar.h 

Log message:
Delete #if'd out powerhook code which is just unfinished scaffolding


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 10:45:46

Modified files:
	sys/dev/isa    : aps.c 

Log message:
Mutilate the powerhook function into an activate function, then create
a stub powerhook function to call it.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/08/27 11:08:01

Modified files:
	sys/dev/ic     : acx.c an.c ath.c athn.c bwi.c malo.c pgt.c re.c 
	                 rt2560.c rt2661.c rt2860.c 
	sys/dev/pci    : if_age.c if_alc.c if_ale.c if_bce.c if_et.c 
	                 if_ipw.c if_iwi.c if_iwn.c if_jme.c if_lii.c 
	                 if_nfe.c if_se.c if_vge.c if_wpi.c 
	sys/dev/pcmcia : if_malo.c 
	sys/dev/usb    : if_otus.c if_ral.c if_rum.c if_run.c if_uath.c 
	                 if_upgt.c if_urtw.c if_urtwreg.h if_zyd.c 
	                 ueagle.c 
	sys/net        : if.c if.h 
	sys/arch/vax/qbus: if_de.c 

Log message:
remove the unused if_init callback in struct ifnet
ok deraadt@ henning@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 12:25:47

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c 
	sys/dev/ic     : fxp.c fxpvar.h 
	sys/dev/pci    : if_fxp_pci.c 

Log message:
Since the pci-specific activate function does nothing, move it to fxp.c.
Then it is possible for fxp_powerhook to use it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 12:29:44

Modified files:
	sys/dev/pci    : if_wi_pci.c 

Log message:
Make the powerhook code simply call the activate function (it actually does
all the 7 steps we want done, instead of just 2)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 12:49:40

Modified files:
	sys/dev/pci    : neo.c 

Log message:
Mangle neo_power's contents into a neo_activate function, then make
neo_power into a stub which calls it.  Tested on an ancient z505r; my
first laptop....


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 12:50:57

Modified files:
	sys/dev/pci    : auacer.c auglx.c auich.c autri.c autrivar.h 
	                 cs4280.c cs4281.c esa.c eso.c yds.c maestro.c 

Log message:
Since the changes in neo(4) work, it is very likely that the exact same
mechnical changes work in these drivers too.  Testing can occur after
this commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/08/27 12:58:57

Modified files:
	sys/arch/sparc64/dev: tda.c 

Log message:
caught a small typo while reading the code: senor -> sensor


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 13:10:59

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
Run powerhooks with interrupts blocked.  This requires a bit of a song and
dance since some laptops unsuspend out of apm with interrupts enabled?!
That causes problems with shared interrupts... but also it would be best
if we treat powerhook functions (now backed by activate functions) the same as
acpi treats them, and it means that the powerhook wrappers don't need to do
their own spl protection.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 13:44:44

Modified files:
	sys/dev/ic     : ath.c athvar.h 
	sys/dev/pci    : if_ath_pci.c 

Log message:
Get rid of the clumsy pci_activate function and do this job inside ath.c
so that the powerhook wrapper can get at it
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 13:48:14

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
The powerhook only did stuff at resume; but suspend matters too!
Instead of fixing it, make it call the activate function which does
the full job
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 13:54:03

Modified files:
	sys/dev/ic     : dc.c dcreg.h 
	sys/dev/pci    : if_dc_pci.c 

Log message:
Move the dc_pci_activate function to dc.c, and mangle it up with some of
the gunk in dc_powerhook.  Then make dc_powerhook just call it
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 13:56:23

Modified files:
	sys/dev/pci    : if_nfe.c 

Log message:
Make the powerhook use the activate functions, which actually do the full
job.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 14:06:39

Modified files:
	sys/dev/cardbus: if_pgt_cardbus.c 
	sys/dev/ic     : pgt.c pgtvar.h 
	sys/dev/pci    : if_pgt_pci.c 

Log message:
Massage the powerhook function into an activate function, and since we do
not neccessarily have a working filesystem for the firmware yet, use a workq
to postpone resume.  Then make the powerhook function call the activate
function.  There remains some questions about the sc_power functions...
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 14:09:02

Modified files:
	sys/dev/pci    : if_ipw.c if_iwi.c if_iwn.c if_wpi.c 

Log message:
Move the guts of the powerhook function into the activate function and make
it stop calling the powerhook function; then make the powerhook function
call activate.  This basically inverts the whole goop.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/27 14:22:13

Modified files:
	sys/dev/pci    : if_rl_pci.c 
	sys/dev/ic     : rtl81x9.c rtl81x9reg.h 

Log message:
Move the activate function from pci to the the main driver, so that the
powerhook can use it
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/27 14:31:55

Modified files:
	sys/dev/acpi   : acpi.c 
	sys/dev/pci    : pci.c pcivar.h 

Log message:
Make PCI Power Management optional, and only enable it when acpi(4) attaches.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/28 03:19:15

Modified files:
	mail/getmail   : Makefile 
	productivity/gnucash: Makefile 
	productivity/gnucash-docs: Makefile 
	productivity/thinkingrock: Makefile 
	www/bricolage  : Makefile 
	www/opera      : Makefile 

Log message:
at his request, remove sturm@ as maintainer from his ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/28 03:19:48

Modified files:
	net/nagios/plugins: Makefile distinfo 
	net/nagios/plugins/patches: patch-configure 

Log message:
update nagios-plugins to 1.4.15 (ok sturm@) and take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/28 03:20:13

Modified files:
	net/nagios/nagios: Makefile distinfo 
	net/nagios/nagios/patches: patch-configure 

Log message:
update nagios to 3.2.1 (ok sturm@) and take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/28 03:42:45

Modified files:
	net/nagios/nagios: Makefile 

Log message:
new-style LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 06:47:12

Modified files:
	sys/dev/isa    : pckbc_isa.c 

Log message:
Remove dead code, ansify, and clean the match routine; adapted from a diff
by Alexandr Shadchin (firstname dot lastname at gmail) on tech@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 06:48:14

Modified files:
	sys/dev/ic     : com.c pcdisplay_chars.c pcdisplay_subr.c 
	                 pcdisplayvar.h pckbc.c vga.c vga_subr.c 
	                 vgavar.h 
	sys/dev/isa    : pcdisplay.c vga_isa.c 
	sys/dev/rasops : rasops.c rasops1.c rasops15.c rasops2.c 
	                 rasops24.c rasops32.c rasops4.c rasops8.c 
	                 rasops_bitops.h 
	sys/dev/wscons : wsdisplay_compat_usl.c wsemul_dumb.c 
	                 wsemulconf.c wskbdutil.c 

Log message:
ansify function definitions, and constify a few arrays while there.
no functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 06:49:57

Modified files:
	sys/dev/pckbc  : pckbd.c 

Log message:
In pckbd_scancode_translate(), correctly translate the break sequence
between scan code sets 1 and 2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 10:39:18

Modified files:
	sys/dev/pckbc  : wskbdmap_mfii.c 

Log message:
Provide a way to get < and > symbols on 101-key slovenian layouts; from
Zavisa Nikac (firstname dot lastname at inet dot hr)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 10:40:32

Modified files:
	sys/dev/usb    : ukbdmap.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/28 11:02:52

Modified files:
	www/opera      : Makefile 

Log message:
Take over maintainership, suggested by jasper@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/08/28 11:59:01

Modified files:
	xserver/hw/xfree86/os-support/bsd: bsd_sbus.c 
	xserver/hw/xfree86/common: xf86AutoConfig.c 

Log message:
Fix autoconfiguration for accelerated drivers on sparc/sparc64.  Currently
limited to sunffb; others will need to be added to bsd_sbus.c if we start
shipping them.

ok matthieu@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/28 11:59:17

Modified files:
	sys/dev/acpi   : acpiasus.c 

Log message:
powerhooks in acpi drivers?  oh boy.  change this into a (not yet called)
activate function
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/28 12:08:07

Modified files:
	sys/dev/ic     : rt2560.c rt2661.c rt2860.c 

Log message:
rename the *_power functions to *_powerhook to indicate that we've been
here already for the activate/powerhook cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/28 12:55:18

Modified files:
	net/samba      : Makefile 

Log message:
Run README.OpenBSD through SUBST_CMD, bump REVISION-main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/08/28 13:46:00

Modified files:
	www/zendframework: Makefile distinfo 
	www/zendframework/pkg: PLIST 

Log message:
update to 1.10.8


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/28 14:23:22

Modified files:
	sys/sys        : disk.h 
	sys/arch/sparc/dev: fd.c presto.c xd.c xy.c 
	sys/arch/sparc64/dev: fd.c 
	sys/dev/ata    : wd.c 
	sys/dev        : flash.c ramdisk.c vnd.c 
	sys/dev/isa    : fd.c mcd.c 
	sys/scsi       : cd.c sd.c 

Log message:
Garbage collect struct dkdriver.

ok miod@; "please go ahead" jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/28 16:09:50

Modified files:
	share/man/man4 : wsdisplay.4 

Log message:
some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak;
from Tim van der Molen
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 16:27:47

Modified files:
	sys/uvm        : uvm_pmemrange.c 

Log message:
Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/28 16:29:03

Modified files:
	sys/arch/loongson/loongson: machdep.c 

Log message:
Correctly compute memory size if less than 256MB.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/28 17:19:29

Modified files:
	sys/dev/pci    : if_malo_pci.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/28 20:02:26

Modified files:
	sys/arch/arm/xscale: pxa2x0_apm.c 
	sys/arch/zaurus/dev: zaurus_apm.c 

Log message:
put the bufq_restart() in the right place, so that a 2nd resume works.
how did noone notice for so long?  tsk, tsk, tsk.  of course, I broke it.
tested by jakemsr


CVSROOT:	/cvs
Module name:	src
Changes by:	gollo@cvs.openbsd.org	2010/08/29 03:24:38

Modified files:
	sys/netinet    : in_proto.c 

Log message:
Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS

OK: claudio@, bob@, sthen@, thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/29 04:04:32

Modified files:
	mail/roundcubemail: Makefile 
	mail/roundcubemail/pkg: MESSAGE 

Log message:
fix for chrooted httpd; pointed out by viq


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 04:08:05

Modified files:
	textproc/mupdf : Makefile distinfo 

Log message:
distfile moved and got renamed, but didn't change.
ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/08/29 05:27:19

Modified files:
	gnu/gcc/gcc/config/pa: pa.h 
	gnu/gcc/gcc/config/sparc: sparc.h 

Log message:
Make sure local arrays of chars are word-aligned on strict alignment
architectures, just like what is done for global ones.  This isn't
just an optiization.  There is a long tradition of building packets in
arrays of chars on the stack by using casts to types that require
stricter alignment.  Ignore the language lawyers say it isn't
explicitly allowed by the C standard.  Historically many (all?) C
compilers have handled that just fine, so it is stupid to break this.

Thanks to mikeb@ for finding the GCC bug report against upstream GCC
4.2.1.  This fixes hppa/hppa64 and sparc/sparc64 as discuessed with
miod@ (upstream only fixed sparc/sparc64).  Other strict alignment
architectures will need similar fixes.

ok deraadt@, mikeb@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/08/29 06:33:25

Modified files:
	usr.sbin/rarpd : rarpd.c 

Log message:
remove unused variable

ok jsg@ krw@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 08:43:17

Modified files:
	driver/xf86-video-wildcatfb/src: wildcatfb_driver.c 

Log message:
Update after module loader simplification upstreams. Fixes loading
in xserver 1.8. ok miod@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 08:58:24

Modified files:
	driver/xf86-video-wildcatfb: Makefile.am Makefile.in aclocal.m4 
	                             configure configure.ac ltmain.sh 
	driver/xf86-video-wildcatfb/man: Makefile.am Makefile.in 
	driver/xf86-video-wildcatfb/src: Makefile.in 
	driver/xf86-video-wsfb: Makefile.am Makefile.in aclocal.m4 
	                        configure configure.ac 
	driver/xf86-video-wsfb/man: Makefile.am Makefile.in 
	driver/xf86-video-wsfb/src: Makefile.in 
	driver/xf86-video-wsudl: Makefile.am Makefile.in aclocal.m4 
	                         configure configure.ac ltmain.sh 
	driver/xf86-video-wsudl/man: Makefile.am Makefile.in 
	driver/xf86-video-wsudl/src: Makefile.in 

Log message:
Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams.
No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 09:05:55

Modified files:
	driver/xf86-video-wildcatfb/man: wildcatfb.man 
	driver/xf86-video-wsfb/man: wsfb.man 
	driver/xf86-video-wsudl/man: wsudl.man 

Log message:
XFree86(1) -> __xservername__(1). __xservername__ is a macro that
gets replaced by the actual X server (Xorg currently) by the build
system.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/29 09:12:28

Modified files:
	sys/dev/bluetooth: bthub.c 

Log message:
- add a missing ioctl FWRITE check

ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 09:20:40

Modified files:
	driver/xf86-video-wildcatfb/src: wildcatfb_driver.c 
	driver/xf86-video-wsfb/src: wsfb_driver.c 
	driver/xf86-video-wsudl/src: wsudl_driver.c 

Log message:
Add missing headers for ioctl() and getpagesize() prototypes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/08/29 09:24:28

Modified files:
	driver/xf86-video-wsudl: config.h.in configure configure.ac 

Log message:
remove checks for xf1bpp and xf4bpp support, since they are not used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/29 09:28:11

Modified files:
	sys/dev/usb    : usbdevs ukbd.c 

Log message:
Translation code for Fn-key sequences on the Gdium Liberty internal keyboard,
which reports Fn as a regular key.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/29 09:28:38

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 10:47:00

Modified files:
	sys/dev/ic     : atw.c atwvar.h rtw.c rtwvar.h 
	sys/dev/pci    : if_rtw_pci.c if_atw_pci.c 

Log message:
Massage the powerhook functions into activate functions, and then call
them from the powerhook.  Fix a few quibbles about the things done for
the IFF_RUNNING and IFF_UP cases
ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/29 11:41:34

Modified files:
	audio/mono-taglib: Makefile 
Removed files:
	audio/mono-taglib/patches: patch-Makefile_in 

Log message:
- remove unneeded patch


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/08/29 11:58:28

Modified files:
	xserver/hw/xfree86/os-support/bsd: bsd_init.c 

Log message:
Use the KERN_CONSDEV ioctl to figure out what the console device is and
attempt to open that first before trying /dev/ttyC[0-7].
This makes X autoconfiguration a tad bit more intuitive on machines
with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the
console.  PCI framebuffers are still busted though.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/29 11:59:19

Modified files:
	devel/ddd      : Makefile 
	devel/ddd/patches: patch-ddd_Makefile_in 
Removed files:
	devel/ddd/patches: patch-themes_Makefile_in 
	                   patch-vsllib_Makefile_in 

Log message:
- remove unneeded patches


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 12:01:21

Modified files:
	sys/dev/ic     : dp8390.c dp8390var.h 

Log message:
expose dp8390_enable/disable to the higher level drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 12:40:33

Modified files:
	sys/dev/ic     : wdc.c wdcvar.h 

Log message:
pcmcia/wdc_pcmcia.c


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/29 12:41:12

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
- add a check for FWRITE here too.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 12:41:24

Modified files:
	sys/dev/pcmcia : wdc_pcmcia.c 

Log message:
wdcactivate() can go since it is just a wrapper around
config_activate_children (same change made to wdc.c and wdcvar.h)
ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/29 13:34:43

Modified files:
	net/gtk-gnutella: Makefile distinfo 
	net/gtk-gnutella/patches: patch-Configure 

Log message:
- update gtk-gnutella to 0.96.8

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/29 14:59:56

Modified files:
	productivity   : Makefile 
Removed files:
	productivity/gnucash-docs: Makefile distinfo 
	productivity/gnucash-docs/pkg: DESCR PLIST 

Log message:
- remove gnucash-docs; will be rolled into the main gnucash port


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/29 15:00:18

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/pkg: PLIST 

Log message:
- add the documentation from the standalone port into the main port

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 17:06:53

Modified files:
	sys/arch/macppc/dev: wdc_obio.c 

Log message:
s/wdcactivate/config_activate_children/


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/29 17:23:31

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
the scsi completion code thinks that if you dont get MFI_STAT_OK
back from the chip on a command then the command completely failed.
MFI_STAT_SCSI_DONE_WITH_ERROR really means the command completed
fine, but there's some sense data too. this tweaks the handling to
be more appropriate, as per the linux and solaris drivers.

timed out waiting for beck@
putting this in cos its obviously more correct than the current code.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/29 18:42:48

Modified files:
	share/misc     : airport 

Log message:
add one airport... anyone want to maintain this?


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/29 20:47:56

Modified files:
	sys/scsi       : cd.c ch.c safte.c scsi_base.c ses.c st.c 

Log message:
Avoid possible aliasing-related compiler issues by always writing to
cmd->opcode through the type casted command pointer rather than
through xs->cmd->opcode.

Requested by deraadt@; ok krw@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/08/29 21:48:17

Modified files:
	net/p5-IO-Interface: Makefile distinfo 
	net/p5-IO-Interface/patches: patch-Interface_xs 

Log message:
Update to 1.05; fixes regress test for netmask and mac address detection.

from Mikolaj Kucharsk, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/30 00:18:59

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 

Log message:
Bugfix update to gucharmap-2.30.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/08/30 01:06:54

Modified files:
	libexec/ftpd   : ftpd.8 

Log message:
Add missing network service name from /var/log/ftpd entries.

ok and suggestion from jmc@ ok tobias@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 01:16:02

Modified files:
	textproc/py-nltk: Makefile distinfo 
	textproc/py-nltk/patches: patch-setup_py 
	textproc/py-nltk/pkg: PLIST 

Log message:
- update py-nltk to 2.0b9

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 01:16:39

Modified files:
	devel/py-sip   : Makefile distinfo 

Log message:
- update py-sip to 4.10.5
- remove maintainer after several timeouts

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 01:17:01

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 
	x11/py-qt4/pkg : PLIST-docs 

Log message:
- update py-qt4 to 4.7.4
- remove maintainer after several timeouts

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/30 01:54:29

Modified files:
	lib/libevent   : event.c 

Log message:
Fix from upstream to make all backends reinit on event_reinit(). This
was not being done for poll and select, so after fork they would remain
using the same socketpair for signal notification, leading to a race
between the two processes to read from it and hangs.

Problem originally reported by kili@.

ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/08/30 02:52:10

Modified files:
	sys/arch/mips64/include: cpu.h db_machdep.h 
	sys/arch/mips64/mips64: cpu.c db_machdep.c ipifuncs.c 

Log message:
ddbcpu for sgi. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/08/30 03:52:08

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make future work in the installer easier by reducing the amount of
eval craziness in install_url().

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 04:17:14

Modified files:
	devel/py-sip   : Makefile 
	x11/py-qt3     : Makefile 
	x11/py-qt4     : Makefile 

Log message:
upstream for these is extra-annoying and removes old versions; mirror the
current distfiles and add a note asking people updating the port to do the
same. ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 05:01:07

Modified files:
	biology/p5-Bio-ASN1-EntrezGene: Makefile 
	biology/p5-Bio-ASN1-EntrezGene/pkg: PLIST 

Log message:
- install examples too


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/30 05:02:48

Modified files:
	geo/qgis       : Makefile distinfo 
	geo/qgis/pkg   : PFRAG.shared PLIST 
Removed files:
	geo/qgis/patches: patch-cmake_Python_cmake 
	                  patch-src_CMakeLists_txt 

Log message:
Update to qgis 1.5.0, now bundles gdaltools plugin.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 06:01:35

Modified files:
	www/horde/kronolith: Makefile 
Removed files:
	www/horde/kronolith/patches: patch-lib_Driver_sql_php 

Log message:
remove a patch which was causing problems with calendars stored
in postgresql; reported/tested by viq


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/30 06:12:59

Modified files:
	share/misc     : airport 

Log message:
- start fixing some entries after the airports were renamed
- remove HAG; ypenburg airport hasn't been a civil airport since '55.
and the airbase been abandoned since '92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:11:28

Log message:
    import ports/textproc/pear-File-Find, from Daniel Levai
    
    File_Find, created as a replacement for its Perl counterpart, also
    named File_Find, is a directory searcher which handles globbing,
    recursive directory searching, and other features.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20100830
    
    N ports/textproc/pear-File-Find/Makefile
    N ports/textproc/pear-File-Find/distinfo
    N ports/textproc/pear-File-Find/pkg/DESCR
    N ports/textproc/pear-File-Find/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:12:20

Log message:
    import ports/devel/pear-Console-Table, from Daniel Levai, ok ajacoutot@
    
    Console_Table provides methods such as addRow(), insertRow(), addCol()
    etc., to build console tables with or without headers and with user defined
    table rules and padding.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20100830
    
    N ports/devel/pear-Console-Table/Makefile
    N ports/devel/pear-Console-Table/distinfo
    N ports/devel/pear-Console-Table/pkg/DESCR
    N ports/devel/pear-Console-Table/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:12:53

Modified files:
	devel          : Makefile 

Log message:
+pear-Console-Table


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:13:29

Modified files:
	textproc       : Makefile 

Log message:
+pear-File-Find (this import was ok ajacoutot@ too, missed from commitlog).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/30 07:15:49

Modified files:
	www/webkit     : Makefile 
Added files:
	www/webkit/patches: patch-configure 

Log message:
Don't force the use of -O2, the ports infrastructure takes care of
adding it. Makes the port respect user-defined CFLAGS.
Pointed out by brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:24:22

Modified files:
	devel/pear-Console-Table: Makefile 
	devel/pear-Console-Table/pkg: PLIST 

Log message:
add missing @group, remove duplicated CATEGORIES, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:24:28

Modified files:
	textproc/pear-File-Find: Makefile 
	textproc/pear-File-Find/pkg: PLIST 

Log message:
add missing @group, remove duplicated CATEGORIES, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:29:40

Modified files:
	www/horde/horde: Makefile 

Log message:
sort/tidy RUN_DEPENDS, no plist change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:33:40

Modified files:
	www/horde/horde: Makefile 

Log message:
depend on Console_Table and File_Find pear modules; the scripts to
assist translation use them


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 07:40:49

Modified files:
	www/horde/imp  : Makefile 
	www/horde/ingo : Makefile 
	www/horde/kronolith: Makefile 
	www/horde/mnemo: Makefile 
	www/horde/nag  : Makefile 
	www/horde/turba: Makefile 

Log message:
tidy/sort RUN_DEPENDS; no plist changes


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/08/30 10:14:36

Modified files:
	usr.sbin/sa    : usrdb.c 

Log message:
Use uid_t instead of u_long for comparing database keys in the usracct
summary database.

Fixed in NetBSD, and pointed out on ICB by deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 10:35:02

Modified files:
	lang/python    : python.port.mk 

Log message:
Switch default to python 2.6.
Discussed and ok from many. Bumps will follow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 10:41:20

Modified files:
	sysutils/idled : Makefile 
	sysutils/idled/pkg: PLIST 

Log message:
- remove dead homepage
- regen PLIST while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 10:48:31

Modified files:
	archivers/py-lzo: Makefile 
	astro/py-metar : Makefile 
	biology/py-biopython: Makefile 
	chinese/py-zhCodecs: Makefile 
	comms/hamlib   : Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/30 10:53:28

Modified files:
	sys/sys        : disk.h 
	sys/kern       : subr_disk.c 

Log message:
Add a device number to struct disk and populate it on disk attach. Whilst
here also expose disklist for future use.

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 11:11:35

Modified files:
	converters/libpst: Makefile 
	converters/py-cjkcodecs: Makefile 
	converters/py-iconvcodec: Makefile 
	converters/recode: Makefile 
	emulators/dynagen: Makefile 
	emulators/gns3 : Makefile 
	geo/gdal       : Makefile 
	geo/gmapcatcher: Makefile 
	geo/py-proj    : Makefile 
	geo/qgis       : Makefile 
	geo/tilecache  : Makefile 
	math/py-Numeric: Makefile 
	math/py-gnuplot: Makefile 
	math/py-numpy  : Makefile 
	math/py-probstat: Makefile 
	math/py-scipy  : Makefile 
	misc/gpsd      : Makefile 
	misc/gramps    : Makefile 
	misc/gutenpy   : Makefile 
	misc/py-imdb   : Makefile 
	misc/py-memcached: Makefile 
	misc/pymissile : Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/08/30 11:32:40

Modified files:
	sys/dev        : softraidvar.h softraid.c 

Log message:
During boot probe walk disklist rather than alldevs. This avoids a race
where disks can be on alldevs, however they are not yet initialised and
have not yet called disk_attach() (in particular this means that dk_label
is a null pointer). Also, if we sleep restart the scan from the top of
the disklist in case things have changed whilst we slept.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 11:46:57

Modified files:
	games/angrydd  : Makefile 
	games/castle-combat: Makefile 
	games/childsplay: Makefile 
	games/childsplay-plugins: Makefile 
	games/forcedattack: Makefile 
	games/fretsonfire: Makefile 
	games/gcompris : Makefile 
	games/londonlaw: Makefile 
	games/mnemosyne: Makefile 
	games/pathological: Makefile 
	games/singularity: Makefile 
	games/ski      : Makefile 
	games/teeworlds: Makefile 
	games/widelands: Makefile 
	multimedia/coherence: Makefile 
	multimedia/devede: Makefile 
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	multimedia/moovida/core: Makefile 
	multimedia/moovida/plugins-bad: Makefile 
	multimedia/moovida/plugins-good: Makefile 
	multimedia/moovida/plugins-ugly: Makefile 
	multimedia/oggconvert: Makefile 
	multimedia/recordmydesktop/gtk: Makefile 
	mail/archivemail: Makefile 
	mail/getmail   : Makefile 
	mail/mailman   : Makefile 
	mail/offlineimap: Makefile 
	mail/py-milter : Makefile 
	mail/py-policyd-spf: Makefile 
	mail/py-spf    : Makefile 
	mail/pyzor     : Makefile 
	mail/spambayes : Makefile 
	mail/tmda      : Makefile 
	news/hellanzb  : Makefile 
	news/py-yenc   : Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 11:57:31

Modified files:
	sysutils/backintime: Makefile.inc 
	sysutils/d-feet: Makefile 
	sysutils/duplicity: Makefile 
	sysutils/flyback: Makefile 
	sysutils/gamin : Makefile 
	sysutils/rdiff-backup: Makefile 
	sysutils/tentakel: Makefile 
	productivity/bruce: Makefile 
	productivity/googlecl: Makefile 
	productivity/impressive: Makefile 
	productivity/rednotebook: Makefile 
	productivity/workrave: Makefile 
	productivity/yokadi: Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 12:29:28

Modified files:
	print/fontforge: Makefile 
	print/lilypond : Makefile 
	print/lyx      : Makefile 
	print/mftrace  : Makefile 
	print/py-cups  : Makefile 
	print/py-reportlab/plugins/renderPM: Makefile 
	print/py-reportlab/reportlab: Makefile 
	print/scribus  : Makefile 
	print/system-config-printer: Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2010/08/30 12:32:20

Modified files:
	net/openvpn    : Makefile distinfo 
	net/openvpn/patches: patch-init_c patch-openvpn_8 
	                     patch-options_c patch-options_h 
	                     patch-route_c 
	                     patch-sample-config-files_client_conf 
	                     patch-sample-config-files_server_conf 
	                     patch-sample-config-files_static-home_conf 
	                     patch-sample-config-files_static-office_conf 
	                     patch-sample-config-files_tls-home_conf 
	                     patch-sample-config-files_tls-office_conf 
	                     patch-socket_c 
	net/openvpn/pkg: PLIST 

Log message:
update to OpenVPN 2.1.2
while here, enable dropping to _openvpn user in the sample configs.
ok and feedback ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2010/08/30 12:33:45

Modified files:
	net/openvpn_bsdauth: Makefile distinfo 
	net/openvpn_bsdauth/pkg: PLIST 
Removed files:
	net/openvpn_bsdauth/patches: patch-openvpn_bsdauth_8 

Log message:
update to newest version of the openvpn bsdauth plugin
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 12:56:18

Modified files:
	sys/arch/hppa/conf: GENERIC 
	sys/arch/hppa64/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
delete PROCFS we will never support


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/30 13:02:33

Added files:
	infrastructure/bin: portslogger 
Removed files:
	infrastructure/build: portslogger 

Log message:
move portslogger to bin/
ok naddy@

if you have build scripts that use portslogger, adapt the path


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/30 13:03:23

Modified files:
	infrastructure/build: dpb 

Log message:
adjust portslogger path


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 13:05:08

Modified files:
	sys/dev        : softraid.c 

Log message:
fix tailq use; ok thib


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/30 14:12:55

Modified files:
	devel/nspr     : Makefile distinfo 
	devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk 
	                    patch-mozilla_nsprpub_configure_in 
	                    patch-mozilla_nsprpub_pr_src_md_unix_uxrng_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prdtoa_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prinit_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prnetdb_c 
	                    patch-mozilla_nsprpub_pr_tests_socket_c 
	devel/nspr/pkg : PLIST-main 

Log message:
Update to nspr 4.8.6, required by (at least) a future firefox 4 update..
Tested in a bunch of amd64 bulk builds.
ok naddy@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 14:33:18

Modified files:
	sys/dev/pcmcia : cfxga.c com_pcmcia.c gpr.c if_an_pcmcia.c 
	                 if_cnw.c if_ep_pcmcia.c if_malo.c if_malovar.h 
	                 if_ne_pcmcia.c if_ray.c if_sm_pcmcia.c 
	                 if_wi_pcmcia.c if_xe.c pcmcia.c wdc_pcmcia.c 

Log message:
Convert the pcmcia power hook to an activate function.  Then change the
model so that DVACT_SUSPEND methods call sub-drivers with DVACT_SUSPEND
not DVACT_DEACTIVATE, and such.  This creates a whole bunch of fallout,
which needs fixing.
wdc(4), ne(4), and wi(4) have been fully tested and actually work better
than they ever have before (no more wdc timeouts on resume!)
malo(4) has some other nasty bug which has not yet been spotted which
causes crazy panics.
The other drivers are more rare and will be fixed if people show up
with hardware; for now at least they have been adapted to the new model.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 14:40:40

Modified files:
	sys/arch/sparc/conf: GENERIC 

Log message:
disable SVR4 compat by default; ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 14:42:31

Modified files:
	sys/dev/ic     : if_wi.c if_wivar.h 

Log message:
ioctl versus resume-workq exclusion; cloned from iwn


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 14:42:54

Modified files:
	sys/dev/pci    : if_wi_pci.c 

Log message:
ioctl versus resume-workq exclusion; cloned from iwn


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/08/30 14:46:29

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: PLIST 

Log message:
Update to arirang 1.7, diff from Remi Pointel.
Looks ok to MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 14:53:57

Modified files:
	databases/directoryassistant: Makefile 
	databases/luma : Makefile 
	databases/pgloader: Makefile 
	databases/pgworksheet: Makefile 
	databases/py-axiom: Makefile 
	databases/py-cdb: Makefile 
	databases/py-couchdb: Makefile 
	databases/py-elixir: Makefile 
	databases/py-mysql: Makefile 
	databases/py-odbc: Makefile 
	databases/py-pgsql: Makefile 
	databases/py-psycopg2: Makefile 
	databases/py-pygresql: Makefile 
	databases/py-sqlalchemy: Makefile 
	databases/py-sqlite: Makefile 
	databases/py-sqlite2: Makefile 
	databases/py-sqlobject: Makefile 
	databases/py-storm: Makefile 
	databases/py-sybase: Makefile 
	databases/skytools: Makefile 

Log message:
Bump revision after python's default change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 14:59:41

Modified files:
	databases/py-psycopg: Makefile 
	databases/py-psycopg/pkg: PLIST-examples 
	databases/py-ldap: Makefile 
	databases/py-ldap/pkg: PLIST-examples 

Log message:
Add python 2.6 flavour, set it as default (was 2.5 previously) and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 15:00:56

Modified files:
	databases      : Makefile 

Log message:
Switch py-ldap and py-psycopg to build the 2.6 python flavour rather than 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:14:35

Modified files:
	net/BitTorrent : Makefile 
	net/avahi      : Makefile 
	net/charm      : Makefile 
	net/cjc        : Makefile 
	net/emesene    : Makefile 
	net/farsight2  : Makefile 
	net/flow-tools : Makefile 
	net/gajim      : Makefile 
	net/honeyd     : Makefile 
	net/ipcheck    : Makefile 
	net/libdnet    : Makefile 
	net/libproxy   : Makefile 
	net/munin      : Makefile 
	net/nicotine   : Makefile 
	net/nmap       : Makefile 
	net/papyon     : Makefile 
	net/pcapdiff   : Makefile 
	net/pebrot     : Makefile 

Log message:
bumps for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:16:17

Modified files:
	security/clamav: Makefile 
	security/cracklib: Makefile 
	security/kedpm : Makefile 
	security/py-Rijndael: Makefile 
	security/py-crack: Makefile 
	security/py-cryptkit: Makefile 
	security/py-crypto: Makefile 
	security/py-gnupg: Makefile 
	security/py-openssl: Makefile 
	security/py-paramiko: Makefile 
	security/py-pykpass: Makefile 
	security/py-sslwrapper: Makefile 

Log message:
hump de bump for pythonp


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:16:56

Modified files:
	security/prelude/libprelude: Makefile 
	security/prelude/prewikka: Makefile 

Log message:
- bump for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:21:54

Modified files:
	net/py-GeoIP   : Makefile 
	net/py-IP      : Makefile 
	net/py-adns    : Makefile 
	net/py-boto    : Makefile 
	net/py-curl    : Makefile 
	net/py-dns     : Makefile 
	net/py-dnspython: Makefile 
	net/py-dpkt    : Makefile 
	net/py-flowd   : Makefile 
	net/py-flowtools: Makefile 
	net/py-impacket: Makefile 
	net/py-irclib  : Makefile 
	net/py-libpcap : Makefile 
	net/py-medusa  : Makefile 
	net/py-msnp    : Makefile 
	net/py-pcapy   : Makefile 
	net/py-pcs     : Makefile 
	net/py-snmp    : Makefile 
	net/py-xmpp    : Makefile 
	net/py-xmpppy  : Makefile 
	net/py-zsi     : Makefile 
	net/rabbitmq   : Makefile 
	net/rrdtool    : Makefile 
	net/scapy      : Makefile 
	net/supybot    : Makefile 

Log message:
bumps for new python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:24:15

Modified files:
	graphics/blender: Makefile 
	graphics/comix : Makefile 
	graphics/dia   : Makefile 
	graphics/gimp/stable: Makefile 
	graphics/jbig2dec: Makefile 
	graphics/lensfun: Makefile 
	graphics/py-cairo: Makefile 
	graphics/py-dot: Makefile 
	graphics/py-gd : Makefile 
	graphics/py-goocanvas: Makefile 
	graphics/py-graphics: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-opengl: Makefile 
	graphics/py-pigment: Makefile 
	graphics/py-pyx: Makefile 
	graphics/pycha : Makefile 
	graphics/zbar  : Makefile 

Log message:
- bump for pythonia


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:26:30

Modified files:
	net/telepathy/libtelepathy: Makefile 
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-pinocchio: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/telepathy/telepathy-spec: Makefile 

Log message:
And now for something completely different. More python bumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:28:17

Modified files:
	graphics/py-Imaging: Makefile 

Log message:
- bump for python and switch default flavor to python2.6


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 15:30:17

Modified files:
	sys/dev/cardbus: ohci_cardbus.c 
	sys/dev/pci    : ohci_pci.c 
	sys/arch/arm/xscale: pxa2x0_ohci.c 
	sys/dev/usb    : ehci.c ohci.c ohcivar.h uhci.c 
	sys/arch/loongson/dev: ohci_voyager.c 

Log message:
Change powerhooks into activate functions, and provide stub powerhook
functions
ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:31:34

Modified files:
	net/pidgin     : Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 15:32:20

Modified files:
	sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c omohci.c 

Log message:
lend a hand keeping beagle up-to-date with what is going on in powerhook
vs activate.  It compiles.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 15:35:57

Modified files:
	sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udc.h pxa2x0.c 
	                     pxa2x0_com.c pxa2x0_lcd.c 
	sys/arch/zaurus/dev: zaurus_audio.c zaurus_kbd.c zaurus_scoop.c 
	                     zaurus_ssp.c zaurus_udc.c zts.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 
	sys/arch/arm/mainbus: mainbus.c 

Log message:
Convert all powerhooks to activate functions, and provide powerhook stubs.
Of note:  lcd stubs get pulled up to the parent; zts has to keep track of
whether it is in use or not
testing by myself and jakemsr; proof reading by oga


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 15:36:15

Modified files:
	audio/cplay    : Makefile 
	audio/exaile   : Makefile 
	audio/libgpod  : Makefile 
	audio/mkplaylist: Makefile 
	audio/mpdBrowser: Makefile 
	audio/picard   : Makefile 
	audio/py-ao    : Makefile 
	audio/py-cddb  : Makefile 
	audio/py-eyed3 : Makefile 
	audio/py-id3   : Makefile 
	audio/py-mpd   : Makefile 
	audio/py-mutagen: Makefile 
	audio/py-ogg   : Makefile 
	audio/py-tagger: Makefile 
	audio/py-tagpy : Makefile 
	audio/py-xmms  : Makefile 
	audio/pykaraoke: Makefile 
	audio/pympd    : Makefile 
	audio/rhythmbox: Makefile 
	audio/sonata   : Makefile 
	audio/xmms2    : Makefile 

Log message:
Yet another round of bumps.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 15:37:53

Modified files:
	sys/arch/arm/xscale: pxa2x0_apm.c 
	sys/arch/zaurus/dev: zaurus_apm.c 

Log message:
Hurray!  Zaurus apm can now call the activate functions intead of powerhooks.
We call the activate functions at splhigh; unfortunately we cannot suspend a
zaurus at splhigh because on resume the clock is hosed.  We accept this bug
for now... perhaps someone can find it?
(The powerhooks remain in place in the drivers, and will be roto-tilled once
we all the other powerhook-using architectures have switched over)
testing by myself and jakemsr; proof reading by oga


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:40:29

Modified files:
	textproc/discount: Makefile distinfo 
	textproc/discount/patches: patch-Makefile_in patch-cstring_h 
	                           patch-markdown_3 patch-markdown_7 
	textproc/discount/pkg: PLIST 

Log message:
- update discount to 1.6.6
- mirror distfile due to stupid github
- maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:43:09

Modified files:
	textproc/py-ElementTree: Makefile 
	textproc/py-cElementTree: Makefile 

Log message:
- switch to REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:47:16

Modified files:
	textproc/asciidoc: Makefile 
	textproc/catfish: Makefile 
	textproc/dblatex: Makefile 
	textproc/gtk-doc: Makefile 
	textproc/libxml: Makefile 
	textproc/libxslt: Makefile 
	textproc/makefaq: Makefile 
	textproc/markdown: Makefile 
	textproc/meld  : Makefile 
	textproc/py-Chart: Makefile 
	textproc/py-HappyDoc: Makefile 
	textproc/py-chardet: Makefile 
	textproc/py-cssutils: Makefile 
	textproc/py-docutils: Makefile 
	textproc/py-epydoc: Makefile 
	textproc/py-feedparser: Makefile 
	textproc/py-jaxml: Makefile 
	textproc/py-lxml: Makefile 
	textproc/py-nltk: Makefile 
	textproc/py-pdf: Makefile 
	textproc/py-pygments: Makefile 
	textproc/py-rtf: Makefile 
	textproc/py-sphinx: Makefile 
	textproc/py-vobject: Makefile 
	textproc/py-xml: Makefile 
	textproc/py-yaml: Makefile 
	textproc/txt2tags: Makefile 
	textproc/yould : Makefile 

Log message:
Might as well bump. Bump!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:47:46

Modified files:
	x11/awn        : Makefile 
	x11/dbus-python: Makefile 
	x11/driconf    : Makefile 
	x11/e17/edje   : Makefile 
	x11/gammapage  : Makefile 
	x11/gdesklets  : Makefile 
	x11/gdevilspie : Makefile 
	x11/gigolo     : Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk-vnc    : Makefile 
	x11/obmenu     : Makefile 
	x11/openbox    : Makefile 
	x11/pinot      : Makefile 
	x11/py-Xlib    : Makefile 
	x11/py-gtk2    : Makefile 
	x11/py-gtksourceview: Makefile 
	x11/py-kiwi    : Makefile 
	x11/py-osd     : Makefile 
	x11/py-qt3     : Makefile 
	x11/py-qt4     : Makefile 
	x11/py-wxPython: Makefile 
	x11/pypanel    : Makefile 
	x11/tellico    : Makefile 
	x11/tint       : Makefile 

Log message:
bumps for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 15:48:15

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:48:38

Modified files:
	telephony/kamailio: Makefile distinfo 
	telephony/kamailio/patches: patch-scripts_kamdbctl 

Log message:
update to 1.5.4, also taking care of bumping for new python


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:49:29

Modified files:
	share/misc     : airport 

Log message:
- various tweaks and fixes for airport codes starting with A.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:49:54

Modified files:
	x11/kde/utils3 : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/office3: Makefile 

Log message:
bump for new python


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 15:52:53

Modified files:
	productivity/gtg: Makefile 
	productivity/sunbird: Makefile 
	sysutils/heartbeat: Makefile 

Log message:
More bumps for python.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:53:59

Modified files:
	x11/gnome/alacarte: Makefile 
	x11/gnome/applets2: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/development-monitor: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/pessulus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 

Log message:
python bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 15:56:33

Modified files:
	inputmethods/ibus: Makefile 
	lang/ghc       : Makefile 

Log message:
bumps for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 15:56:48

Modified files:
	mail/mozilla-thunderbird: Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 16:02:34

Modified files:
	www/py-CherryPy: Makefile 
	www/py-beaker  : Makefile 
	www/py-beautifulsoup: Makefile 
	www/py-cherrypy2: Makefile 
	www/py-clientform: Makefile 
	www/py-django  : Makefile 
	www/py-flup    : Makefile 
	www/py-formencode: Makefile 
	www/py-genshi  : Makefile 
	www/py-htmltmpl: Makefile 
	www/py-httplib2: Makefile 
	www/py-jinja2  : Makefile 
	www/py-jonpy   : Makefile 
	www/py-mako    : Makefile 
	www/py-meld3   : Makefile 
	www/py-nevow   : Makefile 
	www/py-paste-deploy: Makefile 
	www/py-paste-script: Makefile 
	www/py-paste   : Makefile 
	www/py-pylons  : Makefile 
	www/py-quixote : Makefile 
	www/py-repoze-profile: Makefile 
	www/py-routes  : Makefile 
	www/py-tempita : Makefile 
	www/py-turbogears: Makefile 
	www/py-weberror: Makefile 
	www/py-webhelpers: Makefile 
	www/py-webkitgtk: Makefile 
	www/py-webob   : Makefile 
	www/py-webpy   : Makefile 
	www/py-webtest : Makefile 
	www/py-werkzeug: Makefile 
	www/py-wsgiproxy: Makefile 
	www/py-zine    : Makefile 

Log message:
bumps for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 16:03:58

Modified files:
	devel/automake/1.9: Makefile 
	devel/boost    : Makefile 
	devel/bzr      : Makefile 
	devel/cvs20hg  : Makefile 
	devel/cvs2svn  : Makefile 
	devel/cvsweb   : Makefile 
	devel/eclipse/plugins/py-dev: Makefile 
	devel/ethos    : Makefile 
	devel/flawfinder: Makefile 
	devel/git-cola : Makefile 
	devel/glib2    : Makefile 
	devel/gobject-introspection: Makefile 
	devel/goopy    : Makefile 
	devel/gtkparasite: Makefile 
	devel/ipython  : Makefile 

Log message:
- first round of bumps for devel


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 16:09:45

Modified files:
	devel/automake/1.10: Makefile 
	devel/iso-codes: Makefile 
	devel/libglade2: Makefile 
	devel/libgsf   : Makefile 
	devel/llvm     : Makefile 
	devel/mercurial: Makefile 
	devel/scons    : Makefile 
	devel/subversion: Makefile 
	devel/swig     : Makefile 
	devel/vte      : Makefile 
	devel/waf      : Makefile 

Log message:
bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 16:13:08

Modified files:
	print/hplip    : Makefile 

Log message:
Bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 16:15:24

Modified files:
	www/ajaxterm   : Makefile 
	www/cherokee   : Makefile 
	www/clearsilver: Makefile 
	www/epiphany-extensions: Makefile 
	www/linkchecker: Makefile 
	www/midori     : Makefile 
	www/moinmoin   : Makefile 
	www/ntlmaps    : Makefile 
	www/pyblosxom  : Makefile 
	www/rawdog     : Makefile 
	www/trac       : Makefile 
	www/trac-ldapplugin: Makefile 
	www/tracnav    : Makefile 
	www/twill      : Makefile 
	www/vteplugin  : Makefile 
	www/youtube-dl : Makefile 

Log message:
python bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/30 16:23:28

Modified files:
	editors/openoffice3: Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/30 16:24:16

Modified files:
	devel/py-Checker: Makefile 
	devel/py-SOAPpy: Makefile 
	devel/py-addons: Makefile 
	devel/py-asn1  : Makefile 
	devel/py-babel : Makefile 
	devel/py-buildbot: Makefile 
	devel/py-bytecodeassembler: Makefile 
	devel/py-cheetah: Makefile 
	devel/py-configobj: Makefile 
	devel/py-coverage: Makefile 
	devel/py-ctypes: Makefile 
	devel/py-dateutil: Makefile 
	devel/py-decorator: Makefile 
	devel/py-decoratortools: Makefile 
	devel/py-distutils-extra: Makefile 
	devel/py-dtopt : Makefile 
	devel/py-editdist: Makefile 
	devel/py-epsilon: Makefile 
	devel/py-extremes: Makefile 
	devel/py-fpconst: Makefile 
	devel/py-gdata : Makefile 
	devel/py-gobject: Makefile 
	devel/py-html5lib: Makefile 
	devel/py-kid   : Makefile 
	devel/py-logilab-astng: Makefile 
	devel/py-logilab-common: Makefile 
	devel/py-mox   : Makefile 
	devel/py-mxDateTime: Makefile 
	devel/py-nose  : Makefile 
	devel/py-notify: Makefile 
	devel/py-openbsd: Makefile 
	devel/py-optik : Makefile 
	devel/py-orbit : Makefile 
	devel/py-parsing: Makefile 
	devel/py-peak-rules: Makefile 
	devel/py-pexpect: Makefile 
	devel/py-prioritized_methods: Makefile 
	devel/py-protocols: Makefile 
	devel/py-psyco : Makefile 
	devel/py-py    : Makefile 
	devel/py-pyprof2calltree: Makefile 
	devel/py-pyro  : Makefile 
	devel/py-radix : Makefile 
	devel/py-rcsparse: Makefile 
	devel/py-ruledispatch: Makefile 
	devel/py-serial: Makefile 
	devel/py-setuptools: Makefile 
	devel/py-silc  : Makefile 
	devel/py-simplejson: Makefile 
	devel/py-sip   : Makefile 
	devel/py-symboltype: Makefile 
	devel/py-tpg   : Makefile 
	devel/py-turbocheetah: Makefile 
	devel/py-turbojson: Makefile 
	devel/py-turbokid: Makefile 
	devel/py-tz    : Makefile 
	devel/py-unit  : Makefile 
	devel/py-urwid : Makefile 
	devel/py-wsgiutils: Makefile 
	devel/py-xdg   : Makefile 
	devel/py-zopeinterface: Makefile 
	devel/py-zopetesting: Makefile 
	devel/pybugz   : Makefile 
	devel/pygame   : Makefile 
	devel/pylint   : Makefile 
	devel/pyrex    : Makefile 
	devel/pyusb    : Makefile 
	devel/py-twisted/conch: Makefile 
	devel/py-twisted/core: Makefile 
	devel/py-twisted/lore: Makefile 
	devel/py-twisted/mail: Makefile 
	devel/py-twisted/names: Makefile 
	devel/py-twisted/news: Makefile 
	devel/py-twisted/pair: Makefile 
	devel/py-twisted/runner: Makefile 
	devel/py-twisted/web: Makefile 
	devel/py-twisted/web2: Makefile 
	devel/py-twisted/words: Makefile 

Log message:
bumpski for python


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 17:25:15

Modified files:
	sys/dev/ic     : dc.c 

Log message:
activate functions, when they do not add value, should return the result of config_activate_children


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 17:46:42

Modified files:
	graphics       : Makefile 
	devel          : Makefile 

Log message:
Build the python2.6 flavor instead of 2.5 now that 2.6 is the default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/30 17:50:44

Modified files:
	www/firefox35  : Makefile 
	www/mozilla-firefox: Makefile 

Log message:
Bump for python. These are the last bits.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 19:31:22

Modified files:
	.              : plus.html plus47.html 

Log message:
new plus goo from Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 19:34:15

Modified files:
	.              : plus20.html plus21.html plus22.html plus23.html 
	                 plus24.html plus25.html plus26.html plus27.html 
	                 plus28.html plus29.html plus30.html plus31.html 
	                 plus32.html plus33.html plus34.html plus35.html 
	                 plus36.html plus37.html plus38.html plus39.html 
	                 plus40.html plus41.html plus42.html plus43.html 
	                 plus44.html plus45.html plus46.html 
Added files:
	.              : plus48.html 

Log message:
rotate into 4.8; from Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	lum@cvs.openbsd.org	2010/08/30 21:28:44

Modified files:
	.              : README 

Log message:
Repoint URL to OpenBSD Porters Handbook.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/30 21:50:15

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
uhci is apparently is unaware that it could be on a shared interrupt
It is OK to return 0 in that case, but it is not OK to print a
diagnostic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/30 23:59:16

Modified files:
	www/epiphany   : Makefile distinfo 

Log message:
Maintainance update to epiphany-2.30.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 00:03:11

Modified files:
	faq/pt         : index.html truetype.html 
	fr             : events.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/cs     : index.html 
	openssh/fr     : ftp.html portable.html 
	openssh/ja     : ftp.html index.html manual.html openbsd.html 
	                 portable.html 
	openssh/nl     : ftp.html index.html openbsd.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/08/31 00:03:33

Modified files:
	mail/postfix   : Makefile Makefile.inc 
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: DESCR PLIST 

Log message:
add sqlite flavour; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 00:12:28

Modified files:
	sys/dev/pci    : azalia.c auich.c 

Log message:
do not return EOPNOTSUPP for unknown activate actions


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 01:04:12

Modified files:
	devel/glib2    : Makefile 

Log message:
Remove XXX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 01:28:54

Modified files:
	games/singularity: Makefile 

Log message:
Fix PKGNAME after the python bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 01:41:20

Modified files:
	devel/py-ctypes: Makefile 

Log message:
- no need to for this make modifier here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 01:41:46

Modified files:
	textproc/asciidoc: Makefile 

Log message:
- fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 02:08:17

Modified files:
	audio/mp3cut   : Makefile 

Log message:
Add a comment about why we explicitely use the PKGNAME=${DISTNAME}
construct here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 02:15:45

Modified files:
	archivers/rzip : Makefile 
	audio/aqualung : Makefile 
	devel/autoconf/2.63: Makefile 
	devel/autoconf/2.64: Makefile 
	devel/autoconf/2.65: Makefile 
	devel/gperf    : Makefile 
	devel/ruby-debug: Makefile 
	devel/splint   : Makefile 
	games/moon-buggy: Makefile 
	graphics/xpaint: Makefile 
	net/nsd        : Makefile 
	lang/jamvm     : Makefile 
	lang/librep    : Makefile 
	security/kedpm : Makefile 
	security/stunnel: Makefile 
	sysutils/apcd  : Makefile 
	textproc/xml2rfc: Makefile 
	www/cssed      : Makefile 
	www/drupal6/core: Makefile 
	www/nostromo   : Makefile 
	www/pear       : Makefile 
	www/puppet-dashboard: Makefile 
	x11/kde/okle   : Makefile 

Log message:
Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 02:16:22

Modified files:
	security/nikto : Makefile distinfo 
	security/nikto/patches: patch-nikto_pl 
	security/nikto/pkg: PLIST 

Log message:
- update nikto to 2.1.2
- fix COMMENT
- update homepage

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 02:22:05

Modified files:
	x11/kde4/accessibility: Makefile 
	x11/kde4/admin : Makefile 
	x11/kde4/artwork: Makefile 
	x11/kde4/base  : Makefile 
	x11/kde4/base-runtime: Makefile 
	x11/kde4/base-workspace: Makefile 
	x11/kde4/edu   : Makefile 
	x11/kde4/extragear-plasma: Makefile 
	x11/kde4/games : Makefile 
	x11/kde4/graphics: Makefile 
	x11/kde4/libs  : Makefile 
	x11/kde4/multimedia: Makefile 
	x11/kde4/network: Makefile 
	x11/kde4/oxygen-icons: Makefile 
	x11/kde4/pim   : Makefile 
	x11/kde4/pimlibs: Makefile 
	x11/kde4/qimageblitz: Makefile 
	x11/kde4/sdk   : Makefile 
	x11/kde4/toys  : Makefile 
	x11/kde4/utils : Makefile 
	x11/kde4/velop : Makefile 
	x11/kde4/webdev: Makefile 

Log message:
- remove superfluous PKGNAME=${DISTNAME} construct here too


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/31 03:58:37

Modified files:
	usr.bin/ssh    : auth-options.c auth1.c auth2.c bufaux.c 
	                 buffer.h kex.c key.c packet.c packet.h 
	                 ssh-dss.c ssh-rsa.c 

Log message:
Add buffer_get_cstring() and related functions that verify that the
string extracted from the buffer contains no embedded \0 characters*
This prevents random (possibly malicious) crap from being appended to
strings where it would not be noticed if the string is used with
a string(3) function.

Use the new API in a few sensitive places.

* actually, we allow a single one at the end of the string for now because
we don't know how many deployed implementations get this wrong, but don't
count on this to remain indefinitely.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/08/31 04:24:46

Modified files:
	sys/arch/loongson/dev: apm.c bonito.c kb3310.c mainbus.c smfb.c 
	sys/arch/loongson/include: autoconf.h 
	sys/arch/loongson/loongson: yeeloong_machdep.c 
Added files:
	sys/arch/loongson/dev: kb3310var.h 

Log message:
WIP suspend/resume support for loongson lemote. Okay miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/31 05:54:45

Modified files:
	usr.bin/ssh    : PROTOCOL PROTOCOL.agent PROTOCOL.certkeys 
	                 auth2-jpake.c authfd.c authfile.c buffer.h 
	                 dns.c kex.c kex.h key.c key.h monitor.c 
	                 monitor_wrap.c myproposal.h packet.c packet.h 
	                 pathnames.h readconf.c ssh-add.1 ssh-add.c 
	                 ssh-agent.1 ssh-agent.c ssh-keygen.1 
	                 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c 
	                 ssh-keysign.8 ssh.1 ssh.c ssh2.h ssh_config.5 
	                 sshconnect.c sshconnect2.c sshd.8 sshd.c 
	                 sshd_config.5 uuencode.c uuencode.h 
	usr.bin/ssh/lib: Makefile 
	usr.bin/ssh/sshd: Makefile 
Added files:
	usr.bin/ssh    : bufec.c kexecdh.c kexecdhc.c kexecdhs.c 
	                 ssh-ecdsa.c 

Log message:
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA offer
better performance than plain DH and DSA at the same equivalent symmetric
key length, as well as much shorter keys.

Only the mandatory sections of RFC5656 are implemented, specifically the
three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and
ECDSA. Point compression (optional in RFC5656 is NOT implemented).

Certificate host and user keys using the new ECDSA key types are supported.

Note that this code has not been tested for interoperability and may be
subject to change.

feedback and ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/31 06:22:38

Modified files:
	sys/arch/loongson/dev: kb3310.c 

Log message:
Correctly enable wakeup interrupts after splhigh().


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/31 06:24:09

Modified files:
	regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh 

Log message:
tests for ECDSA certificates


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/31 06:24:25

Modified files:
	regress/usr.bin/ssh: Makefile 

Log message:
tests for ECDSA keys


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 06:25:30

Modified files:
	security/libfwbuilder: Makefile 

Log message:
- fix build on clean system


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 06:30:45

Modified files:
	multimedia/dvdstyler: Makefile 

Log message:
- add missing build dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/08/31 06:33:38

Modified files:
	usr.bin/ssh    : ssh-add.c ssh-agent.c ssh-keygen.c 
	                 ssh-keysign.c ssh.c sshd.c 

Log message:
reintroduce commit from tedu@, which I pulled out for release engineering:

OpenSSL_add_all_algorithms is the name of the function we have a man page
for, so use that.  ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 06:35:19

Modified files:
	textproc/ispell: Makefile distinfo 

Log message:
- switch to versioned portuguese dictionary, as the old unversioned
one disappeared from the master site.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/31 06:50:51

Modified files:
	sys/dev/pci    : pciide.c pciide_amd_reg.h 

Log message:
PCI configuration space register save/restore for AMD756.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/08/31 07:39:55

Modified files:
	net/adsuck     : Makefile distinfo 

Log message:
Fix a crash where dumb apps try to be smart by moving the domain name around.
Take maintainership.
Move snapshot location and website.

ok ajacout


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 08:12:30

Log message:
    import asymptote 2.04
    
    Asymptote is a powerful descriptive vector graphics language that
    provides a natural coordinate-based framework for technical drawing.
    Labels and equations are typeset with LaTeX, for high-quality PostScript
    output.
    
    ok coutot
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100831
    
    N ports/graphics/asymptote/distinfo
    N ports/graphics/asymptote/Makefile
    N ports/graphics/asymptote/pkg/DESCR
    N ports/graphics/asymptote/pkg/PLIST
    N ports/graphics/asymptote/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 08:13:21

Modified files:
	graphics       : Makefile 

Log message:
add asymptote


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 08:35:25

Modified files:
	textproc/libxml: Makefile 
	textproc/libxslt: Makefile 

Log message:
- missed these while bumping.

spotted by markus lude.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:02:25

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
no need to specially handle the 4 AMD756 registers at suspend/resume time;
they fall within the pcipower() handled range.
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:16:12

Modified files:
	sys/arch/amd64/pci: pchb.c 

Log message:
pchbactivate should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:17:18

Modified files:
	sys/arch/i386/pci: pchb.c 

Log message:
pchbactivate should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:20:48

Modified files:
	sys/dev/usb    : ubt.c 

Log message:
activate functions should not return EOPNOTSUPP


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:25:28

Modified files:
	sys/dev/sdmmc  : sdhc.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:26:20

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:27:09

Modified files:
	sys/dev/pci    : if_nfe.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:27:36

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:29:10

Modified files:
	sys/dev/ic     : fxp.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:29:56

Modified files:
	sys/dev/ic     : xl.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:31:00

Modified files:
	sys/dev/isa    : pckbc_isa.c 

Log message:
activate function should return result of config_activate_children


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:34:38

Modified files:
	sys/scsi       : sd.c 

Log message:
in the activate function, order the DVACT_ functions in the order they
can expect to be used


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:38:42

Modified files:
	sys/dev/usb    : uvisor.c uhidev.c usb.c 

Log message:
In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate()
for sub-devices, return the last error return value instead of |'ing the
failures together and creating some value that is non-0 (bravo!) but
potentially loses the specific error value...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:41:24

Modified files:
	sys/scsi       : cd.c 

Log message:
Change the powerhook into an activation routine.  It has to use a workq.
There is a bit of concern that this workq can race against a detach
happening... any solutions from the peanut gallery?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:47:36

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
sort DVACT_ actions according to the order likely to be used


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 10:59:47

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
sort DVACT_ actions in order of use


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:00:05

Modified files:
	sys/dev/usb    : udl.c 

Log message:
annotate that this driver needs sc_dying code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:00:32

Modified files:
	sys/dev/ata    : wd.c 

Log message:
sort DVACT_ actions in order of use


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:01:15

Modified files:
	sys/dev/cardbus: if_dc_cardbus.c 

Log message:
When cardbus is fixed, this will be able to use dc_activate directly
(I stronly hope that cardbus needs no bus-specific wrappers!)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:13:48

Modified files:
	sys/dev/pci    : ahci.c auich.c azalia.c if_alc.c if_ale.c 
	                 if_bge.c if_em.c if_lii.c if_msk.c if_nfe.c 
	                 if_sis.c pci.c pciide.c ppb.c sili_pci.c 
	                 vga_pci.c 
	sys/arch/amd64/pci: pchb.c 
	sys/arch/i386/pci: pchb.c 
	sys/arch/zaurus/dev: zaurus_apm.c 
	sys/dev/acpi   : acpi.c 
	sys/dev/ic     : dc.c fxp.c rtl81x9.c xl.c 
	sys/dev/pcmcia : pcmcia.c wdc_pcmcia.c 
	sys/dev/sdmmc  : sdhc.c 
	sys/dev/usb    : ehci.c 
	sys/kern       : subr_autoconf.c 
	sys/scsi       : scsiconf.c 
	sys/sys        : device.h 

Log message:
Add DVACT_QUIECE support.  This is called before splhigh() and before
DVACT_SUSPEND, therefore DVACT_QUIECE can do standard sleeping operations
to get ready.
Discussed quite a while back with kettenis and jakemsr, oga suddenly needed
it as well and wrote half of it, so it was time to finish it.
proofread by miod.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:15:04

Modified files:
	sys/dev/isa    : pckbc_isa.c 

Log message:
Add DVACT_QUIECE support.  This is called before splhigh() and before
DVACT_SUSPEND, therefore DVACT_QUIECE can do standard sleeping operations
to get ready.
Discussed quite a while back with kettenis and jakemsr, oga suddenly needed
it as well and wrote half of it, so it was time to finish it.
proofread by miod.
(missed file)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:26:58

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
remove a comment suggesting that azalia needs a powerhook


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/08/31 11:35:12

Modified files:
	sys/arch/loongson/dev: apm.c 

Log message:
Do wsdisplay suspend/resume and also the bufq dance.

Reminded by oga@, okay deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/31 11:40:54

Modified files:
	usr.bin/ssh    : ssh-agent.1 

Log message:
fix some macro abuse;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/08/31 11:41:46

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
convert the powerhook to an activate function.  That activate function
does not truly work yet many machines because it does not do enough; it is
a total fluke if it works for you.  (kettenis is, I think, working on
improving it)
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/31 11:51:31

Modified files:
	share/man/man7 : man.7 mdoc.7 
	share/misc     : mdoc.template 

Log message:
this diff does two things (usually a bad sign):
- note which section headings (.Sh) are not used by openbsd
- move the description of the section heading to under the heading, rather
than before it: a much more logical way to read

diffs mailed upstream...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 11:57:21

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: patch-common_Makefile_in 
	                            patch-configure patch-doc_manual_xml 
	                            patch-installer_linux_ldap_openldap_cfg 
	                            patch-installer_linux_server_cfg 
	                            patch-libfreebusy_Makefile_in 
	                            patch-mapi4linux_src_Makefile_in 
	                            patch-provider_libserver_ECSession_cpp 
	                            patch-provider_libserver_ECStoreObjectTable_cpp 
	                            patch-provider_server_ECServer_cpp 
	                            patch-spooler_DAgent_cpp 
	mail/zarafa/zarafa/pkg: PLIST-main PLIST-web 
Added files:
	mail/zarafa/zarafa/patches: 
	                            patch-ECtools_ECTestTools_ICalTests_mapi2ical_cpp 
	                            patch-ECtools_ECTestTools_RecurrenceTest_rectest_cpp 

Log message:
Update to zarafa-6.40.2.
Complete changelog available at:
http://download.zarafa.com/zarafa/release/docs/changelog.en.txt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/31 11:58:16

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
- catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES and
COMPATIBILTY as sections. these remain defined only for netbsd, since we
do not use these sections.

- contrariwise, undefine EXIT STATUS as being netbsd only. despite some
misgivings, i think we probably do need to ressurect this section. i'll
start to make these changes soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/08/31 13:20:55

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
remove argnames from prototype.

no binary change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 13:25:57

Modified files:
	x11/gnome/totem: Makefile 

Log message:
Missing build depends.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/31 13:30:44

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
let port-lib-depends-check work with an alternative PORTSDIR;
debugged with Brad, better fix after a suggestion from espie@
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/08/31 13:31:46

Modified files:
	games/rftg     : Makefile distinfo 

Log message:
minor update


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/08/31 13:38:38

Modified files:
	editors/vim    : Makefile 

Log message:
sync WANTLIB and bump (bump also needed for python)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 13:52:48

ports/mail/alpine/files

Update of /cvs/ports/mail/alpine/files
In directory cvs.openbsd.org:/tmp/cvs-serv6633/files

Log Message:
Directory /cvs/ports/mail/alpine/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 14:01:41

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Added files:
	security/gnutls/patches: patch-lib_includes_gnutls_gnutls_h_in 
	                         patch-lib_includes_gnutls_x509_h 

Log message:
Major update to gnutls-2.10.1.

tested by landry@ in a bulk, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/08/31 14:05:21

Modified files:
	www/nginx      : Makefile 
	www/nginx/patches: patch-conf_nginx_conf 

Log message:
Make php easier to configure under nginx, by patching correct paths in.
Diff also does new LIB_DEPENDS/WANTLIB style.

OK from the maintainer, william@
Cheers


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 14:07:10

Modified files:
	mail/alpine    : Makefile 
	mail/alpine/pkg: PLIST-main 
Added files:
	mail/alpine/files: README.OpenBSD 
	mail/alpine/patches: patch-pith_conf_c 
	mail/alpine/pkg: MESSAGE-main 

Log message:
Set "Do Not Send Flowed Text" by default to allow sending proper inline
diffs ("cool!!!" sthen@).
Switch to REVISION and new DEPENDS.

Add a README.OpenBSD file explaining how to setup pop/imap/smtp.

Most work from Daniel Dickman (thanks!), with a couple of tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/08/31 14:42:45

Modified files:
	usr.bin/cvs    : rcs.h 
	usr.bin/rcs    : rcs.h 

Log message:
Removed ra_uid, which was supposed to save the uid of a delta's author.
Is not used and not useful.

ok xsa, zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/08/31 14:43:45

Modified files:
	usr.bin/rcs    : rcs.c 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 14:50:33

Modified files:
	audio/ncmpc    : Makefile 
	audio/ncmpc/patches: patch-src_screen_c 

Log message:
- fix implicit declaration


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/08/31 14:53:57

Modified files:
	net/adsuck     : Makefile 
	net/adsuck/pkg : DESCR 

Log message:
Cleanup from brad via a ajacoutot
ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/08/31 15:04:07

Modified files:
	x11/openmotif  : Makefile 
Added files:
	x11/openmotif/patches: patch-demos_programs_workspace_wsmData_c 
	                       patch-demos_programs_workspace_xrmLib_c 
	                       patch-demos_unsupported_xmform_xmform_c 

Log message:
- fix a few of the more scarier implicit declarations


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/31 15:06:35

Modified files:
	graphics/djvulibre: Makefile distinfo 
	graphics/djvulibre/patches: patch-configure 
	graphics/djvulibre/pkg: PFRAG.no-no_x11 PLIST 
Removed files:
	graphics/djvulibre/patches: patch-libdjvu_DjVuDocEditor_cpp 

Log message:
update to 3.5.23
normalize icon and desktop stuff and other cleanup

all from Alexandr Shadchin, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/31 15:07:57

Modified files:
	regress/usr.bin/mdoclint: mdoclint.1 

Log message:
put .Os in the right place;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/08/31 15:14:58

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
small text tweak to accommodate previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/08/31 15:17:41

ports/graphics/djview4/patches

Update of /cvs/ports/graphics/djview4/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19695/patches

Log Message:
Directory /cvs/ports/graphics/djview4/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/08/31 15:18:19

Modified files:
	x11/gnome/panel: Makefile 
	x11/gnome/panel/pkg: PLIST 

Log message:
Quick hack to unbreak build after python 2.6 switch.
configure looks for python but it isn't used anywhere... I'll revisit
this later.
Regen PLIST while here.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2010/08/31 15:22:35

Modified files:
	xserver/hw/xfree86/dri: dri.c 

Log message:
Don't even attempt to establish a SIGIO handler for DRI1.

This hasn't been used for a very, very, very long time, (since before
OpenBSD had dri support, for example) and it causes segfaults on dri
drivers when sigio is disabled. Now we don't need to do context swaps on sigio
nor are we trying to do interrupts in userland (thank fuck for that) this
function can die the death that I intended it to die about two years ago, may it
burn.

The kernel support the the sigio ioctl will be removed in a couple of
weeks to give people time to update (right now it accepts it, then
ignores it).

ok kettenis@, matthieu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/08/31 15:42:19

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add id for BCM5719; from Linux tg3 driver via Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/08/31 15:42:36

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/08/31 16:07:51

Modified files:
	.              : want.html 

Log message:
list another suitable card in my request for a PCI VT6105M


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/08/31 16:46:59

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Add missing prototype.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/08/31 17:42:19

Added files:
	faq            : upgrade48.html 

Log message:
skeleton.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/08/31 18:26:33

ports/games/quake2/files

Update of /cvs/ports/games/quake2/files
In directory cvs.openbsd.org:/tmp/cvs-serv15303/files

Log Message:
Directory /cvs/ports/games/quake2/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/08/31 18:29:07

Modified files:
	games/quake2   : Makefile 
	games/quake2/patches: patch-configure patch-src_snd_dma_c 
	games/quake2/pkg: PLIST 
Added files:
	games/quake2/files: snd_sndio.c 
	games/quake2/patches: patch-src_Makefile_in 
Removed files:
	games/quake2/patches: patch-src_snd_sdl_c 

Log message:
use the the same basic sndio backend code as found in other quake
ports
ok claudio@ (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/08/31 18:29:59

Modified files:
	faq            : upgrade48.html 

Log message:
users


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/08/31 18:43:41

Modified files:
	www/py-jinja2  : Makefile distinfo 
	www/py-jinja2/pkg: PLIST 

Log message:
Update to 2.5.2. ok maintainer (djm@).


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/08/31 18:59:13

Modified files:
	faq            : upgrade48.html 

Log message:
copy/patch file lists.  This is completely untested so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/31 19:38:12

Modified files:
	sys/dev/ata    : wd.c 
	sys/kern       : kern_bufq.c 
	sys/scsi       : cd.c sd.c sdvar.h st.c 
	sys/sys        : buf.h 

Log message:
make struct bufq a member of the softc for devices that use it,
rather than it being a pointer to something that needs to be allocated
at attach. since all these devices need a bufq to operate, it makes
sense to have it allocated as part of the softc and get bufq_init
to just initialise all its fields. it also gets rid of the possibility
that you wont be able to allocate the bufq struct during attach,
which is something you dont want to happen.

secondly, it consistently implements a split between wrapper functions
and the per discipline implementation of the bufq handlers. it
consistently does the locking in the wrappers rather than doing
half in the wrappers and the other half in the implementations.

it also consistently handles the outstanding bufq bq pointer in the
wrappers.

this hides most of the implementation inside kern_bufq.c. the only
stuff left in buf.h is for the bits each implementation needs to
put inside struct buf.

tested by thib@ krw@ and me
ok thib@ matthew@
no objection from krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/08/31 20:23:31

Modified files:
	faq            : upgrade48.html 

Log message:
new directories /etc/ldap, /etc/iked, and populate.
ldpd.conf is not a copy-over...or patch.
Still completely untested. Soon! :)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/08/31 22:44:26

Modified files:
	sys/scsi       : scsi_all.h 

Log message:
ata information vpd page id


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/31 22:51:24

Modified files:
	sys/scsi       : sd.c 

Log message:
Restore compilability after bufq changes


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/08/31 22:52:43

Modified files:
	sys/arch/loongson/conf: files.loongson 
	sys/arch/loongson/loongson: yeeloong_machdep.c 

Log message:
Let non-ykbec kernels link again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 00:20:56

Modified files:
	misc/gpsd      : Makefile 

Log message:
Fix PKGNAME after the python bump batch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 00:27:52

Modified files:
	textproc/py-cssutils: Makefile 

Log message:
Unbreak after python bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 00:34:10

Modified files:
	security/prelude/libpreludedb: Makefile 

Log message:
Bump after python 2.6 switch.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/09/01 00:35:05

Modified files:
	usr.bin/stat   : stat.c 

Log message:
Remove unused variable: linkfail

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 00:50:56

Modified files:
	security/prelude/libprelude: Makefile 
	security/prelude/libpreludedb: Makefile 
	security/prelude/lml: Makefile 
	security/prelude/manager: Makefile 
	security/prelude/pflogger: Makefile 

Log message:
Switch to new DEPENDS/REVISION.
While here, fix the run dependencies of the libpreludedb subpackages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 01:12:17

Modified files:
	geo/tangogps   : Makefile distinfo 
	geo/tangogps/pkg: PLIST 
Added files:
	geo/tangogps/patches: patch-configure_in patch-src_callbacks_c 
	                      patch-src_gps_functions_c 
	                      patch-src_hrm_functions_c 

Log message:
- update tangogps to 0.99.4
- switch to new DEPENDS
- use an axe to remove the bluez dependency; upstream refuses to reply to my
mails about actually fixing it instead of forcing it upon everyone.

ok MAINTAINER and landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/01 01:42:07

Modified files:
	share/misc     : inter.phone 

Log message:
- add a few more


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 02:39:41

Modified files:
	textproc/docbook-dsssl: Makefile 
Removed files:
	textproc/docbook-dsssl/pkg: MESSAGE 

Log message:
Remove useless MESSAGE, pkg documentation is always under ${PREFIX}/share/doc/<pkgname>

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 03:17:43

Modified files:
	databases/architect: Makefile 
	databases/dbh  : Makefile 
	databases/freetds: Makefile 
	databases/gdbm : Makefile 
	databases/gnats: Makefile 
	databases/gq   : Makefile 
	databases/jxplorer: Makefile 
	databases/keximdb: Makefile 
	databases/lbdb : Makefile 
	databases/libpqxx: Makefile 
	databases/luasqlite3: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 
	databases/mysqlcc: Makefile 
	databases/ocaml-postgresql: Makefile 
	databases/p5-AsciiDB-TagFile: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-Class-DBI-AsForm: Makefile 
	databases/p5-Class-DBI-Pager: Makefile 
	databases/p5-Class-DBI-Plugin-Type: Makefile 
	databases/p5-Class-DBI-mysql: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBIx-ContextualFetch: Makefile 
	databases/p5-DBIx-Migration: Makefile 
	databases/p5-Rose-DB-Object: Makefile 
	databases/p5-SQL-Abstract: Makefile 
	databases/p5-Sort-SQL: Makefile 
	databases/p5-Tangram: Makefile 
	databases/p5-Tie-DBI: Makefile 

Log message:
use REVISION and new-style LIB_DEPENDS+WANTLIB


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/09/01 03:32:33

Modified files:
	xserver        : configure.ac 

Log message:
Disable use of SIGIO by default; it breaks multi-card
configurations.  We don't want to run thousands of lines of
potentially signal-unsafe code for no particular benefit.

ok deraadt@, matthieu@, oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 03:57:38

Modified files:
	editors/qscintilla: Makefile distinfo 
	editors/qscintilla/patches: patch-Qt4_qscintilla_pro 
	editors/qscintilla/pkg: PLIST 

Log message:
- update qscintilla to 2.4.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 04:00:05

Modified files:
	editors/qscintilla: Makefile 

Log message:
- add a proper mirror, thanks sthen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 04:05:18

Modified files:
	editors/qscintilla: Makefile 

Log message:
- remove a comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 04:13:49

Modified files:
	geo/gdal       : Makefile 

Log message:
missing python bumps in subpackages


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 04:18:06

Modified files:
	www/seamonkey  : Makefile 

Log message:
missing python bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 04:20:58

Modified files:
	devel/spe      : Makefile 

Log message:
missed python bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/01 04:26:04

Log message:
    Initial import of avinfo-1.0.a15
    
    Avinfo is an utility for audio-video information extraction.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2010-Sep-01
    
    N ports/multimedia/avinfo/Makefile
    N ports/multimedia/avinfo/distinfo
    N ports/multimedia/avinfo/patches/patch-src_ogm_c
    N ports/multimedia/avinfo/patches/patch-src_mpeg_c
    N ports/multimedia/avinfo/patches/patch-src_ass_y
    N ports/multimedia/avinfo/patches/patch-src_print_c
    N ports/multimedia/avinfo/patches/patch-src_avinfo_c
    N ports/multimedia/avinfo/patches/patch-src_c_conv2_c
    N ports/multimedia/avinfo/pkg/DESCR
    N ports/multimedia/avinfo/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/01 04:26:50

Modified files:
	multimedia     : Makefile 

Log message:
add avinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 04:42:22

Modified files:
	.              : INDEX 

Log message:
post-python-bump sync: 6466 (+678, -674)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 04:49:49

Modified files:
	devel/py-sip   : Makefile distinfo 

Log message:
- update py-sip to 4.11

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 04:50:08

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/pkg : PLIST-main 

Log message:
- update py-qt4 to 4.7.5

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 05:02:26

Modified files:
	devel/libsoup  : Makefile 
Added files:
	devel/libsoup/patches: patch-libsoup_soup-gnutls_c 

Log message:
Merge from upstream 01a43ad9824fba77384534c6d588e0e0d653986e

"Due to bug 581342 we want to only negotiate SSL 3.0. Previously we
were telling gnutls to not do TLS1.0 or TLS1.1, but that means with
newer versions of gnutls that support TLS1.2 it would try to negotiate
that instead and generally fail. Fix that by disabling TLS1.2 too
(which works fine even with gnutls versions that don't support TLS1.2
yet)."

https://bugzilla.gnome.org/show_bug.cgi?id=622857


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 05:06:21

Modified files:
	x11/gnome/ekiga: Makefile 
Removed files:
	x11/gnome/ekiga/patches: 
	                         patch-lib_engine_components_call-history_history-contact_h 
	                         patch-lib_engine_components_ldap_ldap-book_h 
	                         patch-lib_engine_components_libnotify_libnotify-main_cpp 
	                         patch-lib_engine_components_local-roster_local-presentity_h 
	                         patch-lib_gui_xwindow_h 

Log message:
Remove now uneeded patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 05:22:18

Modified files:
	editors/vim-spell: Makefile distinfo 

Log message:
- a bunch of distfiles were updated, regen checksums


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 05:27:51

Modified files:
	emulators/generator: Makefile 

Log message:
- fix master site
- switch to REVISION/new DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 05:35:53

Modified files:
	textproc/iso12083: Makefile 

Log message:
- mirror distfiles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 05:36:31

Modified files:
	textproc/iso12083: Makefile 

Log message:
missing '/'


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 05:36:47

Modified files:
	x11/gnome/panel: Makefile 

Log message:
Tweak XXX.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/01 05:45:42

Modified files:
	sys/dev/pcmcia : pcmcia.c 

Log message:
Failure to attach a pcmcia driver could leave the function to be disabled
after config_found() returns; check for this and do not invoke pcmcia_ccr_read()
on a disabled function in the following DPRINTF. No change for kernels
without option PCMCIADEBUG.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/01 06:13:21

Modified files:
	usr.sbin/ldapd : btree.c 

Log message:
Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 06:43:54

Modified files:
	productivity/fet: Makefile distinfo 
	productivity/fet/pkg: PLIST 

Log message:
- update fet to 5.14.1


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/01 07:10:42

Modified files:
	sys/arch/loongson/dev: apm.c kb3310.c 

Log message:
Clean-up the spl dance around suspend/resume. Okay miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2010/09/01 07:28:54

Modified files:
	www/xxxterm    : Makefile 

Log message:
Update HOMEPAGE and MASTER_SITES, Okay jasper@ prompted by marco@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/01 07:43:28

Modified files:
	xserver        : Makefile.in aclocal.m4 configure 
	xserver/Xext   : Makefile.in 
	xserver/Xi     : Makefile.in 
	xserver/composite: Makefile.in 
	xserver/config : Makefile.in 
	xserver/damageext: Makefile.in 
	xserver/dbe    : Makefile.in 
	xserver/dix    : Makefile.in 
	xserver/doc    : Makefile.in 
	xserver/exa    : Makefile.in 
	xserver/fb     : Makefile.in 
	xserver/glx    : Makefile.in 
	xserver/hw     : Makefile.in 
	xserver/hw/dmx : Makefile.in 
	xserver/hw/dmx/config: Makefile.in 
	xserver/hw/dmx/doc: Makefile.in 
	xserver/hw/dmx/examples: Makefile.in 
	xserver/hw/dmx/glxProxy: Makefile.in 
	xserver/hw/dmx/input: Makefile.in 
	xserver/hw/kdrive: Makefile.in 
	xserver/hw/kdrive/ephyr: Makefile.in 
	xserver/hw/kdrive/fake: Makefile.in 
	xserver/hw/kdrive/fbdev: Makefile.in 
	xserver/hw/kdrive/linux: Makefile.in 
	xserver/hw/kdrive/openbsd: Makefile.in 
	xserver/hw/kdrive/src: Makefile.in 
	xserver/hw/kdrive/wscons: Makefile.in 
	xserver/hw/vfb : Makefile.in 
	xserver/hw/xfree86: Makefile.in 
	xserver/hw/xfree86/common: Makefile.in 
	xserver/hw/xfree86/ddc: Makefile.in 
	xserver/hw/xfree86/dixmods: Makefile.in 
	xserver/hw/xfree86/dixmods/extmod: Makefile.in 
	xserver/hw/xfree86/doc: Makefile.in 
	xserver/hw/xfree86/doc/devel: Makefile.in 
	xserver/hw/xfree86/doc/man: Makefile.in 
	xserver/hw/xfree86/doc/sgml: Makefile.in 
	xserver/hw/xfree86/dri: Makefile.in 
	xserver/hw/xfree86/dri2: Makefile.in 
	xserver/hw/xfree86/exa: Makefile.in 
	xserver/hw/xfree86/fbdevhw: Makefile.in 
	xserver/hw/xfree86/i2c: Makefile.in 
	xserver/hw/xfree86/int10: Makefile.in 
	xserver/hw/xfree86/loader: Makefile.in 
	xserver/hw/xfree86/modes: Makefile.in 
	xserver/hw/xfree86/os-support: Makefile.in 
	xserver/hw/xfree86/os-support/bsd: Makefile.in 
	xserver/hw/xfree86/os-support/bus: Makefile.in 
	xserver/hw/xfree86/os-support/hurd: Makefile.in 
	xserver/hw/xfree86/os-support/linux: Makefile.in 
	xserver/hw/xfree86/os-support/misc: Makefile.in 
	xserver/hw/xfree86/os-support/sco: Makefile.in 
	xserver/hw/xfree86/os-support/solaris: Makefile.in 
	xserver/hw/xfree86/os-support/sysv: Makefile.in 
	xserver/hw/xfree86/parser: Makefile.in 
	xserver/hw/xfree86/ramdac: Makefile.in 
	xserver/hw/xfree86/shadowfb: Makefile.in 
	xserver/hw/xfree86/utils: Makefile.in 
	xserver/hw/xfree86/utils/cvt: Makefile.in 
	xserver/hw/xfree86/utils/gtf: Makefile.in 
	xserver/hw/xfree86/vbe: Makefile.in 
	xserver/hw/xfree86/vgahw: Makefile.in 
	xserver/hw/xfree86/x86emu: Makefile.in 
	xserver/hw/xfree86/xaa: Makefile.in 
	xserver/hw/xfree86/xf8_16bpp: Makefile.in 
	xserver/hw/xnest: Makefile.in 
	xserver/hw/xquartz: Makefile.in 
	xserver/hw/xquartz/GL: Makefile.in 
	xserver/hw/xquartz/bundle: Makefile.in 
	xserver/hw/xquartz/doc: Makefile.in 
	xserver/hw/xquartz/mach-startup: Makefile.in 
	xserver/hw/xquartz/pbproxy: Makefile.in 
	xserver/hw/xquartz/xpr: Makefile.in 
	xserver/hw/xwin: Makefile.in 
	xserver/include: Makefile.in 
	xserver/mi     : Makefile.in 
	xserver/miext  : Makefile.in 
	xserver/miext/cw: Makefile.in 
	xserver/miext/damage: Makefile.in 
	xserver/miext/rootless: Makefile.in 
	xserver/miext/shadow: Makefile.in 
	xserver/os     : Makefile.in 
	xserver/randr  : Makefile.in 
	xserver/record : Makefile.in 
	xserver/render : Makefile.in 
	xserver/test   : Makefile.in 
	xserver/test/xi2: Makefile.in 
	xserver/xfixes : Makefile.in 
	xserver/xkb    : Makefile.in 

Log message:
regen (yes lots of files, since util-macros has been updated).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/01 07:54:54

Modified files:
	usr.sbin/ldpd  : control.c kroute.c ldpd.c ldpd.conf.5 ldpd.h 
	                 ldpe.c parse.y 

Log message:
s/lfib/fib/ for more consitency with the other routing daemons.
This started manly because of ldpctl beeing inconsistent and me misstyping
lfib almost every time.
OK michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/01 07:59:17

Modified files:
	usr.sbin/ldpctl: ldpctl.8 ldpctl.c parser.c parser.h 

Log message:
s/lfib/fib/ for more consistency with the other routing ctl tools.
While I also made the code more consistent the most noticable change
is the rename of the commandline arguments for fib coupling and viewing.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 08:40:23

Modified files:
	net/opal       : Makefile 
	net/opal/pkg   : PLIST 

Log message:
Enable h264 and h263 support.
Switch to new DEPENDS/REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 08:42:51

Modified files:
	net/opal       : Makefile 

Log message:
Duh, I forgot to bump...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/01 08:43:34

Modified files:
	include/rpc    : auth.h auth_unix.h clnt.h pmap_clnt.h 
	                 pmap_prot.h pmap_rmt.h rpc.h rpc_des.h 
	                 rpc_msg.h svc.h svc_auth.h types.h xdr.h 
	lib/libc/rpc   : DISCLAIMER auth_none.c auth_unix.c 
	                 authunix_prot.c bindresvport.3 clnt_generic.c 
	                 clnt_perror.c clnt_raw.c clnt_simple.c 
	                 clnt_tcp.c clnt_udp.c get_myaddress.c 
	                 getrpcent.3 getrpcent.c getrpcport.3 
	                 getrpcport.c pmap_clnt.c pmap_getmaps.c 
	                 pmap_getport.c pmap_prot.c pmap_prot2.c 
	                 pmap_rmt.c rpc.3 rpc_callmsg.c rpc_commondata.c 
	                 rpc_dtablesize.c rpc_prot.c rpcauth.3 svc.c 
	                 svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c 
	                 svc_simple.c svc_tcp.c svc_udp.c xdr.3 xdr.c 
	                 xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c 
	                 xdr_reference.c xdr_stdio.c 
	lib/librpcsvc  : bootparam_prot.x klm_prot.x mount.x nfs_prot.x 
	                 rex.x rnusers.x rstat.x rusers.x sm_inter.x 
	                 spray.x yp.x yppasswd.x 
	lib/libssl/src/crypto/des: rpc_des.h 
	libexec/rpc.rstatd: rstat_proc.c 
	share/man/man5 : rpc.5 
	usr.bin/rpcgen : rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c 
	                 rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c 
	                 rpc_scan.h rpc_svcout.c rpc_tblout.c rpc_util.c 
	                 rpc_util.h 
	usr.bin/rpcinfo: rpcinfo.8 rpcinfo.c 
	usr.sbin/portmap: portmap.c 

Log message:
Oracle has re-licensed sunrpc under a three-clause BSD license.
Update our sources appropriately.  OK deraadt@ jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/01 09:20:18

Modified files:
	math/eigen2    : distinfo 

Log message:
- upstream modified a .hg/ file in the distfile.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/09/01 09:21:36

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
pick up ECDSA host key by default; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/01 10:38:13

Modified files:
	textproc/rarian: Makefile 
	textproc/rarian/pkg: PLIST 

Log message:
Quiet up @extraunexec.
Switch to REVISION.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/01 11:32:53

Modified files:
	regress/usr.bin/mdoclint: mdoclint mdoclint.1 

Log message:
some very minor tweaks to bring us in line with mdoclint -r1.12 and
mdoclint.1 -r1.2; some minor os-specific differences remain


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/01 11:34:15

Modified files:
	usr.sbin/ldapd : Makefile auth.c control.c ldapd.c ldapd.h 
	                 ldape.c namespace.c 
Added files:
	usr.sbin/ldapd : imsgev.c imsgev.h 

Log message:
Move generic imsg/libevent glue to a separate file.

with eric@ at c2k10


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/01 12:30:48

Modified files:
	usr.sbin/ldapd : schema.c 

Log message:
Add missing leading string quote character in attribute type description.
Caused syntax errors when parsing schema from the subschema.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/01 13:14:25

Modified files:
	sys/arch/macppc/pci: vgafb.c 

Log message:
Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/01 13:14:25

Modified files:
	lib/freetype   : ChangeLog Jamfile Makefile README README.git 
	                 configure shlib_version 
	lib/freetype/builds: toplevel.mk 
	lib/freetype/builds/unix: aclocal.m4 config.guess config.sub 
	                          configure configure.ac configure.raw 
	                          ftconfig.in install-sh ltmain.sh 
	lib/freetype/builds/win32/vc2005: freetype.vcproj index.html 
	lib/freetype/builds/win32/vc2008: freetype.vcproj index.html 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj 
	                                    index.html 
	lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html 
	lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html 
	lib/freetype/devel: ftoption.h 
	lib/freetype/docs: CHANGES INSTALL VERSION.DLL formats.txt 
	lib/freetype/docs/reference: ft2-base_interface.html 
	                             ft2-basic_types.html 
	                             ft2-bdf_fonts.html 
	                             ft2-bitmap_handling.html 
	                             ft2-cache_subsystem.html 
	                             ft2-cid_fonts.html 
	                             ft2-computations.html 
	                             ft2-font_formats.html 
	                             ft2-gasp_table.html 
	                             ft2-glyph_management.html 
	                             ft2-glyph_stroker.html 
	                             ft2-glyph_variants.html 
	                             ft2-gx_validation.html 
	                             ft2-gzip.html 
	                             ft2-header_file_macros.html 
	                             ft2-incremental.html ft2-index.html 
	                             ft2-lcd_filtering.html 
	                             ft2-list_processing.html 
	                             ft2-lzw.html ft2-mac_specific.html 
	                             ft2-module_management.html 
	                             ft2-multiple_masters.html 
	                             ft2-ot_validation.html 
	                             ft2-outline_processing.html 
	                             ft2-pfr_fonts.html 
	                             ft2-quick_advance.html 
	                             ft2-raster.html ft2-sfnt_names.html 
	                             ft2-sizes_management.html 
	                             ft2-system_interface.html 
	                             ft2-toc.html 
	                             ft2-truetype_engine.html 
	                             ft2-truetype_tables.html 
	                             ft2-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/docs/tutorial: step1.html 
	lib/freetype/include/freetype: freetype.h ftcache.h fterrdef.h 
	                               ftlcdfil.h ftlist.h ftmodapi.h 
	                               ftrender.h ftsystem.h ttnameid.h 
	                               tttables.h 
	lib/freetype/include/freetype/config: ftconfig.h ftoption.h 
	lib/freetype/include/freetype/internal: ftmemory.h ftobjs.h 
	lib/freetype/src/autofit: afcjk.c afglobal.c afhints.c afhints.h 
	                          aflatin.c aflatin2.c afpic.c 
	lib/freetype/src/base: ftgloadr.c ftglyph.c ftgxval.c ftinit.c 
	                       ftlcdfil.c ftobjs.c ftotval.c ftoutln.c 
	                       ftpfr.c ftrfork.c ftstream.c ftsystem.c 
	lib/freetype/src/bdf: bdfdrivr.c bdflib.c 
	lib/freetype/src/cache: ftcbasic.c ftccache.c ftccache.h 
	                        ftccmap.c ftcimage.c ftcmanag.c ftcmru.h 
	                        ftcsbits.c 
	lib/freetype/src/cff: cffcmap.c cffdrivr.c cffgload.c cffload.c 
	                      cffload.h cffobjs.c cffparse.c cffpic.c 
	                      cfftypes.h 
	lib/freetype/src/cid: cidobjs.c 
	lib/freetype/src/gxvalid: gxvcommn.c 
	lib/freetype/src/gzip: ftgzip.c 
	lib/freetype/src/lzw: ftlzw.c 
	lib/freetype/src/otvalid: otvmath.c otvmod.c 
	lib/freetype/src/pcf: pcfdrivr.c 
	lib/freetype/src/pfr: pfrdrivr.c pfrgload.c pfrload.c pfrobjs.c 
	                      pfrsbit.c 
	lib/freetype/src/psaux: afmparse.c afmparse.h psobjs.c 
	                        t1decode.c 
	lib/freetype/src/pshinter: pshglob.c pshpic.c 
	lib/freetype/src/psnames: psmodule.c pspic.c 
	lib/freetype/src/raster: ftmisc.h ftraster.c rastpic.c 
	lib/freetype/src/sfnt: sfdriver.c sfntpic.c sfobjs.c ttbdf.c 
	                       ttcmap.c ttkern.c ttload.c ttsbit.c 
	lib/freetype/src/smooth: ftgrays.c ftsmooth.c ftspic.c 
	lib/freetype/src/tools: apinames.c 
	lib/freetype/src/truetype: ttgload.c ttgxvar.c ttinterp.c 
	                           ttinterp.h ttpic.c 
	lib/freetype/src/type1: t1afm.c t1objs.c 
	lib/freetype/src/type42: t42objs.c t42parse.c 
	lib/freetype/src/winfonts: winfnt.c 
Added files:
	lib/freetype   : ChangeLog.23 
Removed files:
	lib/freetype/docs: PATENTS TRUETYPE 

Log message:
Update to freetype 2.4.2. This has been in snapshots for a while
and tested explicitely by ajacoutot@ jasper@, jcs@, krw@ and others
on various architectures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/01 13:20:36

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
Update to 1.6.3. wcmaier@ jasper@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/01 13:22:44

Modified files:
	inputmethods/ibus: Makefile 
Removed files:
	inputmethods/ibus/patches: patch-configure 

Log message:
Remove unneeded py-gtk+2 dependency and patch. Bump.
Pointed out by ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/01 13:23:05

Modified files:
	sys/kern       : kern_bufq.c 

Log message:
Clarify why we can walk the list of bufqs without holding a mutex with a
comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/01 13:30:59

Modified files:
	sys/kern       : kern_bufq.c 

Log message:
There is no point doing wakeups in bufq_done() unless we're actually in the
process of quiescing I/O.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/01 13:32:39

Modified files:
	editors/vim-spell: Makefile 

Log message:
fix Romanian


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/01 13:52:53

Modified files:
	x11/compiz/core: Makefile 
	x11/compiz/core/pkg: PLIST 

Log message:
Fix typo in plist for now while I work on an update.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/09/01 14:03:16

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 
	distrib/sets/lists/xetc: md.loongson md.vax 
	distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k 
	                          md.mvme88k md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/09/01 14:03:52

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/01 14:16:51

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Do not panic in parsedisk() for ``second class'' block devices (which we can't
root off), return NULL instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/01 15:06:51

Modified files:
	usr.bin/tmux   : cmd-set-option.c 

Log message:
Reset running jobs when the status line is enabled or disabled as well,
some people have it bound to a key.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/01 15:11:14

Modified files:
	usr.bin/tmux   : xterm-keys.c 

Log message:
Simplify xterm modifier detection by treating as a bitmask + 1. Spotted
by and diff from Emanuele Giaquinta.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/01 15:17:16

Modified files:
	sys/dev/wscons : wsemul_vt100.c 

Log message:
After all escape sequence processing, check for being beyond the last
column and and clear VTFL_LASTCHAR if so.

This fixes the case where an escape sequence (originally noticed with
DECSTBM) moves the cursor and doesn't reset the flag - if it was set,
there would be a spurious line feed on the next input.

ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 16:32:46

Modified files:
	databases/p5-sybperl: Makefile 
	databases/p5-sybperl/patches: patch-CTlib_Makefile_PL 
	                              patch-Makefile_PL 
	databases/p5-sybperl/pkg: PLIST 

Log message:
sync patches, move to new-style WANTLIB/REVISION, and fix PKGNAME
which had lost its p5- prefix years ago.  ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/01 16:33:25

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
handle sybperl->p5-sybperl, ok steven@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/01 16:42:13

Modified files:
	usr.bin/ssh    : myproposal.h 

Log message:
prefer ECDH in a 256 bit curve field; prompted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/01 17:24:04

Modified files:
	sys/scsi       : st.c 

Log message:
Don't give xs->resid an invalid value (xs->datalen * st->blksize)
inside st_interpret_sense() and then exit without making sure it's
set back to <= xs->datalen.

Fixes 'done < 0; strategy broken' panics when un-tar'ing /cvs from
my ahci DAT tape drive.

ok dlg@ more-or-less-ok matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/01 17:24:55

Modified files:
	www/moinmoin   : Makefile distinfo 
	www/moinmoin/pkg: PLIST 

Log message:
SECURITY UPDATE to 1.9.3.
Fixes CVE-2010-0828 and other XSS vulnerability.
input and ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/01 18:21:41

Modified files:
	usr.bin/cvs    : rcs.c 
	usr.bin/rcs    : rcs.c 

Log message:
rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to
copy it into a newly allocated one (which is even a memory leak).

ok zinovik


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/09/01 23:22:43

Modified files:
	.              : why-cvs.html vax-simh.html press.html 
	                 items.html books.html 47.html 

Log message:
point to porter's handbook instead of ports.html
we will leave historical pages as they are

diff from Daniel Dickman


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/09/01 23:31:04

Modified files:
	build/mirrors  : anoncvs.html.end anoncvs.html.head 
	                 cvsync.html.head 

Log message:
point to porter's handbook here too


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/09/01 23:33:16

Modified files:
	.              : cvsync.html anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/09/01 23:35:14

Modified files:
	.              : cvsup.html 
	faq            : upgrade-old.html 

Log message:
porter's handbook here too


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:02:39

Modified files:
	devel/sdl-gfx  : Makefile 

Log message:
Remove unneeded CONFIGURE_ENV.
Switch to new DEPENDS/REVISION.

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/02 01:03:11

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to 1.0, reminded me by Viq


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:04:15

Modified files:
	devel/sdl-image: Makefile 

Log message:
Remove sdlconf_args from CONFIGURE_ENV.
Switch to new DEPENDS/REVISION.

from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/02 01:05:39

Modified files:
	sys/sys        : buf.h 
	sys/kern       : kern_bufq.c 

Log message:
Inline bufq_impl_disksort and bufq_impl_fifo's definitions into
bufq_impls.  Also, make bufq_impls const.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:06:44

Modified files:
	devel/sdl-mixer: Makefile 

Log message:
Switch to new DEPENDS/REVISION.

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:09:07

Modified files:
	devel/sdl-net  : Makefile 
Removed files:
	devel/sdl-net/patches: patch-Makefile_am 

Log message:
Remove unneeded CONFIGURE_ENV.
Remove unused patch-Makefile_am.
Fiw WANTLIB, no need for USE_X11.
Switch to new DEPENDS/REVISION.

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:12:58

Modified files:
	devel/sdl-pango: Makefile 
	devel/sdl-pango/pkg: DESCR 

Log message:
Several cleanups and fmt(1) DESCR.

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 01:15:47

Modified files:
	devel/sdl-sound: Makefile 

Log message:
Switch to new DEPENDS/REVISION.

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 01:50:51

Modified files:
	x11/gnome/doc-utils: Makefile 

Log message:
- fix dependency on libxslt. as it would pull in -main, instead of the
desired -python.

spotted by markus lude
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 01:51:35

Modified files:
	print/lilypond : distinfo 

Log message:
- upstream regenerated the tarball.

committing on behalf of kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/02 02:02:31

Modified files:
	japanese/kasumi: Makefile 

Log message:
Add USE_X11. ajacoutot@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 02:03:01

Modified files:
	audio/libgpod  : Makefile 

Log message:
Yet another broken PKGNAME after the round of bumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/02 02:06:13

Modified files:
	devel/cmake    : Makefile 

Log message:
Remove hppa and powerpc from the list of archs that needs -O0 to build
cmake. This is apparently not needed anymore since the switch to gcc4.
prodded by brad, tested by myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 02:18:11

Modified files:
	x11/scrotwm    : Makefile 

Log message:
- fix master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 02:22:24

Modified files:
	security/assl  : Makefile 
	productivity/slideml: Makefile 
	sysutils/iogen : Makefile 

Log message:
- fix homepages/master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 02:26:09

Modified files:
	sysutils/diskrescue: Makefile 
	sysutils/dellflash: Makefile 

Log message:
- fix more homepage/master sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 02:26:54

Modified files:
	misc/p5-CreditCard: Makefile distinfo 

Log message:
- update p5-Business-Creditcard to 0.31
- remove espie@ as maintainer, prodded by himself

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/02 02:31:09

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: PLIST 

Log message:
Update to arirang 1.77, from MAINTAINER Jung.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/02 02:53:21

Modified files:
	net/znc        : Makefile distinfo 
	net/znc/patches: patch-man_Makefile_in 
	net/znc/pkg    : PLIST 

Log message:
update to 0.094, from Brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/02 03:00:01

Modified files:
	usr.bin/tic    : tic.1 

Log message:
remove trailing whitespace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/02 03:03:50

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
- move archive.apache.org higher in the list; no sense sitting through a
bunch of mirrors when the most common problem is that a distfile has been
moved to the archive; ok jasper@

- while there replace planetmirror (no longer active) with another site


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 03:09:24

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/pkg : PLIST-libpurple 

Log message:
Fix FULLPKGNAME and FULLPKGPATH so that updates work without ambiguity.
from sthen@, tested by myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/02 03:38:05

Modified files:
	sys/net        : rtsock.c 

Log message:
don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/02 04:05:48

Modified files:
	security/mcrypt: Makefile 

Log message:
unbreak deps following commit to libmcrypt. noted by landry@
lum@, please check the dependency chain!!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/02 05:16:09

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
- revert previous, it breaks builds for at least two builders.

discussed with landry@ and naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/02 05:53:32

Modified files:
	x11/p5-Tk      : Makefile distinfo 
	x11/p5-Tk/patches: patch-PNG_Makefile_PL 
	x11/p5-Tk/pkg  : PLIST-main 
Removed files:
	x11/p5-Tk/patches: patch-Tk_ColorEditor_pm 
	                   patch-pTk_mTk_generic_tk_h 

Log message:
Update p5-Tk to 804.029, fixing a problem seen by Daniel Levai with
clusterssh after updating his snapshot. Thanks Daniel for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/02 05:54:44

Modified files:
	sys/dev/ata    : atascsi.c 
	sys/dev/ic     : ami.c 
	sys/scsi       : scsi_all.h scsiconf.c 

Log message:
the page_length field in the vpd page header is 2 bytes, not 1.

ok krw@ marco@ matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/02 08:01:04

Modified files:
	sbin/pfctl     : parse.y pf_print_state.c pfctl.c pfctl_parser.c 
	usr.sbin/authpf: authpf.c 

Log message:
remove trailing spaces and tabs; no binary change.

written with help from henning@, who suggested ensuring that there
are no changes in the digests for object files, thanks!

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/02 08:03:22

Modified files:
	sbin/route     : route.c 
	usr.sbin/bgpctl: bgpctl.c 
	usr.sbin/bgpd  : bgpd.c config.c kroute.c mrt.c parse.y rde.c 
	                 session.c 
	usr.sbin/dvmrpd: control.c rde_srt.c 
	usr.sbin/ospfd : auth.c control.c ospfd.c 
	usr.sbin/relayd: parse.y pfe_filter.c relayd.c 

Log message:
remove trailing spaces and tabs from source code; no binary changes
(verified by both sthen@ and me).

ok sthen@; "just commit it" claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	stephan@cvs.openbsd.org	2010/09/02 08:18:47

Modified files:
	.              : donations.html 

Log message:
Dalco AG Switzerland has donated a nice ports building machine. Thank you very much!


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/02 08:34:04

Modified files:
	usr.sbin/ldpd  : ldpd.h log.c neighbor.c 

Log message:
NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same
group of states (all but NBR_STA_DOWN). Clean up this confusion and remove
NBR_STA_UP and NBR_STA_ACTIVE.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 08:56:32

Modified files:
	x11/pcmanfm    : Makefile 

Log message:
Drop maintainership.
FYI, the newer versions have a bug which prevent right-click actions to
function properly (since years) and the newly rewritten pcmanfm is still not
released...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 09:33:33

Modified files:
	x11/gnome/tracker: Makefile distinfo 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Minor update to tracker-search-0.8.17.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/02 10:06:55

Modified files:
	x11/scrotwm    : Makefile 
	x11/scrotwm/pkg: PLIST 
Added files:
	x11/scrotwm/patches: patch-Makefile 

Log message:
disable build/install of russian manual page for scrotwm until marco fixes it.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/09/02 10:07:25

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
permit -b 256, 384 or 521 as key size for ECDSA; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/09/02 10:08:40

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
unbreak ControlPersist=yes for ControlMaster=yes; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/09/02 10:12:55

Modified files:
	regress/usr.bin/ssh: Makefile 
Added files:
	regress/usr.bin/ssh: keytype.sh 

Log message:
test different key types (dsa, rsa, ecdsa) and sizes for login
and host keys; print time used for each iteration; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/02 10:18:15

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Update to 3.3.6
ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/09/02 11:21:50

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
Switch ECDSA default key size to 256 bits, which according to RFC5656
should still be better than our current RSA-2048 default.
ok djm@, markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 12:32:33

Modified files:
	comms/hamlib   : Makefile 

Log message:
Unbreak -main PKGNAME, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 12:34:28

Modified files:
	devel/sdl-mixer: Makefile 

Log message:
Typo, from Markus Lude.


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/02 14:53:52

ports/devel/py-dulwich

Update of /cvs/ports/devel/py-dulwich
In directory cvs.openbsd.org:/tmp/cvs-serv4627/py-dulwich

Log Message:
Directory /cvs/ports/devel/py-dulwich added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/02 14:54:18

ports/devel/py-dulwich/pkg

Update of /cvs/ports/devel/py-dulwich/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv22772/py-dulwich/pkg

Log Message:
Directory /cvs/ports/devel/py-dulwich/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/02 14:55:37

Added files:
	devel/py-dulwich: Makefile distinfo 
	devel/py-dulwich/pkg: DESCR PLIST 

Log message:
Dulwich is a pure-Python implementation of the Git file formats and protocols.
OK martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2010/09/02 15:06:31

Modified files:
	devel/sdlmm    : Makefile 

Log message:
port cleanup; from brad, tested by us on gcc4 and phessler on gcc2/gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/02 15:21:58

Modified files:
	devel          : Makefile 

Log message:
Add py-dulwich


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/02 16:11:49

Modified files:
	databases/py-psycopg: Makefile 

Log message:
Again a broken PKGNAME from python bump.
(also I wonder what is the python2.5 FLAVOR for).


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/09/02 21:49:37

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
Make second parameter of poll() the correct type. Removes compile warning.

advice and ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/03 02:37:52

Modified files:
	usr.bin/cvs    : rcs.c rcs.h 

Log message:
Rename RCSNUM's fd to rf_fd, complies to other variable names and
OpenRCS.

ok xsa, zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/09/03 03:30:27

Modified files:
	usr.bin/logger : logger.1 

Log message:
Make 'file' an argument in -f description.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/03 03:39:17

Modified files:
	usr.sbin/ldapd : Makefile schema.c schema.h validate.c 
Added files:
	usr.sbin/ldapd : syntax.c 

Log message:
Implement attribute syntaxes from RFC4517. This adds validation to the most
common attribute types. Specialized attribute types like Delivery Method or
Teletex Terminal Identifier are recognized for completeness, but not
validated.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 03:53:20

Modified files:
	bin/cat        : cat.1 
	bin/chmod      : chflags.1 chgrp.1 chmod.1 chown.8 
	bin/cp         : cp.1 
	bin/date       : date.1 
	bin/dd         : dd.1 
	bin/df         : df.1 
	bin/echo       : echo.1 
	bin/ed         : ed.1 
	bin/expr       : expr.1 
	bin/ln         : ln.1 
	bin/ls         : ls.1 
	bin/md5        : md5.1 sha1.1 sha256.1 
	bin/mkdir      : mkdir.1 
	bin/mv         : mv.1 
	bin/pax        : cpio.1 pax.1 tar.1 
	bin/ps         : ps.1 
	bin/pwd        : pwd.1 
	bin/rm         : rm.1 
	bin/rmdir      : rmdir.1 
	bin/sleep      : sleep.1 
	bin/stty       : stty.1 
	bin/test       : test.1 

Log message:
add an EXIT STATUS section for /bin;


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/03 03:53:24

Modified files:
	usr.sbin/ldapd : schema.c validate.c 

Log message:
Resolve matching rules from superior attribute types at schema load time
instead of when each attribute is validated.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 04:00:40

Modified files:
	bin/expr       : expr.1 

Log message:
remove some unneccessary macros and put EXAMPLES in a more standard format;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 04:08:22

Modified files:
	sbin/mknod     : mkfifo.1 
	sbin/modload   : modload.8 
	sbin/modunload : modunload.8 
	sbin/nfsd      : nfsd.8 
	sbin/swapctl   : swapctl.8 

Log message:
add an EXIT STATUS section for /sbin;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 04:31:29

Modified files:
	usr.bin/logger : logger.1 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/03 04:50:01

Modified files:
	faq            : upgrade48.html 

Log message:
softraid update is not an advanced warning anymore.  Nor is it a warning.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/03 04:51:53

Modified files:
	sys/kern       : kern_bufq.c 

Log message:
thib insists i take responsibility too


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/03 04:56:23

Modified files:
	faq            : upgrade47.html 

Log message:
softraid rebuild won't be required, wording stolen from current.html


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 05:09:29

Modified files:
	usr.bin/ar     : ar.1 
	usr.bin/asa    : asa.1 
	usr.bin/at     : at.1 
	usr.bin/basename: basename.1 
	usr.bin/cal    : cal.1 
	usr.bin/cap_mkdb: cap_mkdb.1 
	usr.bin/cmp    : cmp.1 
	usr.bin/column : column.1 
	usr.bin/comm   : comm.1 
	usr.bin/compress: compress.1 
	usr.bin/csplit : csplit.1 
	usr.bin/cut    : cut.1 
	usr.bin/cvs    : cvs.1 
	usr.bin/diff   : diff.1 
	usr.bin/dirname: dirname.1 
	usr.bin/du     : du.1 
	usr.bin/expand : expand.1 
	usr.bin/file   : file.1 
	usr.bin/fold   : fold.1 
	usr.bin/fstat  : fuser.1 
	usr.bin/gencat : gencat.1 
	usr.bin/getconf: getconf.1 
	usr.bin/grep   : grep.1 
	usr.bin/gzsig  : gzsig.1 
	usr.bin/head   : head.1 
	usr.bin/hexdump: hexdump.1 od.1 
	usr.bin/id     : groups.1 id.1 whoami.1 
	usr.bin/ipcrm  : ipcrm.1 
	usr.bin/ipcs   : ipcs.1 
	usr.bin/join   : join.1 
	usr.bin/logger : logger.1 
	usr.bin/logname: logname.1 
	usr.bin/look   : look.1 
	usr.bin/man    : man.1 
	usr.bin/mesg   : mesg.1 
	usr.bin/modstat: modstat.8 
	usr.bin/paste  : paste.1 
	usr.bin/patch  : patch.1 
	usr.bin/pkg-config: pkg-config.1 
	usr.bin/pr     : pr.1 
	usr.bin/printf : printf.1 
	usr.bin/rcs    : ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 
	                 rcsmerge.1 rlog.1 
	usr.bin/readlink: readlink.1 
	usr.bin/sed    : sed.1 
	usr.bin/sort   : sort.1 
	usr.bin/split  : split.1 
	usr.bin/ssh    : scp.1 
	usr.bin/stat   : stat.1 
	usr.bin/strings: strings.1 
	usr.bin/strip  : strip.1 
	usr.bin/tail   : tail.1 
	usr.bin/tee    : tee.1 
	usr.bin/touch  : touch.1 
	usr.bin/tr     : tr.1 
	usr.bin/tsort  : tsort.1 
	usr.bin/tty    : tty.1 
	usr.bin/uname  : uname.1 
	usr.bin/unifdef: unifdef.1 
	usr.bin/uniq   : uniq.1 
	usr.bin/wc     : wc.1 
	usr.bin/what   : what.1 
	usr.bin/which  : whereis.1 which.1 
	usr.bin/who    : who.1 
	usr.bin/write  : write.1 
	usr.bin/xargs  : xargs.1 
	usr.bin/yacc   : yacc.1 

Log message:
add an EXIT STATUS section for /usr/bin;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 05:22:36

Modified files:
	usr.sbin/ac    : ac.8 
	usr.sbin/httpd/src/support: apachectl.8 htpasswd.1 
	usr.sbin/mtree : mtree.8 
	usr.sbin/ndp   : ndp.8 
	usr.sbin/procmap: procmap.1 
	usr.sbin/rtadvd: rtadvd.8 
	usr.sbin/rtsold: rtsold.8 
	usr.sbin/sa    : sa.8 
	usr.sbin/smtpd : makemap.8 newaliases.8 
	usr.sbin/traceroute6: traceroute6.8 
	usr.sbin/user  : group.8 groupadd.8 groupdel.8 groupinfo.8 
	                 groupmod.8 user.8 useradd.8 userdel.8 
	                 userinfo.8 usermod.8 

Log message:
add an EXIT STATUS section for /usr/sbin;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 05:35:08

Modified files:
	libexec/lockspool: lockspool.1 
	libexec/mail.local: mail.local.8 

Log message:
add EXIT STATUS for /usr/libexec;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 05:50:58

Modified files:
	x11/gnome/totem: Makefile 

Log message:
Remove dependency on gstreamer-plugins-ugly which doesn't have a full
PERMIT_* = YES. We don't need it anyway since most (if not all and even
more) needed support is provided by gstreamer-plugins-ffmpeg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 05:53:24

Modified files:
	audio/rhythmbox: Makefile 

Log message:
sndio gstreamer support is provided in gstreamer-plugins-good, so add it
as a RUN_DEPENDS.
I'm not forcing a dependency on gstreamer-plugins-ugly (needed for e.g.
mp3 support) because it doesn't have a full PERMIT_* = YES.
Users can install it manually if needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 06:34:56

Modified files:
	databases/py-ldap: Makefile 
	databases/py-ldap/pkg: PLIST-main 
	databases/py-psycopg: Makefile 
	databases/py-psycopg/pkg: PLIST-main 
	devel/py-mxDateTime: Makefile 
	devel/py-mxDateTime/pkg: PLIST 
	graphics/py-Imaging: Makefile 
	graphics/py-Imaging/pkg: PLIST-bin PLIST-main 
Added files:
	databases/py-ldap/pkg: PFRAG.python2.6-main 
	databases/py-psycopg/pkg: PFRAG.python2.6-main 
	devel/py-mxDateTime/pkg: PFRAG.python2.6-main 
	graphics/py-Imaging/pkg: PFRAG.python2.6-bin 
	                         PFRAG.python2.6-main 

Log message:
- drop python2.5 flavour of these "special" packages and add
@pkgpath markers; from ajacoutot@

- tweak from me: @pkgpath markers for these go in PFRAG.python2.6-*
files rather than straight in PLIST-*, so that they are only added
to 2.6 packages, otherwise pkg_add -u will see that either 2.4 or
2.6 versions are valid updates and will have to ask every time,
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 06:38:19

Modified files:
	textproc/mupdf : Makefile distinfo 
	textproc/mupdf/patches: patch-Makefile patch-Makerules 
	                        patch-debian_mupdf_desktop 
	textproc/mupdf/pkg: PLIST 
Added files:
	textproc/mupdf/patches: patch-debian_mupdf_1 
Removed files:
	textproc/mupdf/patches: patch-fitz_fitz_base_h 

Log message:
update mupdf to 0.7

Note: key bindings changed slightly; notably /=search (currently
only within a page), n=next search hit, N=last search hit.
A few others were removed to make room and consistency. See
manpage for more (or hit ? while running and look at stdout).


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/03 06:58:14

Modified files:
	infrastructure/build: outdated-perl-ports 

Log message:
Switch to an http mirror
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/03 07:00:05

Modified files:
	www/havp       : Makefile distinfo 

Log message:
Update to 0.92 and switch to new dependencies style.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/03 07:12:31

Modified files:
	sys/netmpls    : mpls_raw.c 

Log message:
Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/03 07:14:55

Modified files:
	bin/mt         : mt.1 
	usr.bin/printenv: printenv.1 

Log message:
add EXIT STATUS (these two were hiding...);


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 07:37:13

Modified files:
	comms/smstools : Makefile distinfo 

Log message:
update smstools3 to 3.1.12; many fixes/improvements including better
spool directory handling with many modems


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 07:46:47

Modified files:
	comms/xastir   : Makefile 

Log message:
use the gettext module, new revision/lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 07:56:30

Modified files:
	comms/gnokii   : Makefile 

Log message:
new-style lib_depends/revision, fix wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/03 08:14:56

Modified files:
	share/misc     : airport 

Log message:
- fix entries for 'B'


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/03 08:34:02

Modified files:
	usr.sbin/ldapctl: Makefile 

Log message:
Need syntax.c to build the schema parser. Sorry for that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 08:39:08

Modified files:
	comms/birda    : Makefile 
	comms/bottlerocket: Makefile 
	comms/colrdx   : Makefile 
	comms/conserver: Makefile 
	comms/dfu-util : Makefile 
	comms/efax     : Makefile 
	comms/flipit   : Makefile 
	comms/gmfsk    : Makefile 
	comms/gpsk31   : Makefile 
	comms/hylafax  : Makefile 
	comms/jpilot   : Makefile 
	comms/jpilot-syncmal: Makefile 
	comms/libmal   : Makefile 
	comms/lrzsz    : Makefile 
	comms/obexftp  : Makefile 
	comms/openobex : Makefile 
	comms/pilot-link: Makefile 
	comms/qpage    : Makefile 
	comms/scmxx    : Makefile 
	comms/seyon    : Makefile 
	comms/sredird  : Makefile 
	comms/tkhylafax: Makefile 
	comms/tlf      : Makefile 
	comms/x3270    : Makefile 
	comms/xcept    : Makefile 
	comms/xlog     : Makefile 

Log message:
new lib_depends/revision


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 08:43:21

Modified files:
	misc/contacts  : Makefile distinfo 
	misc/contacts/pkg: PLIST 

Log message:
Minor update to contacts-0.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 09:34:16

Modified files:
	mail/cyrus-imapd: Makefile 

Log message:
New HOMEPAGE and MASTER_SITES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 09:36:26

Modified files:
	security/cyrus-sasl2: Makefile 

Log message:
New HOMEPAGE+MASTER_SITES.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/09/03 09:40:08

Modified files:
	sys/dev/ic     : athnvar.h ar5008.c ar9280.c 

Log message:
fix initialization value of analog register AR_AN_TOP2 on some high
power AR9220 adapters.
this should fix at least Ubiquiti SR71-12 and Winstron DMNA92 adapters.

problem reported by Giuseppe Scalzi and Alex Dervish
fix tested by Giuseppe Scalzi with a Winstron DMNA92


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 09:48:14

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile distinfo 
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-configure_ac 
	                                                patch-ext_Makefile_am 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 

Log message:
Update to gstreamer-plugins-good-0.10.25.
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.25.html

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 09:49:07

Modified files:
	multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo 
	multimedia/gstreamer-0.10/plugins-ugly/patches: 
	                                                patch-configure_ac 
	                                                patch-ext_sidplay_Makefile_in 
	multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main 

Log message:
Update to gstreamer-plugins-ugly-0.10.16.
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/03 09:49:45

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo 
	multimedia/gstreamer-0.10/plugins-bad/patches: 
	                                               patch-configure_ac 
	multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 

Log message:
Update to gstreamer-plugins-bad-0.10.20.
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 09:58:12

Modified files:
	x11/x11vnc     : Makefile 
Added files:
	x11/x11vnc/patches: patch-x11vnc_connections_c 
	                    patch-x11vnc_keyboard_c 
	                    patch-x11vnc_pointer_c 
	                    patch-x11vnc_pointer_h patch-x11vnc_remote_c 
	                    patch-x11vnc_scan_c patch-x11vnc_screen_c 
	                    patch-x11vnc_userinput_c 

Log message:
Fix build with new libX11 Xdefs.h (who'd have thought that other
software might use "pointer" as a variable name...). From upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 10:06:23

Modified files:
	x11/matchbox/matchbox-keyboard: Makefile 
Added files:
	x11/matchbox/matchbox-keyboard/patches: 
	                                        patch-src_matchbox-keyboard-layout_c 
	                                        patch-src_matchbox-keyboard-row_c 
	                                        patch-src_matchbox-keyboard_c 
	                                        patch-src_matchbox-keyboard_h 

Log message:
Fix build with new libX11 Xdefs.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 10:17:19

Modified files:
	emulators/spim/patches: patch-CPU_run_c 

Log message:
fix build on other arches, and probably mips64 as well (definded->defined)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/03 10:23:26

Modified files:
	devel/mico     : Makefile 
	devel/qt4-eventsview: Makefile 

Log message:
acknowledge that this is broken and not really fixable; ok ajacoutot@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 10:39:13

Modified files:
	graphics/ffmpeg: Makefile 
	graphics/ffmpeg/patches: patch-configure 
	                         patch-libavdevice_Makefile 
	                         patch-libavutil_common_h 
Added files:
	graphics/ffmpeg/files: sndio_common.c sndio_common.h sndio_dec.c 
	                       sndio_enc.c 
Removed files:
	graphics/ffmpeg/files: sndio.c 

Log message:
- Some clean up of the FFMpeg configure patch
- Update the sndio backend code to the newer libavdevice alsa code
which has been refactored and cleaned up a bit

From Brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/03 11:04:17

Modified files:
	astro/xephem   : Makefile 

Log message:
missing bump after WANTLIB change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 11:19:23

Modified files:
	graphics/djvulibre: Makefile 

Log message:
Missing BUILD_DEPENDS. Doesn't fix packaging but it's a start.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/03 11:24:07

Modified files:
	x11/gdevilspie : Makefile distinfo 
	x11/gdevilspie/pkg: PLIST 

Log message:
- update gdevilspie to 0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/03 11:50:49

Modified files:
	print/fontforge: Makefile 

Log message:
Bump for real.  Please put REVISION in the vicinity of PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/03 12:14:54

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
that hands them over to the hardware.  This prevents the hardware from seeing
stale contents if the compiler decides to re-order stores or if the hardware
does store-reordering.

There are sme doubts whether the i386/amd64 bus_dmamap_sync() implementation
will be able to convince future compilers that do even more insanely stupid
optimizations from re-ordering stores.  That will be addressed in a seperate
patch.

ok matthew@, sthen@, oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/03 12:26:56

Log message:
    py-hg-git port
    
    Status:
    
    Vendor Tag:	millert
    Release Tags:	millert_2010_Sep-03
    
    N ports/devel/py-hg-git/distinfo
    N ports/devel/py-hg-git/Makefile
    N ports/devel/py-hg-git/pkg/DESCR
    N ports/devel/py-hg-git/pkg/PLIST
    N ports/devel/py-hg-git/patches/patch-hggit_hgrepo_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/03 12:28:33

Modified files:
	devel          : Makefile 

Log message:
Add py-hg-git; OK martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/09/03 12:51:19

Modified files:
	infrastructure/man/man1: check-conflicts.1 check-lib-depends.1 
	                         pkg_subst.1 

Log message:
fix a few mdoc(7) syntax errors found by mandoc -Tlint
one of them was fatal (no formatted output at all)
another one caused information loss in the formatted output


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 13:20:06

Modified files:
	lang/python    : Makefile.inc 

Log message:
When knocking out a MULTI_PACKAGE on some arch, keep listing it in
MULTI_PACKAGES, and add an (ONLY|NOT)_FOR_ARCHS-subpkg=somearch, rather
than changing contents of the MULTI_PACKAGES variable.

Fixes dpb builds on !amd64/i386, because the bsddb package was
knocked out on other arch.

'please unfuck the fucking mess people only testing on i386 and
amd64 did' landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/03 13:37:57

Added files:
	devel/jdk/1.6/patches: 
	                       patch-j2se_make_common_shared_Defs-utils_gmk 

Log message:
use awk instead of the removed nawk; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 13:49:12

Modified files:
	devel/subversion/patches: patch-configure_ac 

Log message:
regenerate patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 15:20:49

Modified files:
	graphics/djvulibre: Makefile 
Added files:
	graphics/djvulibre/patches: patch-desktopfiles_Makefile_in 

Log message:
add a file that needed a 'cvs add' in steven@'s previous commit,
spotted by steven. didn't package before -> no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/03 15:22:08

Modified files:
	graphics/djvulibre: Makefile 

Log message:
oops, this snuck into previous commit and shouldn't have been there.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/03 15:45:11

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
Some cleanup in preparation for suspend/resume improvements.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/03 15:54:39

Modified files:
	devel/jdk/1.7/patches: 
	                       patch-jdk_make_common_shared_Defs-utils_gmk 

Log message:
nawk is no more, use awk; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/04 02:00:15

Modified files:
	share/man/man7 : man.7 mdoc.7 
	share/misc     : mdoc.template 

Log message:
EXIT STATUS is allowed for section 6 pages too (even though none of our
section 6 pages currently contain this information);


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/04 02:06:09

Modified files:
	sbin/route     : Makefile keywords.h keywords.sh route.c 

Log message:
sort generated keywords in order to replace linear probe with bsearch(3)
(more people should know about how to properly use libc-provided tools)

make keywords.h depend upon keywords.sh, so that it gets automatically
rebuilt when keywords.sh is edited

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/04 03:31:20

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Wip on firefox 4 betas.. only install regxpcom if MOZILLA_VERSION !~ 4,
and set WRKDIST = ${WRKDIR}/mozilla-central if MOZILLA_VERSION =~ 4.
Builds in my tree, doesn't run yet... not ready for the masses!


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/04 03:38:34

Modified files:
	usr.bin/ssh    : ssh.1 ssh-add.1 

Log message:
two more EXIT STATUS sections;


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:38:50

Modified files:
	proto/glproto  : COPYING ChangeLog Makefile.am configure.ac 
	                 glcore.h glxproto.h glxtokens.h 
Removed files:
	proto/glproto  : INSTALL 

Log message:
Update to glproto 1.4.12


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:39:17

Modified files:
	proto/renderproto: ChangeLog Makefile.am configure.ac render.h 
	                   renderproto.txt 
Added files:
	proto/renderproto: README 

Log message:
Update to renderproto 0.11.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:39:52

Modified files:
	proto/videoproto: ChangeLog Makefile.am configure.ac vldXvMC.h 
Added files:
	proto/videoproto: README xv-protocol-v2.txt 

Log message:
Update to videoproto 2.3.1


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/04 03:39:56

Modified files:
	sbin/route     : Makefile 

Log message:
Tried to get too fancy with the Makefile in a way that doesn't build
correctly; changing keywords.sh still requires manual intervention.

pointed out by sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:40:57

xenocara/proto/xextproto/specs

Update of /cvs/xenocara/proto/xextproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv17643/specs

Log Message:
Directory /cvs/xenocara/proto/xextproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:50:09

Added files:
	proto/xextproto/specs: Makefile.am appgroup.xml dbe.xml dpms.xml 
	                       evi.xml geproto.xml multibuf.xml 
	                       security.xml shape.xml shm.xml sync.xml 
	                       tog-cup.xml xtest.xml 

Log message:
Added files with xextproto 1.7.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:53:19

Modified files:
	proto/xextproto: ChangeLog Makefile.am README 
Added files:
	proto/xextproto: shapestr.h shmstr.h syncstr.h 

Log message:
3 files that where re-added in xextproto 7.1.2 and missed by cvs commit.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 03:59:36

Modified files:
	proto/xextproto: ChangeLog README 

Log message:
Fix 2 files that got mysteriously corrupted by CVS during
update to xextproto 7.1.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:00:59

Modified files:
	dist/libxcb    : NEWS configure.ac 
	dist/libxcb/doc/tutorial: index.html 
	dist/libxcb/src: c_client.py xcb_auth.c xcb_conn.c xcb_in.c 
	                 xcb_out.c xcb_util.c xcbint.h 
	lib/libxcb/libxcb: shlib_version 

Log message:
Update to libxcb 1.7


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:17:03

Modified files:
	lib/libXi      : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXi/man  : Makefile.am Makefile.in XAllowDeviceEvents.man 
	                 XChangeDeviceDontPropagateList.man 
	                 XChangeKeyboardDevice.man 
	                 XChangePointerDevice.man XDeviceBell.man 
	                 XGetDeviceControl.man XGetDeviceKeyMapping.man 
	                 XGetDeviceModifierMapping.man 
	                 XGetDeviceMotionEvents.man 
	                 XGetDeviceProperty.man XGetExtensionVersion.man 
	                 XGetFeedbackControl.man XGrabDevice.man 
	                 XGrabDeviceButton.man XGrabDeviceKey.man 
	                 XIChangeHierarchy.man XIChangeProperty.man 
	                 XIDefineCursor.man XIGrabButton.man 
	                 XIGrabDevice.man XIGrabEnter.man 
	                 XIListProperties.man XIQueryDevice.man 
	                 XIQueryPointer.man XIQueryVersion.man 
	                 XISelectEvents.man XISetClientPointer.man 
	                 XISetFocus.man XIWarpPointer.man 
	                 XListDeviceProperties.man XListInputDevices.man 
	                 XOpenDevice.man XQueryDeviceState.man 
	                 XSelectExtensionEvent.man 
	                 XSelectExtensionEvent.txt 
	                 XSendExtensionEvent.man 
	                 XSetDeviceButtonMapping.man XSetDeviceFocus.man 
	                 XSetDeviceMode.man XSetDeviceValuators.man 
	lib/libXi/src  : Makefile.in XExtInt.c XGetVers.c XIProperties.c 
	                 XIQueryVersion.c XISelEv.c XIint.h 

Log message:
Update to libXi 1.3.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:18:16

Added files:
	lib/libXi      : INSTALL 

Log message:
Missed re-added file in libXi 1.3.2. update.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:29:23

xenocara/lib/libX11/m4

Update of /cvs/xenocara/lib/libX11/m4
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/lib/libX11/m4

Log Message:
Directory /cvs/xenocara/lib/libX11/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:33:18

Modified files:
	lib/libX11     : ChangeLog Makefile.am Makefile.bsd-wrapper 
	                 Makefile.in aclocal.m4 configure configure.ac 
	lib/libX11/include: Makefile.in 
	lib/libX11/include/X11: Xlibint.h 
	lib/libX11/man : Compose.man Makefile.am Makefile.in 
	                 XRaiseWindow.man XStringToKeysym.man 
	lib/libX11/man/xkb: Makefile.am Makefile.in XkbFreeGeometry.man 
	                    XkbGetBounceKeysDelay.man 
	                    XkbGetSlowKeysDelay.man XkbGetState.man 
	                    XkbKeyActionEntry.man 
	                    XkbSetBounceKeysDelay.man 
	lib/libX11/modules: Makefile.in 
	lib/libX11/modules/im: Makefile.in 
	lib/libX11/modules/im/ximcp: Makefile.am Makefile.in imLcIm.c 
	                             imLcPrs.c imRm.c 
	lib/libX11/modules/lc: Makefile.in 
	lib/libX11/modules/lc/Utf8: Makefile.am Makefile.in 
	lib/libX11/modules/lc/def: Makefile.am Makefile.in 
	lib/libX11/modules/lc/gen: Makefile.am Makefile.in 
	lib/libX11/modules/lc/xlocale: Makefile.am Makefile.in 
	lib/libX11/modules/om: Makefile.in 
	lib/libX11/modules/om/generic: Makefile.am Makefile.in 
	lib/libX11/nls : Makefile.in 
	lib/libX11/nls/C: Makefile.in 
	lib/libX11/nls/am_ET.UTF-8: Makefile.in 
	lib/libX11/nls/armscii-8: Makefile.in 
	lib/libX11/nls/el_GR.UTF-8: Makefile.in 
	lib/libX11/nls/en_US.UTF-8: Compose.pre Makefile.in 
	lib/libX11/nls/fi_FI.UTF-8: Compose.pre Makefile.in 
	lib/libX11/nls/georgian-academy: Makefile.in 
	lib/libX11/nls/georgian-ps: Makefile.in 
	lib/libX11/nls/ibm-cp1133: Makefile.in 
	lib/libX11/nls/iscii-dev: Makefile.in 
	lib/libX11/nls/isiri-3342: Makefile.in 
	lib/libX11/nls/iso8859-1: Makefile.in 
	lib/libX11/nls/iso8859-10: Makefile.in 
	lib/libX11/nls/iso8859-11: Makefile.in 
	lib/libX11/nls/iso8859-13: Makefile.in 
	lib/libX11/nls/iso8859-14: Makefile.in 
	lib/libX11/nls/iso8859-15: Makefile.in 
	lib/libX11/nls/iso8859-2: Makefile.in 
	lib/libX11/nls/iso8859-3: Makefile.in 
	lib/libX11/nls/iso8859-4: Makefile.in 
	lib/libX11/nls/iso8859-5: Makefile.in 
	lib/libX11/nls/iso8859-6: Makefile.in 
	lib/libX11/nls/iso8859-7: Makefile.in 
	lib/libX11/nls/iso8859-8: Makefile.in 
	lib/libX11/nls/iso8859-9: Makefile.in 
	lib/libX11/nls/iso8859-9e: Makefile.in 
	lib/libX11/nls/ja: Makefile.in 
	lib/libX11/nls/ja.JIS: Makefile.in 
	lib/libX11/nls/ja.S90: Makefile.in 
	lib/libX11/nls/ja.SJIS: Makefile.in 
	lib/libX11/nls/ja.U90: Makefile.in 
	lib/libX11/nls/ja_JP.UTF-8: Makefile.in 
	lib/libX11/nls/ko: Makefile.in 
	lib/libX11/nls/ko_KR.UTF-8: Makefile.in 
	lib/libX11/nls/koi8-c: Makefile.in 
	lib/libX11/nls/koi8-r: Makefile.in 
	lib/libX11/nls/koi8-u: Makefile.in 
	lib/libX11/nls/microsoft-cp1251: Makefile.in 
	lib/libX11/nls/microsoft-cp1255: Makefile.in 
	lib/libX11/nls/microsoft-cp1256: Makefile.in 
	lib/libX11/nls/mulelao-1: Makefile.in 
	lib/libX11/nls/nokhchi-1: Makefile.in 
	lib/libX11/nls/pt_BR.UTF-8: Makefile.in 
	lib/libX11/nls/ru_RU.UTF-8: Makefile.in 
	lib/libX11/nls/tatar-cyr: Makefile.in 
	lib/libX11/nls/th_TH: Makefile.in 
	lib/libX11/nls/th_TH.UTF-8: Makefile.in 
	lib/libX11/nls/tscii-0: Makefile.in 
	lib/libX11/nls/vi_VN.tcvn: Makefile.in 
	lib/libX11/nls/vi_VN.viscii: Makefile.in 
	lib/libX11/nls/zh_CN: Makefile.in 
	lib/libX11/nls/zh_CN.UTF-8: Makefile.in 
	lib/libX11/nls/zh_CN.gb18030: Makefile.in 
	lib/libX11/nls/zh_CN.gbk: Makefile.in 
	lib/libX11/nls/zh_HK.UTF-8: Makefile.in 
	lib/libX11/nls/zh_HK.big5: Makefile.in 
	lib/libX11/nls/zh_HK.big5hkscs: Makefile.in 
	lib/libX11/nls/zh_TW: Makefile.in 
	lib/libX11/nls/zh_TW.UTF-8: Makefile.in 
	lib/libX11/nls/zh_TW.big5: Makefile.in 
	lib/libX11/specs: Makefile.in troffrules.in 
	lib/libX11/specs/XIM: Makefile.am Makefile.in 
	lib/libX11/specs/i18n: Makefile.am Makefile.in 
	lib/libX11/specs/libX11: Makefile.am Makefile.in 
	lib/libX11/src : ConnDis.c Makefile.am Makefile.in OpenDis.c 
	                 SetPntMap.c XErrorDB XlibInt.c Xprivate.h 
	                 Xxcbint.h locking.c xcb_disp.c xcb_io.c 
	lib/libX11/src/util: Makefile.am Makefile.in 
	lib/libX11/src/xcms: Makefile.am Makefile.in 
	lib/libX11/src/xkb: Makefile.am Makefile.in 
	lib/libX11/src/xlibi18n: Makefile.am Makefile.in lcUTF8.c 
Added files:
	lib/libX11/m4  : ax_define_dir.m4 dolt.m4 
Removed files:
	lib/libX11     : acinclude.m4 
	lib/libX11/man/xkb: XkbGetDetectableAutorepeat.man 
	                    XkbSetDetectableAutorepeat.man 

Log message:
Update to libX11 1.3.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:36:30

Added files:
	lib/libX11/man/xkb: XkbGetDetectableAutoRepeat.man 
	                    XkbSetDetectableAutoRepeat.man 

Log message:
Add 2 missed files in previous update to libX11 1.3.5.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:37:31

Modified files:
	lib/libXfont   : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xfont.pc.in 
	lib/libXfont/doc: fontlib.css fontlib.xsl 
	lib/libXfont/src: Makefile.in 
	lib/libXfont/src/FreeType: Makefile.in 
	lib/libXfont/src/bitmap: Makefile.in 
	lib/libXfont/src/builtins: Makefile.in 
	lib/libXfont/src/fc: Makefile.in 
	lib/libXfont/src/fontfile: Makefile.in bunzip2.c 
	lib/libXfont/src/stubs: Makefile.in 
	lib/libXfont/src/util: Makefile.in miscutil.c 

Log message:
Update to libXfont 1.4.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:39:39

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
updates


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 04:41:57

Modified files:
	.              : Makefile 
	distrib/notes  : README.macppc 
Removed files:
	etc/X11.macppc : xorg.conf 

Log message:
Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@
and todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 06:18:04

Modified files:
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.armish : MAKEDEV.md 
	etc/etc.aviion : MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.landisk: MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.luna88k: MAKEDEV.md 
	etc/etc.mac68k : MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.mvme68k: MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV.md 
	etc/etc.palm   : MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.vax    : MAKEDEV.md 
	etc/etc.zaurus : MAKEDEV.md 

Log message:
Reorder device entries within sections, for MAKEDEV.8 to have them sorted.
Prodded by jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 06:18:42

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.palm   : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.zaurus : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.armish: MAKEDEV.8 
	share/man/man8/man8.aviion: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.loongson: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.palm: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 06:47:00

Modified files:
	share/man/man4 : se.4 
	sys/dev/pci    : if_se.c if_sereg.h 

Log message:
Let se(4) support SiS191, and bring a lot of bugfixes and improvements from
FreeBSD.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 06:55:38

Modified files:
	proto/xextproto: Makefile.am 

Log message:
merge botch in used file


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 06:59:27

Modified files:
	sys/dev/pcmcia : pcmcia_cis.c pcmciareg.h pcmciavar.h 

Log message:
Add support for indirect CIS data (CISTPL_INDIRECT tuple).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/04 07:01:39

Modified files:
	lib/libXi      : COPYING ChangeLog 

Log message:
fix merge botch


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 07:13:17

Modified files:
	sys/dev/pcmcia : pcmcia_cis.c 

Log message:
Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of
trying to roll our inline version of it and fail. Fixes `checksum error'
warnings on all the cards with checksum tuples I could find (admittedly not
many), and probably fixes all of them since this code has never been correct
in the first place.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 07:14:49

Modified files:
	sys/dev/pcmcia : pcmcia_cis.c 

Log message:
Off-by-two in the length check for CISTPL_CONFIG tuples.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/04 07:34:59

Modified files:
	share/man/man4 : pci.4 

Log message:
update the description of se(4);


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 08:39:05

Modified files:
	gnu/lib/libiberty: Makefile.bsd-wrapper shlib_version 

Log message:
Compile the v3 demangler support code in libiberty, bump minor. Will be used
in a not-so-distant future.
ok kettenis@ (some time ago)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/04 08:41:37

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.loongson md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/04 10:12:48

Modified files:
	share/man/man4 : azalia.4 

Log message:
zap a load of wholly unneccessary .Pp;


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/04 11:07:44

Modified files:
	games/fortune/datfiles: fortunes2 

Log message:
Update 'Fastest Defeat In Chess' fortune, trying to dispel Gibaud
- Lazard 1924 myth.

prompted by and ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/04 12:10:48

Modified files:
	devel/p5-DateTime-Format-ICal: Makefile 
	devel/p5-DateTime-Format-ICal/pkg: PLIST 
Removed files:
	devel/p5-DateTime-Format-ICal/patches: patch-Build_PL 

Log message:
Set CONFIGURE_STYLE=modbuild, remove the unneeded patch and don't
set CONFIGURE_ARGS. Bump REVISION. Fixes file installation location
problem reported by jcs@, tested by jcs@.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/04 12:22:58

Modified files:
	faq            : upgrade48.html 

Log message:
/etc/ldpd.conf isn't handled as a cp file.
/etc/iked is handled by base48.tgz and mtree, no need to build the tree
here (and this wasn't right, anyway)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/04 12:38:49

Added files:
	faq            : upgrade48.patch 

Log message:
upgrade patch file for 4.7 -> 4.8.  very lightly tested so far, but
looks good so far.  I would welcome advanced and knowledgeable user test
reports at this point, but make sure you 1) can do better than "didn't
work!" and 2) can recover from whatever it does to your machine!


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/04 13:38:16

Modified files:
	sys/dev/pci    : if_xl_pci.c 

Log message:
Remove redundant prototype left behind by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/04 13:44:46

Added files:
	devel/py-mxDateTime/pkg: PFRAG.python2.6 
Removed files:
	devel/py-mxDateTime/pkg: PFRAG.python2.6-main 

Log message:
Unbreak by renaming the PFRAG to a correct value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/04 13:46:45

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Maintainance update to goffice-0.8.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/04 13:47:00

Modified files:
	math/gnumeric  : Makefile distinfo 

Log message:
Maintainance update to gnumeric-1.10.10.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/09/04 15:31:05

Modified files:
	usr.sbin/dvmrpctl: parser.c parser.h 
	usr.sbin/ldpctl: parser.c parser.h 
	usr.sbin/ospf6ctl: parser.c parser.h 
	usr.sbin/ospfctl: parser.c parser.h 
	usr.sbin/relayctl: parser.c parser.h 
	usr.sbin/ripctl: parser.c parser.h 
	usr.sbin/smtpd : parser.c parser.h 

Log message:
move some things around to make intentions clear.  not really a functional
change.  ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/09/04 15:35:58

Modified files:
	sys/ntfs       : ntfs_ihash.c ntfs_subr.c ntfs_subr.h 
	                 ntfs_vfsops.c 

Log message:
revert previous "simplification".  kcornies at gmail says it doesn't work.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/05 01:44:42

Modified files:
	nl             : anoncvs.html books.html cvsync.html 
	                 donations.html items.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/05 02:31:33

Modified files:
	www/bricolage  : Makefile 
	www/bricolage/patches: patch-inst_files_pl 
	www/bricolage/pkg: PLIST 

Log message:
Don't create /var/tmp/bricolage during fake stage, we don't want things
outside of WKRINST be created and it gets left behind.
Regen PLIST while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 03:04:23

Modified files:
	devel/autoconf/2.13: Makefile 
	devel/autoconf/2.52: Makefile 

Log message:
bump for nawk removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 04:23:45

Modified files:
	audio/cmu-sphinxbase: Makefile 

Log message:
really use mod fortran


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 04:25:16

Modified files:
	audio/ac3dec   : Makefile 
	audio/akode    : Makefile 
	audio/amarok   : Makefile 
	audio/aqualung : Makefile 
	audio/ascd     : Makefile 
	audio/audacious: Makefile 
	audio/audacious-plugins: Makefile 
	audio/audacity : Makefile 
	audio/aumix    : Makefile 
	audio/bladeenc : Makefile 
	audio/bmp      : Makefile 
	audio/bonk     : Makefile 
	audio/cdparanoia: Makefile 
	audio/cmt      : Makefile 
	audio/cmu-sphinx3: Makefile 
	audio/daapd    : Makefile 
	audio/dumb     : Makefile 
	audio/easytag  : Makefile 
	audio/esound   : Makefile 
	audio/espeak   : Makefile 
	audio/faac     : Makefile 
	audio/faad     : Makefile 

Log message:
new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 04:32:54

Modified files:
	devel/p5-PerlIO-via-Bzip2: Makefile 

Log message:
don't set MODULES=cpan twice


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/05 04:54:02

Modified files:
	lang/ghc       : Makefile 

Log message:
Bump for real.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/05 06:16:23

Modified files:
	usr.sbin/ripctl: parser.c 

Log message:
Unbreak the tree.  Bad tedu, no cookie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/05 06:24:11

Modified files:
	sysutils/flyback: Makefile 

Log message:
Don't mix old (p*) and new (REVISION) style.
Bump for real, which needs an EPOCH in this case (without it,
you can't update from *p6p0).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/05 06:42:54

Modified files:
	sys/dev/pci    : if_se.c if_sereg.h 

Log message:
Properly invoke bus_dmamap_sync() around the ring descriptors. No functional
change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 06:59:36

Modified files:
	graphics/py-Imaging: Makefile 

Log message:
-examples had p1p2 (set in both FULLPKGNAME and REVISION);
repair and use EPOCH to allow upgrades


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 07:04:43

Modified files:
	graphics/py-Imaging/patches: patch-Tk_tkImaging_c patch-setup_py 

Log message:
regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/05 09:18:49

Modified files:
	emulators/sdlmame: Makefile 

Log message:
Unbreak on amd64 by adding -Wno-system-headers to OPT_FLAGS.
sdlmame includes *mmintrin.h headers from gcc which can't be compiled
with -Wsystem-headers (now system default) -Werror (set by the port).

While here remove useless gcc4 MODULES stanzas (port is only for
i386/amd64), switch to newer WANTLIB/LIB_DEPENDS/REVISION idioms.

with tweaks from ajacoutot@, ok ajacoutot@ & MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/05 10:54:36

Modified files:
	www/epiphany   : Makefile 
Added files:
	www/epiphany/patches: patch-src_pdm-dialog_c 

Log message:
Merge upstream commit 479f0a9a7ec095a8457e7d5b70695207e81f40c6 to fix
a loooong standing bug.

"pdm-dialog: do not crash when clearing the passwords from prefs dialog
The code (wrongly) assumed we could only be called from withing the
PDM dialog. Do some refactoring to make it more generic.
Bug #606933"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/05 11:18:22

Modified files:
	devel/pyrex    : Makefile distinfo 
	devel/pyrex/pkg: PLIST 

Log message:
- update pyrex to 0.9.9
- use MODPY_EGG_VERSION


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/05 11:32:20

Modified files:
	faq            : upgrade48.html 

Log message:
useradd lines are for the user to enter, should be <b>'d.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/05 12:07:12

Modified files:
	sys/arch/sparc/include: lock.h 

Log message:
Fix inline assembler to make it acceptable to gcc4.  Similar to what we've
done to sparc64 a couple of months ago.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/05 12:08:52

Modified files:
	sys/arch/sparc/sparc: emul.c 

Log message:
Make gcc4 happy.  Similar to what we've done to sparc64 a couple of months ago.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/05 12:10:10

Modified files:
	sys/arch/sparc/dev: obio.c qec.c sbus.c 

Log message:
Remove bogus LHS casts.  makes gcc4 happy.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/05 12:14:33

Modified files:
	sys/sys        : pciio.h 
	sys/dev/pci    : pci.c pcivar.h 
	usr.sbin/pcidump: pcidump.c 

Log message:
Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining
the size of those BARs.  Make pcidump use this new ioctl to print the size
of PCI BARs.

ok deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/05 13:12:36

Modified files:
	share/man/man7 : operator.7 

Log message:
Both old and new groff behave in the following way: Literal tabs are
considered normal word characters even when delimiting column phrases
in .Bl -column.  Thus, in any column but the last, if the column is
terminated by a literal tab, and the last character is a solitary dot,
that dot is NOT considered punctuation, and consequently offset from
the preceding text by a blank space.  This space does not occur when the
Ta macro is used inmstead of a literal tab, or when a blank character is
inserted between the dot and the tab.

Confused now?  So were we.
We decided to consider that a bug in groff, not a feature,
and to not emulate it in mandoc(1).
Thus, let operator(7) no longer depend on that groff bug.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/05 14:19:52

ports/sysutils/toprump/patches

Update of /cvs/ports/sysutils/toprump/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18660/patches

Log Message:
Directory /cvs/ports/sysutils/toprump/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/05 14:33:20

Added files:
	sysutils/toprump/patches: patch-toprump_c 

Log message:
- fix build for gcc2


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/09/05 15:17:22

Modified files:
	.              : plus.html 

Log message:
remove advertisement of an incorrect change that has been reverted


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/05 15:35:06

Modified files:
	x11/aewm       : Makefile 
	x11/aewm/patches: patch-Makefile 
	x11/aewm/pkg   : PLIST 

Log message:
- fix a warning during packaging about funky symlinks (ptd. out by sthen)
- get rid of gzip'd man pages

looks good to sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 15:55:42

Modified files:
	audio/abcde/patches: patch-abcde 

Log message:
regen patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 16:00:14

Modified files:
	audio/amarok   : Makefile 
	audio/festival/core: Makefile 
	audio/fluidsynth: Makefile 
	audio/freealut : Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/gmpc-plugins: Makefile 
	audio/gnomad2  : Makefile 
	audio/gqmpeg   : Makefile 
	audio/grip     : Makefile 
	audio/gsm      : Makefile 
	audio/gtkpod   : Makefile 
	audio/herrie   : Makefile 
	audio/hydrogen : Makefile 
	audio/id3ed    : Makefile 
	audio/id3lib   : Makefile 
	audio/ifp-line : Makefile 
	audio/jack     : Makefile 
	audio/ksmp3play: Makefile 
	audio/libcdio  : Makefile 
	audio/libgpod  : Makefile 
	audio/mixer.app: Makefile 
	audio/mp3info  : Makefile 
	audio/mp3splt-gtk: Makefile 
	audio/picard   : Makefile 
	audio/py-tagpy : Makefile 
	audio/sonata   : Makefile 
	audio/soundtracker: Makefile 
	audio/streamripper: Makefile 
	audio/tagtool  : Makefile 
	audio/vagalume : Makefile 
	audio/wmix     : Makefile 
	audio/wmmixer  : Makefile 
	audio/wmmp3    : Makefile 
	audio/wmtune   : Makefile 
	audio/workman  : Makefile 
	audio/xcdplayer: Makefile 
	audio/xhippo   : Makefile 
	audio/xmix     : Makefile 
	audio/xmms-bonk: Makefile 
	audio/xmms-fmradio: Makefile 
	audio/xmms-speex: Makefile 
	audio/xmms-wavpack: Makefile 
	audio/xmms-xf86audio: Makefile 
	audio/xmmsctrl : Makefile 

Log message:
new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 16:11:58

Modified files:
	audio/p5-Audio-MPD: Makefile 

Log message:
missing p5-


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 16:12:22

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
missing p5- on Audio-MPD


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 18:04:29

Modified files:
	audio/last.fm  : Makefile 
	audio/liba52   : Makefile 
	audio/libcanberra: Makefile 
	audio/libdca   : Makefile 
	audio/libid3tag: Makefile 
	audio/libmad   : Makefile 
	audio/libmikmod: Makefile 
	audio/libmpdclient: Makefile 
	audio/libmusicbrainz: Makefile 
	audio/libsidplay: Makefile 
	audio/mac      : Makefile 
	audio/madplay  : Makefile 
	audio/mono-taglib: Makefile 
	audio/morseplayer: Makefile 
	audio/mp3cddb  : Makefile 
	audio/mp3encode: Makefile 
	audio/mpg321   : Makefile 
	audio/mppenc   : Makefile 
	audio/mt-daapd : Makefile 
	audio/nap      : Makefile 
	audio/normalize: Makefile 
	audio/nosefart : Makefile 
	audio/nspmod   : Makefile 
	audio/oggtag   : Makefile 
	audio/openal   : Makefile 
	audio/opennap  : Makefile 
	audio/p5-libvorbis: Makefile 
	audio/pacpl    : Makefile 
	audio/portaudio-svn: Makefile 
	audio/rioutil  : Makefile 
	audio/rplay    : Makefile 
	audio/rsynth   : Makefile 
	audio/rtunes   : Makefile 
	audio/ruby-id3lib: Makefile 
	audio/scmpc    : Makefile 
	audio/shell-fm : Makefile 
	audio/sidplay  : Makefile 
	audio/speex    : Makefile 
	audio/teknap   : Makefile 
	audio/tempest  : Makefile 
	audio/toolame  : Makefile 
	audio/tracker  : Makefile 
	audio/tremor-tools: Makefile 
	audio/vorbisgain: Makefile 
	audio/wmmp     : Makefile 
	audio/xcd      : Makefile 
	audio/xmcd     : Makefile 
	audio/xmmix    : Makefile 
	audio/xmms     : Makefile 
	audio/xmms-flac: Makefile 
	audio/xmms-shn : Makefile 
	audio/xmms-sid : Makefile 
	audio/xmms-tremor: Makefile 

Log message:
new-style REVISIONS/LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/05 18:16:23

Modified files:
	devel/cmake    : Makefile 

Log message:
- bump REVISION following change for hppa/powerpc to stop forcing -O0
- sort remaining arch

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 00:21:20

Log message:
    Import redshift-1.5
    
    Redshift adjusts the color temperature of your screen according to your
    surroundings. This may help your eyes hurt less if you are working in
    front of the screen at night.
    <...>
    
    Input and ok sthen@ kili@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100906
    
    N ports/misc/redshift/distinfo
    N ports/misc/redshift/Makefile
    N ports/misc/redshift/pkg/PLIST
    N ports/misc/redshift/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 00:22:09

Modified files:
	misc/redshift  : Makefile 

Log message:
Ooops tyop.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 00:22:44

Modified files:
	misc           : Makefile 

Log message:
+redshift


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/09/06 00:23:55

Log message:
    Import anonymous-pro fonts. with feedback from and ok landry@
    
    Status:
    
    Vendor Tag:	matthieu
    Release Tags:	v1_001
    
    N ports/x11/anonymous-pro/distinfo
    N ports/x11/anonymous-pro/Makefile
    N ports/x11/anonymous-pro/pkg/PLIST
    N ports/x11/anonymous-pro/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/09/06 00:24:30

Modified files:
	x11            : Makefile 

Log message:
Link anonymous-pro


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 01:35:47

Modified files:
	x11/dbus-glib  : Makefile distinfo 
	x11/dbus-glib/patches: patch-configure 
	x11/dbus-glib/pkg: PLIST 

Log message:
Update to dbus-glib-0.88.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/06 01:49:35

Modified files:
	usr.bin/mandoc : term_ps.c 

Log message:
fix an off by one found by parfait
ok schwarze@ and kristaps


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/06 02:00:31

Modified files:
	sys/arch/sh/include: locore.h 
	sys/arch/sh/sh : locore_subr.S 
	sys/arch/landisk/conf: Makefile.landisk 

Log message:
move away from using /**/ to ## for cpp paste in sh locore
so we can drop -traditional-cpp
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 02:21:09

Log message:
    import parti 0.0.6, includes partiwm, xpra and wimpiggy.
    
    Parti is a tabbing/tiling (one might say "partitioning") window manager.
    Its goal is to bring this superior window management interface to
    modern, mainstream desktop environments. It is written in Python and
    uses GTK+.
    [...]
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100906
    
    N ports/x11/partiwm/distinfo
    N ports/x11/partiwm/Makefile
    N ports/x11/partiwm/pkg/DESCR
    N ports/x11/partiwm/pkg/PLIST
    N ports/x11/partiwm/patches/patch-setup_py
    N ports/x11/partiwm/patches/patch-xpra_scripts_server_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 02:22:50

Modified files:
	x11            : Makefile 

Log message:
- add partiwm


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/06 02:28:44

Modified files:
	usr.sbin/ldpd  : ldpe.h neighbor.c 

Log message:
The nbr_reset_*() timer fucntions are the same as the nbr_start_* function.
So replace the few calls to the reset function with nbr_start_*().
OK michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/06 02:36:33

Modified files:
	usr.sbin/ldpd  : neighbor.c 

Log message:
Only run the nbr_idtimer() when this side is acting as master (establishing
the tcp session). Calling nbr_act_session_establish() on slave systems can
crash ldpd because active events are reinitialized.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 02:42:48

Modified files:
	x11/openbox    : Makefile distinfo 
	x11/openbox/patches: patch-Makefile_in 

Log message:
update to openbox 3.4.11.2.
maintainer (benoit@openbsd.org) ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 02:43:43

Modified files:
	inputmethods/scim-anthy: Makefile 

Log message:
Correct lib requirements. Bump revision.
ajacoutot@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 03:38:39

Modified files:
	net/socat      : Makefile distinfo 

Log message:
- SECURITY UPDATE of socat to 1.7.1.3
SA40806/CVE-2010-2799:
socat Command Line Argument Buffer Overflow Vulnerability

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/06 03:49:23

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: DESCR PLIST 

Log message:
Update to arirang 1.90 from MAINTAINER jung.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 04:42:31

Modified files:
	productivity/gtg: Makefile distinfo 
	productivity/gtg/patches: patch-GTG___init___py patch-GTG_gtg_py 
	                          patch-gtg_desktop 
	productivity/gtg/pkg: PLIST 

Log message:
- update gtg to 0.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 04:50:39

Modified files:
	x11/dbus-glib  : Makefile 

Log message:
Correct master site. ajacoutot@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 05:06:51

ports/x11/dbus-python/patches

Update of /cvs/ports/x11/dbus-python/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9572/patches

Log Message:
Directory /cvs/ports/x11/dbus-python/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 05:40:39

Modified files:
	audio/libmpdclient: Makefile 
Added files:
	audio/libmpdclient/patches: patch-src_idle_c patch-src_song_c 
	                            patch-src_tag_c 

Log message:
- fix build with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 06:06:29

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
- add clean=all, which takes care of cleaning work, flavors, packages and plist.
just a shorthand for adding the above words to a list.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/06 06:06:57

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
- sync description for clean.
- fix spello

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/06 06:15:32

Modified files:
	lang/guile     : Makefile 

Log message:
- add a comment as to why the symlink is made
- add slib as a run dependency, so the symlink points to something
- switch to new DEPENDS/WANTLIB/REVISION

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/06 06:30:35

Modified files:
	sys/dev/pci    : pci_map.c 

Log message:
Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect
free.  Mapping those with BUS_SPACE_MAP_PREFETCHABLE can have disastrous
effects, like the NMIs observed by jsg@ with certain Intel 10Gb Ethernet
devices.  So stop trusting the devices and instead require drivers to
explicitly pass the BUS_SPACE_MAP_PREFECTHABLE flag to pci_mapreg_map().
The pci_mapreg_info() call will continue to return BUS_SPACE_MAP_PREFECTHABLE
flags for prefetchable BARs as an easy way to figure out whether a BAR is
prefetchable.  Since the vga_pci.c code uses this interface, all consumers
of VGA BARs will still use the BUS_SPACE_MAP_PREFETCHABLE flag when
appropriate.

ok oga@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/09/06 06:59:50

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: sydney_audio_sndio.c 

Log message:
simplify and improve sndio backend:
- do not use threads
- report current position correctly (fixes A/V sync)

input from jakemsr@, ratchov@
ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/06 08:44:19

Modified files:
	sys/arch/hp300/dev: hpibvar.h 
	sys/arch/i386/include: pte.h 
	sys/arch/sparc/dev: xy.c 

Log message:
- spello, short-hand -> shorthand

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 08:47:20

Modified files:
	www/community-id: Makefile 
	www/community-id/files: README.OpenBSD 
	www/community-id/pkg: PLIST 
Added files:
	www/community-id/files: communityid.conf 
	www/community-id/patches: patch-webdir__htaccess 

Log message:
Simplify installation, now works out of the box without the need to tweak
anything when following README.OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 08:48:26

Modified files:
	x11/dbus-glib  : Makefile 

Log message:
Not my day... I forgot an important SHARED_LIBS bump.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/06 08:49:38

Modified files:
	faq            : upgrade48.html 

Log message:
not all platforms have a bsd.mp, may generate a harmless error.
adjust how <b>s are in place to make page validate.
patch file definitely exists now (and has been tested).
Warn that patch(1) may bail before attempting all files if it gets
confused, so check last file changed.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/06 08:52:26

Modified files:
	faq            : upgrade48.html 

Log message:
Ready for advanced users to check out.
Still need to flesh out "before upgrading" section and ports sections
before it is ready for general public.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 08:56:28

Modified files:
	www/community-id: Makefile 
	www/community-id/pkg: PLIST 

Log message:
Add some @unexec-delete so that this package don't leave bogus links
behind.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/06 09:00:50

Modified files:
	sys/dev/pci    : agp_i810.c 
	sys/dev/pci/drm: i915_drv.c i915_drv.h 

Log message:
Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem
where stuff was bound for a software fallback while we were vt switched,
so we couldn't assume that the aperture was clear.

Turns out that the 855 at least does not like this (the !stolen bits of
the bar at least are write-only), and this caused a gpu lockup on any
suspend that used that activate handler.

So this diff fixes it in a more complete way:

Firstly revert 1.67 of agp_i810.c, secondly add a DVACT_QUIESCE handler
to inteldrm, and in it we do three things:

1) set a flag that causes any ioctl or pagefault to sleep until the flag
is cleared so that we don't end up with something doing the following
(for example:)
- bind object
- do another blocking operation in the same ioctl/fault
< suspend happens here, followed by resume>
- wake up assuming that the object is still bound and continue along our
merry way

2) Wait for all current entrypoints to finish (so that 1) is actually
effective we need to first quiesce our callers before we continue).

3) unbind everything that is in the gtt

On resume we clear the quiet flag, and everything can continue as
expected.

Behaves as expected for me on: 855 (x40 in acpi mode), gm965 (x61s) and
arrandale (x201) over multiple suspend cycles. Also tested by several on
tech.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/06 09:02:49

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
Fix previous.

*sigh* Remove one assertion before you commit, then build fails with an
unused variable warning.

That'll teach me.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 09:42:18

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
now that the drm issue is resolved, switch to using ca_activate calls
instead of powerhooks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 09:59:03

Modified files:
	sys/dev/ic     : dc.c 

Log message:
initialize rv to 0 in the activate function


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 10:01:52

Modified files:
	sys/dev/ic     : fxp.c xl.c 

Log message:
initialize rv to 0 in the activate function


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 10:20:26

Modified files:
	x11/dbus-python: Makefile distinfo 
Added files:
	x11/dbus-python/patches: 
	                         patch-test_TestSuitePythonService_service_in 
	                         patch-test_run-test_sh 
	                         patch-test_run-with-tmp-session-bus_sh 

Log message:
update to dbus-python 0.83.1 and enable regression.
maintainer (ajacoutot@) ok


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/09/06 10:28:21

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
over-eager doc, as noticed by the guys


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/06 10:33:41

Modified files:
	sys/sys        : buf.h 
	sys/uvm        : uvm_swap.c 

Log message:
cut swapping to file over from disksort to bufq fifo's and
instead of doing work in the biodone callback for swapping
to file I/O, schedule the work to be done by the system
workq as it will call VOP_STRATEGY() in which we must be
allowed to sleep.

Thanks to Gabriel Kihlman for testing and spotting a bug in
the first version of this diff!

OK beck@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 10:53:54

Modified files:
	usr.bin/ssh    : ssh-ecdsa.c 

Log message:
decl before code for compiler compatibility


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/06 11:07:24

Modified files:
	audio/gtkpod   : Makefile 

Log message:
- Remove support for deprecated gnomevfs2.
- Set GPL version number.
- Loosen up LIB_DEPENDS and regen WANTLIB.

tested by and ok ckuethe@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/09/06 11:10:19

Modified files:
	etc            : changelist rc 
	etc/mtree      : special 
	usr.bin/ssh    : sshd_config 

Log message:
add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/06 11:12:36

Added files:
	infrastructure/bin: link-checksums 

Log message:
prepare to move this too


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/06 11:16:17

src/lib/libcurses/widechar

Update of /cvs/src/lib/libcurses/widechar
In directory cvs.openbsd.org:/tmp/cvs-serv12842/widechar

Log Message:
Directory /cvs/src/lib/libcurses/widechar added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/06 11:26:17

Modified files:
	lib/libcurses  : Makefile curses.3tbl curses.h curses.priv.h 
	                 ncurses_cfg.h shlib_version 
	lib/libform    : Makefile shlib_version 
	lib/libmenu    : Makefile shlib_version 
	lib/libpanel   : Makefile shlib_version 
Added files:
	lib/libcurses  : curs_add_wch.3 curs_add_wchstr.3 curs_addwstr.3 
	                 curs_get_wch.3 curs_get_wstr.3 curs_in_wch.3 
	                 curs_in_wchstr.3 curs_ins_wch.3 curs_ins_wstr.3 
	                 curs_inwstr.3 
	lib/libcurses/widechar: charable.c lib_add_wch.c lib_box_set.c 
	                        lib_cchar.c lib_erasewchar.c 
	                        lib_get_wch.c lib_get_wstr.c 
	                        lib_hline_set.c lib_in_wch.c 
	                        lib_in_wchnstr.c lib_ins_wch.c 
	                        lib_inwstr.c lib_key_name.c 
	                        lib_pecho_wchar.c lib_slk_wset.c 
	                        lib_unget_wch.c lib_vid_attr.c 
	                        lib_vline_set.c lib_wacs.c lib_wunctrl.c 

Log message:
Enable wide character support in ncurses. It is built into libcurses,
libform, libmenu, libpanel and each library is also linked to a
corresponding "w" version.

This is a major bump for all four libraries.

Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone
else I've forgotten for testing.

ok naddy krw deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/09/06 11:35:57

Modified files:
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 

Log message:
enable wide character support; ok nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/09/06 11:36:49

Modified files:
	sys/arch/amd64/include: pmap.h 
	sys/arch/amd64/amd64: pmap.c 

Log message:
Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(),
don't set the current cpu's bit in pmap_activate() unless we actually
set %cr3, and add a DIAGNOSTIC printf to pmap_destroy() to catch if we
ever stop tracking them accurately again.  Also, GC the unused pm_flags
member.

ok deraadt@, oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/06 11:37:23

Modified files:
	editors/nano   : Makefile 

Log message:
enable UTF-8 support


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/09/06 12:06:13

Modified files:
	x11/anonymous-pro: Makefile 
	x11/anonymous-pro/pkg: PLIST 

Log message:
Don't install files with white space in their names.
Requested by and ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/06 12:22:02

Modified files:
	sys/dev/ic     : rt2560.c rt2661.c 

Log message:
Make the interrupt handler bail out early if the device wen away.  Fixes
freezes that occur when removing CardBus cards when the interface is up.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2010/09/06 12:33:37

Added files:
	net/pidgin/patches: patch-finch_libgnt_gntwm_c 

Log message:
Actually add the patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/06 12:34:34

Modified files:
	sys/dev/pci    : pccbb.c pccbbvar.h 

Log message:
Save and restore pci config space registers common to all PCI-CardBus
bridges when we do suspend and resume.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2010/09/06 12:35:34

ports/misc/lifelines/patches

Update of /cvs/ports/misc/lifelines/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11533/patches

Log Message:
Directory /cvs/ports/misc/lifelines/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2010/09/06 12:38:07

Modified files:
	misc/lifelines : Makefile 
Added files:
	misc/lifelines/patches: patch-src_hdrs_mycurses_h 

Log message:
Fix build with ncursesw.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2010/09/06 12:53:51

Modified files:
	shells/zsh     : Makefile 
	shells/zsh/patches: patch-Doc_zsh_texi 
Added files:
	shells/zsh/patches: patch-configure_ac 

Log message:
Set _XOPEN_SOURCE_EXTENDED on OpenBSD as well. Fixes build with
ncursesw.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/06 12:55:42

Log message:
    Import grhino 0.16.1, an Othello/Reversi game with a damn good AI.
    From MAINTAINER Remi Pointel with lots of tweaks from ajacoutot@
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	pointel_20100906
    
    N ports/games/grhino/Makefile
    N ports/games/grhino/distinfo
    N ports/games/grhino/pkg/PLIST
    N ports/games/grhino/pkg/DESCR
    N ports/games/grhino/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/06 12:56:21

Modified files:
	games          : Makefile 

Log message:
+grhino


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/06 13:05:48

Modified files:
	sys/arch/i386/eisa: eisa_machdep.c 
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/i386/include: bus.h 
	sys/arch/i386/pci: pci_machdep.c 
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/amd64/include: bus.h 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Make sure bus_dmamap_sync() always involves a function call, to prevent the
compiler from doing stupid things like reordering stores around it.  There is
some debate whether this will be enough for newer versions of GCC and LLVM.
If this is indeed deemed necessary, this will be addressed in a future diff.

ok miod@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 13:14:54

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.palm md.socppc md.sparc 
	                         md.sparc64 md.zaurus mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 13:20:24

Modified files:
	sys/arch/beagle/dev: ommmc.c 
	sys/dev/cardbus: if_acx_cardbus.c if_ath_cardbus.c 
	                 if_athn_cardbus.c if_atw_cardbus.c 
	                 if_pgt_cardbus.c if_re_cardbus.c 
	                 if_rtw_cardbus.c 
	sys/dev/ic     : atw.c i82365.c rt2560.c rt2661.c rt2860.c 
	sys/dev/pci    : auich.c pci.c yds.c 
	sys/dev/pcmcia : if_ray.c 
	sys/dev/usb    : uhci.c 
	sys/kern       : kern_subr.c 
	sys/sys        : systm.h 

Log message:
All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/06 15:55:57

Modified files:
	databases/py-sqlalchemy: Makefile distinfo 
	databases/py-sqlalchemy/pkg: PLIST 

Log message:
update to sqlalchemy 0.6.3.
maintainer (wcmaier@) ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/06 16:44:46

Modified files:
	lang/guile     : Makefile 

Log message:
fix RUN_DEPENDS, no cookie for me or jasper. pointed out by viq.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/06 17:44:11

Modified files:
	sys/conf       : files 
	sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c cd9660_vnops.c 
	sys/isofs/udf  : udf_extern.h udf_vfsops.c udf_vnops.c 
	sys/kern       : Makefile vfs_conf.c vfs_init.c vfs_subr.c 
	                 vfs_sync.c 
	sys/miscfs/deadfs: dead_vnops.c 
	sys/miscfs/fifofs: fifo.h fifo_vnops.c 
	sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c 
	sys/miscfs/specfs: spec_vnops.c specdev.h 
	sys/msdosfs    : msdosfs_denode.c msdosfs_vnops.c 
	sys/nfs        : nfs_node.c nfs_subs.c nfs_vnops.c 
	sys/nnpfs      : nnpfs_node-bsd.c nnpfs_vfsops-openbsd.c 
	                 nnpfs_vnodeops-bsd.c 
	sys/sys        : vnode.h 
	sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c ext2fs_vfsops.c 
	                 ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_extern.h ffs_vfsops.c ffs_vnops.c 
	sys/ufs/mfs    : mfs_extern.h mfs_vfsops.c mfs_vnops.c 
	sys/ufs/ufs    : ufs_extern.h ufs_vnops.c 
	sys/uvm        : uvm_swap.c 
Added files:
	sys/kern       : vfs_vops.c 

Log message:
End the VOP experiment. Instead of the ridicolusly complicated operation
vector setup that has questionable features (that have, as far as I can
tell never been used in practice, atleast not in OpenBSD), remove all
the gunk and favor a simple struct full of function pointers that get
set directly by each of the filesystems.

Removes gobs of ugly code and makes things simpler by a magnitude.

The only downside of this is that we loose the vnoperate feature so
the spec/fifo operations of the filesystems need to be kept in sync
with specfs and fifofs, this is no big deal as the API it self is pretty
static.

Many thanks to armani@ who pulled an earlier version of this diff to
current after c2k10 and Gabriel Kihlman on tech@ for testing.

Liked by many. "come on, find your balls" deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/06 18:10:12

Modified files:
	share/man/man9 : VOP_LOOKUP.9 

Log message:
Update the documentation reflecting the latest churn in the vop layer.
By updating I mean remove two sections (that where made wrong and where wrong
before the churn) and tweak a few sentances.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/06 18:41:05

Modified files:
	sys/ntfs       : ntfs.h ntfs_vfsops.c ntfs_vnops.c 

Log message:
Allow NTFS to compile by cutting it over to the new VOP world order.
Small cleanup while here, nuke the ntfs_bypass function and just
use eopnotsupp like every other filesystem, it makes no sense to
return ENOTTY for unimplemented VOPs.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/06 20:47:02

Modified files:
	faq            : upgrade48.html 

Log message:
sysmerge handles users and groups sanely now, so remove this warning,
and it probably reduces or eliminates the reasons to use the patch method.
Figures, 'bout the time I get generating the patch down to a science...
Prodding from ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/06 21:41:13

Modified files:
	chinese/bg5pdf : Makefile 
	chinese/bg5ps  : Makefile 
Added files:
	chinese/bg5ps/patches: patch-ttf2psm_c 

Log message:
Switch to Python 2.6. Both bg5pdf and bg5ps work fine.
Requested by fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/06 22:36:16

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/pkg   : PLIST 

Log message:
Update to 4.0.10; from Remi Pointel


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/06 22:42:15

Modified files:
	sys/scsi       : cd.c 

Log message:
rely on SCSI_AUTOCONF for cd_resume instead of wrapping it in a workq
(which creates a potential race against cd detach)
discussed with krw and dlg seperately


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/07 01:06:34

Modified files:
	net/telepathy/telepathy-haze: Makefile 

Log message:
Unbreak: this needs the python MODULE.

breakage reported by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/07 01:54:44

Modified files:
	sys/dev/pci    : if_se.c 

Log message:
Bring the promiscuous/multicast handling code in line with the current OpenBSD
practice; from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/07 02:57:34

Modified files:
	devel/py-sip   : Makefile distinfo 

Log message:
bug fix update to sip 4.11.1; ok landry@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/07 02:58:16

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/pkg : PLIST-main 

Log message:
- bug fix update to py-qt 4.7.6
- sync wantlib
- add missing dbus-python related file
- use the gettext module

ok jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/07 03:46:02

Modified files:
	security/gnupg2: Makefile distinfo 

Log message:
Update to 2.0.16
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/07 04:22:06

Modified files:
	x11/py-qt4     : Makefile 
Added files:
	x11/py-qt4/patches: patch-pyuic_uic_driver_py 

Log message:
Remove argument from open() call, works around a problem with pyuic4.
Worked out by me and independently suggested by Phil @ riverbank.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/07 04:23:02

Modified files:
	geo/gmapcatcher: Makefile distinfo 
	geo/gmapcatcher/pkg: PLIST 
Added files:
	geo/gmapcatcher/patches: patch-gmapcatcher_mapArgs_py 
	                         patch-gmapcatcher_mapPixbuf_py 
	                         patch-setup_py 
Removed files:
	geo/gmapcatcher/files: setup.py 

Log message:
Update to 0.7.5.0; diff inputs from ajacoutot@ and sthen@.
Note that the name of the program changed from gmapcatcher
to mapcatcher and gmapcatcher-download to mapdownloader.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/07 04:23:31

Modified files:
	geo/qgis       : Makefile 
Added files:
	geo/qgis/patches: patch-python_core_conversions_sip 

Log message:
Fix build with sip >= 4.11; discussed with Phil @ riverbank


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 04:38:40

Added files:
	textproc/libical/patches: 
	                          patch-src_libical_icalderivedproperty_c 
	                          patch-src_libical_icalrecur_c 

Log message:
- fix build with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/07 05:12:05

Modified files:
	sysutils/collectd: Makefile distinfo 
	sysutils/collectd/patches: patch-Makefile_in patch-configure 
	                           patch-src_Makefile_in 

Log message:
Update to collectd 4.10.1, from Simon Kuhnle, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 05:39:12

Modified files:
	devel/gobject-introspection: Makefile 
Added files:
	devel/gobject-introspection/patches: patch-girepository_ginfo_c 
	                                     patch-tests_Makefile_in 

Log message:
- slightly improve the situation on sparc64:
* extend the DO_ALIGNED_COPY usage from girnode.c into ginfo.c
(freebsd seems to do the same)
* skips tests/scanner/ as opensolaris and several other distributions do,
this prevents g-ir-repository SIGBUSing there and allows the build to succeed.

it's not really a great improvement (apart from ginfo.c patch), but at least
it allows things to move forward, and gobject-introspection isn't enabled yet
in other ports.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/07 06:23:43

Log message:
    sshguard port; OK sthen@
    
    Status:
    
    Vendor Tag:	millert
    Release Tags:	millert_2010-Sep-07
    
    N ports/security/sshguard/Makefile
    N ports/security/sshguard/distinfo
    N ports/security/sshguard/patches/patch-src_sshguard_procauth_c
    N ports/security/sshguard/patches/patch-src_sshguard_logsuck_c
    N ports/security/sshguard/pkg/DESCR
    N ports/security/sshguard/pkg/PLIST
    N ports/security/sshguard/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/07 06:24:26

Modified files:
	security       : Makefile 

Log message:
Add sshguard; OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/07 06:33:09

Modified files:
	share/man/man4 : vscsi.4 

Log message:
no need for this page to refer to MAKEDEV(8);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/07 06:34:22

Modified files:
	share/man/man4 : diskmap.4 

Log message:
add a little more detail to this page;
help/ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/07 06:40:30

Modified files:
	usr.sbin/tcpdump: tcpdump.8 

Log message:
fix a formatting issue for -E;


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/07 06:59:06

Modified files:
	databases/pgadmin3: Makefile distinfo 

Log message:
Update to 1.10.5

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 07:48:40

Modified files:
	devel/pyrex    : Makefile 

Log message:
- the mastersite went belly up shortly after committing the update, so
provide a mirror for it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 07:54:40

Modified files:
	x11/partiwm    : Makefile 

Log message:
- add missing run dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/07 08:06:02

Log message:
    Import zathura PDF reader, from Abel Abraham Camarillo Ojeda (also MAINTAINER).
    Input from sthen@, giovanni@ and myself.
    
    OK sthen@, giovanni@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20100907
    
    N ports/textproc/zathura/distinfo
    N ports/textproc/zathura/Makefile
    N ports/textproc/zathura/pkg/PLIST
    N ports/textproc/zathura/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/07 08:06:16

Modified files:
	security/sshguard/pkg: MESSAGE 

Log message:
Describe how to run sshguard from rc.local


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/07 08:07:19

Modified files:
	textproc       : Makefile 

Log message:
link textproc/zathura to the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/07 08:13:33

Modified files:
	security/sshguard: Makefile 

Log message:
Missed bump in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/07 08:43:20

Modified files:
	textproc/zathura: Makefile 

Log message:
fix redundant libs spotted by ajacoutot@

OK ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/07 09:51:00

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
shorten fpu critical sections so that all frees and other manipulations
won't interfere with an actual fp code.

reminder from kettenis: fpu_kernel_enter and fpu_kernel_exit should be
thought of as if they were mutex_enter and mutex_leave in regard to the
length of critical section and sleeps.

ok kettenis thib


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/07 10:21:47

Modified files:
	sys/arch/arm/xscale: pxa27x_udc.c pxa27x_udc.h pxa2x0_apm.c 
	                     pxa2x0_com.c pxa2x0_ohci.c 
	sys/arch/beagle/dev: omap_com.c omdisplay.c omehci.c omohci.c 
	sys/arch/loongson/dev: ohci_voyager.c 
	sys/arch/zaurus/dev: zaurus_apm.c zaurus_audio.c zaurus_kbd.c 
	                     zaurus_scoop.c zaurus_ssp.c zts.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 
	sys/dev/cardbus: if_re_cardbus.c ohci_cardbus.c 
	sys/dev/ic     : ath.c athvar.h atw.c atwvar.h dc.c dcreg.h 
	                 fxp.c fxpvar.h pgt.c rt2560.c rt2560var.h 
	                 rt2661.c rt2661var.h rt2860.c rt2860var.h 
	                 rtl81x9.c rtl81x9reg.h rtw.c rtwvar.h xl.c 
	                 xlreg.h 
	sys/dev/isa    : aps.c i82365_isa.c i82365_isapnp.c 
	sys/dev/pci    : arc.c auacer.c auglx.c auich.c autri.c cs4280.c 
	                 cs4281.c esa.c esavar.h eso.c esovar.h 
	                 i82365_pci.c if_bge.c if_bgereg.h if_bnxreg.h 
	                 if_em.c if_em.h if_ipw.c if_ipwvar.h if_iwi.c 
	                 if_iwivar.h if_iwn.c if_iwnvar.h if_nfe.c 
	                 if_nfevar.h if_re_pci.c if_wi_pci.c if_wpi.c 
	                 if_wpivar.h maestro.c neo.c ohci_pci.c pccbb.c 
	                 pci.c pcivar.h sdhc_pci.c yds.c ydsreg.h 
	sys/dev/pcmcia : if_ray.c pcmcia.c 
	sys/dev/sdmmc  : sdhc.c sdhcvar.h 
	sys/dev/usb    : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c 
	                 uhcivar.h 
	sys/dev/vesa   : vesafbvar.h 
	sys/kern       : kern_subr.c 
	sys/scsi       : cd.c 
	sys/sys        : systm.h 

Log message:
remove the powerhook code.  All architectures now use the ca_activate tree
traversal code to suspend/resume
ok oga kettenis blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/07 10:22:48

Modified files:
	sys/arch/amd64/amd64: autoconf.c identcpu.c 
	sys/arch/amd64/conf: files.amd64 

Log message:
enable aesni.

that means that all users running ipsec on amd64 with 'aes'
cpu flag will have aes encryption accelerated in cbc and ctr
modes for all three key sizes: 128, 192 and 256.

for debug purposed a number of operations performed by the
driver is visible throught the pstat(8) utility:

pstat -d u aesni_ops

note that you need to run config(8) to hook up new files.

ok kettenis thib deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/07 10:52:04

Modified files:
	sys/arch/loongson/dev: glxpcib.c 

Log message:
Join the cf_activate() crowd and preserve a few msr around suspend.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/07 10:52:50

Modified files:
	www/py-CherryPy: Makefile 
	net/ddclient   : Makefile 
	databases/directoryassistant: Makefile 
	security/kedpm : Makefile 
	devel/spe      : Makefile 

Log message:
Update the MAINTAINERs E-Mail address, and bump pkg revision.

OK, landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/09/07 10:57:04

Modified files:
	databases/py-sqlite2: Makefile distinfo 
	databases/py-sqlite2/patches: patch-setup_py 
	databases/py-sqlite2/pkg: PLIST 

Log message:
update to 2.6.0

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/07 10:57:37

Modified files:
	sys/arch/loongson/dev: glxpcib.c 

Log message:
Restore msr unconditionnaly, why bother checking if they have changed; deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/07 10:59:42

Modified files:
	sys/arch/loongson/dev: glxpcib.c 

Log message:
rename function parameter to be more like all the others in the tree


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/07 11:14:06

Modified files:
	sys/dev        : softraid.c 

Log message:
having a ca_activate function which just returns 1 is wrong on about 8 different levels; ok oga kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/07 11:16:33

Modified files:
	share/man/man4 : bluetooth.4 

Log message:
supply missing offset;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/07 12:26:29

Modified files:
	sysutils/heartbeat: Makefile 

Log message:
Bring back PKGNAME-main. While here, add pthread to WANTLIB and bump
-main and -snmp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 12:40:23

Modified files:
	audio/vagalume : Makefile 
	audio/mp3splt-gtk: Makefile 

Log message:
- missing USE_X11


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/07 12:45:56

Modified files:
	sys/dev        : ramdisk.c 

Log message:
no need for an activate function if it just returns 0


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/07 13:07:43

Modified files:
	lib/libc/sys   : open.2 

Log message:
- O_NOFOLLOW is no longer non-posix; from thomas klausner
- bump posix revision and remove xpg; from millert

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 13:21:42

Modified files:
	databases/py-cdb: Makefile 
	net/ipsvd      : Makefile 
	x11/py-qt3     : Makefile 
	sysutils/runit : Makefile 

Log message:
- remove maintainer; he timed-out many many times in the past with multiple ports
and timed-out too after a long period for this change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/07 13:34:08

Modified files:
	x11/gnome/gvfs : Makefile 

Log message:
Fix RUN_DEPENDS, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/07 13:36:34

Modified files:
	print/hplip    : Makefile 

Log message:
Bring back PKGNAME-main.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/07 13:52:37

Modified files:
	lib/libc/rpc   : bindresvport.3 rpc.3 rpcauth.3 xdr.3 

Log message:
do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse
feedback and ok jmc@, ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/09/07 13:58:09

Modified files:
	usr.bin/m4     : eval.c expr.c extern.h gnum4.c look.c main.c 
	                 mdef.h misc.c stdd.h trace.c 

Log message:
Remove stray spaces.  No code change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 14:54:48

Added files:
	net/wget/patches: patch-src_openssl_c patch-src_sysdep_h 

Log message:
- fix build with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/07 15:13:03

Removed files:
	textproc/libical/patches: 
	                          patch-src_libical_icalderivedproperty_c 

Log message:
where did this come from? spotted by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/07 15:26:51

Modified files:
	lib/libc/sys   : open.2 

Log message:
Document EBUSY return when attempting to open a cua device that
someone else already has open.  OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/07 18:58:05

Modified files:
	sys/scsi       : scsiconf.c scsiconf.h 

Log message:
activate hooks should return a value.

all from deraadt@
tested by me with hotplugged disks on mpi(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/07 20:04:47

Modified files:
	lib/libpcap    : gencode.c 

Log message:
Make tcpdump of pflog interfaces work with 'net <net>' expression.

My problem, canacar@'s fix.

ok sthen@ canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/07 20:08:53

Modified files:
	chinese/bg5pdf : Makefile 
	chinese/bg5pdf/patches: patch-Makefile 

Log message:
Simplify the code by not hardcoding the python version at all
and using whatever is the default in python.mk.

Based on the diff from fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/07 21:54:36

Modified files:
	usr.bin/ssh    : authfile.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/07 22:13:31

Modified files:
	usr.bin/ssh    : compress.c 

Log message:
work around name-space collisions some buggy compilers (looking at you
gcc, at least in earlier versions, but this does not forgive your current
transgressions) seen between zlib and openssl
ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/09/07 22:28:29

Modified files:
	sys/ddb        : db_output.c 

Log message:
stray spaces no code change


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/08 01:13:16

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in patch-check_py 
	                     patch-configure 
	                     patch-installer_core_install_py 
	                     patch-ui4_devmgr5_py patch-ui_devmgr4_py 
	print/hplip/pkg: PLIST-hpijs 

Log message:
Update to hplip-3.10.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/08 01:44:03

Modified files:
	www/p5-libwww  : Makefile distinfo 

Log message:
- SECURITY UPDATE of p5-libwww to 5.835
CVE-2010-2253: lwp-download in libwww-perl before 5.835 does not reject
downloads to filenames that begin with a . (dot) character, which allows
remote servers to create or overwrite files and possibly execute arbitrary
code.

from ian mcwilliam, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/08 02:00:56

Modified files:
	sys/netmpls    : mpls.h mpls_output.c 

Log message:
Map the TTL when building the initial MPLS stack from the encapsulated
packet. For IP and IPv6 the corresponding mapttl sysctl needs to be set.
This is needed to make traceroute work over MPLS.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/08 02:18:57

Modified files:
	x11/gnome/genius: Makefile distinfo 
	x11/gnome/genius/pkg: PLIST 

Log message:
Update to genius-1.0.10.
Still broken but another step towards gnomevfs2 removal...


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/08 02:20:45

Modified files:
	sys/net        : rtsock.c 

Log message:
Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLS
information if the gateway changes, since real MPLS routes need to
change gateway and outgoing label on topology changes. So if there is
MPLS information and an outgoing label do a proper change but if the
gateway of a non-MPLS route is changed remove the MPLS path since it is
no longer valid.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/08 02:23:30

Log message:
    Import microblog-purple: Twitter, Identica, and Status.net plugin for libpurple
    
    This project implement a plug-in for any LibPurple base client like
    Pidgin or Finch. Currently it support Twitter, Identica, and
    Status.net server through the conversation windows.
    
    After some feedback from first submission to m/l from jasper@, resended updated
    version to him, and final OK from jasper@.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20100908
    
    N ports/net/microblog-purple/Makefile
    N ports/net/microblog-purple/distinfo
    N ports/net/microblog-purple/pkg/DESCR
    N ports/net/microblog-purple/pkg/PLIST
    N ports/net/microblog-purple/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/08 02:26:37

Modified files:
	net            : Makefile 

Log message:
enable microblog-purple


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/08 02:34:42

Modified files:
	sys/netinet    : ip_divert.c ip_input.c ip_output.c raw_ip.c 
	                 tcp_output.c udp_usrreq.c 

Log message:
Return EACCES when pf_test() blocks a packet in ip_output(). This allows
ip_forward() to know the difference between blocked packets and those that
can't be forwarded (EHOSTUNREACH). Only in the latter case an ICMP should
be sent. In the other callers of ip_output() change the error back to
EHOSTUNREACH since userland may not expect EACCES on a sendto().
OK henning@, markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/08 02:53:57

Modified files:
	sys/net        : if_pfsync.c 

Log message:
creating a pfsync interface is always done from process context, so
we can pass M_WAITOK to malloc(9) (which was already done a few lines
down, which set off my aesthetic alarm).

While here, include malloc.h, since we're calling malloc.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/08 03:57:28

Modified files:
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile distinfo 
	mail/mutt/snapshot/patches: patch-configure_ac 
	mail/mutt/snapshot/pkg: PLIST 
	mail/mutt/stable: Makefile 
Added files:
	mail/mutt/snapshot/patches: patch-doc_Makefile_am 
Removed files:
	mail/mutt/snapshot/patches: patch-browser_c patch-buffy_c 
	                            patch-doc_Makefile_in 
	                            patch-handler_c patch-hcache_c 
	                            patch-hcache_h patch-imap_imap_c 
	                            patch-imap_util_c patch-url_c 

Log message:
- update the sidebar/compressed patches to work with this snapshot.
- new LIB_DEPENDS/REVISION.
- switch to a newer snapshot pulled from the repo, rolling in the
upstream patches.

requested by edd@. thanks to jasper@, landry@, pea@ for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/08 04:50:27

Modified files:
	sys/kern       : vfs_vops.c 

Log message:
Add $OpenBSD$ prompted by mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/08 05:04:39

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
let things request the detach of everything on the whole bus, rather than
just a target/lun.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/08 05:06:12

Modified files:
	infrastructure/bin: link-checksums 

Log message:
missing end $, noticed by Markus Lude


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/08 07:32:13

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
we do dns resolutions in a separate process because we don't have an async
resolver. if we run scarce on resources and we cannot fork a separate dns
process or we cannot socketpair() tell the caller that we have a temporary
failure rather than issueing a fatal(). message will stay in queue and be
rescheduled later ...

bug reported and bugfix tested by Sacha El Masry <lists@devilray.eu>


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/08 07:46:18

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
add support for sender expansion in smtpd.conf:

%U for sender localpart
%D for sender domainpart

diff sent to tech@ by Gregory Edigarov <greg@bestnet.kharkov.ua>, timeout
by jacekm@, ok by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/08 08:08:10

Modified files:
	net/libbgpdump : Makefile 
	net/libbgpdump/patches: patch-cfile_tools_c 
	net/libbgpdump/pkg: PLIST 

Log message:
- fix another ridiculous use-(one-line)-after-free

- install testbgpdump as well as bgpdump, the different output format
is a little easier on my eyes


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 08:15:56

Modified files:
	sys/kern       : init_main.c 
	sys/crypto     : crypto.c 

Log message:
Reintroduce most crypto/crypto.c r1.55:

Move pool initialization to init_crypto and zap the crypto_pool_initialized
variable. This way we don't have to check if the pool are initialized every
time we do a crypto_getreq().

However, also perform the crypto initialisation earlier in init_main so
that the crypto pools are initialised before they are used.

ok mikeb@ thib@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/08 08:24:36

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_media_liboggz_include_oggz_oggz_off_t_generated_h 
	                                  patch-mozilla_toolkit_library_Makefile_in 

Log message:
Update to mozilla-thunderbird 3.1.3, fixes MFSA 2010-49->63
http://www.mozilla.org/security/known-vulnerabilities/thunderbird31.html#thunderbird3.1.3

tested by pea@ and myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/08 08:25:11

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
Chase tb update and bump thunderbird-i18n to 3.1.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 08:37:32

Modified files:
	sys/arch/sparc64/sparc64: disksubr.c 

Log message:
Nuke bogus comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 08:47:12

Modified files:
	sys/arch/hp300/dev: hd.c 
	sys/arch/sparc/dev: fd.c presto.c xd.c xy.c 
	sys/arch/sparc64/dev: fd.c 
	sys/arch/vax/mba: hp.c 
	sys/arch/vax/mscp: mscp_disk.c 
	sys/arch/vax/vsa: hdc9224.c 
	sys/dev        : ccd.c flash.c ramdisk.c vnd.c 
	sys/dev/ata    : wd.c 
	sys/dev/isa    : fd.c mcd.c 
	sys/dev/raidframe: rf_openbsdkintf.c 
	sys/kern       : subr_disk.c 
	sys/scsi       : cd.c sd.c 
	sys/sys        : disk.h 

Log message:
Store a struct device pointer within struct disk and populate this when
disk_attach() is called by the device driver. We will be building on
this shortly.

ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 08:52:26

Modified files:
	sys/arch/sparc64/stand/ofwboot: ofdev.c 

Log message:
Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access
to the extended partition information and allows for correct
identification of parition types.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/08 08:52:27

Added files:
	infrastructure/man/man1: dolock.1 resolve-lib.1 

Log message:
document some more scripts


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/08 09:13:39

Modified files:
	usr.bin/cvs    : buf.c 
	usr.bin/rcs    : buf.c 

Log message:
Use SIZE_LEFT macro to determine left size instead of calculating with
pointers.

ok zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/08 09:15:50

Modified files:
	usr.bin/rcs    : ci.c co.c rcsprog.c rcsutil.c 

Log message:
Set rcs_suffixes to default value on initialization.

ok ray zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 09:16:22

Modified files:
	sys/sys        : disk.h 
	sys/kern       : subr_disk.c 
	sys/dev/ata    : wd.c 
	sys/scsi       : cd.c sd.c 

Log message:
Introduce a disk_lookup() function which calls device_lookup(), before
verifying that the resulting device is present on the disklist. This
avoids a race whereby the disk driver can be accessed as soon as the
softc has been allocated, but before the disk has completed
initialisation and has called disk_attach() (up until this point
dk_label is still a null pointer).

Cut cd(4), sd(4) and wd(4) across to disk_lookup(). All callers of
disk_attach() need to be tested and cut over in due course.

ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 09:25:43

Modified files:
	sys/arch/sparc64/stand/ofwboot: ofdev.c 

Log message:
Use the offset value passed into search_label() and call it with
LABELSECTOR instead of a hardcoded 0. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/08 09:27:54

Modified files:
	sys/arch/sparc64/stand/ofwboot: vers.c 

Log message:
Crank ofwboot version after recent changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 09:50:11

Modified files:
	sys/kern       : subr_autoconf.c 

Log message:
remove a useless comment


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/09/08 10:04:35

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
activate NTFS, let's hope it gets less experimental soon (as beck@ said)
okay'd by thib@, who now owns a spanking new ntfs image...
deraadt@ 'okay if thib@ lets you'


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 11:19:15

Modified files:
	sys/dev/pci/drm: radeon_drv.c 

Log message:
better to break out of the cases


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 11:53:55

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
During suspend, do not call children's interrupt handlers after we have
told them to suspend.  In some drivers, this "wakes" them up.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 11:54:38

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
Split out the guts of pccbbintr() so that we can call it carefully at
resume time.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 11:56:16

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
Document that the resume case is waking children which may have been
ejected, and that this needs to be solved.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/08 13:16:45

Modified files:
	faq            : faq6.html 

Log message:
brconfig->ifconfig, bridgename.if->hostname.if. ok nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/09/08 13:23:56

Modified files:
	infrastructure/man/man1: resolve-lib.1 

Log message:
fix a typo and kill trailing whitespace found by mandoc -Tlint


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 13:38:47

Modified files:
	.              : plus48.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 13:46:14

Modified files:
	.              : index.html items.html lyrics.html orders.html 
Added files:
	.              : 48.html 
	images         : 48song.jpg ElPuffiachi.jpg cd48-s.gif 
	                 openbsd48_cover.gif poster24-s.gif poster24.jpg 

Log message:
add 4.8 pre-orders


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 13:52:23

Modified files:
	.              : older.html 

Log message:
list 4.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/08 14:32:18

Modified files:
	www/mozplugger : Makefile distinfo 
	www/mozplugger/patches: patch-Makefile patch-mozpluggerrc 
	www/mozplugger/pkg: MESSAGE 

Log message:
Update to mozplugger 1.14.1, with testing from Dave Del Debbio (thanks!)
and feedback from fgsch@.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/09/08 14:34:11

Modified files:
	sys/dev/pci    : envy.c 
	share/man/man4 : envy.4 

Log message:
Add support for Terratec EWX 24/96 based on initial diff from ratchov@.
ok ratchov@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/08 14:36:42

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Do not crash if the screen size is too small for the indicator in copy mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/08 14:49:11

Modified files:
	usr.bin/cvs    : buf.c 
	usr.bin/rcs    : buf.c 

Log message:
Improve buf.c comments, from zinovik.

ok stsp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 15:18:15

Modified files:
	sys/arch/arm/xscale: pxa2x0_apm.c 
	sys/arch/i386/i386: apm.c 
	sys/arch/loongson/dev: apm.c 

Log message:
No need for vfs_syncwait() in a bufq_quiesce() world
ok thib kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 15:38:43

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
merge apm_standby() into apm_suspend()
vague ok from kettenis, but it is just mechanical


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/08 15:40:43

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
had planned to commit the change after oga@ and I are done with little
changes to lka_expand() but it looks like a bit more work :-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/08 15:44:36

Modified files:
	multimedia/gstreamer-0.10: Makefile.inc 

Log message:
Make it possible to tweak CPPFLAGS and LDFLAGS in children ports.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/08 15:45:59

Log message:
    Import gstreamer-plugins-gl-0.10.2
    
    This module contains integration libraries and plug-ins for using OpenGL
    within GStreamer pipelines.
    <...>
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100908
    
    N ports/multimedia/gstreamer-0.10/plugins-gl/distinfo
    N ports/multimedia/gstreamer-0.10/plugins-gl/Makefile
    N ports/multimedia/gstreamer-0.10/plugins-gl/pkg/DESCR
    N ports/multimedia/gstreamer-0.10/plugins-gl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/08 15:46:28

Modified files:
	multimedia/gstreamer-0.10: Makefile 

Log message:
+plugins-gl


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/08 16:02:28

Modified files:
	usr.bin/tmux   : cmd-switch-client.c key-bindings.c session.c 
	                 tmux.1 tmux.h 

Log message:
Add -n and -p flags to switch-client to move to the next and previous
session (yes, it doesn't match window/pane, but so what, nor does
switch-client).

Based on a diff long ago from "edsouza".


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 16:07:26

Modified files:
	usr.bin/aucat  : aucat.c 

Log message:
aucat: getpwnam: No such file or directory
is not a proper error message.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/08 17:32:27

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
when I fixed the ruleset matching on rules that had more than one condition
by expanding them to several rules, I forgot to copy the tags to the
expanded rules. this commit unbreaks matching rules by tag.

documentation follows shortly ...

spotted and fixed by me a while ago, jacekm@ timeout


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 17:49:38

Modified files:
	.              : plus48.html 

Log message:
new; Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 18:37:06

Modified files:
	.              : 48.html 

Log message:
fix link


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/08 22:13:16

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
The resume powerhooks were always in the wrong place. Then when replaced
by the device-tree activate walk it even worse since we were doing so much
more work.  apm_suspend() could return into the event handler and thus
tsleep() -- all this while we are supposedly trying to maintain splhigh
because our DVACT_SUSPEND mechanism has temporarily totally wrecked the
machine.
Move the hardware restoration code (DVACT_RESUME + other goo) to the same
function, and recognize that apm_resume() is just a boring event handler
which punts the event to userland.
ok oga


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/08 23:40:41

Modified files:
	infrastructure/man/man1: dolock.1 

Log message:
- typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/09 00:11:28

Modified files:
	.              : items.html 

Log message:
fix a url


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2010/09/09 01:05:47

Modified files:
	.              : 48.html 

Log message:
Set versions for ports hilights.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:08:52

Modified files:
	.              : 48.html 

Log message:
- set versions for software in base


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:11:13

Modified files:
	.              : 48.html 

Log message:
- fix mysql version


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:31:26

ports/cad/gerbv/patches

Update of /cvs/ports/cad/gerbv/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17225/patches

Log Message:
Directory /cvs/ports/cad/gerbv/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:50:32

Modified files:
	cad/gerbv      : Makefile distinfo 
	cad/gerbv/pkg  : PLIST 
Added files:
	cad/gerbv/patches: patch-icon-theme-installer 
	cad/gerbv/pkg  : PFRAG.shared 

Log message:
- update gerbv to 2.4.0

from andreas bihlmaier (MAINTAINER), with a tweak by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:51:22

Modified files:
	cad/pcb        : Makefile distinfo 
	cad/pcb/patches: patch-configure patch-doc_pcb_1 
	                 patch-example_Makefile_in 
	                 patch-example_libraries_Makefile_in 
	cad/pcb/pkg    : DESCR PLIST 
Added files:
	cad/pcb/patches: patch-icon-theme-installer 

Log message:
- update pcb to 20091103

ok andreas bihlmaier (MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 01:54:12

Modified files:
	cad/gerbv      : Makefile 
	cad/gerbv/pkg  : PLIST 
	cad/pcb        : Makefile 
	cad/pcb/pkg    : PLIST 

Log message:
- missing goo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/09 03:41:21

Modified files:
	x11/gnome/f-spot: Makefile distinfo 
	x11/gnome/f-spot/patches: patch-tools_Makefile_in 

Log message:
Minor update to f-spot-0.7.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/09 03:46:13

Modified files:
	sys/netinet6   : ip6_input.c 

Log message:
Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination.
Compiles fine without it so remove it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/09 04:26:19

Modified files:
	mail/courier-imap: Makefile 

Log message:
courier-pop3 does not work without main package, spotted by Dave Anderson
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/09 04:37:04

Modified files:
	sys/kern       : vfs_lookup.c 
	sys/msdosfs    : msdosfs_vnops.c 
	sys/nfs        : nfs_serv.c nfs_subs.c 
	sys/sys        : namei.h 
	sys/ufs/ext2fs : ext2fs_vnops.c 
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Rename lookup/relookup to vfs_lookup/vfs_relookup.

OK oga@, beck@, matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 04:38:10

Log message:
    import luadoc 3.0.1
    
    LuaDoc is a documentation generator tool for Lua source code.  It parses
    the declarations and documentation comments in a set of Lua source files
    and produces a set of XHTML pages describing the commented declarations
    and functions.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100909
    
    N ports/devel/luadoc/distinfo
    N ports/devel/luadoc/Makefile
    N ports/devel/luadoc/pkg/DESCR
    N ports/devel/luadoc/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 04:39:57

Modified files:
	devel/luaposix : Makefile 

Log message:
- better REGRESS_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 04:40:18

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/09 04:45:45

Modified files:
	usr.bin/ssh    : kex.c kex.h kexecdh.c key.c key.h monitor.c 
	                 ssh-ecdsa.c 

Log message:
ECDH/ECDSA compliance fix: these methods vary the hash function they use
(SHA256/384/512) depending on the length of the curve in use. The previous
code incorrectly used SHA256 in all cases.

This fix will cause authentication failure when using 384 or 521-bit curve
keys if one peer hasn't been upgraded and the other has. (256-bit curve
keys work ok). In particular you may need to specify HostkeyAlgorithms
when connecting to a server that has not been upgraded from an upgraded
client.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/09 04:55:52

Modified files:
	sys/arch/mips64/mips64: cpu.c 

Log message:
Fix compile error on option DEBUG ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/09 04:59:02

Modified files:
	sys/arch/mips64/mips64: cpu.c 
	sys/arch/sgi/include: cpu.h 
	sys/arch/sgi/sgi: ip30_machdep.c 

Log message:
Move cache settings into hw_cpu_init_secondary() ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/09 05:24:45

Modified files:
	.              : index.html translation.html 
	faq/pf         : index.html 
	faq            : index.html 
	opencvs        : index.html 
	openntpd       : index.html 
	openbgpd       : index.html 

Log message:
Remove links to outdated translations.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/09 05:31:40

Modified files:
	sys/ntfs       : ntfs_subr.c 
	usr.sbin/httpd/src/modules/standard: mod_rewrite.c 
	usr.bin/xlint/lint1: init.c 

Log message:
nessesary -> necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/09 07:06:46

Modified files:
	sbin/iked      : iked.h ikev2.c parse.y 

Log message:
- allow esp proposals without integrity and ah proposals without
encryption;

- add additional nonce length field, use that for the ciphers that
require additional keying material;

- setup right flow direction depending on the mode: fixes up iked
working as an initiator against charon.

tested by me and jsg.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/09 07:39:01

Modified files:
	x11/lxrandr    : Makefile distinfo 
	x11/lxrandr/pkg: PLIST 
Added files:
	x11/lxrandr/patches: patch-data_lxrandr_desktop_in 
Removed files:
	x11/lxrandr/patches: patch-src_lxrandr_c 

Log message:
Overdue update to lxrandr-0.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 09:06:43

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
have clean=all zap builddir too. req'd by antoine


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/09/09 09:27:43

Modified files:
	telephony/asterisk-openbsd-moh: Makefile distinfo 

Log message:
Trivial version update to add the 4.8 song now that it's up on the public web site.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 11:32:36

Modified files:
	lang/lua       : lua.port.mk 

Log message:
- automatically set PKG_ARCH=* when SHARED_ONLY is not set

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/09/09 11:32:44

Modified files:
	.              : Makefile.cross 

Log message:
Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 11:34:14

Modified files:
	devel/coxpcall : Makefile 
	graphics/luagd : Makefile 
	net/yt         : Makefile 

Log message:
- bump after recent lua.port.mk change

pointed out by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/09 11:34:37

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- sync lua.port.mk blurb

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 11:43:10

Modified files:
	editors/emacs22/patches: patch-configure_in 

Log message:
- regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 11:58:06

Modified files:
	devel/luacopas : Makefile 
	devel/luadoc   : Makefile 
	devel/luastdlib: Makefile 

Log message:
- remove redundant PKG_ARCH


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/09 13:06:15

Modified files:
	sys/arch/loongson/dev: apm.c kb3310.c 

Log message:
Sync suspend logic with current practice, and try to handle failure
consistently; discussed with pirofti and deraadt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:14:23

Added files:
	editors/emacs22/patches: patch-src_m_alpha_h patch-src_unexelf_c 

Log message:
- fix build on alpha

ok eric@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/09 13:16:50

Modified files:
	gnu/gcc/gcc/config/sh: lib1funcs.asm sh-protos.h sh.c sh.h 
	gnu/usr.bin/cc : Makefile.tgt 
	gnu/usr.bin/cc/cc_tools: Makefile 
	gnu/usr.bin/cc/libgcc: Makefile 
Added files:
	gnu/gcc/gcc/config/sh: openbsd.h 

Log message:
let gcc4 build on landisk
initial diff from jasper, finished by me with help from miod

ok jasper@ miod@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:17:06

Modified files:
	infrastructure/man/man1: check-conflicts.1 check-lib-depends.1 
	                         pkg_subst.1 register-plist.1 
	                         resolve-lib.1 

Log message:
- various minor style nits
- start explanation of options with a capital letter for consistency
with other man pages.
- sprinkle some more .Xr where needed
- slight rewording in some places

feedback and ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:22:50

Modified files:
	textproc/p5-XML-Twig: Makefile distinfo 
	textproc/p5-XML-Twig/patches: patch-Makefile_PL 

Log message:
- update p5-XML-Twig to 3.35


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:24:50

Modified files:
	textproc/p5-XML-Writer: Makefile distinfo 

Log message:
- update p5-XML-Writer to 0.612


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:26:56

Modified files:
	textproc/p5-XML-NamespaceSupport: Makefile distinfo 

Log message:
- update p5-XML-Namespacesupport to 1.11
- remove configure argument taken care of by cpan.port.mk nowadays


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:29:02

Modified files:
	textproc/p5-String-ShellQuote: Makefile distinfo 

Log message:
- update p5-String-ShellQuote to 1.04


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:32:25

Modified files:
	textproc/p5-Pod-POM: Makefile distinfo 
	textproc/p5-Pod-POM/pkg: PLIST 

Log message:
- update p5-Pod-POM to 0.27


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 13:35:41

Modified files:
	security/p5-Digest-SHA1: Makefile distinfo 

Log message:
- update p5-Digest-SHA1 to 2.13


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/09/09 13:46:39

Modified files:
	.              : Makefile.cross 

Log message:
Sigh, check in the actual diff, not a backout of th previous change.
Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 14:31:08

Modified files:
	devel/p5-Graph : Makefile distinfo 

Log message:
- update p5-Graph to 0.94


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 14:41:19

Modified files:
	audio/p5-cddb  : Makefile distinfo 

Log message:
- update p5-CDDB to 1.220


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 14:48:25

Modified files:
	devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
- update p5-Config-IniFiles to 2.58


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 15:04:56

Log message:
    import p5-Tie-Hash-MultiValue 1.02
    
    Tie::Hash::MultiValue allows you to have hashes which store their values
    in anonymous arrays, appending any new value to the already-existing
    ones.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100909
    
    N ports/devel/p5-Tie-Hash-MultiValue/Makefile
    N ports/devel/p5-Tie-Hash-MultiValue/distinfo
    N ports/devel/p5-Tie-Hash-MultiValue/pkg/PLIST
    N ports/devel/p5-Tie-Hash-MultiValue/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/09 15:06:42

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/09 16:29:29

Modified files:
	editors/vim    : Makefile distinfo 
	editors/vim/files: pf.vim 
	editors/vim/patches: patch-runtime_filetype_vim 
	                     patch-runtime_syntax_c_vim 
	                     patch-runtime_syntax_make_vim 
	                     patch-src_auto_configure patch-src_vim_h 
	editors/vim/pkg: PLIST-main 

Log message:
update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/09 16:50:47

Modified files:
	share/mk       : bsd.man.mk 
	lib/libssl/man : Makefile 

Log message:
Use mandoc instead of groff to build PostScript manuals; note that
these are not built by default, but only built when MANPS is set.
kristaps@ and jmc@ agree with the idea,
and the patch doesn't bother deraadt@ at all


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/09 16:51:49

Log message:
    gnu libbfd, for apps that need things from BFD that aren't provided
    by the system. ok marco
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe_20100909
    
    N ports/devel/libbfd/Makefile
    N ports/devel/libbfd/distinfo
    N ports/devel/libbfd/pkg/PLIST
    N ports/devel/libbfd/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/09 16:52:53

Modified files:
	devel          : Makefile 

Log message:
add libbfd


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/09/09 18:01:18

Modified files:
	telephony/asterisk-openbsd-moh/pkg: PLIST 

Log message:
Both 4.8 and 4.7 updates failed to update the PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/09/09 18:13:33

Modified files:
	telephony/asterisk-openbsd-moh: Makefile 

Log message:
Bump pkg, requested by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/09 19:04:10

Modified files:
	usr.bin/ssh    : ssh-ecdsa.c 

Log message:
fix ident


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/09 19:08:39

Modified files:
	faq            : faq1.html 

Log message:
screwups from the 4.6->4.7 update.  Found while working on 4.7->4.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/09 19:11:46

Modified files:
	sys/dev/ic     : mpireg.h 

Log message:
#defines for the bits inside the flags field in mpi_cfg_fc_port_pg1


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/09 22:46:24

Modified files:
	sys/scsi       : sd.c 

Log message:
scsi_xsh_del the io handler in deactivate to prevent it from being run on
a device thats now gone, or from being on the list of pending io when
the device is actually detached.

found and fix tested by jakemsr@
"go for it" jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/09 22:52:05

Modified files:
	sys/dev/pci    : emuxki.c 

Log message:
the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h.
the AUOPEN_ macros from sys/dev/audiovar.h are for something else.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/10 01:00:56

Modified files:
	sys/dev/ic     : mpi.c mpivar.h 

Log message:
implement handling of rescan events on fc controllers. allows "hotplug" of
fc devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 01:16:05

Modified files:
	x11/gnome/genius: Makefile distinfo 
	x11/gnome/genius/patches: patch-src_gnome-genius_desktop 

Log message:
Minor update to genius-1.0.11. Still broken.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 01:38:29

Log message:
    import p5-Hash-AutoHash 1.12
    
    This is yet another module that lets you access or change the elements
    of a hash using methods with the same name as the element's key. It
    follows in the footsteps of Hash::AsObject, Hash::Inflator,
    Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
    main difference between this module and its forebears is that it
    supports tied hashes, in addition to regular hashes. This allows a
    modular division of labor: this class is generic and treats all hashes
    the same; any special semantics come from the tied hash.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100910
    
    N ports/devel/p5-Hash-AutoHash/Makefile
    N ports/devel/p5-Hash-AutoHash/distinfo
    N ports/devel/p5-Hash-AutoHash/pkg/DESCR
    N ports/devel/p5-Hash-AutoHash/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 01:39:17

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/10 01:44:15

Modified files:
	share/man/man4 : envy.4 

Log message:
sort the hardware list;


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/10 04:42:17

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.2   : Makefile distinfo 
	lang/php/5.2/pkg: PLIST-main 
Removed files:
	lang/php/5.2/patches: patch-ext_sybase_ct_config_m4 

Log message:
update this php port to 5.2.14 too


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 05:13:20

Log message:
    import when 1.1.21
    
    When is an extremely simple personal calendar program, aimed at the Unix
    geek who wants something minimalistic. It can keep track of things you
    need to do on particular dates. Its file format is a simple text file,
    which you can edit in your favorite editor.
    
    feedback and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101009
    
    N ports/productivity/when/distinfo
    N ports/productivity/when/Makefile
    N ports/productivity/when/pkg/DESCR
    N ports/productivity/when/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 05:14:17

Modified files:
	productivity   : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2010/09/10 05:35:23

Modified files:
	.              : 48.html 

Log message:
add some new drivers


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 05:43:39

Modified files:
	faq/nl         : faq6.html index.html 
	faq/pf/nl      : index.html 
	nl             : index.html items.html older.html orders.html 
	                 translation.html 
	openbgpd/nl    : index.html 
	opencvs/nl     : index.html 
	openntpd/nl    : index.html 
Added files:
	openssh/ru     : security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2010/09/10 06:43:30

Modified files:
	.              : 48.html 

Log message:
more hardware improvements and correct OpenSSH version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 07:32:47

Modified files:
	devel/p5-Hash-AutoHash: Makefile 

Log message:
- tweak COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 07:46:21

Modified files:
	biology/bioperl: Makefile 

Log message:
- remove a .orig file after patches to prevent it from ending up in PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 07:47:08

Log message:
    import Hash-AutoHash-Args-1.12
    
    This class simplifies the handling of keyword argument lists.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101009
    
    N ports/devel/p5-Hash-AutoHash-Args/Makefile
    N ports/devel/p5-Hash-AutoHash-Args/distinfo
    N ports/devel/p5-Hash-AutoHash-Args/pkg/DESCR
    N ports/devel/p5-Hash-AutoHash-Args/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 07:47:47

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 07:48:31

Modified files:
	devel/p5-Class-AutoClass: Makefile distinfo 
	devel/p5-Class-AutoClass/pkg: DESCR PLIST 

Log message:
- update Class-AutoClass to 1.54
- tweak DESCR
- set correct CONFIGURE_STYLE


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 07:49:59

Log message:
    Import system-tools-backends-2.10.1
    
    The System Tools Backends (s-t-b for short) are a set of cross-platform
    modules for Unix systems. The backends provide a common DBus interface
    to all platforms to modify or read the system configuration in a system
    independent fashion. Historically, access to system configuration has
    <...>
    
    This is a WIP, hence not hooked to the build.
    DO NOT try this at home or you will harm yourself, you have been warned.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100910
    
    N ports/sysutils/system-tools-backends/Makefile
    N ports/sysutils/system-tools-backends/distinfo
    N ports/sysutils/system-tools-backends/pkg/DESCR
    N ports/sysutils/system-tools-backends/pkg/PLIST
    N ports/sysutils/system-tools-backends/patches/patch-Utils_Platform_pm
    N ports/sysutils/system-tools-backends/patches/patch-Time_TimeDate_pm
    N ports/sysutils/system-tools-backends/patches/patch-Users_Users_pm
    N ports/sysutils/system-tools-backends/patches/patch-Network_Ifaces_pm
    N ports/sysutils/system-tools-backends/patches/patch-Time_NTP_pm
    N ports/sysutils/system-tools-backends/patches/patch-Network_Hosts_pm
    N ports/sysutils/system-tools-backends/patches/patch-Shares_SMB_pm
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 07:50:41

Log message:
    Import liboobs-2.30.1
    
    Liboobs is a wrapping library to the System Tools Backends, it will
    provide easy to access GObjects to system configuration details, like
    users, groups and network interfaces, it will handle sessions with the
    backend and data consistency too.
    
    This is a WIP, hence not hooked to the build.
    DO NOT try this at home or you will harm yourself, you have been warned.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100910
    
    N ports/devel/liboobs/Makefile
    N ports/devel/liboobs/distinfo
    N ports/devel/liboobs/pkg/DESCR
    N ports/devel/liboobs/pkg/PLIST
    N ports/devel/liboobs/pkg/PFRAG.shared
    N ports/devel/liboobs/patches/patch-oobs_oobs-user_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/10 07:51:10

Modified files:
	devel/luadoc   : Makefile 
	devel/luadoc/pkg: PLIST 

Log message:
Unbreak this port, add a runtime dependency on devel/luafs.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 07:51:13

Log message:
    Import gnome-system-tools-2.30.2
    
    These tools are intended to simplify the tasks of configuring a Unix
    system for workstations. They are not intended for configuring Unix
    servers.
    <...>
    
    This is a WIP, hence not hooked to the build.
    DO NOT try this at home or you will harm yourself, you have been warned.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100910
    
    N ports/x11/gnome/system-tools/distinfo
    N ports/x11/gnome/system-tools/Makefile
    N ports/x11/gnome/system-tools/pkg/DESCR
    N ports/x11/gnome/system-tools/pkg/PLIST
    N ports/x11/gnome/system-tools/pkg/PFRAG.shared
    N ports/x11/gnome/system-tools/patches/patch-src_users_user-settings_c
    N ports/x11/gnome/system-tools/patches/patch-src_shares_share-settings_c
    N ports/x11/gnome/system-tools/patches/patch-src_shares_shares-tool_c
    N ports/x11/gnome/system-tools/patches/patch-interfaces_time_ui
    N ports/x11/gnome/system-tools/patches/patch-src_users_user-profiles_conf_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 07:55:06

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
Add one more port to the reminder list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 08:12:00

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20100823222416

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/10 08:48:55

Modified files:
	x11/gnome/system-tools/patches: patch-interfaces_time_ui 
	                                patch-src_users_user-profiles_conf_in 
Added files:
	x11/gnome/system-tools/patches: patch-src_time_main_c 
	                                patch-src_time_time-tool_c 

Log message:
Do not display NTP configuration/synchronisation for now, it requires
"services" support.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/10 09:11:23

Modified files:
	sys/dev/pci    : azalia_codec.c azalia.h 

Log message:
if the speaker is muted because headphones are plugged in, don't
unmute the speaker when the master volume control is unmuted


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 09:14:58

Modified files:
	productivity/when: Makefile distinfo 

Log message:
- better distfile


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/09/10 09:19:29

Modified files:
	usr.bin/ssh    : ssh-keygen.1 

Log message:
* mention ECDSA in more places
* less repetition in FILES section
* SSHv1 keys are still encrypted with 3DES

help and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/10 10:20:11

Modified files:
	gnu/gcc/gcc/config/mips: mips.h openbsd.h 
	gnu/usr.bin/cc : Makefile.tgt 
	gnu/usr.bin/cc/cc_tools: Makefile 
	gnu/usr.bin/cc/libgcc: Makefile 

Log message:
Add infrastructure to build GCC 4.2.1 for OpenBSD/mips64.  Only tested on
loongson (mips64el).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/10 10:34:09

Modified files:
	sys/conf       : files 
	sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c cd9660_vnops.c 
	sys/isofs/udf  : udf_extern.h udf_vfsops.c udf_vnops.c 
	sys/kern       : Makefile vfs_conf.c vfs_init.c vfs_subr.c 
	                 vfs_sync.c 
	sys/miscfs/deadfs: dead_vnops.c 
	sys/miscfs/fifofs: fifo.h fifo_vnops.c 
	sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c 
	sys/miscfs/specfs: spec_vnops.c specdev.h 
	sys/msdosfs    : msdosfs_denode.c msdosfs_vnops.c 
	sys/nfs        : nfs_node.c nfs_subs.c nfs_vnops.c 
	sys/nnpfs      : nnpfs_node-bsd.c nnpfs_vfsops-openbsd.c 
	                 nnpfs_vnodeops-bsd.c 
	sys/ntfs       : ntfs.h ntfs_vfsops.c ntfs_vnops.c 
	sys/sys        : vnode.h 
	sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c ext2fs_vfsops.c 
	                 ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_extern.h ffs_vfsops.c ffs_vnops.c 
	sys/ufs/mfs    : mfs_extern.h mfs_vfsops.c mfs_vnops.c 
	sys/ufs/ufs    : ufs_extern.h ufs_vnops.c 
	sys/uvm        : uvm_swap.c 

Log message:
Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)
have been resolved.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/10 11:03:31

Modified files:
	productivity/when: Makefile 

Log message:
- argh, shuffling tarballs and distfiles is no fun..as pntd out by kili.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/10 12:10:00

Modified files:
	lang/ghc       : Makefile distinfo 

Log message:
New bootstrapping tarballs after ncurses update.
Adjust WANTLIB and bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/10 12:38:20

Modified files:
	lib/libc/locale: iswalnum.3 mbsrtowcs.3 mbstowcs.3 towlower.3 
	                 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 
	lib/libc/stdio : fgetws.3 fputws.3 getwc.3 putwc.3 ungetwc.3 
	lib/libc/string: wcstok.3 wmemchr.3 
	lib/libedit    : editline.3 

Log message:
observe the following spelling:
- wide character (noun)
- wide-character (adjective)

this is the "fix of least resistance", and appears to be in line with
posix style; a tiny fix still needed for curses, but i'll mail that
upstream;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/10 15:21:15

Modified files:
	usr.sbin/ldapd : ldapd.conf.5 

Log message:
RFC2247 -> RFC 2247;


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/10 15:37:03

Modified files:
	sys/arch/amd64/pci: iommu.c 

Log message:
Provide a bus_dmamap_sync() implementation for the IOMMU.  Fixes bigmem.

tested by naddy@, ok dlg@


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2010/09/10 16:26:21

Modified files:
	.              : 48.html 

Log message:
Mention autoconfprivacy and UTF-8 locale.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/10 16:39:13

Modified files:
	www/cherokee   : Makefile distinfo 
	www/cherokee/pkg: PLIST-main 
Added files:
	www/cherokee/patches: patch-admin_wizards_php_py 

Log message:
Update to 1.0.8 and search for php-fastcgi in the correct place
so that the admin interface can find it and use it.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/10 16:57:52

Modified files:
	devel/sdlmm    : Makefile 

Log message:
MODULES added bogus dependencies in -docs; from Brad


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/11 00:23:36

Modified files:
	cs             : donations.html index.html 
	faq/cs         : faq1.html index.html 
	faq/nl         : faq1.html 
	faq/pf/cs      : index.html 
	openbgpd/cs    : index.html 
	opencvs/cs     : index.html 
	openntpd/cs    : index.html 
	pt             : cvsup.html donations.html index.html plus.html 
	                 translation.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/11 01:00:52

Modified files:
	textproc/meld  : Makefile distinfo 
	textproc/meld/pkg: PLIST 

Log message:
Update to meld-1.3.3.
Move to gnome module.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/11 01:26:00

Modified files:
	usr.bin/cvs    : rcs.c 
	usr.bin/rcs    : rcs.c 

Log message:
Fixed typo.

ok ray, zinovik


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/11 02:07:09

Modified files:
	mail/mail-notification: Makefile 
	mail/mail-notification/patches: patch-jbsrc_jb_c 
Added files:
	mail/mail-notification/patches: 
	                                patch-build_src_mn-base-mbox-mailbox-backend_c 
	                                patch-build_src_mn-mozilla-mailbox-backend_c 
	                                patch-src_mn-message-mime_c 

Log message:
Use GMime 2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/11 03:09:13

Modified files:
	mail/mail-notification: Makefile 
	x11/pinot      : Makefile 
	x11/gnome/totem-pl-parser: Makefile 

Log message:
Explicitely set the gmime version.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/11 05:13:20

Modified files:
	libexec/ld.so/mips64: rtld_machine.c 

Log message:
Fix lazy binding issue by making sure the second argument to _dl_find_symbol()
always points to a pointer that is initialized to NULL.  Consistently use
NULL instead of mixing NULL and 0 to make the pattern more obvious.
Fixes nm(1) crashes that happen when you pass it multiple object files on
the command line.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/11 05:29:50

Modified files:
	sys/arch/mips64/include: asm.h cpu.h 
	sys/arch/mips64/mips64: cp0access.S 
	sys/arch/sgi/include: asm.h cpu.h 
	sys/arch/sgi/sgi: locore.S 

Log message:
move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/11 05:52:39

Modified files:
	gnu/usr.bin/cc/libgcc: Makefile 

Log message:
Make sure we build all the required integer-to-float and float-to-integer
functions that are needed on mips64.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/11 07:03:46

Modified files:
	www/varnish    : Makefile distinfo 
	www/varnish/patches: patch-bin_varnishd_mgt_param_c 
	                     patch-bin_varnishd_mgt_pool_c 
	                     patch-configure 
	www/varnish/pkg: MESSAGE PFRAG.shared PLIST 

Log message:
update to 2.1.3 inspired by patch from Marius ROMAN <marius.roman at gmail.com>, modifications by me with input from ajacoutot@

ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2010/09/11 09:13:10

Modified files:
	.              : 48.html 

Log message:
X.Org base version is 7.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/11 09:13:17

Modified files:
	gnu/gcc/gcc/config: openbsd.h 

Log message:
Setup sane INCLUDE_DEFAULTS when cross compiling.

ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/11 09:39:55

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
When resizing the copy mode screen, don't allow it to end up with the
viewable position beyond the size of the history.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/11 09:43:11

Modified files:
	usr.bin/tmux   : tty-term.c 

Log message:
Ignore terminal overrides settings without a value.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/11 10:19:22

Modified files:
	usr.bin/tmux   : Makefile screen-redraw.c tmux.h tty-term.c 
	                 tty.c 
Added files:
	usr.bin/tmux   : tty-acs.c 

Log message:
Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid
terminals (I'm looking at you, putty) which disable the vt100 ACS mode
switching sequences in UTF-8 mode.

Also on terminals without ACS at all, use ASCII equivalents where
obvious.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/11 10:20:58

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
Ugh. Pass the right type into tty_term_has. Teaches me to make last
minute changes :-/.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/11 12:44:10

Log message:
    This library is for working with ".tar" archive files. It can read
    and write a range of common variations of archive format including
    V7, USTAR, POSIX and GNU formats. It provides support for packing
    and unpacking portable archives. This makes it suitable for
    distribution but not backup because details like file ownership and
    exact permissions are not preserved.
    
    (this library is a requirement for the next darcs release)
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20100911
    
    N ports/devel/hs-tar/Makefile
    N ports/devel/hs-tar/distinfo
    N ports/devel/hs-tar/pkg/PLIST
    N ports/devel/hs-tar/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/11 12:49:27

Log message:
    This package provides the Data.Text library, a library for the
    space- and time-efficient manipulation of Unicode text in Haskell.
    
    (requirement for darcs-2.5)
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20100911
    
    N ports/devel/hs-text/Makefile
    N ports/devel/hs-text/distinfo
    N ports/devel/hs-text/pkg/PLIST
    N ports/devel/hs-text/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/11 14:43:32

Modified files:
	lib/libcurses  : curses.3tbl 

Log message:
remove a duplicate line; thomas dickey has confirmed this issue is not
present in upstream sources, so it must be a local bug;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/11 14:54:22

Modified files:
	bin/test       : test.1 

Log message:
fix markup: (expression) -> ( expression )
confirmed by and ok sobrado

fix comes from jilles@freebsd, -r1.30


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/11 15:01:12

Modified files:
	lib/libcurses  : curses.3tbl 

Log message:
there's a missing full stop here too, which seems to be because of
another local variation;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/11 15:44:20

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
mention RFC 5656 for ECC stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/11 16:40:10

Modified files:
	sys/scsi       : cd.c sd.c sdvar.h 

Log message:
Be more ruthlessly consistent in variable names for blk/block ==
512 == DEV_BSIZE units and variable-sized physical device 'sectors'.
I hope this reduces confusion a bit more. No change to .o files.

ok for intent miod@, with tweak.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/11 19:54:48

Modified files:
	sys/scsi       : cd.c 

Log message:
Make cd the same as sd by calling the cd_parms member of the softc 'params'
rather than 'sc_params'. No change to .o file.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:01:17

Modified files:
	sys/dev        : audio.c audiovar.h 

Log message:
DVACT_{QUIESCE,RESUME} for audio(4)
DVACT_QUIESCE:
1) waits until ringbuffer current position wraps back to the start of
the buffer
2) stops playback and/or recording by way of the hardware drivers' "halt"
audio_hw_if method
3) blocks userland access to audio device
4) saves the current state of the master mute, then mutes it
DVACT_RESUME:
1) reprogram hardware stream parameters for playback or recording
if they were active at DVACT_QUIESCE by way of hardware drivers'
"set_params" audio_hw_if method
2) start playback or recording if they were active at DVACT_QUIESCE
by way of hardware drivers' "trigger" or "start" audio_hw_if method
3) restores master mute state as it was at DVACT_QUIESCE
4) wakes up blocked userland processes accessing the hardware


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:03:35

Modified files:
	sys/dev/pci    : auvia.c auviavar.h 

Log message:
autoconf activate suspend/resume for auvia(4).  uses new audio(4)
DVACT_{QUIESCE,RESUME].


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:04:32

Modified files:
	sys/dev/pci    : auich.c 

Log message:
use audio(4) DVACT_{QUIESCE,RESUME}


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:05:41

Modified files:
	sys/dev/pci    : cs4280.c 

Log message:
use audio(4) DVACT_{QUIESCE,RESUME}


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/11 20:05:54

Modified files:
	sys/scsi       : sdvar.h sd.c 

Log message:
Garbage collect rot_rate from disk_parms. No longer in disk label so no
need to calculate and save. Not used anywhere in tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:06:54

Modified files:
	sys/dev/pci    : cmpci.c 

Log message:
autoconf activate suspend/resume for cmpci(4).  uses audio(4)
DVACT_{QUIESCE,RESUME}.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:10:53

Modified files:
	sys/dev/pci    : emuxki.c 

Log message:
autoconf activate suspend/resume for emu(4).  uses audio(4)
DVACT_{QUIESCE,RESUME}.  not 100% right yet.  after resume, interrupts,
DMA, and the mixer appear to be working, but no sound is produced.
cookie for whoever finds the problem.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 20:35:10

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
use audio(4) DVACT_{QUIESCE,RESUME}


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/11 21:17:34

Modified files:
	sys/dev/pci    : auich.c auvia.c azalia.c cmpci.c cs4280.c 
	                 emuxki.c 

Log message:
silly me.  use the switch() variable, not the case value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/12 03:32:58

Modified files:
	databases/freetds: Makefile distinfo 
	databases/freetds/patches: patch-Makefile_in patch-configure 
	                           patch-odbc_unittests_Makefile_in 
	                           patch-src_ctlib_unittests_Makefile_in 
	                           patch-src_dblib_unittests_Makefile_in 
	                           patch-src_pool_Makefile_in 
	                           patch-src_tds_unittests_Makefile_in 
	databases/freetds/pkg: PLIST 

Log message:
update FreeTDS to a newer post-0.82 patchset; thanks to Ryan Boggs for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/12 04:39:50

Modified files:
	sys/dev/pci    : if_msk.c 

Log message:
Add some missing bus_dmamap_sync().  Fix a small whitespace problem while
I'm there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 05:22:20

Modified files:
	devel/alex     : Makefile distinfo 

Log message:
Update to alex-2.3.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 05:35:17

Modified files:
	devel/happy    : Makefile distinfo 

Log message:
Update to happy-1.18.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 05:47:14

Modified files:
	devel/cabal-install: Makefile distinfo 

Log message:
Update to cabal-install-0.8.2.
Remove VMEM_WARNING, the port build fine with default limits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/12 05:47:22

Log message:
    Import ibus-skk, a japanese skk input engine for ibus.
    From Takahashi Tamotsu <ttakah plus openbsd at gmail.com> with a few tweaks
    by me.  ajacoutot@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20100912
    
    N ports/inputmethods/ibus-skk/Makefile
    N ports/inputmethods/ibus-skk/distinfo
    N ports/inputmethods/ibus-skk/pkg/PLIST
    N ports/inputmethods/ibus-skk/pkg/DESCR
    N ports/inputmethods/ibus-skk/patches/patch-setup_ibus-setup-skk_in
    N ports/inputmethods/ibus-skk/patches/patch-engine_ibus-engine-skk_in
    N ports/inputmethods/ibus-skk/patches/patch-setup_main_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/12 05:50:14

Log message:
    Import ibus-anthy, a japanese input engine for ibus.
    input and ok ajacoutot@.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20100912
    
    N ports/inputmethods/ibus-anthy/Makefile
    N ports/inputmethods/ibus-anthy/distinfo
    N ports/inputmethods/ibus-anthy/pkg/DESCR
    N ports/inputmethods/ibus-anthy/pkg/PLIST
    N ports/inputmethods/ibus-anthy/patches/patch-engine_Makefile_in
    N ports/inputmethods/ibus-anthy/patches/patch-engine_ibus-engine-anthy_in
    N ports/inputmethods/ibus-anthy/patches/patch-setup_ibus-setup-anthy_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/12 05:53:28

Modified files:
	inputmethods   : Makefile 

Log message:
Enter ibus-anthy and ibus-skk


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 05:54:40

Modified files:
	devel/hs-QuickCheck: Makefile distinfo 

Log message:
Update to QuickCheck-2.1.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:01:08

Modified files:
	www/hs-cgi     : Makefile distinfo 

Log message:
Update to cgi-3001.1.7.3.
Fix HOMEPAGE (which was completely wrong, pointing to the parsec homepage).


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/12 06:05:37

Modified files:
	sys/arch/mips64/mips64: tlbhandler.S 

Log message:
Avoid machine-check exception on OCTEON. ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:05:44

Modified files:
	devel/hs-fgl   : Makefile distinfo 

Log message:
Update to fgl-5.4.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:11:01

Modified files:
	devel/hs-regex-base: Makefile distinfo 

Log message:
Update to regex-base-0.93.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/12 06:11:36

Modified files:
	share/man/man3 : intro.3 

Log message:
document the curses wide libraries, with help from nicm;


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/12 06:13:51

Modified files:
	lib/csu/mips64 : crt0.c 

Log message:
Since the stack layout changes from gcc3 to gcc4, change the inline asm to
deal with this.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:15:37

Modified files:
	devel/hs-regex-posix: Makefile distinfo 

Log message:
Update to regex-posix-0.94.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:17:15

Modified files:
	devel/hs-regex-compat: Makefile distinfo 

Log message:
Update to regex-compat-0.93.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 06:19:42

Modified files:
	devel/hs-stm   : Makefile distinfo 

Log message:
Update to stm-2.1.2.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/12 06:27:06

Modified files:
	sys/arch/mips64/include: arcbios.h 

Log message:
Use __dead instead of volatile to mark functions that don't return.  Makes
it possible to compile sgi kernels with gcc4.

ok miod@ (who pointed out what volatile was used for in this case)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/12 10:36:21

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
spacing fix;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/12 10:49:10

Modified files:
	archivers/libtar: Makefile 
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	astro/xephem   : Makefile 
	audio/xmcd     : Makefile 
	audio/shell-fm : Makefile 
	audio/pianobar : Makefile 
	cad/klogic     : Makefile 
	comms/xdx      : Makefile 
	converters/pflogx: Makefile 
	devel/jdk/1.7  : Makefile 
	devel/liboop   : Makefile 
	devel/dtc      : Makefile 
	devel/pyrex    : Makefile 
	editors/nedit  : Makefile 
	education/dvorak7min: Makefile 
	emulators/BasiliskII: Makefile 
	games/sudoku   : Makefile 
	games/quake2   : Makefile 
	graphics/libcaca: Makefile 
	graphics/fyre  : Makefile 
	misc/deco      : Makefile 
	multimedia/oggconvert: Makefile 
	net/irssi-icb  : Makefile 
	news/nn        : Makefile 
	productivity/xinvest: Makefile 
	productivity/xquote: Makefile 
	productivity/when: Makefile 
	sysutils/wmmon : Makefile 
	sysutils/wmcb  : Makefile 
	textproc/iso12083: Makefile 
	textproc/discount: Makefile 
	textproc/wdiff : Makefile 
	www/opera-flashplugin: Makefile 
	www/wwwoffle   : Makefile 
	x11/openmotif  : Makefile 
	x11/osd_clock  : Makefile 
	x11/e17        : Makefile.inc 
	x11/xtu        : Makefile 
	x11/freefarsi-ttf: Makefile 
	x11/inconsolata-font: Makefile 
	x11/spranq-ecofont-ttf: Makefile 

Log message:
- move distfiles/ to a proper mirroring location.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 11:09:01

Modified files:
	devel/hs-tar   : Makefile 

Log message:
List `devel' before `archivers' in CATEGORIES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/12 11:09:21

Modified files:
	devel          : Makefile 

Log message:
Hook hs-tar and hs-text.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/12 11:55:30

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: 
	                             patch-media_liboggz_include_oggz_oggz_off_t_generated_h 
	                             patch-toolkit_library_Makefile_in 
	www/mozilla-firefox/pkg: PLIST 

Log message:
Update firefox35 port to 3.5.12, fixing a whole bunch of MFSA (2010-49->63)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/12 11:56:29

Modified files:
	www/firefox35  : Makefile distinfo 
	www/firefox35/patches: 
	                       patch-media_liboggz_include_oggz_oggz_off_t_generated_h 
	                       patch-toolkit_library_Makefile_in 

Log message:
Update firefox35 port to 3.5.12, fixing a whole bunch of MFSA (2010-49->63)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/12 11:58:51

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.8: Makefile 
	devel/xulrunner/1.9: Makefile distinfo 
	devel/xulrunner/1.9/pkg: PLIST-devel PLIST-main 

Log message:
Chase mozilla-firefox update and bump xulrunner to 1.9.2.9.
Switch to use internal sqlite as now mozilla needs SQLITE_SECURE_DELETE
set, and there's no way we're going to do that with systemwide sqlite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/12 11:59:32

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: 
	                       patch-mozilla_media_liboggz_include_oggz_oggz_off_t_generated_h 

Log message:
Update seamonkey to 2.0.7, fixing a bunch of MFSA (2010-49->63)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/12 12:30:19

Modified files:
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: db_machdep.c trap.c 

Log message:
Stricter types in MipsEmulateBranch(), and related cleanups.
No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/12 12:47:09

Modified files:
	devel/pyrex    : Makefile 

Log message:
- this builds fine w/o gmake, so remove the comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/12 13:02:53

Modified files:
	devel/avr      : Makefile.inc 

Log message:
- complete CATEGORIES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/12 13:54:48

Modified files:
	cad/xnecview   : Makefile 

Log message:
why set USE_GMAKE when CONFIGURE_STYLE is imake? builds fine w/o gmake..


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/12 14:12:27

Modified files:
	share/man/man4 : acpi.4 

Log message:
missing section number for acpisony(4); from Rafael Ferreira Neves


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/12 14:16:30

Modified files:
	bin/ls         : ls.c print.c 

Log message:
remove trailing spaces and tabs from source code; no binary change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/12 14:23:52

ports/x11/gnome/krb5-auth-dialog/files

Update of /cvs/ports/x11/gnome/krb5-auth-dialog/files
In directory cvs.openbsd.org:/tmp/cvs-serv15510/files

Log Message:
Directory /cvs/ports/x11/gnome/krb5-auth-dialog/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/12 14:29:24

Modified files:
	x11/gnome/krb5-auth-dialog: Makefile distinfo 
	x11/gnome/krb5-auth-dialog/pkg: PFRAG.shared PLIST 
Added files:
	x11/gnome/krb5-auth-dialog/files: krb5-config 

Log message:
Update to krb5-auth-dialog-0.17.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/12 14:43:18

Modified files:
	textproc/boust : Makefile 
	textproc/zathura: Makefile 

Log message:
- missing USE_X11:


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:27:52

Modified files:
	sys/dev/usb    : uvideo.c 
	sys/sys        : videoio.h 

Log message:
anonymous unions aren't standard C and don't work with gcc2.  name the
anonymous unions "un".
delete some obsolete mpeg/jpeg compression methods that have never been
supported, and will not need to be supported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:31:05

Modified files:
	graphics/luvcview: Makefile 
Added files:
	graphics/luvcview/patches: patch-v4l2uvc_c 

Log message:
* no more anonymous unions in video(4)
* REVISION, new style WANTLIB/LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:33:57

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
Added files:
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-sys_v4l2_gstv4l2object_c 

Log message:
* no more anonymous unions in video(4)
* bump REVISION-main


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:35:01

Modified files:
	x11/vlc        : Makefile 
	x11/vlc/patches: patch-modules_access_v4l2_c 

Log message:
* no more anonymous unions in video(4)
* bump REVISION-main


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:38:17

ports/x11/video/patches

Update of /cvs/ports/x11/video/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13953/patches

Log Message:
Directory /cvs/ports/x11/video/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/12 16:38:31

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
oga@ spotted a bug in lka_expand() which caused it to miscalculate the
length of its expand buffer. this commit introduces a new lka_expand()
that has been simplified, that fixes the bug and that is more robust.
callers of lka_expand() can now determine that it has failed and throw
the recipient at session time.

lka_expand() rewrite by oga@, changes around it by me, tested on a few
different setups but no feedback from tech@ so ... let me know if it's
breaking something for you


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 16:41:45

Modified files:
	x11/video      : Makefile 
Added files:
	x11/video/patches: patch-video_c 

Log message:
* no more anonymous unions in video(4)
* no need to exclude GCC2_ARCHS
* bump REVISION
* minor nits


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/12 18:56:55

Modified files:
	sys/scsi       : scsi_disk.h 

Log message:
i got the order of the bits in the cache page back to front. how
embarrsssment.

discovered by okan@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/09/12 19:35:50

Modified files:
	app/video      : video.c 

Log message:
no more anonymous unions in video(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2010/09/12 22:46:13

Modified files:
	chinese/bg5pdf : Makefile 
	chinese/bg5pdf/pkg: PLIST 

Log message:
PYTHON_VER -> MODPY_VERSION; from fgsch@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/12 23:28:29

Modified files:
	sys/dev/ic     : mpireg.h 

Log message:
sas io unit page 0 and 1


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 00:53:21

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
im not convinced we only have one outstanding event to ack at a time. this
steals^Wleverages the code used in mpii for handling a list of events to
acknowlede.

tested by hotplugging sas disks.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 00:53:43

Modified files:
	sys/dev/ic     : mpivar.h 

Log message:
im not convinced we only have one outstanding event to ack at a time. this
steals^Wleverages the code used in mpii for handling a list of events to
acknowlede.

tested by hotplugging sas disks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 01:10:24

Modified files:
	cad/pcb        : Makefile 
	cad/pcb/patches: patch-icon-theme-installer 

Log message:
- actually fix this patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 01:10:47

Modified files:
	cad/gerbv      : Makefile 
	cad/gerbv/patches: patch-icon-theme-installer 

Log message:
- fix the patch here too


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 01:11:47

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
dont reuse the event notifications ccbs id for the acknowledgement.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/13 01:24:24

Modified files:
	graphics/feh   : Makefile distinfo 
	graphics/feh/patches: patch-src_imlib_c 
	graphics/feh/pkg: PLIST 
Removed files:
	graphics/feh/patches: patch-src_keyevents_c 

Log message:
Update to feh-1.9

OK sthen@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 01:24:31

Modified files:
	x11/awn        : Makefile 
Removed files:
	x11/awn/patches: patch-po_Makefile_in_in 

Log message:
- remove unneeded patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/13 01:35:08

Modified files:
	devel/libslang : Makefile distinfo 
Added files:
	devel/libslang/patches: patch-src_slsignal_c 

Log message:
update S-Lang to 2.2.2; from Frank Denis


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/13 01:36:01

Modified files:
	editors/jed    : Makefile distinfo 
	editors/jed/patches: patch-src_Makefile_in 
	editors/jed/pkg: PLIST 
Added files:
	editors/jed/patches: patch-src_unix_c 

Log message:
update Jed to 0.99.19 + a couple of patches from upstream; from Frank Denis
move to new-style WANTLIB/LIB_DEPENDS, from me


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/13 01:41:39

Modified files:
	graphics/feh   : Makefile 

Log message:
Forgot to switch to new-style WANTLIB/LIB_DEPENDS in previous
commit... Shame on me


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 01:48:12

Modified files:
	sys/dev/ic     : mpi.c mpivar.h 

Log message:
if a busy sas device is unplugged, the pending io on that device will
never complete.

when we get a detach event from the firmware, we currently deactivate the
device and then request the scsi midlayer attempt to detach the device.
this diff now deactivates the device and then resets the target, forcing
the ioc to complete the pending operations. once the reset has completed
we then request a detach of the kernel device.

this lets me hotplug busy sas disks without leaking scsi_xfers or bufs or
anything.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/13 02:53:06

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based
devices is a bad idea. The problem is that the default route per se works
but PMTU is unable to clone host routes because the gateway is unreachable.
Fix sppp(4) so that it walks the routing table and fixes the gateways.
This makes PMTU work again. Diff tested by weerd@ and markus@ (older version)
for a long time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/13 02:54:22

Modified files:
	sysutils/libstatgrab: Makefile 
Added files:
	sysutils/libstatgrab/patches: patch-configure 

Log message:
Add a patch so that autohell correctly detects struct diskstats
dc_rbytes member, fixing the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 03:44:16

Modified files:
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/deskbar-applet/pkg: PLIST 

Log message:
Missing gtk-update-icon-cache goo which made the applet crashed.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/13 03:59:32

Modified files:
	sys/netinet    : ip_icmp.c ip_icmp.h 

Log message:
Change icmp_reflect() so that it does not call icmp_send directly. This
allows other users (like MPLS) use this function instead of rolling a own
version. Implement icmp_do_exthdr() to attach an RFC 4884 extension header
to an ICMP error produced by icmp_do_error().
"best to get it in." deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/13 04:02:49

Modified files:
	sys/netmpls    : mpls_input.c 

Log message:
First shot at ICMP error handling inside an MPLS path. Currently only
TTL exceeded errors for IPv4 are handled. This makes traceroute through
MPLS tunnels work (including RFC 4950 MPLS extension header).
"best to get it in." deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/13 04:09:00

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
Reduce the output of MPLS information without removing information.
This gives a more compact output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/09/13 04:10:09

Modified files:
	x11/xcursorgen : Makefile distinfo 
	x11/xcursorgen/patches: patch-configure_ac 

Log message:
Update to X.Org release 7.5 version of xcursorgen. ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 05:04:31

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
basic support for READMEs, to be documented


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 05:31:42

Added files:
	infrastructure/man/man1: fetch-all.1 getpkgpath.1 
	                         link-checksums.1 portslogger.1 

Log message:
document fetch-all, getpkgpath, link-checksum, portslogger


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 05:32:39

Added files:
	net/wget/patches: patch-src_Makefile_in 

Log message:
Fix linking order so this works on static arches too.

hint from naddy@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 05:41:19

Modified files:
	devel/libidn   : Makefile distinfo 
	devel/libidn/patches: patch-libidn_pc_in 
	devel/libidn/pkg: PLIST 

Log message:
Major update to libidn-1.19.
Tested by landry@ in a bulk, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 05:43:39

Added files:
	infrastructure/man/man1: retrieve-index.1 

Log message:
document retrieve-index


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 05:46:22

Modified files:
	devel/libbfd   : Makefile 

Log message:
Lowercase COMMENT.
Set GPL version #.

maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 05:47:08

Modified files:
	infrastructure/man/man1: portslogger.1 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 05:59:37

Added files:
	infrastructure/man/man1: update-patches.1 

Log message:
document update-patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 06:24:33

Added files:
	infrastructure/man/man1: make-plist.1 

Log message:
document make-plist


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 06:53:04

Modified files:
	faq/pt         : faq1.html faq6.html faq8.html index.html 
	opencvs/pt     : index.html 
	pt             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 06:58:26

Modified files:
	.              : index.html translation.html 
	opencvs        : index.html 

Log message:
Link [pt] translation, thanks to Renato dos Santos for his work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 07:26:49

Modified files:
	geo/tangogps   : Makefile 
	geo/tangogps/patches: patch-po_Makefile_in_in 

Log message:
- remove unneeded chunk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 08:24:44

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/pkg: PLIST 

Log message:
Minor update to totem-pl-parser-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/13 08:38:05

Modified files:
	infrastructure/bin: check-lib-depends 
	infrastructure/lib/OpenBSD: Recorder.pm 

Log message:
saner: always go thru a DumpRecorder, and perform full save/retrieve from
a dump recorder.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/13 08:54:46

Added files:
	lang/swi-prolog/patches: patch-packages_xpce_src_x11_include_h 

Log message:
fix build with new libX11 Xdefs.h; ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 09:26:30

Modified files:
	mail/gmime24   : Makefile distinfo 

Log message:
Minor update to gmime-2.4.19.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 10:23:47

Modified files:
	news/pan       : Makefile distinfo 
	news/pan/patches: patch-pan_gui_gui_cc 
	news/pan/pkg   : PLIST 
Added files:
	news/pan/patches: patch-pan_general_utf8-utils_cc 
	                  patch-pan_gui_body-pane_cc 
	                  patch-pan_gui_body-pane_h patch-pan_gui_pan_cc 
	                  patch-pan_gui_post-ui_cc 
	                  patch-pan_usenet-utils_message-check-test_cc 
	                  patch-pan_usenet-utils_message-check_cc 
	                  patch-pan_usenet-utils_mime-utils_cc 
	                  patch-pan_usenet-utils_mime-utils_h 
Removed files:
	news/pan/patches: patch-pan_data-impl_my-tree_cc 

Log message:
Update to pan-0.133.
Change maintainer email while here.
Patch to make it build and work with gmime24 (from BZ).

tested by pea@ on amd64 and macppc and myself on i386.
ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 10:27:00

Modified files:
	mail           : Makefile 
Removed files:
	mail/gmime     : Makefile distinfo 
	mail/gmime/patches: patch-gmime_gmime-utils_h 
	mail/gmime/pkg : DESCR PFRAG.shared PLIST 

Log message:
Remove gmime-2.0, it's deprecated and unmaintained (and security issues
are not taken care of anymore). Nothing uses it in tree anymore.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/13 10:41:16

Log message:
    Import net/spectrum: XMPP transport/gateway
    
    Spectrum is an XMPP transport/gateway. It allows XMPP users to communicate
    with their friends who are using one of the supported networks. It supports
    a wide range of different networks such as ICQ, XMPP (Jabber, GTalk), AIM,
    MSN, Facebook, Twitter, Gadu-Gadu, IRC and SIMPLE.
    
    Feedback and OK from jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20100913
    
    N ports/net/spectrum/Makefile
    N ports/net/spectrum/distinfo
    N ports/net/spectrum/patches/patch-CMakeLists_txt
    N ports/net/spectrum/patches/patch-spectrum_cfg
    N ports/net/spectrum/patches/patch-spectrumctl_spectrum_env_py
    N ports/net/spectrum/patches/patch-spectrumctl_spectrum_spectrum_py
    N ports/net/spectrum/patches/patch-spectrumctl_spectrumctl_py
    N ports/net/spectrum/pkg/DESCR
    N ports/net/spectrum/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 10:48:11

Modified files:
	net/wget       : Makefile 
Added files:
	net/wget/patches: patch-src_http_c patch-src_http_h 
	                  patch-src_init_c patch-src_main_c 
	                  patch-src_options_h patch-src_retr_c 

Log message:
SECURITY FIX for CVE-2010-2252

By default, on server redirects, use the original URL to get the
local file name.

ok naddy@
additional testing by kevlo@, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/13 10:51:09

Modified files:
	net            : Makefile 
	infrastructure/db: user.list 

Log message:
Add spectrum to the build, and add the user to the database


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/13 11:10:31

Modified files:
	archivers/libarchive: Makefile distinfo 
	archivers/libarchive/patches: patch-Makefile_in 
	                              patch-tar_bsdtar_1 
Removed files:
	archivers/libarchive/patches: patch-libarchive_archive_hash_h 

Log message:
maintenance update to 2.8.4, no changes of note


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 11:15:57

Modified files:
	devel/libgdata : Makefile 
Removed files:
	devel/libgdata/patches: patch-po_Makefile_in_in 

Log message:
- remove unneeded patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/13 11:17:06

Modified files:
	net/ejabberd   : Makefile distinfo 
	net/ejabberd/patches: patch-src_Makefile_in 
	                      patch-src_ejabberdctl_template 
	net/ejabberd/pkg: PLIST 

Log message:
update from maintainer to latest ejabberd 2.1.5

OK, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/13 11:31:03

Modified files:
	databases/apache-couchdb: Makefile distinfo 
	databases/apache-couchdb/patches: patch-Makefile_in 
	databases/apache-couchdb/pkg: PFRAG.shared PLIST 
	lang/erlang    : Makefile distinfo 
	lang/erlang/patches: patch-erts_emulator_Makefile_in 
	                     patch-erts_emulator_obsolete_driver_h 
	                     patch-erts_lib_src_Makefile_in 
	                     patch-lib_compiler_src_v3_codegen_erl 
	lang/erlang/pkg: PFRAG.shared PLIST 
Removed files:
	lang/erlang/patches: patch-Makefile_in 
	                     patch-erts_emulator_zlib_Makefile_in 
	                     patch-erts_etc_unix_Install_src 

Log message:
Maintainer update of erlang to R13B04, and apache-couchdb to 0.11.0

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 11:52:53

Modified files:
	graphics/inkscape: Makefile 
Removed files:
	graphics/inkscape/patches: patch-po_Makefile_in_in 

Log message:
- remove unneeded patch
- switch to new LIB_DEPENDS/REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/13 12:03:23

Modified files:
	games/xblast   : Makefile 
Removed files:
	games/xblast/patches: patch-Makefile_in patch-po_Makefile_in_in 

Log message:
- zap unneeded patches


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/13 12:45:58

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
various tweaks, based on a diff from Chris Palmer;
ok marco


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/13 13:02:49

Modified files:
	www/youtube-dl : Makefile 

Log message:
mirror; bitbucket's dynamically-created tar.gz changed. ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/13 13:39:34

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve uid 655 for upcoming net/minbif port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/13 13:44:40

Log message:
    Import minbif 1.0.3:
    Minbif aims to use the libpurple library from the Pidgin project to
    provide an IRC-friendly instant messaging client. It also maps
    everything to pure IRC commands, giving it an intuitive, natural
    feeling. Joining a conversation is a simple /join, banning an user is a
    real IRC ban, sending files by a simple DCC, etc.
    
    Comment out the full-bloat-video-audio flavor atm, until someone tests it..
    with feedback and ok jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20100913
    
    N ports/net/minbif/distinfo
    N ports/net/minbif/Makefile
    N ports/net/minbif/patches/patch-CMakeLists_txt
    N ports/net/minbif/patches/patch-src_core_minbif_cpp
    N ports/net/minbif/patches/patch-src_core_util_cpp
    N ports/net/minbif/patches/patch-src_irc_irc_cpp
    N ports/net/minbif/patches/patch-src_sockwrap_sockwrap_h
    N ports/net/minbif/patches/patch-src_irc_dcc_cpp
    N ports/net/minbif/patches/patch-minbif_conf
    N ports/net/minbif/pkg/PLIST
    N ports/net/minbif/pkg/MESSAGE
    N ports/net/minbif/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/13 13:45:48

Modified files:
	net/minbif/pkg : PLIST 

Log message:
_minbif uid/gid is 655, not 653.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/13 13:47:03

Modified files:
	net            : Makefile 

Log message:
+minbif


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 13:50:33

Modified files:
	net/minbif     : Makefile 
	net/minbif/pkg : MESSAGE 

Log message:
Don't hardcode /etc, use SYSCONFDIR.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/13 14:10:11

Modified files:
	usr.bin/mandoc : mdoc_argv.c 

Log message:
Prevent .Pp and .Lp from looping endlessly on punctuation.
Fix for .Pp from kristaps@, i applied the same to .Lp.
Bug reported by espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/13 14:12:16

Modified files:
	multimedia/xine-lib: Makefile distinfo 
	multimedia/xine-lib/patches: patch-configure_ac 
	                             patch-m4_dvdnav_m4 
	                             patch-src_combined_ffmpeg_ff_video_decoder_c 
	                             patch-src_input_input_dvd_c 
	                             patch-src_libspudec_spu_c 
	                             patch-src_libspudec_spu_h 
	                             patch-src_libspudec_xine_spu_decoder_c 
	                             patch-src_xine-engine_audio_decoder_c 
	                             patch-src_xine-engine_audio_out_c 
	                             patch-src_xine-engine_video_decoder_c 
	                             patch-src_xine-engine_video_out_c 
	multimedia/xine-lib/pkg: PLIST 

Log message:
update xine-lib to 1.1.19 and switch to new-style LIB_DEPENDS/WANTLIB
from Brad, thanks landry@ for testing in bulk build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/13 14:35:51

Removed files:
	multimedia/xine-lib/patches: 
	                             patch-src_combined_ffmpeg_ff_video_decoder_c 
	                             patch-src_libspudec_spu_c 
	                             patch-src_libspudec_spu_h 
	                             patch-src_libspudec_xine_spu_decoder_c 
	                             patch-src_xine-engine_video_out_c 

Log message:
remove 0-byte files, spotted by Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/13 15:59:07

Modified files:
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: cpu.c 

Log message:
Added OCTEON in cpu type. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/13 16:04:01

Modified files:
	usr.bin/mandoc : chars.c chars.in mandoc.c out.c roff.c 

Log message:
Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively
ignore embedded escapes and mathematical roff subexpressions.
In roff copy mode, resolve "\\" to '\'.
Allow ".xx\}" where xx is a macro to close roff conditional scope.
Mandoc now handles the special character definitions in the pod2man(1)
preamble, so remove the explicit redefinitions in chars.c/chars.in.
From kristaps@.

I have checked that this causes no relevant change to the Perl manuals.
The only change introduced is that some non-ASCII characters rendered
incorrectly before are now rendered incorrectly in a different way.
For example, e accent aigu was "e", now is "e'"
and c cedille was "c", now is "c,".


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 18:03:04

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
allow devices on fc and sas adapters to use all the openings the chip can
provide. spi parts are still limited.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 19:39:44

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h 

Log message:
the openings member of scsi_link is the maximum number of commands that a
scsi device can have in flight. instead of counting users of openings on
the bus by taking away from the openings value, count the number of
pending commands on the bus in a new pending variable.

this lets us know how many outstanding commands there are. we can then use
that to make sure that all commands a device has generated get completed
before detaching the device. this helps avoid resource leaks and use after
frees.

tested by me on pci ehci/umass, fc mpi, and sas mpi.
tested by jakemsr on cardbus ohci umass.
it found issues in sas mpi which were fixed as a result of this diff.
ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/13 19:43:38

Modified files:
	sys/scsi       : st.c 

Log message:
Clean up sense mode handling to make residual value handling clearer
and more plausibly correct.

Tested by jsing@ and myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 22:02:43

Modified files:
	sys/scsi       : st.c cd.c 

Log message:
scsi_xsh_del the xs handler on DEACTIVATE.

same change as sd.c r1.212. matthew@ pointed out that cd(4) and
st(4) would need the same change.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/13 22:49:42

Modified files:
	sys/scsi       : st.c 

Log message:
dont leak an xs in ststart if its called while the device is dying.

pointed out by matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/13 23:12:35

Modified files:
	misc/screen    : Makefile 

Log message:
Remove Brad from maintainer, per his request.


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/09/13 23:27:12

Modified files:
	faq            : faq6.html 

Log message:
bridgename.if -> hostname.if

noticed by Jim Lucas


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jasper@cvs.openbsd.org	2010/09/14 00:20:56

Modified files:
	app/xtsscale   : xtsscale.1 

Log message:
- no need for root prompt here, user prompt will do
- .Xr the other touchscreen driver we have (uhts)

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/14 01:01:16

Modified files:
	www/gtkhtml3   : Makefile 

Log message:
Also needs to run_depends on gnome-icon-theme.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 01:03:42

Modified files:
	net/tcpreen    : Makefile 
	net/tcpreen/pkg: PLIST 
Removed files:
	net/tcpreen/patches: patch-po_Makefile_in_in 

Log message:
- remove unneeded patch
- regen PLIST (add @bin)


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/14 01:09:57

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Update to version 3.3.7
ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 01:37:19

Modified files:
	telephony/pjsua: Makefile distinfo 
	telephony/pjsua/patches: patch-aconfigure_ac 
Removed files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 
	                         patch-pjmedia_src_pjmedia-codec_gsm_c 

Log message:
Update to pjsua-1.7

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 01:53:05

Modified files:
	misc/shared-desktop-ontologies: Makefile 

Log message:
- add HOMEPAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/14 02:46:13

Modified files:
	sys/arch/sgi/stand: Makefile32.inc 

Log message:
Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC
to the assembler now unless -mno-abicalls is specified.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 02:49:04

Modified files:
	devel/libev    : Makefile distinfo 

Log message:
Update to libev-3.9

OK jim@, jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 02:50:07

Modified files:
	print/gv       : Makefile distinfo 
	print/gv/pkg   : DESCR PLIST 
Added files:
	print/gv/patches: patch-src_Makefile_in patch-src_dialog_c 
Removed files:
	print/gv       : fixincludes 
	print/gv/patches: patch-config_Unix patch-doc_Imakefile 
	                  patch-source_Imakefile patch-source_file_c 
	                  patch-source_file_h patch-source_gv_man 
	                  patch-source_ps_c 

Log message:
- long overdue update of gv to 3.7.1.
among the many fixes are security fixes for CVE-2002-0838, CVE-2006-5864,
CVE-2010-2055 and CVE-2010-2056
- tweak DESCR
- fix MASTER_SITES/HOMEPAGE
- update license version


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 02:51:24

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-awesomeConfig_cmake 
	                     patch-globalconf_h 
	x11/awesome/pkg: PLIST 

Log message:
Update to awesome-3.4.7.
Added luadoc documentation.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 02:54:18

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-Makefile patch-common_mk 
	                 patch-i3-msg_Makefile patch-i3_config 
	                 patch-src_config_c 
	x11/i3/pkg     : DESCR PLIST 
Added files:
	x11/i3/patches : patch-i3-input_Makefile patch-i3-input_ipc_c 
	                 patch-i3-msg_main_c patch-i3-wsbar 
	                 patch-include_config_h patch-src_ipc_c 
	                 patch-src_layout_c patch-src_manage_c 
Removed files:
	x11/i3/patches : patch-include_util_h patch-src_util_c 

Log message:
Update to i3-3.5.1

resolve_tilde() function by Christopher Zimmermann
(madroach AT zakweb DOT de): thanks!

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/14 02:59:40

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
gnome-applets2 is wanted in a default GNOME setup.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/14 03:59:27

Log message:
    import www/drupal6/filefield-sources-1.2
    
    FileField Sources is an extension to the FileField module. The FileField
    module lets you upload files from your computer through a CCK field. The
    FileField Sources module expands on this ability by allowing you to
    select new or existing files through additional means.
    
    ok espie@ and landry@ some while ago.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-09-14
    
    N ports/www/drupal6/filefield_sources/Makefile
    N ports/www/drupal6/filefield_sources/distinfo
    N ports/www/drupal6/filefield_sources/pkg/DESCR
    N ports/www/drupal6/filefield_sources/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/14 04:00:43

Modified files:
	www/drupal6    : Makefile 

Log message:
+filefield_sources


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/09/14 04:02:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm Ustar.pm 

Log message:
set separate fields for atime/mtime in file entry, use them while creating.
allows user to undef them, and thus not to set utimes.
Use that to not set utimes for pkginfo.
fixes kili@'s bug in a nicer way wrt Ustar interface...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/09/14 04:04:36

Modified files:
	usr.sbin/pkg_add/pod: OpenBSD::Ustar.pod 

Log message:
document atime/mtime


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/14 04:14:33

Modified files:
	www/drupal6/core: Makefile distinfo 

Log message:
update drupal core to 6.19, addresses SA-CORE-2010-002:
- OpenID authentication bypass
- File download access bypass
- Comment unpublishing bypass
- Actions cross site scripting

gory details at http://drupal.org/node/880476
no database upgrade required for this update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 04:31:50

Modified files:
	security/openct: Makefile distinfo 
	security/openct/patches: patch-configure 
Removed files:
	security/openct/patches: patch-src_tools_Makefile_in 

Log message:
- update openct to 0.6.20

from maintainer douglas santos, with some tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 04:32:06

Modified files:
	security/opensc: Makefile distinfo 
	security/opensc/pkg: PLIST 
Removed files:
	security/opensc/patches: patch-doc_Makefile_in 

Log message:
- update opensc to 0.11.13

from maintainer douglas santos, with some tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 06:03:43

Modified files:
	lang/ruby      : Makefile 
Added files:
	lang/ruby/patches: patch-lib_webrick_httpresponse_rb 

Log message:
Apply a SECURITY FIX from upstream ruby for a WEBrick HTTP server XSS
vulnerability (CVE-2010-0541).

from TAKAHASHI Kaoru
maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/14 06:07:53

Modified files:
	math/py-scipy  : Makefile 

Log message:
- fix LIB_DEPENDS; math/amd should have been a LIB_DEPENDS here.
the scipy package used to work as umfpack also had math/amd as
LIB_DEPENDS but this was removed from umfpack and py-scipy wasn't
changed to match.

- sync WANTLIB, bump REVISION

broken packages noticed by thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/14 06:20:24

ports/www/horde/horde/patches

Update of /cvs/ports/www/horde/horde/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32688/patches

Log Message:
Directory /cvs/ports/www/horde/horde/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/14 06:32:42

Modified files:
	www/horde/horde: Makefile 
Added files:
	www/horde/horde/patches: patch-util_icon_browser_php 

Log message:
fix cross-site scripting bug, pointed out by viq. fix (adapted from
upstream repo) requires php>=5.2 so tighten RUN_DEPENDS accordingly.
http://secunia.com/advisories/41283


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 06:34:42

Modified files:
	net/amsn       : Makefile distinfo 
	net/amsn/patches: patch-Makefile_in patch-configure 
	net/amsn/pkg   : PFRAG.shared PLIST 
Removed files:
	net/amsn/patches: patch-amsn patch-proxy_tcl 
	                  patch-utils_TkCximage_src_TkCximage_cpp 

Log message:
- update amsn to 0.98.3

from Azwaw OUSADOU, with some tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 06:35:12

Modified files:
	net/amsn       : Makefile 

Log message:
- missed in previous, no bump as it was committed < 1 minute ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 06:35:58

Modified files:
	net/amsn       : Makefile 

Log message:
grmbl, set license version


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 06:45:24

Modified files:
	mail/getmail   : Makefile distinfo 
	mail/getmail/pkg: PLIST 

Log message:
- update getmail to 4.20.0

from Tim van der Molen (new maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/14 06:58:05

Modified files:
	devel/libwnck  : Makefile distinfo 

Log message:
Minor update to libwnck-2.30.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/14 07:02:29

Modified files:
	x11/gnome/pessulus: Makefile distinfo 
	x11/gnome/pessulus/patches: patch-data_Makefile_in 
	x11/gnome/pessulus/pkg: PLIST 

Log message:
Minor update to pessulus-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/14 07:13:02

Modified files:
	x11/gnome/menus: Makefile distinfo 
	x11/gnome/menus/patches: patch-util-Makefile_in 
	x11/gnome/menus/pkg: DESCR PLIST 
Removed files:
	x11/gnome/menus/patches: 
	                         patch-simple-editor_GMenuSimpleEditor_menutreemodel_py 

Log message:
Minor update to gnome-menus-2.30.3.
* Respect XDG_MENU_PREFIX when writing user menu file


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/14 07:16:04

Modified files:
	databases/py-odbc: Makefile distinfo 
	databases/py-odbc/patches: patch-setup_py 
	databases/py-odbc/pkg: PLIST 

Log message:
update pyodbc to 2.1.8; from Ryan Boggs with plist fix from me
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/09/14 08:28:05

Modified files:
	sys/arch/sgi/stand: Makefile.inc 

Log message:
Fix couple of warnings

ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 08:28:21

Modified files:
	audio/libao    : Makefile 

Log message:
Fix wrong path in port's Makefile

OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/09/14 08:28:49

Modified files:
	sys/arch/sgi/stand/boot: arcbios.c 

Log message:
unstatic variable we need elsewhere, fixes stand build on tezro

ok jsing


CVSROOT:	/cvs
Module name:	www
Changes by:	stephan@cvs.openbsd.org	2010/09/14 08:33:33

Modified files:
	.              : errata47.html 

Log message:
add 007_scsi.patch, ok krw@ and proper English + ok from matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/14 08:47:59

Modified files:
	devel/py-dulwich: Makefile 
	devel/py-hg-git: Makefile 

Log message:
Add missing dependency on setuptools.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/14 08:54:36

Modified files:
	mail/imapsync  : Makefile distinfo 

Log message:
Update to 1.350.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/14 09:10:12

Modified files:
	audio/pianobar : Makefile distinfo 
	audio/pianobar/patches: patch-Makefile 

Log message:
Update to pianobar-2010.08.21

"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 09:11:22

Modified files:
	devel/py-hg-git: Makefile 
	devel/py-dulwich: Makefile 

Log message:
- dependencies changed, so please bump!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/14 10:55:10

Modified files:
	sys/arch/sgi/stand/boot: boot.c 
	sys/arch/sgi/stand/boot32: ld.script 
Added files:
	sys/arch/sgi/stand/libsa32: heap.h 

Log message:
Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks,
fallout from using -mno-abicalls noticed by jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/14 10:57:17

Modified files:
	sys/arch/sgi/stand/boot: boot.c 
Removed files:
	sys/arch/sgi/stand/libsa32: heap.h 

Log message:
Undo unrelated changes commitedby mistake.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/14 12:34:14

Modified files:
	net/amsn       : Makefile 
Removed files:
	net/amsn/patches: patch-autoupdate_tcl 

Log message:
- azwaw OUSADOU takes maintainership
- remove patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/14 12:45:06

ports/lang/pugs/patches

Update of /cvs/ports/lang/pugs/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26957/patches

Log Message:
Directory /cvs/ports/lang/pugs/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/14 12:58:01

Modified files:
	lang/pugs      : Makefile 
Added files:
	lang/pugs/patches: patch-src_Pugs_AST_Types_hs 
	                   patch-src_Pugs_Types_hs 

Log message:
Pugs.Types defined an Eq instance for Control.Concurrent.STM.TMVar (from
the stm package), which is no longer possible, because TMVar is deriving
Eq now. So move the (somewhat crude)  comparision based on addressOf (which
comes from the hs-pugs-compat package) into Pugs.AST.Types, providing an
explicit Eq instance for VThread.

IMHO, instance declarations for standard type classes on types imported
from other Haskell packages are evil.

Breakage noticed by naddy@.

While here, update WANTLIB and bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/14 13:35:13

Modified files:
	sys/arch/mips64/mips64: trap.c 

Log message:
Recognize the new sequence gcc4 uses to trap on divide by zero.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/14 13:36:28

Modified files:
	gnu/gcc/gcc/config/mips: mips.h 

Log message:
Provide a LOCAL_ALIGNMENT() macro, as on other strict alignment architectures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/14 14:29:56

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/patches: patch-configure 

Log message:
Don't link pthread and libm globally.
OK jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/14 20:14:26

Modified files:
	faq            : index.html 

Log message:
make headings more consistent on this page and between index.html and
articles.  From David Vasek (vasek at fido dot cz), thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/14 20:41:42

Modified files:
	openssh        : faq.html 

Log message:
It's 2010.  OpenSSH is THE version of ssh that most people use, and
probably the ONLY version many people have used, it isn't the "Free
Alternative" anymore.  Start of a rework of this FAQ to bring it
up-to-date and refocus it as the authoritative introduction to "the"
version of ssh that most people will use.
Just 1.1 for now.  Simpler explaination for those who have never
used alternatives to OpenSSH, OpenBSD users: just run recent versions
of OpenBSD, non-OpenBSD users start with your OS vendor.
After waiting for formal oks, agreement to a
"commit now and djm@ and dtucker@ will beat the snot out of me if I
screw up" from djm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/14 23:39:16

Modified files:
	net/gajim      : Makefile distinfo 
	net/gajim/patches: patch-scripts_gajim_in 
	net/gajim/pkg  : PLIST 

Log message:
Update to O.14.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/15 01:03:26

Modified files:
	usr.bin/lex    : flex.1 

Log message:
fix SYNOPSIS;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/15 01:14:18

Log message:
    import fritzing 0.4.2
    
    Fritzing is essentially Electronic Design Automation software suited to the
    needs of designers and artists. It uses the metaphor of the breadboard,
    so that it is easy to transfer a hardware sketch to the software by using a
    drag-and-drop-based GUI to copy your sketch. From there it is possible
    to create PCB layouts for turning your prototype into a robust PCB,
    either on your own, or with the help of a manufacturer.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101509
    
    N ports/cad/fritzing/Makefile
    N ports/cad/fritzing/distinfo
    N ports/cad/fritzing/pkg/DESCR
    N ports/cad/fritzing/pkg/PLIST
    N ports/cad/fritzing/patches/patch-phoenix_pro
    N ports/cad/fritzing/files/fritzing.desktop
    N ports/cad/fritzing/files/fritzing.sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/15 01:14:54

Modified files:
	cad            : Makefile 

Log message:
- add fritzing


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 01:56:38

Modified files:
	net/telepathy/telepathy-logger: Makefile 

Log message:
Unbreak: this needs the python MODULE.

breakage reported by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/15 02:21:10

Modified files:
	x11/x11vnc     : Makefile distinfo 
	x11/x11vnc/patches: patch-x11vnc_help_c 
	x11/x11vnc/pkg : PLIST 
Removed files:
	x11/x11vnc/patches: patch-x11vnc_connections_c 
	                    patch-x11vnc_keyboard_c 
	                    patch-x11vnc_pointer_c 
	                    patch-x11vnc_pointer_h patch-x11vnc_remote_c 
	                    patch-x11vnc_scan_c patch-x11vnc_screen_c 
	                    patch-x11vnc_userinput_c 

Log message:
update x11vnc to 0.9.12, rolling in many of the patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/15 03:02:50

Modified files:
	sysutils/rdiff-backup: Makefile 
Added files:
	sysutils/rdiff-backup/patches: 
	                               patch-rdiff_backup_SetConnections_py 

Log message:
Fix a deprecationWarning with python 2.6

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/15 03:36:02

Modified files:
	infrastructure/bin: resolve-lib 

Log message:
make it work even if LOCALBASE is not defined


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/15 03:36:57

Modified files:
	infrastructure/bin: check-lib-depends 

Log message:
reset recorder if we get contents from packages, since it would grow too
much.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/15 03:59:39

Modified files:
	benchmarks/siege: Makefile distinfo 
	benchmarks/siege/patches: patch-configure patch-doc_Makefile_in 
	                          patch-src_init_c 
	benchmarks/siege/pkg: PLIST 

Log message:
update siege to 2.70


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 04:57:19

Modified files:
	www/phpldapadmin: Makefile 
	www/phpldapadmin/pkg: PLIST 

Log message:
config.php can contain some sensitive information, so protect it.

ok robert@


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2010/09/15 07:29:43

Modified files:
	.              : 48.html 47.html 46.html 

Log message:
Change FAQ number for i386 floppy boot 4.3.1 -> 4.3.2
This was changed in faq4.html in version v1.285
Change this for 4.8, 4.7 and 4.6 pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/15 07:52:12

Modified files:
	converters/p5-Net-IDN-Nameprep: Makefile 
	databases/p5-DBIx-DBSchema: Makefile 
	devel/p5-Algorithm-Dependency: Makefile 
	devel/p5-B-Deobfuscate: Makefile 
	devel/p5-Bit-Vector-Minimal: Makefile 
	devel/p5-Cache-Simple-TimedExpiry: Makefile 
	devel/p5-capitalization: Makefile 
	devel/p5-Carp-Assert: Makefile 
	devel/p5-Carp-Assert-More: Makefile 
	devel/p5-Class-Meta: Makefile 
	devel/p5-Class-Meta-Express: Makefile 
	devel/p5-Data-Buffer: Makefile 
	devel/p5-Data-Types: Makefile 
	devel/p5-Devel-Cycle: Makefile 
	devel/p5-Devel-Symdump: Makefile 
	devel/p5-ExtUtils-PkgConfig: Makefile 
	devel/p5-File-Flat: Makefile 
	devel/p5-File-NCopy: Makefile 
	devel/p5-File-Slurp: Makefile 
	devel/p5-Glib2 : Makefile 
	devel/p5-Locale-Maketext-Fuzzy: Makefile 
	devel/p5-Locale-Maketext-Gettext: Makefile 
	devel/p5-Locale-Maketext-Lexicon: Makefile 
	devel/p5-Log-Dispatch: Makefile 
	devel/p5-Proc-Daemon: Makefile 
	devel/p5-String-Format: Makefile 
	devel/p5-Sub-Name: Makefile 
	devel/p5-SVN-Notify: Makefile 
	devel/p5-Test-ClassAPI: Makefile 
	devel/p5-Test-Differences: Makefile 
	devel/p5-Test-Exception: Makefile 
	devel/p5-Test-Inline: Makefile 
	devel/p5-Test-LongString: Makefile 
	devel/p5-Test-Memory-Cycle: Makefile 
	devel/p5-Test-Object: Makefile 
	devel/p5-Test-Pod-Coverage: Makefile 
	devel/p5-Test-Spelling: Makefile 
	devel/p5-Test-Taint: Makefile 
	devel/p5-Test-WWW-Mechanize: Makefile 
	devel/p5-Tie-Array-Sorted: Makefile 
	devel/p5-Tree-DAG_Node: Makefile 
	devel/p5-Tree-Simple: Makefile 
	devel/p5-Universal-moniker: Makefile 
	devel/p5-YAML  : Makefile 
	math/p5-GraphViz: Makefile 
	math/p5-Math-Bezier: Makefile 
	math/p5-Math-Pari: Makefile 
	net/p5-Net-Snort-Parser: Makefile 
	net/p5-NetPacket: Makefile 
	net/p5-SNMP-Info: Makefile 
	security/p5-Crypt-DES-EDE3: Makefile 
	textproc/p5-Lingua-PT-Stemmer: Makefile 
	textproc/p5-Lingua-Stem: Makefile 
	textproc/p5-Lingua-Stem-Fr: Makefile 
	textproc/p5-Lingua-Stem-It: Makefile 
	textproc/p5-Lingua-Stem-Ru: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Da: Makefile 
	textproc/p5-Lingua-Stem-Snowball-No: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Se: Makefile 
	textproc/p5-PDF-API2: Makefile 
	textproc/p5-Pod-Spell: Makefile 
	textproc/p5-Pod-Tests: Makefile 
	textproc/p5-Regexp-Common: Makefile 
	textproc/p5-Regexp-DefaultFlags: Makefile 
	textproc/p5-Text-Diff: Makefile 
	textproc/p5-Text-Template: Makefile 
	textproc/p5-Text-Wrapper: Makefile 
	www/p5-Apache-DBI: Makefile 
	www/p5-WWW-Mechanize: Makefile 
	www/rt         : Makefile 
	x11/p5-Gtk2    : Makefile 

Log message:
drop msf as maintainer on his p5- thingys and bump REVISION
"perl smells like dead moose farts and you can quote me on that" msf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/15 08:25:19

Modified files:
	www/rt         : Makefile 

Log message:
take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/15 09:40:00

Modified files:
	graphics/ffmpeg: Makefile 
	graphics/ffmpeg/files: sndio_dec.c 

Log message:
better timestamp for recorded data: account for buffering
requested/ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 09:41:38

Modified files:
	x11/gnome/f-spot: Makefile distinfo 
	x11/gnome/f-spot/patches: patch-tools_Makefile_in 
	x11/gnome/f-spot/pkg: PLIST 

Log message:
Update to f-spot-0.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 09:47:10

Modified files:
	x11/dbus-glib  : Makefile 

Log message:
Add an XXX here, to be revisited soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/15 11:25:36

Modified files:
	sys/dev/usb    : usb_quirks.c 

Log message:
- prevent about then dots from being emitted by my rum(4) upon attach.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/15 12:42:38

Modified files:
	mail/mutt/snapshot: Makefile distinfo 

Log message:
update Mutt to 1.5.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 13:16:57

Modified files:
	www/epiphany   : Makefile distinfo 
	www/epiphany/pkg: PLIST 

Log message:
Minor update to epiphany-2.30.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/15 15:17:02

Modified files:
	.              : INDEX 

Log message:
synkski


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/15 15:24:41

Modified files:
	converters/p5-Finance-Currency-Convert-XE: Makefile distinfo 

Log message:
- update to 0.16


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/15 16:03:13

Modified files:
	converters/p5-MARC-Record: Makefile distinfo 

Log message:
- update p5-MARC-Record to 2.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/09/15 19:38:53

Modified files:
	x11/scrotwm    : Makefile distinfo 
	x11/scrotwm/patches: patch-scrotwm_c 
	x11/scrotwm/pkg: PLIST 
Removed files:
	x11/scrotwm/patches: patch-Makefile 

Log message:
From russia with love!  fix russian manpage courtesy of naddy.

Roll to 0.9.26


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/15 20:23:16

Modified files:
	www/drupal6/core: Tag: OPENBSD_4_7 Makefile distinfo 

Log message:
SECURITY UPDATE to drupal-6.18

Resolves SA-CORE-2010-002

From stephan@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/15 20:24:08

Modified files:
	www/drupal6/core: Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
SECURITY UPDATE to drupal-6.18

Resolves SA-CORE-2010-002

From stephan@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/15 23:52:43

Modified files:
	games/gcompris : Makefile 

Log message:
Unbreak by fixing depends.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/16 00:19:05

Modified files:
	x11/gnome/metacity: Makefile distinfo 
	x11/gnome/metacity/patches: patch-configure 
	x11/gnome/metacity/pkg: PLIST 

Log message:
Maintainance update to metacity-2.30.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:25:00

Log message:
    import p5-Unicode-Stringprep 1.103
    
    This module implements the stringprep framework for preparing Unicode
    text strings in order to increase the likelihood that string input and
    string comparison work in ways that make sense for typical users
    throughout the world.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101609
    
    N ports/converters/p5-Unicode-Stringprep/Makefile
    N ports/converters/p5-Unicode-Stringprep/distinfo
    N ports/converters/p5-Unicode-Stringprep/pkg/DESCR
    N ports/converters/p5-Unicode-Stringprep/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:26:16

Log message:
    import p5-Net-IDN-Encode 1.100
    
    This module provides an easy-to-use interface for encoding and decoding
    Internationalized Domain Names (IDNs), as described in RFC 3490.
    
    (This module replaces converters/p5-IDN-Punycode)
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101609
    
    N ports/converters/p5-Net-IDN-Encode/distinfo
    N ports/converters/p5-Net-IDN-Encode/Makefile
    N ports/converters/p5-Net-IDN-Encode/pkg/DESCR
    N ports/converters/p5-Net-IDN-Encode/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:27:38

Modified files:
	converters/p5-Net-IDN-Nameprep: Makefile distinfo 
	converters/p5-Net-IDN-Nameprep/pkg: DESCR PLIST 

Log message:
- update p5-Net-IDN-Nameprep to 1.100

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:28:01

Removed files:
	converters/p5-IDNA-Punycode: Makefile distinfo 
	converters/p5-IDNA-Punycode/pkg: DESCR PLIST 

Log message:
- remove, superseded by p5-Net-IDN-Encode


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:28:07

Modified files:
	converters     : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 01:28:28

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
- add p5-IDNA-Punycode

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 01:33:32

Modified files:
	databases/py-elixir: Makefile 

Log message:
Better regress target.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 01:34:25

Modified files:
	devel/py-decorator: Makefile distinfo 

Log message:
Trivial update to 3.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 01:52:54

Modified files:
	graphics/libpano13: Makefile distinfo 
	graphics/libpano13/patches: patch-Makefile_am patch-configure_ac 
	                            patch-tools_Makefile_am 
	graphics/libpano13/pkg: PLIST 

Log message:
update libpano13 to 2.9.17


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/16 01:59:23

Modified files:
	telephony/pjsua: Makefile distinfo 

Log message:
Bugfix update to pjsua-1.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 02:15:52

Modified files:
	productivity/googlecl: Makefile 

Log message:
s/USE_SETUPTOOLS/MODPY_SETUPTOOLS/ and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 02:18:31

Modified files:
	www/py-nevow   : Makefile 

Log message:
missing MODPY_SETUPTOOLS and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 02:19:50

Modified files:
	sysutils/d-feet: Makefile 

Log message:
missing MODPY_SETUPTOOLS and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/16 02:42:57

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: PLIST 

Log message:
Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks
from me.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/16 03:27:35

Modified files:
	sbin/iked      : proc.c 

Log message:
pass proper argument to the proc_sig_handler and check env for
NULL before dereferencing.  fixes an annoying crash.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 04:04:54

Modified files:
	graphics/lensfun: Makefile distinfo 
	graphics/lensfun/patches: patch-configure 
	                          patch-libs_lensfun_lensfun_mak 
	graphics/lensfun/pkg: PLIST 
Removed files:
	graphics/lensfun/patches: patch-ac_py 
	                          patch-build_mak_compiler_gcc_mak 
	                          patch-build_mak_host_posix_mak 

Log message:
update lensfun to 0.2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 04:05:20

Added files:
	graphics/lensfun/patches: patch-build_tibs_compiler_gcc_mak 
	                          patch-build_tibs_host_posix_mak 
	                          patch-tibs_py 

Log message:
update lensfun to 0.2.5 (missed 'cvs add')


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 04:18:38

Modified files:
	graphics/ufraw : Makefile distinfo 
	graphics/ufraw/patches: patch-Makefile_in patch-nikon_curve_c 
	                        patch-ufraw_developer_c 
	graphics/ufraw/pkg: PLIST 
Removed files:
	graphics/ufraw/patches: patch-ufraw-batch_c patch-ufraw_c 

Log message:
update UFRaw to 0.17, rolling in the lensfun flavour.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 04:18:50

Modified files:
	graphics       : Makefile 

Log message:
-ufraw,lensfun


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 05:02:08

Modified files:
	x11/gnome/totem: Makefile 

Log message:
- tighten dependency on gst-plugins-good after -soup was merged into -main

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/16 05:04:37

Modified files:
	mail/offlineimap: Makefile distinfo 
	mail/offlineimap/pkg: PLIST 

Log message:
update offlineimap to 6.2.0.2, which resolves issues with python 2.6.5

from Bjorn Ketelaars with tweaks by sthen and myself
maintainer timed-out.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/16 05:56:36

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
- note that -Fr puts the filer in a "pass all" state
- note that -f replaces the current ruleset

based on a diff from Anders Langworthy, but altered by mcbride and henning;
ok henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/16 06:36:52

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Bugfix update to libgee-0.5.3.
* fixes a few leaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobias@cvs.openbsd.org	2010/09/16 06:47:54

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : MESSAGE 

Log message:
Fixed typo.

ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/16 09:45:51

Modified files:
	infrastructure/db: user.list 

Log message:
reserve mediatomb user as requested by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/16 09:54:21

Removed files:
	x11/gnome/metacity/patches: patch-src_ui_theme_c 

Log message:
Oops... "zisiz an outrageous failureu" landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/16 12:53:29

Modified files:
	net/avahi      : Makefile 
	lang/mono      : mono.port.mk 

Log message:
Remove powerpc from mono supported arches.
It builds but there is no support for sigcontext and mono crashes right on
startup. No need to loose time building this...

input and ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 13:26:30

Modified files:
	devel/p5-File-NCopy: Makefile 

Log message:
fix broken pkgname, thanks landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/16 13:34:48

Modified files:
	games/fretsonfire: Makefile 

Log message:
use MODPY_SETUPTOOLS and bump, found by fgsch's setuptools-checking
code. thanks landry@ for bulk build testing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 16:34:08

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.4: Makefile 
	lang/python/2.5: Makefile 

Log message:
Update WANTLIB after ncurses update. While here remove unneeded pthread-stubs
and xcb from -tkinter.  With help from sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 16:36:08

Modified files:
	lang/python/2.6: Makefile distinfo 
	lang/python/2.6/patches: patch-Lib_test_test_signal_py 
	                         patch-Lib_test_test_sys_py 
	                         patch-Modules_mathmodule_c 
	                         patch-configure_in patch-setup_py 
	lang/python/2.6/pkg: PLIST-main PLIST-tests 

Log message:
Update Python to 2.6.6. Tested by many.
sthen@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 16:58:20

Modified files:
	lang/python    : python.port.mk 

Log message:
- Add a MODPY_JSON var soon to be used by ports requiring simplejson when
built with python versions previous to 2.6.
- Simplify MODPY_BADEGGS.
- Fake setuptools if MODPY_SETUPTOOLS is not present to detect those ports
that will build regardless but the resulting plist will be different.
Input, tested and ok by many, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 16:59:43

Modified files:
	devel/py-dulwich: Makefile 

Log message:
Mark it with MODPY_BADEGGS. millert@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:04:30

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
Do not trust the FPU identification register obtained from KL configuration
on IP27 as well; spotted by krw.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:25:11

Modified files:
	sys/arch/mips64/include: mips_opcode.h 
	sys/arch/mips64/mips64: db_disasm.c db_machdep.c trap.c 

Log message:
There is only one code for coprocessor BC opcodes, so don't bother to handle
a second (invalid) opcode; confirmed by all mips core documentation.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:30:09

Modified files:
	sys/arch/mips64/mips64: db_disasm.c 

Log message:
Correctly disassemble `branch likely' instructions.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:34:08

Added files:
	sys/arch/loongson/include: fpu.h 
	sys/arch/mips64/include: fpu.h 
	sys/arch/sgi/include: fpu.h 

Log message:
FPU control/status register defines, and upcoming userland function
prototypes to allow control of the FPU c/sr FS field.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:35:51

Modified files:
	sys/arch/mips64/include: cpu.h 

Log message:
Protect a few more defines with _KERNEL checks, and also allow some of them
to be visible if _STANDALONE. This will eventually be used by the upcoming
new-and-improved loongson bootblocks (in the works).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/16 18:36:32

Modified files:
	sys/arch/mips64/include: mips_opcode.h 
	sys/arch/mips64/mips64: trap.c 

Log message:
Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch().


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/16 19:42:59

Modified files:
	devel/py-hg-git: Makefile 

Log message:
- Mark with MODPY_BADEGGS
- Make dependencies more readable
- Add missing dependency for regression and correct all tests
- Change to 80 cols
millert@ ok previous diff


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/17 00:33:47

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
back out the -Fr hunk from previous: deraadt points out it is incorrectly
worded. i think what is there now is clear enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/17 01:55:52

Modified files:
	sys/dev/pci    : yds.c ydsreg.h 

Log message:
use audio(4) DVACT_{QUIESCE,RESUME}


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/09/17 02:08:23

Modified files:
	lib/libsndio   : sun.c 

Log message:
don't try to get the current stream postion when the device is stopped,
and don't generate clock ticks (ie don't invoke the sio_onmove(3)
call-back).


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/17 02:08:42

Modified files:
	infrastructure/db: user.list 

Log message:
reserve user _ircd-seven


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/17 02:09:13

Modified files:
	distrib/notes  : README.macppc 

Log message:
There is no default /etc/X11/xorg.conf on macppc anymore.

input from and ok oga@ matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/17 05:21:21

Modified files:
	mail/offlineimap: Makefile 

Log message:
- bernd@ drops maintainership, prompted by him

pea@ takes over


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 06:15:20

Modified files:
	x11/vlc        : Makefile 
	x11/vlc/patches: patch-configure_ac 
	x11/vlc/pkg    : PLIST-main 

Log message:
sundry cleanups;

from Brad (maintainer):
- Fix sys/mount.h detection so VCD/libcdio support can be enabled.
- bump AUTOCONF_VERSION to 2.64.
- some Makefile cleaning up.

from me, ok Brad:
- garbage-collect share/locale dir
- collect REVISIONs together


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthew@cvs.openbsd.org	2010/09/17 07:07:55

Modified files:
	www/surf       : Makefile distinfo 

Log message:
Update surf to 0.4.1.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 07:11:14

Modified files:
	mail/dovecot   : Makefile 
Added files:
	mail/dovecot/patches: patch-src_imap_cmd-select_c 
	                      patch-src_lib_restrict-access_c 

Log message:
fixes from upstream via Brad;
- Fixed setgid() failure error message.
- imap: If selecting a mailbox fails, close the already selected mailbox.


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/17 07:25:00

Modified files:
	misc/py-imdb   : Makefile distinfo 
	misc/py-imdb/patches: patch-setup_py 
	misc/py-imdb/pkg: PLIST 

Log message:
Update py-imdb to version 4.6.  With help from landry@, fgsch@, sthen@
OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/17 07:37:57

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 

Log message:
Make this work on non-human arches too.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/17 08:03:09

Modified files:
	sys/kern       : exec_elf.c 

Log message:
don't forget to free program header sections when writing
core files.  fixes a local DoS that can be carried out by
an unprivileged user.

ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/17 08:35:29

Modified files:
	audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile distinfo 

Log message:
- update to 1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/17 08:40:25

Modified files:
	databases/p5-AnyEvent-CouchDB: Makefile distinfo 
	databases/p5-AnyEvent-CouchDB/pkg: PLIST 

Log message:
- update to 1.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/17 08:43:01

Modified files:
	devel/p5-AnyEvent-HTTP: Makefile distinfo 

Log message:
- update to 1.45


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/17 09:44:55

Modified files:
	x11/lablgtk2   : Makefile distinfo 

Log message:
Bugfix update to lablgtk-2.14.2

OK giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/17 09:58:30

Modified files:
	net/mldonkey/stable: Makefile distinfo 
	net/mldonkey/stable/patches: patch-config_configure_in 
	net/mldonkey/stable/pkg: PLIST 
Added files:
	net/mldonkey/stable/patches: patch-src_gtk2_gui_guiHtml_ml 
	                             patch-src_gtk2_gui_guiOptions_ml 

Log message:
Update to mldonkey-3.0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/17 11:26:51

Modified files:
	databases/p5-AnyEvent-CouchDB: Makefile 
	databases/p5-AnyEvent-CouchDB/pkg: PLIST 

Log message:
- install a bunch of examples


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/17 13:50:21

src/regress/lib/libc/gcvt

Update of /cvs/src/regress/lib/libc/gcvt
In directory cvs.openbsd.org:/tmp/cvs-serv10220/gcvt

Log Message:
Directory /cvs/src/regress/lib/libc/gcvt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/17 13:51:38

Added files:
	regress/lib/libc/gcvt: Makefile gcvt_test.c 

Log message:
Add gcvt() regress with test vectors derived from perl regress.
Does not currently pass, which is why perl can't use it to format
doubles.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 15:37:19

Log message:
    import ports/graphics/darktable, thanks ajacoutot@ for review+fixes.
    
    darktable is a virtual lighttable and darkroom for photographers:
    it manages your digital negatives in a database and lets you view
    them through a zoomable lighttable. It also enables you to develop
    raw images and enhance them. It tries to fill the gap between the
    many excellent existing free raw converters and image management
    tools (such as ufraw or f-spot).
    
    All editing is fully non-destructive and only operates on cached
    image buffers for display. The full image is only converted during
    export. Raw files, high-dynamic range and standard image formats
    such as jpeg are all supported. The core operates completely on
    floating point values, so darktable can not only be used for
    photography but also for scientifically acquired images or output
    of renderers (high dynamic range).
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20100917
    
    N ports/graphics/darktable/Makefile
    N ports/graphics/darktable/distinfo
    N ports/graphics/darktable/patches/patch-src_imageio_storage_picasa_c
    N ports/graphics/darktable/patches/patch-src_gui_devices_c
    N ports/graphics/darktable/patches/patch-src_LibRaw_src_libraw_cxx_cpp
    N ports/graphics/darktable/patches/patch-src_iop_temperature_c
    N ports/graphics/darktable/patches/patch-src_iop_colortransfer_c
    N ports/graphics/darktable/patches/patch-po_Makefile_in_in
    N ports/graphics/darktable/patches/patch-src_iop_exposure_c
    N ports/graphics/darktable/patches/patch-src_iop_colorin_c
    N ports/graphics/darktable/patches/patch-src_iop_colorout_c
    N ports/graphics/darktable/patches/patch-src_iop_clipping_c
    N ports/graphics/darktable/patches/patch-src_iop_bilateral_cc
    N ports/graphics/darktable/patches/patch-src_iop_channelmixer_c
    N ports/graphics/darktable/patches/patch-configure
    N ports/graphics/darktable/patches/patch-src_iop_clahe_c
    N ports/graphics/darktable/patches/patch-src_iop_grain_c
    N ports/graphics/darktable/patches/patch-src_iop_highlights_c
    N ports/graphics/darktable/patches/patch-src_iop_lens_c
    N ports/graphics/darktable/patches/patch-src_iop_monochrome_c
    N ports/graphics/darktable/patches/patch-src_iop_rawimport_c
    N ports/graphics/darktable/patches/patch-src_iop_splittoning_c
    N ports/graphics/darktable/patches/patch-src_iop_velvia_c
    N ports/graphics/darktable/patches/patch-src_iop_vignette_c
    N ports/graphics/darktable/patches/patch-src_views_darkroom_c
    N ports/graphics/darktable/patches/patch-src_control_control_c
    N ports/graphics/darktable/patches/patch-src_views_capture_c
    N ports/graphics/darktable/patches/patch-src_libs_export_c
    N ports/graphics/darktable/patches/patch-src_libs_copy_history_c
    N ports/graphics/darktable/patches/patch-src_libs_image_c
    N ports/graphics/darktable/patches/patch-src_libs_tagging_c
    N ports/graphics/darktable/patches/patch-src_control_jobs_camera_jobs_c
    N ports/graphics/darktable/patches/patch-src_develop_imageop_c
    N ports/graphics/darktable/patches/patch-src_libs_select_c
    N ports/graphics/darktable/patches/patch-src_libs_collect_c
    N ports/graphics/darktable/patches/patch-src_libs_colorlabels_c
    N ports/graphics/darktable/patches/patch-src_libs_camera_c
    N ports/graphics/darktable/patches/patch-src_libs_lib_c
    N ports/graphics/darktable/patches/patch-src_gui_presets_c
    N ports/graphics/darktable/patches/patch-src_gui_gtk_c
    N ports/graphics/darktable/patches/patch-src_gui_camera_import_dialog_c
    N ports/graphics/darktable/patches/patch-src_gui_histogram_c
    N ports/graphics/darktable/patches/patch-src_gui_iop_history_c
    N ports/graphics/darktable/patches/patch-src_gui_metadata_c
    N ports/graphics/darktable/patches/patch-src_common_camera_control_c
    N ports/graphics/darktable/patches/patch-src_common_image_c
    N ports/graphics/darktable/patches/patch-src_common_variables_c
    N ports/graphics/darktable/patches/patch-src_imageio_storage_disk_c
    N ports/graphics/darktable/patches/patch-src_imageio_storage_email_c
    N ports/graphics/darktable/pkg/PLIST
    N ports/graphics/darktable/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 15:37:50

Modified files:
	graphics       : Makefile 

Log message:
+darktable


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 15:59:43

Modified files:
	www/lighttpd   : Makefile 
Added files:
	www/lighttpd/patches: patch-src_mod_proxy_c 

Log message:
Fix lighttpd mod_proxy waiting for response even if content-length is 0.
From upstream via Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/17 16:00:18

Modified files:
	mail/dovecot   : Makefile distinfo 
Added files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_maildir_maildir-uidlist_c 
	                      patch-src_lib_failures_c 

Log message:
Dovecot fixes from upstream via Brad.

- maildir: If uidlist isn't read, don't mark its UIDs as being known when
saving.
- maildir: Avoid unnecessary uidlist recreation during mail delivery.
- Removed "die after 3 EINTR write() failures to log".


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/17 16:02:00

Modified files:
	share/man/man5 : port-modules.5 

Log message:
fix "set yo yes" typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/17 17:19:02

Modified files:
	sys/scsi       : scsiconf.h scsi_base.c 

Log message:
revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with some
disks in atascsi.

as reported in pr6470


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/18 00:04:00

Modified files:
	x11/gnome/session: Makefile 

Log message:
Add gconf2-polkit to the RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/18 01:26:43

Modified files:
	math/gnumeric  : Makefile 
	math/gnumeric/pkg: PLIST 

Log message:
Add missing gtk-update-icon-cache goo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/18 02:08:27

Modified files:
	audio/sound-theme-freedesktop: Makefile 

Log message:
tyop.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/09/18 02:36:00

Modified files:
	usr.bin/aucat  : wav.c 

Log message:
add forgotten ``return NULL'' when a .wav file fails to get the
device with the required mode


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/18 03:14:18

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_bsd_sysinfo_c 

Log message:
Fix ncpu display on big endian.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/18 03:27:51

Modified files:
	usr.bin/pkg-config: pkg-config 

Log message:
claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/18 03:32:25

Modified files:
	graphics/darktable/patches: patch-configure 

Log message:
pkg-config now advertises 0.22, so there's no need for half of this patch.
no package change -> no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/18 05:19:24

Modified files:
	graphics/djview4: Makefile distinfo 
	graphics/djview4/pkg: PLIST 
Added files:
	graphics/djview4/patches: patch-desktopfiles_Makefile_in 

Log message:
update to 4.6
normalize icon and desktop stuff

from Alexandr Shadchin with some tweaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/18 05:22:33

Modified files:
	graphics/djvulibre: Makefile 

Log message:
depend on desktop-file-utils


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/18 06:35:55

Modified files:
	net/samba      : Makefile distinfo 

Log message:
SECURITY update to samba 3.5.5; fixes CVE-2010-3069, CVE-2010-3069.
From maintainer Ian McWilliam.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/18 06:36:27

Modified files:
	net/samba      : Makefile 

Log message:
new-style WANTLIB/LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/18 06:46:44

Modified files:
	regress/lib/libc/gcvt: gcvt_test.c 

Log message:
Add more test vectors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/18 07:46:59

Modified files:
	graphics/djvulibre: Makefile 
	graphics/djvulibre/pkg: PFRAG.no-no_x11 PLIST 

Log message:
Move icons in the correct plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/18 10:22:26

Modified files:
	infrastructure/bin: libtool 

Log message:
when we had for example -lX11 -L/usr/X11R6/lib,
we could not find /usr/X11R6/lib/libX11.la

therefore, parse -L arguments before everything else so we know in which
directories to search libraries.

fixes libcaca, and possibly others


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/18 11:24:10

Modified files:
	regress/lib/libc/gcvt: gcvt_test.c 

Log message:
Test default precision when ndigit is negative.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/18 13:25:05

Modified files:
	bin/ksh        : ksh.1 sh.1 

Log message:
some macro cleanup:
- remove some old groff workarounds in SYNOPSIS
- avoid "Op ... Oc" constructions
- avoid empty Sq/Dq
- change some incorrect Xr


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/18 14:29:15

Modified files:
	regress/lib/libc/gcvt: gcvt_test.c 

Log message:
Add cvs tag, author name and year


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/18 18:15:41

Modified files:
	sys/dev/pci    : if_lii.c 

Log message:
Move setting of reception of broadcast packets from lii_init() into
lii_iff() to be consistent with age/alc and other drivers. No functional
change. From Brad, tested by oga@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 01:40:01

Modified files:
	usr.bin/man    : man.1 

Log message:
- remove BUGS: it was out of date
- better Nd; from schwarze

ok schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 03:22:58

Modified files:
	sys/dev/pci    : if_xl_pci.c 

Log message:
wrap a long line


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/19 05:29:27

Modified files:
	sys/dev/pci    : if_em_hw.c 

Log message:
Check the right mask for additional functions in phy code for 82575
and don't treat a MNG read timeout as fatal as per the Intel code
in FreeBSD.

With these changes Peter Bisroev no longer sees problems with phy
initialisation across reboots on ET quad 82575 cards.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/19 06:08:27

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
check the cdb length on the scsi commands we emulate in atascsi as a way to
check that the midlayer is doing the right thing.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 06:18:16

Modified files:
	share/man/man4 : axe.4 mos.4 

Log message:
.Tm -> .Nm


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 06:32:10

Modified files:
	share/man/man4/man4.amd64: apm.4 
	share/man/man4/man4.i386: apm.4 
	share/man/man4/man4.macppc: apm.4 
	share/man/man4/man4.zaurus: apm.4 

Log message:
- remove some silly .Tn/.Tm
- supply a missing -width to one of the lists


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 06:41:23

Modified files:
	share/man/man4 : auixp.4 lm.4 termios.4 
	share/man/man4/man4.hppa: cpu.4tbl 
	share/man/man4/man4.landisk: shpcic.4 
	share/man/man4/man4.vax: ra.4 

Log message:
fix some unbalanced quoting, and a little whitespace removal;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 06:49:37

Modified files:
	share/man/man4 : btsco.4 rtfps.4 rtw.4 
	share/man/man4/man4.hppa: pdc.4 

Log message:
more wacky macro fixes;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 06:52:43

Modified files:
	share/man/man4 : ukbd.4 

Log message:
remove a phantom control character;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/19 06:52:49

Modified files:
	lang/erlang    : Makefile 
	lang/erlang/pkg: PLIST 

Log message:
Add a @mandir marker to the plist, to get whatis.db
cleand up on pkg_delete.

Noticed and ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/19 07:03:33

Modified files:
	graphics/blender: Makefile 

Log message:
Use the lang/python module.

No change in the generated package (except for the build time which
is compiled into the blender binary).

Now someone with enough blender skills should really try
wether it will still work if MODPY_VERSION is set to 2.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/19 07:10:21

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
add support for 82583V.  Confirmed to work on Portwell CAD-0205.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 07:17:25

Modified files:
	share/man/man9 : syscall.9 vaccess.9 vclean.9 vcount.9 
	                 vdevgone.9 vfinddev.9 vget.9 vput.9 vrecycle.9 
	                 vref.9 vrele.9 

Log message:
- put the Os macro in the correct place
- in one instance, .Dr -> .Dq


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 07:18:26

Modified files:
	share/man/man7 : mdoc.samples.7 

Log message:
fix some unbalanced quoting;


CVSROOT:	/cvs
Module name:	www
Changes by:	matthew@cvs.openbsd.org	2010/09/19 07:19:29

Modified files:
	.              : want.html 

Log message:
I now have quite the collection of old SCSI cards and devices, much
thanks to krw@, claudio@, and James Lin.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 07:34:52

Modified files:
	games/battlestar: battlestar.6 

Log message:
put HISTORY in the right place;


CVSROOT:	/cvs
Module name:	www
Changes by:	jim@cvs.openbsd.org	2010/09/19 07:35:40

Modified files:
	faq/ports      : differences.html guide.html index.html 
	                 ports.html specialtopics.html testing.html 

Log message:
Align handbook navigation with the standard FAQ.
Massive trailing white space clean up.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/19 08:48:18

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 
Added files:
	audio/rhythmbox/patches: patch-configure 
	                         patch-data_ui_rhythmbox-ui_xml 
	                         patch-plugins_Makefile_in 

Log message:
Several cleanups:
- add missing run_depends on py-gnome-desktop (needed for the magnatune
plugin)
- remove the audiocd plugin which requires cdda support in gvfs and that
is only possible with either HAL or gudev
- remove the "Scan Removable Media" from the interface, as for the same
reason we disable the audiocd plugin
- enable support for iPod (untested I own no such device)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:24:51

Log message:
    import hs-attoparsec version 0.8.1.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-attoparsec/Makefile
    N ports/textproc/hs-attoparsec/distinfo
    N ports/textproc/hs-attoparsec/pkg/DESCR
    N ports/textproc/hs-attoparsec/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:27:12

Log message:
    import hs-bytestring-nums version 0.3.2
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-bytestring-nums/Makefile
    N ports/textproc/hs-bytestring-nums/distinfo
    N ports/textproc/hs-bytestring-nums/pkg/DESCR
    N ports/textproc/hs-bytestring-nums/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:29:03

Log message:
    import hs-cereal version 0.3.0.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-cereal/Makefile
    N ports/devel/hs-cereal/distinfo
    N ports/devel/hs-cereal/pkg/DESCR
    N ports/devel/hs-cereal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:30:43

Log message:
    import hs-directory-tree version 0.2.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-directory-tree/Makefile
    N ports/devel/hs-directory-tree/distinfo
    N ports/devel/hs-directory-tree/pkg/DESCR
    N ports/devel/hs-directory-tree/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:32:50

Log message:
    import hs-dlist version 0.5
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-dlist/Makefile
    N ports/devel/hs-dlist/distinfo
    N ports/devel/hs-dlist/pkg/DESCR
    N ports/devel/hs-dlist/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:35:11

Log message:
    import hs-LikeLike version 1.0.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-ListLike/Makefile
    N ports/devel/hs-ListLike/distinfo
    N ports/devel/hs-ListLike/pkg/DESCR
    N ports/devel/hs-ListLike/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:36:55

Log message:
    import hs-transformers version 0.2.1.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-transformers/Makefile
    N ports/devel/hs-transformers/distinfo
    N ports/devel/hs-transformers/pkg/DESCR
    N ports/devel/hs-transformers/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:40:28

Log message:
    import hs-iteratee version 0.3.5
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-iteratee/Makefile
    N ports/devel/hs-iteratee/distinfo
    N ports/devel/hs-iteratee/pkg/DESCR
    N ports/devel/hs-iteratee/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:42:15

Log message:
    import hs-monads-fd version 0.1.0.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-monads-fd/Makefile
    N ports/devel/hs-monads-fd/distinfo
    N ports/devel/hs-monads-fd/pkg/DESCR
    N ports/devel/hs-monads-fd/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:43:41

Log message:
    import hs-unix-compat version 0.1.2.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-unix-compat/Makefile
    N ports/devel/hs-unix-compat/distinfo
    N ports/devel/hs-unix-compat/pkg/DESCR
    N ports/devel/hs-unix-compat/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:46:01

Log message:
    import hs-MonadCatchIO-transformers version 0.2.2.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-MonadCatchIO-transformers/Makefile
    N ports/devel/hs-MonadCatchIO-transformers/distinfo
    N ports/devel/hs-MonadCatchIO-transformers/pkg/DESCR
    N ports/devel/hs-MonadCatchIO-transformers/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:48:19

Log message:
    import hs-snap-core version 0.2.11
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/www/hs-snap-core/Makefile
    N ports/www/hs-snap-core/distinfo
    N ports/www/hs-snap-core/pkg/DESCR
    N ports/www/hs-snap-core/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:51:25

Modified files:
	textproc       : Makefile 

Log message:
+ hs-attoparsec
+ hs-bytestring-nums


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 09:59:17

Modified files:
	devel          : Makefile 

Log message:
+ hs-ListLike
+ hs-MonadCatchIO-transformers
+ hs-cereal
+ hs-directory-tree
+ hs-dlist
+ hs-iteratee
+ hs-monads-fd
+ hs-transformers
+ hs-unix-compat


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:00:11

Modified files:
	www            : Makefile 

Log message:
+ hs-snap-core


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/19 10:03:34

Modified files:
	graphics/djview4: Makefile 
	graphics/djvulibre: Makefile 

Log message:
give maintainership to Alexandr Shadchin


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:04:27

Log message:
    import hs-attoparsec-iteratee version 0.1.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-attoparsec-iteratee/Makefile
    N ports/textproc/hs-attoparsec-iteratee/distinfo
    N ports/textproc/hs-attoparsec-iteratee/pkg/DESCR
    N ports/textproc/hs-attoparsec-iteratee/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:06:16

Log message:
    import hs-bytestring-show version 0.3.3
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-bytestring-show/Makefile
    N ports/textproc/hs-bytestring-show/distinfo
    N ports/textproc/hs-bytestring-show/pkg/DESCR
    N ports/textproc/hs-bytestring-show/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:08:47

Log message:
    import hs-network-bytestring version 0.1.3
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/net/hs-network-bytestring/Makefile
    N ports/net/hs-network-bytestring/distinfo
    N ports/net/hs-network-bytestring/pkg/DESCR
    N ports/net/hs-network-bytestring/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:10:01

Modified files:
	net            : Makefile 

Log message:
+ hs-network-bytestring


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:12:11

Log message:
    import hs-sendfile version 0.6.2
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-sendfile/Makefile
    N ports/devel/hs-sendfile/distinfo
    N ports/devel/hs-sendfile/pkg/DESCR
    N ports/devel/hs-sendfile/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:13:59

Log message:
    import hs-primitive version 0.3
    
    feedback and kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-primitive/Makefile
    N ports/devel/hs-primitive/distinfo
    N ports/devel/hs-primitive/pkg/DESCR
    N ports/devel/hs-primitive/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:15:30

Log message:
    import hs-vector version 0.6.0.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-vector/Makefile
    N ports/devel/hs-vector/distinfo
    N ports/devel/hs-vector/pkg/DESCR
    N ports/devel/hs-vector/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:17:34

Log message:
    import hs-murmur-hash version 0.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-murmur-hash/Makefile
    N ports/devel/hs-murmur-hash/distinfo
    N ports/devel/hs-murmur-hash/pkg/DESCR
    N ports/devel/hs-murmur-hash/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:19:03

Log message:
    import hs-PSQueue version 1.1
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-PSQueue/Makefile
    N ports/devel/hs-PSQueue/distinfo
    N ports/devel/hs-PSQueue/pkg/DESCR
    N ports/devel/hs-PSQueue/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:20:44

Log message:
    import hs-List version 0.4.0
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/devel/hs-List/Makefile
    N ports/devel/hs-List/distinfo
    N ports/devel/hs-List/pkg/DESCR
    N ports/devel/hs-List/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:25:50

Modified files:
	devel          : Makefile 

Log message:
+ hs-List
+ hs-PSQueue
+ hs-murmur-hash
+ hs-primitive
+ hs-sendfile
+ hs-vector


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:28:03

Log message:
    import hs-hexpat version 0.18.3
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-hexpat/Makefile
    N ports/textproc/hs-hexpat/distinfo
    N ports/textproc/hs-hexpat/pkg/DESCR
    N ports/textproc/hs-hexpat/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:29:39

Log message:
    import hs-heist version 0.2.3
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-heist/Makefile
    N ports/textproc/hs-heist/distinfo
    N ports/textproc/hs-heist/pkg/DESCR
    N ports/textproc/hs-heist/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/19 10:30:26

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/patches: patch-docs_examples_Makefile_in 
	                  patch-src_Makefile_in 
	                  patch-tests_libtest_Makefile_in 
	                  patch-tests_server_Makefile_in 

Log message:
keep up with upstream and update to 7.21.1; remove dead mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:30:50

Log message:
    import hs-xml version 1.3.7
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/textproc/hs-xml/Makefile
    N ports/textproc/hs-xml/distinfo
    N ports/textproc/hs-xml/pkg/DESCR
    N ports/textproc/hs-xml/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/19 10:36:40

Modified files:
	faq/nl         : faq4.html faq6.html index.html 
	nl             : index.html translation.html 
	opencvs/nl     : index.html 
	openssh/nl     : faq.html 
	pt             : index.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:37:26

Modified files:
	textproc       : Makefile 

Log message:
+ hs-attoparsec-iteratee
+ hs-bytestring-show
+ hs-heist
+ hs-hexpat
+ hs-xml
and correctly sort


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/19 10:37:47

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:40:50

Log message:
    import hs-snap-server version 0.2.11
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/www/hs-snap-server/Makefile
    N ports/www/hs-snap-server/distinfo
    N ports/www/hs-snap-server/pkg/DESCR
    N ports/www/hs-snap-server/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:42:16

Log message:
    import hs-xhtml-combinators version 0.2.2
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_2010-Sep-19
    
    N ports/www/hs-xhtml-combinators/Makefile
    N ports/www/hs-xhtml-combinators/distinfo
    N ports/www/hs-xhtml-combinators/pkg/DESCR
    N ports/www/hs-xhtml-combinators/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/19 10:44:06

Modified files:
	www            : Makefile 

Log message:
+ hs-snap-server
+ hs-xhtml-combinators


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/19 11:24:45

Log message:
    Import gtranslator-1.9.11.
    
    gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor
    for the GNOME 2.x platform with many features. It's evolving quite fast
    and many useful functions are already implemented; gtranslator aims to
    be a very complete editing environment for translation issues within the
    GNU gettext/GNOME desktop world.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100919
    
    N ports/textproc/gtranslator/distinfo
    N ports/textproc/gtranslator/Makefile
    N ports/textproc/gtranslator/pkg/DESCR
    N ports/textproc/gtranslator/pkg/PLIST
    N ports/textproc/gtranslator/patches/patch-man_Makefile_in
    N ports/textproc/gtranslator/patches/patch-src_gtr-utils_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/19 11:25:55

Modified files:
	textproc       : Makefile 

Log message:
+gtranslator


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/19 11:30:52

Modified files:
	infrastructure/bin: libtool 

Log message:
when a lib has multiple different library names, populate the .libs dir with
symlinks to all of them.

this fixes kde/multimedia, which builds a libmpeg-0.3.0.so (using -release),
also known as libmpeg.so, and then links something with -lmpeg ...
(before this commit, we only had a symlink to the former)
it should really just use libmpeg.la instead, but let's have libtool handle
such attempts anyway.
might fix other stuff i'm not yet aware of, too.


CVSROOT:	/cvs
Module name:	www
Changes by:	jim@cvs.openbsd.org	2010/09/19 11:36:43

Modified files:
	faq/ports      : differences.html 

Log message:
match footer with related pages

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 11:40:09

Modified files:
	news/nn        : Makefile 

Log message:
- enable for sh


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 12:52:08

Modified files:
	games/openttd  : Makefile distinfo 
	games/openttd/pkg: DESCR MESSAGE PLIST 
Added files:
	games/openttd/patches: patch-src_fileio_cpp 
	                       patch-src_music_extmidi_cpp 
	                       patch-src_table_settings_h 
Removed files:
	games/openttd/patches: patch-Makefile_in patch-config_lib 
	                       patch-src_settings_cpp 

Log message:
- update openttd to 1.0.3, fixing a host of security issues along the way

from Anton Yabchinskiy and Daniel Dickman

mk@ drops maintainership, any takers?


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 13:01:14

Modified files:
	inputmethods/uim: Makefile 
Added files:
	inputmethods/uim/patches: patch-uim_uim_x_kana_input_hack_c 

Log message:
- fix an off by one in uim_x_kana_input_hack_init()

found by TAKAHASHI Tamotsu, confirmed/committed by upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:18:35

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Change dependency to ensure nspr 4.8.6 is required. Fixes "error:
'PR_STATIC_ASSERT' was not declared in this scope" failures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:19:05

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
Bugfix update to mozilla-firefox 3.6.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:20:03

Modified files:
	www/firefox35  : Makefile distinfo 

Log message:
Bugfix update to firefox 3.5.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:20:49

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Bugfix update to mozilla-thunderbird 3.1.4. Bump lightning REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:21:38

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
Bugfix update to seamonkey 2.0.4. Bump lightning REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:22:46

Modified files:
	productivity/sunbird: Makefile 

Log message:
Bump sunbird REVISION as nspr dependency was changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 13:23:16

Modified files:
	devel/xulrunner/1.9: Makefile distinfo 

Log message:
Bugfix update to xulrunner 1.9.2.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 14:09:41

Modified files:
	devel/boost    : Makefile 
Added files:
	devel/boost/patches: patch-boost_test_impl_execution_monitor_ipp 

Log message:
- OpenBSD does not have the definitions for the signals SI_ASYNCIO and
SI_MESGQ.

from markus hennecke
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 14:19:15

Modified files:
	devel/libffi   : Makefile distinfo 
	devel/libffi/patches: patch-configure patch-src_arm_sysv_S 
	                      patch-testsuite_libffi_call_float2_c 
Removed files:
	devel/libffi/patches: patch-include_Makefile_in 

Log message:
- update libffi to 3.0.9
- remove unneeded patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 14:19:39

Modified files:
	lang/chicken   : Makefile 

Log message:
- adjust after libffi update


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/19 14:43:33

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-configure 

Log message:
Update to webkit 1.2.4.
Tested by pea@, Dawe, Remi Pointel, jasper@ and marco@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/19 14:47:29

Modified files:
	devel/boost/patches: patch-boost_test_impl_execution_monitor_ipp 

Log message:
- tweak, suggested by fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/19 14:55:01

Modified files:
	games/openttd  : Makefile 
	games/openttd/pkg: PLIST 

Log message:
- missing update-icon-cache goo
- regen plist
- disable configure tests for timidity, allegro to avoid picking
up deps if installed at build time
- add dep on icu4c
- Daniel Dickman takes maintainer

(discussed with Daniel and mostly in a diff he agreed with which
crossed over with the update being committed ;)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 14:55:25

Modified files:
	bin/date       : date.1 
	bin/pax        : pax.1 
	bin/rcp        : rcp.1 

Log message:
more wacky macro fixing;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 14:59:20

Modified files:
	sbin/init      : init.8 
	sbin/ipsecctl  : ipsec.conf.5 

Log message:
more wacky macro fixing;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/19 15:14:05

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-configure_ac 
	telephony/asterisk/pkg: PLIST-main 
Removed files:
	telephony/asterisk/patches: patch-autoconf_ast_ext_lib_m4 

Log message:
- update Asterisk to 1.6.2.13

- upstream have prevented chan_h323 from building with pwlib>=1.19.0
as it segfaults at startup; disable the h323 flavour for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/19 15:14:54

Modified files:
	telephony      : Makefile 

Log message:
disable asterisk,h323 for now; asterisk has disabled chan_h323
with pwlib>=1.19.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 15:30:05

Modified files:
	usr.bin/cdio   : cdio.1 
	usr.bin/cvs    : cvs.5 
	usr.bin/dc     : dc.1 
	usr.bin/m4     : m4.1 
	usr.bin/mklocale: mklocale.1 
	usr.bin/rpcgen : rpcgen.1 
	usr.bin/ssh    : sftp.1 
	usr.bin/vgrind : vgrindefs.5 

Log message:
more wacky macro fixing;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 15:59:23

Modified files:
	usr.sbin/apm   : apm.8 
	usr.sbin/cron  : crontab.5 
	usr.sbin/mtrace: mtrace.8 
	usr.sbin/pppd  : pppd.8 
	usr.sbin/pstat : pstat.8 
	usr.sbin/rbootd: rbootd.8 
	usr.sbin/route6d: route6d.8 
	usr.sbin/rtadvd: rtadvd.conf.5 
	usr.sbin/user  : usermgmt.conf.5 

Log message:
more wacky macro fixing;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/19 16:22:13

Modified files:
	lib/libc/gen   : getloadavg.3 
	lib/libc/stdlib: getopt_long.3 
	lib/libcompat/regexp: regexp.3 
	lib/libkeynote : keynote.3 
	lib/libkvm     : kvm_getloadavg.3 

Log message:
more wacky macro fixing;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/19 16:33:44

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
Do not break .Op scope by .Oc.
While here, remove .Xo macros that were ugly workarounds
to deal with groff-1.15 bugs, but are required neither by modern groff
nor by mandoc nor by any documentation we are aware of.
Problem originally noticed by jmc@ running mandoc -Tlint;
patch ok by jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 16:46:16

Modified files:
	sys/dev/acpi   : atk0110.c 

Log message:
acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt
operations must currently operate under the acpi thread.  So use
aml_register_notify with ACPI_POLL for now -- it is a horrific hack of
an interface, but now that all drivers are unified to use it, we can
consider improving it.
tested by jasper and claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/19 17:13:02

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
move the ncq depth calculation into atascsi_probe where it belongs. by
default we now only give devices 1 openings unless both the adapter and
device support ncq and a queue depth greater than one.

tested by josh elsasser, who always seems to get hurt when i change the
openings handling in atascsi.
ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/19 17:34:33

Modified files:
	sys/arch/mips64/include: mips_opcode.h 
	sys/arch/mips64/mips64: db_disasm.c 

Log message:
Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as
some mips64r2 instructions. Various bugfixes all over as well (conditional
trap instructions do not have a delay slot, for instance).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/19 17:48:58

Modified files:
	usr.bin/find   : find.1 

Log message:
Shorten text pointing from -X to -print0.
Add pointer from -print0 to xargs(1).
Add an EXAMPLE to demonstrate \( ... -or ... \) -print0.
Stop advertising -print | xargs, which is dangerous.
Add a CAVEAT about passing find(1) output to other programs.

Mostly from joachimschipper dot nl;
using feedback from jmc@ and sthen@, and tweaked myself;
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/19 18:11:37

Modified files:
	sys/dev/ic     : atw.c 

Log message:
After the gcc4 switch the stack protector triggers in atw
when a buffer is overflowed.  Fix this and increase the
size of the rate buffer (which is still < IEEE80211_RATE_MAXSIZE
due to hardware restrictions) while here.

ok claudio@ damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/19 18:19:47

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h 

Log message:
bring back scsi_base.c r1.195 and scsiconf.h r1.138 now that
src/sys/dev/ata/atascsi.c r1.92 solves the problem that my scsi_link
change tickled.

tested by josh elsasser who reported the problem in pr6470
deraadt@ is letting it in again so it can get widespread testing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 18:49:00

Modified files:
	sys/arch/loongson/dev: glxpcib.c 

Log message:
Must travese deeper for DVACT_QUIESCE; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 19:24:09

Modified files:
	sys/dev/ata    : wd.c 

Log message:
DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove
the false comments.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 20:45:46

Modified files:
	sys/arch/i386/pci: glxpcib.c 

Log message:
Need an activate function to get to sub-devices.  Write it by hand since
we expect some specific register restoration will be needed here later
too.
ok pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 20:46:50

Modified files:
	sys/arch/i386/pci: glxsb.c 

Log message:
Write the start of an activate function.  QUIESCE should wait for the
current crypto operation to finish but doesn't do that yet.
The suspend and resume operations assume that SB_GLD_MSR_CTRL gets
trashed
ok pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/19 20:51:52

Modified files:
	sys/scsi       : cd.c sd.c st.c 

Log message:
bufq_drain() does not need to be done in deactivate; we only need
to deactivate transactions we are currently doing.
ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/19 21:28:48

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
Fix unitialised variable access in the suspend/resume case
that crept in with rev 1.77, spotted by the clang static analyser.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/19 21:51:31

Modified files:
	usr.sbin/npppd : HOWTO_PIPEX_NPPPD.txt 

Log message:
Update instructions for testing npppd and pipex.  The instructions was
out-of-date-ed after my privilege separation work at n2k10.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/19 22:08:36

Modified files:
	sys/dev/ic     : ciss.c 

Log message:
bus_dmamap_sync was using xs->flags to determine which direction
to sync the map. unfortunately xs is not set for internal ciss
commands, so this is a null deref. it wasnt until kettenis made
bus_dmamap_sync a real function which needed its arguments evaluated
that this became a real problem though.

hit by mcbride@ and sakurai-san. fixed by krw@ over my shoulder
when we figured out which specific chunk of code was faulting.
tested by sakurai-san
ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/19 22:26:10

Modified files:
	distrib/amd64/ramdisk_cd: list.local 
	distrib/i386/ramdisk_cd: list.local 
	distrib/landisk/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 

Log message:
add some missing ral/run firmware to install media
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/19 22:41:47

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
install a SIGCHLD handler to reap expiried child process; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/09/19 22:49:08

Modified files:
	.              : Makefile.cross 

Log message:
nsd uses configure, so put it in NO_CROSS for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/19 22:50:53

Modified files:
	usr.bin/ssh    : jpake.c schnorr.c 

Log message:
check that received values are smaller than the group size in the
disabled and unfinished J-PAKE code.

avoids catastrophic security failure found by Sebastien Martini


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/19 22:54:07

Modified files:
	usr.bin/ssh    : jpake.c 

Log message:
missing #include


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/20 00:02:50

Modified files:
	sys/dev/ata    : atascsi.c atascsi.h 

Log message:
define and use macros for looking at ncq bits.

requested by and ok krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2010/09/20 00:14:04

Modified files:
	.              : 48.html 

Log message:
add a few more things


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/20 00:17:49

Modified files:
	sys/dev/ata    : atascsi.c 
	sys/dev/atapiscsi: atapiscsi.c 
	sys/dev/i2o    : ioprbs.c 
	sys/dev/ic     : aac.c ami.c cac.c ciss.c gdt_common.c mfi.c 
	                 mpi.c twe.c 
	sys/dev/pci    : ips.c 

Log message:
Use SSD_ERRCODE_CURRENT instead of magic 0x70.

ok dlg@ matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:24:58

src/sys/arch/octeon

Update of /cvs/src/sys/arch/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv23450/octeon

Log Message:
Directory /cvs/src/sys/arch/octeon added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/20 00:30:00

Modified files:
	x11/tktray     : Makefile distinfo 
	x11/tktray/pkg : PLIST 

Log message:
Bugfix update to tktray 1.3.9

OK sthen@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:20

src/sys/arch/octeon/compile

Update of /cvs/src/sys/arch/octeon/compile
In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/compile

Log Message:
Directory /cvs/src/sys/arch/octeon/compile added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:21

src/sys/arch/octeon/conf

Update of /cvs/src/sys/arch/octeon/conf
In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/conf

Log Message:
Directory /cvs/src/sys/arch/octeon/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:22

src/sys/arch/octeon/dev

Update of /cvs/src/sys/arch/octeon/dev
In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/dev

Log Message:
Directory /cvs/src/sys/arch/octeon/dev added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:23

src/sys/arch/octeon/include

Update of /cvs/src/sys/arch/octeon/include
In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/include

Log Message:
Directory /cvs/src/sys/arch/octeon/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:24

src/sys/arch/octeon/octeon

Update of /cvs/src/sys/arch/octeon/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv27932/octeon/octeon

Log Message:
Directory /cvs/src/sys/arch/octeon/octeon added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:30:50

Added files:
	sys/arch/octeon: Makefile 

Log message:
Initial revision


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 00:32:30

Added files:
	sys/arch/octeon/conf: GENERIC Makefile.octeon RAMDISK 
	                      files.octeon ld.script 
	sys/arch/octeon/dev: com_oct.c comreg.h mainbus.c obio.c 
	                     obiovar.h octeonreg.h 
	sys/arch/octeon/include: _types.h asm.h atomic.h autoconf.h 
	                         bootinfo.h bus.h cdefs.h conf.h cpu.h 
	                         cpustate.h db_machdep.h disklabel.h 
	                         endian.h exec.h float.h frame.h ieee.h 
	                         ieeefp.h internal_types.h intr.h 
	                         kcore.h limits.h loadfile_machdep.h 
	                         lock.h memconf.h mips_opcode.h mplock.h 
	                         mutex.h octeon_pcmap_regs.h param.h 
	                         pcb.h pmap.h proc.h profile.h pte.h 
	                         ptrace.h reg.h regdef.h regnum.h 
	                         setjmp.h signal.h spinlock.h stdarg.h 
	                         sysarch.h trap.h varargs.h vmparam.h 
	sys/arch/octeon/octeon: autoconf.c bootinfo.c bus_dma.c conf.c 
	                        disksubr.c genassym.cf lock_machdep.c 
	                        locore.S machdep.c mutex.c 

Log message:
Initial revision


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 00:33:48

Modified files:
	sys/kern       : subr_evcount.c 
	sys/sys        : evcount.h 
	sys/arch/alpha/alpha: clock.c 
	sys/arch/alpha/dev: shared_intr.c 
	sys/arch/alpha/tc: ioasic.c tc_3000_300.c tc_3000_500.c 
	sys/arch/amd64/amd64: lapic.c intr.c 
	sys/arch/arm/xscale: i80321_clock.c i80321_intr.c pxa2x0_gpio.c 
	                     pxa2x0_intr.c 
	sys/arch/aviion/dev: syscon.c vme.c 
	sys/arch/hp300/dev: frodo.c 
	sys/arch/hp300/hp300: clock.c intr.c 
	sys/arch/hppa/dev: apic.c 
	sys/arch/hppa/hppa: intr.c 
	sys/arch/i386/i386: ioapic.c lapic.c 
	sys/arch/i386/isa: isa_machdep.c 
	sys/arch/landisk/landisk: intr.c 
	sys/arch/luna88k/dev: timekeeper.c 
	sys/arch/luna88k/luna88k: isr.c 
	sys/arch/mac68k/mac68k: via.c intr.c 
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/macppc: clock.c 
	sys/arch/mips64/mips64: interrupt.c clock.c 
	sys/arch/mvme68k/mvme68k: trap.c 
	sys/arch/mvme88k/dev: syscon.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/mvmeppc/dev: openpic.c 
	sys/arch/sgi/localbus: macebus.c 
	sys/arch/sgi/pci: ioc.c iof.c 
	sys/arch/sgi/sgi: ip27_machdep.c 
	sys/arch/sgi/xbow: xbridge.c xheart.c 
	sys/arch/sh/sh : interrupt.c 
	sys/arch/sparc/dev: amd7930.c fd.c fga.c 
	sys/arch/sparc/sparc: intr.c 
	sys/arch/sparc64/sparc64: intr.c 
	sys/arch/vax/if: if_qe.c if_ze.c if_le.c 
	sys/arch/vax/qbus: dhu.c dz_uba.c uda.c 
	sys/arch/vax/vax: clock.c 
	sys/arch/vax/vsa: asc_vsbus.c dz_ibus.c if_ze_vsbus.c ncr.c 
	                  hdc9224.c if_le_vsbus.c 
	sys/arch/vax/vxt: vxtbus.c 
	sys/arch/vax/mbus: mbus.c 
	sys/arch/socppc/dev: ipic.c 
	sys/arch/socppc/socppc: clock.c 
	sys/arch/beagle/dev: intc.c omgpio.c 
	sys/arch/loongson/dev: bonito.c voyager.c 
	sys/dev/pci    : pccbb.c 
	sys/dev/tc     : tcds.c 

Log message:
Get rid of evcount's support for arranging counters in a tree
hierarchy.  Everything attached to a single root node anyway, so at
best we had a bush.

"i think it is good" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 00:54:10

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
If during resume we get an interrupt, sure, be a bit noisy about it
for now.  But since it is not being handled, do not ack it on the
chip.
Discussed with kettenis a while back


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/20 01:00:13

Modified files:
	devel/qt-creator: Makefile 

Log message:
Set PORTHOME = ${WRKDIR} to not pollute the root directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/20 01:03:10

Modified files:
	usr.bin/find   : find.1 

Log message:
oops! missing quote in previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/20 01:06:49

Modified files:
	x11/tktreectrl : Makefile distinfo 
	x11/tktreectrl/pkg: PLIST 
Removed files:
	x11/tktreectrl/patches: patch-configure 

Log message:
Bugfix update to tktreectrl 2.2.10

After some feedback and tweaks, OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 01:09:55

Modified files:
	share/man/man9 : evcount.9 

Log message:
Update evcount(9) documentation to reflect simplifications.

"yes, that's fine" jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/20 01:15:31

Log message:
    Import jailkit-2.12: utilities for jailing a user or process
    
    Jailkit is a set of utilities to limit user accounts to specific
    files using chroot() and or specific commands. Setting up a chroot
    shell, a shell limited to some specific command, or a daemon inside
    a chroot jail is a lot easier and can be automated using these utilities.
    
    After merging in what ajacoutot@ already had, and some final feedback from
    him, OK ajacoutot@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20100920
    
    N ports/security/jailkit/Makefile
    N ports/security/jailkit/distinfo
    N ports/security/jailkit/pkg/MESSAGE
    N ports/security/jailkit/pkg/DESCR
    N ports/security/jailkit/pkg/PLIST
    N ports/security/jailkit/patches/patch-configure
    N ports/security/jailkit/patches/patch-man_Makefile_in
    N ports/security/jailkit/patches/patch-Makefile_in
    N ports/security/jailkit/patches/patch-man_jailkit_8
    N ports/security/jailkit/patches/patch-ini_jk_init_ini
    N ports/security/jailkit/patches/patch-py_jk_lib_py
    N ports/security/jailkit/patches/patch-man_jk_check_8
    N ports/security/jailkit/patches/patch-man_jk_chrootlaunch_8
    N ports/security/jailkit/patches/patch-man_jk_chrootsh_8
    N ports/security/jailkit/patches/patch-man_jk_cp_8
    N ports/security/jailkit/patches/patch-man_jk_init_8
    N ports/security/jailkit/patches/patch-man_jk_jailuser_8
    N ports/security/jailkit/patches/patch-man_jk_lsh_8
    N ports/security/jailkit/patches/patch-man_jk_socketd_8
    N ports/security/jailkit/patches/patch-man_jk_uchroot_8
    N ports/security/jailkit/patches/patch-man_jk_update_8
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:18:03

Modified files:
	share/man/man4 : options.4 
	sys/conf       : GENERIC 
	sys/kern       : syscalls.master uipc_syscalls.c 

Log message:
Move getpeereid(2) into COMPAT_O47.  In 4.8 and onwards it is library
code using socket options.
ok matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/20 01:19:27

Modified files:
	usr.bin/ssh    : mux.c 

Log message:
"atomically" create the listening mux socket by binding it on a temorary
name and then linking it into position after listen() has succeeded.

this allows the mux clients to determine that the server socket is
either ready or stale without races. stale server sockets are now
automatically removed

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:20:16

Modified files:
	sys/kern       : syscalls.conf 

Log message:
Move getpeereid(2) into COMPAT_O47.  In 4.8 and onwards it is library
code using socket options.
ok matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:20:35

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/20 01:26:50

Modified files:
	security       : Makefile 

Log message:
enable jailkit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:28:23

Modified files:
	share/man/man4 : options.4 

Log message:
COMPAT_O43 went away a while back


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:40:42

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h if_bnx.c if_bnxreg.h 
	                 if_cas.c if_casvar.h if_de.c if_fpa.c 
	                 if_lmc_obsd.c if_msk.c if_mskvar.h if_nge.c 
	                 if_pcn.c if_sk.c if_skvar.h if_txp.c 
	sys/dev/ic     : gemvar.h pdqvar.h pgt.c pgtvar.h ti.c xl.c 
	                 xlreg.h 
	sys/arch/vax/bi: if_ni.c 
	sys/arch/vax/qbus: if_de.c 
	sys/dev/tc     : if_fta.c 
	sys/dev/eisa   : if_fea.c 

Log message:
Stop doing shutdown hooks in network drivers where possible.  We already
take all interfaces down, via their xxstop routines.  Claudio and I have
verified that none of the shutdown hooks do much extra beyond what xxstop
was already doing; it is largely a pile of junk.
ok claudio, some early comments by sthen; also read by matthew, jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/20 01:41:17

Modified files:
	bin/ksh        : ksh.1 sh.1 
	lib/libc/gen   : getloadavg.3 
	lib/libcompat/regexp: regexp.3 
	lib/libkvm     : kvm_getloadavg.3 
	usr.sbin/cron  : crontab.5 
	usr.sbin/pppd  : pppd.8 

Log message:
according to ingo, it isn;t a problem to have empty [BDS]q macros, so
revert that part of yesterday's diffs;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 01:50:20

Modified files:
	sys/dev/pci    : if_ixgb.c ixgb_hw.h 

Log message:
Fix a variety of structure packing and byte order bugs to try to get
BE support working.  Doesn't hurt LE32 or LE64.  Doesn't make BE64
(sparc64) move traffic yet, but it no longer crashes as hard.
ok jsg


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/20 01:56:07

Modified files:
	net            : Makefile 
Removed files:
	net/bitchx     : Makefile distinfo 
	net/bitchx/patches: patch-configure patch-include_config_h 
	                    patch-include_ctcp_h patch-include_struct_h 
	                    patch-source_banlist_c 
	                    patch-source_commands_c patch-source_ctcp_c 
	                    patch-source_misc_c patch-source_names_c 
	                    patch-source_notice_c patch-source_numbers_c 
	                    patch-source_output_c patch-source_server_c 
	                    patch-source_status_c patch-source_term_c 
	net/bitchx/pkg : DESCR PLIST 

Log message:
remove bitchx; unmaintained in ports or upstream, and has various unfixed
security problems e.g. CVE-2007-3360, CVE-2007-4584, CVE-2007-5839.

pointed out by James Hozier on misc@.  ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/20 01:56:27

Modified files:
	infrastructure/plist: vax 

Log message:
remove bitchx


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/20 01:58:13

Modified files:
	multimedia/xine-lib: Makefile 
Removed files:
	multimedia/xine-lib/patches: patch-src_input_Makefile_in 
	                             patch-src_input_mms_c 
	                             patch-src_input_vcd_libcdio_iso9660_fs_c 
	                             patch-src_libsputext_demux_sputext_c 
	                             patch-src_post_deinterlace_Makefile_in 
	                             patch-src_xine-utils_utils_c 

Log message:
Garbage collect some patches for Xine-lib which are not necessary.
From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/20 01:59:59

Modified files:
	graphics/ffmpeg: Makefile 

Log message:
Switch to new-style LIB_DEPENDS and tighten the pkgspec for schroedinger.
No change to the package -> no bump. ok Brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/20 02:24:44

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-midori_main_c patch-wscript 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.2.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/20 02:30:13

Modified files:
	usr.sbin/snmpd : ber.c 

Log message:
Allow output of null values with a context class. This is used in SNMPv2 to
return an error exception value for a varbind result ("noSuchObject[0]
IMPLICIT NULL" in rfc1905).


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/20 02:33:18

Modified files:
	usr.sbin/snmpd : snmpe.c 

Log message:
ber_scanf_elements "i" format expects a long long pointer.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/20 02:56:16

Modified files:
	usr.sbin/snmpd : mps.c snmpd.h snmpe.c 

Log message:
Return error on GET requests without an instance identifier, both for
tables and scalar values.

Fixes system/6468 by not calling table get functions with an unexpectedly
short OID.

Also fixes system/6071. Scalar variables without an instance specified now
returns a noSuchInstance error. GetNext requests correctly returns the .0
instance.

This means you can no longer rely on
$ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr
returning the .0 instance. You need to specify it explicitly:
$ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr.0

Also return proper SNMPv2 errors per varbind instead of a noSuchName error
status, unless SNMPv1 was specified in the request.

An earlier version of this diff tested by Remi Laurent, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/09/20 03:01:10

Modified files:
	usr.sbin/smtpd : lka.c parse.y queue.c smtpd.h 

Log message:
- fix a regression caused by latest commit (long story made short: do not
attempt to expand the local delivery buffer when relaying mail, it was
kind of ok before but no longer is)
- use the same buffer for local deliveries to files and commands

tested by jmc@ and I


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 04:36:03

Modified files:
	share/man/man4 : options.4 

Log message:
improve getpeereid docs; pointed out by jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 05:49:39

Modified files:
	.              : Makefile.cross 

Log message:
add octeon as cross build target arch. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 06:10:26

Modified files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: cpu.h 

Log message:
cache operations for octeon. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/20 06:11:18

Added files:
	sys/arch/mips64/mips64: cache_octeon.c 

Log message:
cache operations for octeon. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/20 06:32:41

Modified files:
	usr.sbin/snmpd : snmpe.c 

Log message:
Use strvis to encode octet strings in -DDEBUG mode.
Makes my terminal happier when debugging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/20 07:55:09

Modified files:
	www/wwwcount   : Makefile 

Log message:
- remove a few master sites
- switch to revision


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/20 10:02:31

Modified files:
	x11/dbus-glib  : Makefile 

Log message:
Don't hardcode PORTSDIR, as spotted by Ted Roby.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/20 10:11:12

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-ext_cdparanoia_gstcdparanoiasrc_c 
Added files:
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-docs_plugins_gst-plugins-base-plugins_args 
	                                                patch-gst-libs_gst_cdda_gstcddabasesrc_c 
	                                                patch-tests_check_libs_cddabasesrc_c 

Log message:
Set the cdrom DEFAULT_DEVICE to a more appropriate value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/20 10:17:55

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add my coordinates to geo/openbsd-developers.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/20 10:29:51

Modified files:
	usr.sbin/snmpd : mib.c mib.h 

Log message:
fix-up the sysORTable by using the same name (sensorsMIBObjects) as used
in the MIB, rather than a different spelling (sensorMIBObjects).

ok martinh@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/20 11:26:48

Modified files:
	usr.sbin/ldapd : auth.c 

Log message:
Implement support for bsdauth authentication via simple binds, not only
SASL. This works by prefixing the userPassword attribute with {BSDAUTH},
followed by the (bsd) username. For example:
userPassword: {BSDAUTH}username

Idea by william@. Tested by william@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/20 12:02:47

Modified files:
	lang/ecl       : Makefile 

Log message:
Mark as broken on hppa. I'm tired to kill that f.. process after it ate
100% cpu for 2 days.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/20 12:06:22

Modified files:
	sbin/iked      : eap.c 

Log message:
fixup length of an eap identity message payload.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/20 12:21:10

Modified files:
	archivers/bzip2: Makefile distinfo 
	archivers/bzip2/pkg: PLIST 

Log message:
SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/20 12:22:38

Modified files:
	security/steghide: Makefile 

Log message:
add security/mhash to LIB_DEPENDS so that the dependency chain is not
fucked up. Hopefully last fallout of libmcrypt dep change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/20 13:25:20

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
tweak previous; ok schwarze


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:26:55

Modified files:
	app/xconsole   : configure.ac 

Log message:
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.
Problem noticed by Dave Del Debbio. Thanks.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:27:54

Modified files:
	app/xconsole   : Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:30:55

Modified files:
	app/xfontsel   : configure.ac 

Log message:
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:31:12

Modified files:
	app/xfontsel   : Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:33:25

Modified files:
	app/xfd        : configure.ac 

Log message:
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:33:40

Modified files:
	app/xfd        : Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:36:52

Modified files:
	app/xload      : configure.ac 

Log message:
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:37:15

Modified files:
	app/xload      : Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:40:01

Modified files:
	app/xsm        : configure.ac 

Log message:
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/09/20 13:40:20

Modified files:
	app/xsm        : Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/20 13:48:21

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Make .Pp .Lp .br not FATAL when having arguments;
From kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/20 14:02:27

Modified files:
	usr.bin/mandoc : mdoc_html.c mdoc_term.c 

Log message:
Format multiple authors (.%A) in the same way as groff:
Two authors with "and", but without a comma.
Three or more with commata, and an "and" before the last one.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/20 14:43:38

Modified files:
	usr.bin/mandoc : chars.c chars.in 

Log message:
remove remaining pod2man escapes, mandoc now uses the standard preamble;
from kristaps@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 17:12:28

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: j2k10-s.gif j2k10.gif 

Log message:
artwork for the j2k10 tshirt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/20 17:37:08

Modified files:
	sys/arch/mips64/include: db_machdep.h 
	sys/arch/mips64/mips64: db_disasm.c 

Log message:
Make md_printins() get the printf-like function as an extra parameter, and
make it visible so that md parts of the kernel can use it for debug messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/20 18:29:29

Modified files:
	sys/dev/pci    : ixgbe_phy.c 

Log message:
When attaching a unknown SFP+ module on the 82598 controller recompute the
list_offset and data_offset. Makes my ix(4) happy again.
OK jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 19:04:12

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
Make splassert(IPL_NONE) work on amd64 the same as it does on i386.

ok oga@ (a while back)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/20 19:05:12

Modified files:
	sys/dev/ic     : xl.c xlreg.h 

Log message:
mclgeti() support for xl(4). All done by Loganaden Velvindron.
Tested by various people on tech@. OK dlg@, deraadt@ and myself


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 19:09:10

Modified files:
	sys/sys        : systm.h 
	sys/kern       : subr_xxx.c subr_pool.c kern_malloc.c 

Log message:
Add assertwaitok(9) to declare code paths that assume they can sleep.
Currently only checks that we're not in an interrupt context, but will
soon check that we're not holding any mutexes either.

Update malloc(9) and pool(9) to use assertwaitok(9) as appropriate.

"i like it" art@, oga@, marco@; "i see no harm" deraadt@; too trivial
for me to bother prying actual oks from people.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/20 19:10:24

Modified files:
	sys/dev/acpi   : atk0110.c 

Log message:
Add support for newer asus boards that use a different method to poll
and enumerate the sensors. When available aibs is using the RTMP, RVLT,
and RFAN nodes else in new mode GGRP, GITM, and SITM are used.
Tested by me and japser@ on old HW and me and Mattieu Baptiste on new HW.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/20 20:00:13

Modified files:
	sys/dev/pci    : auglx.c 

Log message:
* use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting
for suspend/resume, and ac97(4)'s ac97_resume() to reset and restore
the codec at resume
* return the sample rate the codec is using and remove unneeded
adjusted sample rate checking that was incorrectly copied from
auich(4)
tested/ok pirofti (on loongson)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/20 20:09:15

Modified files:
	sys/dev/pci    : auixp.c auixpvar.h 

Log message:
* add autoconf(9) activate function.  basically the same as other ac97(4)
devices.
* only one codec will ever be supported, and there's no reason to restrict
the supported codec to being in the first codec slot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/20 20:12:20

Modified files:
	sys/dev/pci    : auacer.c 

Log message:
use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for
suspend/resume, like in other AC'97 drivers


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/20 20:31:07

Modified files:
	www/p5-libwww  : Tag: OPENBSD_4_7 Makefile 
Added files:
	www/p5-libwww/patches: Tag: OPENBSD_4_7 patch-bin_lwp-download 

Log message:
SECURITY FIX

Resolves CVE-2010-2253

from jasper@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/20 20:32:35

Modified files:
	www/p5-libwww  : Tag: OPENBSD_4_8 Makefile 
Added files:
	www/p5-libwww/patches: Tag: OPENBSD_4_8 patch-bin_lwp-download 

Log message:
SECURITY FIX

Resolves CVE-2010-2253

from jasper@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/20 20:40:58

Modified files:
	www/moinmoin   : Tag: OPENBSD_4_8 Makefile distinfo 
	www/moinmoin/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC:

SECURITY UPDATE to moinmoin-1.9.3

Resolves CVE-2010-0828


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/20 20:41:24

Modified files:
	sys/dev/usb    : umass_scsi.c 

Log message:
umass is set up to only handle one command on the bus at any point
in time, which is a problem if your umass device has multiple luns
on it. if multiple commands are issued at the same time then they
step on some shared state, which in turn causes some interesting
panics.

this diff introduces an iopool in umass so only one command can be
"allocated" and scheduled at a time.

found, reproduced and investigated by krw@
fix verified by krw@
ok matthew@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 20:46:33

Modified files:
	sys/arch/loongson/conf: GENERIC 

Log message:
gpio at glxpcib was forgotten; tested by pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 20:51:35

Modified files:
	sys/net        : pf.c pfvar.h 

Log message:
factor our the code to set up pf_pdesc, a central structure in pf carrying
information about the packet we're currently dealing with, into its own
function. ok ryan dlg and additional testing sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/20 20:53:14

Modified files:
	sys/dev/pci    : autri.c 

Log message:
audio(4) and ac97(4) style suspend/resume


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/20 20:57:07

Modified files:
	net/wget       : Tag: OPENBSD_4_7 Makefile 
Added files:
	net/wget/patches: Tag: OPENBSD_4_7 patch-src_Makefile_in 
	                  patch-src_http_c patch-src_http_h 
	                  patch-src_init_c patch-src_main_c 
	                  patch-src_openssl_c patch-src_options_h 
	                  patch-src_retr_c patch-src_sysdep_h 

Log message:
MFC:

SECURITY FIX

Resolves CVE-2010-2252


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/20 20:58:26

Modified files:
	net/wget       : Tag: OPENBSD_4_8 Makefile 
Added files:
	net/wget/patches: Tag: OPENBSD_4_8 patch-src_Makefile_in 
	                  patch-src_http_c patch-src_http_h 
	                  patch-src_init_c patch-src_main_c 
	                  patch-src_openssl_c patch-src_options_h 
	                  patch-src_retr_c patch-src_sysdep_h 

Log message:
MFC:

SECURITY FIX

Resolves CVE-2010-2252


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/20 21:19:29

Modified files:
	.              : hackathons.html 

Log message:
names


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 21:33:33

Modified files:
	sys/dev/ic     : wdc.c 

Log message:
Get rid of physio(9) in wdc(4)'s ioctl(2) handler.  Based on similar
changes to the SCSI subsystem ioctl(2) handlers.

ok dlg@; ok and tweaks krw@; no objections jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 21:42:17

Modified files:
	sys/net        : pf.c pfvar.h 

Log message:
make pf_translate (void so far) return 1 if it actually changed something
and 0 if it didn't so we know wether we have to rewrite or not.
ok ryan dlg
and in just an hour from now on this might have reached cvs eventually
from njetwork challenged j2k10 in japan


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 22:06:37

Modified files:
	sys/net        : bpf.c bpf.h if_pflog.c if_pflog.h 

Log message:
pflog overhaul
pflog was logging the "wrong" as in not yet rewritten (nat/rdr) addresses.
to address this without making an extra copy of the mbuf chain:
-introduce bpf_mtap_pflog, which is a 1:1 copy of bpf_mtap_hdr, except that
it supplies bpf_catchpacket with pflog_bpfcopy as copy function instead of
plain bcopy
-said new shiny pflog_bpfcopy knows what a pflog packet looks like, copies
everything into bpf's buffer, contructs a fake mbuf (which is allocated once
at attach time and reused over and over) which points to the bpf buffer
as data storage
-call pf_setup_pdesc on said fake mbuf
-then call pf_translate to rewrite the addresses as needed right in the
bpf buffer
this changes the pflog header as we have to pass the new addresses/ports
around. relies on canacar's awesome work in libpcap to work olrite with the
new, longer pflog header as well as with the old, shorter one.
almost completely written at c2k10 in canada, finished here at j2k10 in
japan. ok ryan dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 22:08:12

Modified files:
	usr.sbin/tcpdump: privsep_pcap.c 

Log message:
temporary hack to raise snaplen for pflog so that pflog header, ip header
and protocol header actually fit in the common cases.
stays until canacar tells us how to do it right ;)
ok dlg ryan


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 22:09:33

Modified files:
	sys/net        : pf.c 

Log message:
remove now obsolete XXX comment


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 22:33:35

Modified files:
	sys/dev        : vscsi.c 

Log message:
Add device_unref() calls as appropriate to vscsi(4) to fix reference
counting.  Not really an issue, but dlg@ was teasing me about not
finding any vscsi(4) bugs in a while. ;)

"i trust you" dlg@ (without seeing the diff)


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/20 22:51:10

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
Avoid double unlocking the DRM lock in drmclose().  Caught by the
strict locking diff.

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/20 23:28:58

Modified files:
	sys/dev/ic     : aac.c 

Log message:
Stefan Rinkes pointed that the disabled aac(4) driver does not compile
with gcc4. Use his diff to make it compile.

Submitted & tested by Stefan Rinkes. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/20 23:56:58

Modified files:
	sbin/pflogd    : pflogd.h 

Log message:
bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/21 00:13:06

Modified files:
	sys/net        : if_mpe.c 

Log message:
No need to m_freem() a NULL pointer and change the error for unknown
protocols to EPFNOSUPPORT.


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/21 00:13:21

Modified files:
	sys/arch/octeon/dev: comreg.h 

Log message:
Fix incorrect comment on comreg.h. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/09/21 00:21:00

Modified files:
	sys/arch/octeon/conf: files.octeon 
	sys/arch/octeon/octeon: machdep.c 
Removed files:
	sys/arch/octeon/include: bootinfo.h 
	sys/arch/octeon/octeon: bootinfo.c 

Log message:
Remove bootinfo.c which has license issue. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/21 00:25:48

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
tweak the sas io unit to use 32 openings when talking to sata disks if the
firmware has it configured lower.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 01:04:24

Modified files:
	sys/net        : pf.c 

Log message:
make "match log" rules log on the fly. thus you can log and see the packet
as it is in the very same moment pf hits that match rule. really awesome
with multiple rdr-to and the like. ok dlg - ryan would ok it too if he was
here right now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 01:21:00

Modified files:
	mail/mailman   : Makefile distinfo 
	mail/mailman/patches: patch-Mailman_Defaults_py_in 
	                      patch-configure 
	mail/mailman/pkg: PLIST 

Log message:
- SECURITY UPDATE of mailman to 2.1.14
Fixes CVE-2010-3089: Mailman List Description Two Script Insertion Vulnerabilities

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/21 01:35:26

Modified files:
	kerberosV/src/lib/krb5: crypto.c 

Log message:
spelling fixes from Richard Toohey

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/21 01:44:54

Modified files:
	sys/net        : pipex.c 

Log message:
Cleanup handlings for memory shortage condition:

- use rn_inithead0() instead of rn_inithead() to avoid failures on memory
shortage.
- delete a needless failure handling for malloc(,M_WAITOK) in
pipex_add_session().

pointed out by blambert@.  ok hsuenaga@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 02:02:49

Modified files:
	sys/dev/usb    : if_axe.c if_axereg.h 

Log message:
Better PHY probing adapted from FreeBSD by Laurent Ghigonis
fixes problems seen with Linksys USB300M.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/21 02:27:32

Modified files:
	graphics/tkimg : Makefile distinfo 
	graphics/tkimg/patches: patch-Makefile_in 
	graphics/tkimg/pkg: PLIST 
Removed files:
	graphics/tkimg/patches: patch-base_configure patch-base_tkimg_h 
	                        patch-bmp_configure patch-gif_configure 
	                        patch-ico_configure patch-jpeg_configure 
	                        patch-libjpeg_tcl_configure 
	                        patch-libpng_tcl_configure 
	                        patch-libtiff_tcl_configure 
	                        patch-libz_tcl_configure 
	                        patch-pcx_configure 
	                        patch-pixmap_configure 
	                        patch-png_configure patch-ppm_configure 
	                        patch-ps_configure patch-sgi_configure 
	                        patch-sun_configure patch-tga_configure 
	                        patch-tiff_configure 
	                        patch-window_configure 
	                        patch-xbm_configure patch-xpm_configure 

Log message:
Update tkimg to 1.4
Now supporting new format: DTED, RAW.
indexing TIFF images is now possible
and lots of other updates/fixes.

OK landry@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/21 03:00:23

Modified files:
	sys/scsi       : scsi_disk.h 

Log message:
opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands.

ok deraadt@ krw@ matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 04:10:02

Modified files:
	www/mollify    : Makefile distinfo 
	www/mollify/pkg: PLIST 

Log message:
update mollify to 1.6.5.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 04:12:07

Modified files:
	audio/squeezecenter: Makefile 

Log message:
add a note about why this isn't updated, people keep asking


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 04:28:11

Modified files:
	audio/squeezecenter: Makefile 

Log message:
change homepage, pointed out aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 04:29:09

Modified files:
	graphics/dcraw : Makefile distinfo 
	graphics/dcraw/pkg: PLIST 
Removed files:
	graphics/dcraw/patches: patch-dcraw_c 

Log message:
update to 9.04 and drop strl* patches which are difficult to maintain,
and this code is already present several other times in the ports tree
unpatched. jasper@ has no objections to dropping strl* patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 04:37:33

Modified files:
	sys/net        : pf.c 

Log message:
do not increment states_tot on match rules. it is purely cosmetic, this
value is used in verbose "show rules" output as "states creations", but
match rules never create state. states_cur aka "States" is needed and
correct, match rules are being associated with states. ok ryan


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/09/21 04:41:32

Modified files:
	usr.sbin/ldapd : schema.c 

Log message:
Warn if schema file can't be opened.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 04:43:04

Modified files:
	net/net-snmp   : Makefile distinfo 
	net/net-snmp/patches: 
	                      patch-agent_mibgroup_if-mib_data_access_interface_sysctl_c 
	                      patch-agent_mibgroup_mibII_interfaces_c 
	                      patch-configure 
	net/net-snmp/pkg: PLIST-main 
Removed files:
	net/net-snmp/patches: patch-local_tkmib 
	                      patch-snmplib_snmpUDPDomain_c 

Log message:
update Net-SNMP to 5.4.3 and pick up OpenBSD mibs from /usr/share/snmp/mibs


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 04:43:41

Modified files:
	sys/net        : pf.c 

Log message:
after ruleset eval is done, we must apply actions from the last matching
pass or block rule, not the last matching rule. triggered by pr6401.
this means that, for example, a rdr-to on a pass rule can override an
rdr-to on a match rule that comes later in the ruleset. but that's the
semantics: for block and pass rules, the last matching one wins, aka
actions are applied after we're done with ruleset eval, and match rules'
actions are applied on the fly. discussion with dlg and claudio, ok dlg ryan


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 04:45:26

Modified files:
	sys/net        : if_pflog.c 

Log message:
stuff the original (before rewriting) addresses into the already existant
address fields in the pflog header, same for ports, and add a "rewritten"
indicator. ok ryan dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 04:46:12

Modified files:
	usr.sbin/tcpdump: print-pflog.c 

Log message:
when a packet has had addresses and/or ports rewritten, show the original
addresses/ports too. ok ryan dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/21 04:58:23

Modified files:
	sbin/route     : route.8 route.c show.c show.h 

Log message:
Add '-label' to specify that you only want to see routes having the
given label. No change to existing functionality.

ok henning@ claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 04:58:55

Modified files:
	devel/hs-monads-fd: Makefile 

Log message:
- fix build on a clean system


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 05:05:10

Modified files:
	sys/net        : if_pflog.h 

Log message:
aye. that should not have been forgotten. add the rewritten indicator
to struct pflog. ok gcc


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 05:14:01

Modified files:
	devel/hs-List  : Makefile 

Log message:
- add missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 05:20:30

Modified files:
	www/hs-xhtml-combinators: Makefile 

Log message:
- missing dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 05:22:03

Modified files:
	devel/hs-MonadCatchIO-transformers: Makefile 

Log message:
- another missing dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/21 05:23:20

Modified files:
	sys/arch/loongson/dev: glxpcib.c 

Log message:
Watchdog suspend/resume logic.

Okay miod@, deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 05:29:13

Modified files:
	sys/net        : pf.c pfvar.h if_pflog.c 

Log message:
assert copyrights / bump years


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 05:41:34

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add some devices from submitted dmesgs and correct some devices
that were mislabeled as MCP89 AHCI.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 05:42:24

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 06:12:12

Modified files:
	inputmethods/scim-anthy: Makefile 
	inputmethods/scim-hangul: Makefile 
	x11/e17/e      : Makefile 
	x11/vlc        : Makefile 

Log message:
these ports don't build with ports libtool yet, as they ask libtool to
link with static library archives. force gnu libtool (this was already
done in vlc) and add a short explanatory comment. ok jasper@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/21 06:20:53

Modified files:
	sys/scsi       : cd.c sd.c 

Log message:
Add a real DIOCGPDINFO, allowing access to the physical information
about the device rather than the contents of whichever disklabel
was read. Tweak whitespace in sd.c to make the code appearance
consistant.


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2010/09/21 06:25:34

Modified files:
	sys/dev/usb    : uhub.c 

Log message:
The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be
determined by bNbrPorts in hub descriptor.

USB hub sends status packet to host, it contains status bits for each port
and hub itself. So, the packet size is ceil((port + 1) / 8) bytes.

If host requests smaller than that size, the hub behavior is undefined.
Some hub (Intel's RMH for example) sends whole status every time,
it makes babble of USB. This is the reason that uhub_intr() of old code
was suffered from USBD_IOERROR,

Okay deraadt@ and yuo@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/21 06:55:25

Modified files:
	sys/arch/i386/pci: glxpcib.c 

Log message:
save & restore the watchdog configuration when doing suspend/resume
ok pirofti


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/21 07:14:01

Modified files:
	databases/p5-ldap: Makefile distinfo 
	databases/p5-ldap/pkg: PLIST 

Log message:
Update to 0.4001

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 07:18:26

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/pkg: PLIST 

Log message:
update clamav to 0.96.3, ok pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/21 07:28:31

Log message:
    import mediatomb upnp streaming server. OK sthen@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20100921
    
    N ports/multimedia/mediatomb/Makefile
    N ports/multimedia/mediatomb/distinfo
    N ports/multimedia/mediatomb/pkg/DESCR
    N ports/multimedia/mediatomb/pkg/PLIST
    N ports/multimedia/mediatomb/pkg/MESSAGE
    N ports/multimedia/mediatomb/patches/patch-tombupnp_threadutil_src_ThreadPool_c
    N ports/multimedia/mediatomb/patches/patch-acinclude_m4
    N ports/multimedia/mediatomb/patches/patch-configure_ac
    N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_inc_uri_h
    N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_genlib_miniserver_miniserver_c
    N ports/multimedia/mediatomb/patches/patch-tombupnp_upnp_src_genlib_net_http_httpreadwrite_c
    N ports/multimedia/mediatomb/files/config.xml
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/21 07:29:46

Modified files:
	multimedia     : Makefile 

Log message:
link mediatomb


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/21 07:41:56

Modified files:
	databases/pgadmin3: Makefile distinfo 
	databases/pgadmin3/pkg: PLIST 

Log message:
Update to 1.12.0

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/21 08:00:57

ports/inputmethods/scim-anthy/patches

Update of /cvs/ports/inputmethods/scim-anthy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25451/patches

Log Message:
Directory /cvs/ports/inputmethods/scim-anthy/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/21 08:46:40

Modified files:
	sbin/route     : route.8 

Log message:
15 months later, there is still no mpls(4) man page: .Xr mpls 4 -> MPLS


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/21 09:05:25

Modified files:
	inputmethods/scim-anthy: Makefile 
Added files:
	inputmethods/scim-anthy/patches: patch-configure 

Log message:
Don't link with static library archives. Allows to build with ports libtool.
Spotted by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 09:18:03

Modified files:
	infrastructure/mk: bsd.port.mk 
	databases/sqlports: Makefile 
	databases/sqlports/files: mksqlitedb 
	databases/sqlports/pkg: DESCR-compact DESCR-main 

Log message:
output EPOCH and REVISION in dump-vars, and use it in sqlports.
ok espie@ (with a reminder to add EPOCH, my first diff just had REVISION).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 10:10:02

Modified files:
	databases/freetds: Makefile 
	databases/freetds/patches: patch-configure 

Log message:
use shared not static libiconv; fixes build with .Ox libtool. bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/21 10:19:40

Modified files:
	textproc/hs-hexpat: Makefile 

Log message:
add missing dependencies

"just commit them" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/21 10:20:23

Modified files:
	textproc/hs-heist: Makefile 

Log message:
add missing dependencies

"just commit them" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 11:11:38

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
- missing run dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/09/21 13:17:31

Modified files:
	sysutils/tree  : Makefile 
Added files:
	sysutils/tree/patches: patch-tree_c 

Log message:
Fix handling of symlinks in subdirectories; ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/21 13:39:25

Modified files:
	inputmethods/scim-hangul: Makefile 
	inputmethods/scim-hangul/patches: patch-configure 

Log message:
Don't link with static library archives. Allows to build with ports libtool.
Spotted by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/21 14:08:11

Modified files:
	sys/dev        : audio.c audiovar.h 

Log message:
change quiescing to not call the audio_hw_if halt method in interrupt
context, because drivers (like eso(4) and envy(4)) might want to sleep
in their halt method.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/21 14:11:44

Modified files:
	sys/dev/pci    : eso.c esovar.h 

Log message:
much better suspend/resume support


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/21 14:29:17

Modified files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: cpu.h ieeefp.h 
	sys/arch/mips64/mips64: lcore_float.S process_machdep.c trap.c 
Added files:
	sys/arch/mips64/mips64: fp_emulate.c 
Removed files:
	sys/arch/mips64/mips64: fp.S 

Log message:
Replace the old floating point completion code with a C interface to the
MI softfloat code, implementing all MIPS IV specified floating point
operations.
Tested on R5000, R10000, R14000 and Loongson2F.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 14:31:13

Log message:
    import py-xmldiff 0.6.10
    
    xmldiff is a Python tool that figures out the differences between two
    similar XML files, in the same way the diff utility does it.
    Xmldiff can be used as a library or as a command line tool. It can work
    either with XML files or DOM trees.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102109
    
    N ports/textproc/py-xmldiff/distinfo
    N ports/textproc/py-xmldiff/Makefile
    N ports/textproc/py-xmldiff/pkg/DESCR
    N ports/textproc/py-xmldiff/pkg/PLIST
    N ports/textproc/py-xmldiff/patches/patch-bin_xmldiff
    N ports/textproc/py-xmldiff/patches/patch-bin_xmlrev
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 14:35:04

Modified files:
	textproc       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 14:38:31

Modified files:
	x11/e17/e      : Makefile 
	x11/e17/e/patches: patch-configure 

Log message:
don't link with static libintl; switch USE_LIBTOOL=gnu back to Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 15:32:08

ports/net/telepathy/telepathy-haze/patches

Update of /cvs/ports/net/telepathy/telepathy-haze/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10827/patches

Log Message:
Directory /cvs/ports/net/telepathy/telepathy-haze/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/21 15:37:41

Modified files:
	net/telepathy/telepathy-haze: Makefile 
Added files:
	net/telepathy/telepathy-haze/patches: patch-configure 

Log message:
- make sure we pickup the correct python version


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 15:43:45

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
Fix up an unlock that was left over when I changed the locking
requirements of this function (due to no longer binding any objects)

Found by matthew@'s lovely lock assertion diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 15:47:18

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
When we reset the chip, no need to clear the active list, the
retire_requests() called just prior will do that for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 15:49:12

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
reorder the busy ioctl order of operations to be nicer and a little more
efficient in the case where we are idle.

Idea taken from a commit to the linux kernel by chris wilson.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 15:53:09

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
Fix a couple of typos and remove some if 0ed code that is not coming back.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/09/21 15:59:09

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
Update to 20100918155143
ok jasper@, James Turner (MAINTAINER) who had the same diff prepared


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/21 15:59:44

Modified files:
	sys/arch/mips64/mips64: trap.c 

Log message:
Better not panic in MipsEmulateBranch() if the instruction is an unspecified
OP_BCOND subfunction.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 16:05:42

Modified files:
	sys/dev/pci/drm: i915_drv.c i915_drv.h 

Log message:
Enable error interrupts on ironlake, as we do on all other chips.

The sodding bits moved again *sigh*.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 16:07:36

Modified files:
	sys/dev/pci/drm: i915_drv.c i915_drv.h 

Log message:
On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit
in ARB_STATE.

Without this bit, C{2,3,4} power states can't complete render writes
this has been known to cause painful hangs on some 945s where the bios
doesn't set this bit for us.

Code from Dave Airlie ``upstream''.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 16:10:33

Modified files:
	x11/py-qt4     : Makefile distinfo 
Removed files:
	x11/py-qt4/patches: patch-pyuic_uic_driver_py 

Log message:
update py-qt4 to 4.7.7, ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/09/21 16:25:08

Modified files:
	lang/sbcl      : Makefile 

Log message:
Update my email address.


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/09/21 16:26:32

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add myself.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/21 16:33:41

Modified files:
	usr.bin/mandoc : man_term.c term.c 

Log message:
When calculating string lengths, resolve escape sequences and use
their actual lengths.  Will improve vertical alignment in some
uncommon situations, for example when escape sequences occur in
list or column width strings or in .Nm block arguments in the SYNOPSIS.
From kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/21 16:40:26

Modified files:
	comms/smstools : Makefile distinfo 
	comms/smstools/patches: patch-scripts_sendsms 

Log message:
update smstools3 to 3.1.14, patch away a /bin/bash


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/09/21 16:45:59

Modified files:
	.              : orders.html 

Log message:
Librarie Eyrolles is no longer carrying OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/21 16:49:14

Modified files:
	sys/net        : if_pflog.c 

Log message:
Don't dereference null pointers for protocols without port numbers.
From henning@, fixed pflog_bgpcopy crashes.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 16:58:14

Modified files:
	sys/dev/pci/drm: i915_drv.c i915_drv.h 

Log message:
Use RING_WAIT state for the ringbuffer and the instdone debug register
when we check for gpu hangs.

This makes catching some situations a bit more reliable so that large
gpu programs don't trigger hangcheck, and also the ring_wait can unhang
the chip for us without needin to do a reset.

Merge of two patches from Chris Wilson ``upstream''. Running this here
for a few days.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/21 17:05:41

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
In i915_gem_idle, don't fail if we have a wedged chipset (this only
happens when waiting for the gpu), the reset function will at the very
least clean out all of our unwanted buffers, which is all we wanted to
do here ourselves. so we can continue with disabling the hardware and
cleaning up then return success.

Fixes a QUIESCE crash for krw when he had a wedged gpu (``it works, ok
krw@''). matthew@ hit a similar thing and this should fix it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/09/21 17:17:33

Modified files:
	sysutils/grub  : Makefile 
Added files:
	sysutils/grub/patches: patch-stage2_fsys_ext2fs_c 

Log message:
Add support for reading newer ext2 filesystems with 256-byte inodes.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/09/21 17:25:47

Modified files:
	infrastructure/man/man1: make-plist.1 update-patches.1 

Log message:
s/-indent offset/-offset indent/ in .Bd; found by mandoc -Tlint


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 18:32:48

Modified files:
	usr.sbin/npppd/npppdctl: npppdctl.c 

Log message:
make the arguments match the format string in usage
ok yasuoka@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 18:35:19

Modified files:
	sys/dev/ic     : aic79xx.c 

Log message:
remove a leftover debug printf
ok krw@ marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/21 19:18:57

Modified files:
	share/man/man9 : physio.9 
	sys/sys        : buf.h 
	sys/kern       : kern_physio.c 
	sys/arch/hp300/dev: ct.c hd.c mt.c 
	sys/arch/sparc/dev: fd.c presto.c xd.c xy.c 
	sys/arch/sparc64/dev: fd.c 
	sys/arch/vax/mba: hp.c 
	sys/arch/vax/mscp: mscp_disk.c mscp_tape.c 
	sys/arch/vax/qbus: qd.c 
	sys/arch/vax/vsa: hdc9224.c 
	sys/dev/ata    : wd.c 
	sys/dev/isa    : fd.c mcd.c 
	sys/dev/raidframe: rf_openbsdkintf.c 
	sys/dev        : ccd.c vnd.c flash.c ramdisk.c 
	sys/scsi       : cd.c sd.c st.c 

Log message:
All users of physio(9) now pass NULL as the buf pointer argument, so
no point in keeping it around.

"i like this" thib@ (a while back); ok krw@ and oga@; reminder to
update the man page and tweaks jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 20:12:36

Modified files:
	sys/net        : pf.c 

Log message:
various whitespace fixes that my hands did while i was looking for sth
else and an unneeded if (r)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/21 20:28:37

Modified files:
	sys/arch/amd64/amd64: rbus_machdep.c 
	sys/arch/i386/i386: rbus_machdep.c 
	sys/dev/cardbus: rbus.c rbus.h 
	sys/arch/hppa/dev: dino.c elroy.c 
	sys/arch/hppa64/dev: elroy.c 
	sys/arch/macppc/macppc: rbus_machdep.c 
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/xbow: xbridge.c 
	sys/arch/sparc64/sparc64: rbus_machdep.c 

Log message:
remove unused offset argument to rbus functions
ok krw@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/21 21:16:43

Modified files:
	www/drupal6/devel: Tag: OPENBSD_4_7 Makefile 
	www/drupal6/devel/pkg: Tag: OPENBSD_4_7 PLIST 
Added files:
	www/drupal6/devel/patches: Tag: OPENBSD_4_7 
	                           patch-performance_performance_module 

Log message:
SECURITY FIX

Resolves SA-CONTRIB-2010-079

http://drupalcode.org/viewvc/drupal/contributions/modules/devel/performance/performance.module?r1=1.2.2.32&r2=1.2.2.33

from stephan@, thanks!

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/21 21:51:47

Modified files:
	sys/dev        : vscsi.c 

Log message:
when vscsi is closed request a detach of its children devices from
the same thread theyre attached in (syswq) rather than in teh vscsi
process context. this serialises attach and detach so we can avoid
weird races with autoconf.

also, count the devices on the bus rather than the outstanding commands.

fixes some stuff for matthew@
ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/21 22:24:19

Modified files:
	sys/arch/i386/pci: glxpcib.c 

Log message:
Fix ramdisks, from Vladimir Kirillov. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/21 22:52:10

Modified files:
	sys/dev        : vscsi.c 

Log message:
Call config_deactivate() on SCSI links in vscsiclose().

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/21 22:57:55

Modified files:
	sys/kern       : uipc_syscalls.c 

Log message:
Fix a locking bug in accept(2) caught by sthen@ using my strict
locking diff.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/21 23:01:30

Modified files:
	usr.bin/ssh    : kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c 
	                 readconf.c readconf.h servconf.c servconf.h 
	                 ssh_config.5 sshconnect2.c sshd.c sshd_config.5 

Log message:
add a KexAlgorithms knob to the client and server configuration to allow
selection of which key exchange methods are used by ssh(1) and sshd(8)
and their order of preference.

ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/21 23:16:56

Log message:
    Import gksu-polkit-0.0.2.
    
    This is the new generation of gksu, a simple utility to run programs as
    root, even in X-based environments.
    This version uses the new libgksu-polkit library, which uses PolicyKit
    for authorization purposes and a D-Bus service to actually perform the
    work.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100922
    
    N ports/security/gksu-polkit/Makefile
    N ports/security/gksu-polkit/distinfo
    N ports/security/gksu-polkit/pkg/DESCR
    N ports/security/gksu-polkit/pkg/PLIST
    N ports/security/gksu-polkit/pkg/PFRAG.shared
    N ports/security/gksu-polkit/patches/patch-mechanism_dbus-gksu-server_xml
    N ports/security/gksu-polkit/patches/patch-mechanism_gksu-polkit_conf
    N ports/security/gksu-polkit/patches/patch-data_org_gnome_gksu_policy
    N ports/security/gksu-polkit/patches/patch-gksu_gksu-polkit_c
    N ports/security/gksu-polkit/patches/patch-libgksu_gksu-process_c
    N ports/security/gksu-polkit/patches/patch-mechanism_gksu-controller_c
    N ports/security/gksu-polkit/patches/patch-common_gksu-environment_vala
    N ports/security/gksu-polkit/files/gksu-environment.vala
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/21 23:18:19

Modified files:
	security       : Makefile 

Log message:
+gksu-polkit


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/21 23:21:36

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-gui_gdmsetup_desktop_in_in 

Log message:
Use gksu-polkit instead of ktsuss to run gdmsetup.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/21 23:28:59

Modified files:
	sys/sys        : disk.h 
	share/man/man9 : disk.9 

Log message:
Garbage collect the field dk_labelsector since there are no uses
in the tree. Update disk.9 to reflect current reality.

ok matthew@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/21 23:44:27

Modified files:
	sys/net        : if_tun.c 

Log message:
Don't bother calling suser() in tunopen().

"Sure" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/21 23:58:29

Modified files:
	sys/net        : pf.c pfvar.h 

Log message:
add a new log opt PF_LOG_MATCHES
forces logging on all subsequent matching rules
real ok theo assumed oks ryan and dlg bikeshedding everyone in the room
implementation time ~ 1 minute


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/22 00:02:59

Modified files:
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
new log opt "matches"
awesome for debugging, a rule like
match log(matches) from $testbox
will show you exactly which subsequent rules match on that packet
real ok theo assumed oks ryan & dlg bikeshedding many
implementation time ~1 min bikeshedding about the keyword longish.
i voted for "matches" since i like to play with matches
idea was theo's, actually


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/22 00:03:32

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document hwo to play with matches


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/09/22 00:40:25

Modified files:
	sys/arch/sparc/dev: presto.c xd.c xy.c 
	sys/arch/vax/mba: hp.c 
	sys/arch/vax/mscp: mscp_disk.c 
	sys/arch/vax/vsa: hdc9224.c 
	sys/dev        : flash.c 

Log message:
Add DIOCGPDINFO to drivers that were lacking it. Where there
is no easily available physical information outside of the stored
disklabel just make it a synonym for DIOCGDINFO.

Commit on the theory it is unlikely to harm, and fallout can be
addressed in the mass re-compile that will follow j2k10.

Should allow auto-allocation of disks to work with all devices.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:48:59

Modified files:
	graphics/exiv2 : Makefile 

Log message:
Force the use of gnu libtool here, our ports libtool generates a
slightly bogus libexiv2.la.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:50:39

Modified files:
	databases/db   : Makefile.inc 

Log message:
Force the use of gnu libtool here, mail/bogofilter configure script is
confused when db is built with our ports libtool.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:52:14

Modified files:
	lang/librep    : Makefile 

Log message:
Use gnu libtool here as PLIST contains a funky symlink to libtool binary.
jasper@ said he'll look into it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:53:03

Modified files:
	mail/courier-imap: Makefile 

Log message:
Use gnu libtool here, db library is not found when using ports libtool.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:54:22

Modified files:
	mail/dspam     : Makefile 

Log message:
Force the use of gnu libtool. Our ports libtool doesn't seem to add
-lkrb5 (among others) when building the pgsql flavor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:55:44

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
Force the use of gnu libtool, build error with ports libtool.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:56:57

Modified files:
	sysutils/bacula: Makefile 

Log message:
Use gnu libtool, the infamous '.libs/bat vs bat' issue is back when
using ports libtool. To be revisited.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 00:58:02

Modified files:
	textproc/clucene: Makefile 

Log message:
Use gnu libtool, a funky @symlink libclucene-0.9.21b.so.1.0 to the library
is added to PLIST when using ports libtool.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 01:01:56

Modified files:
	x11/kde/bindings3: Makefile 

Log message:
Force the use of gnu libtool, our ports libtool seems to add an empty
-Wl,rpath, when linking rbuic.
All those fixes agreed/okayed by phessler@ espie@ steven@ jasper@
sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 01:24:42

Modified files:
	lang/unicon    : Makefile 

Log message:
Add amd64 and sparc64 to NOT_FOR_ARCHS. espie@ has an update which will
hopefully fix that, but in the meantime less kittens are killed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/22 02:00:43

Modified files:
	misc/pymissile : Makefile 

Log message:
Update homepage.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/22 02:30:08

Modified files:
	usr.bin/ssh    : ssh.1 ssh_config.5 

Log message:
ssh.1: add kexalgorithms to the -o list
ssh_config.5: format the kexalgorithms in a more consistent (prettier!) way

ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 02:42:53

Modified files:
	devel/mico     : Makefile distinfo systrace.filter 
	devel/mico/patches: patch-Makefile patch-configure 
	                    patch-demo_MakeVars patch-demo_Makefile 
	                    patch-demo_obv_Makefile 
	                    patch-demo_poa_Makefile 
	                    patch-demo_services_Makefile 
	                    patch-ir_Makefile patch-man_man1_idl_1 
	                    patch-man_man1_imr_1 patch-man_man5_micorc_5 
	                    patch-man_man8_ird_8 
	devel/mico/pkg : PFRAG.shared PLIST 
Added files:
	devel/mico/patches: patch-demo_csiv2_Makefile 
	                    patch-demo_csiv2_interop_Makefile 
	                    patch-demo_interop_jboss_Makefile 
	                    patch-demo_interop_jboss_jdk1_3_x_Makefile 
	                    patch-demo_interop_jboss_jdk1_3_x_cart-ejb_Makefile 
	                    patch-demo_interop_jboss_jdk1_3_x_converter-ejb_Makefile 
	                    patch-demo_interop_jboss_jdk1_3_x_corba-friendly-ejb_Makefile 
	                    patch-demo_interop_jboss_jdk1_4_x_Makefile 
	                    patch-demo_interop_jboss_jdk1_4_x_cart-ejb_Makefile 
	                    patch-demo_interop_jboss_jdk1_4_x_converter-ejb_Makefile 
	                    patch-demo_interop_jboss_jdk1_4_x_corba-friendly-ejb_Makefile 
	                    patch-demo_mt_Makefile 
	                    patch-demo_pi_Makefile 
Removed files:
	devel/mico/patches: patch-MakeVars_in patch-admin_mkdepend_cc 
	                    patch-codec_cc patch-coss_events_main_cc 
	                    patch-coss_externalization_Stream_impl_cc 
	                    patch-coss_externalization_extcriteriad_cc 
	                    patch-coss_lifecycle_lifecriteriad_cc 
	                    patch-coss_naming_Naming_impl_cc 
	                    patch-coss_naming_nsd_cc 
	                    patch-coss_time_TimeService_help_cc 
	                    patch-daemon_imr_client_cc 
	                    patch-daemon_imr_impl_cc 
	                    patch-daemon_main_cc 
	                    patch-daemon_poamediator_h 
	                    patch-demo_boa_Makefile 
	                    patch-demo_redlich_Makefile 
	                    patch-idl_codegen-c++-common_cc 
	                    patch-idl_codegen-c++-impl_cc 
	                    patch-idl_codegen-c++-skel_cc 
	                    patch-idl_codegen-c++-stub_cc 
	                    patch-idl_codegen-c++-util_cc 
	                    patch-idl_codegen-c++_cc 
	                    patch-idl_codegen-idl_cc 
	                    patch-idl_codegen-midl_cc 
	                    patch-idl_codegen_cc patch-idl_codegen_h 
	                    patch-idl_error_h patch-idl_main_cc 
	                    patch-idl_params_cc patch-idl_parsenode_h 
	                    patch-idl_parser_h patch-idl_scanner_ll 
	                    patch-idl_yacc_yy patch-include_mico_fixed_h 
	                    patch-include_mico_util_h 
	                    patch-orb_address_cc patch-orb_any_cc 
	                    patch-orb_boa_cc patch-orb_buffer_cc 
	                    patch-orb_codeset_cc patch-orb_context_cc 
	                    patch-orb_dii_cc patch-orb_dispatch_cc 
	                    patch-orb_dsi_cc patch-orb_dynany_impl_cc 
	                    patch-orb_except_cc patch-orb_fixed_cc 
	                    patch-orb_iop_cc patch-orb_ior_cc 
	                    patch-orb_memcheck_cc patch-orb_object_cc 
	                    patch-orb_orb_cc patch-orb_string_cc 
	                    patch-orb_transport_cc patch-orb_typecode_cc 
	                    patch-orb_util_cc patch-orb_value_cc 
	                    patch-tools_iordump_iordump_cc 

Log message:
Unbreak mico on gcc4 archs by updating it to 2.3.13.

- remove commented out FLAVORS, and merge ssl FLAVOR into main package
- build regress tests (not everything is working, but at least they're here)
- add native-connect:permit to systrace.filter, idl absolutely wants to
connect to the nearest dns server during build. Gross.
- remove shitload of now unneeded patches
- some tweaks from ajacoutot@/jasper@

Build-tested on :
- gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@
- gcc4 archs: sparc64/amd64/macppc by my$self
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/22 02:49:14

Modified files:
	sys/dev/ic     : xl.c 

Log message:
Call bus_dmamap_sync() of a dma descriptor before checking the ownership
of the descriptor. Diff created and tested by Loganaden Velvindron.
Looks good dlg@ and myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 02:59:07

Modified files:
	mail/abook     : Makefile 
	mail/abook/pkg : DESCR PLIST 
Added files:
	mail/abook/patches: patch-ui_c 
Removed files:
	mail/abook/pkg : MESSAGE 

Log message:
- add a patch to fix a seg. fault (from upstream)
- merge MESSAGE into DESCR
- remove reinhard@ as maintainer per his request

ok reinhard@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 03:02:42

Modified files:
	archivers/makeself: Makefile 
	devel/jakarta-servletapi: Makefile 
	misc/ttyrec    : Makefile 
	misc/xnc       : Makefile 
	security/gnupg : Makefile 
	security/smbsniff: Makefile 

Log message:
- reset maintainer, requested by reinhard@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 03:12:18

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2_pld.c 

Log message:
support INVALID_KE_PAYLOAD notification sent by the responder in case
the initiator chose wrong D-H group.  in this case we throw away our
SA and start over with a proper group.

makes iked work as an initiator with strongswan/charon without any
specific "ikesa" (phase 1) configuration.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/22 03:28:08

ports/devel/p5-YAML-Syck/patches

Update of /cvs/ports/devel/p5-YAML-Syck/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17480/patches

Log Message:
Directory /cvs/ports/devel/p5-YAML-Syck/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/09/22 04:14:26

Modified files:
	databases/maatkit: Makefile distinfo 
	databases/maatkit/pkg: PLIST 

Log message:
Update to release 6926


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/22 04:50:51

Modified files:
	devel/p5-YAML-Syck: Makefile 
Added files:
	devel/p5-YAML-Syck/patches: patch-syck_h 

Log message:
Zero newly allocated space, to avoid (in some cases) passing an
unclean buffer to Perl_is_utf8_string which proceeds to strlen() it,
causing an illegal access with malloc_flags J as it runs past the
end of the 0xd0d0d0.

Note there are various other problems with YAML::Syck and upstream
recommend not using it - see the README file.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/09/22 05:10:52

Modified files:
	usr.bin/msgs   : msgs.c 

Log message:
Initialise firstmsg so we do not have random number when
bounds file is empty.

ok deraadt@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/22 05:39:01

Modified files:
	usr.bin/msgs   : msgs.c 

Log message:
nextmsg could be used uninitialized as well.

``Go ahead, its free'' deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/22 05:44:01

Modified files:
	sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c 

Log message:
Switch to unconditionally attaching evcounts on TurboChannel
interrupts, since inspecting the code, they seem to always attach
anyway.  This fixes compiler fallout from my evcount simplification.

build error reported by naddy@; "seems sensible" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/22 05:48:38

Modified files:
	usr.sbin/npppd/npppd: chap.c chap_ms.c chap_ms.h eap.c 

Log message:
unify MS-CHAP implementation to sbin/iked/chap_ms.[ch].
copy sbin/iked/chap_ms.[ch] and fixed chap.c and eap.c to compile with it.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 05:54:23

Modified files:
	sys/conf       : files 
	sys/crypto     : cryptodev.h cryptosoft.c cryptosoft.h xform.c 
	                 xform.h 
Added files:
	sys/crypto     : gmac.h gmac.c 

Log message:
OCF support for the Galois/Counter Mode (GCM) for AES as
described in FIPS SP 800-38D.

This implementation supports 16 byte authentication tag only,
splitting transformation into two parts: encryption and
authentication.  Encryption is handled by the existing
AES-CTR implementation, while authentication requires new
AES_GMAC hash function.

Additional routine is added to the software crypto driver
to deal with peculiarities of a combined authentication-
encryption transformation.

With suggestions from reyk, naddy and toby.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 06:03:42

src/regress/sys/crypto/gmac

Update of /cvs/src/regress/sys/crypto/gmac
In directory cvs.openbsd.org:/tmp/cvs-serv23997/sys/crypto/gmac

Log Message:
Directory /cvs/src/regress/sys/crypto/gmac added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/22 06:04:07

Modified files:
	x11/gnome-mplayer: Makefile 

Log message:
Fix problem with fullscreen not working by enabling panscan support.
panscan functionality requires mplayer svn r29565 or higher, so tighten
the pkgspec for mplayer accordingly.

Problem reported by landry@ and jasper@
OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 06:04:13

Modified files:
	regress/sys/crypto: Makefile 
Added files:
	regress/sys/crypto/gmac: Makefile gmac_test.c 

Log message:
Test vectors for GMAC as published in the original GCM proposal
to NIST (gcm-spec.pdf) and draft-mcgrew-gcm-test-01.txt.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/22 06:26:05

Modified files:
	regress/usr.bin/ssh: Makefile 
Added files:
	regress/usr.bin/ssh: kextype.sh 

Log message:
regress test for each of the key exchange algorithms that we support


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/22 06:36:32

Modified files:
	sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c tc_conf.h 
	sys/dev/tc     : tc.c tcvar.h 

Log message:
Revert previous and let drivers register counterless interrupts;
tc_intr_disestablish() prototype is changed to carry information whether the
counter needs to be detached or not.

This does not matter much since no driver ever calls tc_intr_disestablish().


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:47:45

Modified files:
	x11/fltk       : Makefile 
	x11/fltk/patches: patch-configure_in 
	x11/fltk/pkg   : PLIST 

Log message:
Enble threads support, needed for an upcoming aqsis upgrade.
Use correct AUTOCONF_VERSION and regen PLIST.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:48:24

Modified files:
	x11/fleditor   : Makefile 
	x11/fleditor/pkg: PLIST 

Log message:
Lowercase COMMENT, fix DEPENDS and regen PLIST.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 06:48:52

Modified files:
	sys/net        : pfkeyv2.h pfkeyv2_convert.c 

Log message:
Add AES-GCM Transform Identifiers as specified by IANA in
RFC 4106 and 4543.

Please note that although IKEv1 and IKEv2 identifiers are
different for ESP_NULL_AUTH_AES-GMAC (SADB_X_EALG_AESGMAC),
we use the IKEv2 one only (which is 21).  ipsecctl(8) will
be taught to handle exported SA correctly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:48:58

Modified files:
	x11/flvw       : Makefile 
	x11/flvw/pkg   : PLIST 

Log message:
Lowercase COMMENT, fix DEPENDS and regen PLIST.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:49:28

Modified files:
	x11/flwm       : Makefile 
	x11/flwm/pkg   : PLIST 

Log message:
Add missing @bin marker.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:50:03

Modified files:
	print/htmldoc  : Makefile 

Log message:
Fix DEPENDS after recent fltk change.
Move to REVISION.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:50:32

Modified files:
	graphics/openexr-viewers: Makefile 

Log message:
Move to new DEPENDS and REVISION.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:50:59

Modified files:
	palm/pose      : Makefile 

Log message:
Bump after recent fltk change.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:51:28

Modified files:
	games/tuxpaint-config: Makefile 

Log message:
Move to new DEPENDS and REVISION.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:51:50

Modified files:
	print/xpp      : Makefile 

Log message:
Tighten DEPENDS and move to REVISION.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 06:52:36

Modified files:
	graphics/aqsis : Makefile distinfo 
	graphics/aqsis/pkg: PLIST 
Added files:
	graphics/aqsis/patches: patch-CMakeLists_txt 
	                        patch-libs_util_plugins_cpp 
Removed files:
	graphics/aqsis/patches: patch-SConstruct 
	                        patch-aqsistypes_plugins_cpp 
	                        patch-platform_default_SConscript 
	                        patch-renderer_ddmanager_ddmanager_cpp 
	                        patch-renderer_render_blobby_cpp 

Log message:
Major update to aqsis-1.6.0.
Drop maintainership.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/22 07:01:11

Modified files:
	usr.bin        : Makefile 
	etc            : Makefile daily 
	etc/mail       : aliases 
	etc/mtree      : 4.4BSD.dist 4.4BSD.var 
Removed files:
	usr.bin/msgs   : Makefile msgs.1 msgs.c pathnames.h 

Log message:
Kill msgs.  Noone uses it, and it has a longjmp in it.
Lots of agreement.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/22 07:03:48

Modified files:
	sys/arch/amd64/amd64: conf.c 
	sys/arch/i386/i386: conf.c 
	sys/conf       : GENERIC files 
	sys/net        : pipex.c pipex.h pipex_local.h 
	sys/sys        : conf.h 
Added files:
	sys/net        : if_pppx.c 

Log message:
Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd
and pipex. pppx(4) creates an interface whenever a session is created
so that altq and pf can work on these.
Started by dlg@ debugged and made usable by myself
OK dlg@ yasuoka@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/22 07:10:05

Modified files:
	share/man/man7 : hier.7 
	share/man/man8 : daily.8 

Log message:
no more msgs(1);


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 07:40:05

Modified files:
	sys/netinet    : ip_esp.c 

Log message:
Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as per
RFC 4106 and 4543.

Authentication hash key is set to be the same as an encryption key.

The length that is specified for the authentication hash descriptor
denotes the the length of Additional Authentication Data (AAD).
The encryption transformation descriptor length denotes the length
of the payload (to be encrypted and authenticated).

ENCR_NULL_AUTH_AES_GMAC treats all input as AAD, thus the encryption
length is set to zero.

This also fixes padding for stream ciphers, so that payload will
be 4-byte aligned.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 07:44:12

Modified files:
	lang/python/2.4: Makefile 
	lang/python/2.5: Makefile 
	lang/python/2.6: Makefile 

Log message:
- remove the BROKEN-mips64 markers after miod's recent softfloat commit,
python seems to be working well enough now.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 07:45:16

Modified files:
	sbin/isakmpd   : conf.c ipsec.c ipsec_num.cst isakmpd.conf.5 
	                 pf_key_v2.c policy.c sa.c 

Log message:
Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC
(as AESGMAC) ciphers in the ISAKMP Phase 2 (aka Quick Mode).

Thoroughly tested by me and naddy.  Works fine with Linux.

Requires updated pfkeyv2.h include file.

ok naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 07:50:20

Modified files:
	lang/erlang    : Makefile 
	lang/erlang/pkg: PLIST 
Added files:
	lang/erlang/patches: patch-lib_tools_emacs_Makefile 

Log message:
- allow the erlang-mode to work by default by installing a missing file

ok joshe@
maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 08:00:28

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 

Log message:
Update to gtk2-murrine-engine-0.98.0.

ok dcoppa@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/22 08:04:09

Modified files:
	sbin/ipsecctl  : ike.c ipsec.conf.5 ipsecctl.h parse.y pfkdump.c 
	                 pfkey.c 

Log message:
Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMAC
(as aes-gmac) encryption transformations in the ipsec.conf(5).

Available "enc" arguments denoting use of

1) AES-GCM-16:

aes-128-gcm for 160 bit key (128+nonce)
aes-192-gcm for 224 bit key (192+nonce)
aes-256-gcm for 288 bit key (256+nonce)

2) ENCR_NULL_AUTH_AES_GMAC:

aes-128-gmac for 160 bit key (128+nonce)
aes-192-gmac for 224 bit key (192+nonce)
aes-256-gmac for 288 bit key (256+nonce)

Please note that aes-gmac family performs no encryption and provides
no confidentiality and is intended for cases in which confidentiality
is not desired (it can be thought of as AH with NAT-T support).

Also, although this implementation supports manual keying, it's
use is strictly discouraged as AES-GCM security depends on frequent
re-keying.  So it can be thought of as a debug facility only.

Example configuration:

ike esp from 172.23.61.36 to 172.23.61.156 \
quick enc aes-256-gcm \
psk humppa

Thoroughly tested by me and naddy.  Works fine with Linux.

Requires updated pfkeyv2.h include file.

OK naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 08:29:00

Modified files:
	net/libnice    : Makefile distinfo 
	net/libnice/patches: patch-Makefile_in patch-agent_Makefile_in 
	                     patch-agent_interfaces_c 
	                     patch-nice_Makefile_in 
	                     patch-random_Makefile_in 
	                     patch-socket_Makefile_in 
	                     patch-stun_Makefile_in 
	                     patch-stun_stun5389_c 
	                     patch-stun_tests_Makefile_in 
	                     patch-stun_tests_test-bind_c 
	                     patch-stun_tools_Makefile_in 
	                     patch-stun_tools_stunbdc_c 
	                     patch-stun_tools_stund_c 
	                     patch-tests_Makefile_in 
	net/libnice/pkg: PLIST 
Added files:
	net/libnice/patches: patch-common_mk 
Removed files:
	net/libnice/patches: patch-stun_stunmessage_c 
	                     patch-stun_tests_test-format_c 
	                     patch-stun_tests_test-parse_c 
	                     patch-stun_usages_bind_c patch-stun_utils_c 

Log message:
- update libnice to 0.0.13

from tom murphy (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 08:29:21

Modified files:
	net/farsight2  : Makefile distinfo 
	net/farsight2/patches: patch-configure 
	                       patch-gst-libs_gst_farsight_fs-interfaces_c 
	net/farsight2/pkg: PLIST 
Added files:
	net/farsight2/patches: patch-python_Makefile_in 

Log message:
- update farsight2 to 0.0.21


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/22 08:38:52

Modified files:
	sys/dev/usb    : if_aue.c 

Log message:
as dying flag didn't set in aue_detach(), set it.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 09:03:45

Modified files:
	www/hiawatha   : Makefile distinfo 
	www/hiawatha/patches: patch-Makefile_in patch-doc_hiawatha_1_in 
	                      patch-serverconfig_c 
Added files:
	www/hiawatha/patches: patch-libip_c patch-libip_h 
	                      patch-monitor_c patch-send_c 

Log message:
Overdue update to hiawatha-7.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/22 09:20:34

Modified files:
	net/pktstat    : Makefile 
	net/pktstat/pkg: PLIST 
Added files:
	net/pktstat/patches: patch-loop_c patch-sll_c 

Log message:
Add missing includes: from Markus Lude.
Add a @bin marker to PLIST, bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/22 09:25:26

Modified files:
	www/gecko-mediaplayer: Makefile 
	www/gecko-mediaplayer/patches: patch-configure 

Log message:
Tighten xulrunner-devel pkgspec.
Fix confusion with xulrunner include paths.
Adjust WANTLIB.
Minor style cleanups.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 09:41:15

Modified files:
	print/system-config-printer: Makefile 
	print/system-config-printer/pkg: PLIST 

Log message:
Don't bundle the 'my-default-printer' utility, the feature is already
available from the main interface.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 10:08:26

Modified files:
	sysutils       : Makefile 

Log message:
Hook up system-tools-backends, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 10:09:10

Modified files:
	devel          : Makefile 

Log message:
Hook up liboobs, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 10:10:19

Modified files:
	x11/gnome/system-tools: Makefile 
	x11/gnome/system-tools/pkg: PLIST 

Log message:
Comment the network and users utilities for now as they need more work.
(currently working on it)

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 10:10:54

Modified files:
	x11/gnome      : Makefile 

Log message:
Hook up gnome-system-tools, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/22 10:11:18

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention gnome-system-tools.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 10:19:08

ports/net/telepathy/telepathy-farsight/patches

Update of /cvs/ports/net/telepathy/telepathy-farsight/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2605/patches

Log Message:
Directory /cvs/ports/net/telepathy/telepathy-farsight/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 10:57:25

Modified files:
	net/farsight2  : Makefile 
Removed files:
	net/farsight2/patches: patch-python_Makefile_in 

Log message:
- remove unneeded patch, deal with it in pre-configure


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/09/22 12:24:11

Modified files:
	editors/vim-spell: Makefile distinfo 
	editors/vim-spell/pkg: PLIST-af PLIST-am PLIST-bg PLIST-ca 
	                       PLIST-cs PLIST-cy PLIST-da PLIST-de 
	                       PLIST-el PLIST-eo PLIST-es PLIST-fo 
	                       PLIST-fr PLIST-ga PLIST-gd PLIST-gl 
	                       PLIST-he PLIST-hr PLIST-hu PLIST-id 
	                       PLIST-it PLIST-ku PLIST-la PLIST-lt 
	                       PLIST-lv PLIST-mg PLIST-mi PLIST-ms 
	                       PLIST-nb PLIST-nl PLIST-nn PLIST-ny 
	                       PLIST-pl PLIST-pt PLIST-ru PLIST-rw 
	                       PLIST-sk PLIST-sl PLIST-sv PLIST-sw 
	                       PLIST-tet PLIST-tl PLIST-tn PLIST-uk 
	                       PLIST-yi PLIST-zu 
Added files:
	editors/vim-spell/pkg: PLIST-ro 

Log message:
Sync vim-spell with the recent vim-7.3 update.
Add a missing PLIST file for the "ro" flavour.
Make PLISTs refer to the ${P} variable instead of hard-coding the vim version.
Drop redundant @comments from PLISTs (suggested by sthen).
Move the distfiles into their own distfile subdir (suggested by jasper).

ok marco, sthen, jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/22 12:43:31

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Switch to steven@/bernd@'s perl libtool living under infrastructure/
by default for ports that set USE_LIBTOOL=Yes. Faster, better,
stronger, and cuts bulk builds time by ~15% in my tests on amd64.
Volunteers welcomed to fix the few USE_LIBTOOL=gnu users in the tree.
Report any oddities to ports@...

'Go ahead' espie@ 'Please proceed' steven@
ok ajacoutot@ jasper@ phessler@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/22 12:53:47

Modified files:
	databases/py-couchdb: Makefile distinfo 
	databases/py-couchdb/pkg: PLIST 

Log message:
Update to version 0.8. Fix package name to match directory.
landry@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/22 13:12:42

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Add py-couchdb after the package went lowercase. landry@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/22 13:15:00

Modified files:
	gnu/usr.bin/cvs/man: cvs.1 

Log message:
We are still far away from supporting the roff macro definition macro .de
in mandoc, if we ever get to that point.  Even less so with variable
arguments and using a single non-alphabetic character (here, '`') as the
macro identifier.  In the meantime, refrain from using .de in cvs(1).

Patch generated by running  #!/usr/bin/perl
while(<>){s/^\.\` "(.*)"(.*)/.RB \` "\\|$1\\|" \'$2/;print;}
followed by some hand-polishing.

Repeatedly prodded by many (e.g. halex@, weerd@) and repeatedly forgotten.

"yes. at least people will be able to read the page." jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 15:02:02

Modified files:
	converters/libiconv: Makefile 
Added files:
	converters/libiconv/patches: patch-Makefile_devel 

Log message:
- honor CC/CFLAGS in the command we run at pre-configure

ok brad@ (MAINTAINER), landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 15:03:19

Log message:
    import pb 0.1.0
    
    Simple pastebin command line application. Currently supports gist and
    pastebin.com.
    
    feedback/ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102209
    
    N ports/net/hs-pb/distinfo
    N ports/net/hs-pb/Makefile
    N ports/net/hs-pb/pkg/DESCR
    N ports/net/hs-pb/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 15:03:38

Modified files:
	net            : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 15:11:10

Modified files:
	graphics/cfdg  : Makefile distinfo 

Log message:
- update cfdg to 2.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 15:59:59

Modified files:
	sys/dev/pci    : eap.c 

Log message:
autoconf activate, suspend/resume support


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/22 16:02:23

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- fix a ghc variable


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 16:02:38

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
- fix a variable name in comment

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 16:09:53

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
- append lang/ghc to CATEGORIES iff !nort

ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 16:22:47

Modified files:
	sys/dev/pci    : cs4281.c 

Log message:
use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer
suspend/resume support


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/22 16:24:56

Added files:
	devel/libffi/patches: patch-src_mips_ffitarget_h 

Log message:
- missed this diff in previous commit, fixes build on mips64


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/09/22 16:47:35

Modified files:
	faq            : index.html 

Log message:
thanks for the help, sthen@. :)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/22 16:58:51

Modified files:
	usr.bin/ssh    : atomicio.c atomicio.h misc.c misc.h scp.c 
	                 sftp-client.c sftp-client.h sftp.1 sftp.c 

Log message:
add an option per-read/write callback to atomicio

factor out bandwidth limiting code from scp(1) into a generic bandwidth
limiter that can be attached using the atomicio callback mechanism

add a bandwidth limit option to sftp(1) using the above

"very nice" markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 18:46:08

Modified files:
	sys/dev/usb    : usb.c 

Log message:
rename usb_discover to usb_explore for consistency.
OK krw


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/22 19:24:32

Modified files:
	share/man/man4 : tun.4 

Log message:
Eliminate mention of EPERM error condition from tun(4) man page.  We
just use the filesystem permissions now.

Pointed out by stsp@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/22 19:45:10

Modified files:
	usr.sbin/npppd/npppd: Makefile npppd.c npppd_subr.c 
Removed files:
	usr.sbin/npppd/common: rt_zebra.c rt_zebra.h rt_zebra_local.h 

Log message:
remove support for talking to the zebra routing socket which
was not enabled, we use a kernel routing socket for such things.

ok yasuoka@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/22 22:45:15

Modified files:
	sys/netinet    : in.h in_pcb.h ip_output.c 
	sys/netinet6   : in6.h ip6_output.c 

Log message:
add a new IP level socket option IP_PIPEX.  This option is used for L2TP
support by pipex.
OK henning@, "Carry on" blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/22 22:47:02

Modified files:
	sys/net        : if_tun.c 

Log message:
If tunread() fails, we should increment if_oerrors, not if_ierrors.

"yup" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/22 22:47:40

Modified files:
	usr.sbin/npppd/common: ipsec_util.c ipsec_util_local.h 
	                       time_utils.c time_utils.h 
	usr.sbin/npppd/npppdctl: npppdctl.8 

Log message:
Add the same license text to these files as the rest of npppd.
ok yasuoka@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/22 22:55:48

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/22 22:56:10

Modified files:
	bin/csh/USD.doc: csh.2 

Log message:
remove reference to msgs(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 22:58:02

Modified files:
	sys/dev/usb    : uhub.c usb.c usbdi.c usbdivar.h 

Log message:
instead of running usb_explore() from individual kthreads for each
USB bus, make usb_explore() a usb_task.  reduces races during normal
USB device detach, since now usb_tasks and detach happen in the same
process.
ok yuo@, matthew@ helped with the task thread loop


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/22 23:02:14

Modified files:
	sys/arch/alpha/alpha: conf.c 
	sys/arch/arm/arm: conf.c 
	sys/arch/aviion/aviion: conf.c 
	sys/arch/hp300/hp300: conf.c 
	sys/arch/hppa/hppa: conf.c 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/luna88k/luna88k: conf.c 
	sys/arch/mac68k/mac68k: conf.c 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/mvme68k/mvme68k: conf.c 
	sys/arch/mvme88k/mvme88k: conf.c 
	sys/arch/mvmeppc/mvmeppc: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/sgi/sgi: conf.c 
	sys/arch/socppc/socppc: conf.c 
	sys/arch/sparc/sparc: conf.c 
	sys/arch/sparc64/sparc64: conf.c 
	sys/arch/vax/vax: conf.c 

Log message:
Add pppx(4) to the cdevs of the remaining archs.
OK dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/09/22 23:20:36

Modified files:
	databases/p5-ldap: Makefile 
Removed files:
	databases/p5-ldap/patches: patch-lib_Net_LDAP_LDIF_pm 

Log message:
I forgot to cvs rm this patch.. no cookies for me
Spotted by kili@, thanks !


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 23:28:57

Modified files:
	sys/dev/usb    : usb.c 

Log message:
instead of waiting the full power-up-to-power-steady time for root
hubs before their first port explore, check how long it's actually
been since power up and only wait as necessary.  saves a little time
on boot, especially now that explore tasks are serialized.
ok yuo@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/22 23:44:16

Modified files:
	sys/dev/usb    : uhub.c usb.c usbdi.c usbdivar.h 

Log message:
add a 'dying' flag to struct usbd_bus.  use this to signify the bus
is dying, instead of setting a flag in struct usb_softc.  as
usbd_device_handle has a pointer to the usbd_bus it's attached to,
usb devices, and functions they run or functions run on their behalf,
can now easily check if their bus is dying.  use this to stop
usbd_do_request* from running and the usb task thread from adding
new tasks when a device's bus is dying.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/23 00:30:37

Modified files:
	sys/dev/usb    : usb.c usbdi.h 

Log message:
add two members to struct usb_task
* usbd_device_handle dev - the device responsible for the task.  use
this to not run the task if the device's hub is dying.
* int running - a flag to be set when the task is running.

add usb_rem_wait_task(), a wrapper for usb_rem_task() that waits for
the task to complete if the task is already running.

s/usb_rem_task/usb_rem_wait_task/ in usb_detach().  probably most
drivers using usb_tasks should do this as well.  although device
attach/detach is serialized in normal cases, in the special case
where the usb bus is hotpluggable (like cardbus/pcmcia), devices
are not detached in the task thread.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/23 02:39:32

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
returning here can cause the usb task thread to go to sleep forever,
becaue it skips a wakeup() later on.  this is the only error condition
that returns before the wakeup.  not sure why this particular case is
handled differently, and not certain what the error code should be, but
this is better than breaking all of usb because of a problem on one port.
dicussed with deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 02:59:34

Modified files:
	security/nikto : Makefile distinfo 
	security/nikto/patches: patch-nikto_pl 
	security/nikto/pkg: PLIST 

Log message:
- update nikto to 2.1.3

from remi pointel, maintainer timed-out
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/23 03:27:21

Modified files:
	net/xchat      : Makefile distinfo 
	net/xchat/patches: patch-Makefile_in patch-configure 
	                   patch-src_common_dbus_Makefile_in 
	net/xchat/pkg  : PLIST 
Removed files:
	net/xchat/patches: patch-src_fe-gtk_fe-gtk_c 
	                   patch-src_fe-gtk_maingui_c 
	                   patch-src_fe-gtk_menu_c 
	                   patch-src_fe-gtk_xtext_h 

Log message:
Update to xchat-2.8.8 and switch to new-style LIB_DEPENDS/WANTLIB

OK ajacoutot@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/23 03:27:49

Modified files:
	sys/netatalk   : at.h at_proto.c 

Log message:
Do not declare the domain and protosw structures in at.h fixes build with
netatalk enabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 03:34:51

Log message:
    import cppcheck 1.44
    
    Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and
    many other analysis tools, we don't detect syntax errors. Cppcheck only
    detects the types of bugs that the compilers normally fail to detect.
    The goal is no false positives.
    
    from igor zinovik, with tweaks by me
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102309
    
    N ports/devel/cppcheck/Makefile
    N ports/devel/cppcheck/distinfo
    N ports/devel/cppcheck/pkg/DESCR
    N ports/devel/cppcheck/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 03:35:36

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 04:49:55

Modified files:
	sys/kern       : uipc_mbuf.c 
	sys/net        : if.h 
	usr.bin/systat : mbufs.c 
	usr.sbin/snmpd : mib.c 

Log message:
tweak the mclgeti algorithm to behave better under load.

instead of letting hardware rings grow on every interrupt, restrict
it so it can only grow once per softclock tick. we can only punish
the rings on softclock ticks, so it make sense to only grow on
softclock tick boundaries too.

the rings are now punished after >1 lost softclock tick rather than
>2. mclgeti is now more aggressive at detecting livelock.

the rings get punished by an 8th, rather than by half.

we now allow the rings to be punished again even if the system is
already considered in livelock.

without this diff a livelocked system will have its rx ring sizes
scale up and down very rapidly, while holding the rings low for too
long. this affected throughput significantly.

discussed and tested heavily at j2k10. there are still some games
with softnet we can play, but this is a good first step.

"put it in" and ok deraadt@
ok claudio@ krw@ henning@ mcbride@

if we find out that it sucks we can pull it out again later. till then
we'll run with it and see how it goes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:21:53

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
- update iso-codes to 3.19


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 05:23:58

Modified files:
	sys/scsi       : scsi_disk.h 

Log message:
descripe a few bits of the write same commands.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 05:30:56

Log message:
    Import frogatto-1.0.3
    
    Frogatto is an open-source "platformer" or "jump-and-run" videogame.
    Like in many classic games, the world is viewed as a cross-section seen
    from the side, and your character (in this case, a small green fellow
    named Frogatto) walks and jumps between solid platforms, whilst
    avoiding monsters.
    
    Based on the frogatto FreeBSD port.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100923
    
    N ports/games/frogatto/distinfo
    N ports/games/frogatto/Makefile
    N ports/games/frogatto/pkg/DESCR
    N ports/games/frogatto/pkg/PLIST
    N ports/games/frogatto/patches/patch-Makefile
    N ports/games/frogatto/patches/patch-src_filesystem_cpp
    N ports/games/frogatto/patches/patch-src_sound_cpp
    N ports/games/frogatto/patches/patch-src_controls_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 05:31:44

Modified files:
	games          : Makefile 

Log message:
+frogatto


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/23 05:34:50

Modified files:
	sys/net        : if_gre.c 

Log message:
fix indentation to not confusingly align with an unassociated while() statement

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:35:30

Removed files:
	net/telepathy/libtelepathy: Makefile distinfo 
	net/telepathy/libtelepathy/patches: 
	                                    patch-src_check-compat_Makefile_in 
	net/telepathy/libtelepathy/pkg: DESCR PLIST 

Log message:
- remove, it's been deprecated upstream and has been disabled in our tree for
a while now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:35:43

Removed files:
	net/telepathy/telepathy-feed: Makefile distinfo 
	net/telepathy/telepathy-feed/pkg: DESCR PLIST 

Log message:
- remove, it's been deprecated upstream and has been disabled in our tree for
a while now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:35:54

Modified files:
	net/telepathy  : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 05:41:54

Modified files:
	sys/dev/ata    : atascsi.h 

Log message:
commands and bits for data set management.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/23 05:42:36

Modified files:
	sbin/iked      : iked.conf.5 parse.y pfkey.c 

Log message:
support for aes-gcm

OK reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/23 05:43:51

Modified files:
	sbin/ipsecctl  : ipsec.conf.5 

Log message:
change description for AES-GMAC a bit.
prompted by reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 05:44:22

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
translate WRITE SAME 16 into DSM TRIM.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:46:57

Modified files:
	devel/p5-Hash-AutoHash: Makefile 

Log message:
- better comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 05:56:25

Modified files:
	lang/librep    : Makefile 

Log message:
- fix libtool usage and remove use_libtool=gnu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/23 06:23:55

Modified files:
	lang/librep    : Makefile 

Log message:
Fix apostrophe's usage in comment. ok apostrophe.org.uk?


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 06:26:37

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
- fix URL


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 06:49:17

Modified files:
	x11/pinot      : Makefile 

Log message:
Add missing dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 06:49:57

Modified files:
	databases/xapian-core: Makefile distinfo 
	databases/xapian-core/pkg: PLIST 

Log message:
Update to xapian-core-1.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 06:51:13

Modified files:
	www/xapian-omega: Makefile distinfo 
	www/xapian-omega/patches: patch-freemem_cc 

Log message:
Update to xapian-omega-1.2.3.
Move to new DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 06:52:33

Modified files:
	databases/p5-Search-Xapian: Makefile distinfo 

Log message:
Update to p5-Search-Xapian-1.2.3.0.
Move to new DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/09/23 06:59:21

Modified files:
	sysutils/duplicity: Makefile distinfo 

Log message:
Update to 0.6.10.
ok jim@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:11:38

Modified files:
	sys/sys        : disk.h 
	sys/dev/isa    : fd.c 
	sys/scsi       : cd.c 
	sys/arch/sparc/dev: fd.c 
	sys/arch/sparc64/dev: fd.c 

Log message:
Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent
automatic reading of disklabel on attach.

ok deraadt@ miod@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:20:36

Modified files:
	sys/kern       : subr_disk.c 

Log message:
When a disk is attached create a workq task to read the disklabel,
providing the DKF_NOLABELREAD flag is not set. This provides the kernel
with the actual disklabel which includes the disklabel UID.

ok deraadt@ miod@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 07:21:42

Removed files:
	x11/gnome/scan : Makefile distinfo 
	x11/gnome/scan/patches: patch-configure_ac 
	                        patch-modules_gsane_gsane-processor_c 
	x11/gnome/scan/pkg: DESCR-main PLIST-main 

Log message:
Remove. It doesn't work, hangs my scanner completely, crashes on !gcc4
arches, is not maintained and has been marked as BROKEN for months.

"it's still intree?" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 07:21:58

Modified files:
	x11/gnome      : Makefile 

Log message:
Bye bye gnome-scan.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:24:22

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
Include the disklabel UID in hw.disknames.

ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:30:15

Modified files:
	distrib/miniroot: install.sub 

Log message:
Teach the installer how to process the new hw.disknames output.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:33:30

Modified files:
	net/papyon     : Makefile distinfo 
	net/papyon/pkg : PLIST 

Log message:
- update papyon to 0.5.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:34:33

Modified files:
	net/telepathy/telepathy-butterfly: Makefile distinfo 
	net/telepathy/telepathy-butterfly/pkg: PLIST 

Log message:
- update telepathy-butterfly to 0.5.14
- remove invalid configure argument


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 07:34:43

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
add [-l limit] to usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:35:14

Modified files:
	net/telepathy/telepathy-farsight: Makefile distinfo 
Added files:
	net/telepathy/telepathy-farsight/patches: patch-configure 

Log message:
- update telepathy-farsight to 0.0.15
- disable silent rules
- be sure to pickup the right python


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 07:36:46

Modified files:
	usr.bin/ssh    : scp.1 sftp.1 

Log message:
add KexAlgorithms to the -o list;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:37:12

Modified files:
	net/telepathy/telepathy-gabble: Makefile distinfo 
	net/telepathy/telepathy-gabble/patches: patch-configure 
	                                        patch-lib_ext_wocky_examples_register_c 
	                                        patch-lib_ext_wocky_tests_wocky-test-connector-server_c 
	                                        patch-lib_ext_wocky_tests_wocky-xmpp-readwrite-test_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-node_c 
	                                        patch-lib_ext_wocky_wocky_wocky-roster_c 
	                                        patch-lib_ext_wocky_wocky_wocky-uninstalled_pc_in 
	                                        patch-lib_ext_wocky_wocky_wocky-xmpp-connection_c 
	                                        patch-src_util_c 
Added files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_tests_Makefile_in 
	                                        patch-lib_ext_wocky_tests_wocky-xmpp-connection-test_c 
	                                        patch-lib_ext_wocky_wocky_wocky-jabber-auth-digest_c 
	                                        patch-lib_ext_wocky_wocky_wocky-jabber-auth_c 
	                                        patch-lib_ext_wocky_wocky_wocky-muc_c 
	                                        patch-lib_ext_wocky_wocky_wocky-node_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pep-service_c 
	                                        patch-lib_ext_wocky_wocky_wocky-ping_c 
	                                        patch-lib_ext_wocky_wocky_wocky-porter_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-helpers_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-service_c 
	                                        patch-lib_ext_wocky_wocky_wocky-tls-connector_c 
Removed files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_wocky_wocky-connector_c 
	                                        patch-lib_ext_wocky_wocky_wocky-xmpp-node_c 
	                                        patch-src_bytestream-socks5_c 
	                                        patch-src_bytestream-socks5_h 

Log message:
- update telepathy-gabble to 0.10.0
- enable uuid


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:37:34

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
	net/telepathy/telepathy-glib/patches: patch-configure 
	                                      patch-telepathy-glib_Makefile_in 
	                                      patch-telepathy-glib_telepathy-glib_pc_in 
	net/telepathy/telepathy-glib/pkg: PLIST 

Log message:
- update telepathy-glib to 0.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:38:15

Modified files:
	net/telepathy/telepathy-haze: Makefile distinfo 
	net/telepathy/telepathy-haze/patches: patch-configure 

Log message:
- update telepathy-haze to 0.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/09/23 07:38:33

Modified files:
	devel/ffcall   : Makefile 
	devel/ffcall/patches: patch-avcall_avcall-sparc64_S 
	                      patch-callback_trampoline_r_trampoline_c 
	                      patch-callback_vacall_r_vacall-sparc64_S 
	                      patch-vacall_vacall-sparc64_S 
Added files:
	devel/ffcall/patches: patch-avcall_avcall_h_in 
	                      patch-callback_vacall_r_vacall-sparc_S 

Log message:
Fix on sparc and sparc64.

ok phessler@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/09/23 07:42:22

Modified files:
	lang/clisp     : Makefile 
	lang/clisp/patches: patch-src_makemake_in 
Added files:
	lang/clisp/patches: patch-src_arilev0_d patch-src_arisparc64_d 
	                    patch-src_spsparc64_d 

Log message:
Build on sparc64.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:44:17

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 
	net/telepathy/telepathy-mission-control/patches: patch-configure 
	net/telepathy/telepathy-mission-control/pkg: PLIST 

Log message:
- update telepathy-m-c to 5.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:45:42

Modified files:
	net/telepathy/telepathy-python: Makefile distinfo 
	net/telepathy/telepathy-python/pkg: PLIST 

Log message:
- update telepathy-python to 0.15.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:47:35

Modified files:
	net/telepathy/telepathy-salut: Makefile distinfo 
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_examples_test-resolv_c 
	                                       patch-lib_gibber_gibber-resolver_c 
	                                       patch-lib_gibber_gibber-tcp-transport_c 
	                                       patch-lib_gibber_gibber-unix-transport_c 
	                                       patch-lib_gibber_gibber-util_c 
Removed files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_gibber-bytestream-oob_c 
	                                       patch-lib_gibber_gibber-muc-connection_c 

Log message:
- update telepathy-salut to 0.3.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 07:47:41

Modified files:
	textproc/gtkaml: Makefile 

Log message:
Make BROKEN, this is not compatible with the new version of vala I am
about to commit. Version 0.4 should fix this, but is still in
development and several of us need the new vala version to move ahead
with some ports.
FYI, nothing depends on this port in-tree.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:47:58

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 
	net/telepathy/telepathy-spec/patches: patch-Makefile 
	net/telepathy/telepathy-spec/pkg: PLIST 
Removed files:
	net/telepathy/telepathy-spec/patches: patch-tools_gengobject_py 
	                                      patch-tools_make_all_async_py 

Log message:
- update telepathy-spec to 0.20.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:54:22

Modified files:
	sbin/disklabel : disklabel.c editor.c extern.h 

Log message:
Print disklabel UIDs using printf/fprintf instead of using the hand rolled
uid_print() function.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 07:55:53

Modified files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_tests_Makefile_in 
Added files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_wocky_Makefile_in 
Removed files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_tests_wocky-connector-test_c 
	                                        patch-lib_ext_wocky_tests_wocky-test-connector-server_c 
	                                        patch-lib_ext_wocky_tests_wocky-xmpp-connection-test_c 
	                                        patch-lib_ext_wocky_tests_wocky-xmpp-readwrite-test_c 
	                                        patch-lib_ext_wocky_wocky_wocky-jabber-auth-digest_c 
	                                        patch-lib_ext_wocky_wocky_wocky-jabber-auth_c 
	                                        patch-lib_ext_wocky_wocky_wocky-muc_c 
	                                        patch-lib_ext_wocky_wocky_wocky-node_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pep-service_c 
	                                        patch-lib_ext_wocky_wocky_wocky-ping_c 
	                                        patch-lib_ext_wocky_wocky_wocky-porter_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-helpers_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-node_c 
	                                        patch-lib_ext_wocky_wocky_wocky-pubsub-service_c 
	                                        patch-lib_ext_wocky_wocky_wocky-roster_c 
	                                        patch-lib_ext_wocky_wocky_wocky-tls-connector_c 
	                                        patch-lib_ext_wocky_wocky_wocky-tls_c 
	                                        patch-lib_ext_wocky_wocky_wocky-xmpp-connection_c 

Log message:
- remove unneeded patches which would be hard to maintain with future updates


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/23 07:59:10

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Correctly identify mount points when they are specified in /etc/fstab using
a disklabel UID. Based on a diff from josh@elsasser.org. Resolves PR6471.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 08:06:22

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
- iso-codes is also a run dependency nowadays


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:06:37

Modified files:
	share/man/man9 : disk.9 

Log message:
update struct disk; ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/23 08:12:05

Modified files:
	sys/arch/loongson/dev: mainbus.c 

Log message:
Move clock attachment later in the game. This is needed for cpu scaling.

Okay miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 08:15:14

Modified files:
	x11/gnome/anjuta: Makefile 

Log message:
Remove  non existent SHARED_LIBS, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 08:15:37

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PFRAG.shared PLIST 

Log message:
Update to vala-0.10.0.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2010/09/23 08:17:04

Modified files:
	sys/net        : pf.c 

Log message:
Break out rule counter update code into a separate function, makes the
behaviour consistent between IPv4 and IPv6.

From martin.pelikan@gmail.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 08:18:52

Modified files:
	net/telepathy/telepathy-logger: Makefile 

Log message:
- switch to new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 08:19:10

Modified files:
	net/telepathy  : Makefile.inc 
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-pinocchio: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/telepathy/telepathy-spec: Makefile 

Log message:
- move USE_GMAKE to Makefile.inc and set it to No for pinnochio


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:20:02

Modified files:
	gnu/usr.sbin/sendmail/sendmail: mailq.8 newaliases.8 sendmail.8 

Log message:
use an EXIT STATUS section for these pages;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 08:24:22

Modified files:
	net/telepathy  : Makefile.inc 
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-logger: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-pinocchio: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/telepathy/telepathy-spec: Makefile 

Log message:
- move USE_LIBTOOL to Makefile.inc too


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:33:10

Modified files:
	usr.bin/calendar/calendars: calendar.history 

Log message:
"British defeat the French at the Plains of Abraham" was 1759, not 1788;
from Douglas Berry, freebsd pr misc/150504


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/23 08:33:34

Modified files:
	sys/dev/usb    : files.usb 
Added files:
	sys/dev/usb    : utwitch.c 
Removed files:
	sys/dev/usb    : uyurex.c 

Log message:
rename uyurex(4) to utwitch(4)

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/23 08:35:13

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : utwitch.4 
Removed files:
	share/man/man4 : uyurex.4 

Log message:
rename uyurex(4) to utwitch(4).

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 08:37:06

Modified files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_gibber-resolver_c 

Log message:
- better patch


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:40:45

Modified files:
	gnu/usr.sbin/sendmail/mailstats: mailstats.8 
	gnu/usr.sbin/sendmail/praliases: praliases.1 

Log message:
add EXIT STATUS here too;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:42:23

Modified files:
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 

Log message:
since msgs no longer exists, replace the example msgs alias with the one
from vacation(8);

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:51:57

Modified files:
	gnu/usr.sbin/sendmail/editmap: editmap.8 
	gnu/usr.sbin/sendmail/mailstats: mailstats.8 
	gnu/usr.sbin/sendmail/makemap: makemap.8 
	gnu/usr.sbin/sendmail/praliases: praliases.1 
	gnu/usr.sbin/sendmail/sendmail: mailq.8 newaliases.8 sendmail.8 
	gnu/usr.sbin/sendmail/smrsh: smrsh.8 

Log message:
add RCSID and Mdocdate to these pages; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 08:54:11

Modified files:
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 

Log message:
NOTES->CAVEATS; ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 09:04:01

Modified files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_gibber-unix-transport_c 

Log message:
- tweak this patch and add a comment


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 09:25:11

Modified files:
	share/man/man4 : utwitch.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/23 10:21:47

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/armish/conf: GENERIC 
	sys/arch/gumstix/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/palm/conf: GENERIC 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC 

Log message:
enable utwitch(4) (formely uyurex(4)) by default

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/23 10:33:48

Modified files:
	sys/netinet    : ip_esp.c 

Log message:
remove m_pad in favor of m_inject as it's equivalent to m_inject
with an offset equal to the actual data length.

ok henning blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/23 10:34:09

Modified files:
	sys/netinet    : ip_ipsp.h 

Log message:
remove m_pad in favor of m_inject as it's equivalent to m_inject
with an offset equal to the actual data length.

ok henning blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/23 10:58:28

Modified files:
	sys/dev/usb    : if_axe.c 

Log message:
remove dying flag in the detach() function.
the device driver which has DEACTIVATE processing seems to no need to
set dying flag in the detach() function because the flag will be set
in the DEACTIVATE process before detach().

ok jsg@, ok for experiment deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/23 11:06:18

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-configure 

Log message:
Really disable gnome-power-manager support.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 11:16:01

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
tweak the disklabel uid stuff; ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/23 11:59:03

Modified files:
	usr.bin/rcs    : rcs.c 

Log message:
Plug memory leak in rcs_getrev, from zinovik.

ok me stsp


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/23 12:10:16

Modified files:
	usr.bin/cvs    : import.c util.c util.h 

Log message:
Add cvs_mkdir() for recursive directory creation on import, based on a
diff from Michael W Bombardieri in PR 6398.

tested by & ok jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/23 12:29:16

Modified files:
	share/man/man5 : fstab.5 

Log message:
document FSTAB_RQ; ok deraadt thib


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/23 12:31:27

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- first stab at documenting the haskell module

feedback/ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/23 12:40:00

Modified files:
	sys/msdosfs    : msdosfs_vfsops.c 
	sys/ufs/ext2fs : ext2fs_vfsops.c 

Log message:
Change:

/* something */
if (error) {
VOP_UNLOCK();
return;
}
VOP_UNLOCK();

to the clearer and shorter:

VOP_UNLOCK();
if (error)
return;

ok thib@, jsing@ as part of a larger diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/23 12:43:37

Modified files:
	sys/miscfs/procfs: procfs_vfsops.c 

Log message:
In procfs_root(), while the vn_lock on a newly-allocated vnode can not
fail it is still good practise to either check the return value or to
provide a flag that won't (to avoid copy pasted code that gets it
wrong).

So change LK_EXCLUSIVE to LK_EXCLUSIVE | LK_RETRY, removing the one
caller of vn_lock in the tree that doesn't either pass LK_RETRY or check
the return value.

ok thib@, jsing@ as part of a larger diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/23 12:49:39

Modified files:
	sys/dev        : softraid.c softraid_crypto.c 
	sys/dev/raidframe: rf_disks.c rf_openbsdkintf.c 
	sys/kern       : subr_disk.c 
	sys/nnpfs      : nnpfs_vnodeops.h 
	sys/ufs/ext2fs : ext2fs_lookup.c ext2fs_vnops.c 
	sys/ufs/ufs    : ufs_lookup.c ufs_vnops.c 

Log message:
The only sensible argument for VOP_* calls that take a struct proc pointer is
curproc. A bunch of callers were passing in 0 (not even NULL, 0) as this
pointer, which was fine until the called vnode function tried to do
something with it. Typically, this code was then copy/pasted to various
parts of the tree.

Accept the facts of life and switch all of these over to passing curproc
for now until the argument can be removed.

Discovered by stsp trying to create a softraid on top of a vnd, which
crashed with a NULL deref in vndioctl.

softraid bits tested by mikeb and jsing. raidframe bits tested by pea,
matthieu and naddy. The rest tested by at least thib, jsing and myself.

ok thib@, jsing@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/23 12:58:41

Modified files:
	usr.bin        : Makefile 

Log message:
Unlink tn3270 from the build.

Okay deraadt@, millert@ and all around general approval.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/23 12:59:36

Removed files:
	usr.bin/tn3270 : Makefile Makefile.inc 
	usr.bin/tn3270/api: api.order api_bsd.c api_exch.c api_exch.h 
	                    apilib.c apilib.h asc_ebc.c asc_ebc.h 
	                    astosc.c astosc.h dctype.c dctype.h 
	                    disp_asc.c disp_asc.h ebc_disp.c ebc_disp.h 
	usr.bin/tn3270/ascii: ascii.order default.map map3270.c 
	                      map3270.h mset.c state.h termin.c 
	usr.bin/tn3270/ctlr: 3180.kbd 3270pc.kbd api.c api.h ctlr.order 
	                     declare.h externs.h function.c function.h 
	                     hostctlr.h inbound.c oia.c oia.h options.c 
	                     options.h outbound.c screen.h scrnctlr.h 
	                     unix.kbd 
	usr.bin/tn3270/general: genbsubs.c general.h general.order 
	                        globals.c globals.h vaxbsubs.s 
	usr.bin/tn3270/mset: Makefile map3270.5 mset.1 
	usr.bin/tn3270/sys_curses: system.c telextrn.h terminal.h 
	                           termout.c 
	usr.bin/tn3270/tn3270: Makefile tn3270.1 
	usr.bin/tn3270/tools: Makefile Makefile.inc mkmake.y prt3270.c 
	usr.bin/tn3270/tools/mkastods: Makefile mkastods.c 
	usr.bin/tn3270/tools/mkastosc: Makefile mkastosc.c 
	usr.bin/tn3270/tools/mkdctype: Makefile ectype.c ectype.h 
	                               mkdctype.c 
	usr.bin/tn3270/tools/mkdstoas: Makefile mkdstoas.c 
	usr.bin/tn3270/tools/mkhits: Makefile dohits.c dohits.h mkhits.c 

Log message:
Kill tn3270.

Okay deraadt@, millert@ and all around general approval.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/23 13:00:48

Modified files:
	.              : Makefile.cross 

Log message:
Remove tn3270 reference.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/23 13:02:52

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/23 13:15:51

Modified files:
	audio/mpg123   : Makefile distinfo 

Log message:
update to 1.12.4: bugfix release that improves printout of metadata
(ID3) in UTF-8 terminals


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 13:31:55

Modified files:
	mail/p5-MIME-tools: Makefile distinfo 

Log message:
- update to 5.428


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 13:34:00

Modified files:
	geo/p5-Geo-Coordinates-UTM: Makefile distinfo 

Log message:
- update to 0.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 13:36:05

Modified files:
	geo/p5-Geo-Coordinates-UTM-XS: Makefile distinfo 

Log message:
- update to 0.04
- add missing run dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/23 13:38:17

Modified files:
	textproc/p5-LaTeX-TOM: Makefile distinfo 

Log message:
- update to 1.00


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/23 14:22:31

Modified files:
	usr.bin/mandoc : term.c 

Log message:
Count trailing escaped blanks correctly;
those ruined the alignment of columns.
Tested by jmc@, and kristaps@ agrees with the direction.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/23 14:23:13

Modified files:
	net/telepathy/telepathy-glib: Makefile 

Log message:
Disable introspection, it breaks when gobject-introspection is installed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/23 14:32:00

Modified files:
	www/py-zine    : Makefile 

Log message:
use MODPY_JSON. bump.  maintainer (djm@) ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/23 14:39:13

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
When the HEAD of an .Nm block in the SYNOPSIS might be wider
than the column containing it, the TERMP_HANG flag is required,
but avoid the flag when we know that the HEAD is shorter,
because in that case, the flag might ruin the alignment.

Problem originally reported by jmc@, who also spotted a regression
in an earlier version of this patch.

"feel free to commit" kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/23 15:23:34

Log message:
    import fluxbb, a simple web based forum. ok landry@
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe_20100923
    
    N ports/www/fluxbb/Makefile
    N ports/www/fluxbb/distinfo
    N ports/www/fluxbb/pkg/DESCR
    N ports/www/fluxbb/pkg/MESSAGE
    N ports/www/fluxbb/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/23 15:24:16

Log message:
    import flyspray, a simple web-based bug tracking system. ok landry@
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe_20100923
    
    N ports/www/flyspray/Makefile
    N ports/www/flyspray/distinfo
    N ports/www/flyspray/pkg/DESCR
    N ports/www/flyspray/pkg/MESSAGE
    N ports/www/flyspray/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/23 15:25:37

Modified files:
	www            : Makefile 

Log message:
add fluxbb and flyspray


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:46:39

ports/lang/ruby/1.8

Update of /cvs/ports/lang/ruby/1.8
In directory cvs.openbsd.org:/tmp/cvs-serv15923/1.8

Log Message:
Directory /cvs/ports/lang/ruby/1.8 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:46:40

ports/lang/ruby/1.9

Update of /cvs/ports/lang/ruby/1.9
In directory cvs.openbsd.org:/tmp/cvs-serv15923/1.9

Log Message:
Directory /cvs/ports/lang/ruby/1.9 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:47:44

ports/lang/ruby/1.8/patches

Update of /cvs/ports/lang/ruby/1.8/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.8/patches

Log Message:
Directory /cvs/ports/lang/ruby/1.8/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:47:45

ports/lang/ruby/1.8/pkg

Update of /cvs/ports/lang/ruby/1.8/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.8/pkg

Log Message:
Directory /cvs/ports/lang/ruby/1.8/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:47:46

ports/lang/ruby/1.9/patches

Update of /cvs/ports/lang/ruby/1.9/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.9/patches

Log Message:
Directory /cvs/ports/lang/ruby/1.9/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 15:47:47

ports/lang/ruby/1.9/pkg

Update of /cvs/ports/lang/ruby/1.9/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv20632/1.9/pkg

Log Message:
Directory /cvs/ports/lang/ruby/1.9/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:04:13

Added files:
	lang/ruby      : Makefile.inc 
Removed files:
	lang/ruby      : distinfo 
	lang/ruby/patches: patch-class_c patch-common_mk patch-configure 
	                   patch-eval_c patch-ext_dl_sym_c 
	                   patch-ext_openssl_openssl_missing_h 
	                   patch-lib_fileutils_rb 
	                   patch-lib_rexml_document_rb 
	                   patch-lib_webrick_httpresponse_rb 
	                   patch-random_c 
	lang/ruby/pkg  : DESCR-gdbm DESCR-iconv DESCR-main DESCR-tk 
	                 PLIST-gdbm PLIST-iconv PLIST-main PLIST-tk 

Log message:
Remove files that I checked out with -r HEAD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:06:47

Modified files:
	devel/ruby-gems: Makefile distinfo 
	devel/ruby-gems/pkg: PLIST 
Added files:
	devel/ruby-gems/pkg: MESSAGE UNMESSAGE 

Log message:
Upgrade to ruby-gems 1.3.7 and work with the new split ruby port.

This now installs gem as gem18, since gem is included in ruby 1.9.

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:08:21

Modified files:
	devel/ruby-rake: Makefile 
	devel/ruby-rake/pkg: PLIST 
Added files:
	devel/ruby-rake/pkg: MESSAGE UNMESSAGE 

Log message:
Bump rake after split ruby port.

This also installs rake as rake18, as rake comes with ruby 1.9.

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:10:28

Modified files:
	audio/amarok   : Makefile 
	audio/amarok/patches: patch-configure_in 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:11:13

Modified files:
	devel/eclipse/plugins/rdt: Makefile 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:12:10

Modified files:
	devel/subversion: Makefile 
	devel/subversion/patches: patch-Makefile_in patch-configure_ac 
	                          patch-subversion_libsvn_subr_auth_c 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:12:51

Modified files:
	devel/swig     : Makefile 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:13:26

Modified files:
	net/rrdtool    : Makefile 
Added files:
	net/rrdtool/patches: patch-configure 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:14:09

Modified files:
	textproc/eruby : Makefile 
	textproc/eruby/patches: patch-configure_rb 
	textproc/eruby/pkg: PLIST 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:14:53

Modified files:
	textproc/gonzui: Makefile 
	textproc/gonzui/patches: patch-Makefile_in 
Added files:
	textproc/gonzui/patches: patch-configure 
	                         patch-langscan_c_Makefile_in 
	                         patch-langscan_java_Makefile_in 
	                         patch-langscan_javascript_Makefile_in 
	                         patch-langscan_php_Makefile_in 
	                         patch-langscan_python_Makefile_in 
	                         patch-langscan_sh_Makefile_in 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:15:32

Modified files:
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-hyperestraier/patches: patch-rubynative_configure 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:16:40

ports/www/mod_ruby/patches

Update of /cvs/ports/www/mod_ruby/patches
In directory cvs.openbsd.org:/tmp/cvs-serv302/patches

Log Message:
Directory /cvs/ports/www/mod_ruby/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:21:03

Modified files:
	www/mod_ruby   : Makefile 
Added files:
	www/mod_ruby/patches: patch-configure_rb 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:21:54

Modified files:
	www/raggle     : Makefile 
	www/raggle/patches: patch-Makefile 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:24:50

Modified files:
	x11/kde/bindings3: Makefile 
Added files:
	x11/kde/bindings3/patches: patch-configure_in 
	                           patch-qtruby_rubylib_qtruby_Qt_cpp 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:25:37

Modified files:
	x11/kde/office3: Makefile 

Log message:
Handle changes caused by splitting the ruby port and bump

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 16:30:30

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	archivers/ruby-archive-tar-minitar/pkg: PLIST 
	audio/ruby-id3lib: Makefile 
	converters/ruby-json: Makefile 
	converters/ruby-json/pkg: PLIST 
	databases/ruby-activerecord: Makefile 
	databases/ruby-activerecord/pkg: PLIST 
	databases/ruby-bdb: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couch_potato/pkg: PLIST 
	databases/ruby-couchrest: Makefile 
	databases/ruby-couchrest/pkg: PLIST 
	databases/ruby-data_objects: Makefile 
	databases/ruby-data_objects/pkg: PLIST 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/aggregates/pkg: PLIST 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/core/pkg: PLIST 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/migrations/pkg: PLIST 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/serializer/pkg: PLIST 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/types/pkg: PLIST 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-datamapper/validations/pkg: PLIST 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-kirbybase/pkg: PLIST 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-postgres/pkg: PLIST 
	databases/ruby-sequel: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-sqlite3/pkg: PLIST 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-actionpack/pkg: PLIST 
	devel/ruby-activesupport: Makefile 
	devel/ruby-activesupport/pkg: PLIST 
	devel/ruby-assistance: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-daemons/pkg: PLIST 
	devel/ruby-debug: Makefile 
	devel/ruby-debug/pkg: PLIST 
	devel/ruby-debug-base: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-diff-lcs/pkg: PLIST 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-extlib/pkg: PLIST 
	devel/ruby-facets: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-flexmock/pkg: PLIST 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-gettext/pkg: PLIST 
	devel/ruby-highline: Makefile 
	devel/ruby-highline/pkg: PLIST 
	devel/ruby-hoe : Makefile 
	devel/ruby-hoe/pkg: PLIST 
	devel/ruby-linecache: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-locale/pkg: PLIST 
	devel/ruby-minitest: Makefile 
	devel/ruby-minitest/pkg: PLIST 
	devel/ruby-mocha: Makefile 
	devel/ruby-mocha/pkg: PLIST 
	devel/ruby-ncurses: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-needle/pkg: PLIST 
	devel/ruby-open4: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-parsetree/pkg: PLIST 
	devel/ruby-polyglot: Makefile 
	devel/ruby-rack-test: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-rparsec: Makefile 
	devel/ruby-rparsec/pkg: PLIST 
	devel/ruby-rspec: Makefile 
	devel/ruby-rspec/pkg: PLIST 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-ruby_parser/pkg: PLIST 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-sexp_processor/pkg: PLIST 
	devel/ruby-systemtimer: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-tzinfo/pkg: PLIST 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	devel/ruby-zentest/pkg: PLIST 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gd2/pkg: PLIST 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-gruff/pkg: PLIST 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-mini_magick/pkg: PLIST 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-actionmailer/pkg: PLIST 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime/pkg: PLIST 
	mail/ruby-mime-types: Makefile 
	mail/ruby-rmail: Makefile 
	mail/ruby-rmail/pkg: PLIST 
	net/ruby-amqp  : Makefile 
	net/ruby-amqp/pkg: PLIST 
	net/ruby-amqp-utils: Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-bunny/pkg: PLIST 
	net/ruby-eventmachine: Makefile 
	net/ruby-eventmachine/pkg: PLIST 
	net/ruby-minion: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-dns/pkg: PLIST 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh/pkg: PLIST 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-nmap-parser/pkg: PLIST 
	net/ruby-pcap  : Makefile 
	net/ruby-rrdtool: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-snmp/pkg: PLIST 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/arirang: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-bcrypt/pkg: PLIST 
	security/ruby-ezcrypto: Makefile 
	security/ruby-ezcrypto/pkg: PLIST 
	security/ruby-openid: Makefile 
	security/ruby-openid/pkg: PLIST 
	security/ruby-yadis: Makefile 
	security/ruby-yadis/pkg: PLIST 
	sysutils/god   : Makefile 
	sysutils/god/pkg: PLIST 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-facter: Makefile 
	sysutils/ruby-mongrel_cluster: Makefile 
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-rails-app-installer: Makefile 
	sysutils/ruby-rails-app-installer/pkg: PLIST 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-thor/pkg: PLIST 
	sysutils/ruby-vlad: Makefile 
	sysutils/ruby-vlad/pkg: PLIST 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-builder/pkg: PLIST 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-fastri/pkg: PLIST 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-icalendar/pkg: PLIST 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-markaby/pkg: PLIST 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-nokogiri/pkg: PLIST 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-reader/pkg: PLIST 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-pdf-writer/pkg: PLIST 
	textproc/ruby-prawn/core: Makefile 
	textproc/ruby-prawn/core/pkg: PLIST 
	textproc/ruby-prawn/format: Makefile 
	textproc/ruby-prawn/layout: Makefile 
	textproc/ruby-prawn/layout/pkg: PLIST 
	textproc/ruby-prawn/prawn: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-randexp/pkg: PLIST 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rss: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-rubigen/pkg: PLIST 
	textproc/ruby-templater: Makefile 
	textproc/ruby-templater/pkg: PLIST 
	textproc/ruby-treetop: Makefile 
	textproc/ruby-treetop/pkg: PLIST 
	www/puppet-dashboard: Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activemerchant/pkg: PLIST 
	www/ruby-activeresource: Makefile 
	www/ruby-activeresource/pkg: PLIST 
	www/ruby-addressable: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-httpclient/pkg: PLIST 
	www/ruby-mechanize: Makefile 
	www/ruby-mechanize/pkg: PLIST 
	www/ruby-merb/action-args: Makefile 
	www/ruby-merb/activerecord: Makefile 
	www/ruby-merb/assets: Makefile 
	www/ruby-merb/assets/pkg: PLIST 
	www/ruby-merb/auth: Makefile 
	www/ruby-merb/auth-core: Makefile 
	www/ruby-merb/auth-core/pkg: PLIST 
	www/ruby-merb/auth-more: Makefile 
	www/ruby-merb/auth-more/pkg: PLIST 
	www/ruby-merb/auth-slice-password: Makefile 
	www/ruby-merb/cache: Makefile 
	www/ruby-merb/cache/pkg: PLIST 
	www/ruby-merb/core: Makefile 
	www/ruby-merb/core/pkg: PLIST 
	www/ruby-merb/datamapper: Makefile 
	www/ruby-merb/datamapper/pkg: PLIST 
	www/ruby-merb/exceptions: Makefile 
	www/ruby-merb/exceptions/pkg: PLIST 
	www/ruby-merb/gen: Makefile 
	www/ruby-merb/gen/pkg: PLIST 
	www/ruby-merb/haml: Makefile 
	www/ruby-merb/helpers: Makefile 
	www/ruby-merb/helpers/pkg: PLIST 
	www/ruby-merb/mailer: Makefile 
	www/ruby-merb/mailer/pkg: PLIST 
	www/ruby-merb/merb: Makefile 
	www/ruby-merb/more: Makefile 
	www/ruby-merb/param-protection: Makefile 
	www/ruby-merb/slices: Makefile 
	www/ruby-merb/slices/pkg: PLIST 
	www/ruby-mongrel: Makefile 
	www/ruby-passenger: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rack/pkg: PLIST 
	www/ruby-rails : Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-rest-client/pkg: PLIST 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin/pkg: PLIST 
	www/ruby-thin_http: Makefile 
	www/ruby-typo  : Makefile 
	x11/ruby-dbus  : Makefile 

Log message:
Bump all ruby ports not already handled.

In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 17:25:53

Modified files:
	www/ruby-passenger: Makefile 

Log message:
Remove Bernd as maintainer of ruby-passenger

OK bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 17:30:49

Modified files:
	databases/ruby-postgres: Makefile 
	devel/ruby-rcov: Makefile 

Log message:
Take over maintenance of databases/ruby-postgres and devel/ruby-rcov
from Markus.

OK markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/23 18:00:41

Modified files:
	usr.sbin/nsd   : nsd-checkconf.c 

Log message:
fix a overflow found by parfait
ok jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/23 18:11:15

Modified files:
	sbin/raidctl   : raidctl.c 
	usr.bin/vmstat : dkstats.c 

Log message:
Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate
the : and uid components out -- otherwise these two programs will work
poorly.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/23 18:12:36

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
tsleep on a static and private handle, since our goal is to not be
woken up by a wakeup, but only by the actual timeout expiry.  On
architectures which share a kva upage area between processes, we would
not want an accidental wakeup (too short).
discussed with various


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/09/23 18:55:48

Modified files:
	sys/net        : pf.c 

Log message:
kill some unused arguments to pf_create_state
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/23 19:08:10

Modified files:
	www/flyspray   : Makefile 

Log message:
somehow I lost the "-p". pointed out by STeve Andre


CVSROOT:	/cvs
Module name:	www
Changes by:	jeremy@cvs.openbsd.org	2010/09/23 19:24:54

Modified files:
	faq            : current.html 

Log message:
Add a note to current.html about the ruby port being split into separate
ports for 1.8 and 1.9.

OK nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 19:27:11

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
vol_list in mpi_get_raid is never used.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 19:30:05

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
no use setting cmd in mfi_ioctl_setstate if you never use it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 19:32:10

Modified files:
	sys/dev/ic     : ami.c 

Log message:
remove useless store


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/23 19:41:34

Modified files:
	sys/scsi       : sd.c 

Log message:
init err to 0 in sd_get_parms to avoid confusion when checking rigid
geometry. it doesnt matter waht the value there is cos rigid will be NULL,
but this is clearer.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/23 19:48:03

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 

Log message:
enable utwitch(4) for SGI machines too.

ok deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 19:53:22

Modified files:
	sys/net        : pf.c 

Log message:
nicer linewraps, purely cosmetic


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 19:56:12

Modified files:
	sys/net        : pf.c 

Log message:
remove misleading XXX comment. it is pretty clear by now that
pf_compare_state_keys will stay, we play safe.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 20:06:48

Modified files:
	sys/net        : pf.c 

Log message:
hello, this is captain obvious speaking:
/*  XXX This does NOT affect pass rules! */
SLIST_FOREACH(ri, &s->match_rules, entry) {
...
delete that comment, entirely superfluous


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 20:15:00

Modified files:
	sys/net        : pf.c 

Log message:
no need to pf_tag_packet in the stateless case in pf_test since
pf_test_rule will have done it already, as correctly XXX-comment noted by
claudio almost a year ago.
pf_test6 (which is scarily different there) didn't have that at all.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 20:22:37

Modified files:
	sys/net        : pf.c 

Log message:
use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead of
hardcoding 0.
roughly almost a bit equivalent to what pf_test_rule does. changing the
rdomain for not reassembled fragments is not going to work ever, so the
full dance pf_test_rule does doesn't make sense here.
speaking of sense, I don't see anything remotely resembling sense in
pf filtering on fragments without reassembling them first.
with/ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/23 20:28:10

Modified files:
	sys/net        : pf.c 

Log message:
itojun picked exactly the right reason in that REASON_SET call. really no
reason to question himself by adding an XXX


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/23 20:55:43

Modified files:
	sys/kern       : kern_tc.c 

Log message:
move DEBUG-only variable into #ifdef


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/23 20:57:43

Modified files:
	usr.sbin/npppd/npppd: ccp.c ppp.c ppp.h 

Log message:
npppd didn't setup a PIPEX session if MPPE is not required by config and
CCP is failed to be opened because the peer doesn't support MPPE.  Fixed to
setup a PIPEX on such case.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/23 20:59:39

Modified files:
	sys/kern       : tty_pty.c 

Log message:
dead store; found by clang


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/23 20:59:46

Modified files:
	sys/kern       : uipc_socket.c uipc_socket2.c 
	sys/netinet    : tcp_input.c tcp_output.c tcp_usrreq.c tcp_var.h 
	sys/sys        : socketvar.h 

Log message:
TCP send and recv buffer scaling.
Send buffer is scaled by not accounting unacknowledged on the wire
data against the buffer limit. Receive buffer scaling is done similar
to FreeBSD -- measure the delay * bandwith product and base the
buffer on that. The problem is that our RTT measurment is coarse
so it overshoots on low delay links. This does not matter that much
since the recvbuffer is almost always empty.
Add a back pressure mechanism to control the amount of memory
assigned to socketbuffers that kicks in when 80% of the cluster
pool is used.
Increases the download speed from 300kB/s to 4.4MB/s on ftp.eu.openbsd.org.

Based on work by markus@ and djm@.

OK dlg@, henning@, put it in deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/23 21:21:21

Modified files:
	sys/dev/usb    : if_axe.c 

Log message:
try to print the attach dmesg line in one unit, rather than intermixing
it with slow operations.
ok jsg yuo


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/24 00:40:12

Modified files:
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 

Log message:
add a little padding to make SYNOPSIS line up nicely;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/24 01:08:50

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Fixes before-boot umass hangs on units without media.
In disk_readlabel() if the ioctl fails don't forget to close the disk.
Avoid sharing a static error buffer between a workq and mountroot since
they can compete.  Pass the dev_t to the workq inside one of the arguments
without a malloc'd object.
ok miod dlg krw


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 01:23:00

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
fix typo in utwitch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/24 01:29:31

Modified files:
	sys/kern       : kern_tc.c 

Log message:
useless store


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 01:44:43

Modified files:
	distrib/miniroot: install.sub 

Log message:
Prefer -h instead over -L for symlink test.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/24 01:52:37

Modified files:
	telephony/pjsua: Makefile 
Added files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 

Log message:
After discussion with fgsch@ and others, It's now clear that I was wrong
and 31 IS the correct value: shame on me...

"You need to revive the patch that was before 1.7" fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 01:59:39

Modified files:
	textproc/p5-Number-Format: Makefile distinfo 

Log message:
- update to 1.60


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:00:30

Modified files:
	textproc/p5-Regexp-Common: Makefile distinfo 

Log message:
- update to 2010010201


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:01:46

Modified files:
	textproc/p5-String-RewritePrefix: Makefile distinfo 

Log message:
- update to 0.005


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:02:28

Modified files:
	textproc/p5-Text-CSV: Makefile distinfo 

Log message:
- update to 1.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:03:10

Modified files:
	textproc/p5-Text-Diff: Makefile distinfo 

Log message:
- update to 1.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:03:51

Modified files:
	textproc/p5-Text-Diff-HTML: Makefile distinfo 

Log message:
- update to 0.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:04:22

Modified files:
	textproc/p5-Text-Quoted: Makefile distinfo 

Log message:
- update to 2.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:04:42

Modified files:
	textproc/p5-Text-Template: Makefile distinfo 

Log message:
- update to 1.45


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:05:04

Modified files:
	textproc/p5-Text-WordDiff: Makefile distinfo 

Log message:
- update to 0.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:05:24

Modified files:
	textproc/p5-Text-Wrapper: Makefile distinfo 

Log message:
- update to 1.02


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2010/09/24 02:33:59

Modified files:
	sys/dev/usb    : if_aue.c if_cdce.c if_cue.c if_kue.c if_mos.c 
	                 if_upl.c if_urndis.c if_wi_usb.c moscom.c 
	                 uark.c ubsa.c ubt.c uchcom.c ucom.c ucycom.c 
	                 udcf.c ueagle.c uftdi.c ugen.c uhid.c uhidev.c 
	                 uipaq.c ulpt.c umbg.c umct.c umidi.c umodem.c 
	                 uplcom.c urio.c uscanner.c uslcom.c uthum.c 
	                 uticom.c utrh.c uts.c uvisor.c uvscom.c 

Log message:
remove dying flag in detach() function.
The dying flag will be set in activate()/DEACTIVATE.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 02:50:43

ports/textproc/dblatex/patches

Update of /cvs/ports/textproc/dblatex/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28321/patches

Log Message:
Directory /cvs/ports/textproc/dblatex/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/24 03:17:46

Modified files:
	sbin/pfctl     : parse.y 

Log message:
remove the check that enforced rdr-to only inbound and nat-to only outbound.
both now can be used in both directions. the kernel allowed that ever since
we did the great NAT rewrite.
still enforce that a direction is given, a rule with rdr-to and/or nat-to
and no direction is pretty certainly an error (which it would work,
technically)
ok ryan claudio dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/24 03:19:04

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
for rdr-to and nat-to, mention in which direction they are usually used
and mention the constraints for use in the "unnatural" direction
ok claudio ryan dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/24 03:20:16

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
works better when you put the test where it belongs


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 03:30:04

Modified files:
	net/quagga     : Makefile distinfo 
	net/quagga/patches: patch-doc_Makefile_in 
	                    patch-ospfclient_Makefile_in 

Log message:
update to 0.99.17


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 03:33:55

src/usr.sbin/iscsictl

Update of /cvs/src/usr.sbin/iscsictl
In directory cvs.openbsd.org:/tmp/cvs-serv31041/iscsictl

Log Message:
Directory /cvs/src/usr.sbin/iscsictl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 03:33:56

src/usr.sbin/iscsid

Update of /cvs/src/usr.sbin/iscsid
In directory cvs.openbsd.org:/tmp/cvs-serv31041/iscsid

Log Message:
Directory /cvs/src/usr.sbin/iscsid added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 03:43:19

Added files:
	usr.sbin/iscsid: Makefile connection.c control.c initiator.c 
	                 iscsid.c iscsid.h log.c log.h pdu.c task.c 
	                 util.c vscsi.c 

Log message:
iSCSI Initiatior daemon using vscsi(4).
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the tree.  Commited from a source tree on an iSCSI
disk served via iscsid but it is not yet production ready.
OK dlg@, matthew@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 03:45:17

Added files:
	usr.sbin/iscsictl: Makefile iscsictl.c iscsictl.h parse.y 
	                   parser.c 

Log message:
Import iscsictl -- the control tool for iscsid.
Currently only discovery and reload work.
OK dlg@, matthew@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 04:04:00

Modified files:
	net/etherape   : Makefile distinfo 
	net/etherape/patches: patch-src_names_c 
	net/etherape/pkg: PLIST 
Added files:
	net/etherape/patches: patch-src_decode_proto_c 
Removed files:
	net/etherape/patches: patch-src_main_c 

Log message:
- update etherape to 0.9.9

ok benoit@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 04:06:19

Modified files:
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-gabble/patches: patch-configure 
	                                        patch-lib_gibber_gibber-unix-transport_c 

Log message:
Fix connection to jabber by using openssl instead of gnutls.
Tighten dependencies, set a proper CA certificate file path and don't
pass socket options we don't support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/24 04:09:42

Modified files:
	databases/hs-HDBC: Makefile 
	databases/hs-HDBC-sqlite3: Makefile 
	devel/hs-ConfigFile: Makefile 
	devel/hs-MissingH: Makefile 
	devel/hs-hslogger: Makefile 
	net/hpodder    : Makefile 
	textproc/hs-HaXml: Makefile 

Log message:
Cleanups for haskell ports.

"Looks fine" kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2010/09/24 04:10:58

Modified files:
	usr.sbin/ldapd : ldapd.8 

Log message:
add -s option. ok martinh@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/09/24 04:30:29

Modified files:
	sys/arch/loongson/dev: glxpcib.c 
	sys/arch/i386/pci: glxpcib.c 

Log message:
Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add proper
defines for the constants used while mapping.

Okay miod@, deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 04:32:57

Modified files:
	usr.sbin/iscsid: control.c 

Log message:
Remvoe some debug messages that are not needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 04:33:34

Modified files:
	games/openttd  : Makefile 
	games/openttd/pkg: PLIST 
Added files:
	games/openttd/patches: patch-Makefile_bundle_in 

Log message:
- don't install a gzipped manpage

ok daniel dickman (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/24 04:41:37

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 04:44:39

Modified files:
	usr.sbin/iscsid: connection.c 

Log message:
Set TCP_NODELAY since we want the request to be sent ASAP.
OK dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/24 04:44:50

Modified files:
	usr.sbin/ldapd : ldapd.8 

Log message:
add missing .Ar;


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 04:46:13

Modified files:
	usr.sbin/iscsid: connection.c 

Log message:
another useless and noisy debug message


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/24 04:46:47

Modified files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 

Log message:
Better comments (aligned with upstream).

No functional changes, no bump


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 04:53:14

Modified files:
	usr.sbin/iscsid: Makefile 
Added files:
	usr.sbin/iscsid: iscsid.8 

Log message:
basic manpage

poked by claudio@. repeatedly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 04:55:23

Modified files:
	net/xorp       : Makefile 

Log message:
don't spend 11 hours trying to build this on arm only to have it fail


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/09/24 04:57:17

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
oups. the notes i just added looked like shit because i'm too smart too
actually look at the manpage when changing it. ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 06:31:35

Modified files:
	usr.sbin/iscsictl: Makefile 
Added files:
	usr.sbin/iscsictl: iscsictl.8 

Log message:
basic manpage for iscsictl. we wont do an iscsi.conf manpage until the
syntax has settled down.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 06:46:10

Modified files:
	sys/conf       : GENERIC 

Log message:
vscsi lives once more!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/24 06:48:26

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 07:05:00

Modified files:
	usr.sbin       : Makefile 

Log message:
hook iscsid and iscsictl into the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 07:09:57

Modified files:
	net/telepathy/telepathy-salut: Makefile 
Removed files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_gibber-unix-transport_c 

Log message:
Remove unused patch, this code path is ifdef __linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/24 07:13:46

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
clean-up "normal" dir even after cleaning flavors.
note that clean=flavors can't work with WRKOBJDIR set


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/24 07:21:30

Modified files:
	sys/arch/amd64/amd64: genassym.cf mutex.S 
	sys/arch/amd64/include: cpu.h 
	sys/arch/i386/i386: genassym.cf mutex.S 
	sys/arch/i386/include: cpu.h 
	sys/kern       : kern_rwlock.c sched_bsd.c subr_xxx.c 
	sys/sys        : rwlock.h 

Log message:
Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and
rwlock misuse.  In particular, this commit makes the following
changes:

1. i386 and amd64 now count the number of active mutexes so that
assertwaitok(9) can detect attempts to sleep while holding a mutex.

2. i386 and amd64 check that we actually hold mutexes when passed to
mtx_leave().

3. Calls to rw_exit*() now call rw_assert_{rd,wr}lock() as
appropriate.

ok krw@, oga@; "sounds good to me" deraadt@; assembly bits double
checked by pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 07:24:53

Modified files:
	sys/sys        : hash.h 

Log message:
Make the endpointer also const so that there is no warning from gcc4
about discarding a qualifier.
OK deraadt@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 07:28:20

Modified files:
	net/telepathy/telepathy-gabble: Makefile 
Removed files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_gibber_gibber-unix-transport_c 

Log message:
Remove unused patch, code path is ifdef __linux


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 07:29:29

Modified files:
	lib/libc/net   : if_nameindex.c 
	sys/net        : if.h 

Log message:
Implement if_freenameindex() as a real function as required by posix.
OK deraadt@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/24 07:32:55

Modified files:
	include        : glob.h 
	lib/libc/gen   : glob.3 glob.c 
	regress/lib/libc/glob: Makefile globtest.c globtest.in 

Log message:
add a GLOB_KEEPSTAT option that retains a copy of the struct stat
information that is looked up while matching glob(3)s

Keeping this information around can make a big difference when
fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC

feedback millert@ jmc@

"get it in before the libc crank" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/09/24 07:33:00

Modified files:
	include        : string.h 
	lib/libc/string: Makefile.inc bcmp.3 
	lib/libc       : Makefile.inc 
	share/man/man9 : Makefile kern.9 
	usr.bin/ssh    : misc.c misc.h 
Added files:
	lib/libc/string: timingsafe_bcmp.c 

Log message:
Add timingsafe_bcmp(3) to libc, mention that it's already in the
kernel in kern(9), and remove it from OpenSSH.

ok deraadt@, djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 07:37:53

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
- finally works as intended now


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/24 07:44:14

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Make it possible to use "dhclient egress" to refetch a lease without
rememberingwhich interface dhclient was actually active on.
Requested by deraadt, OK deraadt@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/24 07:54:06

Modified files:
	lib/libarch/mips64: Makefile 
	lib/libc/arch/mips64/gen: Makefile.inc 
Added files:
	lib/libarch/mips64: get_fpc_csr.3 
	lib/libc/arch/mips64/gen: fpc_csr.c 

Log message:
Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although
we don't provide the silly union to decompose the value. This will allow
userland to flip the ``flush denormalized to zero'' setting, which apparently
is being relied upon by tcl.

Asked by jasper@ a long time ago. Riding upon the upcoming libc major crank.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 07:56:32

Modified files:
	include        : fts.h 
	lib/libc/gen   : fts.3 fts.c 

Log message:
Bump fts_level from short to int and add a spare short so things
line up nicely.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 07:58:39

Modified files:
	lib/libc       : shlib_version 

Log message:
Bump libc major for ABI changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/24 08:04:06

Modified files:
	share/mk       : bsd.own.mk 
	.              : Makefile.cross 

Log message:
Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/09/24 08:10:52

Modified files:
	sys/netinet6   : nd6_rtr.c 

Log message:
When processing IPv6 RA messages we may end up adding a new IPv6 address
from interrupt context. This results in problems if the process of adding
a new address makes use of pools that use PR_WAITOK (or anything else that
may sleep). To avoid this problem, create a workq task so that the new
IPv6 address is added from within process context.

ok dlg@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/24 08:13:47

Modified files:
	sys/conf       : GENERIC 

Log message:
use a better description for the vnd(4) entry on this file.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/24 08:16:50

Modified files:
	lang/expect    : Makefile distinfo 
	lang/expect/patches: patch-Makefile_in 
	lang/expect/pkg: PFRAG.shared PLIST 
Added files:
	lang/expect/patches: patch-configure_in patch-exp_chan_c 
	                     patch-exp_clib_c patch-exp_main_sub_c 
	                     patch-exp_main_tk_c patch-exp_trap_c 
	                     patch-exp_win_c patch-pty_termios_c 
	                     patch-tclconfig_tcl_m4 
Removed files:
	lang/expect/patches: patch-configure 

Log message:
Update expect to 5.44.1.15
switch from tcl/tk 8.4 to 8.5
take maintainership

after fixing the WANTLIB finally OK, landry@, sthen@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 08:49:22

Log message:
    Perl 5.12.2 from CPAN
    
    Status:
    
    Vendor Tag:	CPAN
    Release Tags:	PERL_5_12_2
    
    U src/gnu/usr.bin/perl/regcharclass.h
    C src/gnu/usr.bin/perl/sv.c
    U src/gnu/usr.bin/perl/perlapi.h
    U src/gnu/usr.bin/perl/installman
    U src/gnu/usr.bin/perl/README.symbian
    C src/gnu/usr.bin/perl/README.win32
    U src/gnu/usr.bin/perl/README.dgux
    U src/gnu/usr.bin/perl/README.tw
    U src/gnu/usr.bin/perl/README.solaris
    U src/gnu/usr.bin/perl/perlio.h
    U src/gnu/usr.bin/perl/cc_runtime.h
    U src/gnu/usr.bin/perl/pp_sort.c
    U src/gnu/usr.bin/perl/regnodes.h
    C src/gnu/usr.bin/perl/README.os2
    U src/gnu/usr.bin/perl/pp_pack.c
    C src/gnu/usr.bin/perl/av.c
    U src/gnu/usr.bin/perl/writemain.SH
    U src/gnu/usr.bin/perl/README.beos
    U src/gnu/usr.bin/perl/warnings.h
    C src/gnu/usr.bin/perl/deb.c
    U src/gnu/usr.bin/perl/Copying
    U src/gnu/usr.bin/perl/genpacksizetables.pl
    U src/gnu/usr.bin/perl/generate_uudmap.c
    U src/gnu/usr.bin/perl/README.mpeix
    U src/gnu/usr.bin/perl/perlapi.c
    U src/gnu/usr.bin/perl/makedepend.SH
    U src/gnu/usr.bin/perl/perly.tab
    U src/gnu/usr.bin/perl/perldtrace.d
    C src/gnu/usr.bin/perl/XSUB.h
    U src/gnu/usr.bin/perl/mkppport.lst
    U src/gnu/usr.bin/perl/README.vmesa
    C src/gnu/usr.bin/perl/util.c
    U src/gnu/usr.bin/perl/form.h
    U src/gnu/usr.bin/perl/parser.h
    U src/gnu/usr.bin/perl/README.vos
    C src/gnu/usr.bin/perl/universal.c
    U src/gnu/usr.bin/perl/pad.c
    C src/gnu/usr.bin/perl/pp.c
    U src/gnu/usr.bin/perl/regcomp.sym
    U src/gnu/usr.bin/perl/perl_keyword.pl
    C src/gnu/usr.bin/perl/Changes
    C src/gnu/usr.bin/perl/malloc.c
    U src/gnu/usr.bin/perl/dosish.h
    C src/gnu/usr.bin/perl/opcode.h
    N src/gnu/usr.bin/perl/time64.h
    C src/gnu/usr.bin/perl/perl.h
    N src/gnu/usr.bin/perl/TestInit.pm
    C src/gnu/usr.bin/perl/README.qnx
    U src/gnu/usr.bin/perl/iperlsys.h
    U src/gnu/usr.bin/perl/unixish.h
    U src/gnu/usr.bin/perl/README.epoc
    C src/gnu/usr.bin/perl/regcomp.c
    U src/gnu/usr.bin/perl/intrpvar.h
    U src/gnu/usr.bin/perl/reentr.h
    C src/gnu/usr.bin/perl/perly.h
    U src/gnu/usr.bin/perl/README.dos
    U src/gnu/usr.bin/perl/README.openbsd
    U src/gnu/usr.bin/perl/README.riscos
    C src/gnu/usr.bin/perl/perly.c
    C src/gnu/usr.bin/perl/op.c
    U src/gnu/usr.bin/perl/myconfig.SH
    U src/gnu/usr.bin/perl/fakethr.h
    C src/gnu/usr.bin/perl/pp.h
    C src/gnu/usr.bin/perl/op.h
    U src/gnu/usr.bin/perl/README.linux
    C src/gnu/usr.bin/perl/regexp.h
    U src/gnu/usr.bin/perl/configure.gnu
    U src/gnu/usr.bin/perl/locale.c
    U src/gnu/usr.bin/perl/warnings.pl
    C src/gnu/usr.bin/perl/handy.h
    C src/gnu/usr.bin/perl/av.h
    U src/gnu/usr.bin/perl/mydtrace.h
    U src/gnu/usr.bin/perl/globals.c
    U src/gnu/usr.bin/perl/numeric.c
    C src/gnu/usr.bin/perl/hv.h
    U src/gnu/usr.bin/perl/autodoc.pl
    U src/gnu/usr.bin/perl/Makefile.micro
    U src/gnu/usr.bin/perl/keywords.pl
    C src/gnu/usr.bin/perl/opcode.pl
    C src/gnu/usr.bin/perl/mg.c
    C src/gnu/usr.bin/perl/perlio.c
    U src/gnu/usr.bin/perl/embed.fnc
    U src/gnu/usr.bin/perl/Policy_sh.SH
    U src/gnu/usr.bin/perl/nostdio.h
    C src/gnu/usr.bin/perl/embed.h
    U src/gnu/usr.bin/perl/perlvars.h
    U src/gnu/usr.bin/perl/perlsh
    C src/gnu/usr.bin/perl/README.vms
    U src/gnu/usr.bin/perl/pp_proto.h
    C src/gnu/usr.bin/perl/pp_ctl.c
    C src/gnu/usr.bin/perl/cflags.SH
    U src/gnu/usr.bin/perl/README.aix
    U src/gnu/usr.bin/perl/README.os400
    C src/gnu/usr.bin/perl/mg.h
    C src/gnu/usr.bin/perl/proto.h
    U src/gnu/usr.bin/perl/README.cn
    C src/gnu/usr.bin/perl/doop.c
    U src/gnu/usr.bin/perl/README.freebsd
    U src/gnu/usr.bin/perl/reentr.pl
    U src/gnu/usr.bin/perl/embedvar.h
    C src/gnu/usr.bin/perl/pp_hot.c
    C src/gnu/usr.bin/perl/MANIFEST
    U src/gnu/usr.bin/perl/mkppport
    U src/gnu/usr.bin/perl/README.cygwin
    C src/gnu/usr.bin/perl/perly.y
    U src/gnu/usr.bin/perl/minimod.pl
    C src/gnu/usr.bin/perl/miniperlmain.c
    C src/gnu/usr.bin/perl/gv.h
    U src/gnu/usr.bin/perl/README.plan9
    U src/gnu/usr.bin/perl/README.jp
    C src/gnu/usr.bin/perl/taint.c
    C src/gnu/usr.bin/perl/globvar.sym
    U src/gnu/usr.bin/perl/regcomp.pl
    U src/gnu/usr.bin/perl/uconfig.sh
    U src/gnu/usr.bin/perl/EXTERN.h
    U src/gnu/usr.bin/perl/README.bs2000
    C src/gnu/usr.bin/perl/Configure
    U src/gnu/usr.bin/perl/INTERN.h
    U src/gnu/usr.bin/perl/README.os390
    C src/gnu/usr.bin/perl/makedef.pl
    U src/gnu/usr.bin/perl/perly.act
    C src/gnu/usr.bin/perl/cv.h
    C src/gnu/usr.bin/perl/regcomp.h
    C src/gnu/usr.bin/perl/toke.c
    U src/gnu/usr.bin/perl/overload.pl
    C src/gnu/usr.bin/perl/perl.c
    U src/gnu/usr.bin/perl/pad.h
    C src/gnu/usr.bin/perl/Makefile.SH
    U src/gnu/usr.bin/perl/thread.h
    N src/gnu/usr.bin/perl/time64_config.h
    U src/gnu/usr.bin/perl/README.hpux
    U src/gnu/usr.bin/perl/install_lib.pl
    U src/gnu/usr.bin/perl/README.ce
    U src/gnu/usr.bin/perl/perlsdio.h
    C src/gnu/usr.bin/perl/gv.c
    C src/gnu/usr.bin/perl/config_h.SH
    U src/gnu/usr.bin/perl/README.macos
    U src/gnu/usr.bin/perl/utf8.h
    U src/gnu/usr.bin/perl/malloc_ctl.h
    U src/gnu/usr.bin/perl/pod.lst
    U src/gnu/usr.bin/perl/README.tru64
    C src/gnu/usr.bin/perl/scope.h
    U src/gnu/usr.bin/perl/overload.c
    C src/gnu/usr.bin/perl/util.h
    U src/gnu/usr.bin/perl/README.ko
    U src/gnu/usr.bin/perl/configure.com
    U src/gnu/usr.bin/perl/README.macosx
    U src/gnu/usr.bin/perl/mro.c
    C src/gnu/usr.bin/perl/global.sym
    U src/gnu/usr.bin/perl/makeaperl.SH
    C src/gnu/usr.bin/perl/README
    U src/gnu/usr.bin/perl/regen_perly.pl
    U src/gnu/usr.bin/perl/pp.sym
    C src/gnu/usr.bin/perl/doio.c
    U src/gnu/usr.bin/perl/reentr.c
    U src/gnu/usr.bin/perl/utfebcdic.h
    U src/gnu/usr.bin/perl/Artistic
    U src/gnu/usr.bin/perl/utf8.c
    U src/gnu/usr.bin/perl/regen.pl
    U src/gnu/usr.bin/perl/make_patchnum.pl
    C src/gnu/usr.bin/perl/scope.c
    C src/gnu/usr.bin/perl/embed.pl
    U src/gnu/usr.bin/perl/madly.c
    U src/gnu/usr.bin/perl/opnames.h
    C src/gnu/usr.bin/perl/configpm
    U src/gnu/usr.bin/perl/META.yml
    N src/gnu/usr.bin/perl/time64.c
    U src/gnu/usr.bin/perl/overload.h
    C src/gnu/usr.bin/perl/hv.c
    U src/gnu/usr.bin/perl/README.haiku
    C src/gnu/usr.bin/perl/installperl
    U src/gnu/usr.bin/perl/utils.lst
    U src/gnu/usr.bin/perl/regen_lib.pl
    U src/gnu/usr.bin/perl/perlsfio.h
    U src/gnu/usr.bin/perl/README.amiga
    U src/gnu/usr.bin/perl/uconfig.h
    C src/gnu/usr.bin/perl/pp_sys.c
    U src/gnu/usr.bin/perl/keywords.h
    C src/gnu/usr.bin/perl/regexec.c
    U src/gnu/usr.bin/perl/AUTHORS
    C src/gnu/usr.bin/perl/patchlevel.h
    U src/gnu/usr.bin/perl/README.apollo
    C src/gnu/usr.bin/perl/INSTALL
    U src/gnu/usr.bin/perl/perlio.sym
    U src/gnu/usr.bin/perl/README.hurd
    C src/gnu/usr.bin/perl/sv.h
    U src/gnu/usr.bin/perl/perliol.h
    U src/gnu/usr.bin/perl/installhtml
    U src/gnu/usr.bin/perl/README.irix
    U src/gnu/usr.bin/perl/run.c
    U src/gnu/usr.bin/perl/README.netware
    U src/gnu/usr.bin/perl/fakesdio.h
    C src/gnu/usr.bin/perl/dump.c
    U src/gnu/usr.bin/perl/make_ext.pl
    U src/gnu/usr.bin/perl/mathoms.c
    N src/gnu/usr.bin/perl/runtests.SH
    C src/gnu/usr.bin/perl/cop.h
    U src/gnu/usr.bin/perl/README.uts
    U src/gnu/usr.bin/perl/README.micro
    C src/gnu/usr.bin/perl/lib/open2.pl
    U src/gnu/usr.bin/perl/lib/blib.t
    U src/gnu/usr.bin/perl/lib/DB.pm
    U src/gnu/usr.bin/perl/lib/filetest.pm
    U src/gnu/usr.bin/perl/lib/open.pm
    U src/gnu/usr.bin/perl/lib/hostname.pl
    C src/gnu/usr.bin/perl/lib/dotsh.pl
    C src/gnu/usr.bin/perl/lib/perl5db.pl
    U src/gnu/usr.bin/perl/lib/vars.pm
    U src/gnu/usr.bin/perl/lib/h2ph.t
    U src/gnu/usr.bin/perl/lib/FileHandle.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter.pm
    C src/gnu/usr.bin/perl/lib/getcwd.pl
    U src/gnu/usr.bin/perl/lib/vmsish.pm
    U src/gnu/usr.bin/perl/lib/bigrat.pl
    C src/gnu/usr.bin/perl/lib/bigint.pl
    U src/gnu/usr.bin/perl/lib/feature.t
    C src/gnu/usr.bin/perl/lib/look.pl
    U src/gnu/usr.bin/perl/lib/CORE.pod
    U src/gnu/usr.bin/perl/lib/less.t
    U src/gnu/usr.bin/perl/lib/SelectSaver.t
    U src/gnu/usr.bin/perl/lib/warnings.pm
    C src/gnu/usr.bin/perl/lib/newgetopt.pl
    U src/gnu/usr.bin/perl/lib/dumpvar.pl
    U src/gnu/usr.bin/perl/lib/strict.pm
    U src/gnu/usr.bin/perl/lib/validate.pl
    U src/gnu/usr.bin/perl/lib/Symbol.t
    U src/gnu/usr.bin/perl/lib/subs.pm
    U src/gnu/usr.bin/perl/lib/FindBin.pm
    C src/gnu/usr.bin/perl/lib/cacheout.pl
    U src/gnu/usr.bin/perl/lib/DirHandle.t
    U src/gnu/usr.bin/perl/lib/locale.pm
    C src/gnu/usr.bin/perl/lib/abbrev.pl
    U src/gnu/usr.bin/perl/lib/sort.t
    U src/gnu/usr.bin/perl/lib/version.pm
    U src/gnu/usr.bin/perl/lib/diagnostics.t
    U src/gnu/usr.bin/perl/lib/sigtrap.pm
    U src/gnu/usr.bin/perl/lib/strict.t
    U src/gnu/usr.bin/perl/lib/fastcwd.pl
    C src/gnu/usr.bin/perl/lib/importenv.pl
    U src/gnu/usr.bin/perl/lib/perl5db.t
    U src/gnu/usr.bin/perl/lib/blib.pm
    U src/gnu/usr.bin/perl/lib/feature.pm
    C src/gnu/usr.bin/perl/lib/getopts.pl
    U src/gnu/usr.bin/perl/lib/exceptions.pl
    U src/gnu/usr.bin/perl/lib/Config.t
    U src/gnu/usr.bin/perl/lib/integer.pm
    U src/gnu/usr.bin/perl/lib/Benchmark.t
    U src/gnu/usr.bin/perl/lib/vmsish.t
    U src/gnu/usr.bin/perl/lib/English.pm
    C src/gnu/usr.bin/perl/lib/UNIVERSAL.pm
    U src/gnu/usr.bin/perl/lib/charnames.pm
    U src/gnu/usr.bin/perl/lib/DirHandle.pm
    C src/gnu/usr.bin/perl/lib/bigfloat.pl
    U src/gnu/usr.bin/perl/lib/version.pod
    U src/gnu/usr.bin/perl/lib/bigintpl.t
    U src/gnu/usr.bin/perl/lib/SelectSaver.pm
    C src/gnu/usr.bin/perl/lib/getopt.pl
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm
    U src/gnu/usr.bin/perl/lib/vars_carp.t
    U src/gnu/usr.bin/perl/lib/PerlIO.pm
    U src/gnu/usr.bin/perl/lib/Carp.t
    U src/gnu/usr.bin/perl/lib/subs.t
    C src/gnu/usr.bin/perl/lib/termcap.pl
    C src/gnu/usr.bin/perl/lib/Carp.pm
    U src/gnu/usr.bin/perl/lib/version.t
    U src/gnu/usr.bin/perl/lib/tainted.pl
    U src/gnu/usr.bin/perl/lib/bytes_heavy.pl
    C src/gnu/usr.bin/perl/lib/Exporter.pm
    U src/gnu/usr.bin/perl/lib/Dumpvalue.t
    U src/gnu/usr.bin/perl/lib/overloading.t
    C src/gnu/usr.bin/perl/lib/ctime.pl
    U src/gnu/usr.bin/perl/lib/FindBin.t
    C src/gnu/usr.bin/perl/lib/overload.pm
    U src/gnu/usr.bin/perl/lib/flush.pl
    C src/gnu/usr.bin/perl/lib/find.pl
    U src/gnu/usr.bin/perl/lib/bytes.pm
    C src/gnu/usr.bin/perl/lib/timelocal.pl
    U src/gnu/usr.bin/perl/lib/assert.pl
    U src/gnu/usr.bin/perl/lib/charnames.t
    U src/gnu/usr.bin/perl/lib/utf8.pm
    U src/gnu/usr.bin/perl/lib/Dumpvalue.pm
    U src/gnu/usr.bin/perl/lib/sigtrap.t
    U src/gnu/usr.bin/perl/lib/overload64.t
    U src/gnu/usr.bin/perl/lib/overloading.pm
    U src/gnu/usr.bin/perl/lib/filetest.t
    U src/gnu/usr.bin/perl/lib/Thread.pm
    U src/gnu/usr.bin/perl/lib/syslog.pl
    C src/gnu/usr.bin/perl/lib/diagnostics.pm
    C src/gnu/usr.bin/perl/lib/Env.pm
    U src/gnu/usr.bin/perl/lib/utf8.t
    U src/gnu/usr.bin/perl/lib/integer.t
    U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl
    U src/gnu/usr.bin/perl/lib/overload.t
    U src/gnu/usr.bin/perl/lib/warnings.t
    U src/gnu/usr.bin/perl/lib/less.pm
    U src/gnu/usr.bin/perl/lib/dumpvar.t
    C src/gnu/usr.bin/perl/lib/finddepth.pl
    U src/gnu/usr.bin/perl/lib/bytes.t
    N src/gnu/usr.bin/perl/lib/deprecate.pm
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.t
    C src/gnu/usr.bin/perl/lib/open3.pl
    U src/gnu/usr.bin/perl/lib/bigfloatpl.t
    C src/gnu/usr.bin/perl/lib/pwd.pl
    U src/gnu/usr.bin/perl/lib/sort.pm
    U src/gnu/usr.bin/perl/lib/English.t
    U src/gnu/usr.bin/perl/lib/vars.t
    U src/gnu/usr.bin/perl/lib/utf8_heavy.pl
    U src/gnu/usr.bin/perl/lib/Exporter.t
    U src/gnu/usr.bin/perl/lib/DB.t
    U src/gnu/usr.bin/perl/lib/Thread.t
    U src/gnu/usr.bin/perl/lib/shellwords.pl
    U src/gnu/usr.bin/perl/lib/Benchmark.pm
    U src/gnu/usr.bin/perl/lib/FileHandle.pm
    C src/gnu/usr.bin/perl/lib/stat.pl
    U src/gnu/usr.bin/perl/lib/Internals.t
    U src/gnu/usr.bin/perl/lib/locale.t
    U src/gnu/usr.bin/perl/lib/Symbol.pm
    U src/gnu/usr.bin/perl/lib/h2xs.t
    C src/gnu/usr.bin/perl/lib/complete.pl
    U src/gnu/usr.bin/perl/lib/open.t
    U src/gnu/usr.bin/perl/lib/User/pwent.pm
    U src/gnu/usr.bin/perl/lib/User/grent.t
    U src/gnu/usr.bin/perl/lib/User/pwent.t
    U src/gnu/usr.bin/perl/lib/User/grent.pm
    C src/gnu/usr.bin/perl/lib/version/Internals.pod
    C src/gnu/usr.bin/perl/lib/Pod/Functions.pm
    C src/gnu/usr.bin/perl/lib/Pod/Html.pm
    U src/gnu/usr.bin/perl/lib/Pod/t/htmllink.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.t
    U src/gnu/usr.bin/perl/lib/Pod/t/eol.t
    U src/gnu/usr.bin/perl/lib/Pod/t/utils.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Functions.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.t
    U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/pod2html-lib.pl
    U src/gnu/usr.bin/perl/lib/Pod/t/htmllink.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Select.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.pod
    U src/gnu/usr.bin/perl/lib/unicore/version
    U src/gnu/usr.bin/perl/lib/unicore/Makefile
    U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt
    U src/gnu/usr.bin/perl/lib/unicore/README.perl
    U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt
    U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt
    U src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt
    U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt
    U src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropList.txt
    N src/gnu/usr.bin/perl/lib/unicore/DAge.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt
    U src/gnu/usr.bin/perl/lib/unicore/mktables
    N src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt
    U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt
    U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt
    U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
    U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt
    U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt
    U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt
    U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt
    N src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt
    U src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt
    N src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt
    U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt
    U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt
    U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt
    U src/gnu/usr.bin/perl/lib/unicore/Index.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt
    N src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt
    N src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt
    N src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt
    N src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt
    N src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.pm
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.t
    N src/gnu/usr.bin/perl/lib/feature/unicode_strings.t
    U src/gnu/usr.bin/perl/lib/Search/Dict.t
    C src/gnu/usr.bin/perl/lib/Search/Dict.pm
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t
    U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm
    U src/gnu/usr.bin/perl/lib/Tie/Handle.pm
    U src/gnu/usr.bin/perl/lib/Tie/Hash.pm
    U src/gnu/usr.bin/perl/lib/Tie/Scalar.t
    U src/gnu/usr.bin/perl/lib/Tie/Array.pm
    C src/gnu/usr.bin/perl/lib/Tie/Scalar.pm
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm
    U src/gnu/usr.bin/perl/lib/Tie/Array/std.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/push.t
    U src/gnu/usr.bin/perl/lib/Tie/Hash/NamedCapture.pm
    U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t
    U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t
    U src/gnu/usr.bin/perl/lib/Net/servent.pm
    U src/gnu/usr.bin/perl/lib/Net/protoent.t
    U src/gnu/usr.bin/perl/lib/Net/hostent.pm
    U src/gnu/usr.bin/perl/lib/Net/netent.pm
    U src/gnu/usr.bin/perl/lib/Net/protoent.pm
    U src/gnu/usr.bin/perl/lib/Net/netent.t
    U src/gnu/usr.bin/perl/lib/Net/servent.t
    U src/gnu/usr.bin/perl/lib/Net/hostent.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm
    C src/gnu/usr.bin/perl/lib/ExtUtils/typemap
    U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm
    U src/gnu/usr.bin/perl/lib/DBM_Filter/Changes
    U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm
    U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm
    U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm
    U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t
    U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t
    U src/gnu/usr.bin/perl/lib/Config/Extensions.t
    U src/gnu/usr.bin/perl/lib/Config/Extensions.pm
    U src/gnu/usr.bin/perl/lib/overload/numbers.pm
    N src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222
    N src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug
    N src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants
    U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug
    U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug
    N src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110
    C src/gnu/usr.bin/perl/lib/File/Find.pm
    U src/gnu/usr.bin/perl/lib/File/CheckTree.t
    C src/gnu/usr.bin/perl/lib/File/stat.pm
    U src/gnu/usr.bin/perl/lib/File/Compare.t
    U src/gnu/usr.bin/perl/lib/File/CheckTree.pm
    U src/gnu/usr.bin/perl/lib/File/Basename.t
    U src/gnu/usr.bin/perl/lib/File/Copy.t
    C src/gnu/usr.bin/perl/lib/File/Basename.pm
    U src/gnu/usr.bin/perl/lib/File/stat.t
    C src/gnu/usr.bin/perl/lib/File/Copy.pm
    U src/gnu/usr.bin/perl/lib/File/DosGlob.t
    U src/gnu/usr.bin/perl/lib/File/Compare.pm
    U src/gnu/usr.bin/perl/lib/File/DosGlob.pm
    U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t
    U src/gnu/usr.bin/perl/lib/File/Find/t/find.t
    U src/gnu/usr.bin/perl/lib/Carp/Heavy.pm
    U src/gnu/usr.bin/perl/lib/Time/gmtime.pm
    U src/gnu/usr.bin/perl/lib/Time/tm.pm
    U src/gnu/usr.bin/perl/lib/Time/gmtime.t
    U src/gnu/usr.bin/perl/lib/Time/localtime.pm
    U src/gnu/usr.bin/perl/lib/Time/localtime.t
    U src/gnu/usr.bin/perl/lib/Class/Struct.pm
    U src/gnu/usr.bin/perl/lib/Class/Struct.t
    U src/gnu/usr.bin/perl/lib/I18N/Collate.t
    U src/gnu/usr.bin/perl/lib/I18N/Collate.pm
    U src/gnu/usr.bin/perl/lib/Unicode/README
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.t
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm
    U src/gnu/usr.bin/perl/lib/Term/Complete.pm
    C src/gnu/usr.bin/perl/lib/Term/ReadLine.pm
    U src/gnu/usr.bin/perl/lib/Term/ReadLine.t
    U src/gnu/usr.bin/perl/lib/Term/Complete.t
    U src/gnu/usr.bin/perl/lib/warnings/register.pm
    U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm
    U src/gnu/usr.bin/perl/lib/Env/t/array.t
    U src/gnu/usr.bin/perl/lib/Env/t/env.t
    U src/gnu/usr.bin/perl/lib/Getopt/Std.t
    U src/gnu/usr.bin/perl/lib/Getopt/Std.pm
    U src/gnu/usr.bin/perl/vos/vosish.h
    U src/gnu/usr.bin/perl/vos/compile_full_perl.cm
    U src/gnu/usr.bin/perl/vos/Changes
    U src/gnu/usr.bin/perl/vos/configure_full_perl.sh
    U src/gnu/usr.bin/perl/vos/vos.c
    U src/gnu/usr.bin/perl/vos/make_full_perl.sh
    U src/gnu/usr.bin/perl/vos/syslog.h
    U src/gnu/usr.bin/perl/h2pl/cbreak.pl
    U src/gnu/usr.bin/perl/h2pl/tcbreak2
    U src/gnu/usr.bin/perl/h2pl/README
    U src/gnu/usr.bin/perl/h2pl/tcbreak
    U src/gnu/usr.bin/perl/h2pl/getioctlsizes
    U src/gnu/usr.bin/perl/h2pl/mkvars
    U src/gnu/usr.bin/perl/h2pl/mksizes
    U src/gnu/usr.bin/perl/h2pl/cbreak2.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph
    U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl
    U src/gnu/usr.bin/perl/beos/nm.c
    U src/gnu/usr.bin/perl/beos/beos.c
    U src/gnu/usr.bin/perl/beos/beosish.h
    U src/gnu/usr.bin/perl/Cross/warp
    U src/gnu/usr.bin/perl/Cross/Makefile
    U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH
    U src/gnu/usr.bin/perl/Cross/TODO
    U src/gnu/usr.bin/perl/Cross/config
    U src/gnu/usr.bin/perl/Cross/README.new
    U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch
    U src/gnu/usr.bin/perl/Cross/cflags-cross-arm
    U src/gnu/usr.bin/perl/Cross/generate_config_sh
    U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh
    C src/gnu/usr.bin/perl/Cross/README
    U src/gnu/usr.bin/perl/Cross/installperl.patch
    U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux
    U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770
    C src/gnu/usr.bin/perl/win32/config_H.gc
    C src/gnu/usr.bin/perl/win32/win32sck.c
    U src/gnu/usr.bin/perl/win32/wincesck.c
    C src/gnu/usr.bin/perl/win32/Makefile
    U src/gnu/usr.bin/perl/win32/runperl.c
    U src/gnu/usr.bin/perl/win32/config.vc64
    U src/gnu/usr.bin/perl/win32/FindExt.t
    U src/gnu/usr.bin/perl/win32/win32thread.c
    U src/gnu/usr.bin/perl/win32/wince.h
    U src/gnu/usr.bin/perl/win32/win32thread.h
    U src/gnu/usr.bin/perl/win32/perlhost.h
    N src/gnu/usr.bin/perl/win32/config_H.gc64
    C src/gnu/usr.bin/perl/win32/config_H.bc
    U src/gnu/usr.bin/perl/win32/mdelete.bat
    U src/gnu/usr.bin/perl/win32/wince.c
    C src/gnu/usr.bin/perl/win32/config_h.PL
    U src/gnu/usr.bin/perl/win32/vmem.h
    N src/gnu/usr.bin/perl/win32/config_H.gc64nox
    U src/gnu/usr.bin/perl/win32/fcrypt.c
    U src/gnu/usr.bin/perl/win32/win32io.c
    U src/gnu/usr.bin/perl/win32/sync_ext.pl
    C src/gnu/usr.bin/perl/win32/pod.mak
    U src/gnu/usr.bin/perl/win32/config_H.ce
    U src/gnu/usr.bin/perl/win32/list_static_libs.pl
    U src/gnu/usr.bin/perl/win32/perllib.c
    U src/gnu/usr.bin/perl/win32/win32iop-o.h
    U src/gnu/usr.bin/perl/win32/win32ceio.c
    C src/gnu/usr.bin/perl/win32/config_H.vc
    N src/gnu/usr.bin/perl/win32/perlexe.manifest
    U src/gnu/usr.bin/perl/win32/perl.rc
    U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl
    U src/gnu/usr.bin/perl/win32/perlmaince.c
    U src/gnu/usr.bin/perl/win32/genmk95.pl
    C src/gnu/usr.bin/perl/win32/win32iop.h
    U src/gnu/usr.bin/perl/win32/config.ce
    U src/gnu/usr.bin/perl/win32/config_H.vc64
    C src/gnu/usr.bin/perl/win32/config_sh.PL
    U src/gnu/usr.bin/perl/win32/Makefile.ce
    U src/gnu/usr.bin/perl/win32/vdir.h
    U src/gnu/usr.bin/perl/win32/FindExt.pm
    N src/gnu/usr.bin/perl/win32/config.gc64nox
    U src/gnu/usr.bin/perl/win32/perlexe.rc
    N src/gnu/usr.bin/perl/win32/config.gc64
    U src/gnu/usr.bin/perl/win32/perlglob.c
    C src/gnu/usr.bin/perl/win32/win32.c
    C src/gnu/usr.bin/perl/win32/makefile.mk
    U src/gnu/usr.bin/perl/win32/config.gc
    C src/gnu/usr.bin/perl/win32/win32.h
    C src/gnu/usr.bin/perl/win32/config.vc
    U src/gnu/usr.bin/perl/win32/distclean.bat
    N src/gnu/usr.bin/perl/win32/perlexe.ico
    C src/gnu/usr.bin/perl/win32/config.bc
    U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat
    U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl
    U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl
    U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat
    U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat
    U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl
    C src/gnu/usr.bin/perl/win32/bin/pl2bat.pl
    U src/gnu/usr.bin/perl/win32/bin/runperl.pl
    U src/gnu/usr.bin/perl/win32/bin/exetype.pl
    U src/gnu/usr.bin/perl/win32/bin/perlglob.pl
    C src/gnu/usr.bin/perl/win32/bin/search.pl
    U src/gnu/usr.bin/perl/win32/include/netdb.h
    U src/gnu/usr.bin/perl/win32/include/dirent.h
    U src/gnu/usr.bin/perl/win32/include/sys/socket.h
    U src/gnu/usr.bin/perl/win32/include/arpa/inet.h
    U src/gnu/usr.bin/perl/os2/perl2cmd.pl
    U src/gnu/usr.bin/perl/os2/os2_pipe.t
    U src/gnu/usr.bin/perl/os2/Changes
    U src/gnu/usr.bin/perl/os2/os2.sym
    U src/gnu/usr.bin/perl/os2/os2ish.h
    U src/gnu/usr.bin/perl/os2/os2add.sym
    U src/gnu/usr.bin/perl/os2/dlfcn.h
    U src/gnu/usr.bin/perl/os2/os2thread.h
    U src/gnu/usr.bin/perl/os2/os2_base.t
    U src/gnu/usr.bin/perl/os2/os2.c
    C src/gnu/usr.bin/perl/os2/Makefile.SHs
    U src/gnu/usr.bin/perl/os2/diff.configure
    U src/gnu/usr.bin/perl/os2/perlrexx.cmd
    U src/gnu/usr.bin/perl/os2/dl_os2.c
    U src/gnu/usr.bin/perl/os2/perlrexx.c
    U src/gnu/usr.bin/perl/os2/OS2/typemap
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test
    N src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm
    N src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs
    N src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t
    N src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t
    U src/gnu/usr.bin/perl/NetWare/NWUtil.c
    U src/gnu/usr.bin/perl/NetWare/nw5thread.h
    U src/gnu/usr.bin/perl/NetWare/nwplglob.c
    U src/gnu/usr.bin/perl/NetWare/sv_nw.c
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.h
    U src/gnu/usr.bin/perl/NetWare/Makefile
    U src/gnu/usr.bin/perl/NetWare/interface.c
    U src/gnu/usr.bin/perl/NetWare/dl_netware.xs
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.h
    U src/gnu/usr.bin/perl/NetWare/intdef.h
    U src/gnu/usr.bin/perl/NetWare/nw5thread.c
    U src/gnu/usr.bin/perl/NetWare/config_h.PL
    U src/gnu/usr.bin/perl/NetWare/MP.imp
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c
    U src/gnu/usr.bin/perl/NetWare/CLIBstr.h
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.c
    U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h
    U src/gnu/usr.bin/perl/NetWare/iperlhost.h
    U src/gnu/usr.bin/perl/NetWare/nw5iop.h
    U src/gnu/usr.bin/perl/NetWare/nwvmem.h
    U src/gnu/usr.bin/perl/NetWare/deb.h
    U src/gnu/usr.bin/perl/NetWare/nwutil.h
    U src/gnu/usr.bin/perl/NetWare/config_sh.PL
    U src/gnu/usr.bin/perl/NetWare/nwperlhost.h
    U src/gnu/usr.bin/perl/NetWare/nwpipe.h
    U src/gnu/usr.bin/perl/NetWare/nwplglob.h
    U src/gnu/usr.bin/perl/NetWare/nw5.c
    U src/gnu/usr.bin/perl/NetWare/interface.h
    U src/gnu/usr.bin/perl/NetWare/config_H.wc
    U src/gnu/usr.bin/perl/NetWare/config.wc
    U src/gnu/usr.bin/perl/NetWare/nw5sck.c
    U src/gnu/usr.bin/perl/NetWare/nw5sck.h
    U src/gnu/usr.bin/perl/NetWare/Main.c
    U src/gnu/usr.bin/perl/NetWare/perllib.cpp
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h
    U src/gnu/usr.bin/perl/NetWare/netware.h
    U src/gnu/usr.bin/perl/NetWare/nwstdio.h
    U src/gnu/usr.bin/perl/NetWare/Nwpipe.c
    U src/gnu/usr.bin/perl/NetWare/nwtinfo.h
    U src/gnu/usr.bin/perl/NetWare/NWTInfo.c
    U src/gnu/usr.bin/perl/NetWare/win32ish.h
    U src/gnu/usr.bin/perl/NetWare/interface.cpp
    U src/gnu/usr.bin/perl/NetWare/splittree.pl
    U src/gnu/usr.bin/perl/NetWare/Nwmain.c
    U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat
    U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat
    U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat
    U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat
    U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat
    U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c
    U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c
    U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl
    U src/gnu/usr.bin/perl/NetWare/t/Readme.txt
    U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl
    U src/gnu/usr.bin/perl/apollo/netinet/in.h
    U src/gnu/usr.bin/perl/qnx/qnx.c
    U src/gnu/usr.bin/perl/qnx/cpp
    C src/gnu/usr.bin/perl/qnx/ar
    U src/gnu/usr.bin/perl/vmesa/Makefile
    U src/gnu/usr.bin/perl/vmesa/vmesaish.h
    U src/gnu/usr.bin/perl/vmesa/vmesa.c
    U src/gnu/usr.bin/perl/uts/sprintf_wrap.c
    U src/gnu/usr.bin/perl/uts/strtol_wrap.c
    U src/gnu/usr.bin/perl/emacs/cperl-mode.el
    U src/gnu/usr.bin/perl/emacs/ptags
    U src/gnu/usr.bin/perl/emacs/e2ctags.pl
    U src/gnu/usr.bin/perl/plan9/fndvers
    U src/gnu/usr.bin/perl/plan9/config_sh.sample
    C src/gnu/usr.bin/perl/plan9/config.plan9
    U src/gnu/usr.bin/perl/plan9/buildinfo
    U src/gnu/usr.bin/perl/plan9/versnum
    U src/gnu/usr.bin/perl/plan9/exclude
    U src/gnu/usr.bin/perl/plan9/config_h.sample
    U src/gnu/usr.bin/perl/plan9/genconfig.pl
    U src/gnu/usr.bin/perl/plan9/setup.rc
    C src/gnu/usr.bin/perl/plan9/mkfile
    U src/gnu/usr.bin/perl/plan9/aperl
    U src/gnu/usr.bin/perl/plan9/myconfig.plan9
    U src/gnu/usr.bin/perl/plan9/plan9ish.h
    U src/gnu/usr.bin/perl/plan9/plan9.c
    U src/gnu/usr.bin/perl/plan9/arpa/inet.h
    U src/gnu/usr.bin/perl/epoc/link.pl
    U src/gnu/usr.bin/perl/epoc/epoc_stubs.c
    U src/gnu/usr.bin/perl/epoc/epocish.h
    U src/gnu/usr.bin/perl/epoc/createpkg.pl
    U src/gnu/usr.bin/perl/epoc/config.sh
    U src/gnu/usr.bin/perl/epoc/epoc.c
    U src/gnu/usr.bin/perl/epoc/epocish.c
    N src/gnu/usr.bin/perl/dist/lib/Makefile.PL
    N src/gnu/usr.bin/perl/dist/lib/lib_pm.PL
    N src/gnu/usr.bin/perl/dist/lib/t/01lib.t
    N src/gnu/usr.bin/perl/dist/Module-CoreList/Changes
    N src/gnu/usr.bin/perl/dist/Module-CoreList/corelist
    N src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST
    N src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies
    N src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL
    N src/gnu/usr.bin/perl/dist/Module-CoreList/README
    N src/gnu/usr.bin/perl/dist/Module-CoreList/META.yml
    N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm
    N src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t
    N src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t
    N src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t
    N src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t
    N src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm
    N src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t
    N src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t
    N src/gnu/usr.bin/perl/dist/Switch/Switch.pm
    N src/gnu/usr.bin/perl/dist/Switch/Changes
    N src/gnu/usr.bin/perl/dist/Switch/MANIFEST
    N src/gnu/usr.bin/perl/dist/Switch/Makefile.PL
    N src/gnu/usr.bin/perl/dist/Switch/README
    N src/gnu/usr.bin/perl/dist/Switch/META.yml
    N src/gnu/usr.bin/perl/dist/Switch/t/switch.t
    N src/gnu/usr.bin/perl/dist/Switch/t/nested.t
    N src/gnu/usr.bin/perl/dist/Switch/t/given.t
    N src/gnu/usr.bin/perl/dist/threads-shared/shared.pm
    N src/gnu/usr.bin/perl/dist/threads-shared/Makefile.PL
    N src/gnu/usr.bin/perl/dist/threads-shared/shared.xs
    N src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl
    N src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t
    N src/gnu/usr.bin/perl/dist/threads-shared/t/object.t
    N src/gnu/usr.bin/perl/dist/base/Changes
    N src/gnu/usr.bin/perl/dist/base/MANIFEST
    N src/gnu/usr.bin/perl/dist/base/META.yml
    N src/gnu/usr.bin/perl/dist/base/lib/fields.pm
    N src/gnu/usr.bin/perl/dist/base/lib/base.pm
    N src/gnu/usr.bin/perl/dist/base/t/fields-base.t
    N src/gnu/usr.bin/perl/dist/base/t/compile-time.t
    N src/gnu/usr.bin/perl/dist/base/t/fields.t
    N src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t
    N src/gnu/usr.bin/perl/dist/base/t/version.t
    N src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t
    N src/gnu/usr.bin/perl/dist/base/t/base.t
    N src/gnu/usr.bin/perl/dist/base/t/warnings.t
    N src/gnu/usr.bin/perl/dist/base/t/sigdie.t
    N src/gnu/usr.bin/perl/dist/base/t/isa.t
    N src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm
    N src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm
    N src/gnu/usr.bin/perl/dist/Safe/Changes
    N src/gnu/usr.bin/perl/dist/Safe/Safe.pm
    N src/gnu/usr.bin/perl/dist/Safe/MANIFEST
    N src/gnu/usr.bin/perl/dist/Safe/Makefile.PL
    N src/gnu/usr.bin/perl/dist/Safe/README
    N src/gnu/usr.bin/perl/dist/Safe/META.yml
    N src/gnu/usr.bin/perl/dist/Safe/t/safe3.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safeops.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safeload.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safesort.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safe2.t
    N src/gnu/usr.bin/perl/dist/Safe/t/safe1.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/Changes
    N src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/100_load.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t
    N src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/checkerbasic.t
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/textbasic.t
    N src/gnu/usr.bin/perl/dist/Pod-Perldoc/t/perldocbasic.t
    N src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm
    N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t
    N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t
    N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t
    N src/gnu/usr.bin/perl/dist/Storable/ChangeLog
    N src/gnu/usr.bin/perl/dist/Storable/Storable.pm
    N src/gnu/usr.bin/perl/dist/Storable/Makefile.PL
    N src/gnu/usr.bin/perl/dist/Storable/README
    N src/gnu/usr.bin/perl/dist/Storable/Storable.xs
    N src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl
    N src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl
    N src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl
    N src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/lock.t
    N src/gnu/usr.bin/perl/dist/Storable/t/code.t
    N src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t
    N src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t
    N src/gnu/usr.bin/perl/dist/Storable/t/dclone.t
    N src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t
    N src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t
    N src/gnu/usr.bin/perl/dist/Storable/t/weak.t
    N src/gnu/usr.bin/perl/dist/Storable/t/malice.t
    N src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t
    N src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/restrict.t
    N src/gnu/usr.bin/perl/dist/Storable/t/croak.t
    N src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/compat06.t
    N src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t
    N src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t
    N src/gnu/usr.bin/perl/dist/Storable/t/forgive.t
    N src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t
    N src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t
    N src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/canonical.t
    N src/gnu/usr.bin/perl/dist/Storable/t/utf8.t
    N src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t
    N src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t
    N src/gnu/usr.bin/perl/dist/Storable/t/integer.t
    N src/gnu/usr.bin/perl/dist/Storable/t/overload.t
    N src/gnu/usr.bin/perl/dist/Storable/t/compat01.t
    N src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm
    N src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm
    N src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/store.t
    N src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm
    N src/gnu/usr.bin/perl/dist/Storable/t/recurse.t
    N src/gnu/usr.bin/perl/dist/Storable/t/threads.t
    N src/gnu/usr.bin/perl/dist/Storable/t/tied.t
    N src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t
    N src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl
    N src/gnu/usr.bin/perl/dist/Storable/t/blessed.t
    N src/gnu/usr.bin/perl/dist/Storable/t/freeze.t
    N src/gnu/usr.bin/perl/dist/constant/lib/constant.pm
    N src/gnu/usr.bin/perl/dist/constant/t/constant.t
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/README
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t
    N src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/Changes
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Installed.pm
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Packlist.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/can_write_dir.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/InstallWithMM.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Install.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installed.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installapi2.t
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/TieOut.pm
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
    N src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
    N src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL
    N src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL
    N src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t
    N src/gnu/usr.bin/perl/dist/Pod-Plainer/Plainer.pm
    N src/gnu/usr.bin/perl/dist/Pod-Plainer/t/plainer.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/Changes
    N src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm
    N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm
    N src/gnu/usr.bin/perl/dist/threads/Makefile.PL
    N src/gnu/usr.bin/perl/dist/threads/threads.xs
    N src/gnu/usr.bin/perl/dist/threads/threads.pm
    N src/gnu/usr.bin/perl/dist/threads/hints/linux.pl
    N src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl
    N src/gnu/usr.bin/perl/dist/threads/t/state.t
    N src/gnu/usr.bin/perl/dist/threads/t/thread.t
    N src/gnu/usr.bin/perl/dist/threads/t/libc.t
    N src/gnu/usr.bin/perl/dist/threads/t/free.t
    N src/gnu/usr.bin/perl/dist/threads/t/exit.t
    N src/gnu/usr.bin/perl/dist/threads/t/free2.t
    N src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t
    N src/gnu/usr.bin/perl/dist/threads/t/err.t
    N src/gnu/usr.bin/perl/dist/threads/t/problems.t
    N src/gnu/usr.bin/perl/dist/threads/t/context.t
    N src/gnu/usr.bin/perl/dist/threads/t/basic.t
    N src/gnu/usr.bin/perl/dist/threads/t/stress_re.t
    N src/gnu/usr.bin/perl/dist/threads/t/list.t
    N src/gnu/usr.bin/perl/dist/threads/t/blocks.t
    N src/gnu/usr.bin/perl/dist/threads/t/kill.t
    N src/gnu/usr.bin/perl/dist/threads/t/no_threads.t
    N src/gnu/usr.bin/perl/dist/threads/t/end.t
    N src/gnu/usr.bin/perl/dist/threads/t/stress_string.t
    N src/gnu/usr.bin/perl/dist/threads/t/join.t
    N src/gnu/usr.bin/perl/dist/threads/t/stack.t
    N src/gnu/usr.bin/perl/dist/threads/t/stack_env.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/README
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t
    N src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t
    N src/gnu/usr.bin/perl/dist/B-Deparse/Deparse.pm
    N src/gnu/usr.bin/perl/dist/B-Deparse/t/deparse.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/Changes
    N src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm
    N src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs
    N src/gnu/usr.bin/perl/dist/Data-Dumper/Todo
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t
    N src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t
    N src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/README
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_local.t
    N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t
    N src/gnu/usr.bin/perl/dist/IO/IO.xs
    N src/gnu/usr.bin/perl/dist/IO/ChangeLog
    N src/gnu/usr.bin/perl/dist/IO/poll.c
    N src/gnu/usr.bin/perl/dist/IO/poll.h
    N src/gnu/usr.bin/perl/dist/IO/Makefile.PL
    N src/gnu/usr.bin/perl/dist/IO/README
    N src/gnu/usr.bin/perl/dist/IO/IO.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm
    N src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm
    N src/gnu/usr.bin/perl/dist/IO/hints/sco.pl
    N src/gnu/usr.bin/perl/dist/IO/t/io_dir.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_unix.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_udp.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_file.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_poll.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_dup.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_sock.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_taint.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t
    N src/gnu/usr.bin/perl/dist/IO/t/IO.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_const.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_sel.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_tell.t
    N src/gnu/usr.bin/perl/dist/IO/t/io_xs.t
    U src/gnu/usr.bin/perl/cygwin/cygwin.c
    U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c
    U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs
    U src/gnu/usr.bin/perl/ext/XS-APItest/MANIFEST
    U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c
    U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc
    U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS-APItest/core.c
    U src/gnu/usr.bin/perl/ext/XS-APItest/README
    U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm
    N src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t
    N src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t
    N src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t
    U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t
    U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs
    U src/gnu/usr.bin/perl/ext/GDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL
    C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
    U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl
    C src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs
    U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm
    U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t
    U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t
    U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t
    U src/gnu/usr.bin/perl/ext/NDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm
    U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl
    C src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t
    U src/gnu/usr.bin/perl/ext/Opcode/ops.pm
    C src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
    C src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs
    U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t
    U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t
    N src/gnu/usr.bin/perl/ext/Devel-SelfStubber/lib/Devel/SelfStubber.pm
    N src/gnu/usr.bin/perl/ext/Devel-SelfStubber/t/Devel-SelfStubber.t
    U src/gnu/usr.bin/perl/ext/SDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm
    U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h
    C src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t
    N src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm
    N src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t
    N src/gnu/usr.bin/perl/ext/attributes/attributes.xs
    N src/gnu/usr.bin/perl/ext/attributes/attributes.pm
    U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs
    U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm
    U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl
    U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t
    U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs
    U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm
    U src/gnu/usr.bin/perl/ext/ODBM_File/typemap
    U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl
    C src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t
    N src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
    N src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/06export.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/03append.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/05override.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/01open.t
    N src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t
    N src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt
    N src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs
    N src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm
    N src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL
    N src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t
    U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm
    U src/gnu/usr.bin/perl/ext/PerlIO-encoding/MANIFEST
    C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
    U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t
    U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t
    U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t
    C src/gnu/usr.bin/perl/ext/Socket/Socket.xs
    U src/gnu/usr.bin/perl/ext/Socket/Makefile.PL
    C src/gnu/usr.bin/perl/ext/Socket/Socket.pm
    U src/gnu/usr.bin/perl/ext/Socket/t/socketpair.t
    U src/gnu/usr.bin/perl/ext/Socket/t/Socket.t
    N src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt
    N src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm
    N src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs
    N src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL
    N src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t
    U src/gnu/usr.bin/perl/ext/POSIX/typemap
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pm
    U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pod
    U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl
    U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/math.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/is.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/time.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t
    U src/gnu/usr.bin/perl/ext/Hash-Util/Changes
    U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs
    U src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm
    U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t
    U src/gnu/usr.bin/perl/ext/File-Glob/Changes
    U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs
    U src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm
    U src/gnu/usr.bin/perl/ext/File-Glob/TODO
    C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c
    U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL
    U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h
    U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t
    U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t
    U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t
    U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t
    U src/gnu/usr.bin/perl/ext/mro/mro.pm
    U src/gnu/usr.bin/perl/ext/mro/Changes
    U src/gnu/usr.bin/perl/ext/mro/mro.xs
    U src/gnu/usr.bin/perl/ext/B/B.pm
    U src/gnu/usr.bin/perl/ext/B/typemap
    U src/gnu/usr.bin/perl/ext/B/defsubs_h.PL
    U src/gnu/usr.bin/perl/ext/B/O.pm
    U src/gnu/usr.bin/perl/ext/B/Makefile.PL
    U src/gnu/usr.bin/perl/ext/B/B.xs
    U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm
    C src/gnu/usr.bin/perl/ext/B/B/Concise.pm
    U src/gnu/usr.bin/perl/ext/B/B/Xref.pm
    U src/gnu/usr.bin/perl/ext/B/B/Terse.pm
    U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl
    U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/B/t/f_sort.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t
    U src/gnu/usr.bin/perl/ext/B/t/f_map
    U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t
    U src/gnu/usr.bin/perl/ext/B/t/showlex.t
    U src/gnu/usr.bin/perl/ext/B/t/terse.t
    U src/gnu/usr.bin/perl/ext/B/t/concise.t
    U src/gnu/usr.bin/perl/ext/B/t/f_map.t
    U src/gnu/usr.bin/perl/ext/B/t/xref.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t
    U src/gnu/usr.bin/perl/ext/B/t/o.t
    U src/gnu/usr.bin/perl/ext/B/t/b.t
    U src/gnu/usr.bin/perl/ext/B/t/pragma.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t
    U src/gnu/usr.bin/perl/ext/B/t/f_sort
    U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_check.t
    U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm
    U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t
    U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t
    U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL
    U src/gnu/usr.bin/perl/ext/Errno/ChangeLog
    U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t
    U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c
    U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm
    U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t
    U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs
    U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes
    U src/gnu/usr.bin/perl/ext/Devel-Peek/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm
    U src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t
    U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm
    U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs
    U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t
    U src/gnu/usr.bin/perl/ext/re/re_top.h
    U src/gnu/usr.bin/perl/ext/re/re_comp.h
    U src/gnu/usr.bin/perl/ext/re/Makefile.PL
    U src/gnu/usr.bin/perl/ext/re/re.pm
    U src/gnu/usr.bin/perl/ext/re/re.xs
    U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl
    U src/gnu/usr.bin/perl/ext/re/t/re.t
    U src/gnu/usr.bin/perl/ext/re/t/regop.pl
    U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl
    U src/gnu/usr.bin/perl/ext/re/t/qr.t
    U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t
    U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t
    C src/gnu/usr.bin/perl/ext/re/t/regop.t
    U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
    U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs
    U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t
    U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t
    N src/gnu/usr.bin/perl/ext/autouse/lib/autouse.pm
    N src/gnu/usr.bin/perl/ext/autouse/t/autouse.t
    N src/gnu/usr.bin/perl/ext/autouse/t/lib/MyTestModule.pm
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/fallback/const-c.inc
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/fallback/const-xs.inc
    U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t
    N src/gnu/usr.bin/perl/ext/IPC-Open2/lib/IPC/Open2.pm
    N src/gnu/usr.bin/perl/ext/IPC-Open2/t/IPC-Open2.t
    U src/gnu/usr.bin/perl/ext/Devel-DProf/Changes
    U src/gnu/usr.bin/perl/ext/Devel-DProf/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel-DProf/DProf.xs
    U src/gnu/usr.bin/perl/ext/Devel-DProf/DProf.pm
    U src/gnu/usr.bin/perl/ext/Devel-DProf/Todo
    U src/gnu/usr.bin/perl/ext/Devel-DProf/t/DProf.t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test7_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/V.pm
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test8_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test1_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test2_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test6_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test1_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test4_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test7_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test8_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test5_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test6_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test2_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test3_t
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test4_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test5_v
    N src/gnu/usr.bin/perl/ext/Devel-DProf/dprof/test3_v
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL
    N src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mac.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/README
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t
    N src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm
    N src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t
    N src/gnu/usr.bin/perl/ext/Time-Local/lib/Time/Local.pm
    N src/gnu/usr.bin/perl/ext/Time-Local/t/Local.t
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/Makefile.PL
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/README
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/KeywordRPN.pm
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/KeywordRPN.xs
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug.t
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/multiline.t
    N src/gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t/keyword_plugin.t
    U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm
    U src/gnu/usr.bin/perl/ext/XS-Typemap/typemap
    U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS-Typemap/README
    U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c
    U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs
    U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t
    U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t
    U src/gnu/usr.bin/perl/mad/PLXML.pm
    U src/gnu/usr.bin/perl/mad/P5AST.pm
    U src/gnu/usr.bin/perl/mad/P5re.pm
    U src/gnu/usr.bin/perl/mad/Nomad.pm
    U src/gnu/usr.bin/perl/mad/p55
    U src/gnu/usr.bin/perl/mad/t/p55.t
    U src/gnu/usr.bin/perl/vms/descrip_mms.template
    U src/gnu/usr.bin/perl/vms/sockadapt.c
    U src/gnu/usr.bin/perl/vms/test.com
    U src/gnu/usr.bin/perl/vms/gen_shrfls.pl
    U src/gnu/usr.bin/perl/vms/munchconfig.c
    C src/gnu/usr.bin/perl/vms/vms.c
    U src/gnu/usr.bin/perl/vms/sockadapt.h
    U src/gnu/usr.bin/perl/vms/myconfig.com
    U src/gnu/usr.bin/perl/vms/writemain.pl
    U src/gnu/usr.bin/perl/vms/make_command.com
    U src/gnu/usr.bin/perl/vms/mms2make.pl
    U src/gnu/usr.bin/perl/vms/vmsish.h
    U src/gnu/usr.bin/perl/vms/genopt.com
    U src/gnu/usr.bin/perl/vms/vmspipe.com
    U src/gnu/usr.bin/perl/vms/ext/Filespec.pm
    U src/gnu/usr.bin/perl/vms/ext/filespec.t
    U src/gnu/usr.bin/perl/hints/super-ux.sh
    U src/gnu/usr.bin/perl/hints/uwin.sh
    U src/gnu/usr.bin/perl/hints/gnu.sh
    U src/gnu/usr.bin/perl/hints/solaris_2.sh
    U src/gnu/usr.bin/perl/hints/dragonfly.sh
    U src/gnu/usr.bin/perl/hints/netbsd.sh
    U src/gnu/usr.bin/perl/hints/unicos.sh
    U src/gnu/usr.bin/perl/hints/isc.sh
    U src/gnu/usr.bin/perl/hints/mirbsd.sh
    U src/gnu/usr.bin/perl/hints/powerux.sh
    U src/gnu/usr.bin/perl/hints/cxux.sh
    U src/gnu/usr.bin/perl/hints/dos_djgpp.sh
    U src/gnu/usr.bin/perl/hints/aix_4.sh
    U src/gnu/usr.bin/perl/hints/svr4.sh
    U src/gnu/usr.bin/perl/hints/next_3.sh
    U src/gnu/usr.bin/perl/hints/newsos4.sh
    C src/gnu/usr.bin/perl/hints/freebsd.sh
    U src/gnu/usr.bin/perl/hints/broken-db.msg
    U src/gnu/usr.bin/perl/hints/amigaos.sh
    U src/gnu/usr.bin/perl/hints/mpc.sh
    U src/gnu/usr.bin/perl/hints/nonstopux.sh
    U src/gnu/usr.bin/perl/hints/ti1500.sh
    U src/gnu/usr.bin/perl/hints/midnightbsd.sh
    U src/gnu/usr.bin/perl/hints/mips.sh
    U src/gnu/usr.bin/perl/hints/unicosmk.sh
    U src/gnu/usr.bin/perl/hints/aix_3.sh
    C src/gnu/usr.bin/perl/hints/linux.sh
    U src/gnu/usr.bin/perl/hints/fps.sh
    C src/gnu/usr.bin/perl/hints/dgux.sh
    U src/gnu/usr.bin/perl/hints/sco.sh
    U src/gnu/usr.bin/perl/hints/svr5.sh
    U src/gnu/usr.bin/perl/hints/i386.sh
    U src/gnu/usr.bin/perl/hints/t001.c
    U src/gnu/usr.bin/perl/hints/vos.sh
    U src/gnu/usr.bin/perl/hints/posix-bc.sh
    U src/gnu/usr.bin/perl/hints/atheos.sh
    U src/gnu/usr.bin/perl/hints/titanos.sh
    C src/gnu/usr.bin/perl/hints/qnx.sh
    U src/gnu/usr.bin/perl/hints/irix_6_0.sh
    U src/gnu/usr.bin/perl/hints/3b1cc
    U src/gnu/usr.bin/perl/hints/os400.sh
    U src/gnu/usr.bin/perl/hints/esix4.sh
    C src/gnu/usr.bin/perl/hints/aix.sh
    U src/gnu/usr.bin/perl/hints/unisysdynix.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh
    U src/gnu/usr.bin/perl/hints/lynxos.sh
    U src/gnu/usr.bin/perl/hints/beos.sh
    U src/gnu/usr.bin/perl/hints/uts.sh
    U src/gnu/usr.bin/perl/hints/apollo.sh
    U src/gnu/usr.bin/perl/hints/next_3_0.sh
    U src/gnu/usr.bin/perl/hints/cygwin.sh
    U src/gnu/usr.bin/perl/hints/catamount.sh
    U src/gnu/usr.bin/perl/hints/darwin.sh
    U src/gnu/usr.bin/perl/hints/irix_5.sh
    U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh
    U src/gnu/usr.bin/perl/hints/3b1.sh
    U src/gnu/usr.bin/perl/hints/utekv.sh
    U src/gnu/usr.bin/perl/hints/rhapsody.sh
    C src/gnu/usr.bin/perl/hints/hpux.sh
    U src/gnu/usr.bin/perl/hints/greenhills.sh
    U src/gnu/usr.bin/perl/hints/aux_3.sh
    U src/gnu/usr.bin/perl/hints/riscos.sh
    C src/gnu/usr.bin/perl/hints/bsdos.sh
    U src/gnu/usr.bin/perl/hints/stellar.sh
    U src/gnu/usr.bin/perl/hints/irix_6_1.sh
    U src/gnu/usr.bin/perl/hints/ncr_tower.sh
    U src/gnu/usr.bin/perl/hints/dynix.sh
    U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh
    C src/gnu/usr.bin/perl/hints/os2.sh
    U src/gnu/usr.bin/perl/hints/irix_4.sh
    U src/gnu/usr.bin/perl/hints/README.hints
    U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh
    U src/gnu/usr.bin/perl/hints/genix.sh
    U src/gnu/usr.bin/perl/hints/openbsd.sh
    U src/gnu/usr.bin/perl/hints/altos486.sh
    U src/gnu/usr.bin/perl/hints/opus.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh
    U src/gnu/usr.bin/perl/hints/dec_osf.sh
    U src/gnu/usr.bin/perl/hints/ultrix_4.sh
    U src/gnu/usr.bin/perl/hints/interix.sh
    U src/gnu/usr.bin/perl/hints/os390.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_0.sh
    U src/gnu/usr.bin/perl/hints/vmesa.sh
    U src/gnu/usr.bin/perl/hints/haiku.sh
    U src/gnu/usr.bin/perl/hints/isc_2.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_1.sh
    U src/gnu/usr.bin/perl/hints/dynixptx.sh
    U src/gnu/usr.bin/perl/hints/mpeix.sh
    U src/gnu/usr.bin/perl/hints/next_4.sh
    U src/gnu/usr.bin/perl/hints/umips.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh
    U src/gnu/usr.bin/perl/hints/epix.sh
    U src/gnu/usr.bin/perl/hints/convexos.sh
    C src/gnu/usr.bin/perl/hints/irix_6.sh
    U src/gnu/usr.bin/perl/hints/dcosx.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh
    U src/gnu/usr.bin/perl/djgpp/configure.bat
    U src/gnu/usr.bin/perl/djgpp/djgppsed.sh
    U src/gnu/usr.bin/perl/djgpp/config.over
    U src/gnu/usr.bin/perl/djgpp/djgpp.h
    U src/gnu/usr.bin/perl/djgpp/djgpp.c
    U src/gnu/usr.bin/perl/djgpp/fixpmain
    N src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm
    N src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/BigRat.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/requirer.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/trap.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/hang.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratup.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigroot.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltrt.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/biglog.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigrat.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltpm.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/big_ap.t
    N src/gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat/Test.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/Changes
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/00-have-compiler.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/03-cplusplus.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/02-link.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t/01-basic.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.pm
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/Changes
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/typemap
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.xs
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-c.inc
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-xs.inc
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dynixptx.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/svr4.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/linux.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/aix.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/solaris.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/irix.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/sco.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dec_osf.pl
    N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/HiRes.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Devel/InnerPackage.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13except.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/14package.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/18skipped_package.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyrequire.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/19can_ok_clobber.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/11usetwice.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/15topicsafe.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_inner.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptarray.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_noinner.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_override.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_onefile.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/03diffname.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02alsoworks.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/05postpath.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_super.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyarray.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/01use.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/08nothing.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath_single.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyregex.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/09require.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works_taint.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/06multipath.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/16different_extension.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptregex.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/17devel_inner_package.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/20dodgy_files.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/07instantiate.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/21editor_junk.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12only.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir_single.t
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TA/C/A/I.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Zot/.Zork.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/No/Middle.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/Changes
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/TODO
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/MANIFEST.SKIP
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/README
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t
    N src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.xs
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Changes
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/mkheader
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/README
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.pm
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/proto.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/func.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/split.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/illegal.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/test.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/null.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/tie.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/form.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/fcdc.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/norm.t
    N src/gnu/usr.bin/perl/cpan/if/if.pm
    N src/gnu/usr.bin/perl/cpan/if/t/if.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/Changes
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/README
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.h
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmacxtra.c
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/shaxtra.c
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.c
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/dumpload.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t
    N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/CHANGES
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/README
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-compat.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t
    N src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t
    N src/gnu/usr.bin/perl/cpan/Test/lib/Test.pm
    N src/gnu/usr.bin/perl/cpan/Test/t/todo.t
    N src/gnu/usr.bin/perl/cpan/Test/t/05_about_verbose.t
    N src/gnu/usr.bin/perl/cpan/Test/t/mix.t
    N src/gnu/usr.bin/perl/cpan/Test/t/success.t
    N src/gnu/usr.bin/perl/cpan/Test/t/multiline.t
    N src/gnu/usr.bin/perl/cpan/Test/t/fail.t
    N src/gnu/usr.bin/perl/cpan/Test/t/qr.t
    N src/gnu/usr.bin/perl/cpan/Test/t/skip.t
    N src/gnu/usr.bin/perl/cpan/Test/t/onfail.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/NOTES
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/Changes
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/PATCHING
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/TODO
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/MANIFEST
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/xs.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm
    N src/gnu/usr.bin/perl/cpan/Tie-File/lib/Tie/File.pm
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/11_rv_splice_rs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/00_version.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/33_defer_vs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/27_iwrite.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/03_longfetch.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/23_rv_ac_splice.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/25_gen_nocache.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/29_downcopy.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/09_gen_rs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/02_fetchsize.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/30_defer.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/21_win32.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/41_heap.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/12_longfetch_rs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/07_rv_splice.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/15_pushpop.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/16_handle.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/04_splice.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/20_cache_full.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/24_cache_loop.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/06_fixrec.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/22_autochomp.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/32_defer_misc.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/14_lock.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/26_twrite.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/29a_upcopy.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/19_cache.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/28_mtwrite.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/42_offset.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/10_splice_rs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/13_size_rs.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/18_rs_fixrec.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/31_autodefer.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/01_gen.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/08_ro.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/17_misc_meth.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/40_abs_cache.t
    N src/gnu/usr.bin/perl/cpan/Tie-File/t/05_size.t
    N src/gnu/usr.bin/perl/cpan/bignum/lib/bigint.pm
    N src/gnu/usr.bin/perl/cpan/bignum/lib/bignum.pm
    N src/gnu/usr.bin/perl/cpan/bignum/lib/bigrat.pm
    N src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat/Trace.pm
    N src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt/Trace.pm
    N src/gnu/usr.bin/perl/cpan/bignum/t/big_e_pi.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/scope_r.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bn_lite.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/in_effect.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/option_a.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/brinfnan.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/option_l.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bigint.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bninfnan.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bigexp.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bii_e_pi.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/infnan.inc
    N src/gnu/usr.bin/perl/cpan/bignum/t/ratopt_a.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/biinfnan.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/scope_i.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bignum.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bigrat.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/bir_e_pi.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/scope_f.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/br_lite.t
    N src/gnu/usr.bin/perl/cpan/bignum/t/option_p.t
    N src/gnu/usr.bin/perl/cpan/Encode/Changes
    N src/gnu/usr.bin/perl/cpan/Encode/Encode.pm
    N src/gnu/usr.bin/perl/cpan/Encode/encoding.pm
    N src/gnu/usr.bin/perl/cpan/Encode/MANIFEST
    N src/gnu/usr.bin/perl/cpan/Encode/Encode.xs
    N src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/encengine.c
    N src/gnu/usr.bin/perl/cpan/Encode/README
    N src/gnu/usr.bin/perl/cpan/Encode/META.yml
    N src/gnu/usr.bin/perl/cpan/Encode/AUTHORS
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm
    N src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm
    N src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm
    N src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm
    N src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm
    N src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table
    N src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint
    N src/gnu/usr.bin/perl/cpan/Encode/bin/unidump
    N src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs
    N src/gnu/usr.bin/perl/cpan/Encode/bin/piconv
    N src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort
    N src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm
    N src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm
    N src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm
    N src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm
    N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm
    N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs
    N src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm
    N src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl
    N src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/guess.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl
    N src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc
    N src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm
    N src/gnu/usr.bin/perl/cpan/Encode/t/grow.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t
    N src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf
    N src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/ChangeLog
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/README
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/Changes
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest/private.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Compat.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PodParser.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Notes.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Dumper.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Cookbook.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Bundling.pod
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Authoring.pod
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Base.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Config.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PPMMaker.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ConfigData.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/API.pod
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Windows.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/os2.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/aix.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Unix.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Default.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/darwin.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VMS.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/scripts/config_data
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/perl_mb_opt.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/tilde.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/compat.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/ext.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/destinations.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/notes.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/install_extra_target.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/versions.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata2.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/xs.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/files.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/ppm.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_type.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_types.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/resume.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/runthrough.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/basic.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/new_from_context.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/use_tap_harness.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/sample.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/moduleinfo.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/install.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/debug.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/mymeta.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/write_default_maniskip.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/parents.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/test_file_exts.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundle_inc.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/PL_files.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/README.pod
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/script_dist.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/00-compile.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/pod_parser.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/help.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/extend.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/compat/exit.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/MBTest.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/DistGen.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie/CPHash.pm
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/share_dir.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/module_name.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/needs_compiler.t
    N src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/installdeps.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/Changes
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/README
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t
    N src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t
    N src/gnu/usr.bin/perl/cpan/B-Debug/Debug.pm
    N src/gnu/usr.bin/perl/cpan/B-Debug/t/debug.t
    N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/LaTeX.pm
    N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/user.t
    N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/pod2latex.t
    N src/gnu/usr.bin/perl/cpan/podlators/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/podlators/VERSION
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm
    N src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm
    N src/gnu/usr.bin/perl/cpan/podlators/t/text-options.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/filehandle.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/text-utf8.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/color.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.cap
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.pod
    N src/gnu/usr.bin/perl/cpan/podlators/t/man-heading.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.man
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.clr
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/devise-date.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/man-utf8.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/man.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/text.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/man-options.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/text-encoding.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/overstrike.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/termcap.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.ovr
    N src/gnu/usr.bin/perl/cpan/podlators/t/pod.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/basic.txt
    N src/gnu/usr.bin/perl/cpan/podlators/t/parselink.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/pod-spelling.t
    N src/gnu/usr.bin/perl/cpan/podlators/t/pod-parser.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/Changes
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Utils.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/utils.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveenv.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/000-load.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySource.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIteratorFactory.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSource.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint
    N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigFloat.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/const_mbf.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf1.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib1.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_rand.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_mbfw.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbf.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfi.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/trap.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintc.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nan_cmp.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf0.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib4.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/inf_nan.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfw.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib2.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbi.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbi.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/constant.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbf_ali.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/round.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_ali.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/with_sub.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/require.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfn.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/downgrade.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/alias.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new_overloaded.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mif.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigroot.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigints.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/lib_load.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/_e_math.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgradef.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/biglog.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfa.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.inc
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/big_pi_e.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_ali.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mif.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/isa.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/config.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib3.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Scalar.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Subclass.pm
    N src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm
    N src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t
    N src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/TODO
    N src/gnu/usr.bin/perl/cpan/Memoize/README
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm
    N src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/array.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t
    N src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po
    N src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/Manifest.t
    N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs
    N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm
    N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl
    N src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_xs.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort.xs
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/Changes
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/typemap
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/mktests.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/apicheck_c.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_pm.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/TODO
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/MANIFEST.SKIP
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/module2.c
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/ppport_h.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/README
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/soak
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/HACKERS
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/module3.c
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppptools.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/embed.fnc
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apidoc.fnc
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppport.fnc
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apicheck.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/podtest
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/version
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/variables
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/shared_pv
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/call
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/misc
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/format
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newRV
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/warn
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newCONSTSUB
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/magic
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/grok
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/snprintf
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/uv
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/MY_CXT
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphbin
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/mPUSH
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/exception
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphtest
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/threads
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/cop
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/limits
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSVpv
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sv_xpvf
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/HvNAME
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphdoc
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/gv
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvPV
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/strlfuncs
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sprintf
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/Sv_set
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pvs
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/memory
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004020
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005020
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004050
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008007
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005010
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009005
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008005
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005040
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008008
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005030
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008004
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008006
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004030
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004010
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009004
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004040
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004020
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005020
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004050
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008007
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005010
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009005
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008005
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005040
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008008
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005030
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008004
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008006
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004030
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004010
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009004
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007001
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006002
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004040
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007000
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007003
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/devtools.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/buildperl.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/regenerate
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/scanprov
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mkapidoc.sh
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/format.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/snprintf.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/call.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/gv.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/misc.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/variables.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/HvNAME.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/warn.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/memory.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/uv.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/ppphtest.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSVpv.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pvs.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/cop.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvPV.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/strlfuncs.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newCONSTSUB.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newRV.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/magic.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/exception.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/mPUSH.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/Sv_set.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/testutil.pl
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvREFCNT.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/shared_pv.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/MY_CXT.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/podtest.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sv_xpvf.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/limits.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sprintf.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/threads.t
    N src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/grok.t
    N src/gnu/usr.bin/perl/cpan/Cwd/Cwd.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/Changes
    N src/gnu/usr.bin/perl/cpan/Cwd/Cwd.xs
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Unix.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Epoc.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/OS2.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Functions.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Mac.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Win32.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/VMS.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec/Cygwin.pm
    N src/gnu/usr.bin/perl/cpan/Cwd/t/tmpdir.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/taint.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/cwd.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/win32.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/Functions.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/Spec.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/rel2abs2rel.t
    N src/gnu/usr.bin/perl/cpan/Cwd/t/crossplatform.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/ChangeLog
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/README
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt
    N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm
    N src/gnu/usr.bin/perl/cpan/CGI/Changes
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Switch.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Fast.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Util.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Cookie.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Push.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm
    N src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Pretty.pm
    N src/gnu/usr.bin/perl/cpan/CGI/examples/nph-clock.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/cookie.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/file_upload.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/javascript.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/save_state.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/diff_upload.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/popup.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/customize.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/nph-multipart.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/multiple_forms.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/internal_links.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/monty.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/index.html
    N src/gnu/usr.bin/perl/cpan/CGI/examples/wilogo.gif
    N src/gnu/usr.bin/perl/cpan/CGI/examples/frameset.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/caution.xbm
    N src/gnu/usr.bin/perl/cpan/CGI/examples/clickable_image.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/make_links.pl
    N src/gnu/usr.bin/perl/cpan/CGI/examples/dna.small.gif
    N src/gnu/usr.bin/perl/cpan/CGI/examples/tryit.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/examples/crash.cgi
    N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_start.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_asterisk.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/can.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/http.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/upload.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/cookie.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/request.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/function.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/start_end_end.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/checkbox_group.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/util-58.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/init_test.txt
    N src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt
    N src/gnu/usr.bin/perl/cpan/CGI/t/unescapeHTML.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/init.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/save_read_roundtrip.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/html.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/autoescape.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/no_tabindex.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/carp.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/form.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/pretty.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/query_string.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/switch.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/apache.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/utf8.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/push.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/end_form.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/util.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/Dump.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/user_agent.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/popup_menu.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/uploadInfo.t
    N src/gnu/usr.bin/perl/cpan/CGI/t/url.t
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/02_Parse_Version.t
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/Changes
    N src/gnu/usr.bin/perl/cpan/List-Util/multicall.h
    N src/gnu/usr.bin/perl/cpan/List-Util/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/List-Util/README
    N src/gnu/usr.bin/perl/cpan/List-Util/ListUtil.xs
    N src/gnu/usr.bin/perl/cpan/List-Util/XS.pp
    N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/PP.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/XS.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util/PP.pm
    N src/gnu/usr.bin/perl/cpan/List-Util/t/reftype.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_minstr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/stack-corruption.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/proto.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/tainted.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_reftype.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/readonly.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/00version.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/expfail.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_first.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_maxstr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/weak.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/maxstr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/min.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_reduce.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/refaddr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/first.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_readonly.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/max.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_openhan.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_00version.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/lln.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_sum.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/openhan.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_tainted.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/reduce.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/dualvar.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_blessed.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/isvstring.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/shuffle.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_lln.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/minstr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_max.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_min.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_refaddr.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/p_shuffle.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/blessed.t
    N src/gnu/usr.bin/perl/cpan/List-Util/t/sum.t
    N src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm
    N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t
    N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t
    N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t
    N src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t
    N src/gnu/usr.bin/perl/cpan/Text-Soundex/Changes
    N src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.pm
    N src/gnu/usr.bin/perl/cpan/Text-Soundex/README
    N src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.xs
    N src/gnu/usr.bin/perl/cpan/Text-Soundex/t/Soundex.t
    N src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm
    N src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t
    N src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/Changes
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/lib/encoding/warnings.pm
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/1-warning.t
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/3-normal.t
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/2-fatal.t
    N src/gnu/usr.bin/perl/cpan/encoding-warnings/t/4-lexical.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/lib/Object/Accessor.pm
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/06_Object-Accessor-alias.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/05_Object-Accessor-callback.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/03_Object-Accessor-local.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/02_Object-Accessor-allow.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t
    N src/gnu/usr.bin/perl/cpan/Object-Accessor/t/00_Object-Accessor.t
    N src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI.pm
    N src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI/History.pm
    N src/gnu/usr.bin/perl/cpan/Term-UI/t/02_ui.t
    N src/gnu/usr.bin/perl/cpan/Term-UI/t/00_load.t
    N src/gnu/usr.bin/perl/cpan/Term-UI/t/01_history.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/ChangeLog
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/README
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pod
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pod
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Constants.pod
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pod
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Constants.pm
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pod
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/constants.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/uk.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/rename.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/all.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script.t
    N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country.t
    N src/gnu/usr.bin/perl/cpan/Digest/Changes
    N src/gnu/usr.bin/perl/cpan/Digest/Digest.pm
    N src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm
    N src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm
    N src/gnu/usr.bin/perl/cpan/Digest/t/file.t
    N src/gnu/usr.bin/perl/cpan/Digest/t/digest.t
    N src/gnu/usr.bin/perl/cpan/Digest/t/base.t
    N src/gnu/usr.bin/perl/cpan/Shell/Shell.pm
    N src/gnu/usr.bin/perl/cpan/Shell/t/Shell.t
    N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ANSIColor.pm
    N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ChangeLog
    N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/README
    N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Error.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp-run-perl
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpan2dist
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/10_CPANPLUS-Error.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/08_CPANPLUS-Backend.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/04_CPANPLUS-Module.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/19_CPANPLUS-Dist.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/15_CPANPLUS-Shell.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/02_CPANPLUS-Internals.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/25_CPANPLUS.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/01_CPANPLUS-Configure.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/inc/conf.pl
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Usage.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Checker.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage2.pod
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage2.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/p2u_data.pl
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.t
    N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl
    N src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz
    N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message.pm
    N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Item.pm
    N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Config.pm
    N src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Handlers.pm
    N src/gnu/usr.bin/perl/cpan/Log-Message/t/01_Log-Message-Config.t
    N src/gnu/usr.bin/perl/cpan/Log-Message/t/02_Log-Message.t
    N src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/LoadMe.pl
    N src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/config_file
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/README
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t
    N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/Changes
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/uupacktool.pl
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/16_nullrefs.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/11_meta_yml.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/13_perl_smith.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/14_yaml_org.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/18_tap.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/05_export.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/01_compile.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/03_regression.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/15_multibyte.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/12_plagger.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/17_toolbar.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/02_basic.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/21_bom.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/04_scalar.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/19_errors.t
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/sample.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/HTML-WebDAO.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/toolbar.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/multibyte.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml
    N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/vanilla.yml
    N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/lib/Log/Message/Simple.pm
    N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/01_use.t
    N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/03_functions.t
    N src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/02_imports.t
    N src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc
    N src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h
    N src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm
    N src/gnu/usr.bin/perl/cpan/Win32API-File/Changes
    N src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs
    N src/gnu/usr.bin/perl/cpan/Win32API-File/typemap
    N src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Win32API-File/README
    N src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h
    N src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h
    N src/gnu/usr.bin/perl/cpan/Win32API-File/ExtUtils/Myconst2perl.pm
    N src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t
    N src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/lib/Archive/Extract.pm
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/01_Archive-Extract.t
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.jar
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.jar
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/double_dir.zip
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.par
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.zip
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.bz2
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tbz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.gz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.bz2
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.gz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.gz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.par
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tgz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.Z
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.lzma
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tgz
    N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.zip
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/lib/ExtUtils/Command.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/eu_command.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/cp.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-Command/t/lib/TieOut.pm
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/Changes
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/README
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t
    N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t
    N src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm
    N src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t
    N src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint.pm
    N src/gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint/Debug.pm
    N src/gnu/usr.bin/perl/cpan/B-Lint/t/lint.t
    N src/gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file
    N src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t
    N src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/Changes
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/README
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/warn.t
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t
    N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.xs
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.pm
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/mbi_rand.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigintfc.t
    N src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/leak.t
    N src/gnu/usr.bin/perl/cpan/Win32/Changes
    N src/gnu/usr.bin/perl/cpan/Win32/longpath.inc
    N src/gnu/usr.bin/perl/cpan/Win32/Win32.pm
    N src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Win32/Win32.xs
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/Names.t
    N src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/Changes
    N src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/IO-Compress/README
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtdef
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzcat
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtinf
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzgrep
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzstream
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/anycat
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzcat
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzappend
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzgrep
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzstream
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzstream
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzcat
    N src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzgrep
    N src/gnu/usr.bin/perl/cpan/IO-Compress/pod/FAQ.pod
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-05examples.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-zlib.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl
    N src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl
    N src/gnu/usr.bin/perl/cpan/Test-Simple/Changes
    N src/gnu/usr.bin/perl/cpan/Test-Simple/TODO
    N src/gnu/usr.bin/perl/cpan/Test-Simple/README
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/examples/indent.pl
    N src/gnu/usr.bin/perl/cpan/Test-Simple/examples/subtest.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/todo.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_dne_bug.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fork.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/new_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/note.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/dependents.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_use_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/exit.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_skip_all.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/diag.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_require_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/circular_data.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/versions.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/dont_overwrite_die_handler.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/died.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/bail_out.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/import.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload_threads.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/More.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/00test_harness_check.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_bad.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-like.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/useing.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_shouldnt_import.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_no_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra_one.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/undef.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/simple.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/c_flag.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/buffer.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/cmp_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/bad_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_is_noplan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/utf8.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_fail.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail_one.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/skipall.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/filehandles.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/harness_active.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_with_threads.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/explain.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_tests.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/skip.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-more.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/require_ok.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/threads.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/eq_set.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/missing.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/basic.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/for_do_t.test
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/singleton.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/do.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/die.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/args.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/exceptions.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/create.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_diag.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_header.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/maybe_regex.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_plan_at_all.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan2.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_fh.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/try.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/details.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_number.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/ok_obj.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test_without_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/carp.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/output.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/reset.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_double.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_ending.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_plan.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/Builder.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_passing.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_04line_num.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_06errormess.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_01basic.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_05faildiag.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_07args.t
    N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_03die.t
    N src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm
    N src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t
    N src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t
    N src/gnu/usr.bin/perl/cpan/Package-Constants/lib/Package/Constants.pm
    N src/gnu/usr.bin/perl/cpan/Package-Constants/t/01_list.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs
    N src/gnu/usr.bin/perl/cpan/Time-Piece/Changes
    N src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm
    N src/gnu/usr.bin/perl/cpan/Time-Piece/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Time-Piece/README
    N src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t
    N src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Changes
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/README
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtdef
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtinf
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/pod/FAQ.pod
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
    N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm
    N src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm
    N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm
    N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm
    N src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/flock.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/context.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/caller.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/version.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/exec.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/recv.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/internal.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/open.t
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm
    N src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm
    N src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm
    N src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/README.win32
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Changes
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/README
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t
    N src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t
    N src/gnu/usr.bin/perl/cpan/NEXT/Changes
    N src/gnu/usr.bin/perl/cpan/NEXT/README
    N src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm
    N src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t
    N src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t
    N src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t
    N src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t
    N src/gnu/usr.bin/perl/cpan/NEXT/t/next.t
    N src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t
    N src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm
    N src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm
    N src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t
    N src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t
    N src/gnu/usr.bin/perl/cpan/DB_File/version.c
    N src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm
    N src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS
    N src/gnu/usr.bin/perl/cpan/DB_File/Changes
    N src/gnu/usr.bin/perl/cpan/DB_File/typemap
    N src/gnu/usr.bin/perl/cpan/DB_File/dbinfo
    N src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs
    N src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/DB_File/config.in
    N src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl
    N src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl
    N src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t
    N src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t
    N src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t
    N src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm
    N src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm
    N src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t
    N src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t
    N src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/inc/conf.pl
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz
    N src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/CHANGELOG
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t
    N src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t
    N src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm
    N src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t
    N src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t
    N src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t
    N src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t
    N src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t
    N src/gnu/usr.bin/perl/cpan/parent/t/parent.t
    N src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t
    N src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm
    N src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
    N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin
    N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm
    N src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm
    N src/gnu/usr.bin/perl/cpan/Class-ISA/ChangeLog
    N src/gnu/usr.bin/perl/cpan/Class-ISA/lib/Class/ISA.pm
    N src/gnu/usr.bin/perl/cpan/Class-ISA/t/00_about_verbose.t
    N src/gnu/usr.bin/perl/cpan/Class-ISA/t/01_old_junk.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Changes
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/README
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t
    N src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
    N src/gnu/usr.bin/perl/cpan/File-Temp/Temp.pm
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t
    N src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t
    N src/gnu/usr.bin/perl/cpan/CPAN/Changes
    N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub
    N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub
    N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub
    N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml
    N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm
    N src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan
    N src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t
    N src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t
    N src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t
    N src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t
    N src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t
    N src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
    N src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/Changes
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSUsage.xs
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSTest.xs
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/typemap
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/basic.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/usage.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSTest.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSUsage.pm
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/more.t
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSInclude.xsh
    N src/gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t/XSMore.xs
    N src/gnu/usr.bin/perl/cpan/libnet/Changes
    N src/gnu/usr.bin/perl/cpan/libnet/Hostname.pm.eg
    N src/gnu/usr.bin/perl/cpan/libnet/Config.eg
    N src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL
    N src/gnu/usr.bin/perl/cpan/libnet/README
    N src/gnu/usr.bin/perl/cpan/libnet/demos/nntp
    N src/gnu/usr.bin/perl/cpan/libnet/demos/ftp
    N src/gnu/usr.bin/perl/cpan/libnet/demos/time
    N src/gnu/usr.bin/perl/cpan/libnet/demos/smtp.self
    N src/gnu/usr.bin/perl/cpan/libnet/demos/inetd
    N src/gnu/usr.bin/perl/cpan/libnet/demos/nntp.mirror
    N src/gnu/usr.bin/perl/cpan/libnet/demos/pop3
    N src/gnu/usr.bin/perl/cpan/libnet/Net/Domain.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/Netrc.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/libnetFAQ.pod
    N src/gnu/usr.bin/perl/cpan/libnet/Net/Time.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/POP3.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/Cmd.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/Config.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/SMTP.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/NNTP.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/I.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/A.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/L.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/dataconn.pm
    N src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/E.pm
    N src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl
    N src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/time.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/require.t
    N src/gnu/usr.bin/perl/cpan/libnet/t/config.t
    U src/gnu/usr.bin/perl/pod/perlhack.pod
    C src/gnu/usr.bin/perl/pod/perldata.pod
    U src/gnu/usr.bin/perl/pod/perlfilter.pod
    U src/gnu/usr.bin/perl/pod/perldebtut.pod
    U src/gnu/usr.bin/perl/pod/perlclib.pod
    U src/gnu/usr.bin/perl/pod/perl592delta.pod
    U src/gnu/usr.bin/perl/pod/perlpacktut.pod
    U src/gnu/usr.bin/perl/pod/podselect.PL
    U src/gnu/usr.bin/perl/pod/perlport.pod
    N src/gnu/usr.bin/perl/pod/perl5120delta.pod
    C src/gnu/usr.bin/perl/pod/perlfaq6.pod
    C src/gnu/usr.bin/perl/pod/perlsyn.pod
    U src/gnu/usr.bin/perl/pod/perltooc.pod
    U src/gnu/usr.bin/perl/pod/perlartistic.pod
    U src/gnu/usr.bin/perl/pod/perlunitut.pod
    C src/gnu/usr.bin/perl/pod/perlipc.pod
    N src/gnu/usr.bin/perl/pod/perlpolicy.pod
    U src/gnu/usr.bin/perl/pod/perlbot.pod
    U src/gnu/usr.bin/perl/pod/splitpod
    C src/gnu/usr.bin/perl/pod/perlguts.pod
    C src/gnu/usr.bin/perl/pod/perlpod.pod
    C src/gnu/usr.bin/perl/pod/perlfaq.pod
    N src/gnu/usr.bin/perl/pod/perl5112delta.pod
    C src/gnu/usr.bin/perl/pod/perl58delta.pod
    U src/gnu/usr.bin/perl/pod/perliol.pod
    U src/gnu/usr.bin/perl/pod/perlretut.pod
    U src/gnu/usr.bin/perl/pod/rofftoc
    U src/gnu/usr.bin/perl/pod/perlreref.pod
    U src/gnu/usr.bin/perl/pod/perl5100delta.pod
    U src/gnu/usr.bin/perl/pod/perl5004delta.pod
    U src/gnu/usr.bin/perl/pod/perlutil.pod
    C src/gnu/usr.bin/perl/pod/perlxs.pod
    C src/gnu/usr.bin/perl/pod/perlsec.pod
    C src/gnu/usr.bin/perl/pod/perlfunc.pod
    U src/gnu/usr.bin/perl/pod/perlreguts.pod
    U src/gnu/usr.bin/perl/pod/perl591delta.pod
    U src/gnu/usr.bin/perl/pod/pod2html.PL
    U src/gnu/usr.bin/perl/pod/perlpodspec.pod
    C src/gnu/usr.bin/perl/pod/perlfaq7.pod
    U src/gnu/usr.bin/perl/pod/perlreapi.pod
    N src/gnu/usr.bin/perl/pod/perl5113delta.pod
    C src/gnu/usr.bin/perl/pod/perlobj.pod
    C src/gnu/usr.bin/perl/pod/perlmodinstall.pod
    C src/gnu/usr.bin/perl/pod/perlxstut.pod
    U src/gnu/usr.bin/perl/pod/perl581delta.pod
    U src/gnu/usr.bin/perl/pod/perlcheat.pod
    U src/gnu/usr.bin/perl/pod/perlreftut.pod
    U src/gnu/usr.bin/perl/pod/perl56delta.pod
    C src/gnu/usr.bin/perl/pod/pod2man.PL
    C src/gnu/usr.bin/perl/pod/perlembed.pod
    C src/gnu/usr.bin/perl/pod/perllocale.pod
    U src/gnu/usr.bin/perl/pod/perlrequick.pod
    U src/gnu/usr.bin/perl/pod/podchecker.PL
    U src/gnu/usr.bin/perl/pod/perlrepository.pod
    C src/gnu/usr.bin/perl/pod/perlfaq1.pod
    U src/gnu/usr.bin/perl/pod/perlcommunity.pod
    U src/gnu/usr.bin/perl/pod/perlglossary.pod
    C src/gnu/usr.bin/perl/pod/perlfaq5.pod
    C src/gnu/usr.bin/perl/pod/perlrun.pod
    U src/gnu/usr.bin/perl/pod/perlmroapi.pod
    U src/gnu/usr.bin/perl/pod/splitman
    C src/gnu/usr.bin/perl/pod/perldebug.pod
    C src/gnu/usr.bin/perl/pod/perldiag.pod
    C src/gnu/usr.bin/perl/pod/perltoot.pod
    U src/gnu/usr.bin/perl/pod/perlrebackslash.pod
    U src/gnu/usr.bin/perl/pod/perlnumber.pod
    U src/gnu/usr.bin/perl/pod/perl590delta.pod
    U src/gnu/usr.bin/perl/pod/perltodo.pod
    U src/gnu/usr.bin/perl/pod/perlmodstyle.pod
    U src/gnu/usr.bin/perl/pod/perl586delta.pod
    U src/gnu/usr.bin/perl/pod/perllexwarn.pod
    U src/gnu/usr.bin/perl/pod/perl589delta.pod
    U src/gnu/usr.bin/perl/pod/perlunifaq.pod
    U src/gnu/usr.bin/perl/pod/perluniintro.pod
    C src/gnu/usr.bin/perl/pod/perl.pod
    U src/gnu/usr.bin/perl/pod/perldebguts.pod
    C src/gnu/usr.bin/perl/pod/perlre.pod
    N src/gnu/usr.bin/perl/pod/perl5121delta.pod
    N src/gnu/usr.bin/perl/pod/perl5114delta.pod
    C src/gnu/usr.bin/perl/pod/roffitall
    N src/gnu/usr.bin/perl/pod/perl5111delta.pod
    C src/gnu/usr.bin/perl/pod/perlfaq2.pod
    U src/gnu/usr.bin/perl/pod/perlboot.pod
    C src/gnu/usr.bin/perl/pod/perldsc.pod
    U src/gnu/usr.bin/perl/pod/perlbook.pod
    U src/gnu/usr.bin/perl/pod/perlrecharclass.pod
    C src/gnu/usr.bin/perl/pod/perlmod.pod
    C src/gnu/usr.bin/perl/pod/perlfaq3.pod
    N src/gnu/usr.bin/perl/pod/perl5122delta.pod
    U src/gnu/usr.bin/perl/pod/pod2latex.PL
    C src/gnu/usr.bin/perl/pod/perlcall.pod
    U src/gnu/usr.bin/perl/pod/perlref.pod
    U src/gnu/usr.bin/perl/pod/perl570delta.pod
    U src/gnu/usr.bin/perl/pod/perl5101delta.pod
    U src/gnu/usr.bin/perl/pod/perlmodlib.PL
    U src/gnu/usr.bin/perl/pod/perlapio.pod
    U src/gnu/usr.bin/perl/pod/Makefile.SH
    C src/gnu/usr.bin/perl/pod/perltie.pod
    U src/gnu/usr.bin/perl/pod/perlform.pod
    U src/gnu/usr.bin/perl/pod/perl561delta.pod
    U src/gnu/usr.bin/perl/pod/perl594delta.pod
    U src/gnu/usr.bin/perl/pod/perltrap.pod
    C src/gnu/usr.bin/perl/pod/perlsub.pod
    U src/gnu/usr.bin/perl/pod/perlfork.pod
    U src/gnu/usr.bin/perl/pod/perl587delta.pod
    U src/gnu/usr.bin/perl/pod/pod2text.PL
    U src/gnu/usr.bin/perl/pod/perlstyle.pod
    C src/gnu/usr.bin/perl/pod/perlfaq4.pod
    U src/gnu/usr.bin/perl/pod/perlintro.pod
    C src/gnu/usr.bin/perl/pod/perlfaq9.pod
    U src/gnu/usr.bin/perl/pod/perl593delta.pod
    U src/gnu/usr.bin/perl/pod/perlopentut.pod
    C src/gnu/usr.bin/perl/pod/perlfaq8.pod
    U src/gnu/usr.bin/perl/pod/perlvms.pod
    U src/gnu/usr.bin/perl/pod/perldbmfilter.pod
    U src/gnu/usr.bin/perl/pod/perlebcdic.pod
    C src/gnu/usr.bin/perl/pod/perllol.pod
    U src/gnu/usr.bin/perl/pod/perlnewmod.pod
    U src/gnu/usr.bin/perl/pod/perl585delta.pod
    U src/gnu/usr.bin/perl/pod/perlperf.pod
    U src/gnu/usr.bin/perl/pod/perlgpl.pod
    U src/gnu/usr.bin/perl/pod/perl582delta.pod
    U src/gnu/usr.bin/perl/pod/perldoc.pod
    U src/gnu/usr.bin/perl/pod/perl571delta.pod
    C src/gnu/usr.bin/perl/pod/perlop.pod
    U src/gnu/usr.bin/perl/pod/perl588delta.pod
    C src/gnu/usr.bin/perl/pod/buildtoc
    C src/gnu/usr.bin/perl/pod/perlvar.pod
    U src/gnu/usr.bin/perl/pod/perlcompile.pod
    C src/gnu/usr.bin/perl/pod/perlthrtut.pod
    U src/gnu/usr.bin/perl/pod/perlunicode.pod
    U src/gnu/usr.bin/perl/pod/perl584delta.pod
    U src/gnu/usr.bin/perl/pod/perl5005delta.pod
    U src/gnu/usr.bin/perl/pod/pod2usage.PL
    U src/gnu/usr.bin/perl/pod/perl572delta.pod
    U src/gnu/usr.bin/perl/pod/perl595delta.pod
    C src/gnu/usr.bin/perl/pod/perlhist.pod
    U src/gnu/usr.bin/perl/pod/perl573delta.pod
    N src/gnu/usr.bin/perl/pod/perl5115delta.pod
    N src/gnu/usr.bin/perl/pod/perl5110delta.pod
    U src/gnu/usr.bin/perl/pod/perlpragma.pod
    U src/gnu/usr.bin/perl/pod/perl583delta.pod
    U src/gnu/usr.bin/perl/mpeix/relink
    U src/gnu/usr.bin/perl/mpeix/nm
    U src/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c
    U src/gnu/usr.bin/perl/mpeix/mpeix.c
    U src/gnu/usr.bin/perl/mpeix/mpeixish.h
    U src/gnu/usr.bin/perl/utils/Makefile
    U src/gnu/usr.bin/perl/utils/cpan2dist.PL
    U src/gnu/usr.bin/perl/utils/instmodsh.PL
    U src/gnu/usr.bin/perl/utils/dprofpp.PL
    U src/gnu/usr.bin/perl/utils/perldoc.PL
    U src/gnu/usr.bin/perl/utils/piconv.PL
    U src/gnu/usr.bin/perl/utils/shasum.PL
    C src/gnu/usr.bin/perl/utils/h2xs.PL
    U src/gnu/usr.bin/perl/utils/ptardiff.PL
    C src/gnu/usr.bin/perl/utils/perlbug.PL
    C src/gnu/usr.bin/perl/utils/h2ph.PL
    U src/gnu/usr.bin/perl/utils/libnetcfg.PL
    U src/gnu/usr.bin/perl/utils/config_data.PL
    U src/gnu/usr.bin/perl/utils/cpanp-run-perl.PL
    U src/gnu/usr.bin/perl/utils/prove.PL
    U src/gnu/usr.bin/perl/utils/Makefile.SH
    U src/gnu/usr.bin/perl/utils/ptar.PL
    U src/gnu/usr.bin/perl/utils/pl2pm.PL
    U src/gnu/usr.bin/perl/utils/cpan.PL
    U src/gnu/usr.bin/perl/utils/xsubpp.PL
    U src/gnu/usr.bin/perl/utils/cpanp.PL
    U src/gnu/usr.bin/perl/utils/c2ph.PL
    U src/gnu/usr.bin/perl/utils/splain.PL
    U src/gnu/usr.bin/perl/utils/corelist.PL
    U src/gnu/usr.bin/perl/utils/enc2xs.PL
    U src/gnu/usr.bin/perl/utils/perlivp.PL
    U src/gnu/usr.bin/perl/haiku/haikuish.h
    U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm
    U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs
    U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL
    C src/gnu/usr.bin/perl/t/harness
    C src/gnu/usr.bin/perl/t/TEST
    U src/gnu/usr.bin/perl/t/perl.supp
    U src/gnu/usr.bin/perl/t/README
    U src/gnu/usr.bin/perl/t/thread_it.pl
    U src/gnu/usr.bin/perl/t/test.pl
    U src/gnu/usr.bin/perl/t/lib/mypragma.t
    N src/gnu/usr.bin/perl/t/lib/test_use.pm
    U src/gnu/usr.bin/perl/t/lib/h2ph.pht
    U src/gnu/usr.bin/perl/t/lib/h2ph.h
    N src/gnu/usr.bin/perl/t/lib/overload_fallback.t
    U src/gnu/usr.bin/perl/t/lib/Cname.pm
    U src/gnu/usr.bin/perl/t/lib/commonsense.t
    U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm
    N src/gnu/usr.bin/perl/t/lib/croak.t
    U src/gnu/usr.bin/perl/t/lib/mypragma.pm
    N src/gnu/usr.bin/perl/t/lib/test_use_14937.pm
    N src/gnu/usr.bin/perl/t/lib/deprecate.t
    U src/gnu/usr.bin/perl/t/lib/cygwin.t
    U src/gnu/usr.bin/perl/t/lib/1_compile.t
    U src/gnu/usr.bin/perl/t/lib/compmod.pl
    U src/gnu/usr.bin/perl/t/lib/common.pl
    U src/gnu/usr.bin/perl/t/lib/no_load.t
    U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t
    U src/gnu/usr.bin/perl/t/lib/feature/switch
    U src/gnu/usr.bin/perl/t/lib/feature/implicit
    U src/gnu/usr.bin/perl/t/lib/feature/bundle
    U src/gnu/usr.bin/perl/t/lib/feature/say
    U src/gnu/usr.bin/perl/t/lib/feature/nonesuch
    N src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm
    N src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm
    U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm
    U src/gnu/usr.bin/perl/t/lib/strict/subs
    U src/gnu/usr.bin/perl/t/lib/strict/refs
    U src/gnu/usr.bin/perl/t/lib/strict/vars
    U src/gnu/usr.bin/perl/t/lib/warnings/doio
    C src/gnu/usr.bin/perl/t/lib/warnings/sv
    U src/gnu/usr.bin/perl/t/lib/warnings/doop
    U src/gnu/usr.bin/perl/t/lib/warnings/3both
    U src/gnu/usr.bin/perl/t/lib/warnings/6default
    U src/gnu/usr.bin/perl/t/lib/warnings/9uninit
    U src/gnu/usr.bin/perl/t/lib/warnings/regcomp
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack
    U src/gnu/usr.bin/perl/t/lib/warnings/run
    U src/gnu/usr.bin/perl/t/lib/warnings/pp
    U src/gnu/usr.bin/perl/t/lib/warnings/4lint
    U src/gnu/usr.bin/perl/t/lib/warnings/malloc
    U src/gnu/usr.bin/perl/t/lib/warnings/7fatal
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys
    U src/gnu/usr.bin/perl/t/lib/warnings/op
    U src/gnu/usr.bin/perl/t/lib/warnings/toke
    U src/gnu/usr.bin/perl/t/lib/warnings/5nolint
    U src/gnu/usr.bin/perl/t/lib/warnings/1global
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot
    U src/gnu/usr.bin/perl/t/lib/warnings/util
    U src/gnu/usr.bin/perl/t/lib/warnings/perly
    U src/gnu/usr.bin/perl/t/lib/warnings/av
    U src/gnu/usr.bin/perl/t/lib/warnings/mg
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl
    U src/gnu/usr.bin/perl/t/lib/warnings/2use
    U src/gnu/usr.bin/perl/t/lib/warnings/regexec
    U src/gnu/usr.bin/perl/t/lib/warnings/hv
    U src/gnu/usr.bin/perl/t/lib/warnings/pad
    U src/gnu/usr.bin/perl/t/lib/warnings/universal
    U src/gnu/usr.bin/perl/t/lib/warnings/9enabled
    U src/gnu/usr.bin/perl/t/lib/warnings/gv
    U src/gnu/usr.bin/perl/t/lib/warnings/utf8
    U src/gnu/usr.bin/perl/t/lib/warnings/perlio
    U src/gnu/usr.bin/perl/t/lib/warnings/perl
    U src/gnu/usr.bin/perl/t/lib/warnings/8signal
    U src/gnu/usr.bin/perl/t/lib/warnings/taint
    U src/gnu/usr.bin/perl/t/lib/locale/latin1
    U src/gnu/usr.bin/perl/t/lib/locale/utf8
    U src/gnu/usr.bin/perl/t/uni/class.t
    U src/gnu/usr.bin/perl/t/uni/case.pl
    U src/gnu/usr.bin/perl/t/uni/cache.t
    U src/gnu/usr.bin/perl/t/uni/chr.t
    C src/gnu/usr.bin/perl/t/uni/tr_7jis.t
    U src/gnu/usr.bin/perl/t/uni/greek.t
    U src/gnu/usr.bin/perl/t/uni/lex_utf8.t
    U src/gnu/usr.bin/perl/t/uni/tie.t
    U src/gnu/usr.bin/perl/t/uni/upper.t
    C src/gnu/usr.bin/perl/t/uni/tr_utf8.t
    U src/gnu/usr.bin/perl/t/uni/write.t
    U src/gnu/usr.bin/perl/t/uni/overload.t
    C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t
    U src/gnu/usr.bin/perl/t/uni/chomp.t
    U src/gnu/usr.bin/perl/t/uni/lower.t
    U src/gnu/usr.bin/perl/t/uni/latin2.t
    U src/gnu/usr.bin/perl/t/uni/sprintf.t
    C src/gnu/usr.bin/perl/t/uni/tr_sjis.t
    U src/gnu/usr.bin/perl/t/uni/fold.t
    U src/gnu/usr.bin/perl/t/uni/title.t
    U src/gnu/usr.bin/perl/t/cmd/elsif.t
    U src/gnu/usr.bin/perl/t/cmd/while.t
    U src/gnu/usr.bin/perl/t/cmd/for.t
    U src/gnu/usr.bin/perl/t/cmd/subval.t
    C src/gnu/usr.bin/perl/t/cmd/switch.t
    U src/gnu/usr.bin/perl/t/cmd/mod.t
    U src/gnu/usr.bin/perl/t/win32/system.t
    U src/gnu/usr.bin/perl/t/win32/system_tests
    C src/gnu/usr.bin/perl/t/base/term.t
    U src/gnu/usr.bin/perl/t/base/if.t
    U src/gnu/usr.bin/perl/t/base/cond.t
    U src/gnu/usr.bin/perl/t/base/pat.t
    U src/gnu/usr.bin/perl/t/base/rs.t
    U src/gnu/usr.bin/perl/t/base/num.t
    C src/gnu/usr.bin/perl/t/base/lex.t
    U src/gnu/usr.bin/perl/t/run/switchx2.aux
    U src/gnu/usr.bin/perl/t/run/exit.t
    U src/gnu/usr.bin/perl/t/run/switchC.t
    U src/gnu/usr.bin/perl/t/run/switch0.t
    U src/gnu/usr.bin/perl/t/run/switchI.t
    U src/gnu/usr.bin/perl/t/run/switchn.t
    U src/gnu/usr.bin/perl/t/run/switchx.t
    U src/gnu/usr.bin/perl/t/run/switchx.aux
    U src/gnu/usr.bin/perl/t/run/fresh_perl.t
    U src/gnu/usr.bin/perl/t/run/switchF1.t
    U src/gnu/usr.bin/perl/t/run/cloexec.t
    U src/gnu/usr.bin/perl/t/run/switcht.t
    U src/gnu/usr.bin/perl/t/run/switchp.t
    U src/gnu/usr.bin/perl/t/run/switchF.t
    U src/gnu/usr.bin/perl/t/run/noswitch.t
    N src/gnu/usr.bin/perl/t/run/script.t
    U src/gnu/usr.bin/perl/t/run/switcha.t
    U src/gnu/usr.bin/perl/t/run/switches.t
    U src/gnu/usr.bin/perl/t/run/runenv.t
    U src/gnu/usr.bin/perl/t/run/switchd.t
    U src/gnu/usr.bin/perl/t/japh/abigail.t
    U src/gnu/usr.bin/perl/t/op/sselect.t
    U src/gnu/usr.bin/perl/t/op/state.t
    U src/gnu/usr.bin/perl/t/op/hash.t
    C src/gnu/usr.bin/perl/t/op/ref.t
    U src/gnu/usr.bin/perl/t/op/crypt.t
    U src/gnu/usr.bin/perl/t/op/pos.t
    U src/gnu/usr.bin/perl/t/op/threads_create.pl
    N src/gnu/usr.bin/perl/t/op/filehandle.t
    N src/gnu/usr.bin/perl/t/op/while_readdir.t
    U src/gnu/usr.bin/perl/t/op/attrhand.t
    C src/gnu/usr.bin/perl/t/op/groups.t
    C src/gnu/usr.bin/perl/t/op/runlevel.t
    U src/gnu/usr.bin/perl/t/op/smartmatch.t
    U src/gnu/usr.bin/perl/t/op/defins.t
    C src/gnu/usr.bin/perl/t/op/fork.t
    C src/gnu/usr.bin/perl/t/op/study.t
    U src/gnu/usr.bin/perl/t/op/utf8decode.t
    U src/gnu/usr.bin/perl/t/op/stash.t
    C src/gnu/usr.bin/perl/t/op/glob.t
    U src/gnu/usr.bin/perl/t/op/concat.t
    U src/gnu/usr.bin/perl/t/op/ord.t
    C src/gnu/usr.bin/perl/t/op/gv.t
    U src/gnu/usr.bin/perl/t/op/sub.t
    U src/gnu/usr.bin/perl/t/op/tiehandle.t
    U src/gnu/usr.bin/perl/t/op/fh.t
    U src/gnu/usr.bin/perl/t/op/bless.t
    C src/gnu/usr.bin/perl/t/op/taint.t
    U src/gnu/usr.bin/perl/t/op/delete.t
    C src/gnu/usr.bin/perl/t/op/index.t
    C src/gnu/usr.bin/perl/t/op/readdir.t
    U src/gnu/usr.bin/perl/t/op/pow.t
    U src/gnu/usr.bin/perl/t/op/alarm.t
    U src/gnu/usr.bin/perl/t/op/grent.t
    U src/gnu/usr.bin/perl/t/op/int.t
    U src/gnu/usr.bin/perl/t/op/caller.pl
    C src/gnu/usr.bin/perl/t/op/range.t
    U src/gnu/usr.bin/perl/t/op/chdir.t
    U src/gnu/usr.bin/perl/t/op/dbm.t
    U src/gnu/usr.bin/perl/t/op/sleep.t
    C src/gnu/usr.bin/perl/t/op/sort.t
    U src/gnu/usr.bin/perl/t/op/lc.t
    N src/gnu/usr.bin/perl/t/op/packagev.t
    U src/gnu/usr.bin/perl/t/op/localref.t
    U src/gnu/usr.bin/perl/t/op/studytied.t
    C src/gnu/usr.bin/perl/t/op/local.t
    N src/gnu/usr.bin/perl/t/op/each_array.t
    C src/gnu/usr.bin/perl/t/op/assignwarn.t
    C src/gnu/usr.bin/perl/t/op/chop.t
    U src/gnu/usr.bin/perl/t/op/context.t
    U src/gnu/usr.bin/perl/t/op/anonsub.t
    C src/gnu/usr.bin/perl/t/op/split.t
    U src/gnu/usr.bin/perl/t/op/inccode.t
    U src/gnu/usr.bin/perl/t/op/cond.t
    U src/gnu/usr.bin/perl/t/op/loopctl.t
    U src/gnu/usr.bin/perl/t/op/chr.t
    U src/gnu/usr.bin/perl/t/op/closure.t
    U src/gnu/usr.bin/perl/t/op/hashwarn.t
    U src/gnu/usr.bin/perl/t/op/qq.t
    N src/gnu/usr.bin/perl/t/op/utf8magic.t
    U src/gnu/usr.bin/perl/t/op/readline.t
    U src/gnu/usr.bin/perl/t/op/numconvert.t
    U src/gnu/usr.bin/perl/t/op/pwent.t
    U src/gnu/usr.bin/perl/t/op/inccode-tie.t
    U src/gnu/usr.bin/perl/t/op/reverse.t
    U src/gnu/usr.bin/perl/t/op/lc_user.t
    U src/gnu/usr.bin/perl/t/op/bop.t
    U src/gnu/usr.bin/perl/t/op/exp.t
    U src/gnu/usr.bin/perl/t/op/caller.t
    U src/gnu/usr.bin/perl/t/op/quotemeta.t
    C src/gnu/usr.bin/perl/t/op/sprintf2.t
    C src/gnu/usr.bin/perl/t/op/time.t
    U src/gnu/usr.bin/perl/t/op/rand.t
    C src/gnu/usr.bin/perl/t/op/list.t
    N src/gnu/usr.bin/perl/t/op/time_loop.t
    U src/gnu/usr.bin/perl/t/op/upgrade.t
    C src/gnu/usr.bin/perl/t/op/undef.t
    U src/gnu/usr.bin/perl/t/op/getppid.t
    C src/gnu/usr.bin/perl/t/op/auto.t
    U src/gnu/usr.bin/perl/t/op/utfhash.t
    U src/gnu/usr.bin/perl/t/op/tiearray.t
    U src/gnu/usr.bin/perl/t/op/append.t
    U src/gnu/usr.bin/perl/t/op/oct.t
    U src/gnu/usr.bin/perl/t/op/gmagic.t
    U src/gnu/usr.bin/perl/t/op/symbolcache.t
    U src/gnu/usr.bin/perl/t/op/override.t
    U src/gnu/usr.bin/perl/t/op/lfs.t
    N src/gnu/usr.bin/perl/t/op/utf8cache.t
    C src/gnu/usr.bin/perl/t/op/array.t
    U src/gnu/usr.bin/perl/t/op/exists_sub.t
    U src/gnu/usr.bin/perl/t/op/avhv.t
    C src/gnu/usr.bin/perl/t/op/universal.t
    U src/gnu/usr.bin/perl/t/op/tr.t
    C src/gnu/usr.bin/perl/t/op/stat.t
    U src/gnu/usr.bin/perl/t/op/blocks.t
    C src/gnu/usr.bin/perl/t/op/goto.t
    C src/gnu/usr.bin/perl/t/op/pack.t
    N src/gnu/usr.bin/perl/t/op/array_base.t
    C src/gnu/usr.bin/perl/t/op/tie.t
    U src/gnu/usr.bin/perl/t/op/utftaint.t
    U src/gnu/usr.bin/perl/t/op/getpid.t
    U src/gnu/usr.bin/perl/t/op/my_stash.t
    C src/gnu/usr.bin/perl/t/op/eval.t
    U src/gnu/usr.bin/perl/t/op/cmp.t
    U src/gnu/usr.bin/perl/t/op/wantarray.t
    C src/gnu/usr.bin/perl/t/op/magic.t
    C src/gnu/usr.bin/perl/t/op/do.t
    C src/gnu/usr.bin/perl/t/op/sysio.t
    C src/gnu/usr.bin/perl/t/op/exec.t
    C src/gnu/usr.bin/perl/t/op/method.t
    U src/gnu/usr.bin/perl/t/op/sub_lval.t
    N src/gnu/usr.bin/perl/t/op/filetest_t.t
    U src/gnu/usr.bin/perl/t/op/filetest.t
    U src/gnu/usr.bin/perl/t/op/die.t
    C src/gnu/usr.bin/perl/t/op/write.t
    U src/gnu/usr.bin/perl/t/op/splice.t
    U src/gnu/usr.bin/perl/t/op/switch.t
    U src/gnu/usr.bin/perl/t/op/grep.t
    C src/gnu/usr.bin/perl/t/op/vec.t
    U src/gnu/usr.bin/perl/t/op/attrs.t
    U src/gnu/usr.bin/perl/t/op/incfilter.t
    U src/gnu/usr.bin/perl/t/op/qr.t
    U src/gnu/usr.bin/perl/t/op/or.t
    U src/gnu/usr.bin/perl/t/op/args.t
    C src/gnu/usr.bin/perl/t/op/push.t
    U src/gnu/usr.bin/perl/t/op/arith.t
    U src/gnu/usr.bin/perl/t/op/die_exit.t
    U src/gnu/usr.bin/perl/t/op/length.t
    U src/gnu/usr.bin/perl/t/op/mydef.t
    U src/gnu/usr.bin/perl/t/op/goto_xs.t
    U src/gnu/usr.bin/perl/t/op/my.t
    U src/gnu/usr.bin/perl/t/op/join.t
    U src/gnu/usr.bin/perl/t/op/setpgrpstack.t
    C src/gnu/usr.bin/perl/t/op/each.t
    U src/gnu/usr.bin/perl/t/op/reset.t
    N src/gnu/usr.bin/perl/t/op/yadayada.t
    U src/gnu/usr.bin/perl/t/op/read.t
    U src/gnu/usr.bin/perl/t/op/lex_assign.t
    U src/gnu/usr.bin/perl/t/op/hashassign.t
    U src/gnu/usr.bin/perl/t/op/not.t
    U src/gnu/usr.bin/perl/t/op/kill0.t
    C src/gnu/usr.bin/perl/t/op/recurse.t
    C src/gnu/usr.bin/perl/t/op/sprintf.t
    C src/gnu/usr.bin/perl/t/op/mkdir.t
    U src/gnu/usr.bin/perl/t/op/srand.t
    U src/gnu/usr.bin/perl/t/op/threads.t
    U src/gnu/usr.bin/perl/t/op/index_thr.t
    U src/gnu/usr.bin/perl/t/op/ver.t
    U src/gnu/usr.bin/perl/t/op/dor.t
    U src/gnu/usr.bin/perl/t/op/negate.t
    C src/gnu/usr.bin/perl/t/op/flip.t
    N src/gnu/usr.bin/perl/t/op/array_base.aux
    U src/gnu/usr.bin/perl/t/op/cproto.t
    U src/gnu/usr.bin/perl/t/op/64bitint.t
    U src/gnu/usr.bin/perl/t/op/overload_integer.t
    C src/gnu/usr.bin/perl/t/op/unshift.t
    U src/gnu/usr.bin/perl/t/op/lop.t
    U src/gnu/usr.bin/perl/t/op/repeat.t
    N src/gnu/usr.bin/perl/t/op/protowarn.t
    C src/gnu/usr.bin/perl/t/op/inc.t
    U src/gnu/usr.bin/perl/t/op/chars.t
    N src/gnu/usr.bin/perl/t/op/lex.t
    N src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t
    U src/gnu/usr.bin/perl/t/mro/next_skip.t
    U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t
    U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t
    U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t
    U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t
    U src/gnu/usr.bin/perl/t/mro/next_edgecases.t
    U src/gnu/usr.bin/perl/t/mro/dbic_c3.t
    U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t
    U src/gnu/usr.bin/perl/t/mro/next_ineval.t
    U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t
    U src/gnu/usr.bin/perl/t/mro/next_NEXT.t
    U src/gnu/usr.bin/perl/t/mro/method_caching.t
    U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t
    U src/gnu/usr.bin/perl/t/mro/basic.t
    U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t
    U src/gnu/usr.bin/perl/t/mro/next_goto.t
    U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t
    U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t
    U src/gnu/usr.bin/perl/t/mro/next_method.t
    N src/gnu/usr.bin/perl/t/mro/isa_dfs.t
    U src/gnu/usr.bin/perl/t/mro/overload_dfs.t
    U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t
    U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t
    U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t
    U src/gnu/usr.bin/perl/t/mro/recursion_c3.t
    U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t
    U src/gnu/usr.bin/perl/t/mro/package_aliases.t
    U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t
    U src/gnu/usr.bin/perl/t/mro/pkg_gen.t
    U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t
    U src/gnu/usr.bin/perl/t/mro/complex_dfs.t
    N src/gnu/usr.bin/perl/t/mro/isa_c3.t
    U src/gnu/usr.bin/perl/t/mro/overload_c3.t
    U src/gnu/usr.bin/perl/t/mro/complex_c3.t
    U src/gnu/usr.bin/perl/t/mro/next_inanon.t
    N src/gnu/usr.bin/perl/t/re/reg_fold.t
    N src/gnu/usr.bin/perl/t/re/re.t
    N src/gnu/usr.bin/perl/t/re/rxcode.t
    N src/gnu/usr.bin/perl/t/re/regexp_noamp.t
    N src/gnu/usr.bin/perl/t/re/subst_amp.t
    N src/gnu/usr.bin/perl/t/re/uniprops.t
    N src/gnu/usr.bin/perl/t/re/reg_nc_tie.t
    N src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_rt_report.t
    N src/gnu/usr.bin/perl/t/re/reg_email.t
    N src/gnu/usr.bin/perl/t/re/regexp.t
    N src/gnu/usr.bin/perl/t/re/qrstack.t
    N src/gnu/usr.bin/perl/t/re/reg_60508.t
    N src/gnu/usr.bin/perl/t/re/substT.t
    N src/gnu/usr.bin/perl/t/re/qr_gc.t
    N src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t
    N src/gnu/usr.bin/perl/t/re/regexp_trielist.t
    N src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t
    N src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t
    N src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_thr.t
    N src/gnu/usr.bin/perl/t/re/reg_posixcc.t
    N src/gnu/usr.bin/perl/t/re/pat.t
    N src/gnu/usr.bin/perl/t/re/pat_advanced.t
    N src/gnu/usr.bin/perl/t/re/reg_email_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_psycho.t
    N src/gnu/usr.bin/perl/t/re/reg_unsafe.t
    N src/gnu/usr.bin/perl/t/re/substr.t
    N src/gnu/usr.bin/perl/t/re/subst.t
    N src/gnu/usr.bin/perl/t/re/ReTest.pl
    N src/gnu/usr.bin/perl/t/re/reg_mesg.t
    N src/gnu/usr.bin/perl/t/re/substr_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_re_eval.t
    N src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t
    N src/gnu/usr.bin/perl/t/re/qr.t
    N src/gnu/usr.bin/perl/t/re/subst_wamp.t
    N src/gnu/usr.bin/perl/t/re/re_tests
    N src/gnu/usr.bin/perl/t/re/regexp_qr.t
    N src/gnu/usr.bin/perl/t/re/reg_pmod.t
    N src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t
    N src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t
    N src/gnu/usr.bin/perl/t/re/reg_namedcapture.t
    N src/gnu/usr.bin/perl/t/re/regexp_notrie.t
    N src/gnu/usr.bin/perl/t/re/pat_special_cc.t
    N src/gnu/usr.bin/perl/t/porting/podcheck.t
    N src/gnu/usr.bin/perl/t/porting/diag.t
    N src/gnu/usr.bin/perl/t/porting/maintainers.t
    N src/gnu/usr.bin/perl/t/porting/test_bootstrap.t
    N src/gnu/usr.bin/perl/t/porting/checkcase.t
    N src/gnu/usr.bin/perl/t/porting/args_assert.t
    N src/gnu/usr.bin/perl/t/porting/manifest.t
    U src/gnu/usr.bin/perl/t/io/layers.t
    U src/gnu/usr.bin/perl/t/io/perlio_open.t
    U src/gnu/usr.bin/perl/t/io/binmode.t
    C src/gnu/usr.bin/perl/t/io/fs.t
    U src/gnu/usr.bin/perl/t/io/argv.t
    U src/gnu/usr.bin/perl/t/io/fflush.t
    U src/gnu/usr.bin/perl/t/io/perlio_fail.t
    U src/gnu/usr.bin/perl/t/io/iprefix.t
    U src/gnu/usr.bin/perl/t/io/perlio.t
    U src/gnu/usr.bin/perl/t/io/crlf.t
    U src/gnu/usr.bin/perl/t/io/crlf_through.t
    C src/gnu/usr.bin/perl/t/io/tell.t
    C src/gnu/usr.bin/perl/t/io/dup.t
    U src/gnu/usr.bin/perl/t/io/pvbm.t
    U src/gnu/usr.bin/perl/t/io/nargv.t
    U src/gnu/usr.bin/perl/t/io/print.t
    U src/gnu/usr.bin/perl/t/io/say.t
    U src/gnu/usr.bin/perl/t/io/utf8.t
    U src/gnu/usr.bin/perl/t/io/openpid.t
    C src/gnu/usr.bin/perl/t/io/pipe.t
    U src/gnu/usr.bin/perl/t/io/read.t
    N src/gnu/usr.bin/perl/t/io/errno.t
    C src/gnu/usr.bin/perl/t/io/inplace.t
    U src/gnu/usr.bin/perl/t/io/through.t
    U src/gnu/usr.bin/perl/t/io/perlio_leaks.t
    C src/gnu/usr.bin/perl/t/io/open.t
    C src/gnu/usr.bin/perl/t/comp/colon.t
    C src/gnu/usr.bin/perl/t/comp/proto.t
    C src/gnu/usr.bin/perl/t/comp/use.t
    N src/gnu/usr.bin/perl/t/comp/line_debug_0.aux
    U src/gnu/usr.bin/perl/t/comp/redef.t
    U src/gnu/usr.bin/perl/t/comp/term.t
    U src/gnu/usr.bin/perl/t/comp/retainedlines.t
    U src/gnu/usr.bin/perl/t/comp/parser.t
    N src/gnu/usr.bin/perl/t/comp/final_line_num.t
    C src/gnu/usr.bin/perl/t/comp/multiline.t
    C src/gnu/usr.bin/perl/t/comp/package.t
    C src/gnu/usr.bin/perl/t/comp/require.t
    N src/gnu/usr.bin/perl/t/comp/line_debug.t
    U src/gnu/usr.bin/perl/t/comp/hints.t
    U src/gnu/usr.bin/perl/t/comp/opsubs.t
    N src/gnu/usr.bin/perl/t/comp/hints.aux
    U src/gnu/usr.bin/perl/t/comp/utf.t
    N src/gnu/usr.bin/perl/t/comp/form_scope.t
    U src/gnu/usr.bin/perl/t/comp/bproto.t
    C src/gnu/usr.bin/perl/t/comp/decl.t
    U src/gnu/usr.bin/perl/t/comp/our.t
    U src/gnu/usr.bin/perl/t/comp/uproto.t
    U src/gnu/usr.bin/perl/t/comp/fold.t
    U src/gnu/usr.bin/perl/t/comp/cmdopt.t
    U src/gnu/usr.bin/perl/t/x2p/s2p.t
    U src/gnu/usr.bin/perl/x2p/hash.c
    C src/gnu/usr.bin/perl/x2p/walk.c
    U src/gnu/usr.bin/perl/x2p/a2p.y
    U src/gnu/usr.bin/perl/x2p/util.c
    U src/gnu/usr.bin/perl/x2p/str.c
    C src/gnu/usr.bin/perl/x2p/a2p.h
    U src/gnu/usr.bin/perl/x2p/find2perl.PL
    C src/gnu/usr.bin/perl/x2p/a2py.c
    U src/gnu/usr.bin/perl/x2p/str.h
    U src/gnu/usr.bin/perl/x2p/s2p.PL
    U src/gnu/usr.bin/perl/x2p/cflags.SH
    U src/gnu/usr.bin/perl/x2p/EXTERN.h
    U src/gnu/usr.bin/perl/x2p/INTERN.h
    U src/gnu/usr.bin/perl/x2p/hash.h
    C src/gnu/usr.bin/perl/x2p/Makefile.SH
    U src/gnu/usr.bin/perl/x2p/util.h
    C src/gnu/usr.bin/perl/x2p/a2p.pod
    U src/gnu/usr.bin/perl/x2p/a2p.c
    U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl
    U src/gnu/usr.bin/perl/Porting/manisort
    U src/gnu/usr.bin/perl/Porting/checkVERSION.pl
    U src/gnu/usr.bin/perl/Porting/manicheck
    U src/gnu/usr.bin/perl/Porting/bump-perl-version
    U src/gnu/usr.bin/perl/Porting/expand-macro.pl
    U src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl
    U src/gnu/usr.bin/perl/Porting/checkURL.pl
    U src/gnu/usr.bin/perl/Porting/check83.pl
    C src/gnu/usr.bin/perl/Porting/config_H
    U src/gnu/usr.bin/perl/Porting/git-find-p4-change
    U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl
    U src/gnu/usr.bin/perl/Porting/genlog
    U src/gnu/usr.bin/perl/Porting/config.sh
    U src/gnu/usr.bin/perl/Porting/corecpan.pl
    U src/gnu/usr.bin/perl/Porting/fixCORE
    U src/gnu/usr.bin/perl/Porting/testall.atom
    U src/gnu/usr.bin/perl/Porting/add-package.pl
    N src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl
    N src/gnu/usr.bin/perl/Porting/release_schedule.pod
    U src/gnu/usr.bin/perl/Porting/curliff.pl
    U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod
    U src/gnu/usr.bin/perl/Porting/Maintainers.pm
    U src/gnu/usr.bin/perl/Porting/make_snapshot.pl
    U src/gnu/usr.bin/perl/Porting/git-make-p4-refs
    U src/gnu/usr.bin/perl/Porting/makemeta
    U src/gnu/usr.bin/perl/Porting/thirdclean
    N src/gnu/usr.bin/perl/Porting/check-cpan-pollution
    U src/gnu/usr.bin/perl/Porting/timecheck2.c
    U src/gnu/usr.bin/perl/Porting/checkansi.pl
    C src/gnu/usr.bin/perl/Porting/makerel
    N src/gnu/usr.bin/perl/Porting/corelist-diff
    U src/gnu/usr.bin/perl/Porting/valgrindpp.pl
    U src/gnu/usr.bin/perl/Porting/podtidy
    U src/gnu/usr.bin/perl/Porting/Maintainers.pl
    U src/gnu/usr.bin/perl/Porting/core-cpan-diff
    C src/gnu/usr.bin/perl/Porting/pumpkin.pod
    U src/gnu/usr.bin/perl/Porting/GitUtils.pm
    U src/gnu/usr.bin/perl/Porting/corelist.pl
    U src/gnu/usr.bin/perl/Porting/Maintainers
    C src/gnu/usr.bin/perl/Porting/Glossary
    U src/gnu/usr.bin/perl/Porting/timecheck.c
    U src/gnu/usr.bin/perl/Porting/config_h.pl
    U src/gnu/usr.bin/perl/Porting/fixvars
    U src/gnu/usr.bin/perl/Porting/regcharclass.pl
    U src/gnu/usr.bin/perl/Porting/findrfuncs
    N src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl
    U src/gnu/usr.bin/perl/Porting/README.y2038
    U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl
    U src/gnu/usr.bin/perl/Porting/release_managers_guide.pod
    U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl
    U src/gnu/usr.bin/perl/Porting/findvars
    N src/gnu/usr.bin/perl/Porting/perldelta_template.pod
    U src/gnu/usr.bin/perl/symbian/makesis.pl
    U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss
    U src/gnu/usr.bin/perl/symbian/sisify.pl
    U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss
    U src/gnu/usr.bin/perl/symbian/PerlUtil.pod
    U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp
    U src/gnu/usr.bin/perl/symbian/PerlUi.cpp
    U src/gnu/usr.bin/perl/symbian/symbianish.h
    U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp
    U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss
    U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss
    U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp
    U src/gnu/usr.bin/perl/symbian/symbian_stubs.c
    U src/gnu/usr.bin/perl/symbian/config.sh
    U src/gnu/usr.bin/perl/symbian/PerlBase.pod
    U src/gnu/usr.bin/perl/symbian/PerlApp.cpp
    U src/gnu/usr.bin/perl/symbian/config.pl
    U src/gnu/usr.bin/perl/symbian/version.pl
    U src/gnu/usr.bin/perl/symbian/bld.inf
    U src/gnu/usr.bin/perl/symbian/cwd.pl
    U src/gnu/usr.bin/perl/symbian/PerlBase.h
    U src/gnu/usr.bin/perl/symbian/xsbuild.pl
    U src/gnu/usr.bin/perl/symbian/TODO
    U src/gnu/usr.bin/perl/symbian/PerlBase.cpp
    U src/gnu/usr.bin/perl/symbian/PerlUtil.h
    U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp
    U src/gnu/usr.bin/perl/symbian/symbian_stubs.h
    U src/gnu/usr.bin/perl/symbian/PerlUi.hrh
    U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp
    U src/gnu/usr.bin/perl/symbian/symbian_proto.h
    U src/gnu/usr.bin/perl/symbian/hexdump.pl
    U src/gnu/usr.bin/perl/symbian/install.cfg
    U src/gnu/usr.bin/perl/symbian/PerlApp.hrh
    U src/gnu/usr.bin/perl/symbian/README
    U src/gnu/usr.bin/perl/symbian/PerlUi.h
    U src/gnu/usr.bin/perl/symbian/PerlApp.h
    U src/gnu/usr.bin/perl/symbian/uid.pl
    U src/gnu/usr.bin/perl/symbian/sanity.pl
    U src/gnu/usr.bin/perl/symbian/port.pl
    U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss
    U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl
    U src/gnu/usr.bin/perl/symbian/sdk.pl
    U src/gnu/usr.bin/perl/symbian/demo_pl
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README
    U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp
    
    276 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl

CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/24 08:50:30

Modified files:
	usr.sbin/npppd/common: recvfromto.c 
	usr.sbin/npppd/l2tp: l2tp.h l2tp_call.c l2tp_ctrl.c l2tp_local.h 
	                     l2tpd.c 
	usr.sbin/npppd/npppd: npppd.c npppd_ctl.c ppp.c 
	usr.sbin/npppd/pptp: pptpd.c 

Log message:
Add support pipex for L2TP call and L2TP on IPv6.
- pipex requires unique session-id in protocol, so session-id
generation algorithm has been changed.
- change to fit the new PIPEX ioctl.
ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	hsuenaga@cvs.openbsd.org	2010/09/24 08:50:30

Modified files:
	sys/net        : pipex.c pipex.h pipex_local.h 
	sys/netinet    : ip_gre.c udp_usrreq.c 

Log message:
Add L2TP support to PIPEX.
We can use IPv6 address as outer header of L2TP.

Kernel ABI is changed. You must update npppd.

OK @claudio, yasuoka@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:00:02

Removed files:
	gnu/usr.bin/perl: README.machten README.mint makedir.SH 
	                  uupacktool.pl xsutils.c 
	gnu/usr.bin/perl/Porting: Contract checkARGS_ASSERT.pl 
	                          checkcase.pl mergelog mergelog-tool 
	gnu/usr.bin/perl/ext/Attribute-Handlers: Changes README 
	gnu/usr.bin/perl/ext/Attribute-Handlers/demo: Demo.pm 
	                                              Descriptions.pm 
	                                              MyClass.pm demo.pl 
	                                              demo2.pl demo3.pl 
	                                              demo4.pl 
	                                              demo_call.pl 
	                                              demo_chain.pl 
	                                              demo_cycle.pl 
	                                              demo_hashdir.pl 
	                                              demo_phases.pl 
	                                              demo_range.pl 
	                                              demo_rawdata.pl 
	gnu/usr.bin/perl/ext/Attribute-Handlers/lib/Attribute: 
	                                                       Handlers.pm 
	gnu/usr.bin/perl/ext/Attribute-Handlers/t: constants.t 
	                                           data_convert.t 
	                                           linerep.t multi.t 
	gnu/usr.bin/perl/ext/B/B: Debug.pm Deparse.pm Lint.pm 
	gnu/usr.bin/perl/ext/B/B/Lint: Debug.pm 
	gnu/usr.bin/perl/ext/B/t: debug.t deparse.t lint.t 
	gnu/usr.bin/perl/ext/B/t/pluglib/B/Lint/Plugin: Test.pm 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2: Bzip2.xs Changes 
	                                         Makefile.PL README 
	                                         typemap 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/bzip2-src: LICENSE 
	                                                   blocksort.c 
	                                                   bzip2.c 
	                                                   bzip2recover.c 
	                                                   bzlib.c 
	                                                   bzlib.h 
	                                                   bzlib_private.h 
	                                                   compress.c 
	                                                   crctable.c 
	                                                   decompress.c 
	                                                   dlltest.c 
	                                                   huffman.c 
	                                                   mk251.c 
	                                                   randtable.c 
	                                                   spewG.c 
	                                                   unzcrash.c 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/fallback: constants.h 
	                                                  constants.xs 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/lib/Compress/Raw: 
	                                                          Bzip2.pm 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/pod: FAQ.pod 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/private: MakeUtil.pm 
	gnu/usr.bin/perl/ext/Compress-Raw-Bzip2/t: 000prereq.t 01bzip2.t 
	                                           09limitoutput.t 
	                                           99pod.t 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib: Changes Makefile.PL 
	                                        README Zlib.xs config.in 
	                                        typemap 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/examples: filtdef filtinf 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/fallback: constants.h 
	                                                 constants.xs 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/lib/Compress/Raw: Zlib.pm 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/pod: FAQ.pod 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/private: MakeUtil.pm 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/t: 01version.t 02zlib.t 
	                                          07bufsize.t 
	                                          09limitoutput.t 
	                                          18lvalue.t 
	gnu/usr.bin/perl/ext/Compress-Raw-Zlib/zlib-src: adler32.c 
	                                                 compress.c 
	                                                 crc32.c crc32.h 
	                                                 deflate.c 
	                                                 deflate.h 
	                                                 infback.c 
	                                                 inffast.c 
	                                                 inffast.h 
	                                                 inffixed.h 
	                                                 inflate.c 
	                                                 inflate.h 
	                                                 inftrees.c 
	                                                 inftrees.h 
	                                                 trees.c trees.h 
	                                                 uncompr.c 
	                                                 zconf.h zlib.h 
	                                                 zutil.c zutil.h 
	gnu/usr.bin/perl/ext/Cwd: Changes Cwd.xs Makefile.PL 
	gnu/usr.bin/perl/ext/Cwd/t: cwd.t taint.t win32.t 
	gnu/usr.bin/perl/ext/DB_File: Changes DB_File.pm DB_File.xs 
	                              DB_File_BS Makefile.PL config.in 
	                              dbinfo typemap version.c 
	gnu/usr.bin/perl/ext/DB_File/hints: dynixptx.pl sco.pl 
	gnu/usr.bin/perl/ext/DB_File/t: db-btree.t db-hash.t db-recno.t 
	gnu/usr.bin/perl/ext/Data-Dumper: Changes Dumper.pm Dumper.xs 
	                                  Todo 
	gnu/usr.bin/perl/ext/Data-Dumper/t: bless.t bugs.t dumper.t 
	                                    freezer.t overload.t pair.t 
	gnu/usr.bin/perl/ext/Devel-PPPort: Changes HACKERS MANIFEST.SKIP 
	                                   Makefile.PL PPPort.xs 
	                                   PPPort_pm.PL PPPort_xs.PL 
	                                   README TODO apicheck_c.PL 
	                                   mktests.PL module2.c 
	                                   module3.c ppport_h.PL soak 
	                                   typemap 
	gnu/usr.bin/perl/ext/Devel-PPPort/devel: buildperl.pl 
	                                         devtools.pl mkapidoc.sh 
	                                         mktodo mktodo.pl 
	                                         regenerate scanprov 
	gnu/usr.bin/perl/ext/Devel-PPPort/parts: apicheck.pl apidoc.fnc 
	                                         embed.fnc ppport.fnc 
	                                         ppptools.pl 
	gnu/usr.bin/perl/ext/Devel-PPPort/parts/base: 5004000 5004010 
	                                              5004020 5004030 
	                                              5004040 5004050 
	                                              5005000 5005010 
	                                              5005020 5005030 
	                                              5005040 5006000 
	                                              5006001 5006002 
	                                              5007000 5007001 
	                                              5007002 5007003 
	                                              5008000 5008001 
	                                              5008002 5008003 
	                                              5008004 5008005 
	                                              5008006 5008007 
	                                              5008008 5009000 
	                                              5009001 5009002 
	                                              5009003 5009004 
	                                              5009005 5010000 
	                                              5011000 
	gnu/usr.bin/perl/ext/Devel-PPPort/parts/inc: HvNAME MY_CXT SvPV 
	                                             SvREFCNT Sv_set 
	                                             call cop exception 
	                                             format grok gv 
	                                             limits mPUSH magic 
	                                             memory misc 
	                                             newCONSTSUB newRV 
	                                             newSV_type newSVpv 
	                                             podtest ppphbin 
	                                             ppphdoc ppphtest 
	                                             pv_tools pvs 
	                                             shared_pv snprintf 
	                                             sprintf strlfuncs 
	                                             sv_xpvf threads uv 
	                                             variables version 
	                                             warn 
	gnu/usr.bin/perl/ext/Devel-PPPort/parts/todo: 5004000 5004010 
	                                              5004020 5004030 
	                                              5004040 5004050 
	                                              5005000 5005010 
	                                              5005020 5005030 
	                                              5005040 5006000 
	                                              5006001 5006002 
	                                              5007000 5007001 
	                                              5007002 5007003 
	                                              5008000 5008001 
	                                              5008002 5008003 
	                                              5008004 5008005 
	                                              5008006 5008007 
	                                              5008008 5009000 
	                                              5009001 5009002 
	                                              5009003 5009004 
	                                              5009005 5010000 
	                                              5011000 
	gnu/usr.bin/perl/ext/Devel-PPPort/t: HvNAME.t MY_CXT.t SvPV.t 
	                                     SvREFCNT.t Sv_set.t call.t 
	                                     cop.t exception.t format.t 
	                                     grok.t gv.t limits.t 
	                                     mPUSH.t magic.t memory.t 
	                                     misc.t newCONSTSUB.t 
	                                     newRV.t newSV_type.t 
	                                     newSVpv.t podtest.t 
	                                     ppphtest.t pv_tools.t pvs.t 
	                                     shared_pv.t snprintf.t 
	                                     sprintf.t strlfuncs.t 
	                                     sv_xpvf.t testutil.pl 
	                                     threads.t uv.t variables.t 
	                                     warn.t 
	gnu/usr.bin/perl/ext/Digest-MD5: Changes MD5.pm MD5.xs 
	                                 Makefile.PL README typemap 
	gnu/usr.bin/perl/ext/Digest-MD5/hints: MacOS.pl dec_osf.pl 
	                                       irix_6.pl 
	gnu/usr.bin/perl/ext/Digest-MD5/t: align.t badfile.t bits.t 
	                                   clone.t files.t md5-aaa.t 
	                                   utf8.t 
	gnu/usr.bin/perl/ext/Digest-SHA: Changes Makefile.PL README 
	                                 SHA.xs typemap 
	gnu/usr.bin/perl/ext/Digest-SHA/bin: shasum 
	gnu/usr.bin/perl/ext/Digest-SHA/lib/Digest: SHA.pm 
	gnu/usr.bin/perl/ext/Digest-SHA/src: hmac.c hmac.h hmacxtra.c 
	                                     sha.c sha.h sha64bit.c 
	                                     sha64bit.h shaxtra.c 
	gnu/usr.bin/perl/ext/Digest-SHA/t: allfcns.t base64.t bitbuf.t 
	                                   dumpload.t fips198.t gg.t 
	                                   gglong.t hmacsha.t ireland.t 
	                                   methods.t nistbit.t 
	                                   nistbyte.t rfc2202.t sha1.t 
	                                   sha224.t sha256.t sha384.t 
	                                   sha512.t woodbury.t 
	gnu/usr.bin/perl/ext/DynaLoader: XSLoader_pm.PL 
	gnu/usr.bin/perl/ext/DynaLoader/t: XSLoader.t 
	gnu/usr.bin/perl/ext/Encode: AUTHORS Changes Encode.pm Encode.xs 
	                             Makefile.PL README encengine.c 
	                             encoding.pm 
	gnu/usr.bin/perl/ext/Encode/Byte: Byte.pm Makefile.PL 
	gnu/usr.bin/perl/ext/Encode/CN: CN.pm Makefile.PL 
	gnu/usr.bin/perl/ext/Encode/EBCDIC: EBCDIC.pm Makefile.PL 
	gnu/usr.bin/perl/ext/Encode/Encode: Changes.e2x 
	                                    ConfigLocal_PM.e2x 
	                                    Makefile_PL.e2x README.e2x 
	                                    _PM.e2x _T.e2x encode.h 
	gnu/usr.bin/perl/ext/Encode/JP: JP.pm Makefile.PL 
	gnu/usr.bin/perl/ext/Encode/KR: KR.pm Makefile.PL 
	gnu/usr.bin/perl/ext/Encode/Symbol: Makefile.PL Symbol.pm 
	gnu/usr.bin/perl/ext/Encode/TW: Makefile.PL TW.pm 
	gnu/usr.bin/perl/ext/Encode/Unicode: Makefile.PL Unicode.pm 
	                                     Unicode.xs 
	gnu/usr.bin/perl/ext/Encode/bin: enc2xs piconv ucm2table ucmlint 
	                                 ucmsort unidump 
	gnu/usr.bin/perl/ext/Encode/lib/Encode: Alias.pm CJKConstants.pm 
	                                        Config.pm Encoder.pm 
	                                        Encoding.pm GSM0338.pm 
	                                        Guess.pm PerlIO.pod 
	                                        Supported.pod 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/CN: HZ.pm 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/JP: H2Z.pm JIS7.pm 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/KR: 2022_KR.pm 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME: Header.pm Name.pm 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME/Header: 
	                                                    ISO_2022_JP.pm 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/Unicode: UTF7.pm 
	gnu/usr.bin/perl/ext/Encode/t: Aliases.t CJKT.t Encode.t 
	                               Encoder.t Mod_EUCJP.pm Unicode.t 
	                               at-cn.t at-tw.t big5-eten.enc 
	                               big5-eten.utf big5-hkscs.enc 
	                               big5-hkscs.utf enc_data.t 
	                               enc_eucjp.t enc_module.enc 
	                               enc_module.t enc_utf8.t 
	                               encoding.t fallback.t from_to.t 
	                               gb2312.enc gb2312.utf grow.t 
	                               gsm0338.t guess.t jis7-fallback.t 
	                               jisx0201.enc jisx0201.utf 
	                               jisx0208.enc jisx0208.utf 
	                               jisx0212.enc jisx0212.utf jperl.t 
	                               ksc5601.enc ksc5601.utf 
	                               mime-header.t mime-name.t 
	                               mime_header_iso2022jp.t perlio.t 
	                               piconv.t rt.pl unibench.pl 
	                               utf8strict.t 
	gnu/usr.bin/perl/ext/Encode/ucm: 8859-1.ucm 8859-10.ucm 
	                                 8859-11.ucm 8859-13.ucm 
	                                 8859-14.ucm 8859-15.ucm 
	                                 8859-16.ucm 8859-2.ucm 
	                                 8859-3.ucm 8859-4.ucm 
	                                 8859-5.ucm 8859-6.ucm 
	                                 8859-7.ucm 8859-8.ucm 
	                                 8859-9.ucm adobeStdenc.ucm 
	                                 adobeSymbol.ucm 
	                                 adobeZdingbat.ucm ascii.ucm 
	                                 big5-eten.ucm big5-hkscs.ucm 
	                                 cp037.ucm cp1006.ucm cp1026.ucm 
	                                 cp1047.ucm cp1250.ucm 
	                                 cp1251.ucm cp1252.ucm 
	                                 cp1253.ucm cp1254.ucm 
	                                 cp1255.ucm cp1256.ucm 
	                                 cp1257.ucm cp1258.ucm cp424.ucm 
	                                 cp437.ucm cp500.ucm cp737.ucm 
	                                 cp775.ucm cp850.ucm cp852.ucm 
	                                 cp855.ucm cp856.ucm cp857.ucm 
	                                 cp858.ucm cp860.ucm cp861.ucm 
	                                 cp862.ucm cp863.ucm cp864.ucm 
	                                 cp865.ucm cp866.ucm cp869.ucm 
	                                 cp874.ucm cp875.ucm cp932.ucm 
	                                 cp936.ucm cp949.ucm cp950.ucm 
	                                 ctrl.ucm dingbats.ucm 
	                                 euc-cn.ucm euc-jp.ucm 
	                                 euc-kr.ucm gb12345.ucm 
	                                 gb2312.ucm hp-roman8.ucm 
	                                 ir-165.ucm jis0201.ucm 
	                                 jis0208.ucm jis0212.ucm 
	                                 johab.ucm koi8-f.ucm koi8-r.ucm 
	                                 koi8-u.ucm ksc5601.ucm 
	                                 macArabic.ucm macCentEuro.ucm 
	                                 macChinsimp.ucm macChintrad.ucm 
	                                 macCroatian.ucm macCyrillic.ucm 
	                                 macDingbats.ucm macFarsi.ucm 
	                                 macGreek.ucm macHebrew.ucm 
	                                 macIceland.ucm macJapanese.ucm 
	                                 macKorean.ucm macROMnn.ucm 
	                                 macRUMnn.ucm macRoman.ucm 
	                                 macSami.ucm macSymbol.ucm 
	                                 macThai.ucm macTurkish.ucm 
	                                 macUkraine.ucm nextstep.ucm 
	                                 null.ucm posix-bc.ucm 
	                                 shiftjis.ucm symbol.ucm 
	                                 viscii.ucm 
	gnu/usr.bin/perl/ext/Filter-Util-Call: Call.pm Call.xs 
	gnu/usr.bin/perl/ext/Filter-Util-Call/t: call.t 
	gnu/usr.bin/perl/ext/IO: ChangeLog IO.pm IO.xs Makefile.PL 
	                         README poll.c poll.h 
	gnu/usr.bin/perl/ext/IO/hints: sco.pl 
	gnu/usr.bin/perl/ext/IO/lib/IO: Dir.pm File.pm Handle.pm Pipe.pm 
	                                Poll.pm Seekable.pm Select.pm 
	                                Socket.pm 
	gnu/usr.bin/perl/ext/IO/lib/IO/Socket: INET.pm UNIX.pm 
	gnu/usr.bin/perl/ext/IO/t: IO.t io_const.t io_dir.t io_dup.t 
	                           io_file.t io_linenum.t 
	                           io_multihomed.t io_pipe.t io_poll.t 
	                           io_sel.t io_sock.t io_taint.t 
	                           io_tell.t io_udp.t io_unix.t 
	                           io_utf8.t io_xs.t 
	gnu/usr.bin/perl/ext/IO-Compress: Changes Makefile.PL README 
	gnu/usr.bin/perl/ext/IO-Compress/examples/compress-zlib: filtdef 
	                                                         filtinf 
	                                                         gzcat 
	                                                         gzgrep 
	                                                         gzstream 
	gnu/usr.bin/perl/ext/IO-Compress/examples/io: anycat 
	gnu/usr.bin/perl/ext/IO-Compress/examples/io/bzip2: bzcat bzgrep 
	                                                    bzstream 
	gnu/usr.bin/perl/ext/IO-Compress/examples/io/gzip: gzappend 
	                                                   gzcat gzgrep 
	                                                   gzstream 
	gnu/usr.bin/perl/ext/IO-Compress/lib/Compress: Zlib.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/File: GlobMapper.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress: Base.pm 
	                                                  Bzip2.pm 
	                                                  Deflate.pm 
	                                                  Gzip.pm 
	                                                  RawDeflate.pm 
	                                                  Zip.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress/Adapter: 
	                                                          Bzip2.pm 
	                                                          Deflate.pm 
	                                                          Identity.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress/Base: Common.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress/Gzip: 
	                                                       Constants.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress/Zip: 
	                                                      Constants.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Compress/Zlib: 
	                                                       Constants.pm 
	                                                       Extra.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Uncompress: 
	                                                    AnyInflate.pm 
	                                                    AnyUncompress.pm 
	                                                    Base.pm 
	                                                    Bunzip2.pm 
	                                                    Gunzip.pm 
	                                                    Inflate.pm 
	                                                    RawInflate.pm 
	                                                    Unzip.pm 
	gnu/usr.bin/perl/ext/IO-Compress/lib/IO/Uncompress/Adapter: 
	                                                            Bunzip2.pm 
	                                                            Identity.pm 
	                                                            Inflate.pm 
	gnu/usr.bin/perl/ext/IO-Compress/pod: FAQ.pod 
	gnu/usr.bin/perl/ext/IO-Compress/private: MakeUtil.pm 
	gnu/usr.bin/perl/ext/IO-Compress/t: 000prereq.t 001bzip2.t 
	                                    001zlib-generic-deflate.t 
	                                    001zlib-generic-gzip.t 
	                                    001zlib-generic-rawdeflate.t 
	                                    001zlib-generic-zip.t 
	                                    002any-deflate.t 
	                                    002any-gzip.t 
	                                    002any-rawdeflate.t 
	                                    002any-transparent.t 
	                                    002any-zip.t 004gziphdr.t 
	                                    005defhdr.t 006zip.t 
	                                    010examples-bzip2.t 
	                                    010examples-zlib.t 01misc.t 
	                                    020isize.t 050interop-gzip.t 
	                                    100generic-bzip2.t 
	                                    100generic-deflate.t 
	                                    100generic-gzip.t 
	                                    100generic-rawdeflate.t 
	                                    100generic-zip.t 
	                                    101truncate-bzip2.t 
	                                    101truncate-deflate.t 
	                                    101truncate-gzip.t 
	                                    101truncate-rawdeflate.t 
	                                    101truncate-zip.t 
	                                    102tied-bzip2.t 
	                                    102tied-deflate.t 
	                                    102tied-gzip.t 
	                                    102tied-rawdeflate.t 
	                                    102tied-zip.t 
	                                    103newtied-bzip2.t 
	                                    103newtied-deflate.t 
	                                    103newtied-gzip.t 
	                                    103newtied-rawdeflate.t 
	                                    103newtied-zip.t 
	                                    104destroy-bzip2.t 
	                                    104destroy-deflate.t 
	                                    104destroy-gzip.t 
	                                    104destroy-rawdeflate.t 
	                                    104destroy-zip.t 
	                                    105oneshot-bzip2.t 
	                                    105oneshot-deflate.t 
	                                    105oneshot-gzip-only.t 
	                                    105oneshot-gzip.t 
	                                    105oneshot-rawdeflate.t 
	                                    105oneshot-zip-bzip2-only.t 
	                                    105oneshot-zip-only.t 
	                                    105oneshot-zip.t 
	                                    106prime-bzip2.t 
	                                    106prime-deflate.t 
	                                    106prime-gzip.t 
	                                    106prime-rawdeflate.t 
	                                    106prime-zip.t 
	                                    107multi-bzip2.t 
	                                    107multi-deflate.t 
	                                    107multi-gzip.t 
	                                    107multi-rawdeflate.t 
	                                    107multi-zip.t 
	                                    108anyunc-bzip2.t 
	                                    108anyunc-deflate.t 
	                                    108anyunc-gzip.t 
	                                    108anyunc-rawdeflate.t 
	                                    108anyunc-transparent.t 
	                                    108anyunc-zip.t 
	                                    109merge-deflate.t 
	                                    109merge-gzip.t 
	                                    109merge-rawdeflate.t 
	                                    109merge-zip.t 
	                                    110encode-bzip2.t 
	                                    110encode-deflate.t 
	                                    110encode-gzip.t 
	                                    110encode-rawdeflate.t 
	                                    110encode-zip.t 999pod.t 
	                                    cz-01version.t 
	                                    cz-05examples.t 
	                                    cz-06gzsetp.t 
	                                    cz-08encoding.t 
	                                    cz-14gzopen.t globmapper.t 
	gnu/usr.bin/perl/ext/IPC-SysV: Changes MANIFEST.SKIP Makefile.PL 
	                               README SysV.xs TODO regen.pl 
	                               typemap 
	gnu/usr.bin/perl/ext/IPC-SysV/hints: cygwin.pl next_3.pl 
	gnu/usr.bin/perl/ext/IPC-SysV/lib/IPC: Msg.pm Semaphore.pm 
	                                       SharedMem.pm SysV.pm 
	gnu/usr.bin/perl/ext/IPC-SysV/t: ipcsysv.t msg.t pod.t podcov.t 
	                                 sem.t shm.t 
	gnu/usr.bin/perl/ext/List-Util: Changes ListUtil.xs Makefile.PL 
	                                README XS.pp multicall.h 
	gnu/usr.bin/perl/ext/List-Util/lib/List: Util.pm 
	gnu/usr.bin/perl/ext/List-Util/lib/List/Util: PP.pm XS.pm 
	gnu/usr.bin/perl/ext/List-Util/lib/Scalar: Util.pm 
	gnu/usr.bin/perl/ext/List-Util/lib/Scalar/Util: PP.pm 
	gnu/usr.bin/perl/ext/List-Util/t: 00version.t blessed.t 
	                                  dualvar.t expfail.t first.t 
	                                  isvstring.t lln.t max.t 
	                                  maxstr.t min.t minstr.t 
	                                  openhan.t p_00version.t 
	                                  p_blessed.t p_first.t p_lln.t 
	                                  p_max.t p_maxstr.t p_min.t 
	                                  p_minstr.t p_openhan.t 
	                                  p_readonly.t p_reduce.t 
	                                  p_refaddr.t p_reftype.t 
	                                  p_shuffle.t p_sum.t 
	                                  p_tainted.t proto.t readonly.t 
	                                  reduce.t refaddr.t reftype.t 
	                                  shuffle.t stack-corruption.t 
	                                  sum.t tainted.t weak.t 
	gnu/usr.bin/perl/ext/MIME-Base64: Base64.pm Base64.xs Changes 
	                                  Makefile.PL QuotedPrint.pm 
	                                  README 
	gnu/usr.bin/perl/ext/MIME-Base64/t: base64.t quoted-print.t 
	                                    unicode.t warn.t 
	gnu/usr.bin/perl/ext/Math-BigInt-FastCalc: FastCalc.pm 
	                                           FastCalc.xs 
	gnu/usr.bin/perl/ext/Math-BigInt-FastCalc/t: bigintfc.t 
	                                             bootstrap.t leak.t 
	                                             mbi_rand.t 
	gnu/usr.bin/perl/ext/Module-Pluggable: Makefile.PL 
	gnu/usr.bin/perl/ext/Module-Pluggable/lib/Devel: InnerPackage.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/lib/Module: Pluggable.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/lib/Module/Pluggable: 
	                                                            Object.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t: 01use.t 02alsoworks.t 
	                                         02works.t 
	                                         02works_taint.t 
	                                         03diffname.t 
	                                         04acmedir.t 
	                                         04acmedir_single.t 
	                                         04acmepath.t 
	                                         04acmepath_single.t 
	                                         05postpath.t 
	                                         06multipath.t 
	                                         07instantiate.t 
	                                         08nothing.t 09require.t 
	                                         10innerpack.t 
	                                         10innerpack_inner.t 
	                                         10innerpack_noinner.t 
	                                         10innerpack_onefile.t 
	                                         10innerpack_override.t 
	                                         10innerpack_super.t 
	                                         11usetwice.t 12only.t 
	                                         12onlyarray.t 
	                                         12onlyregex.t 
	                                         12onlyrequire.t 
	                                         13except.t 
	                                         13exceptarray.t 
	                                         13exceptregex.t 
	                                         14package.t 
	                                         15topicsafe.t 
	                                         16different_extension.t 
	                                         17devel_inner_package.t 
	                                         18skipped_package.t 
	                                         19can_ok_clobber.t 
	                                         20dodgy_files.t 
	                                         21editor_junk.t 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/acme/Acme/MyTest/Plugin: 
	                                                                 Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/Acme: Foo-Bar.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/Acme/MyTest/Plugin: 
	                                                                Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/EditorJunk/Plugin: 
	                                                               Bar.pm 
	                                                               Bar.pm.swo 
	                                                               Bar.pm.swp 
	                                                               Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/ExtTest/Plugin: 
	                                                            Bar.plugin 
	                                                            Foo.plugin 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/ExtTest/Plugin/Quux: 
	                                                                 Foo.plugin 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/InnerTest/Plugin: 
	                                                              Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/MyOtherTest/Plugin: 
	                                                                Bar.pm 
	                                                                Foo.pm 
	                                                                Quux.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux: 
	                                                                     Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/MyTest/Extend/Plugin: 
	                                                                  Bar.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/MyTest/Plugin: 
	                                                           Bar.pm 
	                                                           Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/MyTest/Plugin/Quux: 
	                                                                Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/No: Middle.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/OddTest/Plugin: 
	                                                            Foo.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/TA/C/A: I.pm 
	gnu/usr.bin/perl/ext/Module-Pluggable/t/lib/Zot: .Zork.pm 
	gnu/usr.bin/perl/ext/Safe: Safe.pm 
	gnu/usr.bin/perl/ext/Safe/t: safe1.t safe2.t safe3.t safeload.t 
	                             safeops.t safesort.t 
	                             safeuniversal.t safeutf8.t 
	                             safewrap.t 
	gnu/usr.bin/perl/ext/Storable: ChangeLog Makefile.PL README 
	                               Storable.pm Storable.xs 
	gnu/usr.bin/perl/ext/Storable/hints: gnukfreebsd.pl 
	                                     gnuknetbsd.pl hpux.pl 
	                                     linux.pl 
	gnu/usr.bin/perl/ext/Storable/t: HAS_ATTACH.pm HAS_HOOK.pm 
	                                 HAS_OVERLOAD.pm attach_errors.t 
	                                 attach_singleton.t blessed.t 
	                                 canonical.t circular_hook.t 
	                                 code.t compat01.t compat06.t 
	                                 croak.t dclone.t downgrade.t 
	                                 file_magic.t forgive.t freeze.t 
	                                 integer.t interwork56.t 
	                                 just_plain_nasty.t lock.t 
	                                 make_56_interwork.pl 
	                                 make_downgrade.pl 
	                                 make_overload.pl malice.t 
	                                 overload.t recurse.t restrict.t 
	                                 retrieve.t sig_die.t st-dump.pl 
	                                 store.t testlib.pl threads.t 
	                                 tied.t tied_hook.t tied_items.t 
	                                 utf8.t utf8hash.t weak.t 
	gnu/usr.bin/perl/ext/Sys-Syslog: Changes Makefile.PL README 
	                                 README.win32 Syslog.pm 
	                                 Syslog.xs 
	gnu/usr.bin/perl/ext/Sys-Syslog/fallback: const-c.inc 
	                                          const-xs.inc syslog.h 
	gnu/usr.bin/perl/ext/Sys-Syslog/t: 00-load.t constants.t 
	                                   syslog.t 
	gnu/usr.bin/perl/ext/Sys-Syslog/win32: PerlLog.mc PerlLog_RES.uu 
	                                       PerlLog_dll.uu Win32.pm 
	                                       compile.pl 
	gnu/usr.bin/perl/ext/Test-Harness: Changes 
	gnu/usr.bin/perl/ext/Test-Harness/bin: prove 
	gnu/usr.bin/perl/ext/Test-Harness/lib/App: Prove.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/App/Prove: State.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/App/Prove/State: Result.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/App/Prove/State/Result: 
	                                                              Test.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP: Base.pm Harness.pm 
	                                           Object.pm Parser.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Formatter: Base.pm 
	                                                     Color.pm 
	                                                     Console.pm 
	                                                     File.pm 
	                                                     Session.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Formatter/Console: 
	                                                             ParallelSession.pm 
	                                                             Session.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Formatter/File: 
	                                                          Session.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser: Aggregator.pm 
	                                                  Grammar.pm 
	                                                  Iterator.pm 
	                                                  IteratorFactory.pm 
	                                                  Multiplexer.pm 
	                                                  Result.pm 
	                                                  ResultFactory.pm 
	                                                  Scheduler.pm 
	                                                  Source.pm 
	                                                  Utils.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser/Iterator: 
	                                                           Array.pm 
	                                                           Process.pm 
	                                                           Stream.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser/Result: 
	                                                         Bailout.pm 
	                                                         Comment.pm 
	                                                         Plan.pm 
	                                                         Pragma.pm 
	                                                         Test.pm 
	                                                         Unknown.pm 
	                                                         Version.pm 
	                                                         YAML.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser/Scheduler: 
	                                                            Job.pm 
	                                                            Spinner.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser/Source: Perl.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/TAP/Parser/YAMLish: 
	                                                          Reader.pm 
	                                                          Writer.pm 
	gnu/usr.bin/perl/ext/Test-Harness/lib/Test: Harness.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t: 000-load.t aggregator.t 
	                                     bailout.t base.t 
	                                     callbacks.t console.t 
	                                     errors.t file.t 
	                                     glob-to-regexp.t grammar.t 
	                                     harness-bailout.t 
	                                     harness-subclass.t 
	                                     harness.t iterators.t 
	                                     multiplexer.t nofork-mux.t 
	                                     nofork.t object.t parse.t 
	                                     parser-config.t 
	                                     parser-subclass.t 
	                                     perl5lib.t 
	                                     premature-bailout.t 
	                                     process.t prove.t 
	                                     proveenv.t proverc.t 
	                                     proverun.t regression.t 
	                                     results.t scheduler.t 
	                                     source.t spool.t state.t 
	                                     state_results.t streams.t 
	                                     taint.t testargs.t 
	                                     unicode.t utils.t 
	                                     yamlish-output.t 
	                                     yamlish-writer.t yamlish.t 
	gnu/usr.bin/perl/ext/Test-Harness/t/compat: env.t failure.t 
	                                            inc-propagation.t 
	                                            inc_taint.t 
	                                            nonumbers.t 
	                                            regression.t 
	                                            switches.t 
	                                            test-harness-compat.t 
	                                            version.t 
	gnu/usr.bin/perl/ext/Test-Harness/t/data: catme.1 proverc 
	                                          sample.yml 
	gnu/usr.bin/perl/ext/Test-Harness/t/lib: EmptyParser.pm 
	                                         MyCustom.pm 
	                                         MyGrammar.pm 
	                                         MyIterator.pm 
	                                         MyIteratorFactory.pm 
	                                         MyPerlSource.pm 
	                                         MyResult.pm 
	                                         MyResultFactory.pm 
	                                         MySource.pm NOP.pm 
	                                         NoFork.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t/lib/App/Prove/Plugin: 
	                                                          Dummy.pm 
	                                                          Dummy2.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t/lib/Dev: Null.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t/lib/IO: c55Capture.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t/lib/TAP/Parser: 
	                                                    SubclassTest.pm 
	gnu/usr.bin/perl/ext/Test-Harness/t/proverc: emptyexec 
	gnu/usr.bin/perl/ext/Test-Harness/t/sample-tests: bailout bignum 
	                                                  bignum_many 
	                                                  combined 
	                                                  combined_compat 
	                                                  delayed 
	                                                  descriptive 
	                                                  descriptive_trailing 
	                                                  die 
	                                                  die_head_end 
	                                                  die_last_minute 
	                                                  die_unfinished 
	                                                  duplicates 
	                                                  echo empty 
	                                                  escape_eol 
	                                                  escape_hash 
	                                                  head_end 
	                                                  head_fail 
	                                                  inc_taint 
	                                                  junk_before_plan 
	                                                  lone_not_bug 
	                                                  no_nums 
	                                                  no_output 
	                                                  out_err_mix 
	                                                  out_of_order 
	                                                  schwern 
	                                                  schwern-todo-quiet 
	                                                  segfault 
	                                                  sequence_misparse 
	                                                  shbang_misparse 
	                                                  simple 
	                                                  simple_fail 
	                                                  simple_yaml 
	                                                  skip 
	                                                  skip_nomsg 
	                                                  skipall 
	                                                  skipall_nomsg 
	                                                  skipall_v13 
	                                                  space_after_plan 
	                                                  stdout_stderr 
	                                                  strict 
	                                                  switches taint 
	                                                  taint_warn 
	                                                  todo 
	                                                  todo_inline 
	                                                  todo_misparse 
	                                                  too_many 
	                                                  version_good 
	                                                  version_late 
	                                                  version_old 
	                                                  vms_nit 
	                                                  with_comments 
	                                                  zero_valid 
	gnu/usr.bin/perl/ext/Test-Harness/t/source_tests: harness 
	                                                  harness_badtap 
	                                                  harness_complain 
	                                                  harness_directives 
	                                                  harness_failure 
	                                                  source 
	gnu/usr.bin/perl/ext/Test-Harness/t/subclass_tests: 
	                                                    non_perl_source 
	                                                    perl_source 
	gnu/usr.bin/perl/ext/Text-Soundex: Changes README Soundex.pm 
	                                   Soundex.xs 
	gnu/usr.bin/perl/ext/Text-Soundex/t: Soundex.t 
	gnu/usr.bin/perl/ext/Time-HiRes: Changes HiRes.pm HiRes.xs 
	                                 Makefile.PL typemap 
	gnu/usr.bin/perl/ext/Time-HiRes/fallback: const-c.inc 
	                                          const-xs.inc 
	gnu/usr.bin/perl/ext/Time-HiRes/hints: aix.pl dec_osf.pl 
	                                       dynixptx.pl irix.pl 
	                                       linux.pl sco.pl 
	                                       solaris.pl svr4.pl 
	gnu/usr.bin/perl/ext/Time-HiRes/t: HiRes.t 
	gnu/usr.bin/perl/ext/Time-Piece: Changes Makefile.PL Piece.pm 
	                                 Piece.xs README Seconds.pm 
	gnu/usr.bin/perl/ext/Time-Piece/t: 01base.t 02core.t 03compare.t 
	                                   04mjd.t 05overload.t 
	                                   06subclass.t 07arith.t 
	gnu/usr.bin/perl/ext/Unicode-Normalize: Changes Makefile.PL 
	                                        Normalize.pm 
	                                        Normalize.xs README 
	                                        mkheader 
	gnu/usr.bin/perl/ext/Unicode-Normalize/t: fcdc.t form.t func.t 
	                                          illegal.t norm.t 
	                                          null.t proto.t split.t 
	                                          test.t tie.t 
	gnu/usr.bin/perl/ext/Win32: Changes Makefile.PL Win32.pm 
	                            Win32.xs longpath.inc 
	gnu/usr.bin/perl/ext/Win32/t: CreateFile.t 
	                              ExpandEnvironmentStrings.t 
	                              GetCurrentThreadId.t 
	                              GetFileVersion.t GetFolderPath.t 
	                              GetFullPathName.t 
	                              GetLongPathName.t GetOSName.t 
	                              GetOSVersion.t GetShortPathName.t 
	                              GuidGen.t Names.t Unicode.t 
	gnu/usr.bin/perl/ext/Win32API-File: Changes File.pm File.xs 
	                                    Makefile.PL README buffers.h 
	                                    cFile.h cFile.pc 
	                                    const2perl.h typemap 
	gnu/usr.bin/perl/ext/Win32API-File/ExtUtils: Myconst2perl.pm 
	gnu/usr.bin/perl/ext/Win32API-File/t: file.t tie.t 
	gnu/usr.bin/perl/ext/attrs: Makefile.PL attrs.pm attrs.xs 
	gnu/usr.bin/perl/ext/attrs/t: attrs.t 
	gnu/usr.bin/perl/ext/mro/t: pluggable.t 
	gnu/usr.bin/perl/ext/threads: Makefile.PL threads.pm threads.xs 
	gnu/usr.bin/perl/ext/threads/hints: hpux.pl linux.pl 
	gnu/usr.bin/perl/ext/threads/t: basic.t blocks.t context.t end.t 
	                                err.t exit.t free.t free2.t 
	                                join.t kill.t libc.t list.t 
	                                problems.t stack.t stack_env.t 
	                                state.t stress_cv.t stress_re.t 
	                                stress_string.t thread.t 
	gnu/usr.bin/perl/ext/threads-shared: Makefile.PL shared.pm 
	                                     shared.xs 
	gnu/usr.bin/perl/ext/threads-shared/hints: linux.pl 
	gnu/usr.bin/perl/ext/threads-shared/t: 0nothread.t av_refs.t 
	                                       av_simple.t blessed.t 
	                                       clone.t cond.t disabled.t 
	                                       hv_refs.t hv_simple.t 
	                                       no_share.t object.t 
	                                       shared_attr.t stress.t 
	                                       sv_refs.t sv_simple.t 
	                                       utf8.t wait.t waithires.t 
	gnu/usr.bin/perl/hints: machten.sh machten_2.sh mint.sh 
	gnu/usr.bin/perl/lib: AutoLoader.pm AutoSplit.pm CGI.pm CPAN.pm 
	                      CPANPLUS.pm Cwd.pm Digest.pm Fatal.pm 
	                      FileCache.pm Memoize.pm NEXT.pm 
	                      SelfLoader.pm Shell.pm Shell.t Switch.pm 
	                      Test.pm attributes.pm autodie.pm 
	                      autouse.pm autouse.t base.pm bigint.pm 
	                      bignum.pm bigrat.pm constant.pm constant.t 
	                      fields.pm if.pm if.t lib.t lib_pm.PL 
	                      parent.pm 
	gnu/usr.bin/perl/lib/Archive: Extract.pm Tar.pm 
	gnu/usr.bin/perl/lib/Archive/Extract/t: 01_Archive-Extract.t 
	gnu/usr.bin/perl/lib/Archive/Extract/t/src: 
	                                            double_dir.zip.packed 
	                                            x.Z.packed 
	                                            x.bz2.packed 
	                                            x.gz.packed 
	                                            x.jar.packed 
	                                            x.lzma.packed 
	                                            x.par.packed 
	                                            x.tar.gz.packed 
	                                            x.tar.packed 
	                                            x.tgz.packed 
	                                            x.zip.packed 
	                                            y.jar.packed 
	                                            y.par.packed 
	                                            y.tar.bz2.packed 
	                                            y.tar.gz.packed 
	                                            y.tar.packed 
	                                            y.tbz.packed 
	                                            y.tgz.packed 
	                                            y.zip.packed 
	gnu/usr.bin/perl/lib/Archive/Tar: Constant.pm File.pm 
	gnu/usr.bin/perl/lib/Archive/Tar/bin: ptar ptardiff 
	gnu/usr.bin/perl/lib/Archive/Tar/t: 01_use.t 02_methods.t 
	                                    03_file.t 
	                                    04_resolved_issues.t 
	                                    05_iter.t 90_symlink.t 
	                                    99_pod.t 
	gnu/usr.bin/perl/lib/Archive/Tar/t/src/header: signed.tar.packed 
	gnu/usr.bin/perl/lib/Archive/Tar/t/src/linktest: 
	                                                 linktest_missing_dir.tar.packed 
	                                                 linktest_with_dir.tar.packed 
	gnu/usr.bin/perl/lib/Archive/Tar/t/src/long: b bar.tar.packed 
	                                             foo.tbz.packed 
	                                             foo.tgz.packed 
	gnu/usr.bin/perl/lib/Archive/Tar/t/src/short: b bar.tar.packed 
	                                              foo.tbz.packed 
	                                              foo.tgz.packed 
	gnu/usr.bin/perl/lib/AutoLoader/t: 01AutoLoader.t 02AutoSplit.t 
	gnu/usr.bin/perl/lib/CGI: Apache.pm Carp.pm Changes Cookie.pm 
	                          Fast.pm Pretty.pm Push.pm Switch.pm 
	                          Util.pm 
	gnu/usr.bin/perl/lib/CGI/eg: RunMeFirst caution.xbm 
	                             clickable_image.cgi cookie.cgi 
	                             crash.cgi customize.cgi 
	                             diff_upload.cgi dna_small_gif.uu 
	                             file_upload.cgi frameset.cgi 
	                             index.html internal_links.cgi 
	                             javascript.cgi make_links.pl 
	                             monty.cgi multiple_forms.cgi 
	                             nph-clock.cgi nph-multipart.cgi 
	                             popup.cgi save_state.cgi tryit.cgi 
	                             wilogo_gif.uu 
	gnu/usr.bin/perl/lib/CGI/t: apache.t can.t carp.t cookie.t 
	                            fast.t form.t function.t html.t 
	                            no_tabindex.t pretty.t push.t 
	                            request.t start_end_asterisk.t 
	                            start_end_end.t start_end_start.t 
	                            switch.t upload.t uploadInfo.t 
	                            upload_post_text.txt.packed 
	                            util-58.t util.t 
	gnu/usr.bin/perl/lib/CPAN: Author.pm Bundle.pm CacheMgr.pm 
	                           Complete.pm Debug.pm DeferredCode.pm 
	                           Distribution.pm Distroprefs.pm 
	                           Distrostatus.pm FTP.pm FirstTime.pm 
	                           HandleConfig.pm Index.pm InfoObj.pm 
	                           Kwalify.pm Module.pm Nox.pm 
	                           PAUSE2003.pub PAUSE2005.pub 
	                           PAUSE2007.pub PAUSE2009.pub Prompt.pm 
	                           Queue.pm SIGNATURE Shell.pm Tarzip.pm 
	                           URL.pm Version.pm 
	gnu/usr.bin/perl/lib/CPAN/API: HOWTO.pod 
	gnu/usr.bin/perl/lib/CPAN/Exception: RecursiveDependency.pm 
	                                     blocked_urllist.pm 
	                                     yaml_not_installed.pm 
	gnu/usr.bin/perl/lib/CPAN/FTP: netrc.pm 
	gnu/usr.bin/perl/lib/CPAN/Kwalify: distroprefs.dd 
	                                   distroprefs.yml 
	gnu/usr.bin/perl/lib/CPAN/LWP: UserAgent.pm 
	gnu/usr.bin/perl/lib/CPAN/bin: cpan 
	gnu/usr.bin/perl/lib/CPAN/t: 01loadme.t 02nox.t 03pkgs.t 
	                             10version.t 11mirroredby.t 
	gnu/usr.bin/perl/lib/CPANPLUS: Backend.pm Config.pm Configure.pm 
	                               Dist.pm Error.pm FAQ.pod 
	                               Hacking.pod Internals.pm 
	                               Module.pm Selfupdate.pm Shell.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Backend: RV.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Configure: Setup.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist: Autobundle.pm Base.pm 
	                                    Build.pm MM.pm Sample.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build: Constants.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t: 
	                                            01_CPANPLUS-Dist-Build-Constants.t 
	                                            02_CPANPLUS-Dist-Build.t 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/dummy-CPAN/authors: 
	                                                               01mailrc.txt.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/dummy-CPAN/modules: 
	                                                               02packages.details.txt.gz.packed 
	                                                               03modlist.data.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/dummy-perl: .hidden 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/inc: conf.pl 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/src/noxs: 
	                                                     Foo-Bar-0.01.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/Dist/Build/t/src/xs: 
	                                                   Foo-Bar-0.01.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/Internals: Constants.pm Extract.pm 
	                                         Fetch.pm Report.pm 
	                                         Search.pm Source.pm 
	                                         Utils.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Internals/Constants: Report.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Internals/Source: Memory.pm 
	                                                SQLite.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Internals/Source/SQLite: Tie.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Internals/Utils: Autoflush.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Module: Author.pm Checksums.pm 
	                                      Fake.pm Signature.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Module/Author: Fake.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Shell: Classic.pm Default.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/Shell/Default/Plugins: 
	                                                     CustomSource.pm 
	                                                     HOWTO.pod 
	                                                     Remote.pm 
	                                                     Source.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/bin: cpan2dist cpanp 
	                                   cpanp-run-perl 
	gnu/usr.bin/perl/lib/CPANPLUS/t: 00_CPANPLUS-Internals-Utils.t 
	                                 01_CPANPLUS-Configure.t 
	                                 02_CPANPLUS-Internals.t 
	                                 03_CPANPLUS-Internals-Source.t 
	                                 04_CPANPLUS-Module.t 
	                                 05_CPANPLUS-Internals-Fetch.t 
	                                 06_CPANPLUS-Internals-Constants.t 
	                                 07_CPANPLUS-Internals-Extract.t 
	                                 08_CPANPLUS-Backend.t 
	                                 09_CPANPLUS-Internals-Search.t 
	                                 10_CPANPLUS-Error.t 
	                                 15_CPANPLUS-Shell.t 
	                                 19_CPANPLUS-Dist.t 
	                                 20_CPANPLUS-Dist-MM.t 
	                                 21_CPANPLUS-Dist-No-Build.t 
	                                 25_CPANPLUS.t 
	                                 30_CPANPLUS-Internals-Selfupdate.t 
	                                 40_CPANPLUS-Internals-Report.t 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/authors: 
	                                                    01mailrc.txt.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS: 
	                                                              Bundle-Foo-Bar-0.01.tar.gz.packed 
	                                                              CHECKSUMS 
	                                                              Foo-Bar-0.01.meta 
	                                                              Foo-Bar-0.01.readme 
	                                                              Foo-Bar-0.01.tar.gz.packed 
	                                                              perl5.005_03.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS: 
	                                                            CHECKSUMS 
	                                                            Foo-Bar-0.01.readme 
	                                                            Foo-Bar-0.01.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS: 
	                                                              CHECKSUMS 
	                                                              Foo-Bar-0.01.readme 
	                                                              Foo-Bar-0.01.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS: 
	                                                            CHECKSUMS 
	                                                            Foo-Bar-0.01.readme 
	                                                            Foo-Bar-0.01.tar.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/autobundle: 
	                                                       Snapshot.pm 
	gnu/usr.bin/perl/lib/CPANPLUS/t/dummy-CPAN/modules: 
	                                                    02packages.details.txt.gz.packed 
	                                                    03modlist.data.gz.packed 
	gnu/usr.bin/perl/lib/CPANPLUS/t/inc: conf.pl 
	gnu/usr.bin/perl/lib/Class: ISA.pm 
	gnu/usr.bin/perl/lib/Class/ISA: ChangeLog 
	gnu/usr.bin/perl/lib/Class/ISA/t: 00_about_verbose.t 
	                                  01_old_junk.t 
	gnu/usr.bin/perl/lib/Devel: SelfStubber.pm SelfStubber.t 
	gnu/usr.bin/perl/lib/Digest: Changes base.pm file.pm 
	gnu/usr.bin/perl/lib/Digest/t: base.t digest.t file.t 
	gnu/usr.bin/perl/lib/ExtUtils: CBuilder.pm Changes 
	                               Changes_EU-Install Command.pm 
	                               Constant.pm Install.pm 
	                               Installed.pm Liblist.pm 
	                               MANIFEST.SKIP MM.pm MM_AIX.pm 
	                               MM_Any.pm MM_BeOS.pm MM_Cygwin.pm 
	                               MM_DOS.pm MM_Darwin.pm 
	                               MM_MacOS.pm MM_NW5.pm MM_OS2.pm 
	                               MM_QNX.pm MM_UWIN.pm MM_Unix.pm 
	                               MM_VMS.pm MM_VOS.pm MM_Win32.pm 
	                               MM_Win95.pm MY.pm MakeMaker.pm 
	                               Manifest.pm Mkbootstrap.pm 
	                               Mksymlists.pm NOTES PATCHING 
	                               Packlist.pm ParseXS.pm README 
	                               TODO instmodsh testlib.pm xsubpp 
	gnu/usr.bin/perl/lib/ExtUtils/CBuilder: Base.pm Changes 
	gnu/usr.bin/perl/lib/ExtUtils/CBuilder/Platform: Unix.pm VMS.pm 
	                                                 Windows.pm 
	                                                 aix.pm 
	                                                 cygwin.pm 
	                                                 darwin.pm 
	                                                 dec_osf.pm 
	                                                 os2.pm 
	gnu/usr.bin/perl/lib/ExtUtils/CBuilder/t: 00-have-compiler.t 
	                                          01-basic.t 02-link.t 
	gnu/usr.bin/perl/lib/ExtUtils/Command: MM.pm 
	gnu/usr.bin/perl/lib/ExtUtils/Constant: Base.pm ProxySubs.pm 
	                                        Utils.pm XS.pm 
	gnu/usr.bin/perl/lib/ExtUtils/Liblist: Kid.pm 
	gnu/usr.bin/perl/lib/ExtUtils/MakeMaker: Config.pm FAQ.pod 
	                                         Tutorial.pod 
	gnu/usr.bin/perl/lib/ExtUtils/ParseXS: Changes 
	gnu/usr.bin/perl/lib/ExtUtils/ParseXS/t: XSTest.pm XSTest.xs 
	                                         XSUsage.pm XSUsage.xs 
	                                         basic.t usage.t 
	gnu/usr.bin/perl/lib/ExtUtils/t: 00compile.t Constant.t 
	                                 FIRST_MAKEFILE.t INST.t 
	                                 INSTALL_BASE.t INST_PREFIX.t 
	                                 Install.t InstallWithMM.t 
	                                 Installapi2.t Installed.t 
	                                 Liblist.t MM_Any.t MM_BeOS.t 
	                                 MM_Cygwin.t MM_NW5.t MM_OS2.t 
	                                 MM_Unix.t MM_VMS.t MM_Win32.t 
	                                 MakeMaker_Parameters.t 
	                                 Manifest.t Mkbootstrap.t 
	                                 PL_FILES.t Packlist.t 
	                                 VERSION_FROM.t 
	                                 WriteEmptyMakefile.t 
	                                 arch_check.t backwards.t 
	                                 basic.t build_man.t 
	                                 can_write_dir.t cd.t config.t 
	                                 cp.t dir_target.t eu_command.t 
	                                 fix_libs.t fixin.t hints.t 
	                                 installed_file.t is_of_type.t 
	                                 make.t maketext_filter.t 
	                                 metafile_data.t metafile_file.t 
	                                 min_perl_version.t miniperl.t 
	                                 oneliner.t parse_version.t pm.t 
	                                 pm_to_blib.t pod2man.t 
	                                 postamble.t prefixify.t 
	                                 prereq.t prereq_print.t 
	                                 problems.t prompt.t recurs.t 
	                                 revision.t split_command.t 
	                                 test_boilerplate.t testlib.t 
	                                 writemakefile_args.t xs.t 
	gnu/usr.bin/perl/lib/ExtUtils/t/testdata/reallylongdirectoryname/arch1: 
	                                                                        Config.pm 
	gnu/usr.bin/perl/lib/ExtUtils/t/testdata/reallylongdirectoryname/arch2: 
	                                                                        Config.pm 
	gnu/usr.bin/perl/lib/File: Fetch.pm Path.pm Path.t Spec.pm 
	                           Temp.pm 
	gnu/usr.bin/perl/lib/File/Fetch/t: 01_File-Fetch.t 
	gnu/usr.bin/perl/lib/File/Spec: Cygwin.pm Epoc.pm Functions.pm 
	                                Mac.pm OS2.pm Unix.pm VMS.pm 
	                                Win32.pm 
	gnu/usr.bin/perl/lib/File/Spec/t: Functions.t Spec.t 
	                                  crossplatform.t rel2abs2rel.t 
	                                  tmpdir.t 
	gnu/usr.bin/perl/lib/File/Temp/t: cmp.t fork.t lock.t mktemp.t 
	                                  object.t posix.t security.t 
	                                  seekable.t tempfile.t 
	gnu/usr.bin/perl/lib/FileCache/t: 01open.t 02maxopen.t 
	                                  03append.t 04twoarg.t 
	                                  05override.t 06export.t 
	                                  07noimport.t 
	gnu/usr.bin/perl/lib/Filter: Simple.pm 
	gnu/usr.bin/perl/lib/Filter/Simple: Changes 
	gnu/usr.bin/perl/lib/Filter/Simple/t: data.t export.t filter.t 
	                                      filter_only.t import.t 
	gnu/usr.bin/perl/lib/Getopt: Long.pm 
	gnu/usr.bin/perl/lib/Getopt/Long: CHANGES README 
	gnu/usr.bin/perl/lib/Getopt/Long/t: gol-basic.t gol-compat.t 
	                                    gol-linkage.t gol-oo.t 
	                                    gol-xargv.t gol-xstring.t 
	gnu/usr.bin/perl/lib/I18N: LangTags.pm 
	gnu/usr.bin/perl/lib/I18N/LangTags: ChangeLog Detect.pm List.pm 
	                                    README 
	gnu/usr.bin/perl/lib/I18N/LangTags/t: 01_about_verbose.t 
	                                      05_main.t 07_listy.t 
	                                      10_http.t 20_locales.t 
	                                      50_super.t 
	                                      55_supers_strict.t 
	                                      80_all_env.t 
	gnu/usr.bin/perl/lib/IO: Zlib.pm 
	gnu/usr.bin/perl/lib/IO/Zlib/t: basic.t external.t getc.t 
	                                getline.t import.t large.t 
	                                tied.t uncomp1.t uncomp2.t 
	gnu/usr.bin/perl/lib/IPC: Cmd.pm Open2.pm Open2.t Open3.pm 
	                          Open3.t 
	gnu/usr.bin/perl/lib/IPC/Cmd/t: 01_IPC-Cmd.t 02_Interactive.t 
	gnu/usr.bin/perl/lib/IPC/Cmd/t/src: child.pl output.pl 
	                                    x.tgz.packed 
	gnu/usr.bin/perl/lib/Locale: Constants.pm Constants.pod 
	                             Country.pm Country.pod Currency.pm 
	                             Currency.pod Language.pm 
	                             Language.pod Maketext.pm 
	                             Maketext.pod Script.pm Script.pod 
	gnu/usr.bin/perl/lib/Locale/Codes: ChangeLog README 
	gnu/usr.bin/perl/lib/Locale/Codes/t: all.t constants.t country.t 
	                                     currency.t languages.t 
	                                     rename.t script.t uk.t 
	gnu/usr.bin/perl/lib/Locale/Maketext: ChangeLog Guts.pm 
	                                      GutsLoader.pm README 
	                                      Simple.pm TPJ13.pod 
	gnu/usr.bin/perl/lib/Locale/Maketext/Simple/t: 0-signature.t 
	                                               1-basic.t 
	gnu/usr.bin/perl/lib/Locale/Maketext/t: 01_about_verbose.t 
	                                        10_make.t 20_get.t 
	                                        30_local.t 40_super.t 
	                                        50_super.t 60_super.t 
	                                        90_utf8.t 
	gnu/usr.bin/perl/lib/Log: Message.pm 
	gnu/usr.bin/perl/lib/Log/Message: Config.pm Handlers.pm Item.pm 
	                                  Simple.pm 
	gnu/usr.bin/perl/lib/Log/Message/Simple/t: 01_use.t 02_imports.t 
	                                           03_functions.t 
	gnu/usr.bin/perl/lib/Log/Message/t: 01_Log-Message-Config.t 
	                                    02_Log-Message.t 
	gnu/usr.bin/perl/lib/Log/Message/t/conf: LoadMe.pl config_file 
	gnu/usr.bin/perl/lib/Math: BigFloat.pm BigInt.pm BigRat.pm 
	                           Complex.pm Complex.t Trig.pm Trig.t 
	                           underbar.t 
	gnu/usr.bin/perl/lib/Math/BigFloat: Trace.pm 
	gnu/usr.bin/perl/lib/Math/BigInt: Calc.pm CalcEmu.pm Trace.pm 
	gnu/usr.bin/perl/lib/Math/BigInt/t: _e_math.t alias.inc 
	                                    bare_mbf.t bare_mbi.t 
	                                    bare_mif.t big_pi_e.t 
	                                    bigfltpm.inc bigfltpm.t 
	                                    bigintc.t bigintpm.inc 
	                                    bigintpm.t bigints.t 
	                                    biglog.t bigroot.t calling.t 
	                                    config.t const_mbf.t 
	                                    constant.t downgrade.t 
	                                    inf_nan.t isa.t lib_load.t 
	                                    mbf_ali.t mbi_ali.t 
	                                    mbi_rand.t mbimbf.inc 
	                                    mbimbf.t nan_cmp.t 
	                                    new_ovld.t req_mbf0.t 
	                                    req_mbf1.t req_mbfa.t 
	                                    req_mbfi.t req_mbfn.t 
	                                    req_mbfw.t require.t round.t 
	                                    sub_ali.t sub_mbf.t 
	                                    sub_mbi.t sub_mif.t trap.t 
	                                    upgrade.inc upgrade.t 
	                                    upgradef.t use.t use_lib1.t 
	                                    use_lib2.t use_lib3.t 
	                                    use_lib4.t use_mbfw.t 
	                                    with_sub.t 
	gnu/usr.bin/perl/lib/Math/BigRat/t: big_ap.t bigfltpm.inc 
	                                    bigfltrt.t biglog.t bigrat.t 
	                                    bigratpm.inc bigratpm.t 
	                                    bigratup.t bigroot.t hang.t 
	                                    requirer.t trap.t 
	gnu/usr.bin/perl/lib/Memoize: AnyDBM_File.pm Expire.pm 
	                              ExpireFile.pm ExpireTest.pm 
	                              NDBM_File.pm README SDBM_File.pm 
	                              Storable.pm TODO 
	gnu/usr.bin/perl/lib/Memoize/t: array.t array_confusion.t 
	                                correctness.t errors.t expfile.t 
	                                expire.t expmod_n.t expmod_t.t 
	                                flush.t normalize.t prototype.t 
	                                speed.t tie.t tie_gdbm.t 
	                                tie_ndbm.t tie_sdbm.t 
	                                tie_storable.t tiefeatures.t 
	                                unmemoize.t 
	gnu/usr.bin/perl/lib/Module: Build.pm CoreList.pm Load.pm 
	                             Loaded.pm 
	gnu/usr.bin/perl/lib/Module/Build: API.pod Authoring.pod Base.pm 
	                                   Changes Compat.pm Config.pm 
	                                   ConfigData.pm Cookbook.pm 
	                                   Dumper.pm ModuleInfo.pm 
	                                   Notes.pm PPMMaker.pm 
	                                   PodParser.pm Version.pm 
	                                   YAML.pm 
	gnu/usr.bin/perl/lib/Module/Build/Platform: Amiga.pm Default.pm 
	                                            EBCDIC.pm MPEiX.pm 
	                                            MacOS.pm RiscOS.pm 
	                                            Unix.pm VMS.pm 
	                                            VOS.pm Windows.pm 
	                                            aix.pm cygwin.pm 
	                                            darwin.pm os2.pm 
	gnu/usr.bin/perl/lib/Module/Build/scripts: config_data 
	gnu/usr.bin/perl/lib/Module/Build/t: PL_files.t add_property.t 
	                                     basic.t compat.t debug.t 
	                                     destinations.t ext.t 
	                                     extend.t files.t help.t 
	                                     install.t manifypods.t 
	                                     mbyaml.t metadata.t 
	                                     metadata2.t moduleinfo.t 
	                                     new_from_context.t notes.t 
	                                     parents.t pod_parser.t 
	                                     ppm.t runthrough.t 
	                                     script_dist.t 
	                                     test_file_exts.t 
	                                     test_type.t test_types.t 
	                                     tilde.t use_tap_harness.t 
	                                     versions.t 
	                                     write_default_maniskip.t 
	                                     xs.t 
	gnu/usr.bin/perl/lib/Module/Build/t/bundled/Tie: CPHash.pm 
	gnu/usr.bin/perl/lib/Module/Build/t/compat: exit.t 
	gnu/usr.bin/perl/lib/Module/Build/t/lib: DistGen.pm MBTest.pm 
	gnu/usr.bin/perl/lib/Module/CoreList/bin: corelist 
	gnu/usr.bin/perl/lib/Module/CoreList/t: corelist.t 
	                                        find_modules.t 
	gnu/usr.bin/perl/lib/Module/Load: Conditional.pm 
	gnu/usr.bin/perl/lib/Module/Load/Conditional/t: 
	                                                01_Module_Load_Conditional.t 
	                                                02_Parse_Version.t 
	gnu/usr.bin/perl/lib/Module/Load/Conditional/t/to_load: 
	                                                        Commented.pm 
	                                                        InPod.pm 
	                                                        LoadIt.pm 
	                                                        LoadMe.pl 
	                                                        ToBeLoaded 
	gnu/usr.bin/perl/lib/Module/Load/Conditional/t/to_load/MustBe: 
	                                                               Loaded.pm 
	gnu/usr.bin/perl/lib/Module/Load/t: 01_Module-Load.t 
	gnu/usr.bin/perl/lib/Module/Load/t/to_load: LoadIt.pm LoadMe.pl 
	                                            TestModule.pm 
	                                            ToBeLoaded 
	                                            config_file 
	gnu/usr.bin/perl/lib/Module/Load/t/to_load/Must/Be: Loaded.pm 
	gnu/usr.bin/perl/lib/Module/Loaded/t: 01_Module-Loaded.t 
	gnu/usr.bin/perl/lib/NEXT: Changes README 
	gnu/usr.bin/perl/lib/NEXT/t: actual.t actuns.t 
	                             dynamically_scoped_regex_vars.t 
	                             next.t stringify.t unseen.t 
	gnu/usr.bin/perl/lib/Net: Changes Cmd.pm Config.eg Config.pm 
	                          Domain.pm FTP.pm Hostname.pm.eg 
	                          NNTP.pm Netrc.pm POP3.pm Ping.pm 
	                          README SMTP.pm Time.pm libnetFAQ.pod 
	gnu/usr.bin/perl/lib/Net/FTP: A.pm E.pm I.pm L.pm dataconn.pm 
	gnu/usr.bin/perl/lib/Net/Ping: Changes 
	gnu/usr.bin/perl/lib/Net/Ping/t: 100_load.t 110_icmp_inst.t 
	                                 120_udp_inst.t 130_tcp_inst.t 
	                                 140_stream_inst.t 
	                                 150_syn_inst.t 190_alarm.t 
	                                 200_ping_tcp.t 250_ping_hires.t 
	                                 300_ping_stream.t 
	                                 400_ping_syn.t 410_syn_host.t 
	                                 450_service.t 500_ping_icmp.t 
	                                 510_ping_udp.t 
	gnu/usr.bin/perl/lib/Net/demos: ftp inetd nntp nntp.mirror pop3 
	                                smtp.self time 
	gnu/usr.bin/perl/lib/Net/t: config.t datasend.t ftp.t hostname.t 
	                            libnet_t.pl netrc.t nntp.t require.t 
	                            smtp.t time.t 
	gnu/usr.bin/perl/lib/Object: Accessor.pm 
	gnu/usr.bin/perl/lib/Object/Accessor/t: 00_Object-Accessor.t 
	                                        01_Object-Accessor-Subclassed.t 
	                                        02_Object-Accessor-allow.t 
	                                        03_Object-Accessor-local.t 
	                                        04_Object-Accessor-lvalue.t 
	                                        05_Object-Accessor-callback.t 
	                                        06_Object-Accessor-alias.t 
	gnu/usr.bin/perl/lib/Package: Constants.pm 
	gnu/usr.bin/perl/lib/Package/Constants/t: 01_list.t 
	gnu/usr.bin/perl/lib/Params: Check.pm 
	gnu/usr.bin/perl/lib/Params/Check/t: 01_Params-Check.t 
	gnu/usr.bin/perl/lib/Parse/CPAN: Meta.pm 
	gnu/usr.bin/perl/lib/Parse/CPAN/Meta: Changes 
	gnu/usr.bin/perl/lib/Parse/CPAN/Meta/t: 01_compile.t 02_basic.t 
	                                        03_regression.t 
	                                        04_scalar.t 05_export.t 
	                                        11_meta_yml.t 
	                                        12_plagger.t 
	                                        13_perl_smith.t 
	                                        14_yaml_org.t 
	                                        15_multibyte.t 
	                                        16_nullrefs.t 
	                                        17_toolbar.t 18_tap.t 
	                                        19_errors.t 21_bom.t 
	gnu/usr.bin/perl/lib/Parse/CPAN/Meta/t/data: HTML-WebDAO.yml 
	                                             Spreadsheet-Read.yml 
	                                             Template-Provider-Unicode-Japanese.yml 
	                                             multibyte.yml 
	                                             sample.yml 
	                                             toolbar.yml 
	                                             utf_16_le_bom.yml 
	                                             vanilla.yml 
	gnu/usr.bin/perl/lib/PerlIO/via: QuotedPrint.pm 
	gnu/usr.bin/perl/lib/PerlIO/via/t: QuotedPrint.t 
	gnu/usr.bin/perl/lib/Pod: Checker.pm Escapes.pm Find.pm 
	                          InputObjects.pm LaTeX.pm Man.pm 
	                          ParseLink.pm ParseUtils.pm Parser.pm 
	                          Perldoc.pm PlainText.pm Plainer.pm 
	                          Select.pm Simple.pm Simple.pod Text.pm 
	                          Usage.pm 
	gnu/usr.bin/perl/lib/Pod/Escapes: ChangeLog README 
	gnu/usr.bin/perl/lib/Pod/Escapes/t: 01_about_verbose.t 10_main.t 
	                                    15_name2charnum.t 
	gnu/usr.bin/perl/lib/Pod/Perldoc: BaseTo.pm GetOptsOO.pm 
	                                  ToChecker.pm ToMan.pm 
	                                  ToNroff.pm ToPod.pm ToRtf.pm 
	                                  ToText.pm ToTk.pm ToXml.pm 
	gnu/usr.bin/perl/lib/Pod/Perldoc/t: 01_about_verbose.t 
	                                    checkerbasic.t 
	                                    perldocbasic.t textbasic.t 
	gnu/usr.bin/perl/lib/Pod/Simple: BlackBox.pm ChangeLog 
	                                 Checker.pm Debug.pm 
	                                 DumpAsText.pm DumpAsXML.pm 
	                                 HTML.pm HTMLBatch.pm 
	                                 HTMLLegacy.pm LinkSection.pm 
	                                 Methody.pm Progress.pm 
	                                 PullParser.pm 
	                                 PullParserEndToken.pm 
	                                 PullParserStartToken.pm 
	                                 PullParserTextToken.pm 
	                                 PullParserToken.pm README 
	                                 RTF.pm Search.pm SimpleTree.pm 
	                                 Subclassing.pod Text.pm 
	                                 TextContent.pm TiedOutFH.pm 
	                                 Transcode.pm TranscodeDumb.pm 
	                                 TranscodeSmart.pm XHTML.pm 
	                                 XMLOutStream.pm 
	gnu/usr.bin/perl/lib/Pod/Simple/t: 00about.t 20_skip.t ac_d.t 
	                                   accept01.t accept05.t basic.t 
	                                   begin.t cbacks.t chunking.t 
	                                   closeys.t corpus.t encod01.t 
	                                   encod02.t encod03.t 
	                                   end_over.t fcodes.t 
	                                   fcodes_e.t fcodes_l.t 
	                                   fcodes_s.t for.t fornot.t 
	                                   fullstop.t heads.t html01.t 
	                                   html02.t html03.t htmlbat.t 
	                                   items.t items02.t itemstar.t 
	                                   junk1.pod junk1o.txt 
	                                   junk2.pod junk2o.txt 
	                                   linkclas.t perlcyg.pod 
	                                   perlcygo.txt perlfaq.pod 
	                                   perlfaqo.txt perlvar.pod 
	                                   perlvaro.txt puller.t 
	                                   pulltitl.t reinit.t render.t 
	                                   search05.t search10.t 
	                                   search12.t search20.t 
	                                   search22.t search25.t 
	                                   search26.t search27.t 
	                                   search28.t search29.t 
	                                   search50.t stree.t tiedfh.t 
	                                   verb_fmt.t verbatim.t 
	                                   x_nixer.t xhtml01.t xhtml05.t 
	gnu/usr.bin/perl/lib/Pod/Simple/t/corpus: 2202jp.txt.packed 
	                                          2202jp.xml 
	                                          2202jpx.txt.packed 
	                                          2202jpx.xml 
	                                          2202jpy.txt.packed 
	                                          2202jpy.xml 
	                                          2202jpz.txt 
	                                          2202jpz.xml 8859_7.pod 
	                                          8859_7.xml cp1256.txt 
	                                          cp1256.xml 
	                                          fet_cont.txt 
	                                          fet_cont.xml 
	                                          fet_dup.txt 
	                                          fet_dup.xml iso6.txt 
	                                          iso6.xml koi8r.txt 
	                                          koi8r.xml laozi38.txt 
	                                          laozi38.xml 
	                                          laozi38b.txt 
	                                          laozi38b.xml 
	                                          laozi38p.pod 
	                                          laozi38p.xml 
	                                          lat1fr.txt lat1fr.xml 
	                                          lat1frim.txt 
	                                          lat1frim.xml 
	                                          nonesuch.txt 
	                                          nonesuch.xml 
	                                          pasternak_cp1251.txt 
	                                          pasternak_cp1251.xml 
	                                          plain.txt plain.xml 
	                                          plain_explicit.txt 
	                                          plain_explicit.xml 
	                                          plain_latin1.txt 
	                                          plain_latin1.xml 
	                                          plain_utf8.txt 
	                                          plain_utf8.xml 
	                                          polish_utf8.txt 
	                                          polish_utf8.xml 
	                                          s2763_sjis.txt 
	                                          s2763_sjis.xml 
	                                          thai_iso11.txt 
	                                          thai_iso11.xml 
	gnu/usr.bin/perl/lib/Pod/Simple/t/corpus2: fiqhakbar_iso6.txt 
	                                           fiqhakbar_iso6.xml 
	                                           polish_implicit_utf8.txt 
	                                           polish_utf16be_bom.txt.packed 
	                                           polish_utf16le_bom.txt.packed 
	                                           polish_utf8_bom.txt 
	                                           polish_utf8_bom.xml 
	                                           polish_utf8_bom2.txt 
	                                           polish_utf8_bom2.xml 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib1: Blorm.pm squaa.pm 
	                                            zikzik.pod 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib1/Zonk: Fiddle.txt 
	                                                 Pronk.pm 
	                                                 Veng.pm 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib1/hinkhonk: Glunk.pod 
	                                                     Vliff.pm 
	                                                     readme.txt 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib1/pod: perlflif.pod 
	                                                perlthng.pod 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib1/squaa: Glunk.pod 
	                                                  Vliff.pm 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib2: Suzzle.pm 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib2/hinkhonk: Glunk.pod 
	                                                     Vliff.pm 
	                                                     readme.txt 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib2/pod: perlthng.pod 
	                                                perlzuk.pod 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib2/squaa: Vliff.pm 
	                                                  Wowo.pod 
	gnu/usr.bin/perl/lib/Pod/Simple/t/testlib3/squaa: Vliff.pm 
	gnu/usr.bin/perl/lib/Pod/Text: Color.pm Overstrike.pm Termcap.pm 
	gnu/usr.bin/perl/lib/Pod/t: basic.cap basic.clr basic.man 
	                            basic.ovr basic.pod basic.t 
	                            basic.txt color.t contains_pod.t 
	                            filehandle.t man-options.t 
	                            man-utf8.t man.t parselink.t 
	                            pod-parser.t pod-spelling.t pod.t 
	                            pod2latex.t termcap.t 
	                            text-encoding.t text-options.t 
	                            text-utf8.t text.t user.t 
	gnu/usr.bin/perl/lib/SelfLoader/t: 01SelfLoader.t 
	                                   02SelfLoader-buggy.t 
	gnu/usr.bin/perl/lib/Switch/t: given.t nested.t switch.t 
	gnu/usr.bin/perl/lib/Term: ANSIColor.pm Cap.pm Cap.t UI.pm 
	gnu/usr.bin/perl/lib/Term/ANSIColor: ChangeLog README 
	gnu/usr.bin/perl/lib/Term/ANSIColor/t: basic.t 
	gnu/usr.bin/perl/lib/Term/UI: History.pm 
	gnu/usr.bin/perl/lib/Term/UI/t: 00_load.t 01_history.t 02_ui.t 
	gnu/usr.bin/perl/lib/Test: Builder.pm More.pm Simple.pm 
	                           Tutorial.pod 
	gnu/usr.bin/perl/lib/Test/Builder: Module.pm Tester.pm 
	gnu/usr.bin/perl/lib/Test/Builder/Tester: Color.pm 
	gnu/usr.bin/perl/lib/Test/Simple: Changes README TODO 
	gnu/usr.bin/perl/lib/Test/Simple/t: 00test_harness_check.t 
	                                    BEGIN_require_ok.t 
	                                    BEGIN_use_ok.t More.t 
	                                    bad_plan.t bail_out.t 
	                                    buffer.t c_flag.t 
	                                    circular_data.t cmp_ok.t 
	                                    diag.t died.t 
	                                    dont_overwrite_die_handler.t 
	                                    eq_set.t exit.t explain.t 
	                                    extra.t extra_one.t 
	                                    fail-like.t fail-more.t 
	                                    fail.t fail_one.t 
	                                    filehandles.t fork.t 
	                                    harness_active.t import.t 
	                                    is_deeply_dne_bug.t 
	                                    is_deeply_fail.t 
	                                    is_deeply_with_threads.t 
	                                    missing.t new_ok.t no_plan.t 
	                                    no_tests.t note.t overload.t 
	                                    overload_threads.t plan.t 
	                                    plan_bad.t plan_is_noplan.t 
	                                    plan_no_plan.t 
	                                    plan_shouldnt_import.t 
	                                    plan_skip_all.t require_ok.t 
	                                    simple.t skip.t skipall.t 
	                                    tbm_doesnt_set_exported_to.t 
	                                    thread_taint.t threads.t 
	                                    todo.t undef.t use_ok.t 
	                                    useing.t utf8.t versions.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/Builder: Builder.t carp.t 
	                                            create.t 
	                                            current_test.t 
	                                            current_test_without_plan.t 
	                                            details.t 
	                                            done_testing.t 
	                                            done_testing_double.t 
	                                            done_testing_plan_mismatch.t 
	                                            done_testing_with_no_plan.t 
	                                            done_testing_with_number.t 
	                                            done_testing_with_plan.t 
	                                            fork_with_new_stdout.t 
	                                            has_plan.t 
	                                            has_plan2.t is_fh.t 
	                                            maybe_regex.t 
	                                            no_diag.t 
	                                            no_ending.t 
	                                            no_header.t 
	                                            no_plan_at_all.t 
	                                            ok_obj.t output.t 
	                                            reset.t try.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/Tester: tbt_01basic.t 
	                                           tbt_02fhrestore.t 
	                                           tbt_03die.t 
	                                           tbt_04line_num.t 
	                                           tbt_05faildiag.t 
	                                           tbt_06errormess.t 
	                                           tbt_07args.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/lib: Dummy.pm MyOverload.pm 
	                                        NoExporter.pm SigDie.pm 
	gnu/usr.bin/perl/lib/Test/t: 05_about_verbose.t fail.t mix.t 
	                             multiline.t onfail.t qr.t skip.t 
	                             success.t todo.t 
	gnu/usr.bin/perl/lib/Text: Balanced.pm ParseWords.pm 
	                           ParseWords.t Tabs.pm Wrap.pm 
	gnu/usr.bin/perl/lib/Text/Balanced: Changes README 
	gnu/usr.bin/perl/lib/Text/Balanced/t: 00-load.t extbrk.t 
	                                      extcbk.t extdel.t extmul.t 
	                                      extqlk.t exttag.t extvar.t 
	                                      gentag.t 
	gnu/usr.bin/perl/lib/Text/ParseWords: taint.t 
	gnu/usr.bin/perl/lib/Text/TabsWrap: CHANGELOG 
	gnu/usr.bin/perl/lib/Text/TabsWrap/t: 37000.t 39548.t Jacobson.t 
	                                      Jacobson2.t Jochen.t 
	                                      belg4mit.t dandv.t fill.t 
	                                      sep.t sep2.t tabs.t wrap.t 
	                                      wrap_separator2.t 
	gnu/usr.bin/perl/lib/Thread: Queue.pm Semaphore.pm 
	gnu/usr.bin/perl/lib/Thread/Queue/t: 01_basic.t 02_refs.t 
	                                     03_peek.t 04_errs.t 
	                                     05_extract.t 06_insert.t 
	                                     07_lock.t 08_nothreads.t 
	gnu/usr.bin/perl/lib/Thread/Semaphore/t: 01_basic.t 02_errs.t 
	                                         03_nothreads.t 
	gnu/usr.bin/perl/lib/Tie: File.pm Memoize.pm Memoize.t 
	                          RefHash.pm 
	gnu/usr.bin/perl/lib/Tie/File/t: 00_version.t 01_gen.t 
	                                 02_fetchsize.t 03_longfetch.t 
	                                 04_splice.t 05_size.t 
	                                 06_fixrec.t 07_rv_splice.t 
	                                 08_ro.t 09_gen_rs.t 
	                                 10_splice_rs.t 
	                                 11_rv_splice_rs.t 
	                                 12_longfetch_rs.t 13_size_rs.t 
	                                 14_lock.t 15_pushpop.t 
	                                 16_handle.t 17_misc_meth.t 
	                                 18_rs_fixrec.t 19_cache.t 
	                                 20_cache_full.t 21_win32.t 
	                                 22_autochomp.t 
	                                 23_rv_ac_splice.t 
	                                 24_cache_loop.t 
	                                 25_gen_nocache.t 26_twrite.t 
	                                 27_iwrite.t 28_mtwrite.t 
	                                 29_downcopy.t 29a_upcopy.t 
	                                 30_defer.t 31_autodefer.t 
	                                 32_defer_misc.t 33_defer_vs.t 
	                                 40_abs_cache.t 41_heap.t 
	                                 42_offset.t 
	gnu/usr.bin/perl/lib/Tie/RefHash: rebless.t refhash.t storable.t 
	                                  threaded.t 
	gnu/usr.bin/perl/lib/Time: Local.pm Local.t 
	gnu/usr.bin/perl/lib/Unicode: Collate.pm 
	gnu/usr.bin/perl/lib/Unicode/Collate: Changes README allkeys.txt 
	                                      keys.txt 
	gnu/usr.bin/perl/lib/Unicode/Collate/t: altern.t cjkrange.t 
	                                        contract.t hangtype.t 
	                                        hangul.t ignor.t 
	                                        illegal.t illegalp.t 
	                                        index.t normal.t 
	                                        override.t rearrang.t 
	                                        test.t trailwt.t 
	                                        variable.t version.t 
	                                        view.t 
	gnu/usr.bin/perl/lib/autodie: exception.pm hints.pm 
	gnu/usr.bin/perl/lib/autodie/exception: system.pm 
	gnu/usr.bin/perl/lib/autodie/t: 00-load.t Fatal.t autodie.t 
	                                autodie_test_module.pm 
	                                backcompat.t basic_exceptions.t 
	                                binmode.t blog_hints.t caller.t 
	                                context.t context_lexical.t 
	                                crickey.t dbmopen.t 
	                                exception_class.t exceptions.t 
	                                exec.t filehandles.t fileno.t 
	                                flock.t format-clobber.t hints.t 
	                                hints_insist.t 
	                                hints_pod_examples.t 
	                                hints_provider_does.t 
	                                hints_provider_easy_does_it.t 
	                                hints_provider_isa.t 
	                                internal-backcompat.t internal.t 
	                                lethal.t mkdir.t open.t recv.t 
	                                repeat.t scope_leak.t 
	                                string-eval-basic.t 
	                                string-eval-leak.t sysopen.t 
	                                truncate.t unlink.t 
	                                user-context.t usersub.t 
	                                version.t version_tag.t 
	gnu/usr.bin/perl/lib/autodie/t/lib: Caller_helper.pm 
	                                    Hints_pod_examples.pm 
	                                    Hints_provider_does.pm 
	                                    Hints_provider_easy_does_it.pm 
	                                    Hints_provider_isa.pm 
	                                    Hints_test.pm OtherTypes.pm 
	                                    lethal.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/Some: Module.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/autodie/test: au.pm 
	                                                 badname.pm 
	                                                 missing.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/autodie/test/au: exception.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/my: autodie.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/pujHa: ghach.pm 
	gnu/usr.bin/perl/lib/autodie/t/lib/pujHa/ghach: Dotlh.pm 
	gnu/usr.bin/perl/lib/base: Changes 
	gnu/usr.bin/perl/lib/base/t: base.t compile-time.t 
	                             fields-5.6.0.t fields-5.8.0.t 
	                             fields-base.t fields.t isa.t 
	                             sigdie.t version.t warnings.t 
	gnu/usr.bin/perl/lib/base/t/lib: Dummy.pm HasSigDie.pm 
	gnu/usr.bin/perl/lib/bignum/t: big_e_pi.t bigexp.t bigint.t 
	                               bignum.t bigrat.t bii_e_pi.t 
	                               biinfnan.t bir_e_pi.t bn_lite.t 
	                               bninfnan.t br_lite.t brinfnan.t 
	                               in_effect.t infnan.inc option_a.t 
	                               option_l.t option_p.t ratopt_a.t 
	                               scope_f.t scope_i.t scope_r.t 
	gnu/usr.bin/perl/lib/encoding: warnings.pm 
	gnu/usr.bin/perl/lib/encoding/warnings/t: 1-warning.t 2-fatal.t 
	                                          3-normal.t 4-lexical.t 
	gnu/usr.bin/perl/lib/parent/t: compile-time-file.t 
	                               compile-time.t 
	                               parent-classfromclassfile.t 
	                               parent-classfromfile.t 
	                               parent-pmc.t 
	                               parent-returns-false.t parent.t 
	gnu/usr.bin/perl/lib/parent/t/lib: Dummy.pm Dummy2.plugin 
	                                   FileThatOnlyExistsAsPMC.pmc 
	                                   ReturnsFalse.pm 
	gnu/usr.bin/perl/lib/parent/t/lib/Dummy: Outside.pm 
	gnu/usr.bin/perl/lib/unicore: mktables.lst 
	gnu/usr.bin/perl/mint: Makefile README errno.h pwd.c stdio.h 
	                       time.h 
	gnu/usr.bin/perl/mint/sys: time.h 
	gnu/usr.bin/perl/os2/OS2/ExtAttr: Changes ExtAttr.pm ExtAttr.xs 
	                                  MANIFEST Makefile.PL myea.h 
	                                  typemap 
	gnu/usr.bin/perl/os2/OS2/ExtAttr/t: os2_ea.t 
	gnu/usr.bin/perl/os2/OS2/PrfDB: Changes MANIFEST Makefile.PL 
	                                PrfDB.pm PrfDB.xs 
	gnu/usr.bin/perl/os2/OS2/PrfDB/t: os2_prfdb.t 
	gnu/usr.bin/perl/os2/OS2/Process: MANIFEST Makefile.PL 
	                                  Process.pm Process.xs 
	gnu/usr.bin/perl/os2/OS2/Process/t: os2_atoms.t os2_clipboard.t 
	                                    os2_process.t 
	                                    os2_process_kid.t 
	                                    os2_process_text.t 
	gnu/usr.bin/perl/os2/OS2/REXX: Changes MANIFEST Makefile.PL 
	                               REXX.pm REXX.xs 
	gnu/usr.bin/perl/os2/OS2/REXX/DLL: Changes DLL.pm DLL.xs 
	                                   MANIFEST Makefile.PL 
	gnu/usr.bin/perl/os2/OS2/REXX/t: rx_cmprt.t rx_dllld.t 
	                                 rx_emxrv.t rx_objcall.t 
	                                 rx_sql.test rx_tiesql.test 
	                                 rx_tievar.t rx_tieydb.t 
	                                 rx_varset.t rx_vrexx.t 
	gnu/usr.bin/perl/pod: perlothrtut.pod 
	gnu/usr.bin/perl/t: TestInit.pm 
	gnu/usr.bin/perl/t/comp: cpp.aux cpp.t script.t 
	gnu/usr.bin/perl/t/lib: TieIn.pm TieOut.pm contains_bad_pod.xr 
	                        contains_pod.xr filter-util.pl 
	                        manifest.t 
	gnu/usr.bin/perl/t/lib/Dev: Null.pm 
	gnu/usr.bin/perl/t/lib/Filter/Simple: ExportTest.pm 
	                                      FilterOnlyTest.pm 
	                                      FilterTest.pm 
	                                      ImportTest.pm 
	gnu/usr.bin/perl/t/lib/MakeMaker/Test: NoXS.pm Utils.pm 
	gnu/usr.bin/perl/t/lib/MakeMaker/Test/Setup: BFD.pm MPV.pm 
	                                             PL_FILES.pm 
	                                             Problem.pm 
	                                             Recurs.pm XS.pm 
	gnu/usr.bin/perl/t/lib/Math/BigFloat: Subclass.pm 
	gnu/usr.bin/perl/t/lib/Math/BigInt: BareCalc.pm Scalar.pm 
	                                    Subclass.pm 
	gnu/usr.bin/perl/t/lib/Math/BigRat: Test.pm 
	gnu/usr.bin/perl/t/lib/Parse/CPAN/Meta: Test.pm 
	gnu/usr.bin/perl/t/lib/Test/Builder: NoOutput.pm 
	gnu/usr.bin/perl/t/lib/Test/Simple: Catch.pm 
	gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests: death.plx 
	                                                 death_in_eval.plx 
	                                                 death_with_handler.plx 
	                                                 exit.plx 
	                                                 extras.plx 
	                                                 five_fail.plx 
	                                                 last_minute_death.plx 
	                                                 one_fail.plx 
	                                                 pre_plan_death.plx 
	                                                 require.plx 
	                                                 success.plx 
	                                                 too_few.plx 
	                                                 too_few_fail.plx 
	                                                 two_fail.plx 
	gnu/usr.bin/perl/t/lib/compress: CompTestUtils.pm any.pl 
	                                 anyunc.pl destroy.pl encode.pl 
	                                 generic.pl merge.pl multi.pl 
	                                 newtied.pl oneshot.pl prime.pl 
	                                 tied.pl truncate.pl 
	                                 zlib-generic.pl 
	gnu/usr.bin/perl/t/lib/dprof: V.pm test1_t test1_v test2_t 
	                              test2_v test3_t test3_v test4_t 
	                              test4_v test5_t test5_v test6_t 
	                              test6_v test7_t test7_v test8_t 
	                              test8_v 
	gnu/usr.bin/perl/t/op: pat.t pat_thr.t qr_gc.t qrstack.t re.t 
	                       re_tests reg_email.t reg_email_thr.t 
	                       reg_fold.t reg_mesg.t reg_namedcapture.t 
	                       reg_nc_tie.t reg_pmod.t reg_posixcc.t 
	                       reg_unsafe.t regexp.t regexp_noamp.t 
	                       regexp_notrie.t regexp_qr.t 
	                       regexp_qr_embed.t regexp_qr_embed_thr.t 
	                       regexp_trielist.t regexp_unicode_prop.t 
	                       regexp_unicode_prop_thr.t rxcode.t 
	                       subst.t substT.t subst_amp.t subst_wamp.t 
	                       substr.t substr_thr.t 
	gnu/usr.bin/perl/t/pod: emptycmd.t emptycmd.xr find.t for.t 
	                        for.xr headings.t headings.xr include.t 
	                        include.xr included.t included.xr lref.t 
	                        lref.xr multiline_items.t 
	                        multiline_items.xr nested_items.t 
	                        nested_items.xr nested_seqs.t 
	                        nested_seqs.xr oneline_cmds.t 
	                        oneline_cmds.xr p2u_data.pl plainer.t 
	                        pod2usage.t pod2usage.xr pod2usage2.t 
	                        podchkenc.t podchkenc.xr poderrs.t 
	                        poderrs.xr podselect.t podselect.xr 
	                        special_seqs.t special_seqs.xr 
	                        testcmp.pl testp2pt.pl testpchk.pl 
	                        twice.t usage.pod usage2.pod 
	gnu/usr.bin/perl/t/pod/testpods/lib/Pod: Stuff.pm 
	gnu/usr.bin/perl/t/run: switchPx.aux switchPx.t 
	gnu/usr.bin/perl/vms/ext/DCLsym: 0README.txt DCLsym.pm DCLsym.xs 
	                                 Makefile.PL test.pl 
	gnu/usr.bin/perl/vms/ext/Stdio: 0README.txt Makefile.PL Stdio.pm 
	                                Stdio.xs test.pl 
	gnu/usr.bin/perl/win32: dl_win32.xs perlexe.ico.packd 
	                        splittree.pl 

Log message:
remove files no longer in perl 5.12.2 (or that have moved)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:07:12

Modified files:
	gnu/usr.bin/perl: Changes Configure DynaLoader.sed INSTALL 
	                  MANIFEST Makefile.SH Makefile.bsd-wrapper 
	                  Makefile.bsd-wrapper1 README README.os2 
	                  README.qnx README.vms README.win32 XSUB.h av.c 
	                  av.h cflags.SH config_h.SH configpm 
	                  configure.gnu cop.h cv.h deb.c doio.c doop.c 
	                  dump.c embed.h embed.pl git_version.h 
	                  global.sym globvar.sym gv.c gv.h handy.h hv.c 
	                  hv.h installperl makedef.pl malloc.c mg.c mg.h 
	                  miniperlmain.c op.c op.h opcode.h opcode.pl 
	                  patchlevel.h perl.c perl.h perlio.c perly.c 
	                  perly.h perly.y pp.c pp.h pp_ctl.c pp_hot.c 
	                  pp_sys.c proto.h regcomp.c regcomp.h regexec.c 
	                  regexp.h scope.c scope.h shlib_version sv.c 
	                  sv.h taint.c toke.c universal.c util.c util.h 
	gnu/usr.bin/perl/Cross: Makefile README 
	gnu/usr.bin/perl/Porting: Glossary Maintainers.pl config_H 
	                          makerel pumpkin.pod 
	gnu/usr.bin/perl/beos: nm.c 
	gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm 
	gnu/usr.bin/perl/cpan/CGI/lib/CGI: Fast.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/bin: cpanp 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS: Backend.pm 
	                                             Config.pm 
	                                             Configure.pm 
	                                             Dist.pm Error.pm 
	                                             FAQ.pod Hacking.pod 
	                                             Internals.pm 
	                                             Module.pm 
	                                             Selfupdate.pm 
	                                             Shell.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend: RV.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist: Autobundle.pm 
	                                                  MM.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals: 
	                                                       Extract.pm 
	                                                       Fetch.pm 
	                                                       Report.pm 
	                                                       Search.pm 
	                                                       Source.pm 
	                                                       Utils.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source: 
	                                                              Memory.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module: Author.pm 
	                                                    Checksums.pm 
	                                                    Fake.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author: 
	                                                           Fake.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell: Default.pm 
	gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins: 
	                                                                   CustomSource.pm 
	                                                                   Remote.pm 
	                                                                   Source.pm 
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm 
	gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm 
	gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: adler32.c 
	                                                  compress.c 
	                                                  crc32.c 
	                                                  deflate.c 
	                                                  deflate.h 
	                                                  trees.c 
	                                                  uncompr.c 
	                                                  zconf.h 
	                                                  zutil.c 
	                                                  zutil.h 
	gnu/usr.bin/perl/cpan/Devel-PPPort: Makefile.PL PPPort_pm.PL 
	                                    PPPort_xs.PL apicheck_c.PL 
	                                    mktests.PL module2.c 
	                                    module3.c ppport_h.PL soak 
	                                    typemap 
	gnu/usr.bin/perl/cpan/Devel-PPPort/devel: buildperl.pl 
	                                          devtools.pl 
	                                          mkapidoc.sh mktodo 
	                                          mktodo.pl regenerate 
	                                          scanprov 
	gnu/usr.bin/perl/cpan/Devel-PPPort/parts: apicheck.pl ppport.fnc 
	                                          ppptools.pl 
	gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc: HvNAME MY_CXT SvPV 
	                                              SvREFCNT Sv_set 
	                                              call cop exception 
	                                              format grok gv 
	                                              limits mPUSH magic 
	                                              memory misc 
	                                              newCONSTSUB newRV 
	                                              newSV_type newSVpv 
	                                              podtest ppphbin 
	                                              ppphdoc ppphtest 
	                                              pv_tools pvs 
	                                              shared_pv snprintf 
	                                              sprintf strlfuncs 
	                                              sv_xpvf threads uv 
	                                              variables version 
	                                              warn 
	gnu/usr.bin/perl/cpan/Digest-MD5: Changes MD5.xs 
	gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t 
	gnu/usr.bin/perl/cpan/Encode: Changes Encode.pm Encode.xs 
	                              Makefile.PL encoding.pm 
	gnu/usr.bin/perl/cpan/Encode/Byte: Byte.pm 
	gnu/usr.bin/perl/cpan/Encode/CN: CN.pm 
	gnu/usr.bin/perl/cpan/Encode/EBCDIC: EBCDIC.pm 
	gnu/usr.bin/perl/cpan/Encode/Encode: Changes.e2x 
	gnu/usr.bin/perl/cpan/Encode/JP: JP.pm 
	gnu/usr.bin/perl/cpan/Encode/KR: KR.pm 
	gnu/usr.bin/perl/cpan/Encode/Symbol: Symbol.pm 
	gnu/usr.bin/perl/cpan/Encode/TW: TW.pm 
	gnu/usr.bin/perl/cpan/Encode/Unicode: Unicode.pm Unicode.xs 
	gnu/usr.bin/perl/cpan/Encode/bin: enc2xs piconv ucm2table 
	                                  ucmlint ucmsort 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode: Alias.pm 
	                                         CJKConstants.pm 
	                                         Config.pm Encoder.pm 
	                                         Encoding.pm GSM0338.pm 
	                                         Guess.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN: HZ.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP: H2Z.pm JIS7.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR: 2022_KR.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME: Header.pm Name.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header: 
	                                                     ISO_2022_JP.pm 
	gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode: UTF7.pm 
	gnu/usr.bin/perl/cpan/Encode/t: Encoder.t Mod_EUCJP.pm Unicode.t 
	                                enc_data.t enc_eucjp.t 
	                                enc_module.t enc_utf8.t 
	                                from_to.t jperl.t mime-header.t 
	                                mime-name.t piconv.t rt.pl 
	gnu/usr.bin/perl/cpan/Encode/ucm: 8859-1.ucm 8859-10.ucm 
	                                  8859-11.ucm 8859-13.ucm 
	                                  8859-14.ucm 8859-15.ucm 
	                                  8859-16.ucm 8859-2.ucm 
	                                  8859-3.ucm 8859-4.ucm 
	                                  8859-5.ucm 8859-6.ucm 
	                                  8859-7.ucm 8859-8.ucm 
	                                  8859-9.ucm adobeStdenc.ucm 
	                                  adobeSymbol.ucm 
	                                  adobeZdingbat.ucm ascii.ucm 
	                                  big5-eten.ucm big5-hkscs.ucm 
	                                  cp037.ucm cp1006.ucm 
	                                  cp1026.ucm cp1047.ucm 
	                                  cp1250.ucm cp1251.ucm 
	                                  cp1252.ucm cp1253.ucm 
	                                  cp1254.ucm cp1255.ucm 
	                                  cp1256.ucm cp1257.ucm 
	                                  cp1258.ucm cp424.ucm cp437.ucm 
	                                  cp500.ucm cp737.ucm cp775.ucm 
	                                  cp850.ucm cp852.ucm cp855.ucm 
	                                  cp856.ucm cp857.ucm cp858.ucm 
	                                  cp860.ucm cp861.ucm cp862.ucm 
	                                  cp863.ucm cp864.ucm cp865.ucm 
	                                  cp866.ucm cp869.ucm cp874.ucm 
	                                  cp875.ucm cp932.ucm cp936.ucm 
	                                  cp949.ucm cp950.ucm ctrl.ucm 
	                                  dingbats.ucm euc-cn.ucm 
	                                  euc-jp.ucm euc-kr.ucm 
	                                  gb12345.ucm gb2312.ucm 
	                                  hp-roman8.ucm ir-165.ucm 
	                                  jis0201.ucm jis0208.ucm 
	                                  jis0212.ucm johab.ucm 
	                                  koi8-f.ucm koi8-r.ucm 
	                                  koi8-u.ucm ksc5601.ucm 
	                                  macArabic.ucm macCentEuro.ucm 
	                                  macChinsimp.ucm 
	                                  macChintrad.ucm 
	                                  macCroatian.ucm 
	                                  macCyrillic.ucm 
	                                  macDingbats.ucm macFarsi.ucm 
	                                  macGreek.ucm macHebrew.ucm 
	                                  macIceland.ucm macJapanese.ucm 
	                                  macKorean.ucm macROMnn.ucm 
	                                  macRUMnn.ucm macRoman.ucm 
	                                  macSami.ucm macSymbol.ucm 
	                                  macThai.ucm macTurkish.ucm 
	                                  macUkraine.ucm nextstep.ucm 
	                                  null.ucm posix-bc.ucm 
	                                  shiftjis.ucm symbol.ucm 
	                                  viscii.ucm 
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker: Changes 
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Any.pm 
	                                                       MM_Unix.pm 
	                                                       MakeMaker.pm 
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker: 
	                                                                 FAQ.pod 
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: parse_version.t 
	gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt: Long.pm 
	gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm 
	gnu/usr.bin/perl/cpan/IPC-SysV: Makefile.PL SysV.xs 
	gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC: Msg.pm Semaphore.pm 
	                                        SharedMem.pm SysV.pm 
	gnu/usr.bin/perl/cpan/IPC-SysV/t: ipcsysv.t msg.t pod.t podcov.t 
	                                  sem.t shm.t 
	gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Constants.pm 
	                                               Country.pm 
	                                               Currency.pm 
	                                               Language.pm 
	                                               Script.pm 
	gnu/usr.bin/perl/cpan/MIME-Base64: Base64.xs 
	gnu/usr.bin/perl/cpan/Memoize: Memoize.pm TODO 
	gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build: 
	                                                     ModuleInfo.pm 
	gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t moduleinfo.t 
	gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie: CPHash.pm 
	gnu/usr.bin/perl/cpan/Module-Load-Conditional/t: 
	                                                 02_Parse_Version.t 
	gnu/usr.bin/perl/cpan/NEXT/lib: NEXT.pm 
	gnu/usr.bin/perl/cpan/Pod-LaTeX: LaTeX.pm 
	gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: Checker.pm 
	                                          PlainText.pm Select.pm 
	                                          Usage.pm 
	gnu/usr.bin/perl/cpan/Pod-Parser/t/pod: contains_pod.t 
	gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple: Search.pm 
	gnu/usr.bin/perl/cpan/Pod-Simple/t: perlfaq.pod perlfaqo.txt 
	gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI: History.pm 
	gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console: 
	                                                              ParallelSession.pm 
	gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm 
	gnu/usr.bin/perl/cpan/Text-Soundex/t: Soundex.t 
	gnu/usr.bin/perl/cpan/Time-Piece: Piece.pm Seconds.pm 
	gnu/usr.bin/perl/cpan/encoding-warnings/t: 1-warning.t 2-fatal.t 
	gnu/usr.bin/perl/cpan/libnet/Net: libnetFAQ.pod 
	gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm Text.pm 
	gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm 
	gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod: Perldoc.pm 
	gnu/usr.bin/perl/dist/Pod-Plainer: Plainer.pm 
	gnu/usr.bin/perl/dist/Pod-Plainer/t: plainer.t 
	gnu/usr.bin/perl/emacs: cperl-mode.el 
	gnu/usr.bin/perl/ext/B/B: Concise.pm 
	gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL dl_beos.xs 
	                                 dl_dld.xs dl_mac.xs dlutils.c 
	gnu/usr.bin/perl/ext/File-Glob: bsd_glob.c 
	gnu/usr.bin/perl/ext/GDBM_File: GDBM_File.pm 
	gnu/usr.bin/perl/ext/GDBM_File/t: gdbm.t 
	gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC: Open3.pm 
	gnu/usr.bin/perl/ext/NDBM_File/t: ndbm.t 
	gnu/usr.bin/perl/ext/ODBM_File/t: odbm.t 
	gnu/usr.bin/perl/ext/Opcode: Opcode.pm Opcode.xs 
	gnu/usr.bin/perl/ext/POSIX: POSIX.pm POSIX.pod POSIX.xs 
	gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.xs 
	gnu/usr.bin/perl/ext/SDBM_File/sdbm: readme.ms sdbm.3 
	gnu/usr.bin/perl/ext/SDBM_File/t: sdbm.t 
	gnu/usr.bin/perl/ext/Socket: Socket.pm Socket.xs 
	gnu/usr.bin/perl/ext/re/t: regop.t 
	gnu/usr.bin/perl/hints: aix.sh beos.sh bsdos.sh dgux.sh 
	                        freebsd.sh haiku.sh hpux.sh irix_6.sh 
	                        linux.sh os2.sh qnx.sh 
	gnu/usr.bin/perl/lib: Carp.pm Env.pm Exporter.pm UNIVERSAL.pm 
	                      abbrev.pl bigfloat.pl bigint.pl 
	                      cacheout.pl complete.pl ctime.pl 
	                      diagnostics.pm dotsh.pl find.pl 
	                      finddepth.pl getcwd.pl getopt.pl 
	                      getopts.pl importenv.pl look.pl 
	                      newgetopt.pl open2.pl open3.pl overload.pm 
	                      perl5db.pl pwd.pl stat.pl syslog.pl 
	                      termcap.pl timelocal.pl 
	gnu/usr.bin/perl/lib/ExtUtils: Embed.pm typemap 
	gnu/usr.bin/perl/lib/File: Basename.pm Copy.pm Find.pm stat.pm 
	gnu/usr.bin/perl/lib/Pod: Functions.pm Html.pm 
	gnu/usr.bin/perl/lib/Search: Dict.pm 
	gnu/usr.bin/perl/lib/Term: ReadLine.pm 
	gnu/usr.bin/perl/lib/Tie: Scalar.pm 
	gnu/usr.bin/perl/lib/version: Internals.pod 
	gnu/usr.bin/perl/os2: Makefile.SHs 
	gnu/usr.bin/perl/plan9: config.plan9 config_h.sample mkfile 
	gnu/usr.bin/perl/pod: buildtoc perl.pod perl58delta.pod 
	                      perlcall.pod perldata.pod perldebug.pod 
	                      perldiag.pod perldsc.pod perlembed.pod 
	                      perlfaq.pod perlfaq1.pod perlfaq2.pod 
	                      perlfaq3.pod perlfaq4.pod perlfaq5.pod 
	                      perlfaq6.pod perlfaq7.pod perlfaq8.pod 
	                      perlfaq9.pod perlfunc.pod perlguts.pod 
	                      perlhist.pod perlipc.pod perllocale.pod 
	                      perllol.pod perlmod.pod perlmodinstall.pod 
	                      perlobj.pod perlop.pod perlpod.pod 
	                      perlre.pod perlrun.pod perlsec.pod 
	                      perlsub.pod perlsyn.pod perlthrtut.pod 
	                      perltie.pod perltoot.pod perlvar.pod 
	                      perlxs.pod perlxstut.pod pod2man.PL 
	                      roffitall 
	gnu/usr.bin/perl/qnx: ar 
	gnu/usr.bin/perl/t: TEST harness 
	gnu/usr.bin/perl/t/base: lex.t term.t 
	gnu/usr.bin/perl/t/cmd: switch.t 
	gnu/usr.bin/perl/t/comp: colon.t decl.t multiline.t package.t 
	                         proto.t require.t use.t 
	gnu/usr.bin/perl/t/io: dup.t fs.t inplace.t open.t pipe.t tell.t 
	gnu/usr.bin/perl/t/lib/warnings: sv 
	gnu/usr.bin/perl/t/op: array.t assignwarn.t auto.t chop.t do.t 
	                       each.t eval.t exec.t flip.t fork.t glob.t 
	                       goto.t groups.t gv.t inc.t index.t list.t 
	                       local.t magic.t method.t mkdir.t pack.t 
	                       push.t range.t readdir.t recurse.t ref.t 
	                       runlevel.t sort.t split.t sprintf.t 
	                       sprintf2.t stat.t study.t sysio.t taint.t 
	                       tie.t time.t undef.t universal.t 
	                       unshift.t vec.t write.t 
	gnu/usr.bin/perl/t/uni: tr_7jis.t tr_eucjp.t tr_sjis.t tr_utf8.t 
	gnu/usr.bin/perl/utils: Makefile c2ph.PL h2ph.PL h2xs.PL 
	                        perlbug.PL 
	gnu/usr.bin/perl/vms: vms.c 
	gnu/usr.bin/perl/win32: Makefile config.bc config.vc config_H.bc 
	                        config_H.gc config_H.gc64 
	                        config_H.gc64nox config_H.vc config_h.PL 
	                        config_sh.PL makefile.mk pod.mak win32.c 
	                        win32.h win32iop.h win32sck.c 
	gnu/usr.bin/perl/win32/bin: pl2bat.pl search.pl 
	gnu/usr.bin/perl/x2p: Makefile.SH a2p.c a2p.h a2p.pod a2p.y 
	                      a2py.c walk.c 

Log message:
merge in perl 5.12.2 plus local changes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:08:43

Modified files:
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src: decompress.c 

Log message:
Apply fix for CVE-2010-0405; from matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:12:42

Modified files:
	audio/p5-gnupod: Makefile 
Removed files:
	audio/p5-gnupod/patches: patch-tools_getINC_pl 
	                         patch-tools_gnupod_install_pl 

Log message:
No longer need these patches now that perl 5.12.2 is in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:14:10

ports/devel/p5-Data-Alias/patches

Update of /cvs/ports/devel/p5-Data-Alias/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2655/devel/p5-Data-Alias/patches

Log Message:
Directory /cvs/ports/devel/p5-Data-Alias/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:14:49

Modified files:
	devel/p5-Data-Alias: Makefile 
Added files:
	devel/p5-Data-Alias/patches: patch-Alias_xs 

Log message:
Add a patch from debian to make this build with perl 5.12.2.
Not all features work but it is enough for p5-Data-Visitor to work
(its only consumer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 09:15:38

Modified files:
	infrastructure/mk: perl.port.mk 

Log message:
add libperl to WANTLIB for shared_only perl ports, to automatically handle
ABI changes in future.

bumps for affected ports to follow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/09/24 09:16:20

Modified files:
	net/slirp      : Makefile 
Added files:
	net/slirp/patches: patch-mkpro 

Log message:
split() not longer implicitly assigns its results to @_.
This functionality was deprecated some time ago and as of perl 5.12.2
is unsupported.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/24 09:22:29

Modified files:
	sys/net        : if_bridge.c 

Log message:
avoid potential infinite loop

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 09:23:07

Modified files:
	archivers/p5-Compress-Bzip2: Makefile 
	archivers/p5-Compress-LZO: Makefile 
	archivers/p5-PerlIO-gzip: Makefile 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-FLAC-Header: Makefile 
	audio/p5-Ogg-Vorbis-Header: Makefile 
	audio/p5-libvorbis: Makefile 
	audio/xmms2    : Makefile 
	biology/AcePerl: Makefile 
	comms/p5-Device-SerialPort: Makefile 
	converters/p5-Convert-Binary-C: Makefile 
	converters/p5-Convert-UUlib: Makefile 
	converters/p5-JSON-DWIW: Makefile 
	converters/p5-JSON-XS: Makefile 
	converters/p5-Net-IDN-Encode: Makefile 
	converters/p5-Text-Iconv: Makefile 
	converters/p5-Unicode-Map: Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-String: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-GDBM_File: Makefile 
	databases/p5-pgsql: Makefile 
	databases/p5-sybperl: Makefile 
	devel/p5-Algorithm-MDiff: Makefile 
	devel/p5-Algorithm-Permute: Makefile 
	devel/p5-AutoXS-Header: Makefile 
	devel/p5-B-Hooks-OP-Check: Makefile 
	devel/p5-B-Utils: Makefile 
	devel/p5-BSD-Resource: Makefile 
	devel/p5-BSD-stat: Makefile 
	devel/p5-Cache-FastMmap: Makefile 
	devel/p5-Cache-Mmap: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Date: Makefile 
	devel/p5-Class-MOP: Makefile 
	devel/p5-Class-MethodMaker: Makefile 
	devel/p5-Class-XSAccessor: Makefile 
	devel/p5-Clone : Makefile 
	devel/p5-Curses: Makefile 
	devel/p5-Data-Alias: Makefile 
	devel/p5-Data-Dump-Streamer: Makefile 
	devel/p5-Data-Structure-Util: Makefile 
	devel/p5-Data-UUID: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-Date-Simple: Makefile 
	devel/p5-DateTime: Makefile 
	devel/p5-Devel-Caller: Makefile 
	devel/p5-Devel-Cover: Makefile 
	devel/p5-Devel-Declare: Makefile 
	devel/p5-Devel-FastProf: Makefile 
	devel/p5-Devel-GlobalDestruction: Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 09:25:21

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
- mips64(el) switched to gcc4

ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/24 09:27:00

Modified files:
	audio/aqualung : Makefile 
	textproc/hyperestraier: Makefile 

Log message:
Update my MAINTAINER email address

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/24 09:27:46

Modified files:
	multimedia/subtitleripper: Makefile 

Log message:
Remove myself as MAINTAINER of multimedia/subtitleripper

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 09:29:22

Modified files:
	devel/p5-Devel-Leak: Makefile 
	devel/p5-Devel-NYTProf: Makefile 
	devel/p5-Devel-SawAmpersand: Makefile 
	devel/p5-Devel-Size: Makefile 
	devel/p5-Device-USB: Makefile 
	devel/p5-Event : Makefile 
	devel/p5-Event-Lib: Makefile 
	devel/p5-File-Sync: Makefile 
	devel/p5-Glib2 : Makefile 
	devel/p5-Hash-NoRef: Makefile 
	devel/p5-IO-KQueue: Makefile 
	devel/p5-IO-Tty: Makefile 
	devel/p5-IPC-ShareLite: Makefile 
	devel/p5-Internals: Makefile 
	devel/p5-Lchown: Makefile 
	devel/p5-List-MoreUtils: Makefile 
	devel/p5-Locale-Hebrew: Makefile 
	devel/p5-Locale-gettext: Makefile 
	devel/p5-Moose : Makefile 
	devel/p5-MooseX-Role-WithOverloading: Makefile 
	devel/p5-POE-XS-Queue-Array: Makefile 
	devel/p5-PadWalker: Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-Params-Util: Makefile 
	devel/p5-Params-Validate: Makefile 
	devel/p5-PerlIO-eol: Makefile 
	devel/p5-Pod-Coverage: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-Regexp-Copy: Makefile 
	devel/p5-SDL   : Makefile 
	devel/p5-Safe-Hole: Makefile 
	devel/p5-Scope-Upper: Makefile 
	devel/p5-Set-Object: Makefile 
	devel/p5-Sort-Key: Makefile 
	devel/p5-String-CRC32: Makefile 
	devel/p5-Sub-Identify: Makefile 
	devel/p5-Sub-Name: Makefile 
	devel/p5-Taint-Runtime: Makefile 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Test-LeakTrace: Makefile 
	devel/p5-Test-Taint: Makefile 
	devel/p5-Tie-Hash-Indexed: Makefile 
	devel/p5-Variable-Magic: Makefile 
	devel/p5-Want  : Makefile 
	devel/p5-WeakRef: Makefile 
	devel/p5-YAML-Syck: Makefile 
	devel/p5-YAML-XS: Makefile 
	games/frozen-bubble: Makefile 
	geo/gdal       : Makefile 
	geo/p5-Geo-Coordinates-UTM-XS: Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Imager: Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/24 09:32:07

ports/security/assl/patches

Update of /cvs/ports/security/assl/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13544/patches

Log Message:
Directory /cvs/ports/security/assl/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 09:32:34

Modified files:
	japanese/nkf   : Makefile 
	japanese/p5-Text-Kakasi: Makefile 
	mail/razor-agents: Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-Bit-Vector: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-FFT: Makefile 
	math/p5-Math-GMP: Makefile 
	math/p5-Math-Pari: Makefile 
	misc/p5-File-MMagic-XS: Makefile 
	net/p5-Geo-IP  : Makefile 
	net/p5-IO-Interface: Makefile 
	net/p5-IO-Socket-Multicast: Makefile 
	net/p5-Net-DBus: Makefile 
	net/p5-Net-DNS : Makefile 
	net/p5-Net-Patricia: Makefile 
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-RawIP: Makefile 
	net/p5-Net-SSH2: Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/p5-NetAddr-IP: Makefile 
	net/p5-Socket6 : Makefile 
	net/p5-flowd   : Makefile 
	security/p5-Authen-Krb5-Simple: Makefile 
	security/p5-Crypt-Blowfish: Makefile 
	security/p5-Crypt-DES: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/p5-Crypt-OpenSSL-Bignum: Makefile 
	security/p5-Crypt-OpenSSL-DSA: Makefile 
	security/p5-Crypt-OpenSSL-RSA: Makefile 
	security/p5-Crypt-OpenSSL-Random: Makefile 
	security/p5-Crypt-Rijndael: Makefile 
	security/p5-Crypt-SSLeay: Makefile 
	security/p5-Crypt-Serpent: Makefile 
	security/p5-Crypt-Twofish: Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/24 09:33:07

Added files:
	security/assl/patches: patch-Makefile 

Log message:
update to assl-0.9, take over maintainership. prodding from marco, ok laurent


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/24 09:37:43

Modified files:
	security/p5-Digest-MD2: Makefile 
	security/p5-Digest-MD5-M4p: Makefile 
	security/p5-Digest-Nilsimsa: Makefile 
	security/p5-Digest-SHA1: Makefile 
	security/p5-GSSAPI: Makefile 
	security/p5-MD5: Makefile 
	security/p5-Net_SSLeay: Makefile 
	sysutils/p5-Filesys-Df: Makefile 
	sysutils/p5-Proc-ProcessTable: Makefile 
	sysutils/p5-Quota: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/p5-Unix-Syslog: Makefile 
	textproc/p5-Encode-Detect: Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-SWISH-API: Makefile 
	textproc/p5-String-Approx: Makefile 
	textproc/p5-String-Similarity: Makefile 
	textproc/p5-Template: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-Text-CSV_XS: Makefile 
	textproc/p5-Text-DoubleMetaphone: Makefile 
	textproc/p5-Text-LevenshteinXS: Makefile 
	textproc/p5-Text-Tmpl: Makefile 
	textproc/p5-XML-LibXML: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-Parser: Makefile 
	textproc/p5-XML-SAX-ExpatXS: Makefile 
	www/ap2-mod_perl: Makefile 
	www/mod_perl   : Makefile 
	www/p5-Apache-DB: Makefile 
	www/p5-CGI-SpeedyCGI: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-Parser: Makefile 
	www/p5-HTML-Tidy: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/p5-libapreq: Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/p5-Tk      : Makefile 
	x11/p5-X-Osd   : Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/24 09:40:17

Modified files:
	www/fluxbb     : Makefile 
	www/fluxbb/pkg : PLIST 

Log message:
A few clean-ups from ajacoutot@, ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/24 09:44:42

Log message:
    Create a "work in progress" directory for texlive 2010. This is not linked to
    the build, but will eventually become print/texlive.
    
    There is a README file containing my roadmap and progress.
    
    OK to make this sandbox from sthen@ and ajacoutot@.
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20100924
    
    N ports/print/texlive2010/README
    N ports/print/texlive2010/Makefile
    N ports/print/texlive2010/Makefile.inc
    N ports/print/texlive2010/base/distinfo
    N ports/print/texlive2010/base/Makefile
    N ports/print/texlive2010/base/files/README.OpenBSD
    N ports/print/texlive2010/base/files/fmtutil.cnf-minimal
    N ports/print/texlive2010/base/files/tl-link-config
    N ports/print/texlive2010/base/pkg/MESSAGE
    N ports/print/texlive2010/base/pkg/DESCR
    N ports/print/texlive2010/base/pkg/PFRAG.shared
    N ports/print/texlive2010/base/pkg/PFRAG.xindy
    N ports/print/texlive2010/base/pkg/PLIST
    N ports/print/texlive2010/base/patches/patch-configure
    N ports/print/texlive2010/base/patches/patch-texk_web2c_Makefile_in
    N ports/print/texlive2010/base/patches/patch-texk_web2c_luatexdir_image_pdftoepdf_cc
    N ports/print/texlive2010/base/patches/patch-texk_web2c_pdftexdir_pdftoepdf_cc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/24 09:59:24

Modified files:
	distrib/sets/lists/base: md.loongson md.sgi 
	distrib/sets/lists/comp: md.loongson md.sgi 

Log message:
sync (gcc3->gcc4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/24 10:12:06

Modified files:
	www/hs-snap-core: Makefile distinfo 
	www/hs-snap-core/pkg: PLIST 

Log message:
update to 0.2.12

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/24 10:13:15

Modified files:
	www/hs-snap-server: Makefile distinfo 

Log message:
update to 0.2.12

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 10:20:40

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-configure 
	                     patch-gthread_gthread-posix_c 

Log message:
We do support monotonic clock, so patch accordingly.
Set correct mix/max thread priorities.
Remove an obvious comment.

ok landry@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 10:23:51

Removed files:
	security/assl/patches: patch-Makefile 

Log message:
- revert, chris intended to commit an update along with this patch, but broke the tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/09/24 10:38:52

Modified files:
	mail/greyscanner: Makefile 

Log message:
Change master_sites to insulate us from BitBucket changes.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 11:54:16

Modified files:
	sysutils/syslog-ng: Makefile distinfo 
	sysutils/syslog-ng/patches: patch-Makefile_in 
	sysutils/syslog-ng/pkg: PLIST 

Log message:
update to 3.1.2

somehow it got stuck in my tree for a while


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/24 12:26:49

Modified files:
	sys/arch/zaurus/conf: GENERIC 

Log message:
- let zaurus compile again after utwitch enable


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/24 12:27:43

Modified files:
	sys/dev        : flash.c 

Log message:
- missing semicolon from r@undefined.ch


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 12:40:15

Modified files:
	textproc/clucene: Makefile 
	textproc/clucene/pkg: PFRAG.shared 
Added files:
	textproc/clucene/patches: patch-src_Makefile_in 

Log message:
s/--release/-release/

makes gnu libtool understand better


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 12:40:44

Modified files:
	textproc/clucene: Makefile 

Log message:
don't require gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 12:50:34

Modified files:
	textproc/dblatex: Makefile 
	textproc/dblatex/pkg: PLIST 
Added files:
	textproc/dblatex/patches: patch-setup_py 

Log message:
don't install gzipped manpages


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/24 13:35:27

Modified files:
	print/texlive/base: Makefile 

Log message:
fix a naughty hard-coded path. OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 14:00:51

Modified files:
	print/texlive/base: Makefile 

Log message:
Bump after previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/24 14:23:27

Modified files:
	print/texlive2010/base: Makefile 

Log message:
unbreak xindy build (needed --disable-xindy-rules)
WIP area is not linked to build, no OK needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/24 14:31:07

Modified files:
	lib/libarch/mips64: get_fpc_csr.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/24 14:35:28

Modified files:
	usr.bin/fstat  : fuser.1 

Log message:
-M and -N are posix extensions too; from Joachim Schipper


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/09/24 14:39:24

Modified files:
	.              : orders.html 

Log message:
No OpenBSD stock seen on Eyrolles website as of 25 Sept 2010


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 14:57:54

Modified files:
	infrastructure/bin: libtool 

Log message:
move test to discover shared libs in .la files to pass 2 because then we
actually have all the .la files we need (especially so if users insist on
using -lfoo instead of foo.la).
this makes it behave better for the creation of executable wrappers.
should fix sysutils/bacula.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 15:07:30

Modified files:
	infrastructure/bin: libtool 

Log message:
don't use empty valued libdir here


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/24 15:10:16

Modified files:
	sysutils/bacula: Makefile 

Log message:
no longer requires gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/24 15:58:13

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PFRAG.xindy PLIST 

Log message:
Fix lib configurations, regenerate packing lists, add XXX to remond me to check
stuff.
No OK needed, not linked to build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/24 15:59:56

Modified files:
	print/texlive2010: README 

Log message:
sync README.
No OK, not linked.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/24 18:31:31

Modified files:
	sys/dev        : vscsi.c 

Log message:
when vscsi is closed, deactivate all child devices so when we kill the
commands still on the queues the child device wont retry it cos its been
deactivated.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/09/24 20:58:00

Modified files:
	app/video      : Makefile 

Log message:
list all libraries needed and in the correct order so this builds
on static archs
from todd@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/09/24 20:59:12

Modified files:
	app            : Makefile 

Log message:
enable video(1), now builds on all archs
from/ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/24 21:14:56

Modified files:
	x11/video      : Makefile 

Log message:
COMES_WITH = 4.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/09/24 21:22:42

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
video(1) is in xenocara again


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/24 21:28:52

Modified files:
	lang/ruby      : Tag: OPENBSD_4_7 Makefile 
Added files:
	lang/ruby/patches: Tag: OPENBSD_4_7 
	                   patch-lib_webrick_httpresponse_rb 

Log message:
MFC:

SECURITY FIX

Resolves CVE-2010-0541

ok bernd@ jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/24 21:30:57

Modified files:
	lang/ruby      : Tag: OPENBSD_4_8 Makefile 
Added files:
	lang/ruby/patches: Tag: OPENBSD_4_8 
	                   patch-lib_webrick_httpresponse_rb 

Log message:
MFC:

SECURITY FIX

Resolves CVE-2010-0541

ok bernd@ jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/09/24 21:34:40

Modified files:
	www/nginx      : Makefile 

Log message:
Enable the static gzip module by default.

ok bernd@

from Johan Huldtgren a while ago, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 23:32:38

Log message:
    import torture 1.0
    
    torture is a suite of programs designed to torture specific either
    specific parts or the system as a whole.
    
    torture and port by thib, with tweaks from armani@
    ok armani@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102509
    
    N ports/sysutils/torture/Makefile
    N ports/sysutils/torture/distinfo
    N ports/sysutils/torture/pkg/DESCR
    N ports/sysutils/torture/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/24 23:33:04

Modified files:
	sysutils       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 23:38:50

Modified files:
	faq/nl         : index.html 
	faq/pf/pt      : index.html shortcuts.html 
	nl             : orders.html 
	opencvs/pt     : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 23:50:33

www/hp300/pt

Update of /cvs/www/hp300/pt
In directory cvs.openbsd.org:/tmp/cvs-serv22302/hp300/pt

Log Message:
Directory /cvs/www/hp300/pt added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 23:50:34

www/openntpd/pt

Update of /cvs/www/openntpd/pt
In directory cvs.openbsd.org:/tmp/cvs-serv22302/openntpd/pt

Log Message:
Directory /cvs/www/openntpd/pt added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/24 23:50:51

Added files:
	hp300/pt       : domain.commands.html serialconsole.html 
	openntpd/pt    : index.html portable.html 

Log message:
Sync with Steelix CVS (missed in previous)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/25 00:26:12

Modified files:
	lib/libarch/mips64: get_fpc_csr.3 

Log message:
fix Xrs;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/25 01:56:09

Modified files:
	distrib/sets/lists/base: md.hppa md.macppc 
	distrib/sets/lists/comp: md.hppa md.macppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/25 03:08:30

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus mi 
	distrib/sets/lists/comp: md.loongson md.sgi mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/25 03:30:17

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
make use of new glob(3) GLOB_KEEPSTAT extension to save extra server
rountrips to fetch per-file stat(2) information.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/25 03:34:49

Modified files:
	lib/libc/gen   : glob.3 

Log message:
document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/25 05:57:22

Modified files:
	usr.sbin/iscsid: iscsid.8 iscsid.c 

Log message:
use a consistent argument name in both synopsis and usage; argument
name choosed with help from dlg@

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 06:24:13

Modified files:
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2: Changes README 
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src: LICENSE 
	                                                    blocksort.c 
	                                                    bzlib.c 
	                                                    bzlib.h 
	                                                    bzlib_private.h 
	                                                    compress.c 
	                                                    crctable.c 
	                                                    huffman.c 
	                                                    randtable.c 
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw: 
	                                                           Bzip2.pm 
	gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t 

Log message:
Update to Compress-Raw-Bzip2 2.031; no actual code changes since
we fixed bzip2-src/decompress.c separately.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 07:13:55

Modified files:
	gnu/usr.bin/perl: git_version.h patchlevel.h 

Log message:
Add CVE-2010-0405 to list of local patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 07:19:19

Modified files:
	lib/libc/stdlib: gcvt.c 

Log message:
Make gcvt() better match printf("%g") behavior, it now passes regress.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/25 07:28:43

Modified files:
	usr.sbin/ospfd : ospfd.h rde.c 

Log message:
When counting the lsa also build the sum of the ls_checksums. This can be
used to quickly verify if two LSDBs are in sync. Other systems do the same.
OK dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/25 07:29:56

Modified files:
	usr.sbin/ospfctl: ospfctl.c 

Log message:
Print the checksum sum as a simple fingerprint of the LSDB.
OK dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 07:32:06

Modified files:
	infrastructure/bin: libtool 

Log message:
put .o files on command line in objects array as well.
this fixes errors in gst-plugins-bad.

while here, check the object list and bail out if it's empty


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 07:34:57

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
don't require gnu libtool


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2010/09/25 07:35:18

Modified files:
	.              : 48.html 

Log message:
mention few aucat improvements


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 07:39:02

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
if we are not using gnu libtool, it's not needed in build depends


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/25 08:09:52

Modified files:
	usr.sbin/iscsid: iscsid.8 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 08:12:04

Modified files:
	gnu/usr.bin/perl: MANIFEST 
Removed files:
	gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin: 
	                                                                Bar.pm~ 

Log message:
Remove Bar.pm~ which causes emacs people issues (and they have enough
of those already).  Requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/25 08:40:28

Modified files:
	usr.sbin/iscsid: initiator.c task.c 

Log message:
fix typos in documentation and log_debug() function.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 09:12:01

Modified files:
	gnu/usr.bin/perl/x2p: str.c 

Log message:
Use snprintf() not sprintf()


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 09:20:04

Modified files:
	infrastructure/bin: libtool 

Log message:
also add -lfoo arguments to deplibs if there is no key yet for this library,
because the key may be set in a recursion step, but we only add to deplibs
at level 0.
this seems to produce more correct deplibs.
first step to fix kde/bindings.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/25 10:20:06

Modified files:
	usr.sbin/iscsid: connection.c initiator.c iscsid.c iscsid.h 
	                 log.c pdu.c task.c util.c vscsi.c 

Log message:
spacing, no binary changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/09/25 10:23:01

Modified files:
	usr.sbin/iscsictl: iscsictl.c parse.y 

Log message:
spacing, no binary changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/25 10:34:33

Modified files:
	gnu/usr.bin/perl: git_version.h 
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: parse_version.t 
	gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t moduleinfo.t 

Log message:
Fix test failures caused by RCS keyword expansion.
Add PERL_GIT_UNCOMMITTED_CHANGES back to git_version.h to fix a test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 10:58:52

Modified files:
	infrastructure/bin: libtool 

Log message:
drop libraries from deplibs which we are not going to install.
this should fix exiv2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 11:14:48

Modified files:
	infrastructure/bin: libtool 

Log message:
drop relative -L paths from dependency_libs before installing the .la file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 11:15:26

Modified files:
	graphics/exiv2 : Makefile 

Log message:
no longer requires gnu libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/09/25 11:44:35

Modified files:
	gnu/usr.bin/cc : Makefile.inc 
	gnu/usr.bin/cc/cc: Makefile 
	gnu/usr.bin/cc/cc_tools: openbsd-native.h 
	gnu/usr.bin/cc/collect2: Makefile 
	gnu/usr.bin/cc/libgcc: Makefile 

Log message:
GCC4 cross compilation support under OpenBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/09/25 11:45:13

Modified files:
	.              : Makefile.cross 

Log message:
Copy the right bits to the right places for gcc4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 12:13:09

Modified files:
	math/gnumeric  : Makefile 

Log message:
works with openbsd libtool now too


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/25 12:13:13

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/patches: patch-shell_main_c 
Added files:
	audio/rhythmbox/patches: patch-shell_rb-python-module_c 
	                         patch-shell_rb-python-module_h 

Log message:
Make rhythmbox start again after recent python 2.6.6 update.
Merged from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 12:25:35

Modified files:
	lang/kaffe     : Makefile 

Log message:
indicate why we use gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 12:45:38

Modified files:
	security/xmlsec: Makefile 

Log message:
indicate why we use gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 12:54:19

Modified files:
	sysutils/freeipmi: Makefile 

Log message:
seems to build fine with openbsd libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2010/09/25 13:23:39

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroff
the bridge if pci_dopm=0.

Fixes Gateway LT3103u and Lenovo Thinkpad 100e netbooks, allowing them to
suspend again (if pci_dopm is set to 0 in acpi.c). Tested by myself and
deraadt on a variety of hardware.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/25 13:39:23

Modified files:
	share/man/man5 : changelist.5 

Log message:
missing "Pa" in FILES;


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2010/09/25 13:54:02

Modified files:
	app/cwm        : cwmrc.5 

Log message:
clarify window name/class a bit more with word ordering.

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2010/09/25 13:58:08

Modified files:
	app/cwm        : group.c 

Log message:
more clear variable name so than name/class shouldn't be confused again.

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2010/09/25 14:01:27

Modified files:
	app/cwm        : group.c search.c 

Log message:
spacing nits


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2010/09/25 14:02:58

Modified files:
	app/cwm        : parse.y 

Log message:
picked a henning diff from src - original log:
fix linecount bug with comments spanning multiple lines
problem reported with the obvious fix for bgpd by Sebastian Benoit
<benoit-lists at fb12.de>, also PR 6432

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2010/09/25 14:04:55

Modified files:
	app/cwm        : cwmrc.5 xevents.c 

Log message:
do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.
(with the manpage bit from me).

ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 14:05:45

Modified files:
	lang/pfe       : Makefile 

Log message:
summarize why it uses gnu libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/25 14:35:52

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
detach-on-destroy is a session option, not server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 14:45:24

Modified files:
	sysutils/heartbeat: Makefile 

Log message:
indicate reason for gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/25 14:51:41

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
indicate reason for gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/25 14:53:56

Modified files:
	devel/hscolour : Makefile distinfo 

Log message:
- update hscolour to 1.17

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/25 14:56:36

Log message:
    import hs-uniplate 1.5.1
    
    Uniplate is library for writing simple and concise generic operations.
    Uniplate has similar goals to the original Scrap Your Boilerplate work,
    but is substantially simpler and faster.
    
    feedback/ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102509
    
    N ports/devel/hs-uniplate/distinfo
    N ports/devel/hs-uniplate/Makefile
    N ports/devel/hs-uniplate/pkg/DESCR
    N ports/devel/hs-uniplate/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/25 14:57:06

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/09/25 15:30:17

Modified files:
	.              : 48.html 

Log message:
- mention install/upgrade changes
- add mono


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2010/09/25 15:48:08

Modified files:
	app/cwm        : cwmrc.5 

Log message:
s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2010/09/25 15:58:18

Modified files:
	app/cwm        : cwm.1 

Log message:
s/-offset -indent/-offset indent/  for correct indentation,
and properly encode \(:a
found by mandoc -Tlint


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/25 17:14:14

Modified files:
	share/man/man8 : rc.8 

Log message:
Document rc.firsttime; while here, sprinkle some .Pa in FILES.
Based on patches from Tilo Stritzky <t dot stritzky at arcor dot de>
FILES wording provided by oga@; feedback and ok jmc@; "go ahead" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/25 23:50:59

Modified files:
	devel/libgsf   : Makefile distinfo 
	devel/libgsf/pkg: PLIST-main 
Removed files:
	devel/libgsf/patches: patch-thumbnailer_Makefile_in 

Log message:
Bugfix update to libgsf-1.14.19.
* Add some more OOo 3.2 and 3.3 namespaces.
* Quiet xml parsing two bits.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/26 00:27:45

Modified files:
	share/man/man8 : rc.8 

Log message:
avoid Xr to self;


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/26 00:54:44

Modified files:
	usr.sbin/npppd : HOWTO_PIPEX_NPPPD.txt 

Log message:
correct the path of npppd, and use modp1024 on the sample ipsec.conf
because iPhone doesn't support modp2048.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/26 01:04:43

Modified files:
	sys/net        : pipex.c 

Log message:
Length field in L2TP header was broken.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 01:11:06

Modified files:
	devel/json-glib: Makefile distinfo 
	devel/json-glib/pkg: PLIST 

Log message:
Update to json-glib-0.12.0.
Move to new DEPENDS/REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 01:34:27

Modified files:
	mail/avenger   : Makefile 

Log message:
appears to build fine with openbsd libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/26 01:42:03

Modified files:
	devel/xulrunner/1.8: Makefile 
	devel/xulrunner/1.8/pkg: PLIST-devel PLIST-main 
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/1.9/pkg: PLIST-devel PLIST-main 

Log message:
fix  nonsense in conflicts.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/26 02:00:56

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- also explain what needs to be done after added MODGHC_BUILD=register

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 02:06:16

Modified files:
	audio/amarok   : Makefile 

Log message:
substitute /usr/bin/env ruby by ${LOCALBASE}/bin/ruby18 in ruby scripts.

ok jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/09/26 02:09:44

Modified files:
	games/rftg     : Makefile distinfo 

Log message:
minor update. interface improvement: shows a big red cross on top of
discarded cards.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 02:25:57

Modified files:
	games/sudognu  : Makefile 

Log message:
drop maintainership
switch to REVISION while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 02:33:12

Modified files:
	net/freeradius : Makefile 

Log message:
indicate reason for gnu libtool


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/09/26 03:13:47

Modified files:
	.              : 48.html 

Log message:
- add openssh 5.6 blurb


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/26 03:49:53

Modified files:
	devel/xulrunner: Makefile.inc 

Log message:
Zap malware spreading server from MASTER_SITES.

ok landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 04:09:25

Modified files:
	cs             : index.html 
	faq/cs         : index.html 
	faq/fr         : current.html faq1.html faq15.html faq6.html 
	                 upgrade-old.html 
	faq/pf/fr      : filter.html index.html queueing.html 
	fr             : 46.html anoncvs.html books.html cvsup.html 
	                 cvsync.html donations.html hackathons.html 
	                 index.html items.html press.html 
	                 translation.html vax-simh.html want.html 
	                 why-cvs.html 
	nl             : anoncvs.html cvsync.html items.html orders.html 
	openbgpd/fr    : index.html 
	opencvs/cs     : index.html 
	opencvs/fr     : index.html 
	openntpd/fr    : index.html 
	openntpd/pt    : index.html portable.html 
	openssh/fr     : faq.html ftp.html index.html openbsd.html 
	                 portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 05:21:55

Modified files:
	x11/gnome/ekiga: Makefile 

Log message:
works fine with openbsd libtool
just don't use --debug because they rely on libtool's std output to create
some headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 05:37:30

Modified files:
	x11/gnome/gedit-plugins: Makefile 
Added files:
	x11/gnome/gedit-plugins/patches: 
	                                 patch-plugins_bookmarks_Makefile_in 

Log message:
remove stray \
works fine now with openbsd libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/26 05:55:18

Modified files:
	net/ktorrent   : Makefile 

Log message:
builds fine with openbsd libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	sebastia@cvs.openbsd.org	2010/09/26 06:11:32

Modified files:
	usr.sbin/httpd/htdocs/manual/mod: mod_headers.html 
	usr.sbin/httpd/src/modules/standard: mod_headers.c 

Log message:
Allow mod_headers to handle RequestHeader directives known from apache2,
and update documentation accordingly.
Patch mostly based on an old patch from Martin Algesten he posted
2002 in apache bugzilla entry: 10772

OK, pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/26 06:53:27

Modified files:
	sys/uvm        : uvm_pdaemon.c uvm_swap.c 

Log message:
remove static so things show up in ddb.

ok miod@, oga@, tedu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/09/26 06:55:07

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xetc: md.macppc 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/26 07:32:44

Modified files:
	devel/cpphs    : Makefile 
Added files:
	devel/cpphs/pkg: DESCR-lib DESCR-main PLIST-lib PLIST-main 
Removed files:
	devel/cpphs/pkg: DESCR PLIST 

Log message:
Use cabal and build the library on archs with ghc (i386 and amd64),
because jasper@ wants the cpphs library.
Put the library into a separate subpackage (hs-cpphs).
Shorten DESCR-main (formerly DESCR).

Tested with both ghc and nhc98 (the latter on armish).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/26 07:40:12

Modified files:
	audio/mpg123   : Makefile 
	audio/sox      : Makefile 
	audio/wavpack  : Makefile 
	devel/ORBit2   : Makefile 
	devel/mpfr     : Makefile 
	graphics/imlib2: Makefile 
	graphics/lcms  : Makefile 
	graphics/libmpeg2: Makefile 
	security/clamav: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/kde/multimedia3/patches: 
	                             patch-mpeglib_example_cddaplay_Makefile_in 
	                             patch-mpeglib_example_mpgplay_Makefile_in 
	                             patch-mpeglib_example_splay_Makefile_in 
	                             patch-mpeglib_example_tplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafcdda_Makefile_in 
	                             patch-mpeglib_example_yaf_yafmpgplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafsplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yaftplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafvorbis_Makefile_in 
	                             patch-mpeglib_example_yaf_yafyuv_Makefile_in 
Removed files:
	graphics/gd/patches: patch-Makefile_in 
	net/curl/patches: patch-docs_examples_Makefile_in 
	                  patch-src_Makefile_in 
	                  patch-tests_libtest_Makefile_in 
	                  patch-tests_server_Makefile_in 

Log message:
remove -Lxxx/.libs workarounds required with GNU libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	joshe@cvs.openbsd.org	2010/09/26 08:49:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
Correctly parse new hw.disknames output.

Nicer fix from guenther@, tested by editing install.sub while booted
into bsd.rd.

"please commit asap" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 09:09:29

Modified files:
	telephony/iaxclient: Makefile 
	telephony/iaxclient/patches: patch-lib_unixfuncs_c 

Log message:
Set proper thread priorities.

ok sebastia@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/26 09:10:20

Modified files:
	usr.bin/mandoc : arch.in 
	share/tmac/mdoc: doc-common 
	share/man/man7 : mdoc.7 mdoc.samples.7 

Log message:
add a "mips64" architecture; requested by/ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 09:10:39

Modified files:
	telephony/iaxclient: Makefile 

Log message:
Missed bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 09:10:53

Modified files:
	net/poco       : Makefile 
	net/poco/files : OpenBSD 

Log message:
Set proper thread priorities.

ok sebastia@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/26 09:12:03

Modified files:
	lib/libarch/mips64: cacheflush.3 get_fpc_csr.3 

Log message:
add mips64 tags; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/26 09:13:32

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
allow "mips64";


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/26 09:26:54

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/patches: 
	                             patch-filter_source_config_fragments_makefile_mk 
	editors/openoffice3/pkg: PFRAG.no_java-i18n-bg 
	                         PFRAG.no_java-i18n-ca 
	                         PFRAG.no_java-i18n-de 
	                         PFRAG.no_java-i18n-es 
	                         PFRAG.no_java-i18n-fa 
	                         PFRAG.no_java-i18n-fi 
	                         PFRAG.no_java-i18n-fr 
	                         PFRAG.no_java-i18n-hu 
	                         PFRAG.no_java-i18n-it 
	                         PFRAG.no_java-i18n-ja 
	                         PFRAG.no_java-i18n-ko 
	                         PFRAG.no_java-i18n-lt 
	                         PFRAG.no_java-i18n-lv 
	                         PFRAG.no_java-i18n-nl 
	                         PFRAG.no_java-i18n-pl 
	                         PFRAG.no_java-i18n-pt-br 
	                         PFRAG.no_java-i18n-ru 
	                         PFRAG.no_java-i18n-sl 
	                         PFRAG.no_java-i18n-sv PLIST-i18n-bg 
	                         PLIST-i18n-ca PLIST-i18n-de 
	                         PLIST-i18n-es PLIST-i18n-fa 
	                         PLIST-i18n-fi PLIST-i18n-fr 
	                         PLIST-i18n-hu PLIST-i18n-it 
	                         PLIST-i18n-ja PLIST-i18n-ko 
	                         PLIST-i18n-lt PLIST-i18n-lv 
	                         PLIST-i18n-nl PLIST-i18n-pl 
	                         PLIST-i18n-pt-br PLIST-i18n-ru 
	                         PLIST-i18n-sl PLIST-i18n-sv PLIST-java 
	                         PLIST-main 

Log message:
Don't hardcode the python version and fix plist for no_java.  Bump.
Full build tested by landry@, no_java by myself.  landry@ robert@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/09/26 11:45:14

Modified files:
	www/mod_auth_bsd: Makefile 
	www/mod_auth_kerb: Makefile 
	www/mod_auth_ldap: Makefile 
	www/mod_auth_mysql: Makefile 
	www/mod_auth_pgsql: Makefile 
	www/mod_auth_radius: Makefile 
	www/mod_bandwidth: Makefile 
	www/mod_dav    : Makefile 
	www/mod_encoding: Makefile 
	www/mod_fastcgi: Makefile 
	www/mod_frontpage: Makefile 
	www/mod_geoip  : Makefile 
	www/mod_gzip   : Makefile 
	www/mod_jk     : Makefile 
	www/mod_layout : Makefile 
	www/mod_ldapvhost: Makefile 
	www/mod_log_sql: Makefile 
	www/mod_mp3    : Makefile 
	www/mod_perl   : Makefile 
	www/mod_random : Makefile 
	www/mod_ruby   : Makefile 
	www/mod_scgi   : Makefile 
	www/mod_security: Makefile 
	www/mod_text2html: Makefile 
	www/php5/core  : Makefile 

Log message:
bump apache modules, since mod_headers in base httpd was updated.

OK, landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 12:23:54

Modified files:
	usr.bin/mandoc : mdoc_term.c mdoc_html.c 

Log message:
no punctuation after .%* outside .Rs
in .Rs, mark full stops after .%* as end of a sentence
from kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/26 12:34:28

Log message:
    import haskell-src-exts 1.9.3
    
    Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension
    of the standard haskell-src package, and handles most registered
    syntactic extensions to Haskell, including:
    
    * Multi-parameter type classes with functional dependencies
    * Indexed type families (including associated types)
    * Empty data declarations
    * GADTs
    * Implicit parameters
    * Template Haskell
    
    [..]
    
    feedback/ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102609
    
    N ports/lang/hs-haskell-src-exts/Makefile
    N ports/lang/hs-haskell-src-exts/distinfo
    N ports/lang/hs-haskell-src-exts/pkg/DESCR
    N ports/lang/hs-haskell-src-exts/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/26 12:35:06

Modified files:
	lang           : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/26 12:36:09

Log message:
    import hlint 1.8
    
    HLint is a tool for suggesting possible improvements to Haskell code.
    These suggestions include ideas such as using alternative functions,
    simplifying code and spotting redundancies.
    
    feedback/ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102609
    
    N ports/devel/hs-hlint/distinfo
    N ports/devel/hs-hlint/Makefile
    N ports/devel/hs-hlint/pkg/PLIST
    N ports/devel/hs-hlint/pkg/DESCR
    N ports/devel/hs-hlint/patches/patch-hlint_cabal
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/26 12:36:37

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/26 12:51:48

Modified files:
	usr.bin/tmux   : server.c 

Log message:
Modify the permissions on the socket when adding or removing +x to show
attached sessions, rather than replacing them.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 12:55:22

Modified files:
	usr.bin/mandoc : mdoc_term.c mdoc_html.c 

Log message:
consolidate all enclosure opening and closing functions
to help code comprehension and reduce code size
also remove redundant TERMP_NOSPACE here and there
from kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/26 13:26:49

Modified files:
	www/mod_geoip  : Makefile 

Log message:
unbreak PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 13:40:27

Modified files:
	share/man/man7 : mdoc.7 man.7 

Log message:
sync to bsd.lv:
note that \k, \o, \w, \z roff escapes are ignored by mandoc(1)
add a short HISTORY to mdoc(7)
move the sentence telling which sections use LIBRARY in man(7)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 13:54:35

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
sync to bsd.lv:
do not talk about \s, it is ignored anyway
do not .Xr groff(1) any longer, just talk about GNU troff
because in the long run, groff may not even be installed


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2010/09/26 14:08:12

Modified files:
	audio/festival/core: Makefile 
	audio/festival/ogi: Makefile.inc 
	devel/luapack  : Makefile 
	devel/py-protocols: Makefile 
	devel/py-ruledispatch: Makefile 
	games/oilwar   : Makefile 
	lang/ucblogo   : Makefile 
	misc/pymissile : Makefile 
	security/keychain: Makefile 
	textproc/mozilla-dicts: Makefile 
	www/minimo     : Makefile 
	www/opera-flashplugin: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/pecl-chroot: Makefile 
	www/pecl-pcntl : Makefile 
	x11/kde4/extragear-plasma: Makefile 

Log message:
switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 14:19:58

Modified files:
	usr.bin/mandoc : main.c mandoc.h mdoc_macro.c 

Log message:
If an explicit scope is still open at the end of an input file,
report an ERROR:  We can still render the page by just closing
the open scope, but it is likely that information will be missing
or document structure mangled.
Before, man(7) only reported a WARNING (which is dangerous because
we cannot be sure rendering is correct) and mdoc(7) ran into FATAL
(which is too drastic, there is no reason not to show what we have).
While here, add a few explicit casts to appease lint.
"looks good" kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/26 14:39:08

Modified files:
	distrib/notes/sparc64: hardware 
	share/man/man4 : Makefile pckbc.4 pms.4 
	share/man/man4/man4.i386: lms.4 mms.4 
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC RAMDISK 
	sys/arch/mvmeppc/conf: GENERIC RAMDISK 
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/pckbc  : files.pckbc pms.c 
Removed files:
	sys/dev/pckbc  : pms_intelli.c 

Log message:
Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/26 14:43:30

Modified files:
	usr.bin/tmux   : cmd-set-option.c cmd-switch-client.c 
	                 server-client.c server-fn.c server.c tmux.1 
	                 tmux.c tmux.h 

Log message:
Two new options:

- server option "exit-unattached" makes the server exit when no clients
are attached, even if sessions are present;

- session option "destroy-unattached" destroys a session once no clients
are attached to it.

These are useful for preventing tmux remaining in the background where
it is undesirable and when using tmux as a login shell to keep a limit
on new sessions.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/09/26 15:03:57

Modified files:
	sys/kern       : kern_malloc.c subr_pool.c 
	sys/sys        : malloc.h pool.h 

Log message:
unify some pool and malloc flag values.  the important bit is that all flags
have real values, no 0 values anymore.
ok deraadt kettenis krw matthew oga thib


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/26 15:04:32

Modified files:
	sys/arch/loongson/conf: RAMDISK 

Log message:
No need for pms on the installation media; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/26 15:44:35

Modified files:
	sys/arch/loongson/conf: RAMDISK 

Log message:
No need for ums either; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/26 16:15:39

Modified files:
	lib/libc/gen   : glob.c 

Log message:
oops, don't free array before freeing members; spotted by dkrause@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/26 16:26:33

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
when performing an "ls" in columnated (short) mode, only call
ioctl(TIOCGWINSZ) once to get the window width instead of per-
filename


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/26 16:39:38

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/26 17:44:51

Modified files:
	sys/sys        : videoio.h 
	sys/dev/usb    : uvideo.c uvideo.h 

Log message:
support variable sized (bControlSize != 2) processing unit bmControls,
and add support for more processing unit controls.
from Martin Pieuchot, thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/09/26 17:47:17

Modified files:
	app/video      : video.1 video.c 

Log message:
support for gamma and sharpness/acutance controls.
also from Martin Pieuchot, thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2010/09/26 17:58:18

Modified files:
	app/video      : video.1 

Log message:
s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost;
found by mandoc -Tlint


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/26 18:12:16

Modified files:
	usr.sbin/npppd/pptp: pptpd.c 

Log message:
IP_PIPEX mistakenly was applied to the 1723/tcp socket.  Apply the option
to the gre socket.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/26 20:10:44

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/09/26 20:56:28

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
tedu's shiny new pool_get kassert found an instance of PR_NOWAIT or
PR_WAITOK not being set.  While here add a diagnostic check for malloc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 23:02:23

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to libgee-0.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 23:28:09

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 
	x11/gnome/gucharmap/pkg: PLIST 

Log message:
Update to gucharmap-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/26 23:54:32

Modified files:
	x11/gnome/librsvg: Makefile distinfo 
	x11/gnome/librsvg/pkg: PLIST 
Removed files:
	x11/gnome/librsvg/pkg: PFRAG.shared 

Log message:
Update to librsvg-2.32.0.
Merge PFRAG.shared into PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 01:01:50

Modified files:
	x11/gnome/games: Makefile distinfo 
	x11/gnome/games/patches: patch-configure 
	                         patch-glchess_src_lib_defaults_py_in 
	                         patch-glines_Makefile_in 
	                         patch-gnibbles_Makefile_in 
	                         patch-gnobots2_Makefile_in 
	                         patch-gnomine_Makefile_in 
	                         patch-gnotravex_Makefile_in 
	                         patch-gnotski_Makefile_in 
	                         patch-gtali_Makefile_in 
	                         patch-mahjongg_Makefile_in 
	                         patch-quadrapassel_Makefile_in 
	x11/gnome/games/pkg: PLIST 

Log message:
Update to gnome-games-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 01:05:42

Modified files:
	x11/py-gtk2    : Makefile distinfo 
	x11/py-gtk2/patches: patch-examples_Makefile_in 
	x11/py-gtk2/pkg: PLIST 

Log message:
Update to py-gtk2-2.17.0.
This was released as a development version a long time ago but we need
it as it contains the defines of our actual gtk+2 version. Other *nix do
the same.
We cannot update to the latest py-gtk stable version just yet as it
requires a major gtk+2 version update which I'll work on during+after
p2k10.

ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/27 01:34:26

Modified files:
	build          : mirrors.tmpl mirrors.pl 

Log message:
add support for ECDSA fingerprints


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/27 01:36:32

Modified files:
	build          : mirrors.dat 

Log message:
- readd hoobly.com mirror
- add ecdsa for anoncvs.spacehopper.org
- comment-out ftp.ini.uzh.ch for now (disk i/o stalls)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/27 01:37:40

Modified files:
	.              : ftp.html ftplist anoncvs.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/27 02:08:37

Modified files:
	www/mozplugger : Makefile distinfo 
	www/mozplugger/pkg: PLIST 

Log message:
Update to mozplugger 1.14.2.
landry@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/27 02:10:32

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_net_c 

Log message:
If zabbix_agent does not have perms to access kmem, then
fallback to using the SIOCGIFDATA ioctl to get iface stats.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/27 03:38:23

Modified files:
	mail/mailscanner: Makefile distinfo 

Log message:
update to 4.81.4-1 from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/27 04:08:28

Modified files:
	sys/arch/amd64/amd64: db_trace.c 

Log message:
add support for tracing process stacks in ddb (trace /p).
due to the way arguments are parsed, pid has to be specified
in the hexadecimal notation.

tested by me and sthen,  ok sthen kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/27 05:47:22

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: sydney_audio_sndio.c 

Log message:
Fix crash on firefox if the audio handler is null. Bump.
eric@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 05:55:06

Modified files:
	devel/atk      : Makefile distinfo 

Log message:
Bugfix update to atk-1.32.0.
Move to new DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 06:00:55

Modified files:
	x11/gnome/libgdamm: Makefile distinfo 
	x11/gnome/libgdamm/pkg: PLIST 

Log message:
Update to libgdamm-3.99.21.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 06:02:28

Modified files:
	www            : Makefile 

Log message:
unlink drupal5, going to be removed soon. ok aja@ and sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 06:11:37

Modified files:
	x11/gnome/at-spi: Makefile distinfo 
	x11/gnome/at-spi/pkg: PLIST 

Log message:
Minor update to at-spi-1.32.0.
(translations updates)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 06:12:41

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-main 
Added files:
	x11/gnome/libgda/pkg: DESCR-ui PLIST-ui 

Log message:
Major update to libgda-4.2.0.
Add a new libgda-ui subpackage: GTK+ extension and tools for libgda


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 06:13:26

Modified files:
	x11/gnome/py-gnome-extras: Makefile 

Log message:
Fix DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 06:18:13

Modified files:
	devel/libwnck  : Makefile distinfo 
	devel/libwnck/pkg: PLIST 

Log message:
Minor update to libwnck 2.30.5
* fix pager with multiple rows, regression from 2.30.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 06:21:27

Removed files:
	www/drupal5    : Makefile Makefile.inc TODO drupal5.port.mk 
	www/drupal5/IMCE: Makefile distinfo 
	www/drupal5/IMCE/pkg: DESCR PLIST 
	www/drupal5/action-view: Makefile distinfo 
	www/drupal5/action-view/pkg: DESCR PLIST 
	www/drupal5/admin-menu: Makefile distinfo 
	www/drupal5/admin-menu/patches: patch-admin_menu_css 
	www/drupal5/admin-menu/pkg: DESCR PLIST 
	www/drupal5/advanced_user: Makefile distinfo 
	www/drupal5/advanced_user/patches: patch-advuser_module 
	www/drupal5/advanced_user/pkg: DESCR PLIST 
	www/drupal5/alternate_login: Makefile distinfo 
	www/drupal5/alternate_login/patches: patch-alt_login_module 
	www/drupal5/alternate_login/pkg: DESCR PLIST 
	www/drupal5/auto_nodetitle: Makefile distinfo 
	www/drupal5/auto_nodetitle/pkg: DESCR PLIST 
	www/drupal5/autolocale: Makefile distinfo 
	www/drupal5/autolocale/pkg: DESCR PLIST 
	www/drupal5/backup: Makefile distinfo 
	www/drupal5/backup/pkg: DESCR PLIST 
	www/drupal5/backup_migrate: Makefile distinfo 
	www/drupal5/backup_migrate/pkg: DESCR PLIST 
	www/drupal5/calendar: Makefile distinfo 
	www/drupal5/calendar/patches: patch-calendar_install 
	www/drupal5/calendar/pkg: DESCR PLIST 
	www/drupal5/cck: Makefile distinfo 
	www/drupal5/cck/pkg: DESCR PLIST 
	www/drupal5/cck_taxonomy: Makefile distinfo 
	www/drupal5/cck_taxonomy/pkg: DESCR PLIST 
	www/drupal5/coder: Makefile distinfo 
	www/drupal5/coder/pkg: DESCR PLIST 
	www/drupal5/content_access: Makefile distinfo 
	www/drupal5/content_access/pkg: DESCR PLIST 
	www/drupal5/core: Makefile distinfo 
	www/drupal5/core/files: drupal.conf 
	www/drupal5/core/patches: patch-includes_common_inc 
	                          patch-includes_form_inc 
	                          patch-modules_user_user_module 
	www/drupal5/core/pkg: DESCR MESSAGE PLIST UNMESSAGE 
	www/drupal5/date: Makefile distinfo 
	www/drupal5/date/pkg: DESCR PLIST 
	www/drupal5/daterange: Makefile distinfo 
	www/drupal5/daterange/pkg: DESCR PLIST 
	www/drupal5/dba: Makefile distinfo 
	www/drupal5/dba/patches: patch-dba_install patch-dba_module 
	www/drupal5/dba/pkg: DESCR PLIST 
	www/drupal5/devel: Makefile distinfo 
	www/drupal5/devel/pkg: DESCR PLIST 
	www/drupal5/dhtml_menu: Makefile distinfo 
	www/drupal5/dhtml_menu/pkg: DESCR PLIST 
	www/drupal5/find_path: Makefile distinfo 
	www/drupal5/find_path/pkg: DESCR PLIST 
	www/drupal5/image: Makefile distinfo 
	www/drupal5/image/patches: patch-image_module 
	www/drupal5/image/pkg: DESCR PLIST 
	www/drupal5/journal: Makefile distinfo 
	www/drupal5/journal/pkg: DESCR PLIST 
	www/drupal5/jquery_update: Makefile distinfo 
	www/drupal5/jquery_update/patches: patch-README_txt 
	www/drupal5/jquery_update/pkg: DESCR PLIST 
	www/drupal5/jstools: Makefile distinfo 
	www/drupal5/jstools/pkg: DESCR PLIST 
	www/drupal5/linktocontent: Makefile distinfo 
	www/drupal5/linktocontent/pkg: DESCR PLIST 
	www/drupal5/locale-de: Makefile distinfo 
	www/drupal5/locale-de/pkg: DESCR PLIST 
	www/drupal5/locale-es: Makefile distinfo 
	www/drupal5/locale-es/pkg: DESCR PLIST 
	www/drupal5/locale-fr: Makefile distinfo 
	www/drupal5/locale-fr/patches: patch-installer_po 
	www/drupal5/locale-fr/pkg: DESCR PLIST 
	www/drupal5/locale-it: Makefile distinfo 
	www/drupal5/locale-it/pkg: DESCR PLIST 
	www/drupal5/locale-ja: Makefile distinfo 
	www/drupal5/locale-ja/pkg: DESCR PLIST 
	www/drupal5/masquerade: Makefile distinfo 
	www/drupal5/masquerade/patches: patch-masquerade_module 
	www/drupal5/masquerade/pkg: DESCR PLIST 
	www/drupal5/meta-tags: Makefile distinfo 
	www/drupal5/meta-tags/pkg: DESCR PLIST 
	www/drupal5/nodefamily: Makefile distinfo 
	www/drupal5/nodefamily/pkg: DESCR PLIST 
	www/drupal5/nodeprofile: Makefile distinfo 
	www/drupal5/nodeprofile/pkg: DESCR PLIST 
	www/drupal5/pathauto: Makefile distinfo 
	www/drupal5/pathauto/patches: patch-pathauto_install 
	www/drupal5/pathauto/pkg: DESCR PLIST 
	www/drupal5/printer-friendly: Makefile distinfo 
	www/drupal5/printer-friendly/pkg: DESCR PLIST 
	www/drupal5/securelogin: Makefile distinfo 
	www/drupal5/securelogin/pkg: DESCR PLIST 
	www/drupal5/sitedoc: Makefile distinfo 
	www/drupal5/sitedoc/pkg: DESCR PLIST 
	www/drupal5/subform_element: Makefile distinfo 
	www/drupal5/subform_element/pkg: DESCR PLIST 
	www/drupal5/taxonomy_manager: Makefile distinfo 
	www/drupal5/taxonomy_manager/patches: 
	                                      patch-taxonomy_manager_module 
	www/drupal5/taxonomy_manager/pkg: DESCR PLIST 
	www/drupal5/theme-aberdeen: Makefile distinfo 
	www/drupal5/theme-aberdeen/pkg: DESCR PLIST 
	www/drupal5/theme-bealestreet: Makefile distinfo 
	www/drupal5/theme-bealestreet/pkg: DESCR PLIST 
	www/drupal5/theme-bluebreeze: Makefile distinfo 
	www/drupal5/theme-bluebreeze/patches: patch-style_css 
	www/drupal5/theme-bluebreeze/pkg: DESCR PLIST 
	www/drupal5/theme-denver: Makefile distinfo 
	www/drupal5/theme-denver/pkg: DESCR PLIST 
	www/drupal5/theme-litejazz: Makefile distinfo 
	www/drupal5/theme-litejazz/pkg: DESCR PLIST 
	www/drupal5/theme-newsflash: Makefile distinfo 
	www/drupal5/theme-newsflash/pkg: DESCR PLIST 
	www/drupal5/themesettingsapi: Makefile distinfo 
	www/drupal5/themesettingsapi/pkg: DESCR PLIST 
	www/drupal5/tinyMCE: Makefile distinfo 
	www/drupal5/tinyMCE/patches: 
	                             patch-tinymce_jscripts_tiny_mce_tiny_mce_gzip_php 
	                             patch-tinymce_module 
	www/drupal5/tinyMCE/pkg: DESCR PLIST 
	www/drupal5/token: Makefile distinfo 
	www/drupal5/token/pkg: DESCR PLIST 
	www/drupal5/tql: Makefile distinfo 
	www/drupal5/tql/patches: patch-tql_module 
	www/drupal5/tql/pkg: DESCR PLIST 
	www/drupal5/uploadpath: Makefile distinfo 
	www/drupal5/uploadpath/pkg: DESCR PLIST 
	www/drupal5/user_import: Makefile distinfo 
	www/drupal5/user_import/patches: patch-user_import_install 
	                                 patch-user_import_module 
	www/drupal5/user_import/pkg: DESCR PLIST 
	www/drupal5/user_readonly: Makefile distinfo 
	www/drupal5/user_readonly/patches: patch-user_readonly_module 
	www/drupal5/user_readonly/pkg: DESCR PLIST 
	www/drupal5/usernode: Makefile distinfo 
	www/drupal5/usernode/pkg: DESCR PLIST 
	www/drupal5/views: Makefile distinfo 
	www/drupal5/views/pkg: DESCR PLIST 
	www/drupal5/views-bonus: Makefile distinfo 
	www/drupal5/views-bonus/pkg: DESCR PLIST 
	www/drupal5/webform: Makefile distinfo 
	www/drupal5/webform/patches: patch-components_grid_inc 
	                             patch-components_select_inc 
	                             patch-webform_components_inc 
	www/drupal5/webform/pkg: DESCR PLIST 
	www/drupal5/workflow: Makefile distinfo 
	www/drupal5/workflow/pkg: DESCR PLIST 

Log message:
remove drupal5, which will soon be end-of-life. Switch to drupal6, please. explicit ok sthen@, aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 07:00:13

Modified files:
	sysutils/p5-Capture-Tiny: Makefile distinfo 
	sysutils/p5-Capture-Tiny/pkg: PLIST 

Log message:
update to 0.08, ok jasper@, 'looks ok' sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 07:22:31

Modified files:
	devel/p5-Throwable: Makefile distinfo 
	devel/p5-Throwable/pkg: PLIST 

Log message:
update to 0.102080, 'yep' jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 07:29:33

Modified files:
	devel/p5-Carp-Assert: Makefile distinfo 

Log message:
update to 0.20 and license change to Perl, using jaspers Ok coupon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 07:31:16

Modified files:
	www/p5-WWW-Mechanize-TreeBuilder: Makefile distinfo 

Log message:
update to 1.10003


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 07:44:25

Modified files:
	mail/p5-Email-Sender: Makefile distinfo 

Log message:
update to 0.102370, removed one superfluous RUN_DEPENDS, added BUILD_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/27 08:04:20

Modified files:
	net/ejabberd   : Makefile 
	net/ejabberd/files: README.OpenBSD 

Log message:
- small tweak regarding resolving the servers hostname

ok viq (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	joshe@cvs.openbsd.org	2010/09/27 08:08:41

Modified files:
	usr.bin/cvs    : file.c 

Log message:
Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree.

This fixes r* commands such as rlog against a repository which has
somehow ended up containing CVS/Entries.Static files.

ok nicm@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/27 08:11:57

Modified files:
	x11/rep-gtk    : Makefile distinfo 

Log message:
Maintainance update to rep-gtk-0.90.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/27 08:43:38

Modified files:
	lang/librep    : Makefile distinfo 

Log message:
- update librep to 0.91.0
* all lisp files have to be byte-compiled again, as this release
brings an ABI change
- take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/27 08:43:54

Modified files:
	x11/rep-gtk    : Makefile 

Log message:
- be sure to depend on the lastest librep
- take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/27 08:44:31

Modified files:
	x11/sawfish    : Makefile 

Log message:
- be sure to depend on the lastest librep


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/27 09:11:08

Modified files:
	graphics/clutter: Makefile.inc 
	graphics/clutter/clutter-box2d: Makefile 
	graphics/clutter/clutter-box2d/pkg: PLIST 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gst/pkg: PLIST 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/clutter-gtk/pkg: PLIST 
	graphics/clutter/core: Makefile 
	graphics/clutter/core/pkg: PLIST 

Log message:
- switch to REVISION/new-style DEPENDS
- regen plist
to reduce the update diff a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/27 11:28:34

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/27 11:37:20

Modified files:
	share/zoneinfo/datfiles: asia zone.tab 

Log message:
Update to tzdata2010m from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/27 11:39:43

Modified files:
	sys/arch/sparc64/sparc64: intr.c 

Log message:
must use M_WAITOK here; run into by landry


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/27 11:45:30

Modified files:
	lib/libc/time  : zic.c 

Log message:
Update to tzcode2010m from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/27 12:12:43

Modified files:
	devel/p5-MooseX-Log-Log4perl: Makefile distinfo 

Log message:
update to 0.42


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/27 12:16:25

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer
is valid when we look at it. Repairs intellimouse (former pmsi) operation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	weerd@cvs.openbsd.org	2010/09/27 13:26:06

Modified files:
	net/ladvd      : Makefile distinfo 
	net/ladvd/patches: patch-configure_ac 
	net/ladvd/pkg  : PLIST 
Added files:
	net/ladvd/patches: patch-src_master_c 

Log message:
Update to ladvd-0.9.2.  Tested on sparc64 and amd64 by myself, on i386
by william@ and build-tested on powerpc and mips64 by jasper@.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/27 13:40:20

Modified files:
	devel/cpphs    : Makefile 

Log message:
Work around a bug in dpb.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/27 13:49:43

Modified files:
	sys/dev        : softraid_crypto.c 
	sys/dev/usb    : udl.c 
	sys/scsi       : safte.c 

Log message:
A few M_ZEROs without any M_WAITOK/M_NOWAITs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/09/27 13:54:28

Modified files:
	graphics/gd    : Makefile 

Log message:
* fix timestamps to prevent autotools cascade from triggering
* switch to REVISION and new LIB_DEPENDS/WANTLIB while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/27 13:55:02

Modified files:
	www/kazehakase : Makefile 

Log message:
Don't fiddle with MULTI_PACKAGES in an archi-specific .if block. add
-webkit inconditionally instead, and set ONLY_FOR_ARCHS-webkit to the
list of archs where webkit actually builds. Bump REVISIONS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/27 13:59:39

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile 
Added files:
	mail/p5-Mail-SpamAssassin/patches: 
	                                   patch-lib_Mail_SpamAssassin_Dns_pm 
	                                   patch-lib_Mail_SpamAssassin_HTML_pm 
	                                   patch-lib_Mail_SpamAssassin_Plugin_BodyEval_pm 
	                                   patch-lib_Mail_SpamAssassin_Plugin_Check_pm 

Log message:
perl 5.12.2 fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/09/27 14:16:17

Modified files:
	sys/netatalk   : at_control.c 

Log message:
Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/27 14:20:36

Modified files:
	multimedia/get_iplayer: Makefile 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
- add a fix for live streaming from upstream
- fix perl 5.12 warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/09/27 15:25:28

Modified files:
	usr.bin/mandoc : Makefile html.c main.c mandoc.c mandoc.h mdoc.c 
	                 mdoc_html.c mdoc_term.c mdoc_validate.c roff.c 
	                 term_ps.c 

Log message:
Merge the last bits of 1.10.6 (released today), most were already in:
* ignore double-.Pp
* ignore .Pp before .Bd and .Bl (unless -compact in specified)
* avoid double blank line upon .Pp, .br and friends in literal context
* cast enums to int when passing them to exit(3) to please lint(1)
While merging, fix a regression introduced by kristaps@:
Outside literal mode, double blank lines must both be printed.
To achieve this again after kristaps@ improvements in 1.10.6,
treat such blank lines as .sp (instead of .Pp as in 1.10.5)
and drop .Pp before .sp just like dropping .Pp before .Pp.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/09/27 17:45:48

Modified files:
	sys/net        : if_pfsync.c 

Log message:
must have either PR_WAITOK or PR_NOWAIT set.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/27 19:44:57

Modified files:
	sys/netinet    : ip_spd.c 

Log message:
missing PR_NOWAIT


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/27 19:50:08

Modified files:
	sys/dev/ic     : ncr53c9x.c 

Log message:
do not assume PR_NOWAIT is 0; it is not anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/27 19:57:17

Modified files:
	distrib/sets/lists/base: md.loongson 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/09/27 21:53:14

Modified files:
	sys/arch/amd64/include: frameasm.h 
	sys/arch/amd64/amd64: locore.S trap.c vector.S 

Log message:
Correct the handling of GS.base when iretq faults: the fault happens
with CPL == 0 but the user's GS.base, so the normal INTRENTRY handling
won't work.  Contrawise, the asm that trap() redirects us to when that
happens (resume_iret) sees a trapframe showing CPL==3 but it's run with
the kernel's GS.base, so INTRENTRY won't work there either.

asm style fixes drahn@ and mikeb@
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:02:28

Modified files:
	www/chromium   : Makefile 

Log message:
- new style depends
- tweak master sites

ok pval@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:02:57

Modified files:
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-puppet/pkg: PLIST 
Added files:
	sysutils/ruby-puppet/patches: patch-install_rb 

Log message:
- don't install gzipped man pages

ok aja@
maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/28 01:15:45

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Nuke a leftover RB tree declaration spotted by blambert.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 01:19:42

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
libgnome-keyring will stop dependending on gnome-keyring soon, so add
gnome-keyring to the needed pkg for a GNOME installation.

discussed with jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/28 01:38:24

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/pkg : PLIST 

Log message:
- enable RTTI, requested by jeremy@ and suggested in LLVM packager notes

- add a comment referring to packager notes

- garbage-collect symlink which is no longer necessary and inclusion
of bsd.own.mk that was previously used to check the version of
the system compiler

tested by jeremy@ and myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 01:41:07

Modified files:
	x11/gnome/librsvg: Makefile 

Log message:
Remove bogus libgsf dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:50:35

Removed files:
	graphics/clutter/clutter-cairo: Makefile distinfo 
	graphics/clutter/clutter-cairo/pkg: DESCR PLIST 

Log message:
- remove, it's been merged into core with the latest release
and it's been unhooked for a while now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:50:50

Modified files:
	graphics/clutter: Makefile 

Log message:
- remove cairo from here too


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:52:04

Modified files:
	graphics/clutter: Makefile Makefile.inc 

Log message:
- since we're having our fair share of threaded perl/p5-gtk/etc issues,
remove the p5 references from here now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 01:53:30

ports/x11/gnome/empathy/files

Update of /cvs/ports/x11/gnome/empathy/files
In directory cvs.openbsd.org:/tmp/cvs-serv10191/files

Log Message:
Directory /cvs/ports/x11/gnome/empathy/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/09/28 02:13:11

Modified files:
	sys/net        : if_bridge.c 

Log message:
replace hand-rolled infinite loop with LIST_FOREACH

ok claudio@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 02:20:01

Modified files:
	x11/gnome/panel: Makefile 

Log message:
Fix WANTLIB after librsvg update, remove bz2/gsf-1. Package now
installable again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 02:51:20

Modified files:
	x11/gdesklets  : Makefile 

Log message:
Fix WANTLIB after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 02:51:49

Modified files:
	x11/gnome/cheese: Makefile 

Log message:
Fix WANTLIB after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 02:52:27

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
Fix WANTLIB after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 02:57:34

Modified files:
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 
Added files:
	x11/gnome/empathy/files: README.OpenBSD 

Log message:
- remove telepathy-haze from RUN_DEPENDS
- add README to explain a bit about the connection managers
- add telepathy-butterfly to RUN_DEPENDS

with/ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 03:09:15

Modified files:
	lang/g77       : Makefile 
	editors/subtitleeditor: Makefile 
	x11/qt4        : Makefile 
	emulators/dosbox: Makefile 

Log message:
- bump after gcc4 switch of mips64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/28 03:29:14

Modified files:
	math/moo       : Makefile 

Log message:
honour CC; ok ray@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/28 03:49:06

Modified files:
	graphics/p5-Image-ExifTool: Makefile distinfo 
	graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
update p5-Image-ExifTool to 8.25 from maintainer Patrick Keshishian
(tested with perl 5.12.2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 04:22:17

Modified files:
	benchmarks/netpipe: Makefile 
Removed files:
	benchmarks/netpipe/patches: patch-Makefile 

Log message:
- workaround for gcc3 bugs not needed anymore

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 04:55:46

Modified files:
	graphics/gegl  : Makefile 

Log message:
Fix WANTLIB after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/28 05:04:14

Modified files:
	net/zabbix     : Makefile 
Added files:
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_openbsd_c 
	                    patch-src_libs_zbxsysinfo_openbsd_sensors_c 

Log message:
Add support for reading temperature sensors or the average of them


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 05:37:17

Modified files:
	x11/gnome/py-gnome-desktop: Makefile 

Log message:
Fix WANTLIB by removing gsf-1 after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 05:41:22

Modified files:
	devel/pkgconfig: Makefile distinfo 
	devel/pkgconfig/patches: patch-Makefile_in patch-pkg_c 
	devel/pkgconfig/pkg: PLIST 

Log message:
- update to 0.25
- switch to new depends
- set license version


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 05:47:58

Removed files:
	x11/gnome/games/patches: 
	                         patch-glchess_src_lib_scene_opengl_png_py 

Log message:
- remove left over patch, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 05:52:36

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Add devel/libgsf to LIB_DEPENDS, following librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 05:56:57

Modified files:
	x11/gnome/controlcenter2: Makefile 

Log message:
Fix WANTLIB (remove gsf-1/bz2) after librsvg update.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/28 06:00:35

Modified files:
	usr.bin/tcpbench: tcpbench.c 

Log message:
Make -k work in clientmode by passing the right socket to the
stats_prepare() function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 06:03:16

Modified files:
	graphics/gimp/stable: Makefile 

Log message:
Fix WANTLIB (remove gsf-1/bz2) after librsvg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 06:24:29

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
Regen WANTLIB after librsvg update.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 06:25:26

Modified files:
	gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: parse_version.t 
	gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t moduleinfo.t 

Log message:
Undo last change now that RCS keyword expansion is disabled on the perl sources


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/28 06:39:17

Modified files:
	sys/arch/sparc/dev: fd.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 07:09:16

Modified files:
	lang/hs-haskell-src-exts: Makefile 

Log message:
- sigh, i swore i fixed this type already..


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/28 07:20:51

Modified files:
	sys/arch/vax/vsa: hdc9224.c 

Log message:
Make this compile again.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/28 08:14:54

Modified files:
	sys/netinet    : ip_gre.c 
	sys/net        : pipex.c 

Log message:
wrap long line.  correct indent.  delete a useless comment.

OK djm@ claudio@ dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/28 08:45:10

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Add MASTER_SITE_RUBYGEMS, which is the new location for ruby gem distfiles

OK jcs@, steven@, sthen@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/09/28 09:06:57

Modified files:
	www/drupal6/rules: Makefile distinfo 

Log message:
update to 1.3


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:19:23

Modified files:
	gnu/usr.bin/perl/utils: h2ph.PL 

Log message:
Fix [perl #74404] h2ph using deprecated goto
Patch from perl git repo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:07

src/gnu/usr.bin/perl/lib/unicore/lib/AHex

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/AHex
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/AHex

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/AHex added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:08

src/gnu/usr.bin/perl/lib/unicore/lib/Age

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Age
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Age

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Age added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:09

src/gnu/usr.bin/perl/lib/unicore/lib/Alpha

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Alpha
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Alpha

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Alpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:10

src/gnu/usr.bin/perl/lib/unicore/lib/Bc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Bc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Bc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Bc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:11

src/gnu/usr.bin/perl/lib/unicore/lib/BidiC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/BidiC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/BidiC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/BidiC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:12

src/gnu/usr.bin/perl/lib/unicore/lib/BidiM

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/BidiM
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/BidiM

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/BidiM added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:13

src/gnu/usr.bin/perl/lib/unicore/lib/Blk

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Blk
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Blk

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Blk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:14

src/gnu/usr.bin/perl/lib/unicore/lib/CE

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CE
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CE

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CE added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:15

src/gnu/usr.bin/perl/lib/unicore/lib/CI

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CI
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CI

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CI added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:16

src/gnu/usr.bin/perl/lib/unicore/lib/CWCF

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWCF
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWCF

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWCF added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:17

src/gnu/usr.bin/perl/lib/unicore/lib/CWCM

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWCM
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWCM

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWCM added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:18

src/gnu/usr.bin/perl/lib/unicore/lib/CWKCF

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWKCF
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWKCF

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWKCF added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:19

src/gnu/usr.bin/perl/lib/unicore/lib/CWL

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWL
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWL

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWL added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:20

src/gnu/usr.bin/perl/lib/unicore/lib/CWT

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWT
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWT

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWT added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:21

src/gnu/usr.bin/perl/lib/unicore/lib/CWU

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWU
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CWU

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CWU added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:22

src/gnu/usr.bin/perl/lib/unicore/lib/Cased

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Cased
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Cased

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Cased added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:23

src/gnu/usr.bin/perl/lib/unicore/lib/Ccc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ccc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Ccc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ccc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:24

src/gnu/usr.bin/perl/lib/unicore/lib/CompEx

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CompEx
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/CompEx

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/CompEx added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:25

src/gnu/usr.bin/perl/lib/unicore/lib/DI

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/DI
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/DI

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/DI added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:26

src/gnu/usr.bin/perl/lib/unicore/lib/Dash

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dash
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Dash

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dash added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:27

src/gnu/usr.bin/perl/lib/unicore/lib/Dep

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dep
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Dep

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dep added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:28

src/gnu/usr.bin/perl/lib/unicore/lib/Dia

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dia
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Dia

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dia added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:29

src/gnu/usr.bin/perl/lib/unicore/lib/Dt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Dt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Dt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:30

src/gnu/usr.bin/perl/lib/unicore/lib/Ea

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ea
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Ea

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ea added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:31

src/gnu/usr.bin/perl/lib/unicore/lib/Ext

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ext
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Ext

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ext added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:32

src/gnu/usr.bin/perl/lib/unicore/lib/GCB

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GCB
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/GCB

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GCB added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:33

src/gnu/usr.bin/perl/lib/unicore/lib/Gc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Gc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Gc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Gc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:34

src/gnu/usr.bin/perl/lib/unicore/lib/GrBase

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GrBase
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/GrBase

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GrBase added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:35

src/gnu/usr.bin/perl/lib/unicore/lib/GrExt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GrExt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/GrExt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/GrExt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:36

src/gnu/usr.bin/perl/lib/unicore/lib/Hex

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hex
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Hex

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hex added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:37

src/gnu/usr.bin/perl/lib/unicore/lib/Hst

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hst
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Hst

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hst added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:38

src/gnu/usr.bin/perl/lib/unicore/lib/Hyphen

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hyphen
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Hyphen

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Hyphen added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:39

src/gnu/usr.bin/perl/lib/unicore/lib/IDC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/IDC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:40

src/gnu/usr.bin/perl/lib/unicore/lib/IDS

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDS
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/IDS

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDS added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:41

src/gnu/usr.bin/perl/lib/unicore/lib/IDSB

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDSB
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/IDSB

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDSB added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:42

src/gnu/usr.bin/perl/lib/unicore/lib/IDST

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDST
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/IDST

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/IDST added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:43

src/gnu/usr.bin/perl/lib/unicore/lib/Ideo

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ideo
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Ideo

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Ideo added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:44

src/gnu/usr.bin/perl/lib/unicore/lib/In

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/In
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/In

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/In added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:45

src/gnu/usr.bin/perl/lib/unicore/lib/Jg

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Jg
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Jg

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Jg added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:46

src/gnu/usr.bin/perl/lib/unicore/lib/JoinC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/JoinC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/JoinC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/JoinC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:47

src/gnu/usr.bin/perl/lib/unicore/lib/Jt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Jt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Jt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Jt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:48

src/gnu/usr.bin/perl/lib/unicore/lib/LOE

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/LOE
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/LOE

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/LOE added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:49

src/gnu/usr.bin/perl/lib/unicore/lib/Lb

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Lb
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Lb

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Lb added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:50

src/gnu/usr.bin/perl/lib/unicore/lib/Lower

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Lower
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Lower

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Lower added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:51

src/gnu/usr.bin/perl/lib/unicore/lib/Math

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Math
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Math

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Math added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:52

src/gnu/usr.bin/perl/lib/unicore/lib/NChar

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NChar
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/NChar

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NChar added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:53

src/gnu/usr.bin/perl/lib/unicore/lib/NFCQC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFCQC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/NFCQC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFCQC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:55

src/gnu/usr.bin/perl/lib/unicore/lib/NFDQC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFDQC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/NFDQC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFDQC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:56

src/gnu/usr.bin/perl/lib/unicore/lib/NFKCQC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFKCQC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/NFKCQC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFKCQC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:57

src/gnu/usr.bin/perl/lib/unicore/lib/NFKDQC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFKDQC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/NFKDQC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/NFKDQC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:21:58

src/gnu/usr.bin/perl/lib/unicore/lib/Nt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Nt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Nt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Nt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:00

src/gnu/usr.bin/perl/lib/unicore/lib/Nv

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Nv
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Nv

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Nv added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:01

src/gnu/usr.bin/perl/lib/unicore/lib/OAlpha

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OAlpha
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OAlpha

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OAlpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:02

src/gnu/usr.bin/perl/lib/unicore/lib/ODI

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ODI
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/ODI

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ODI added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:03

src/gnu/usr.bin/perl/lib/unicore/lib/OGrExt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OGrExt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OGrExt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OGrExt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:05

src/gnu/usr.bin/perl/lib/unicore/lib/OIDC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OIDC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OIDC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OIDC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:06

src/gnu/usr.bin/perl/lib/unicore/lib/OIDS

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OIDS
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OIDS

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OIDS added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:07

src/gnu/usr.bin/perl/lib/unicore/lib/OLower

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OLower
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OLower

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OLower added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:08

src/gnu/usr.bin/perl/lib/unicore/lib/OMath

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OMath
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OMath

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OMath added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:09

src/gnu/usr.bin/perl/lib/unicore/lib/OUpper

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OUpper
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/OUpper

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/OUpper added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:10

src/gnu/usr.bin/perl/lib/unicore/lib/PatSyn

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/PatSyn
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/PatSyn

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/PatSyn added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:11

src/gnu/usr.bin/perl/lib/unicore/lib/PatWS

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/PatWS
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/PatWS

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/PatWS added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:12

src/gnu/usr.bin/perl/lib/unicore/lib/Perl

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Perl
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Perl

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Perl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:13

src/gnu/usr.bin/perl/lib/unicore/lib/QMark

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/QMark
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/QMark

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/QMark added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:14

src/gnu/usr.bin/perl/lib/unicore/lib/Radical

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Radical
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Radical

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Radical added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:15

src/gnu/usr.bin/perl/lib/unicore/lib/SB

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/SB
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/SB

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/SB added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:16

src/gnu/usr.bin/perl/lib/unicore/lib/SD

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/SD
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/SD

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/SD added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:17

src/gnu/usr.bin/perl/lib/unicore/lib/STerm

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/STerm
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/STerm

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/STerm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:18

src/gnu/usr.bin/perl/lib/unicore/lib/Sc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Sc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Sc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Sc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:19

src/gnu/usr.bin/perl/lib/unicore/lib/Space

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Space
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Space

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Space added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:20

src/gnu/usr.bin/perl/lib/unicore/lib/Term

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Term
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Term

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Term added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:21

src/gnu/usr.bin/perl/lib/unicore/lib/UIdeo

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/UIdeo
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/UIdeo

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/UIdeo added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:22

src/gnu/usr.bin/perl/lib/unicore/lib/Upper

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Upper
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/Upper

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Upper added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:23

src/gnu/usr.bin/perl/lib/unicore/lib/VS

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/VS
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/VS

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/VS added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:24

src/gnu/usr.bin/perl/lib/unicore/lib/WB

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/WB
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/WB

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/WB added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:25

src/gnu/usr.bin/perl/lib/unicore/lib/XIDC

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/XIDC
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/XIDC

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/XIDC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:26

src/gnu/usr.bin/perl/lib/unicore/lib/XIDS

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/XIDS
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/XIDS

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/XIDS added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:27

src/gnu/usr.bin/perl/lib/unicore/lib/bc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/bc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/bc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/bc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:28

src/gnu/usr.bin/perl/lib/unicore/lib/ccc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ccc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/ccc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ccc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:29

src/gnu/usr.bin/perl/lib/unicore/lib/dt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/dt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/dt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/dt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:30

src/gnu/usr.bin/perl/lib/unicore/lib/ea

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ea
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/ea

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/ea added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:31

src/gnu/usr.bin/perl/lib/unicore/lib/gc_sc

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/gc_sc
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/gc_sc

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/gc_sc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:32

src/gnu/usr.bin/perl/lib/unicore/lib/hst

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/hst
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/hst

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/hst added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:33

src/gnu/usr.bin/perl/lib/unicore/lib/jt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/jt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/jt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/jt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:34

src/gnu/usr.bin/perl/lib/unicore/lib/lb

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/lb
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/lb

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/lb added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:22:35

src/gnu/usr.bin/perl/lib/unicore/lib/nt

Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/nt
In directory cvs.openbsd.org:/tmp/cvs-serv11830/lib/unicore/lib/nt

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/nt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:25:03

Modified files:
	gnu/usr.bin/perl: MANIFEST Makefile.SH 
Added files:
	gnu/usr.bin/perl/lib/unicore: Canonical.pl CombiningClass.pl 
	                              Decomposition.pl Exact.pl Name.pl 
	                              PVA.pl Properties mktables.lst 
	gnu/usr.bin/perl/lib/unicore/To: Digit.pl Fold.pl Lower.pl 
	                                 Title.pl Upper.pl 
	gnu/usr.bin/perl/pod: perluniprops.pod 

Log message:
pregenerate unicode files; mktables uses too much memory for some platforms


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/28 10:26:46

Added files:
	gnu/usr.bin/perl/lib/unicore/lib/bc: AL.pl AN.pl B.pl BN.pl 
	                                     CS.pl EN.pl ES.pl ET.pl 
	                                     L.pl LRE.pl LRO.pl NSM.pl 
	                                     ON.pl PDF.pl R.pl RLE.pl 
	                                     RLO.pl S.pl WS.pl 
	gnu/usr.bin/perl/lib/unicore/lib/ccc: A.pl AL.pl AR.pl ATA.pl 
	                                      ATAR.pl ATB.pl ATBL.pl 
	                                      B.pl BL.pl BR.pl DA.pl 
	                                      DB.pl IS.pl KV.pl L.pl 
	                                      NK.pl NR.pl OV.pl R.pl 
	                                      VR.pl 
	gnu/usr.bin/perl/lib/unicore/lib/dt: Can.pl Com.pl Enc.pl Fin.pl 
	                                     Font.pl Fra.pl Init.pl 
	                                     Iso.pl Med.pl Nar.pl Nb.pl 
	                                     Sml.pl Sqr.pl Sub.pl Sup.pl 
	                                     Vert.pl Wide.pl 
	gnu/usr.bin/perl/lib/unicore/lib/ea: A.pl F.pl H.pl N.pl Na.pl 
	                                     W.pl 
	gnu/usr.bin/perl/lib/unicore/lib/gc_sc: AHex.pl ASCII.pl 
	                                        Alnum.pl Alpha.pl 
	                                        Alphabet.pl Any.pl 
	                                        Arab.pl Armn.pl 
	                                        AsciiHex.pl Assigned.pl 
	                                        Avst.pl Bali.pl Bamu.pl 
	                                        Beng.pl BidiC.pl 
	                                        BidiCont.pl Blank.pl 
	                                        Bopo.pl Brai.pl Bugi.pl 
	                                        Buhd.pl C.pl Canadian.pl 
	                                        Cari.pl Cc.pl Cf.pl 
	                                        Cham.pl Cher.pl Cn.pl 
	                                        Cntrl.pl Co.pl Copt.pl 
	                                        Cprt.pl Cs.pl Cyrl.pl 
	                                        Dash.pl Dash2.pl 
	                                        DefaultI.pl Dep.pl 
	                                        Deprecat.pl Deva.pl 
	                                        Dia.pl Diacriti.pl 
	                                        Digit.pl Dsrt.pl 
	                                        Egyptian.pl Ethi.pl 
	                                        Ext.pl Extender.pl 
	                                        Geor.pl Glag.pl Goth.pl 
	                                        Graph.pl Grek.pl Gujr.pl 
	                                        Guru.pl Hang.pl Hani.pl 
	                                        Hano.pl Hebr.pl Hex.pl 
	                                        HexDigit.pl Hira.pl 
	                                        HorizSpa.pl Hyphen.pl 
	                                        Hyphen2.pl IDSB.pl 
	                                        IDST.pl IdContin.pl 
	                                        IdStart.pl Ideo.pl 
	                                        Ideograp.pl IdsBinar.pl 
	                                        IdsTrina.pl Imperial.pl 
	                                        InAegean.pl InAlphab.pl 
	                                        InAncie2.pl InAncie3.pl 
	                                        InAncien.pl InArabi2.pl 
	                                        InArabi3.pl InArabi4.pl 
	                                        InArabic.pl InArmeni.pl 
	                                        InArrows.pl InAvesta.pl 
	                                        InBaline.pl InBamum.pl 
	                                        InBasicL.pl InBengal.pl 
	                                        InBlockE.pl InBopom2.pl 
	                                        InBopomo.pl InBoxDra.pl 
	                                        InBraill.pl InBugine.pl 
	                                        InBuhid.pl InByzant.pl 
	                                        InCarian.pl InCham.pl 
	                                        InCherok.pl InCjkCo2.pl 
	                                        InCjkCo3.pl InCjkCo4.pl 
	                                        InCjkCom.pl InCjkRad.pl 
	                                        InCjkStr.pl InCjkSym.pl 
	                                        InCjkUn2.pl InCjkUn3.pl 
	                                        InCjkUn4.pl InCjkUni.pl 
	                                        InCombi2.pl InCombi3.pl 
	                                        InCombi4.pl InCombin.pl 
	                                        InCommon.pl InContro.pl 
	                                        InCoptic.pl InCounti.pl 
	                                        InCunei2.pl InCuneif.pl 
	                                        InCurren.pl InCyprio.pl 
	                                        InCyril2.pl InCyril3.pl 
	                                        InCyril4.pl InCyrill.pl 
	                                        InDesere.pl InDevan2.pl 
	                                        InDevana.pl InDingba.pl 
	                                        InDomino.pl InEgypti.pl 
	                                        InEnclo2.pl InEnclo3.pl 
	                                        InEnclo4.pl InEnclos.pl 
	                                        InEthio2.pl InEthio3.pl 
	                                        InEthiop.pl InGenera.pl 
	                                        InGeomet.pl InGeorg2.pl 
	                                        InGeorgi.pl InGlagol.pl 
	                                        InGothic.pl InGreekA.pl 
	                                        InGreekE.pl InGujara.pl 
	                                        InGurmuk.pl InHalfwi.pl 
	                                        InHangu2.pl InHangu3.pl 
	                                        InHangu4.pl InHangu5.pl 
	                                        InHangul.pl InHanuno.pl 
	                                        InHebrew.pl InHighPr.pl 
	                                        InHighSu.pl InHiraga.pl 
	                                        InIdeogr.pl InImperi.pl 
	                                        InInscr2.pl InInscri.pl 
	                                        InIpaExt.pl InJavane.pl 
	                                        InKaithi.pl InKanbun.pl 
	                                        InKangxi.pl InKannad.pl 
	                                        InKatak2.pl InKataka.pl 
	                                        InKayahL.pl InKharos.pl 
	                                        InKhmer.pl InKhmerS.pl 
	                                        InLao.pl InLatin1.pl 
	                                        InLatin2.pl InLatin3.pl 
	                                        InLatin4.pl InLatin5.pl 
	                                        InLatinE.pl InLepcha.pl 
	                                        InLetter.pl InLimbu.pl 
	                                        InLinea2.pl InLinear.pl 
	                                        InLisu.pl InLowSur.pl 
	                                        InLycian.pl InLydian.pl 
	                                        InMahjon.pl InMalaya.pl 
	                                        InMathe2.pl InMathem.pl 
	                                        InMeetei.pl InMisce2.pl 
	                                        InMisce3.pl InMisce4.pl 
	                                        InMisce5.pl InMiscel.pl 
	                                        InModifi.pl InMongol.pl 
	                                        InMusica.pl InMyanm2.pl 
	                                        InMyanma.pl InNewTai.pl 
	                                        InNko.pl InNumber.pl 
	                                        InOgham.pl InOlChik.pl 
	                                        InOldIta.pl InOldPer.pl 
	                                        InOldSou.pl InOldTur.pl 
	                                        InOptica.pl InOriya.pl 
	                                        InOsmany.pl InPhagsP.pl 
	                                        InPhaist.pl InPhoeni.pl 
	                                        InPhone2.pl InPhonet.pl 
	                                        InPrivat.pl InRejang.pl 
	                                        InRumiNu.pl InRunic.pl 
	                                        InSamari.pl InSauras.pl 
	                                        InShavia.pl InSinhal.pl 
	                                        InSmallF.pl InSpacin.pl 
	                                        InSpecia.pl InSundan.pl 
	                                        InSupers.pl InSuppl2.pl 
	                                        InSuppl3.pl InSuppl4.pl 
	                                        InSuppl5.pl InSuppl6.pl 
	                                        InSupple.pl InSyloti.pl 
	                                        InSyriac.pl InTagalo.pl 
	                                        InTagban.pl InTags.pl 
	                                        InTaiLe.pl InTaiTha.pl 
	                                        InTaiVie.pl InTaiXua.pl 
	                                        InTamil.pl InTelugu.pl 
	                                        InThaana.pl InThai.pl 
	                                        InTibeta.pl InTifina.pl 
	                                        InUgarit.pl InUnifi2.pl 
	                                        InUnifie.pl InVai.pl 
	                                        InVaria2.pl InVariat.pl 
	                                        InVedicE.pl InVertic.pl 
	                                        InYiRadi.pl InYiSyll.pl 
	                                        InYijing.pl Inscrip2.pl 
	                                        Inscript.pl Java.pl 
	                                        JoinC.pl JoinCont.pl 
	                                        Kana.pl KayahLi.pl 
	                                        Khar.pl Khmr.pl Knda.pl 
	                                        Kthi.pl L.pl LC.pl 
	                                        LOE.pl Laoo.pl Latn.pl 
	                                        Lepc.pl Limb.pl 
	                                        LinearB.pl Lisu.pl Ll.pl 
	                                        Lm.pl Lo.pl LogicalO.pl 
	                                        Lower.pl Lowercas.pl 
	                                        Lt.pl Lu.pl Lyci.pl 
	                                        Lydi.pl M.pl Math.pl 
	                                        Mc.pl Me.pl MeeteiMa.pl 
	                                        Mlym.pl Mn.pl Mong.pl 
	                                        Mymr.pl N.pl NChar.pl 
	                                        Nd.pl NewTaiLu.pl 
	                                        Nkoo.pl Nl.pl No.pl 
	                                        Nonchara.pl OAlpha.pl 
	                                        ODI.pl OGrExt.pl OIDC.pl 
	                                        OIDS.pl OLower.pl 
	                                        OMath.pl OUpper.pl 
	                                        Ogam.pl OlChiki.pl 
	                                        OldItali.pl OldPersi.pl 
	                                        OldSouth.pl OldTurki.pl 
	                                        Orya.pl Osma.pl 
	                                        OtherAlp.pl OtherDef.pl 
	                                        OtherGra.pl OtherIdC.pl 
	                                        OtherIdS.pl OtherLow.pl 
	                                        OtherMat.pl OtherUpp.pl 
	                                        P.pl PatSyn.pl PatWS.pl 
	                                        PatternS.pl PatternW.pl 
	                                        Pc.pl Pd.pl Pe.pl 
	                                        PerlSpac.pl PerlWord.pl 
	                                        Pf.pl PhagsPa.pl Phnx.pl 
	                                        Pi.pl Po.pl PosixAln.pl 
	                                        PosixAlp.pl PosixBla.pl 
	                                        PosixCnt.pl PosixDig.pl 
	                                        PosixGra.pl PosixLow.pl 
	                                        PosixPri.pl PosixPun.pl 
	                                        PosixSpa.pl PosixUpp.pl 
	                                        Print.pl Ps.pl Punct.pl 
	                                        QMark.pl Quotatio.pl 
	                                        Radical.pl Radical2.pl 
	                                        Rjng.pl Runr.pl S.pl 
	                                        SD.pl STerm.pl Samr.pl 
	                                        Saur.pl Sc.pl Shaw.pl 
	                                        Sinh.pl Sk.pl Sm.pl 
	                                        So.pl SoftDott.pl 
	                                        Space.pl SpacePer.pl 
	                                        Sterm2.pl Sund.pl 
	                                        SylotiNa.pl Syrc.pl 
	                                        Tagb.pl TaiLe.pl 
	                                        TaiTham.pl TaiViet.pl 
	                                        Taml.pl Telu.pl Term.pl 
	                                        Terminal.pl Tfng.pl 
	                                        Tglg.pl Thaa.pl Thai.pl 
	                                        Tibt.pl Title.pl 
	                                        UIdeo.pl Ugar.pl 
	                                        UnifiedI.pl Upper.pl 
	                                        Uppercas.pl VS.pl 
	                                        Vaii.pl Variatio.pl 
	                                        VertSpac.pl WSpace.pl 
	                                        WhiteSpa.pl Word.pl 
	                                        XDigit.pl Xsux.pl 
	                                        Yiii.pl Z.pl Zinh.pl 
	                                        Zl.pl Zp.pl Zs.pl 
	                                        Zyyy.pl _CanonDC.pl 
	                                        _CaseIgn.pl _CombAbo.pl 
	gnu/usr.bin/perl/lib/unicore/lib/hst: L.pl LV.pl LVT.pl T.pl 
	                                      V.pl 
	gnu/usr.bin/perl/lib/unicore/lib/jt: C.pl D.pl R.pl U.pl 
	gnu/usr.bin/perl/lib/unicore/lib/lb: AI.pl AL.pl B2.pl BA.pl 
	                                     BB.pl BK.pl CB.pl CL.pl 
	                                     CM.pl CP.pl CR.pl EX.pl 
	                                     GL.pl H2.pl H3.pl HY.pl 
	                                     ID.pl IN.pl IS.pl JL.pl 
	                                     JT.pl JV.pl LF.pl NL.pl 
	                                     NS.pl NU.pl OP.pl PO.pl 
	                                     PR.pl QU.pl SA.pl SG.pl 
	                                     SP.pl SY.pl WJ.pl XX.pl 
	                                     ZW.pl 
	gnu/usr.bin/perl/lib/unicore/lib/nt: De.pl Di.pl Nu.pl 

Log message:
pregenerate unicode files; mktables uses too much memory for some platforms


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 11:09:11

Modified files:
	devel/glade3   : Makefile 
	devel/glade3/pkg: PLIST 

Log message:
Comment libtool generated files for dl modules.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 11:11:31

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta/pkg: PLIST 

Log message:
Comment libtool generated files for dl modules.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/28 11:37:20

Modified files:
	share/man/man5 : fstab.5 

Log message:
tweak the fs_spec paragraph, chiefly in order to document that disklabel
uids can be used, and add an example;

...after much discussion with jsing and krw
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/28 11:42:52

Modified files:
	sbin/mount     : mount.8 

Log message:
document disklabel uids and move a little text to improve readability; the
duid text was supplied by krw

...after much discussion with jsing and krw
ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 11:57:23

Modified files:
	sysutils/polkit: Makefile 

Log message:
Set USE_LIBTOOL to gnu for now as it needs libtoolize.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 12:00:02

Modified files:
	x11/gtksourceview: Makefile distinfo 

Log message:
- update to 2.10.5

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/28 12:06:47

Modified files:
	x11/dbus-glib  : Makefile 

Log message:
Remove XXX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 12:33:06

Modified files:
	lang/mono/patches: patch-runtime_mono-wrapper_in 
	                   patch-runtime_monodis-wrapper_in 

Log message:
- revert patches after subst_cmd was ran sometime ago, so we have ${LIBTOOL} again


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/28 12:39:49

Modified files:
	japanese/canna : Makefile 

Log message:
Update MASTER_SITES and HOMEPAGE. Bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/28 12:42:17

Modified files:
	infrastructure/bin: libtool 

Log message:
- when writing a program wrapper, use the correct path
a/path/to/.libs/foo instead of .libs/a/path/to/foo
- make sure the symlinks pointing to the library are also in this path

problem spotted by naddy in net/gnet regression tests


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/28 12:52:00

Modified files:
	sys/arch/sparc/sparc: intr.c 

Log message:
malloc() without a WAIT flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/09/28 12:52:36

Modified files:
	infrastructure/bin: libtool 

Log message:
do not write modules in shared_libs.log

noticed by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 13:27:30

Modified files:
	multimedia/libdvdnav: Makefile 

Log message:
Set USE_LIBTOOL=gnu. This needs libtoolize. While here switch to
REVISION/EPOCH and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/28 13:32:50

Modified files:
	audio/soundtouch: Makefile 

Log message:
Add gnu libtool to BUILD_DEPENDS, autoconf needs some macros from it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/28 14:03:36

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/28 14:12:19

Modified files:
	lang/ruby      : ruby.port.mk 
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/ruby-id3lib: Makefile 
	converters/ruby-json: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper: Makefile.inc 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-activesupport: Makefile 
	devel/ruby-assistance: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-debug: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-facets: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-linecache: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-rack-test: Makefile 
	devel/ruby-rake: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-rparsec: Makefile 
	devel/ruby-rspec: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-systemtimer: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime-types: Makefile 
	mail/ruby-rmail: Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-rrdtool: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/god   : Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-mongrel_cluster: Makefile 
	sysutils/ruby-rails-app-installer: Makefile 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-prawn: Makefile.inc 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-mongrel: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rails : Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-typo  : Makefile 

Log message:
Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk

All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 14:13:38

Modified files:
	devel/ethos    : Makefile 

Log message:
- explicitly disable introspection support:


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/28 14:27:56

Modified files:
	sys/arch/alpha/alpha: mutex.c 
	sys/arch/alpha/include: cpu.h 
	sys/arch/amd64/include: cpu.h 
	sys/arch/arm/include: cpu.h 
	sys/arch/hppa/hppa: mutex.c 
	sys/arch/hppa/include: cpu.h 
	sys/arch/hppa64/hppa64: mutex.c 
	sys/arch/hppa64/include: cpu.h 
	sys/arch/i386/include: cpu.h 
	sys/arch/loongson/loongson: mutex.c 
	sys/arch/m68k/include: cpu.h 
	sys/arch/m68k/m68k: mutex.c 
	sys/arch/m88k/include: cpu.h 
	sys/arch/m88k/m88k: genassym.cf mutex.S 
	sys/arch/macppc/macppc: genassym.cf 
	sys/arch/mips64/include: cpu.h 
	sys/arch/octeon/octeon: mutex.c 
	sys/arch/powerpc/include: cpu.h 
	sys/arch/powerpc/powerpc: mutex.S 
	sys/arch/sgi/sgi: mutex.c 
	sys/arch/sh/include: cpu.h 
	sys/arch/sh/sh : mutex.c 
	sys/arch/socppc/socppc: genassym.cf 
	sys/arch/sparc/sparc: cpuvar.h mutex.c 
	sys/arch/sparc64/include: cpu.h 
	sys/arch/sparc64/sparc64: genassym.cf mutex.S 
	sys/arch/vax/include: cpu.h 
	sys/arch/vax/vax: mutex.c 
	sys/kern       : subr_xxx.c 

Log message:
Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,
to complete matthew@'s commit of a few days ago, and drop __HAVE_CPU_MUTEX_LEVEL
define. With help from, and ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 14:40:50

Modified files:
	devel/libgdata : Makefile 

Log message:
- explicitly disable introspection here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 14:48:04

Added files:
	lang/scm/patches: patch-setjump_h 

Log message:
- fix build on hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/28 15:07:14

Modified files:
	devel/ruby-gems: Makefile 

Log message:
Update MASTER_SITES, future versions will probably not be hosted on
rubyforge

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/28 15:09:00

Modified files:
	devel/ruby-echoe: Makefile distinfo 

Log message:
Remove MASTER_SITES so that it uses the default rubygems site.
However, the distfile was rerolled on the rubygems site.  No
functional change, but it affects the package, so bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/09/28 15:14:56

Modified files:
	security/assl  : Makefile distinfo 
	security/assl/pkg: PLIST 
Added files:
	security/assl/pkg: PFRAG.shared 

Log message:
retry this update, help/ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/28 15:20:56

Modified files:
	www/webkit     : Makefile 

Log message:
sorry landry, hobbits ruin you day.
he mumbled something about going back to the introspection of life, which was
taken as OK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/28 15:40:13

Modified files:
	databases/ruby-couch_potato: Makefile 
	infrastructure/templates: network.conf.template 
	net/ruby-amqp  : Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-minion: Makefile 
	www/ruby-merb  : Makefile.inc 

Log message:
Remove MASTER_SITE_GEMCUTTER

Gemcutter was replaced with rubygems.org, so remove the MASTER_SITES
from the Makefiles and let MASTER_SITE_RUBYGEMS in ruby.port.mk
handles things.

OK sthen@ "if the checksums still match"


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/29 00:32:47

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space().
Reminded by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/29 01:10:45

Added files:
	net/zabbix/patches: patch-include_sysinfo_h 

Log message:
add missing patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/29 01:10:46

Modified files:
	games/gcompris : Makefile 

Log message:
Fix WANTLIB after librsvg update. Now gcompris can be built again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/29 01:12:13

Modified files:
	x11/gnome/system-monitor: Makefile 

Log message:
Fix WANTLIB after librsvg update by removing gsf-1/bz2, now
gnome-system-monitor can be built again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/09/29 01:13:15

Modified files:
	net/hs-pb      : Makefile 

Log message:
Add missing LIB_DEPENDS (devel/gmp).


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/09/29 01:33:24

Modified files:
	devel/cmake    : Makefile 

Log message:
Remove mips64 from the list of archs that want -O0 to build cmake. This
is not needed anymore since the switch to gcc4.

Tested by jasper@ and phessler@ on loongson and sgi.

OK jasper@, phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/29 01:42:59

Modified files:
	audio/rhythmbox: Makefile 
Added files:
	audio/rhythmbox/patches: patch-remote_dbus_rb-client_c 

Log message:
Merge from upstream:
rename 'pause' to avoid conflict with pause(2) (bug #620199)

Needed for the upcoming glib2 update.

thanks to landry@ for the bulk result


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/09/29 01:44:57

Modified files:
	usr.bin/ctags  : ctags.1 
	usr.bin/env    : env.1 
	usr.bin/false  : false.1 
	usr.bin/find   : find.1 
	usr.bin/getent : getent.1 
	usr.bin/lex    : flex.1 
	usr.bin/make   : make.1 
	usr.bin/nice   : nice.1 
	usr.bin/nohup  : nohup.1 
	usr.bin/pkill  : pkill.1 
	usr.bin/pr     : pr.1 
	usr.bin/quota  : quota.1 
	usr.bin/renice : renice.8 
	usr.bin/time   : time.1 
	usr.bin/tput   : tput.1 
	usr.bin/true   : true.1 
	usr.bin/uuencode: uuencode.1 
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 
	usr.bin/which  : whereis.1 which.1 
	usr.bin/xinstall: install.1 

Log message:
various EXIT STATUS fixes; from Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/29 02:18:23

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
Do not delay ACKs on connections using loopback interfaces. There is no
reason to reduce the amount of ACKs sent and delayed ACKs have a very bad
interaction with the large MTU of lo(4) and the fairly small socketbuffer
size. In collaboration with andre@freebsd.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/29 02:22:27

Modified files:
	sys/net        : if_pppx.c 

Log message:
Adjust to the pipex changes introduced during j2k10. Compiles again not
sure if all protocols work.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/09/29 03:23:54

Modified files:
	usr.bin/cvs    : rcs.c 
	usr.bin/rcs    : rcs.c 

Log message:
Ensure that we always parse all deltas before expecting "desc" keyword.

ok nicm, zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/09/29 03:33:26

Modified files:
	sys/dev/usb    : uvideo.c uvideo.h 

Log message:
back out support for variable sized processing unit controls until
I can figure out why it causes boot hangs with some Sonix camera


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/29 03:39:06

Modified files:
	nl             : anoncvs.html ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openntpd/pt    : index.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 
Added files:
	openntpd/pt    : goals.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/29 04:24:56

Modified files:
	textproc/meld  : Makefile distinfo 

Log message:
Update to meld-1.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 04:54:24

Modified files:
	devel/vte      : Makefile 
	devel/vte/pkg  : PLIST-main PLIST-python 
Removed files:
	devel/vte/pkg  : PFRAG.shared-main PFRAG.shared-python 

Log message:
- roll PFRAG.shared into regular plist, it's SHARED_ONLY already


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/29 05:30:03

Modified files:
	x11/vlc        : Makefile 
Added files:
	x11/vlc/patches: patch-modules_meta_engine_taglib_cpp 

Log message:
Fix for CVE-2010-2937 (Insufficient input validation in VLC TagLib
plugin) :
"VLC fails to perform sufficient input validation when trying to extract
some meta-informations about input media through ID3v2 tags. In the
failure case, VLC attempt dereference an invalid memory address, and a
crash will ensure."
From brad via sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/29 06:25:02

Modified files:
	.              : translation-explained.html 

Log message:
Rework the translation mailing list mention, wwwcvs@docisland.org is
long gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 06:30:08

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
- sync gnome mirrors with upstream mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/09/29 07:14:41

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PFRAG.xindy PLIST 

Log message:
(a) tweak packing lists for arches xindy will not run on, (b) sort WANTLIB
alphabetically.

At this stage the compilers build on amd64 and sparc64. Need to test on some
more architectures.

No OK needed, not linked to build.


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2010/09/29 07:23:37

Modified files:
	sbin/init      : init.c 

Log message:
Add missing err.h include

OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/29 07:28:47

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Radeon HD4200 Mobility from Brynet


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/29 07:29:41

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/09/29 07:31:44

Modified files:
	.              : plus.html plus47.html plus48.html 

Log message:
new plus; Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2010/09/29 07:32:22

Modified files:
	sys/dev/pci/drm: radeon_drv.c 

Log message:
Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/09/29 07:39:03

Modified files:
	sys/arch/luna88k/dev: siotty.c 
	sys/arch/luna88k/luna88k: disksubr.c 

Log message:
It's never too late to make things at least compile.


CVSROOT:	/cvs
Module name:	src
Changes by:	joshe@cvs.openbsd.org	2010/09/29 07:46:38

Modified files:
	sys/arch/amd64/amd64: fpu.c machdep.c process_machdep.c 
	sys/arch/amd64/include: fpu.h 
	sys/arch/i386/i386: machdep.c process_machdep.c 
	sys/arch/i386/include: npx.h 
	sys/arch/i386/isa: npx.c 

Log message:
When reading MXCSR from userland sigcontext, mask out invalid bits.

This prevents a protection fault if a userland signal handler
scribbles all over it's struct sigcontext

Help from and ok guenther@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	joshe@cvs.openbsd.org	2010/09/29 09:11:31

Modified files:
	sys/arch/amd64/amd64: fpu.c machdep.c process_machdep.c 
	sys/arch/amd64/include: fpu.h 
	sys/arch/i386/i386: machdep.c process_machdep.c 
	sys/arch/i386/include: npx.h 
	sys/arch/i386/isa: npx.c 

Log message:
Back out previous, it appears to be broken.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/29 09:29:21

Modified files:
	devel/ruby-cucumber: Makefile distinfo 
	geo/ruby-findmyiphone: Makefile distinfo 
	infrastructure/templates: network.conf.template 

Log message:
Remove MASTER_SITE_GITHUB

This was only used in two ports, and will never be used in more ports
as GitHub no longer builds new gems.  Both of the ports are also
found on rubygems.org, so this switches them to use the standard
MASTER_SITE_RUBYGEMS from ruby.port.mk. ruby-findmyiphone has a small
change from the GitHub version that requires a package bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/29 09:46:29

Modified files:
	editors/openoffice3: Makefile 

Log message:
Oops. Bump REVISION-i18n-* after last commit and PLIST-i18n-* change.
spotted by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/29 09:49:54

Modified files:
	www/mod_auth_kerb: Makefile 

Log message:
Tyop, bad me for okaying, bad sebastia for typoing :)
spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/09/29 10:48:41

Modified files:
	usr.bin/pkg-config: pkg-config 

Log message:
it's valid syntax for .pc files to have:
Requires: pkg-config >= 0.21
out pkg-config couldn't handle it, as pkg-config(1) doesn't install a .pc file
to check this dependency against. fd.o pkg-config deals with this by
treating this as a special case; adapt ours to do the same.

tested in a ports bulk build and xenocara build
ok ckuethe@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 10:51:09

Removed files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_ext_wocky_wocky_wocky-uninstalled_pc_in 
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_telepathy-glib_pc_in 

Log message:
- remove these workarounds, our pkg-config(1) is able to deal with
Requires: pkg-config >= 0.21
now. you'll need a very recent pkg-config for this to work though!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:07:32

Modified files:
	x11/sawfish    : Makefile 
	x11/sawfish/pkg: PLIST 
Removed files:
	x11/sawfish/pkg: PFRAG.shared 

Log message:
- merge PFRAG.shared into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:08:08

Modified files:
	x11/rep-gtk    : Makefile 
	x11/rep-gtk/pkg: PLIST 
Removed files:
	x11/rep-gtk/pkg: PFRAG.shared 

Log message:
- merge PFRAG.shared into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:14:14

Modified files:
	lang/librep    : Makefile 
	lang/librep/pkg: PLIST 
Removed files:
	lang/librep/pkg: PFRAG.shared 

Log message:
- merge another PFRAG into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:15:45

Log message:
    import MooseX-Has-Sugar-0.05046611
    
    Moose has syntax is generally fine, but sometimes one gets bothered with
    the constant typing of string quotes for things. The MooseX::Types
    module exists and in many ways reduces the need for constant string
    creation.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102909
    
    N ports/devel/p5-MooseX-Has-Sugar/Makefile
    N ports/devel/p5-MooseX-Has-Sugar/distinfo
    N ports/devel/p5-MooseX-Has-Sugar/pkg/DESCR
    N ports/devel/p5-MooseX-Has-Sugar/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/29 11:15:55

Modified files:
	mail/evolution : Makefile 

Log message:
Set USE_LIBTOOL to gnu as we are using a libtool hack here.
breakage spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:17:26

Log message:
    import Test-Corpus-Audio-MPD-1.100500
    
    This module will try to launch a new mpd server for testing purposes.
    This mpd server will then be used during POE::Component::Client::MPD or
    Audio::MPD tests.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102909
    
    N ports/devel/p5-Test-Corpus-Audio-MPD/distinfo
    N ports/devel/p5-Test-Corpus-Audio-MPD/Makefile
    N ports/devel/p5-Test-Corpus-Audio-MPD/pkg/DESCR
    N ports/devel/p5-Test-Corpus-Audio-MPD/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:18:46

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:19:30

Modified files:
	audio/p5-Audio-MPD: Makefile distinfo 
	audio/p5-Audio-MPD/pkg: PLIST 

Log message:
- update to Audio-MPD-1.102260


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/29 11:27:06

Modified files:
	gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl 
	                              Name.pl mktables.lst 
	gnu/usr.bin/perl/lib/unicore/To: Digit.pl Fold.pl Lower.pl 
	                                 Title.pl Upper.pl 
Added files:
	gnu/usr.bin/perl/lib/unicore: Heavy.pl TestProp.pl 
	gnu/usr.bin/perl/lib/unicore/To: Bmg.pl NFKCCF.pl 
	gnu/usr.bin/perl/lib/unicore/lib/AHex: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Age: 1_1.pl 2_0.pl 2_1.pl 
	                                      3_0.pl 3_1.pl 3_2.pl 
	                                      4_0.pl 4_1.pl 5_0.pl 
	                                      5_1.pl 5_2.pl Unassign.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Alpha: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Bc: AL.pl AN.pl B.pl BN.pl 
	                                     CS.pl EN.pl ES.pl ET.pl 
	                                     L.pl LRE.pl LRO.pl NSM.pl 
	                                     ON.pl PDF.pl R.pl RLE.pl 
	                                     RLO.pl S.pl WS.pl 
	gnu/usr.bin/perl/lib/unicore/lib/BidiC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/BidiM: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Blk: ASCII.pl AegeanNu.pl 
	                                      Alphabet.pl Ancient2.pl 
	                                      AncientG.pl AncientS.pl 
	                                      Arabic.pl ArabicP2.pl 
	                                      ArabicPr.pl ArabicSu.pl 
	                                      Armenian.pl Arrows.pl 
	                                      Avestan.pl Balinese.pl 
	                                      Bamum.pl Bengali.pl 
	                                      BlockEle.pl Bopomof2.pl 
	                                      Bopomofo.pl BoxDrawi.pl 
	                                      BrailleP.pl Buginese.pl 
	                                      Buhid.pl Byzantin.pl 
	                                      CJKComp2.pl CJKComp3.pl 
	                                      CJKComp4.pl CJKCompa.pl 
	                                      CJKRadic.pl CJKStrok.pl 
	                                      CJKSymbo.pl CJKUnif2.pl 
	                                      CJKUnif3.pl CJKUnif4.pl 
	                                      CJKUnifi.pl Canadian.pl 
	                                      Carian.pl Cham.pl 
	                                      Cherokee.pl Combini2.pl 
	                                      Combini3.pl Combini4.pl 
	                                      Combinin.pl CommonIn.pl 
	                                      ControlP.pl Coptic.pl 
	                                      Counting.pl Cuneifo2.pl 
	                                      Cuneifor.pl Currency.pl 
	                                      CypriotS.pl Cyrilli2.pl 
	                                      Cyrilli3.pl Cyrilli4.pl 
	                                      Cyrillic.pl Deseret.pl 
	                                      Devanag2.pl Devanaga.pl 
	                                      Dingbats.pl DominoTi.pl 
	                                      Egyptian.pl Enclose2.pl 
	                                      Enclose3.pl Enclose4.pl 
	                                      Enclosed.pl Ethiopi2.pl 
	                                      Ethiopi3.pl Ethiopic.pl 
	                                      GeneralP.pl Geometri.pl 
	                                      Georgia2.pl Georgian.pl 
	                                      Glagolit.pl Gothic.pl 
	                                      Greek.pl GreekExt.pl 
	                                      Gujarati.pl Gurmukhi.pl 
	                                      Halfwidt.pl HangulCo.pl 
	                                      HangulJ2.pl HangulJ3.pl 
	                                      HangulJa.pl HangulSy.pl 
	                                      Hanunoo.pl Hebrew.pl 
	                                      HighPriv.pl HighSurr.pl 
	                                      Hiragana.pl IPAExten.pl 
	                                      Ideograp.pl Imperial.pl 
	                                      Inscrip2.pl Inscript.pl 
	                                      Javanese.pl Kaithi.pl 
	                                      Kanbun.pl KangxiRa.pl 
	                                      Kannada.pl Katakan2.pl 
	                                      Katakana.pl KayahLi.pl 
	                                      Kharosht.pl Khmer.pl 
	                                      KhmerSym.pl Lao.pl 
	                                      Latin1.pl LatinEx2.pl 
	                                      LatinEx3.pl LatinEx4.pl 
	                                      LatinEx5.pl LatinExt.pl 
	                                      Lepcha.pl Letterli.pl 
	                                      Limbu.pl LinearBI.pl 
	                                      LinearBS.pl Lisu.pl 
	                                      LowSurro.pl Lycian.pl 
	                                      Lydian.pl MahjongT.pl 
	                                      Malayala.pl Mathema2.pl 
	                                      Mathemat.pl MeeteiMa.pl 
	                                      Miscell2.pl Miscell3.pl 
	                                      Miscell4.pl Miscell5.pl 
	                                      Miscella.pl Modifier.pl 
	                                      Mongolia.pl MusicalS.pl 
	                                      Myanmar.pl MyanmarE.pl 
	                                      NKo.pl NewTaiLu.pl 
	                                      NoBlock.pl NumberFo.pl 
	                                      Ogham.pl OlChiki.pl 
	                                      OldItali.pl OldPersi.pl 
	                                      OldSouth.pl OldTurki.pl 
	                                      OpticalC.pl Oriya.pl 
	                                      Osmanya.pl PhagsPa.pl 
	                                      Phaistos.pl Phoenici.pl 
	                                      Phoneti2.pl Phonetic.pl 
	                                      PrivateU.pl Rejang.pl 
	                                      RumiNume.pl Runic.pl 
	                                      Samarita.pl Saurasht.pl 
	                                      Shavian.pl Sinhala.pl 
	                                      SmallFor.pl SpacingM.pl 
	                                      Specials.pl Sundanes.pl 
	                                      Superscr.pl Supplem2.pl 
	                                      Supplem3.pl Supplem4.pl 
	                                      Supplem5.pl Supplem6.pl 
	                                      Suppleme.pl SylotiNa.pl 
	                                      Syriac.pl Tagalog.pl 
	                                      Tagbanwa.pl Tags.pl 
	                                      TaiLe.pl TaiTham.pl 
	                                      TaiViet.pl TaiXuanJ.pl 
	                                      Tamil.pl Telugu.pl 
	                                      Thaana.pl Thai.pl 
	                                      Tibetan.pl Tifinagh.pl 
	                                      Ugaritic.pl UnifiedC.pl 
	                                      Vai.pl Variati2.pl 
	                                      Variatio.pl VedicExt.pl 
	                                      Vertical.pl YiRadica.pl 
	                                      YiSyllab.pl YijingHe.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CE: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CI: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWCF: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWCM: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWKCF: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWL: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWT: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CWU: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Cased: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Ccc: 10.pl 103.pl 107.pl 11.pl 
	                                      118.pl 12.pl 122.pl 129.pl 
	                                      13.pl 130.pl 132.pl 14.pl 
	                                      15.pl 16.pl 17.pl 18.pl 
	                                      19.pl 20.pl 21.pl 22.pl 
	                                      23.pl 24.pl 25.pl 26.pl 
	                                      27.pl 28.pl 29.pl 30.pl 
	                                      31.pl 32.pl 33.pl 34.pl 
	                                      35.pl 36.pl 84.pl 91.pl 
	                                      A.pl AL.pl AR.pl ATA.pl 
	                                      ATAR.pl ATB.pl ATBL.pl 
	                                      B.pl BL.pl BR.pl DA.pl 
	                                      DB.pl IS.pl KV.pl L.pl 
	                                      NK.pl NR.pl OV.pl R.pl 
	                                      VR.pl 
	gnu/usr.bin/perl/lib/unicore/lib/CompEx: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/DI: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Dash: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Dep: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Dia: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Dt: Com.pl Enc.pl Fin.pl 
	                                     Font.pl Fra.pl Init.pl 
	                                     Iso.pl Med.pl Nar.pl Nb.pl 
	                                     NonCanon.pl None.pl Sml.pl 
	                                     Sqr.pl Sub.pl Sup.pl 
	                                     Vert.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Ea: A.pl F.pl H.pl N.pl Na.pl 
	                                     W.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Ext: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl CR.pl EX.pl L.pl 
	                                      LF.pl LV.pl LVT.pl PP.pl 
	                                      SM.pl T.pl V.pl XX.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Gc: C.pl Cc.pl Cf.pl Cn.pl 
	                                     Co.pl Cs.pl L.pl LC.pl 
	                                     Ll.pl Lm.pl Lo.pl Lt.pl 
	                                     Lu.pl M.pl Mc.pl Me.pl 
	                                     Mn.pl N.pl Nl.pl No.pl P.pl 
	                                     Pd.pl Pe.pl Pf.pl Pi.pl 
	                                     Po.pl Ps.pl S.pl Sc.pl 
	                                     Sk.pl Sm.pl So.pl Z.pl 
	                                     Zl.pl Zp.pl Zs.pl 
	gnu/usr.bin/perl/lib/unicore/lib/GrBase: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/GrExt: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Hex: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Hyphen: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/IDC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/IDS: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/IDSB: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/IDST: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Ideo: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/In: 2_0.pl 2_1.pl 3_0.pl 3_1.pl 
	                                     3_2.pl 4_0.pl 4_1.pl 5_0.pl 
	                                     5_1.pl 5_2.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Jg: Ain.pl Alaph.pl Alef.pl 
	                                     Beh.pl Beth.pl Burushas.pl 
	                                     Dal.pl DalathRi.pl E.pl 
	                                     FarsiYeh.pl Fe.pl Feh.pl 
	                                     FinalSem.pl Gaf.pl Gamal.pl 
	                                     Hah.pl HamzaOnH.pl He.pl 
	                                     Heh.pl HehGoal.pl Heth.pl 
	                                     Kaf.pl Kaph.pl Khaph.pl 
	                                     KnottedH.pl Lam.pl 
	                                     Lamadh.pl Meem.pl Mim.pl 
	                                     NoJoinin.pl Noon.pl Nun.pl 
	                                     Nya.pl Pe.pl Qaf.pl Qaph.pl 
	                                     Reh.pl Reversed.pl Sad.pl 
	                                     Sadhe.pl Seen.pl Semkath.pl 
	                                     Shin.pl SwashKaf.pl 
	                                     SyriacWa.pl Tah.pl Taw.pl 
	                                     TehMarbu.pl Teth.pl Waw.pl 
	                                     Yeh.pl YehBarre.pl 
	                                     YehWithT.pl Yudh.pl 
	                                     YudhHe.pl Zain.pl Zhain.pl 
	gnu/usr.bin/perl/lib/unicore/lib/JoinC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Jt: C.pl D.pl R.pl T.pl U.pl 
	gnu/usr.bin/perl/lib/unicore/lib/LOE: N.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Lb: AI.pl AL.pl B2.pl BA.pl 
	                                     BB.pl BK.pl CB.pl CL.pl 
	                                     CM.pl CP.pl EX.pl GL.pl 
	                                     HY.pl ID.pl IN.pl IS.pl 
	                                     NL.pl NS.pl NU.pl OP.pl 
	                                     PO.pl PR.pl QU.pl SA.pl 
	                                     SG.pl SP.pl SY.pl WJ.pl 
	                                     XX.pl ZW.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Lower: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Math: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/NChar: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/NFCQC: Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/NFDQC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: M.pl N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: N.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Nt: De.pl Di.pl Nu.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Nv: 0.pl 1.pl 10.pl 100.pl 
	                                     1000.pl 10000.pl 100000.pl 
	                                     10000000.pl 10000002.pl 
	                                     11.pl 11_2.pl 12.pl 13.pl 
	                                     13_2.pl 14.pl 15.pl 15_2.pl 
	                                     16.pl 17.pl 17_2.pl 18.pl 
	                                     19.pl 1_10.pl 1_16.pl 
	                                     1_2.pl 1_3.pl 1_4.pl 1_5.pl 
	                                     1_6.pl 1_7.pl 1_8.pl 1_9.pl 
	                                     2.pl 20.pl 200.pl 2000.pl 
	                                     20000.pl 21.pl 22.pl 23.pl 
	                                     24.pl 25.pl 26.pl 27.pl 
	                                     28.pl 29.pl 2_3.pl 2_5.pl 
	                                     3.pl 30.pl 300.pl 3000.pl 
	                                     30000.pl 31.pl 32.pl 33.pl 
	                                     34.pl 35.pl 36.pl 37.pl 
	                                     38.pl 39.pl 3_16.pl 3_2.pl 
	                                     3_4.pl 3_5.pl 3_8.pl 4.pl 
	                                     40.pl 400.pl 4000.pl 
	                                     40000.pl 41.pl 42.pl 43.pl 
	                                     44.pl 45.pl 46.pl 47.pl 
	                                     48.pl 49.pl 4_5.pl 5.pl 
	                                     50.pl 500.pl 5000.pl 
	                                     50000.pl 5_2.pl 5_6.pl 
	                                     5_8.pl 6.pl 60.pl 600.pl 
	                                     6000.pl 60000.pl 7.pl 70.pl 
	                                     700.pl 7000.pl 70000.pl 
	                                     7_2.pl 7_8.pl 8.pl 80.pl 
	                                     800.pl 8000.pl 80000.pl 
	                                     9.pl 90.pl 900.pl 9000.pl 
	                                     90000.pl 9_2.pl NaN.pl 
	                                     _1_2.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OAlpha: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/ODI: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OGrExt: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OIDC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OIDS: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OLower: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OMath: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/OUpper: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/PatSyn: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/PatWS: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Perl: Alnum.pl Any.pl 
	                                       Assigned.pl Blank.pl 
	                                       Graph.pl PerlSpac.pl 
	                                       PerlWord.pl PosixAln.pl 
	                                       PosixAlp.pl PosixBla.pl 
	                                       PosixCnt.pl PosixDig.pl 
	                                       PosixGra.pl PosixLow.pl 
	                                       PosixPri.pl PosixPun.pl 
	                                       PosixSpa.pl PosixUpp.pl 
	                                       Print.pl SpacePer.pl 
	                                       VertSpac.pl Word.pl 
	                                       _XBegin.pl _XExtend.pl 
	                                       _XLVLVTV.pl 
	gnu/usr.bin/perl/lib/unicore/lib/QMark: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Radical: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/SB: AT.pl CL.pl EX.pl FO.pl 
	                                     LE.pl LO.pl SC.pl SE.pl 
	                                     ST.pl Sp.pl UP.pl XX.pl 
	gnu/usr.bin/perl/lib/unicore/lib/SD: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/STerm: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Armi.pl Armn.pl 
	                                     Avst.pl Bali.pl Bamu.pl 
	                                     Beng.pl Bopo.pl Bugi.pl 
	                                     Buhd.pl Cans.pl Cari.pl 
	                                     Cham.pl Cher.pl Copt.pl 
	                                     Cprt.pl Cyrl.pl Deva.pl 
	                                     Egyp.pl Ethi.pl Geor.pl 
	                                     Glag.pl Goth.pl Grek.pl 
	                                     Gujr.pl Guru.pl Han.pl 
	                                     Hang.pl Hano.pl Hebr.pl 
	                                     Hira.pl Ital.pl Java.pl 
	                                     Kana.pl Khar.pl Khmr.pl 
	                                     Knda.pl Kthi.pl Lana.pl 
	                                     Lao.pl Latn.pl Lepc.pl 
	                                     Limb.pl Linb.pl Lyci.pl 
	                                     Lydi.pl Mlym.pl Mong.pl 
	                                     Mtei.pl Mymr.pl Nko.pl 
	                                     Ogam.pl Orkh.pl Orya.pl 
	                                     Osma.pl Phag.pl Phli.pl 
	                                     Phnx.pl Prti.pl Rjng.pl 
	                                     Runr.pl Samr.pl Saur.pl 
	                                     Sinh.pl Sund.pl Sylo.pl 
	                                     Syrc.pl Tagb.pl Tale.pl 
	                                     Talu.pl Taml.pl Tavt.pl 
	                                     Telu.pl Tfng.pl Tglg.pl 
	                                     Thaa.pl Thai.pl Tibt.pl 
	                                     Ugar.pl Vai.pl Xpeo.pl 
	                                     Xsux.pl Yi.pl Zinh.pl 
	                                     Zyyy.pl Zzzz.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Space: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Term: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/UIdeo: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/Upper: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/VS: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl FO.pl KA.pl LE.pl 
	                                     MB.pl ML.pl MN.pl NL.pl 
	                                     NU.pl XX.pl 
	gnu/usr.bin/perl/lib/unicore/lib/XIDC: N.pl Y.pl 
	gnu/usr.bin/perl/lib/unicore/lib/XIDS: N.pl Y.pl 
Removed files:
	gnu/usr.bin/perl/lib/unicore: Canonical.pl Exact.pl PVA.pl 
	                              Properties 
	gnu/usr.bin/perl/lib/unicore/lib/bc: AL.pl AN.pl B.pl BN.pl 
	                                     CS.pl EN.pl ES.pl ET.pl 
	                                     L.pl LRE.pl LRO.pl NSM.pl 
	                                     ON.pl PDF.pl R.pl RLE.pl 
	                                     RLO.pl S.pl WS.pl 
	gnu/usr.bin/perl/lib/unicore/lib/ccc: A.pl AL.pl AR.pl ATA.pl 
	                                      ATAR.pl ATB.pl ATBL.pl 
	                                      B.pl BL.pl BR.pl DA.pl 
	                                      DB.pl IS.pl KV.pl L.pl 
	                                      NK.pl NR.pl OV.pl R.pl 
	                                      VR.pl 
	gnu/usr.bin/perl/lib/unicore/lib/dt: Can.pl Com.pl Enc.pl Fin.pl 
	                                     Font.pl Fra.pl Init.pl 
	                                     Iso.pl Med.pl Nar.pl Nb.pl 
	                                     Sml.pl Sqr.pl Sub.pl Sup.pl 
	                                     Vert.pl Wide.pl 
	gnu/usr.bin/perl/lib/unicore/lib/ea: A.pl F.pl H.pl N.pl Na.pl 
	                                     W.pl 
	gnu/usr.bin/perl/lib/unicore/lib/gc_sc: AHex.pl ASCII.pl 
	                                        Alnum.pl Alpha.pl 
	                                        Alphabet.pl Any.pl 
	                                        Arab.pl Armn.pl 
	                                        AsciiHex.pl Assigned.pl 
	                                        Avst.pl Bali.pl Bamu.pl 
	                                        Beng.pl BidiC.pl 
	                                        BidiCont.pl Blank.pl 
	                                        Bopo.pl Brai.pl Bugi.pl 
	                                        Buhd.pl C.pl Canadian.pl 
	                                        Cari.pl Cc.pl Cf.pl 
	                                        Cham.pl Cher.pl Cn.pl 
	                                        Cntrl.pl Co.pl Copt.pl 
	                                        Cprt.pl Cs.pl Cyrl.pl 
	                                        Dash.pl Dash2.pl 
	                                        DefaultI.pl Dep.pl 
	                                        Deprecat.pl Deva.pl 
	                                        Dia.pl Diacriti.pl 
	                                        Digit.pl Dsrt.pl 
	                                        Egyptian.pl Ethi.pl 
	                                        Ext.pl Extender.pl 
	                                        Geor.pl Glag.pl Goth.pl 
	                                        Graph.pl Grek.pl Gujr.pl 
	                                        Guru.pl Hang.pl Hani.pl 
	                                        Hano.pl Hebr.pl Hex.pl 
	                                        HexDigit.pl Hira.pl 
	                                        HorizSpa.pl Hyphen.pl 
	                                        Hyphen2.pl IDSB.pl 
	                                        IDST.pl IdContin.pl 
	                                        IdStart.pl Ideo.pl 
	                                        Ideograp.pl IdsBinar.pl 
	                                        IdsTrina.pl Imperial.pl 
	                                        InAegean.pl InAlphab.pl 
	                                        InAncie2.pl InAncie3.pl 
	                                        InAncien.pl InArabi2.pl 
	                                        InArabi3.pl InArabi4.pl 
	                                        InArabic.pl InArmeni.pl 
	                                        InArrows.pl InAvesta.pl 
	                                        InBaline.pl InBamum.pl 
	                                        InBasicL.pl InBengal.pl 
	                                        InBlockE.pl InBopom2.pl 
	                                        InBopomo.pl InBoxDra.pl 
	                                        InBraill.pl InBugine.pl 
	                                        InBuhid.pl InByzant.pl 
	                                        InCarian.pl InCham.pl 
	                                        InCherok.pl InCjkCo2.pl 
	                                        InCjkCo3.pl InCjkCo4.pl 
	                                        InCjkCom.pl InCjkRad.pl 
	                                        InCjkStr.pl InCjkSym.pl 
	                                        InCjkUn2.pl InCjkUn3.pl 
	                                        InCjkUn4.pl InCjkUni.pl 
	                                        InCombi2.pl InCombi3.pl 
	                                        InCombi4.pl InCombin.pl 
	                                        InCommon.pl InContro.pl 
	                                        InCoptic.pl InCounti.pl 
	                                        InCunei2.pl InCuneif.pl 
	                                        InCurren.pl InCyprio.pl 
	                                        InCyril2.pl InCyril3.pl 
	                                        InCyril4.pl InCyrill.pl 
	                                        InDesere.pl InDevan2.pl 
	                                        InDevana.pl InDingba.pl 
	                                        InDomino.pl InEgypti.pl 
	                                        InEnclo2.pl InEnclo3.pl 
	                                        InEnclo4.pl InEnclos.pl 
	                                        InEthio2.pl InEthio3.pl 
	                                        InEthiop.pl InGenera.pl 
	                                        InGeomet.pl InGeorg2.pl 
	                                        InGeorgi.pl InGlagol.pl 
	                                        InGothic.pl InGreekA.pl 
	                                        InGreekE.pl InGujara.pl 
	                                        InGurmuk.pl InHalfwi.pl 
	                                        InHangu2.pl InHangu3.pl 
	                                        InHangu4.pl InHangu5.pl 
	                                        InHangul.pl InHanuno.pl 
	                                        InHebrew.pl InHighPr.pl 
	                                        InHighSu.pl InHiraga.pl 
	                                        InIdeogr.pl InImperi.pl 
	                                        InInscr2.pl InInscri.pl 
	                                        InIpaExt.pl InJavane.pl 
	                                        InKaithi.pl InKanbun.pl 
	                                        InKangxi.pl InKannad.pl 
	                                        InKatak2.pl InKataka.pl 
	                                        InKayahL.pl InKharos.pl 
	                                        InKhmer.pl InKhmerS.pl 
	                                        InLao.pl InLatin1.pl 
	                                        InLatin2.pl InLatin3.pl 
	                                        InLatin4.pl InLatin5.pl 
	                                        InLatinE.pl InLepcha.pl 
	                                        InLetter.pl InLimbu.pl 
	                                        InLinea2.pl InLinear.pl 
	                                        InLisu.pl InLowSur.pl 
	                                        InLycian.pl InLydian.pl 
	                                        InMahjon.pl InMalaya.pl 
	                                        InMathe2.pl InMathem.pl 
	                                        InMeetei.pl InMisce2.pl 
	                                        InMisce3.pl InMisce4.pl 
	                                        InMisce5.pl InMiscel.pl 
	                                        InModifi.pl InMongol.pl 
	                                        InMusica.pl InMyanm2.pl 
	                                        InMyanma.pl InNewTai.pl 
	                                        InNko.pl InNumber.pl 
	                                        InOgham.pl InOlChik.pl 
	                                        InOldIta.pl InOldPer.pl 
	                                        InOldSou.pl InOldTur.pl 
	                                        InOptica.pl InOriya.pl 
	                                        InOsmany.pl InPhagsP.pl 
	                                        InPhaist.pl InPhoeni.pl 
	                                        InPhone2.pl InPhonet.pl 
	                                        InPrivat.pl InRejang.pl 
	                                        InRumiNu.pl InRunic.pl 
	                                        InSamari.pl InSauras.pl 
	                                        InShavia.pl InSinhal.pl 
	                                        InSmallF.pl InSpacin.pl 
	                                        InSpecia.pl InSundan.pl 
	                                        InSupers.pl InSuppl2.pl 
	                                        InSuppl3.pl InSuppl4.pl 
	                                        InSuppl5.pl InSuppl6.pl 
	                                        InSupple.pl InSyloti.pl 
	                                        InSyriac.pl InTagalo.pl 
	                                        InTagban.pl InTags.pl 
	                                        InTaiLe.pl InTaiTha.pl 
	                                        InTaiVie.pl InTaiXua.pl 
	                                        InTamil.pl InTelugu.pl 
	                                        InThaana.pl InThai.pl 
	                                        InTibeta.pl InTifina.pl 
	                                        InUgarit.pl InUnifi2.pl 
	                                        InUnifie.pl InVai.pl 
	                                        InVaria2.pl InVariat.pl 
	                                        InVedicE.pl InVertic.pl 
	                                        InYiRadi.pl InYiSyll.pl 
	                                        InYijing.pl Inscrip2.pl 
	                                        Inscript.pl Java.pl 
	                                        JoinC.pl JoinCont.pl 
	                                        Kana.pl KayahLi.pl 
	                                        Khar.pl Khmr.pl Knda.pl 
	                                        Kthi.pl L.pl LC.pl 
	                                        LOE.pl Laoo.pl Latn.pl 
	                                        Lepc.pl Limb.pl 
	                                        LinearB.pl Lisu.pl Ll.pl 
	                                        Lm.pl Lo.pl LogicalO.pl 
	                                        Lower.pl Lowercas.pl 
	                                        Lt.pl Lu.pl Lyci.pl 
	                                        Lydi.pl M.pl Math.pl 
	                                        Mc.pl Me.pl MeeteiMa.pl 
	                                        Mlym.pl Mn.pl Mong.pl 
	                                        Mymr.pl N.pl NChar.pl 
	                                        Nd.pl NewTaiLu.pl 
	                                        Nkoo.pl Nl.pl No.pl 
	                                        Nonchara.pl OAlpha.pl 
	                                        ODI.pl OGrExt.pl OIDC.pl 
	                                        OIDS.pl OLower.pl 
	                                        OMath.pl OUpper.pl 
	                                        Ogam.pl OlChiki.pl 
	                                        OldItali.pl OldPersi.pl 
	                                        OldSouth.pl OldTurki.pl 
	                                        Orya.pl Osma.pl 
	                                        OtherAlp.pl OtherDef.pl 
	                                        OtherGra.pl OtherIdC.pl 
	                                        OtherIdS.pl OtherLow.pl 
	                                        OtherMat.pl OtherUpp.pl 
	                                        P.pl PatSyn.pl PatWS.pl 
	                                        PatternS.pl PatternW.pl 
	                                        Pc.pl Pd.pl Pe.pl 
	                                        PerlSpac.pl PerlWord.pl 
	                                        Pf.pl PhagsPa.pl Phnx.pl 
	                                        Pi.pl Po.pl PosixAln.pl 
	                                        PosixAlp.pl PosixBla.pl 
	                                        PosixCnt.pl PosixDig.pl 
	                                        PosixGra.pl PosixLow.pl 
	                                        PosixPri.pl PosixPun.pl 
	                                        PosixSpa.pl PosixUpp.pl 
	                                        Print.pl Ps.pl Punct.pl 
	                                        QMark.pl Quotatio.pl 
	                                        Radical.pl Radical2.pl 
	                                        Rjng.pl Runr.pl S.pl 
	                                        SD.pl STerm.pl Samr.pl 
	                                        Saur.pl Sc.pl Shaw.pl 
	                                        Sinh.pl Sk.pl Sm.pl 
	                                        So.pl SoftDott.pl 
	                                        Space.pl SpacePer.pl 
	                                        Sterm2.pl Sund.pl 
	                                        SylotiNa.pl Syrc.pl 
	                                        Tagb.pl TaiLe.pl 
	                                        TaiTham.pl TaiViet.pl 
	                                        Taml.pl Telu.pl Term.pl 
	                                        Terminal.pl Tfng.pl 
	                                        Tglg.pl Thaa.pl Thai.pl 
	                                        Tibt.pl Title.pl 
	                                        UIdeo.pl Ugar.pl 
	                                        UnifiedI.pl Upper.pl 
	                                        Uppercas.pl VS.pl 
	                                        Vaii.pl Variatio.pl 
	                                        VertSpac.pl WSpace.pl 
	                                        WhiteSpa.pl Word.pl 
	                                        XDigit.pl Xsux.pl 
	                                        Yiii.pl Z.pl Zinh.pl 
	                                        Zl.pl Zp.pl Zs.pl 
	                                        Zyyy.pl _CanonDC.pl 
	                                        _CaseIgn.pl _CombAbo.pl 
	gnu/usr.bin/perl/lib/unicore/lib/hst: L.pl LV.pl LVT.pl T.pl 
	                                      V.pl 
	gnu/usr.bin/perl/lib/unicore/lib/jt: C.pl D.pl R.pl U.pl 
	gnu/usr.bin/perl/lib/unicore/lib/lb: AI.pl AL.pl B2.pl BA.pl 
	                                     BB.pl BK.pl CB.pl CL.pl 
	                                     CM.pl CP.pl CR.pl EX.pl 
	                                     GL.pl H2.pl H3.pl HY.pl 
	                                     ID.pl IN.pl IS.pl JL.pl 
	                                     JT.pl JV.pl LF.pl NL.pl 
	                                     NS.pl NU.pl OP.pl PO.pl 
	                                     PR.pl QU.pl SA.pl SG.pl 
	                                     SP.pl SY.pl WJ.pl XX.pl 
	                                     ZW.pl 
	gnu/usr.bin/perl/lib/unicore/lib/nt: De.pl Di.pl Nu.pl 

Log message:
Regenerate unicore files; previous checkin was from the wrong version
of mktables.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 11:32:52

ports/devel/py-gobject/patches

Update of /cvs/ports/devel/py-gobject/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26044/patches

Log Message:
Directory /cvs/ports/devel/py-gobject/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/09/29 11:42:42

Modified files:
	gnu/usr.bin/perl: MANIFEST 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/29 12:00:19

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
It is not allowed to recalculate the window scale after the initial SYN.
A session must stick to the rscale factor sent out in the SYN packet.
Remove the bogus tcp_rscale() call which is done after a full established
session is returned from the syncache.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/09/29 12:04:33

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
Band-aid to prevent uvm_mapent_alloc() sleeping with the pseg mutex held
(as this trips assertwaitok() in pool_get()).

This should get revisited soon.

"Commit it!" from many, as people like to be able to hit swap
without havoc.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/09/29 12:14:52

Modified files:
	usr.bin/cvs    : client.c cvs.h update.c 

Log message:
Support for update -C, from zinovik.

ok tobias xsa


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 12:45:49

Modified files:
	education/gamgi: Makefile distinfo 
	education/gamgi/patches: patch-src-make_rules 
	education/gamgi/pkg: PLIST 

Log message:
- update gamgi to 0.14.10
with a patch from antoine to unbreak it with the upcoming gtk update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/29 13:39:18

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
The attach function can return 1 now because there is no more priority
scheme relating to pmsi.
from alexandr.shadchin@gmail.com


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/29 13:42:11

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
Initialize the ts_recent (received timestamp) field in the newly created
socket from the information we have in the syncache. Also bzero() the
tcpcb that is passed to tcp_dooptions() just to be sure.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/29 13:45:34

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
grab the acpi thread lock very early in acpi thread startup; not that it
is likely that anyone will race us... but why be careless.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/29 14:00:51

Modified files:
	sys/net80211   : ieee80211_ioctl.c 

Log message:
In the implementation of the SIOCS80211DELNODE ioctl, call
ieee80211_node_leave() instead of ieee80211_release_node() which screws
up reference counting and leads to use after free problems elsewhere in the
code.  Since ieee80211_node_leave() is only available if hostap support is
compiled in, don't privide the SIOCS80211DELNODE ioctl if we're compiling
without hostap support (e.g. on ramdisks).

ok deraadt@, damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/09/29 14:06:38

Modified files:
	sys/dev/usb    : ehci.c ehcivar.h usb_mem.c usb_mem.h 

Log message:
Add DMA sync operations.  Fixes problems on macppc with gcc4 because
apparently it reorders stores in a bad way.  Mostly from NetBSD.

earlier diff tested by landry@ (who noticed the problems on macppc)
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 14:25:14

Modified files:
	x11/gnome/metacity: Makefile 
	x11/gnome/metacity/pkg: PLIST 
Removed files:
	x11/gnome/metacity/pkg: PFRAG.shared 

Log message:
- merge PFRAG.share into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/29 14:35:39

Modified files:
	audio/espeak   : Makefile 

Log message:
- cp(1) the file at a better moment


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/29 14:55:39

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-SQL_mysql_update_sql 
	                            patch-config_main_inc_php_dist 
	                            patch-program_include_main_inc 
	mail/roundcubemail/pkg: PLIST 

Log message:
update roundcube to 0.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/09/29 15:26:49

Modified files:
	devel/ruby-cucumber: Makefile distinfo 

Log message:
Missed the modified checksum for the distfile

Only metadata changes in the distfile, but the package is affected,
so bump.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/29 15:53:40

Modified files:
	net/p5-Net-SNMP: Makefile distinfo 

Log message:
update to 6.0.1; fixes perl 5.12 deprecation warnings (especially noticable
if you run mrtg from cron).  drop jcs@ as maintainer as per his request.

ok jcs@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2010/09/29 16:15:54

Modified files:
	sys/net        : pipex.c 

Log message:
pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the
GRE message.  But when npppd send a ack-only GRE message, the message
will be only 12 bytes, so the m_pullup() will fail.  call m_pullup()
with proper length.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/29 16:48:35

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/09/29 23:54:24

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 00:53:31

ports/x11/gtk-chtheme/patches

Update of /cvs/ports/x11/gtk-chtheme/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11653/patches

Log Message:
Directory /cvs/ports/x11/gtk-chtheme/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2010/09/30 01:14:02

Modified files:
	sys/net        : pf_table.c 

Log message:
Convert printf()'s to DPFDEBUG() macro.

ok dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:15:36

Log message:
    Import gdk-pixbuf-2.22.0
    
    The Gdk Pixbuf library provides:
    * Image loading and saving facilities
    * Fast scaling and compositing of pixbufs
    * Simple animation loading (ie. animated GIFs)
    
    This library was moved out of gtk+2... wantlib fun is starting...
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100930
    
    N ports/graphics/gdk-pixbuf2/distinfo
    N ports/graphics/gdk-pixbuf2/Makefile
    N ports/graphics/gdk-pixbuf2/pkg/DESCR
    N ports/graphics/gdk-pixbuf2/pkg/PLIST
    N ports/graphics/gdk-pixbuf2/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:16:32

Modified files:
	graphics       : Makefile 

Log message:
+gdk-pixbuf2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:17:19

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/patches: patch-configure 
	                     patch-docs_reference_glib_Makefile_in 
	                     patch-gio_gunixmount_c 
	                     patch-gio_gunixmounts_c 
	                     patch-gio_tests_memory-output-stream_c 
	                     patch-glib_Makefile_in 
	                     patch-glib_gbacktrace_c 
	                     patch-glib_gmacros_h patch-glib_gprintf_c 
	                     patch-glib_grand_c patch-glib_gstrfuncs_c 
	                     patch-gobject_Makefile_in 
	                     patch-tests_Makefile_in 
	                     patch-tests_refcount_Makefile_in 
	devel/glib2/pkg: PLIST-docs PLIST-main 
Added files:
	devel/glib2/patches: patch-gio_gnetworkingprivate_h 
	                     patch-m4macros_gsettings_m4 

Log message:
*** HEADS UP!

Major update to glib2-2.26.0.
This starts a flood commit of several big updates (gtk+2 and GNOME 2.32).

Please note that there will be some WANTLIB/DEPENDS breakage probably,
this went into several bulks but it's impossible to catch everything.
Any gtk+2/glib2 related build failures, please talk to me or jasper@

The ports tree is expected to be in a unconsistent state for a couple of
days to give us time to fix everything we didn't spot or any runtime
issue with the latest GNOME.
We do this now so that we have packages with all the latest major bumped
libraries at p2k10.

Thanks to landry@ and his zomg!cluster for the bulks and reports.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:18:16

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/patches: patch-configure patch-gtk_Makefile_in 
	x11/gtk+2/pkg  : PLIST-cups PLIST-docs PLIST-main 
Removed files:
	x11/gtk+2/patches: patch-demos_Makefile_in 
	                   patch-gdk-pixbuf_Makefile_in 
	                   patch-gdk-pixbuf_gdk-pixbuf-io_c 
	                   patch-gtk_gtkrc_c 
	                   patch-modules_input_Makefile_in 

Log message:
Major update to gtk+2-2.22.0.
Take maintainership.
gdk-pixbuf is now a separate library.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:21:21

Modified files:
	cad/xnecview   : Makefile 
	cad/geda-gaf   : Makefile 
	devel/asp2php  : Makefile 
	devel/eclipse/sdk: Makefile 
	devel/geany    : Makefile 
	devel/libglademm: Makefile 
	devel/libunique: Makefile 
	devel/vte      : Makefile 
	devel/ethos    : Makefile 
	devel/gtkparasite: Makefile 
	editors/beaver : Makefile 
	editors/leafpad: Makefile 
	editors/openoffice3: Makefile 
	editors/scite  : Makefile 
	editors/tea    : Makefile 
	editors/vim    : Makefile 
	emulators/BasiliskII: Makefile 
	emulators/fuse : Makefile 
	emulators/snes9x: Makefile 
	games/belooted : Makefile 
	games/circuit  : Makefile 
	games/corewars : Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 
	games/dopewars : Makefile 
	games/eboard   : Makefile 
	games/freeciv  : Makefile 
	games/gtkballs : Makefile 
	games/gargoyle : Makefile 
	games/xscorch  : Makefile 
	games/gnome-mastermind: Makefile 
	games/xcowsay  : Makefile 
	geo/osm-gps-map: Makefile 
	graphics/dia   : Makefile 
	graphics/goocanvas: Makefile 
	graphics/gpicview: Makefile 
	graphics/gqview: Makefile 
	graphics/gtkam : Makefile 
	graphics/zbar  : Makefile 
	graphics/libexif-gtk: Makefile 
	graphics/qiv   : Makefile 
	graphics/sane-frontends: Makefile 
	graphics/xsane : Makefile 
	graphics/xzgv  : Makefile 
	graphics/gtkimageview: Makefile 
	graphics/pigment: Makefile 
	lang/kaffe     : Makefile 
	mail/claws-mail: Makefile 
	mail/claws-mail-htmlviewer: Makefile 
	mail/claws-mail-rssyl: Makefile 
	mail/claws-mail-vcalendar: Makefile 
	mail/claws-mail-attremover: Makefile 
	mail/sylpheed  : Makefile 
	math/calcoo    : Makefile 
	math/graphviz  : Makefile 
	math/grpn      : Makefile 
	misc/logjam    : Makefile 
	misc/wmtimer   : Makefile 
	misc/xcdroast  : Makefile 
	multimedia/avidemux: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/pspvc: Makefile 
	net/ettercap   : Makefile 
	net/gftp       : Makefile 
	net/gmudix     : Makefile 
	net/mbrowse    : Makefile 
	net/olsrd      : Makefile 
	net/pavuk      : Makefile 
	net/spectrum-tools: Makefile 
	net/transmission: Makefile 
	net/unison     : Makefile.inc 
	print/lss      : Makefile 
	productivity/grisbi: Makefile 
	productivity/homebank: Makefile 
	productivity/osmo: Makefile 
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/ktsuss: Makefile 
	telephony/iaxclient: Makefile 
	textproc/gtkspell: Makefile 
	www/bluefish   : Makefile 
	www/minimo     : Makefile 
	www/w3m        : Makefile 
	www/vteplugin  : Makefile 
	x11/gtk2mm     : Makefile 
	net/unison/snapshot: Makefile 
	net/unison/stable: Makefile 
	audio/libgpod  : Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
Fix DEPENDS after gtk+2 and gdk-pixbuf split.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:23:47

Modified files:
	x11/compiz/core/patches: 
	                         patch-gtk_window-decorator_gtk-window-decorator_c 
	x11/gentoo/patches: patch-src_odmultibutton_c 
	x11/gnome/librsvg: Makefile 
	x11/gnome/librsvg/pkg: PLIST 
	x11/trayer     : Makefile 
	x11/wmmenu     : Makefile 
Added files:
	x11/devilspie/patches: patch-src_Makefile_in 
	x11/gbdfed/patches: patch-Makefile_in 
	x11/gtk-chtheme/patches: patch-Makefile 
	x11/gtkdatabox/patches: patch-examples_Makefile_in 

Log message:
Fix build with new GTK+2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:25:57

Modified files:
	graphics/clutter/clutter-box2d: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/core: Makefile 

Log message:
- fix build after gdk-pixbuf2 split


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:26:05

Modified files:
	graphics/gfract: Makefile 
	graphics/gfract/patches: patch-Makefile 
	inputmethods/ibus: Makefile 
	inputmethods/ibus/pkg: PLIST 
	www/kazehakase/patches: patch-configure 
	multimedia/libquicktime/patches: patch-configure 
	www/netsurf/browser: Makefile 
	www/netsurf/browser/patches: patch-Makefile 
	inputmethods/scim: Makefile 
	inputmethods/scim/pkg: PLIST 
	emulators/sdlmess: Makefile 
Added files:
	emulators/sdlmess/patches: patch-src_osd_sdl_sdl_mak 
	graphics/ufraw/patches: patch-configure 

Log message:
Fix build with new GTK+2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:26:56

Modified files:
	x11/polkit-qt4 : Makefile distinfo 

Log message:
Make this build with the new GLIB2 by updating to polkit-qt4-0.96.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:27:36

Added files:
	games/xscorch/patches: patch-sgtk_sgtk_h 

Log message:
Missed in previous, fix build with newer GTK+2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/30 01:27:49

Modified files:
	.              : INDEX 

Log message:
sync; 6471 unzels, +2006 -2024


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:28:29

Modified files:
	inputmethods/uim: Makefile 
	inputmethods/uim/pkg: PLIST-gtk 

Log message:
Missed that one too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:29:03

Modified files:
	x11/py-gtk2    : Makefile distinfo 
	x11/py-gtk2/pkg: PLIST 

Log message:
Update to py-gtk2-2.22.0, following the gtk+2 update.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:30:44

Modified files:
	devel/py-gobject: Makefile distinfo 
	devel/py-gobject/pkg: PLIST 
Added files:
	devel/py-gobject/patches: patch-glib_glibmodule_c 

Log message:
- update py-gobject to 2.26.0
- remove unneeded XXX
- explicitly disable introspection support for now
- add a patch from upstream to use compat functions for string handling

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:30:47

Modified files:
	devel/ORBit2   : Makefile distinfo 

Log message:
Update to ORBit2-2.14.19.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:31:06

Modified files:
	x11/gnome/bug-buddy: Makefile distinfo 
	x11/gnome/bug-buddy/pkg: PFRAG.shared PLIST 
Removed files:
	x11/gnome/bug-buddy/patches: 
	                             patch-gnome-breakpad_gnome-breakpad_cc 

Log message:
Update to bug-buddy-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:31:30

Modified files:
	www/epiphany-extensions: Makefile distinfo 

Log message:
Update to epiphany-extensions-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:31:36

Modified files:
	geo/libchamplain/core: Makefile distinfo 
	geo/libchamplain/core/pkg: PLIST 

Log message:
- update libchamplain to 0.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:31:45

Modified files:
	geo/libchamplain: Makefile.inc 

Log message:
- missed this..


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:32:09

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: 
	                                         patch-camel_camel-block-file_h 
	                                         patch-configure_ac 
	databases/evolution-data-server/pkg: PLIST 
Added files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-addressbook_backends_vcf_e-book-backend-vcf_c 
	                                         patch-calendar_libedata-cal_Makefile_in 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-sexp_c 
	                                         patch-calendar_libedata-cal_test-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-m4_evo_pthread_check_m4 

Log message:
Update to evolution-data-server-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:32:30

Modified files:
	devel/gconf-editor: Makefile distinfo 
	devel/gconf-editor/pkg: PLIST 

Log message:
Update to gconf-editor-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:32:49

Modified files:
	devel/gconf2   : Makefile distinfo 
	devel/gconf2/patches: patch-defaults_Makefile_in 
	                      patch-gconf_Makefile_in 
	                      patch-gconf_gconf-client_c 
	                      patch-gconf_gconfd_c 
	devel/gconf2/pkg: PFRAG.shared-main PLIST-main 

Log message:
Update to gconf2-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:32:54

Modified files:
	geo/gpx-viewer : Makefile distinfo 
	geo/gpx-viewer/patches: patch-src_gpx-parser_c 
	geo/gpx-viewer/pkg: PLIST 
Added files:
	geo/gpx-viewer/patches: patch-configure_ac 
Removed files:
	geo/gpx-viewer/patches: patch-configure patch-src_gpx-viewer_c 

Log message:
- update gpx-viewer to 0.2.0
- add ugly hack to make it build, as upstream doesn't build their own releases

it's slightly broken at runtime, this will be dealt with soon.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:33:16

Modified files:
	x11/gnome/applets2: Makefile distinfo 
	x11/gnome/applets2/patches: patch-Makefile_in patch-configure 
	                            patch-invest-applet_invest_invest-applet_py 
	                            patch-stickynotes_stickynotes_ui 
	x11/gnome/applets2/pkg: PLIST-battstat PLIST-main 

Log message:
Update to gnome-applets2-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:33:38

Modified files:
	geo/emerillon  : Makefile distinfo 
	geo/emerillon/pkg: PLIST 
Added files:
	geo/emerillon/patches: patch-bindings_vala_emerillon_deps 
	                       patch-configure_ac 
	                       patch-data_emerillon_pc_in 
	                       patch-emerillon_Makefile_in 
Removed files:
	geo/emerillon/patches: patch-configure patch-emerillon_sidebar_c 
	                       patch-emerillon_window_c 

Log message:
- update emerillon to 0.1.2
- update homepage
- add several fixes from upstream to make it compile with new libchamplain

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:33:39

Modified files:
	x11/gnome/controlcenter2: Makefile distinfo 
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_keyboard_Makefile_in 
	                                  patch-configure 
	x11/gnome/controlcenter2/pkg: PLIST 
Removed files:
	x11/gnome/controlcenter2/patches: patch-libslab-directory-tile_c 
	                                  patch-po_ml_po 

Log message:
Update to gnome-control-center-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:33:59

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-desktop-thumbnail_c 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Update to gnome-desktop-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:34:19

Modified files:
	x11/gnome/doc-utils: Makefile distinfo 
	x11/gnome/doc-utils/patches: patch-doc_xslt_Makefile_in 

Log message:
Update to gnome-doc-utils-0.20.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:34:39

Modified files:
	x11/gnome/keyring: Makefile distinfo 
	x11/gnome/keyring/pkg: PFRAG.shared PLIST 
Added files:
	x11/gnome/keyring/patches: patch-configure 

Log message:
Update to gnome-keyring-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:35:00

Modified files:
	x11/gnome/mag  : Makefile distinfo 
	x11/gnome/mag/patches: patch-docs_reference_Makefile_in 

Log message:
Update to gnome-mag-0.16.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:35:18

Modified files:
	x11/gnome/media: Makefile distinfo 
	x11/gnome/media/patches: 
	                         patch-gstreamer-properties_pipeline-constants_c 
	x11/gnome/media/pkg: DESCR PFRAG.shared PLIST 

Log message:
Update to gnome-media-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:35:38

Modified files:
	x11/gnome/menus: Makefile distinfo 
	x11/gnome/menus/patches: patch-util-Makefile_in 
	x11/gnome/menus/pkg: PLIST 

Log message:
Update to gnome-menus-2.30.4.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:36:10

Modified files:
	x11/gnome/nettool: Makefile distinfo 
	x11/gnome/nettool/pkg: PLIST 

Log message:
Update to gnome-nettool-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:36:19

Modified files:
	devel/vte      : Makefile distinfo 
	devel/vte/pkg  : PLIST-main 
Added files:
	devel/vte/patches: patch-src_pty_c 

Log message:
- update vte to 0.26.0
- explicitly disable introspection support

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:36:27

Modified files:
	x11/gnome/panel: Makefile distinfo 
	x11/gnome/panel/patches: patch-gnome-panel_menu_c 
	x11/gnome/panel/pkg: PLIST 

Log message:
Update to gnome-panel-2.32.0.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:36:45

Modified files:
	x11/gnome/screensaver: Makefile distinfo 
	x11/gnome/screensaver/patches: patch-config_h_in 
	                               patch-configure_ac 
	x11/gnome/screensaver/pkg: PLIST 

Log message:
Update to gnome-screensaver-2.30.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:37:05

Modified files:
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/patches: patch-configure 
	                           patch-gnome-session_gsm-logout-dialog_c 
	                           patch-gnome-session_gsm-manager_c 
	x11/gnome/session/pkg: PLIST 

Log message:
Update to gnome-session-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:37:25

Modified files:
	net/telepathy/telepathy-logger: Makefile distinfo 
	net/telepathy/telepathy-logger/pkg: PLIST 
Added files:
	net/telepathy/telepathy-logger/patches: patch-configure 
Removed files:
	net/telepathy/telepathy-logger/patches: 
	                                        patch-data_telepathy-logger_schemas 

Log message:
- update telepathy-logger to 0.1.5
- add new glib goo!

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:37:26

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 
	x11/gnome/settings-daemon/patches: 
	                                   patch-plugins_media-keys_Makefile_in 
	x11/gnome/settings-daemon/pkg: PFRAG.shared PLIST 

Log message:
Update to gnome-settings-daemon-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:37:46

Modified files:
	x11/gnome/anjuta: Makefile distinfo 
	x11/gnome/anjuta/patches: patch-plugins_Makefile_in 
	x11/gnome/anjuta/pkg: PLIST 
Added files:
	x11/gnome/anjuta/patches: patch-configure 

Log message:
- update anjuta to 2.32.0.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:38:20

Modified files:
	x11/gnome/devhelp: Makefile distinfo 
	x11/gnome/devhelp/pkg: PLIST 

Log message:
- update devhelp to 2.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:38:34

Modified files:
	x11/gnome/system-monitor: Makefile distinfo 
	x11/gnome/system-monitor/patches: patch-src_sysinfo_cpp 
	x11/gnome/system-monitor/pkg: PLIST 

Log message:
Update to gnome-system-monitor-2.28.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:38:38

Modified files:
	x11/gnome/eog  : Makefile distinfo 
	x11/gnome/eog/pkg: PLIST 

Log message:
- update eog to 2.32.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:38:53

Modified files:
	x11/gnome/system-tools: Makefile distinfo 
	x11/gnome/system-tools/patches: patch-interfaces_time_ui 
	                                patch-src_time_time-tool_c 
	x11/gnome/system-tools/pkg: PLIST 
Added files:
	x11/gnome/system-tools/patches: patch-configure 

Log message:
Update to gnome-system-tools-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:39:00

Modified files:
	x11/gnome/file-roller: Makefile distinfo 
	x11/gnome/file-roller/patches: patch-src_fr-command-cpio_c 
	x11/gnome/file-roller/pkg: PLIST 

Log message:
- update file-roller to 2.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:39:15

Modified files:
	x11/gnome/users-guide: Makefile distinfo 
	x11/gnome/users-guide/pkg: PLIST 

Log message:
Update to gnome-user-docs-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:39:36

Modified files:
	x11/gnome/utils: Makefile distinfo 
	x11/gnome/utils/pkg: PLIST 

Log message:
Update to gnome-utils-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:39:48

Modified files:
	x11/gnome/gcalctool: Makefile distinfo 
	x11/gnome/gcalctool/pkg: PLIST 
Added files:
	x11/gnome/gcalctool/patches: patch-configure 

Log message:
- update gcalctool to 5.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:40:15

Modified files:
	x11/gnome/gdl  : Makefile distinfo 
	x11/gnome/gdl/pkg: PLIST 

Log message:
- update gdl to 2.30.1

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:40:37

Modified files:
	x11/gnome/vfs2 : Makefile distinfo 
	x11/gnome/vfs2/patches: patch-configure 
	x11/gnome/vfs2/pkg: PLIST 

Log message:
Update to gnome-vfs2-2.24.4.
Remove support for avahi and cdda -- gnomevfs is deprected and shouldn't
be used.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:40:53

Modified files:
	audio/amarok   : Makefile 

Log message:
Bump after gtk+2/gdk-pixbuf split, as gtk+2 gets out of the dependency
chain.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:41:02

Modified files:
	www/gtkhtml3   : Makefile distinfo 
	www/gtkhtml3/pkg: PLIST 
Added files:
	www/gtkhtml3/patches: 
	                      patch-components_editor_gtkhtml-editor-actions_c 
	                      patch-configure 

Log message:
Update to gtkhtml3-3.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:41:25

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
	x11/gnome/gvfs/pkg: PLIST-main 

Log message:
Update to gvfs-1.6.4.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:41:43

Modified files:
	x11/gnome/libbonobo: Makefile distinfo 
	x11/gnome/libbonobo/pkg: PLIST 

Log message:
Update to libbonobo-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:42:04

Modified files:
	x11/gnome/libbonoboui: Makefile distinfo 
	x11/gnome/libbonoboui/pkg: PLIST 

Log message:
Update to libbonoboui-2.24.4.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:42:22

Modified files:
	x11/gnome/libgnome-keyring: Makefile distinfo 
	x11/gnome/libgnome-keyring/pkg: PLIST 

Log message:
Update to libgnome-keyring-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:42:39

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 
	x11/gnome/backgrounds/pkg: PLIST 

Log message:
- update gnome-backgrounds to 2.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:42:46

Modified files:
	x11/gnome/libgnome: Makefile distinfo 
	x11/gnome/libgnome/pkg: PLIST 

Log message:
Update to libgnome-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:42:54

Modified files:
	audio/libgpod  : Makefile 

Log message:
Bump after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:42:59

Modified files:
	x11/gnome/devel-docs: Makefile distinfo 
	x11/gnome/devel-docs/pkg: PLIST 

Log message:
- update gnome-devel-docs to 2.32.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:43:02

Modified files:
	x11/gnome/libgnomecanvas: Makefile distinfo 
	x11/gnome/libgnomecanvas/pkg: PLIST 

Log message:
Update to libgnomecanvas-2.30.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:43:18

Modified files:
	x11/gnome/libgnomekbd: Makefile distinfo 
	x11/gnome/libgnomekbd/pkg: PLIST 

Log message:
Update to libgnomekbd-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:43:21

Modified files:
	devel/libgsf   : Makefile 

Log message:
Bump -gnome after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:43:36

Modified files:
	x11/gnome/libgnomeprint: Makefile distinfo 
	x11/gnome/libgnomeprint/patches: patch-configure 

Log message:
Update to libgnomeprint-2.18.8.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:43:54

Modified files:
	games/tuxpaint : Makefile 

Log message:
Bump after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:43:58

Modified files:
	x11/gnome/libgnomeprintui: Makefile distinfo 
	x11/gnome/libgnomeprintui/pkg: PLIST 

Log message:
Update to libgnomeprintui-2.18.6.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:43:58

Modified files:
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/pkg: PLIST 

Log message:
- update gnome-terminal to 2.32.0
- update license version

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:44:17

Modified files:
	x11/gnome/libgnomeui: Makefile distinfo 
	x11/gnome/libgnomeui/pkg: PLIST 

Log message:
Update to libgnomeui-2.24.4.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:44:20

Modified files:
	graphics/gegl  : Makefile 

Log message:
Bump -main after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:44:31

Modified files:
	x11/gnome/themes: Makefile distinfo 
	x11/gnome/themes/pkg: PLIST 

Log message:
- update gnome-themes to 2.32.0
- fix spello

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:44:35

Modified files:
	devel/libgtop2 : Makefile distinfo 
	devel/libgtop2/patches: patch-Makefile_in patch-configure 
	                        patch-sysdeps_bsd_Makefile_in 
	devel/libgtop2/pkg: PLIST 

Log message:
Update to libgtop2-2.28.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:44:47

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
Bump -main after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:45:00

Modified files:
	x11/gnome/libgweather: Makefile distinfo 
	x11/gnome/libgweather/pkg: PLIST 

Log message:
Update to libgweather-2.30.3.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:45:05

Modified files:
	x11/gnome/metacity: Makefile distinfo 
Removed files:
	x11/gnome/metacity/patches: patch-configure 

Log message:
- update metacity to 2.30.3

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:45:17

Modified files:
	devel/liboobs  : Makefile distinfo 
	devel/liboobs/patches: patch-oobs_oobs-user_c 

Log message:
Update to liboobs-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:45:36

Modified files:
	devel/libsoup  : Makefile distinfo 
	devel/libsoup/pkg: PLIST-main 
Removed files:
	devel/libsoup/patches: patch-libsoup_soup-gnutls_c 

Log message:
Update to libsoup-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:46:04

Modified files:
	x11/gnome/nautilus: Makefile distinfo 
	x11/gnome/nautilus/pkg: PLIST 
Removed files:
	x11/gnome/nautilus/patches: 
	                            patch-src_file-manager_fm-directory-view_c 
	                            patch-src_nautilus-places-sidebar_c 

Log message:
Update to nautilus-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:46:05

Modified files:
	x11/gnome/py-gnome-desktop: Makefile distinfo 
	x11/gnome/py-gnome-desktop/pkg: PLIST 

Log message:
- update py-gnome-desktop to 2.32.0
- disable evince for now, needs latest evince, which needs newer cairo, which needs newer pixman...

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:46:20

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/patches: patch-modules_Makefile_in 
	devel/pango/pkg: PLIST 

Log message:
Update to pango-1.28.3.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:46:35

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/pkg: PLIST 

Log message:
- update totem-pl-parser to 2.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 01:46:43

Modified files:
	x11/xscreensaver: Makefile 

Log message:
Bump -data & -gle after gtk+2/gdk-pixbuf split


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:46:44

Modified files:
	x11/gnome/seahorse: Makefile distinfo 
	x11/gnome/seahorse/pkg: PLIST 

Log message:
Update to seahorse-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:47:06

Modified files:
	x11/gnome/totem: Makefile distinfo 
	x11/gnome/totem/patches: 
	                         patch-browser-plugin_totemPluginGlue_cpp 
	                         patch-src_backend_bacon-video-widget-gst-0_10_c 
	x11/gnome/totem/pkg: PLIST 

Log message:
Update to totem-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:47:14

Modified files:
	x11/gnome/zenity: Makefile distinfo 
	x11/gnome/zenity/pkg: PLIST 
Removed files:
	x11/gnome/zenity/patches: patch-src_option_c 
	                          patch-src_progress_c 
	                          patch-src_zenity_h 

Log message:
- update zenity to 2.32.0
- remove unneeded patches as it's part of upstream releases now

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:47:28

Modified files:
	x11/gnome/vino : Makefile distinfo 
	x11/gnome/vino/pkg: PLIST 

Log message:
Update to vino-2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 01:47:48

Modified files:
	x11/gnome/yelp : Makefile distinfo 
	x11/gnome/yelp/pkg: PLIST 

Log message:
Update to yelp-2.30.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:49:50

Modified files:
	x11/gnome/gedit: Makefile distinfo 
	x11/gnome/gedit/pkg: PLIST 

Log message:
- update gedit to 2.30.4

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 01:50:14

Modified files:
	x11/gnome/gedit-plugins: Makefile distinfo 
	x11/gnome/gedit-plugins/patches: patch-configure 
	                                 patch-plugins_bookmarks_Makefile_in 
	x11/gnome/gedit-plugins/pkg: PLIST 

Log message:
- update gedit-plugins to 2.32.0

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 02:01:26

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 
	                        patch-mail_e-mail-migrate_c 
	                        patch-mail_em-utils_h 
	                        patch-plugins_bogo-junk-plugin_bf-junk-filter_c 
	                        patch-plugins_sa-junk-plugin_em-junk-filter_c 
	                        patch-shell_main_c 
	mail/evolution/pkg: PFRAG.shared-main PFRAG.shared-plugins 
	                    PLIST-main PLIST-plugins 

Log message:
Update to evolution-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 02:04:38

Modified files:
	x11/gnome/file-roller: Makefile 
	x11/gnome/file-roller/pkg: PLIST 
Removed files:
	x11/gnome/file-roller/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 02:15:13

Modified files:
	mail/evolution-plugin-webcal: Makefile distinfo 

Log message:
Update to evolution-plugin-webcal-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 02:25:24

Modified files:
	editors/nedit  : Makefile 
	editors/nedit/pkg: DESCR 

Log message:
- stop stating the obvious, that's what dependencies are for


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 02:30:17

Modified files:
	www/vteplugin  : Makefile 

Log message:
- uses X11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 02:39:50

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/patches: 
	                           patch-src_plugins_evolution_tracker-evolution-plugin_c 

Log message:
Fix build and bump after evolution update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 02:40:22

Modified files:
	mail/evolution-exchange: Makefile distinfo 
	mail/evolution-exchange/patches: patch-configure 

Log message:
Update to evolution-exchange-2.32.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/30 02:57:37

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
Only 6 elements of mib are used so do allocate 6 not 7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 03:01:53

Modified files:
	x11/gnome/applets2: Makefile 

Log message:
- uncomment needed CONFIGURE_ENV line


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 03:15:43

Removed files:
	x11/gnome/users-guide: Makefile distinfo 
	x11/gnome/users-guide/pkg: DESCR PLIST 

Log message:
Delete, will be renamed.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 03:16:48

Log message:
    Re-import gnome-user-docs from x11/gnome/users-dir.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100930
    
    N ports/x11/gnome/user-docs/distinfo
    N ports/x11/gnome/user-docs/Makefile
    N ports/x11/gnome/user-docs/pkg/DESCR
    N ports/x11/gnome/user-docs/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 03:17:42

Modified files:
	x11/gnome/yelp : Makefile 

Log message:
Fix dependency after x11/gnome/user-docs rename.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/09/30 03:18:18

Modified files:
	sys/netinet    : ip_output.c 

Log message:
If a caller is requesting to be set to the same rtable that they
currently have, let the call succeede.

Mirrors the same behaviour as setrtable()

OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 03:26:09

Modified files:
	x11/gnome/deskbar-applet: Makefile distinfo 
	x11/gnome/deskbar-applet/patches: patch-configure 
	                                  patch-deskbar_handlers_Makefile_in 
	x11/gnome/deskbar-applet/pkg: PLIST 

Log message:
Update to deskbar-applet-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 03:29:26

Modified files:
	x11/gnome/mousetweaks: Makefile distinfo 
	x11/gnome/mousetweaks/pkg: PLIST 

Log message:
- update mousetweaks to 2.32.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 03:34:52

Modified files:
	x11/gnome      : Makefile 

Log message:
- sync after x11/gnome/user-docs rename


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 03:46:02

Modified files:
	x11/gnome/vinagre: Makefile distinfo 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
- update vinagre to 2.30.3
* telepathy disabled for now, will be re-enabled soon


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 03:55:00

Modified files:
	x11/gnome/vinagre: Makefile 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
- re-enable telepathy...you'll need latest pkg-config..duh!


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/09/30 04:03:52

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
Add some examples about using the CA commands to create and install the
CA and peers certificates.

With input from mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:13:15

Modified files:
	x11/gnome/py-gnome: Makefile 

Log message:
Fix DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:20:31

Removed files:
	x11/gnome/cheese: Makefile distinfo 
	x11/gnome/cheese/pkg: DESCR PLIST 

Log message:
Remove. This never worked correctly and now insists on using udev.
No point in keeping broken software around.

discussed with and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:20:57

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 

Log message:
Update to orca-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:21:57

Removed files:
	x11/gnome/cheese/patches: patch-configure 
	                          patch-src_cheese-webcam_c 

Log message:
Hmm, not sure what happened here, I did cvs rm...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:22:15

Modified files:
	x11/gnome      : Makefile 

Log message:
-cheese


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 04:24:25

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/09/30 04:32:23

Modified files:
	sbin/iked      : iked.8 

Log message:
More information about creating and maintaining the PKI with a link to
ikectl(8).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:33:32

Modified files:
	x11/gnome/gok  : Makefile distinfo 

Log message:
Update to gok-2.30.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/30 04:34:56

Modified files:
	sbin/iked      : crypto.c ikev2_msg.c 

Log message:
disable padding correctly.  therefore we no longer need to supply
additional space in the buffer and just pad input length up to the
block size.  finalization is not needed for properly padded data.

kills a bunch of XXX's and an annoying error from openssl.

also, check a result from CipherUpdate while here.

ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/09/30 04:36:24

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
Add jsg@ to the AUTHORS section of ikectl; he wrote the CA/PKI part.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:40:54

ports/x11/gnome/nautilus-sendto/patches

Update of /cvs/ports/x11/gnome/nautilus-sendto/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15464/patches

Log Message:
Directory /cvs/ports/x11/gnome/nautilus-sendto/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 04:41:38

Modified files:
	x11/gnome/nautilus-sendto: Makefile distinfo 
	x11/gnome/nautilus-sendto/pkg: PLIST 
Added files:
	x11/gnome/nautilus-sendto/patches: patch-configure 

Log message:
Update to nautilus-sendto-2.32.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 05:03:33

Modified files:
	x11/gnome/libgweather: Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/09/30 05:04:51

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
prevent free() of string in .rodata when overriding AuthorizedKeys in
a Match block; patch from rein AT basefarm.no


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 05:06:18

Modified files:
	productivity/rednotebook: Makefile distinfo 
	productivity/rednotebook/patches: patch-setup_py 
	productivity/rednotebook/pkg: PLIST 

Log message:
- update rednotebook to 1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 05:08:30

Modified files:
	x11/gnome/tomboy: Makefile distinfo 
	x11/gnome/tomboy/patches: patch-Tomboy_tomboy_in 
	x11/gnome/tomboy/pkg: PLIST 

Log message:
Update to tomboy-1.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 05:33:22

Modified files:
	x11/gnome/libbonoboui: Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 05:40:18

Modified files:
	x11/gnome/libgnomeui: Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/30 06:00:01

Modified files:
	build          : mirrors.dat 

Log message:
re-list ftp.ini.uzh.ch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:00:27

Modified files:
	x11/gnome/totem-pl-parser: Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/09/30 06:00:54

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:13:07

Modified files:
	devel/waf      : Makefile distinfo 
	devel/waf/pkg  : PLIST 

Log message:
- update waf to 1.5.18
- tweak MASTER_SITES

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:13:35

Modified files:
	x11/gigolo     : Makefile distinfo 
	x11/gigolo/pkg : PLIST 
Added files:
	x11/gigolo/patches: patch-wscript 
Removed files:
	x11/gigolo/patches: patch-src_settings_c 

Log message:
- update gigolo to 0.4.1
- add patch to make it build with the latest waf

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:16:35

Modified files:
	x11/gnome/hamster-applet: Makefile distinfo 
	x11/gnome/hamster-applet/pkg: PLIST 
Added files:
	x11/gnome/hamster-applet/patches: patch-src_hamster-applet 
	                                  patch-src_hamster-cli 
	                                  patch-src_hamster-service 
	                                  patch-src_hamster-time-tracker 
	                                  patch-src_hamster_i18n_py 
Removed files:
	x11/gnome/hamster-applet/patches: patch-configure 
	                                  patch-src_gnome-time-tracker 
	                                  patch-src_hamster-applet_py 
	                                  patch-src_hamster-standalone 

Log message:
- update hamster-applet to 2.32.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:21:22

Modified files:
	www/py-webkitgtk: Makefile distinfo 
	www/py-webkitgtk/pkg: PLIST 

Log message:
- update py-webkitgtk to 1.1.8
* now installs a pkg-config file


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:22:43

Modified files:
	x11/gnome/empathy: Makefile 
Added files:
	x11/gnome/empathy/patches: patch-configure_ac 

Log message:
- let this build now after the libchamplain update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 06:45:15

Modified files:
	devel/glib2mm  : Makefile 

Log message:
Sync WANTLIB after recent updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 06:45:21

Modified files:
	net/telepathy/telepathy-logger: Makefile 

Log message:
- fix DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 06:53:00

Modified files:
	devel/libglademm: Makefile 

Log message:
Fix WANTLIB after recent updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/30 06:54:24

Modified files:
	sbin/iked      : ikev2_pld.c 

Log message:
check that there are transforms in the proposal before trying
to actually parse it.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 06:55:42

Log message:
    Import atk2mm-2.22.0.
    
    atkmm is the C++ binding for the ATK library.
    This module is part of the GNOME C++ bindings effort.
    
    (splitted from gtk2mm)
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100930
    
    N ports/devel/atk2mm/distinfo
    N ports/devel/atk2mm/Makefile
    N ports/devel/atk2mm/pkg/PLIST
    N ports/devel/atk2mm/pkg/PFRAG.shared
    N ports/devel/atk2mm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 06:56:19

Modified files:
	devel          : Makefile 

Log message:
+atk2mm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 06:56:41

Modified files:
	x11/gtk2mm     : Makefile distinfo 
	x11/gtk2mm/pkg : PFRAG.shared-main PLIST-docs PLIST-main 
Removed files:
	x11/gtk2mm/patches: patch-configure 

Log message:
Update to gtk2mm-2.22.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:00:09

Modified files:
	x11/gnome/libgnomecanvasmm: Makefile 

Log message:
Sync WANTLIB after recent updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:00:51

Modified files:
	x11/gnome/libgnomemm: Makefile 

Log message:
Fix WANTLIB after recent updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:03:10

Modified files:
	productivity/workrave: Makefile 

Log message:
Unbreak after atk2mm was moved out of gtk2mm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 07:10:09

Modified files:
	x11/gnome/libgda: Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 07:15:25

Modified files:
	x11/gnome/anjuta: Makefile 

Log message:
- disable freud-mode


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:27:14

Modified files:
	devel/libgdata : Makefile distinfo 
	devel/libgdata/pkg: PLIST 

Log message:
Update to libgdata-0.6.5
* Fixed a few small leaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 07:40:23

Modified files:
	x11/gnome/anjuta-extras: Makefile distinfo 
	x11/gnome/anjuta-extras/pkg: PLIST 

Log message:
- update anjuta-extras to 2.32.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:46:06

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 
Removed files:
	multimedia/gstreamer-0.10/plugins-good/pkg: DESCR-gdk 

Log message:
Merge -gdk into -main now that gdk-pixbuf has been moved away from gtk+2.

jasper agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 07:46:30

Removed files:
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-gdk 

Log message:
Missed in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 07:54:42

Modified files:
	x11/gnome/libgail-gnome: Makefile 

Log message:
- fix wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/09/30 08:25:54

Modified files:
	sbin/iked      : ca.c 

Log message:
promote openssl errors to the warning level; ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:04:28

Modified files:
	devel/glib2mm  : Makefile 
Added files:
	devel/glib2mm/pkg: DESCR PFRAG.shared PLIST 
Removed files:
	devel/glib2mm/pkg: DESCR-docs DESCR-main PFRAG.shared-main 
	                   PLIST-docs PLIST-main 

Log message:
Merge -docs into -main, no need to complicate things here.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:04:45

Modified files:
	devel/libglademm: Makefile 
Added files:
	devel/libglademm/pkg: DESCR PFRAG.shared PLIST 
Removed files:
	devel/libglademm/pkg: DESCR-docs DESCR-main PFRAG.shared-main 
	                      PLIST-docs PLIST-main 

Log message:
Merge -docs into -main, no need to complicate things here.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:06:08

Modified files:
	x11/gtk2mm     : Makefile 
Added files:
	x11/gtk2mm/pkg : DESCR PFRAG.shared PLIST 
Removed files:
	x11/gtk2mm/pkg : DESCR-docs DESCR-main PFRAG.shared-main 
	                 PLIST-docs PLIST-main 

Log message:
Merge -docs into -main, no need to complicate things here.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:11:27

Modified files:
	x11/gtk2mm     : Makefile 

Log message:
Missed bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 09:18:54

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
- update glade3 to 3.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:20:50

Modified files:
	x11/gnome/games: Makefile 

Log message:
Missed bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 09:25:38

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
meh...no devel releases meant to go intree..


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/30 09:26:06

Modified files:
	etc            : MAKEDEV.common 

Log message:
Move the vscsi __devitem() so that it is before the _mcdev() line like
for all other definitions. Both dlg@ and todd@ wanted that to be a
seperate commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/30 09:27:55

Modified files:
	etc            : MAKEDEV.common 
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.armish : MAKEDEV.md 
	etc/etc.aviion : MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.landisk: MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.luna88k: MAKEDEV.md 
	etc/etc.mac68k : MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.mvme68k: MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV.md 
	etc/etc.mvmeppc: MAKEDEV.md 
	etc/etc.palm   : MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.vax    : MAKEDEV.md 
	etc/etc.zaurus : MAKEDEV.md 

Log message:
Add pppx(4) to MAKEDEV but do not create the device unless requested
explicitly. OK dlg@ & todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/09/30 09:29:23

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.palm   : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.zaurus : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 09:35:44

Modified files:
	.              : INDEX 

Log message:
post gnome-update sync, +241,-244
not bad, for one day..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 09:39:11

Modified files:
	sysutils/ruby-puppet: Makefile 

Log message:
robert@ will be the new master of puppet


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 09:45:50

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 

Log message:
- explicitly disable introspection


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 09:48:06

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 

Log message:
Revert, not needed, see Makefile.inc


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/09/30 09:51:51

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_sensors_c 

Log message:
Add support for querying multi temperature sensors too


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/09/30 09:51:54

Modified files:
	devel/automake/1.9: Makefile 

Log message:
use MODPY_BUILDDEP not MODPY_BUILDEP; no package change when built
without python installed -> no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 10:13:32

Modified files:
	mail/evolution-plugin-rss: Makefile distinfo 
	mail/evolution-plugin-rss/patches: patch-configure 
	mail/evolution-plugin-rss/pkg: PLIST 
Added files:
	mail/evolution-plugin-rss/patches: patch-src_Makefile_in 
	                                   patch-src_rss-config-factory_c 
	                                   patch-src_rss-config-factory_h 
	                                   patch-src_rss-image_c 
	                                   patch-src_rss_c 

Log message:
Update to evolution-plugin-rss-0.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 11:04:17

Modified files:
	x11/gnome/panel: Makefile 
	x11/gnome/panel/pkg: PLIST 
Removed files:
	x11/gnome/panel/pkg: PFRAG.shared 

Log message:
- merge into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 11:34:57

Modified files:
	devel/sdlmm    : Makefile 
Added files:
	devel/sdlmm/pkg: DESCR PFRAG.shared PLIST 
Removed files:
	devel/sdlmm/pkg: DESCR-docs DESCR-main PFRAG.shared-main 
	                 PLIST-docs PLIST-main 

Log message:
Merge -docs into -main.

ok pval@ (maintainer) jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 11:53:20

Modified files:
	geo/gpx-viewer : Makefile 

Log message:
- fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 13:16:02

Modified files:
	databases/mdbtools/snapshot: Makefile 

Log message:
- fix DEPENDS/WANTLIB; spottedy landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 13:27:40

Modified files:
	math/graphviz  : Makefile 

Log message:
- fix DEPENDS/WANTLIB spotted by landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 13:42:14

Modified files:
	multimedia/transcode: Makefile 

Log message:
Add gnu libtool to BUILD_DEPENDS and bump. Autofoo needs libtool m4 macros.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 13:44:06

Modified files:
	www/netsurf/libcss: Makefile distinfo 

Log message:
Update to libcss 0.0.2, diff from Anthony J Bentley (thanks!) with a
tweak by me : no SHARED_LIBS bump as there's only a comment change in
installed headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/09/30 13:45:04

Modified files:
	www/netsurf/browser: Makefile distinfo 
	www/netsurf/browser/patches: patch-Makefile 
	www/netsurf/browser/pkg: PLIST 

Log message:
Update to netsurf 2.6, based on a diff from Anthony J Bentley (thanks!)
Remove -Wredundant-decls while here..


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/09/30 14:05:45

Modified files:
	devel/py-urwid : Makefile distinfo 
	devel/py-urwid/pkg: PLIST 

Log message:
update to py-urwid 0.9.9.1.
tested and ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/09/30 14:28:57

Modified files:
	devel/glade3   : Makefile 

Log message:
- proper bump


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/09/30 15:00:47

Modified files:
	share/man/man5 : login.conf.5 

Log message:
Use .Ox rather than \*(oS which mandoc (and new groff) don't expand, but
used to end up as "OpenBSD 4.7 " (with trailing space!). Discussed with jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/09/30 22:51:49

Modified files:
	sys/sys        : cdefs.h 

Log message:
Add __only_inline, for use in headers like <ctype.h> for defining copies
of functions that can only by used by the compiler for inlining.
Also, document __returns_twice, a particularly black piece of magic.

ok deraadt@, kettenis@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/09/30 23:02:19

Modified files:
	sys/arch/hppa/include: asm.h 
	sys/arch/hppa64/include: asm.h 
	sys/arch/mips64/include: asm.h 
	sys/arch/powerpc/include: asm.h 
	lib/libc/arch/hppa: SYS.h 
	lib/libc/arch/hppa64: SYS.h 
	lib/libc/arch/mips64: SYS.h 
	lib/libc/arch/powerpc: SYS.h 
	lib/libc/arch/sh: SYS.h 

Log message:
Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms
that didn't already have one, and then immediately use it in libc's
SYS.h

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/09/30 23:23:52

Modified files:
	lang/mono      : Makefile 

Log message:
Sync WANTLIB.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/01 00:58:06

Modified files:
	.              : plus48.html 

Log message:
Fixed ping/ping6 manpage sections. From Peter J Philipp


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/01 01:06:16

Modified files:
	usr.bin/awk    : awk.1 
	usr.bin/ctags  : ctags.1 
	usr.bin/pr     : pr.1 
	usr.bin/getent : getent.1 

Log message:
more EXIT STATUS tweaks; from Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/01 01:08:25

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 01:09:12

Removed files:
	x11/gnome/orca/patches: patch-src_orca_orca_in 

Log message:
Forgot to cvs rm, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/01 01:15:43

Modified files:
	x11/xscreensaver: Makefile 

Log message:
Change LIB_DEPENDS-data for graphics/gdk-pixbuf2 instead of x11/gtk+2,
bump REVISION-data. Will make ports depending on -data happier.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/01 01:23:11

Modified files:
	net/nsd        : Makefile 

Log message:
nsd is now in base OpenBSD; set COMES_WITH. ok jakob@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 01:23:22

Modified files:
	x11/gnome/mono-gnome: Makefile 

Log message:
Unbreak by fixing wantlib.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/01 01:25:07

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
nsd is now in base OpenBSD; add it to the quirks package so that nsd
gets uninstalled at update time. ok jakob@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 01:26:12

Modified files:
	x11/gnome/gedit-plugins: Makefile 

Log message:
- add missing dependency for synctex


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 01:27:23

Added files:
	emulators/sdlmame/patches: patch-src_osd_sdl_sdl_mak 

Log message:
Make it compile with newer gtk+2.

spotted by landry@'s toy


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/01 01:45:22

Modified files:
	usr.sbin/ppp/ppp: ppp.8.m4 

Log message:
use "Point-to-Point" for consistency.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 02:09:33

Modified files:
	x11/gnome/eog-plugins: Makefile 

Log message:
Fix build with our new libchamplain.

spotted by zomg^cluster


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 02:14:15

Modified files:
	graphics/gthumb: Makefile distinfo 
	graphics/gthumb/pkg: PFRAG.shared PLIST 
Added files:
	graphics/gthumb/patches: patch-configure 
	                         patch-gthumb_Makefile_in 
	                         patch-gthumb_make-header_sh 
Removed files:
	graphics/gthumb/patches: patch-libgthumb_Makefile_in 

Log message:
- update gthumb to 2.12.0
- newstyle WANTLIB/DEPENDS
- add a patch to workaround gnu sed dependency, workaround is ugly and
will be revisited soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 02:50:47

Modified files:
	games/tuxpaint : Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 03:05:32

Modified files:
	games/gcompris/patches: patch-src_goocanvas_src_Makefile_in 

Log message:
Make it compile with the new gtk+2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 03:13:12

Modified files:
	graphics/evince: Makefile 

Log message:
Unbreak my fixing WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/01 03:18:42

Modified files:
	x11/gnustep/make: Makefile 
	x11/gnustep/make/patches: patch-target_make 

Log message:
Do not use -Wl,-soname,<libname> goo when linking libraries.

OK ajacoutot@, jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/01 03:32:36

Log message:
    Import libmemcached: C C++ API for memcached
    
    libmemcache is a C C++ API for memcached, which is a high-performance,
    distributed memory object caching system, generic in nature, but
    intended for use in speeding up dynamic web applications by
    alleviating database load.
    
    After many back and forth, finally OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101001
    
    N ports/devel/libmemcached/distinfo
    N ports/devel/libmemcached/Makefile
    N ports/devel/libmemcached/pkg/DESCR
    N ports/devel/libmemcached/pkg/PLIST
    N ports/devel/libmemcached/pkg/PFRAG.shared
    N ports/devel/libmemcached/pkg/PFRAG.atomic
    N ports/devel/libmemcached/patches/patch-configure
    N ports/devel/libmemcached/patches/no-atomic-patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 03:33:17

Modified files:
	x11/gnome/ghex : Makefile 

Log message:
Unbreak: fix WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 03:42:11

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention deskbar-applet and move some pkg around.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/01 03:48:27

Modified files:
	devel          : Makefile 

Log message:
add libmemcached to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 04:04:35

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
gossip was removed 4 months ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 04:07:46

Modified files:
	misc/dates     : Makefile 

Log message:
mark as BROKEN, they've been (ab)using functions that have been marked
deprecated for years and years. and to no surprise, the deprecated functions
was removed and dates broke. tough luck.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 04:24:23

Modified files:
	x11/gnome/dasher: Makefile 

Log message:
Unbreak by fixing WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 04:49:34

Modified files:
	devel/subversion: Makefile 

Log message:
Unbreak after the libgnome-keyring upgrade.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 04:55:10

Modified files:
	net/gajim      : Makefile 
	net/gajim/pkg  : PLIST 

Log message:
Missing gtk-update-icon-cache goo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 05:45:08

Modified files:
	graphics/darktable: Makefile 
Added files:
	graphics/darktable/patches: patch-darktable_schemas_in 

Log message:
Unbreak by fixing WANTLIB.
Tweak schema file while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 05:48:44

Modified files:
	net/twitux     : Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 06:12:24

Modified files:
	x11/gnome/planner: Makefile 

Log message:
Unbreak: fix WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 06:16:01

Modified files:
	x11/gnome/f-spot: Makefile 

Log message:
Unbreak: fix WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/01 06:27:36

Modified files:
	share/man/man4 : mpii.4 

Log message:
drop my private mail address


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/01 06:33:14

Modified files:
	sbin/pfctl     : pfctl.8 pfctl.c 

Log message:
Add the -R id option to pfctl that allows to show only a specified rule
by numeric ID in combination with the "-s rules" or "-s labels" options.
For example, this allows you to dump the statistics of a specified rule
only (pfctl -sr -v -R 0).

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/01 06:47:38

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
the grammar of my last commit worked with mandoc, but didn't work with nroff;
convert a long .Op line into a few lines of .Xo ... .Xc.  no "binary" change
with mandoc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/01 07:09:54

Modified files:
	net/coccinella : Makefile distinfo 
	net/coccinella/pkg: PLIST 

Log message:
Maintenance release update coccinella to 0.96.20

OK, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 07:21:09

Modified files:
	x11/gnome/nautilus: Makefile 
Added files:
	x11/gnome/nautilus/patches: 
	                            patch-libnautilus-private_nautilus-column-utilities_c 

Log message:
No need to display SELinux context which will always be 'unknown' for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/01 07:29:25

Modified files:
	usr.sbin/ospfd : ospfe.c 

Log message:
Reword a comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 07:42:58

Modified files:
	mail/evolution-plugin-rss: Makefile distinfo 
	mail/evolution-plugin-rss/patches: patch-configure 
Removed files:
	mail/evolution-plugin-rss/patches: 
	                                   patch-src_rss-config-factory_c 
	                                   patch-src_rss-config-factory_h 
	                                   patch-src_rss-image_c 
	                                   patch-src_rss_c 

Log message:
Merge and tweak lots of changes from upstream via an external patch file.
The plugin now works much better.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 08:53:31

Modified files:
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 

Log message:
- disable logger for now, until some slacker updates this port..


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/01 09:23:07

Modified files:
	net/quirc      : Makefile 
	net/quirc/pkg  : PLIST 

Log message:
use Tcl/Tk 8.5, sync WANTLIB, bump. ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 09:53:40

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 

Log message:
Update to gtk2-murrine-engine-0.98.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 10:04:37

Modified files:
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/pkg: PLIST 

Log message:
Bring the panel applet back.


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/01 10:13:59

Modified files:
	sys/arch/octeon/conf: RAMDISK files.octeon 
	sys/arch/octeon/dev: com_oct.c mainbus.c obio.c 
	sys/arch/octeon/octeon: machdep.c 
Added files:
	sys/arch/octeon/dev: combus.c combusvar.h 

Log message:
Implemented combus to support com device on OCTEON without modifing dev/ic/com.c ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 10:16:41

Modified files:
	x11/gnome/applets2: Makefile 

Log message:
Add RUN_DEPENDS on gnome-system-monitor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 10:25:08

Modified files:
	x11/gnome/libgdamm: Makefile 

Log message:
Unbreak with fixing WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 11:20:46

Modified files:
	x11/gnome/py-gnome-extras: Makefile 

Log message:
Unbreak -> WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 11:22:32

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
- update iso-codes to 3.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 11:43:41

Modified files:
	editors/abiword: Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 13:34:42

Modified files:
	math/gnumeric  : Makefile 

Log message:
Unbreak: WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 13:39:58

Modified files:
	x11/gtk-engines2: Makefile distinfo 
	x11/gtk-engines2/patches: patch-configure 
	x11/gtk-engines2/pkg: PLIST 

Log message:
Update to gtk-engines2-2.20.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/01 14:10:24

Modified files:
	include        : signal.h ctype.h 

Log message:
Now that __only_inline is in <sys/cdefs.h>, replace the local versions in
<ctype.h> and <signal.h>

ok kettenis@ millert@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/10/01 14:19:54

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
postfix snapshot 2.8-20100923


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/10/01 14:22:35

Modified files:
	usr.sbin/nsd   : nsd.8 

Log message:
fix reference to nsd-zonec; from Kirill Bychkov


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/10/01 14:45:09

Modified files:
	usr.sbin/nsd   : nsd-checkconf.8 nsd-notify.8 nsd-patch.8 
	                 nsd-xfer.8 nsd.conf.5 

Log message:
fix more nsd-zonec references


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/10/01 14:51:32

Modified files:
	etc            : rc rc.conf 

Log message:
start nsd(8); ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2010/10/01 14:51:55

Modified files:
	etc/mtree      : special 

Log message:
add nsd.conf; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/01 15:38:26

Modified files:
	usr.bin/mandoc : html.c mdoc_html.c mdoc_macro.c mdoc_term.c 
	                 term.c 

Log message:
* need a space before .No even if it starts with a closing delimiter
* slightly simplify .Pf *_IGNDELIM code, and share part of it with .No
* do not let opening delimiters fall out of the front of .Ns (from kristaps@)
This fixes a few spacing issues in csh(1) and ksh(1).
OK kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 15:55:20

Modified files:
	infrastructure/mk: cpan.port.mk 

Log message:
- add MODCPAN_EXAMPLES, which can be set if there are example scripts
in the distfiles. defaults to installing files from examples/. but
that can be set via MODCPAN_EXAPLES_DIST. please see port-modules(5) for
more information.

feedback and ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/10/01 15:56:00

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- document new MODCPAN_MODULES

feedback and ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 15:57:53

Modified files:
	audio/p5-Audio-MPD: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-MPD/pkg: PLIST 

Log message:
- switch to new CPAN_MODULES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 15:58:22

Modified files:
	biology/p5-Bio-ASN1-EntrezGene: Makefile 

Log message:
- switch to new CPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 16:00:04

Modified files:
	databases/p5-AnyEvent-CouchDB: Makefile 

Log message:
- switch to new MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 16:08:56

Modified files:
	graphics/p5-GD-SecurityImage: Makefile 

Log message:
- switch to new MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 16:20:54

Modified files:
	x11/p5-Gtk2-Ex-Simple-List: Makefile 

Log message:
- better COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/01 16:22:23

Modified files:
	geo/p5-Geo-METAR: Makefile 
	news/p5-Gateway: Makefile 

Log message:
- switch to new MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 16:54:18

Log message:
    import OpenSSL-1.0.0a
    
    Status:
    
    Vendor Tag:	openssl
    Release Tags:	openssh_1_0_0_a
    
    C src/lib/libssl/src/CHANGES
    C src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/config
    C src/lib/libssl/src/Configure
    C src/lib/libssl/src/e_os2.h
    C src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/FAQ
    C src/lib/libssl/src/INSTALL
    C src/lib/libssl/src/install.com
    U src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    U src/lib/libssl/src/INSTALL.NW
    U src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    C src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/INSTALL.W64
    U src/lib/libssl/src/INSTALL.WCE
    U src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile
    C src/lib/libssl/src/Makefile.org
    C src/lib/libssl/src/Makefile.shared
    C src/lib/libssl/src/makevms.com
    C src/lib/libssl/src/NEWS
    U src/lib/libssl/src/openssl.doxy
    C src/lib/libssl/src/openssl.spec
    U src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    U src/lib/libssl/src/README.ENGINE
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    C src/lib/libssl/src/apps/asn1pars.c
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/ca-cert.srl
    C src/lib/libssl/src/apps/CA.com
    U src/lib/libssl/src/apps/ca-key.pem
    U src/lib/libssl/src/apps/CA.pl
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/ca-req.pem
    C src/lib/libssl/src/apps/CA.sh
    U src/lib/libssl/src/apps/cert.pem
    C src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/cms.c
    C src/lib/libssl/src/apps/crl2p7.c
    U src/lib/libssl/src/apps/crl.c
    C src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    C src/lib/libssl/src/apps/dh.c
    C src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    C src/lib/libssl/src/apps/dsa.c
    U src/lib/libssl/src/apps/dsa-ca.pem
    C src/lib/libssl/src/apps/dsaparam.c
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsap.pem
    U src/lib/libssl/src/apps/ec.c
    U src/lib/libssl/src/apps/ecparam.c
    C src/lib/libssl/src/apps/enc.c
    C src/lib/libssl/src/apps/engine.c
    C src/lib/libssl/src/apps/errstr.c
    C src/lib/libssl/src/apps/gendh.c
    C src/lib/libssl/src/apps/gendsa.c
    U src/lib/libssl/src/apps/genpkey.c
    C src/lib/libssl/src/apps/genrsa.c
    C src/lib/libssl/src/apps/install.com
    C src/lib/libssl/src/apps/makeapps.com
    C src/lib/libssl/src/apps/Makefile
    L src/lib/libssl/src/apps/md4.c
    U src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    C src/lib/libssl/src/apps/openssl.c
    C src/lib/libssl/src/apps/openssl.cnf
    C src/lib/libssl/src/apps/openssl-vms.cnf
    C src/lib/libssl/src/apps/pkcs7.c
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    C src/lib/libssl/src/apps/pkcs12.c
    C src/lib/libssl/src/apps/pkcs8.c
    U src/lib/libssl/src/apps/pkey.c
    U src/lib/libssl/src/apps/pkeyparam.c
    U src/lib/libssl/src/apps/pkeyutl.c
    U src/lib/libssl/src/apps/prime.c
    U src/lib/libssl/src/apps/privkey.pem
    C src/lib/libssl/src/apps/progs.h
    C src/lib/libssl/src/apps/progs.pl
    U src/lib/libssl/src/apps/rand.c
    C src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa8192.pem
    C src/lib/libssl/src/apps/rsa.c
    C src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    C src/lib/libssl/src/apps/s_apps.h
    C src/lib/libssl/src/apps/s_cb.c
    C src/lib/libssl/src/apps/s_client.c
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/sess_id.c
    C src/lib/libssl/src/apps/smime.c
    C src/lib/libssl/src/apps/speed.c
    U src/lib/libssl/src/apps/spkac.c
    C src/lib/libssl/src/apps/s_server.c
    C src/lib/libssl/src/apps/s_socket.c
    C src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/timeouts.h
    U src/lib/libssl/src/apps/ts.c
    U src/lib/libssl/src/apps/tsget
    C src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/certs/README.RootCerts
    U src/lib/libssl/src/certs/demo/ca-cert.pem
    U src/lib/libssl/src/certs/demo/dsa-ca.pem
    U src/lib/libssl/src/certs/demo/dsa-pca.pem
    U src/lib/libssl/src/certs/demo/pca-cert.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    C src/lib/libssl/src/crypto/cpt_err.c
    C src/lib/libssl/src/crypto/cryptlib.c
    U src/lib/libssl/src/crypto/cryptlib.h
    C src/lib/libssl/src/crypto/crypto.h
    C src/lib/libssl/src/crypto/crypto-lib.com
    U src/lib/libssl/src/crypto/cversion.c
    U src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    C src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/ia64cpuid.S
    C src/lib/libssl/src/crypto/install.com
    U src/lib/libssl/src/crypto/LPdir_nyi.c
    U src/lib/libssl/src/crypto/LPdir_unix.c
    U src/lib/libssl/src/crypto/LPdir_vms.c
    U src/lib/libssl/src/crypto/LPdir_win32.c
    U src/lib/libssl/src/crypto/LPdir_win.c
    U src/lib/libssl/src/crypto/LPdir_wince.c
    C src/lib/libssl/src/crypto/Makefile
    C src/lib/libssl/src/crypto/md32_common.h
    C src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_clr.c
    C src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/o_dir.c
    U src/lib/libssl/src/crypto/o_dir.h
    U src/lib/libssl/src/crypto/o_dir_test.c
    U src/lib/libssl/src/crypto/o_str.c
    C src/lib/libssl/src/crypto/opensslconf.h
    C src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    C src/lib/libssl/src/crypto/ossl_typ.h
    U src/lib/libssl/src/crypto/o_str.h
    C src/lib/libssl/src/crypto/o_time.c
    C src/lib/libssl/src/crypto/o_time.h
    U src/lib/libssl/src/crypto/ppccpuid.pl
    N src/lib/libssl/src/crypto/s390xcap.c
    U src/lib/libssl/src/crypto/s390xcpuid.S
    U src/lib/libssl/src/crypto/sparccpuid.S
    U src/lib/libssl/src/crypto/sparcv9cap.c
    C src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/uid.c
    C src/lib/libssl/src/crypto/x86_64cpuid.pl
    U src/lib/libssl/src/crypto/x86cpuid.pl
    C src/lib/libssl/src/crypto/aes/aes_cbc.c
    C src/lib/libssl/src/crypto/aes/aes_cfb.c
    C src/lib/libssl/src/crypto/aes/aes_core.c
    C src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    C src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_ige.c
    U src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    C src/lib/libssl/src/crypto/aes/aes_ofb.c
    U src/lib/libssl/src/crypto/aes/aes_wrap.c
    U src/lib/libssl/src/crypto/aes/aes_x86core.c
    U src/lib/libssl/src/crypto/aes/Makefile
    U src/lib/libssl/src/crypto/aes/README
    C src/lib/libssl/src/crypto/aes/asm/aes-586.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-armv4.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-ia64.S
    U src/lib/libssl/src/crypto/aes/asm/aes-ppc.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-s390x.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-sparcv9.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-x86_64.pl
    C src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    U src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    C src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    C src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    C src/lib/libssl/src/crypto/asn1/a_int.c
    C src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/ameth_lib.c
    C src/lib/libssl/src/crypto/asn1/a_object.c
    C src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    C src/lib/libssl/src/crypto/asn1/a_set.c
    C src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/asn1_err.c
    U src/lib/libssl/src/crypto/asn1/asn1_gen.c
    C src/lib/libssl/src/crypto/asn1/asn1.h
    C src/lib/libssl/src/crypto/asn1/asn1_lib.c
    U src/lib/libssl/src/crypto/asn1/asn1_locl.h
    C src/lib/libssl/src/crypto/asn1/asn1_mac.h
    C src/lib/libssl/src/crypto/asn1/asn1_par.c
    C src/lib/libssl/src/crypto/asn1/asn1t.h
    C src/lib/libssl/src/crypto/asn1/asn_mime.c
    U src/lib/libssl/src/crypto/asn1/asn_moid.c
    C src/lib/libssl/src/crypto/asn1/asn_pack.c
    U src/lib/libssl/src/crypto/asn1/a_strex.c
    C src/lib/libssl/src/crypto/asn1/a_strnid.c
    C src/lib/libssl/src/crypto/asn1/a_time.c
    C src/lib/libssl/src/crypto/asn1/a_type.c
    C src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    C src/lib/libssl/src/crypto/asn1/a_verify.c
    U src/lib/libssl/src/crypto/asn1/bio_asn1.c
    U src/lib/libssl/src/crypto/asn1/bio_ndef.c
    C src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    C src/lib/libssl/src/crypto/asn1/d2i_pr.c
    C src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    C src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    U src/lib/libssl/src/crypto/asn1/Makefile
    U src/lib/libssl/src/crypto/asn1/n_pkey.c
    C src/lib/libssl/src/crypto/asn1/nsseq.c
    C src/lib/libssl/src/crypto/asn1/p5_pbe.c
    C src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    C src/lib/libssl/src/crypto/asn1/p8_pkey.c
    C src/lib/libssl/src/crypto/asn1/tasn_dec.c
    C src/lib/libssl/src/crypto/asn1/tasn_enc.c
    C src/lib/libssl/src/crypto/asn1/tasn_fre.c
    C src/lib/libssl/src/crypto/asn1/tasn_new.c
    C src/lib/libssl/src/crypto/asn1/tasn_prn.c
    C src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    C src/lib/libssl/src/crypto/asn1/t_pkey.c
    C src/lib/libssl/src/crypto/asn1/t_req.c
    C src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    C src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    C src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    C src/lib/libssl/src/crypto/asn1/x_long.c
    C src/lib/libssl/src/crypto/asn1/x_name.c
    U src/lib/libssl/src/crypto/asn1/x_nx509.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    C src/lib/libssl/src/crypto/asn1/x_pubkey.c
    C src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    C src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    C src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    C src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    U src/lib/libssl/src/crypto/bf/Makefile
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    C src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    U src/lib/libssl/src/crypto/bio/b_dump.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    C src/lib/libssl/src/crypto/bio/bio_cb.c
    C src/lib/libssl/src/crypto/bio/bio_err.c
    C src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_lcl.h
    C src/lib/libssl/src/crypto/bio/bio_lib.c
    C src/lib/libssl/src/crypto/bio/b_print.c
    C src/lib/libssl/src/crypto/bio/b_sock.c
    C src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    U src/lib/libssl/src/crypto/bio/bss_conn.c
    C src/lib/libssl/src/crypto/bio/bss_dgram.c
    C src/lib/libssl/src/crypto/bio/bss_fd.c
    C src/lib/libssl/src/crypto/bio/bss_file.c
    C src/lib/libssl/src/crypto/bio/bss_log.c
    C src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    C src/lib/libssl/src/crypto/bio/bss_sock.c
    U src/lib/libssl/src/crypto/bio/Makefile
    U src/lib/libssl/src/crypto/bn/bn_add.c
    C src/lib/libssl/src/crypto/bn/bn_asm.c
    C src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_const.c
    C src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_depr.c
    C src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    C src/lib/libssl/src/crypto/bn/bn_exp.c
    U src/lib/libssl/src/crypto/bn/bn_gcd.c
    C src/lib/libssl/src/crypto/bn/bn_gf2m.c
    C src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    C src/lib/libssl/src/crypto/bn/bn_lcl.h
    C src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    C src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    U src/lib/libssl/src/crypto/bn/bn.mul
    C src/lib/libssl/src/crypto/bn/bn_mul.c
    U src/lib/libssl/src/crypto/bn/bn_nist.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    C src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    C src/lib/libssl/src/crypto/bn/bntest.c
    U src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    C src/lib/libssl/src/crypto/bn/exptest.c
    C src/lib/libssl/src/crypto/bn/Makefile
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    U src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/armv4-mont.pl
    C src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    C src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    U src/lib/libssl/src/crypto/bn/asm/mips3-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/ppc64-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc.pl
    U src/lib/libssl/src/crypto/bn/asm/README
    U src/lib/libssl/src/crypto/bn/asm/s390x-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/s390x.S
    C src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv9a-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/sparcv9-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/via-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c
    U src/lib/libssl/src/crypto/bn/asm/x86-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/x86_64-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    C src/lib/libssl/src/crypto/buffer/buf_err.c
    C src/lib/libssl/src/crypto/buffer/buffer.c
    C src/lib/libssl/src/crypto/buffer/buffer.h
    U src/lib/libssl/src/crypto/buffer/Makefile
    U src/lib/libssl/src/crypto/camellia/camellia.c
    U src/lib/libssl/src/crypto/camellia/camellia.h
    U src/lib/libssl/src/crypto/camellia/cmll_cbc.c
    U src/lib/libssl/src/crypto/camellia/cmll_cfb.c
    U src/lib/libssl/src/crypto/camellia/cmll_ctr.c
    U src/lib/libssl/src/crypto/camellia/cmll_ecb.c
    U src/lib/libssl/src/crypto/camellia/cmll_locl.h
    U src/lib/libssl/src/crypto/camellia/cmll_misc.c
    U src/lib/libssl/src/crypto/camellia/cmll_ofb.c
    U src/lib/libssl/src/crypto/camellia/Makefile
    U src/lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl
    U src/lib/libssl/src/crypto/camellia/asm/cmll-x86.pl
    C src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/casttest.c
    C src/lib/libssl/src/crypto/cast/c_cfb64.c
    C src/lib/libssl/src/crypto/cast/c_ecb.c
    C src/lib/libssl/src/crypto/cast/c_enc.c
    C src/lib/libssl/src/crypto/cast/c_ofb64.c
    C src/lib/libssl/src/crypto/cast/c_skey.c
    U src/lib/libssl/src/crypto/cast/Makefile
    C src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    U src/lib/libssl/src/crypto/cms/cms_asn1.c
    U src/lib/libssl/src/crypto/cms/cms_att.c
    U src/lib/libssl/src/crypto/cms/cms_cd.c
    U src/lib/libssl/src/crypto/cms/cms_dd.c
    U src/lib/libssl/src/crypto/cms/cms_enc.c
    U src/lib/libssl/src/crypto/cms/cms_env.c
    U src/lib/libssl/src/crypto/cms/cms_err.c
    U src/lib/libssl/src/crypto/cms/cms_ess.c
    U src/lib/libssl/src/crypto/cms/cms.h
    U src/lib/libssl/src/crypto/cms/cms_io.c
    U src/lib/libssl/src/crypto/cms/cms_lcl.h
    U src/lib/libssl/src/crypto/cms/cms_lib.c
    U src/lib/libssl/src/crypto/cms/cms_sd.c
    C src/lib/libssl/src/crypto/cms/cms_smime.c
    U src/lib/libssl/src/crypto/cms/Makefile
    C src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    U src/lib/libssl/src/crypto/comp/c_rle.c
    C src/lib/libssl/src/crypto/comp/c_zlib.c
    U src/lib/libssl/src/crypto/comp/Makefile
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    C src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    C src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    C src/lib/libssl/src/crypto/conf/conf_err.c
    C src/lib/libssl/src/crypto/conf/conf.h
    C src/lib/libssl/src/crypto/conf/conf_lib.c
    C src/lib/libssl/src/crypto/conf/conf_mall.c
    C src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    U src/lib/libssl/src/crypto/conf/Makefile
    C src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    U src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des.c
    C src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des.h
    C src/lib/libssl/src/crypto/des/des-lib.com
    C src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_old.c
    U src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/FILES0
    C src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    C src/lib/libssl/src/crypto/des/enc_read.c
    C src/lib/libssl/src/crypto/des/enc_writ.c
    C src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/KERBEROS
    U src/lib/libssl/src/crypto/des/Makefile
    U src/lib/libssl/src/crypto/des/makefile.bc
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/read_pwd.c
    C src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    C src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    U src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/VERSION
    C src/lib/libssl/src/crypto/des/xcbc_enc.c
    C src/lib/libssl/src/crypto/des/asm/crypt586.pl
    C src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/des_enc.m4
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    N src/lib/libssl/src/crypto/dh/dh_ameth.c
    C src/lib/libssl/src/crypto/dh/dh_asn1.c
    C src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_depr.c
    C src/lib/libssl/src/crypto/dh/dh_err.c
    C src/lib/libssl/src/crypto/dh/dh_gen.c
    C src/lib/libssl/src/crypto/dh/dh.h
    C src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    N src/lib/libssl/src/crypto/dh/dh_pmeth.c
    N src/lib/libssl/src/crypto/dh/dh_prn.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    C src/lib/libssl/src/crypto/dh/Makefile
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    N src/lib/libssl/src/crypto/dsa/dsa_ameth.c
    C src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_depr.c
    C src/lib/libssl/src/crypto/dsa/dsa_err.c
    C src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    C src/lib/libssl/src/crypto/dsa/dsa.h
    C src/lib/libssl/src/crypto/dsa/dsa_key.c
    C src/lib/libssl/src/crypto/dsa/dsa_lib.c
    N src/lib/libssl/src/crypto/dsa/dsa_locl.h
    C src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    N src/lib/libssl/src/crypto/dsa/dsa_pmeth.c
    N src/lib/libssl/src/crypto/dsa/dsa_prn.c
    C src/lib/libssl/src/crypto/dsa/dsa_sign.c
    C src/lib/libssl/src/crypto/dsa/dsatest.c
    C src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    C src/lib/libssl/src/crypto/dsa/Makefile
    U src/lib/libssl/src/crypto/dsa/README
    N src/lib/libssl/src/crypto/dso/dso_beos.c
    C src/lib/libssl/src/crypto/dso/dso_dl.c
    C src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    C src/lib/libssl/src/crypto/dso/dso_err.c
    C src/lib/libssl/src/crypto/dso/dso.h
    C src/lib/libssl/src/crypto/dso/dso_lib.c
    C src/lib/libssl/src/crypto/dso/dso_null.c
    C src/lib/libssl/src/crypto/dso/dso_openssl.c
    C src/lib/libssl/src/crypto/dso/dso_vms.c
    C src/lib/libssl/src/crypto/dso/dso_win32.c
    U src/lib/libssl/src/crypto/dso/Makefile
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/ec/ec2_mult.c
    C src/lib/libssl/src/crypto/ec/ec2_smpl.c
    N src/lib/libssl/src/crypto/ec/ec_ameth.c
    U src/lib/libssl/src/crypto/ec/ec_asn1.c
    U src/lib/libssl/src/crypto/ec/ec_check.c
    U src/lib/libssl/src/crypto/ec/ec_curve.c
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    C src/lib/libssl/src/crypto/ec/ec_err.c
    C src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_key.c
    N src/lib/libssl/src/crypto/ec/eck_prn.c
    C src/lib/libssl/src/crypto/ec/ec_lcl.h
    C src/lib/libssl/src/crypto/ec/ec_lib.c
    C src/lib/libssl/src/crypto/ec/ec_mult.c
    N src/lib/libssl/src/crypto/ec/ec_pmeth.c
    U src/lib/libssl/src/crypto/ec/ecp_mont.c
    C src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ec_print.c
    U src/lib/libssl/src/crypto/ec/ecp_smpl.c
    C src/lib/libssl/src/crypto/ec/ectest.c
    U src/lib/libssl/src/crypto/ec/Makefile
    U src/lib/libssl/src/crypto/ecdh/ecdh.h
    U src/lib/libssl/src/crypto/ecdh/ecdhtest.c
    U src/lib/libssl/src/crypto/ecdh/ech_err.c
    U src/lib/libssl/src/crypto/ecdh/ech_key.c
    U src/lib/libssl/src/crypto/ecdh/ech_lib.c
    U src/lib/libssl/src/crypto/ecdh/ech_locl.h
    U src/lib/libssl/src/crypto/ecdh/ech_ossl.c
    C src/lib/libssl/src/crypto/ecdh/Makefile
    U src/lib/libssl/src/crypto/ecdsa/ecdsa.h
    U src/lib/libssl/src/crypto/ecdsa/ecdsatest.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_asn1.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_err.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_lib.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_locl.h
    U src/lib/libssl/src/crypto/ecdsa/ecs_ossl.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_sign.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_vrf.c
    C src/lib/libssl/src/crypto/ecdsa/Makefile
    C src/lib/libssl/src/crypto/engine/eng_all.c
    C src/lib/libssl/src/crypto/engine/eng_cnf.c
    U src/lib/libssl/src/crypto/engine/eng_cryptodev.c
    C src/lib/libssl/src/crypto/engine/eng_ctrl.c
    C src/lib/libssl/src/crypto/engine/eng_dyn.c
    C src/lib/libssl/src/crypto/engine/eng_err.c
    C src/lib/libssl/src/crypto/engine/eng_fat.c
    C src/lib/libssl/src/crypto/engine/engine.h
    C src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    C src/lib/libssl/src/crypto/engine/eng_int.h
    C src/lib/libssl/src/crypto/engine/eng_lib.c
    C src/lib/libssl/src/crypto/engine/eng_list.c
    C src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    C src/lib/libssl/src/crypto/engine/eng_table.c
    C src/lib/libssl/src/crypto/engine/Makefile
    U src/lib/libssl/src/crypto/engine/README
    N src/lib/libssl/src/crypto/engine/tb_asnmth.c
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_ecdh.c
    U src/lib/libssl/src/crypto/engine/tb_ecdsa.c
    N src/lib/libssl/src/crypto/engine/tb_pkmeth.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/tb_store.c
    C src/lib/libssl/src/crypto/err/err_all.c
    C src/lib/libssl/src/crypto/err/err.c
    C src/lib/libssl/src/crypto/err/err.h
    C src/lib/libssl/src/crypto/err/err_prn.c
    U src/lib/libssl/src/crypto/err/Makefile
    C src/lib/libssl/src/crypto/err/openssl.ec
    C src/lib/libssl/src/crypto/evp/bio_b64.c
    C src/lib/libssl/src/crypto/evp/bio_enc.c
    C src/lib/libssl/src/crypto/evp/bio_md.c
    U src/lib/libssl/src/crypto/evp/bio_ok.c
    C src/lib/libssl/src/crypto/evp/c_all.c
    C src/lib/libssl/src/crypto/evp/c_allc.c
    C src/lib/libssl/src/crypto/evp/c_alld.c
    C src/lib/libssl/src/crypto/evp/digest.c
    C src/lib/libssl/src/crypto/evp/e_aes.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_camellia.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    C src/lib/libssl/src/crypto/evp/e_des3.c
    C src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    C src/lib/libssl/src/crypto/evp/e_idea.c
    C src/lib/libssl/src/crypto/evp/encode.c
    C src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_old.c
    C src/lib/libssl/src/crypto/evp/e_rc2.c
    C src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/e_seed.c
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    C src/lib/libssl/src/crypto/evp/evp_enc.c
    C src/lib/libssl/src/crypto/evp/evp_err.c
    C src/lib/libssl/src/crypto/evp/evp.h
    C src/lib/libssl/src/crypto/evp/evp_key.c
    C src/lib/libssl/src/crypto/evp/evp_lib.c
    C src/lib/libssl/src/crypto/evp/evp_locl.h
    C src/lib/libssl/src/crypto/evp/evp_pbe.c
    C src/lib/libssl/src/crypto/evp/evp_pkey.c
    C src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    C src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    C src/lib/libssl/src/crypto/evp/Makefile
    C src/lib/libssl/src/crypto/evp/m_dss1.c
    C src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_ecdsa.c
    C src/lib/libssl/src/crypto/evp/m_md2.c
    C src/lib/libssl/src/crypto/evp/m_md4.c
    C src/lib/libssl/src/crypto/evp/m_md5.c
    C src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    C src/lib/libssl/src/crypto/evp/m_sha1.c
    C src/lib/libssl/src/crypto/evp/m_sha.c
    N src/lib/libssl/src/crypto/evp/m_sigver.c
    N src/lib/libssl/src/crypto/evp/m_wp.c
    C src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    C src/lib/libssl/src/crypto/evp/p5_crpt2.c
    C src/lib/libssl/src/crypto/evp/p_dec.c
    C src/lib/libssl/src/crypto/evp/p5_crpt.c
    C src/lib/libssl/src/crypto/evp/p_enc.c
    C src/lib/libssl/src/crypto/evp/p_lib.c
    N src/lib/libssl/src/crypto/evp/pmeth_fn.c
    N src/lib/libssl/src/crypto/evp/pmeth_gn.c
    N src/lib/libssl/src/crypto/evp/pmeth_lib.c
    C src/lib/libssl/src/crypto/evp/p_open.c
    C src/lib/libssl/src/crypto/evp/p_seal.c
    C src/lib/libssl/src/crypto/evp/p_sign.c
    C src/lib/libssl/src/crypto/evp/p_verify.c
    U src/lib/libssl/src/crypto/md2/Makefile
    U src/lib/libssl/src/crypto/md2/md2.c
    C src/lib/libssl/src/crypto/md2/md2_dgst.c
    C src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    C src/lib/libssl/src/crypto/hmac/hmac.c
    C src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    N src/lib/libssl/src/crypto/hmac/hm_ameth.c
    N src/lib/libssl/src/crypto/hmac/hm_pmeth.c
    U src/lib/libssl/src/crypto/hmac/Makefile
    C src/lib/libssl/src/crypto/idea/idea.h
    U src/lib/libssl/src/crypto/idea/ideatest.c
    U src/lib/libssl/src/crypto/idea/Makefile
    U src/lib/libssl/src/crypto/idea/version
    U src/lib/libssl/src/crypto/jpake/jpake.c
    U src/lib/libssl/src/crypto/jpake/jpake_err.c
    U src/lib/libssl/src/crypto/jpake/jpake.h
    U src/lib/libssl/src/crypto/jpake/jpaketest.c
    U src/lib/libssl/src/crypto/jpake/Makefile
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    U src/lib/libssl/src/crypto/krb5/Makefile
    C src/lib/libssl/src/crypto/lhash/lhash.c
    C src/lib/libssl/src/crypto/lhash/lhash.h
    C src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    U src/lib/libssl/src/crypto/lhash/Makefile
    U src/lib/libssl/src/crypto/lhash/num.pl
    U src/lib/libssl/src/crypto/md4/Makefile
    U src/lib/libssl/src/crypto/md4/md4.c
    C src/lib/libssl/src/crypto/md4/md4_dgst.c
    C src/lib/libssl/src/crypto/md4/md4.h
    U src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    U src/lib/libssl/src/crypto/md5/Makefile
    U src/lib/libssl/src/crypto/md5/md5.c
    C src/lib/libssl/src/crypto/md5/md5_dgst.c
    C src/lib/libssl/src/crypto/md5/md5.h
    C src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    C src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    N src/lib/libssl/src/crypto/md5/asm/md5-ia64.S
    U src/lib/libssl/src/crypto/md5/asm/md5-x86_64.pl
    C src/lib/libssl/src/crypto/mdc2/Makefile
    C src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    C src/lib/libssl/src/crypto/mdc2/mdc2.h
    C src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    N src/lib/libssl/src/crypto/modes/cbc128.c
    N src/lib/libssl/src/crypto/modes/cfb128.c
    N src/lib/libssl/src/crypto/modes/ctr128.c
    N src/lib/libssl/src/crypto/modes/cts128.c
    N src/lib/libssl/src/crypto/modes/Makefile
    N src/lib/libssl/src/crypto/modes/modes.h
    N src/lib/libssl/src/crypto/modes/ofb128.c
    U src/lib/libssl/src/crypto/objects/Makefile
    C src/lib/libssl/src/crypto/objects/obj_dat.c
    C src/lib/libssl/src/crypto/objects/obj_dat.h
    C src/lib/libssl/src/crypto/objects/obj_dat.pl
    C src/lib/libssl/src/crypto/objects/objects.h
    C src/lib/libssl/src/crypto/objects/objects.pl
    U src/lib/libssl/src/crypto/objects/objects.README
    C src/lib/libssl/src/crypto/objects/objects.txt
    C src/lib/libssl/src/crypto/objects/obj_err.c
    C src/lib/libssl/src/crypto/objects/obj_lib.c
    C src/lib/libssl/src/crypto/objects/obj_mac.h
    C src/lib/libssl/src/crypto/objects/obj_mac.num
    N src/lib/libssl/src/crypto/objects/obj_xref.c
    N src/lib/libssl/src/crypto/objects/obj_xref.h
    N src/lib/libssl/src/crypto/objects/objxref.pl
    N src/lib/libssl/src/crypto/objects/obj_xref.txt
    C src/lib/libssl/src/crypto/objects/o_names.c
    U src/lib/libssl/src/crypto/ocsp/Makefile
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    C src/lib/libssl/src/crypto/ocsp/ocsp.h
    C src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    U src/lib/libssl/src/crypto/pem/Makefile
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem2.h
    C src/lib/libssl/src/crypto/pem/pem_all.c
    C src/lib/libssl/src/crypto/pem/pem_err.c
    C src/lib/libssl/src/crypto/pem/pem.h
    C src/lib/libssl/src/crypto/pem/pem_info.c
    C src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    C src/lib/libssl/src/crypto/pem/pem_pkey.c
    C src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    C src/lib/libssl/src/crypto/pem/pem_x509.c
    C src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    N src/lib/libssl/src/crypto/pem/pvkfmt.c
    U src/lib/libssl/src/crypto/perlasm/cbc.pl
    N src/lib/libssl/src/crypto/perlasm/ppc-xlate.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    C src/lib/libssl/src/crypto/perlasm/x86_64-xlate.pl
    C src/lib/libssl/src/crypto/perlasm/x86asm.pl
    N src/lib/libssl/src/crypto/perlasm/x86gas.pl
    N src/lib/libssl/src/crypto/perlasm/x86masm.pl
    C src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/pkcs12/Makefile
    C src/lib/libssl/src/crypto/pkcs12/p12_add.c
    U src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    C src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    C src/lib/libssl/src/crypto/pkcs12/p12_key.c
    C src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    C src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    C src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    C src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    C src/lib/libssl/src/crypto/pkcs12/pk12err.c
    C src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    N src/lib/libssl/src/crypto/pkcs7/bio_pk7.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    U src/lib/libssl/src/crypto/pkcs7/Makefile
    C src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    C src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    C src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    U src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    U src/lib/libssl/src/crypto/pqueue/Makefile
    U src/lib/libssl/src/crypto/pqueue/pq_test.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.h
    C src/lib/libssl/src/crypto/rand/Makefile
    C src/lib/libssl/src/crypto/rand/md_rand.c
    C src/lib/libssl/src/crypto/rand/rand_egd.c
    C src/lib/libssl/src/crypto/rand/rand_err.c
    C src/lib/libssl/src/crypto/rand/randfile.c
    C src/lib/libssl/src/crypto/rand/rand.h
    C src/lib/libssl/src/crypto/rand/rand_lcl.h
    C src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_nw.c
    C src/lib/libssl/src/crypto/rand/rand_os2.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    C src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    C src/lib/libssl/src/crypto/rand/rand_win.c
    U src/lib/libssl/src/crypto/rc2/Makefile
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    C src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    C src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    U src/lib/libssl/src/crypto/rc4/Makefile
    U src/lib/libssl/src/crypto/rc4/rc4.c
    C src/lib/libssl/src/crypto/rc4/rc4_enc.c
    C src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    C src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    C src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    C src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    N src/lib/libssl/src/crypto/rc4/asm/rc4-ia64.pl
    N src/lib/libssl/src/crypto/rc4/asm/rc4-s390x.pl
    C src/lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl
    U src/lib/libssl/src/crypto/rc5/Makefile
    C src/lib/libssl/src/crypto/rc5/rc5.h
    U src/lib/libssl/src/crypto/rc5/rc5_locl.h
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    U src/lib/libssl/src/crypto/ripemd/Makefile
    U src/lib/libssl/src/crypto/ripemd/README
    C src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    C src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    C src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    C src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    C src/lib/libssl/src/crypto/rsa/Makefile
    N src/lib/libssl/src/crypto/rsa/rsa_ameth.c
    C src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    U src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_depr.c
    C src/lib/libssl/src/crypto/rsa/rsa_eay.c
    C src/lib/libssl/src/crypto/rsa/rsa_err.c
    C src/lib/libssl/src/crypto/rsa/rsa_gen.c
    C src/lib/libssl/src/crypto/rsa/rsa.h
    C src/lib/libssl/src/crypto/rsa/rsa_lib.c
    N src/lib/libssl/src/crypto/rsa/rsa_locl.h
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    C src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    N src/lib/libssl/src/crypto/rsa/rsa_pmeth.c
    N src/lib/libssl/src/crypto/rsa/rsa_prn.c
    U src/lib/libssl/src/crypto/rsa/rsa_pss.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    C src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    C src/lib/libssl/src/crypto/rsa/rsa_test.c
    U src/lib/libssl/src/crypto/rsa/rsa_x931.c
    U src/lib/libssl/src/crypto/seed/Makefile
    U src/lib/libssl/src/crypto/seed/seed.c
    U src/lib/libssl/src/crypto/seed/seed_cbc.c
    U src/lib/libssl/src/crypto/seed/seed_cfb.c
    U src/lib/libssl/src/crypto/seed/seed_ecb.c
    U src/lib/libssl/src/crypto/seed/seed.h
    U src/lib/libssl/src/crypto/seed/seed_locl.h
    U src/lib/libssl/src/crypto/seed/seed_ofb.c
    U src/lib/libssl/src/crypto/sha/Makefile
    U src/lib/libssl/src/crypto/sha/sha1.c
    C src/lib/libssl/src/crypto/sha/sha1dgst.c
    C src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha256.c
    U src/lib/libssl/src/crypto/sha/sha256t.c
    U src/lib/libssl/src/crypto/sha/sha512.c
    U src/lib/libssl/src/crypto/sha/sha512t.c
    U src/lib/libssl/src/crypto/sha/sha.c
    C src/lib/libssl/src/crypto/sha/sha_dgst.c
    C src/lib/libssl/src/crypto/sha/sha.h
    C src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    C src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    C src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-armv4-large.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-ia64.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-ppc.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-s390x.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9a.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-sparcv9.pl
    N src/lib/libssl/src/crypto/sha/asm/sha1-thumb.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-x86_64.pl
    N src/lib/libssl/src/crypto/sha/asm/sha256-586.pl
    N src/lib/libssl/src/crypto/sha/asm/sha256-armv4.pl
    N src/lib/libssl/src/crypto/sha/asm/sha512-586.pl
    N src/lib/libssl/src/crypto/sha/asm/sha512-armv4.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-ia64.pl
    N src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl
    N src/lib/libssl/src/crypto/sha/asm/sha512-s390x.pl
    N src/lib/libssl/src/crypto/sha/asm/sha512-sparcv9.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl
    U src/lib/libssl/src/crypto/stack/Makefile
    C src/lib/libssl/src/crypto/stack/safestack.h
    C src/lib/libssl/src/crypto/stack/stack.c
    C src/lib/libssl/src/crypto/stack/stack.h
    U src/lib/libssl/src/crypto/store/Makefile
    U src/lib/libssl/src/crypto/store/README
    U src/lib/libssl/src/crypto/store/store.h
    U src/lib/libssl/src/crypto/store/str_err.c
    U src/lib/libssl/src/crypto/store/str_lib.c
    U src/lib/libssl/src/crypto/store/str_locl.h
    U src/lib/libssl/src/crypto/store/str_mem.c
    U src/lib/libssl/src/crypto/store/str_meth.c
    C src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/netware.bat
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthread.sh
    C src/lib/libssl/src/crypto/threads/pthreads-vms.com
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    N src/lib/libssl/src/crypto/ts/Makefile
    N src/lib/libssl/src/crypto/ts/ts_asn1.c
    N src/lib/libssl/src/crypto/ts/ts_conf.c
    N src/lib/libssl/src/crypto/ts/ts_err.c
    N src/lib/libssl/src/crypto/ts/ts.h
    N src/lib/libssl/src/crypto/ts/ts_lib.c
    N src/lib/libssl/src/crypto/ts/ts_req_print.c
    N src/lib/libssl/src/crypto/ts/ts_req_utils.c
    N src/lib/libssl/src/crypto/ts/ts_rsp_print.c
    N src/lib/libssl/src/crypto/ts/ts_rsp_sign.c
    N src/lib/libssl/src/crypto/ts/ts_rsp_utils.c
    N src/lib/libssl/src/crypto/ts/ts_rsp_verify.c
    N src/lib/libssl/src/crypto/ts/ts_verify_ctx.c
    U src/lib/libssl/src/crypto/txt_db/Makefile
    C src/lib/libssl/src/crypto/txt_db/txt_db.c
    C src/lib/libssl/src/crypto/txt_db/txt_db.h
    U src/lib/libssl/src/crypto/ui/Makefile
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    C src/lib/libssl/src/crypto/ui/ui_err.c
    C src/lib/libssl/src/crypto/ui/ui.h
    C src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    C src/lib/libssl/src/crypto/ui/ui_openssl.c
    U src/lib/libssl/src/crypto/ui/ui_util.c
    N src/lib/libssl/src/crypto/whrlpool/Makefile
    N src/lib/libssl/src/crypto/whrlpool/whrlpool.h
    N src/lib/libssl/src/crypto/whrlpool/wp_block.c
    N src/lib/libssl/src/crypto/whrlpool/wp_dgst.c
    N src/lib/libssl/src/crypto/whrlpool/wp_locl.h
    N src/lib/libssl/src/crypto/whrlpool/wp_test.c
    N src/lib/libssl/src/crypto/whrlpool/asm/wp-mmx.pl
    N src/lib/libssl/src/crypto/whrlpool/asm/wp-x86_64.pl
    C src/lib/libssl/src/crypto/x509/by_dir.c
    C src/lib/libssl/src/crypto/x509/by_file.c
    U src/lib/libssl/src/crypto/x509/Makefile
    U src/lib/libssl/src/crypto/x509/x509_att.c
    C src/lib/libssl/src/crypto/x509/x509_cmp.c
    C src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    C src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    C src/lib/libssl/src/crypto/x509/x509.h
    C src/lib/libssl/src/crypto/x509/x509_lu.c
    C src/lib/libssl/src/crypto/x509/x509name.c
    C src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    C src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    C src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    C src/lib/libssl/src/crypto/x509/x509_trs.c
    C src/lib/libssl/src/crypto/x509/x509_txt.c
    C src/lib/libssl/src/crypto/x509/x509type.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x509_vpm.c
    C src/lib/libssl/src/crypto/x509/x_all.c
    C src/lib/libssl/src/crypto/x509v3/ext_dat.h
    U src/lib/libssl/src/crypto/x509v3/Makefile
    U src/lib/libssl/src/crypto/x509v3/pcy_cache.c
    C src/lib/libssl/src/crypto/x509v3/pcy_data.c
    U src/lib/libssl/src/crypto/x509v3/pcy_int.h
    U src/lib/libssl/src/crypto/x509v3/pcy_lib.c
    U src/lib/libssl/src/crypto/x509v3/pcy_map.c
    U src/lib/libssl/src/crypto/x509v3/pcy_node.c
    C src/lib/libssl/src/crypto/x509v3/pcy_tree.c
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    C src/lib/libssl/src/crypto/x509v3/v3_addr.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    C src/lib/libssl/src/crypto/x509v3/v3_alt.c
    C src/lib/libssl/src/crypto/x509v3/v3_asid.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    C src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    C src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    C src/lib/libssl/src/crypto/x509v3/v3_crld.c
    C src/lib/libssl/src/crypto/x509v3/v3_enum.c
    C src/lib/libssl/src/crypto/x509v3/v3err.c
    C src/lib/libssl/src/crypto/x509v3/v3_extku.c
    C src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    U src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    C src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ncons.c
    C src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcia.c
    U src/lib/libssl/src/crypto/x509v3/v3_pci.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3_pmaps.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    C src/lib/libssl/src/crypto/x509v3/v3_prn.c
    C src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    C src/lib/libssl/src/crypto/x509v3/v3_utl.c
    C src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    N src/lib/libssl/src/demos/cms/cacert.pem
    N src/lib/libssl/src/demos/cms/cakey.pem
    N src/lib/libssl/src/demos/cms/cms_comp.c
    N src/lib/libssl/src/demos/cms/cms_ddec.c
    N src/lib/libssl/src/demos/cms/cms_dec.c
    N src/lib/libssl/src/demos/cms/cms_denc.c
    N src/lib/libssl/src/demos/cms/cms_enc.c
    N src/lib/libssl/src/demos/cms/cms_sign2.c
    N src/lib/libssl/src/demos/cms/cms_sign.c
    N src/lib/libssl/src/demos/cms/cms_uncomp.c
    N src/lib/libssl/src/demos/cms/cms_ver.c
    N src/lib/libssl/src/demos/cms/comp.txt
    N src/lib/libssl/src/demos/cms/encr.txt
    N src/lib/libssl/src/demos/cms/signer2.pem
    N src/lib/libssl/src/demos/cms/signer.pem
    N src/lib/libssl/src/demos/cms/sign.txt
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    U src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    U src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    U src/lib/libssl/src/demos/engines/ibmca/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/build.com
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    U src/lib/libssl/src/demos/engines/zencod/Makefile
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/maurice/README
    C src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/sign/sig.txt
    N src/lib/libssl/src/demos/smime/cacert.pem
    N src/lib/libssl/src/demos/smime/cakey.pem
    N src/lib/libssl/src/demos/smime/encr.txt
    N src/lib/libssl/src/demos/smime/signer2.pem
    N src/lib/libssl/src/demos/smime/signer.pem
    N src/lib/libssl/src/demos/smime/sign.txt
    N src/lib/libssl/src/demos/smime/smdec.c
    N src/lib/libssl/src/demos/smime/smenc.c
    N src/lib/libssl/src/demos/smime/smsign2.c
    N src/lib/libssl/src/demos/smime/smsign.c
    N src/lib/libssl/src/demos/smime/smver.c
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/ssltest-ecc/ECCcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ECC-RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/README
    U src/lib/libssl/src/demos/ssltest-ecc/RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ssltest.sh
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    C src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/CA.pem
    C src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/test.sh
    C src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    C src/lib/libssl/src/demos/x509/mkcert.c
    C src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/doc/c-indentation.el
    U src/lib/libssl/src/doc/fingerprints.txt
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/openssl-shared.txt
    U src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/README
    C src/lib/libssl/src/doc/ssleay.txt
    C src/lib/libssl/src/doc/standards.txt
    C src/lib/libssl/src/doc/apps/asn1parse.pod
    U src/lib/libssl/src/doc/apps/CA.pl.pod
    C src/lib/libssl/src/doc/apps/ca.pod
    C src/lib/libssl/src/doc/apps/ciphers.pod
    N src/lib/libssl/src/doc/apps/cms.pod
    U src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    U src/lib/libssl/src/doc/apps/crl.pod
    C src/lib/libssl/src/doc/apps/dgst.pod
    C src/lib/libssl/src/doc/apps/dhparam.pod
    C src/lib/libssl/src/doc/apps/dsaparam.pod
    C src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/ecparam.pod
    U src/lib/libssl/src/doc/apps/ec.pod
    C src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/errstr.pod
    C src/lib/libssl/src/doc/apps/gendsa.pod
    N src/lib/libssl/src/doc/apps/genpkey.pod
    C src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    C src/lib/libssl/src/doc/apps/ocsp.pod
    C src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    C src/lib/libssl/src/doc/apps/pkcs12.pod
    C src/lib/libssl/src/doc/apps/pkcs7.pod
    C src/lib/libssl/src/doc/apps/pkcs8.pod
    N src/lib/libssl/src/doc/apps/pkeyparam.pod
    N src/lib/libssl/src/doc/apps/pkey.pod
    N src/lib/libssl/src/doc/apps/pkeyutl.pod
    U src/lib/libssl/src/doc/apps/rand.pod
    C src/lib/libssl/src/doc/apps/req.pod
    C src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    C src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    C src/lib/libssl/src/doc/apps/smime.pod
    C src/lib/libssl/src/doc/apps/speed.pod
    C src/lib/libssl/src/doc/apps/spkac.pod
    C src/lib/libssl/src/doc/apps/s_server.pod
    U src/lib/libssl/src/doc/apps/s_time.pod
    N src/lib/libssl/src/doc/apps/tsget.pod
    N src/lib/libssl/src/doc/apps/ts.pod
    C src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    C src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/apps/x509v3_config.pod
    U src/lib/libssl/src/doc/crypto/ASN1_generate_nconf.pod
    U src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    N src/lib/libssl/src/doc/crypto/BIO_new_CMS.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    C src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_BLINDING_new.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    C src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    U src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    U src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    N src/lib/libssl/src/doc/crypto/CMS_add0_cert.pod
    N src/lib/libssl/src/doc/crypto/CMS_add1_recipient_cert.pod
    N src/lib/libssl/src/doc/crypto/CMS_compress.pod
    N src/lib/libssl/src/doc/crypto/CMS_decrypt.pod
    N src/lib/libssl/src/doc/crypto/CMS_encrypt.pod
    N src/lib/libssl/src/doc/crypto/CMS_final.pod
    N src/lib/libssl/src/doc/crypto/CMS_get0_RecipientInfos.pod
    N src/lib/libssl/src/doc/crypto/CMS_get0_SignerInfos.pod
    N src/lib/libssl/src/doc/crypto/CMS_get0_type.pod
    N src/lib/libssl/src/doc/crypto/CMS_get1_ReceiptRequest.pod
    N src/lib/libssl/src/doc/crypto/CMS_sign_add1_signer.pod
    N src/lib/libssl/src/doc/crypto/CMS_sign.pod
    N src/lib/libssl/src/doc/crypto/CMS_sign_receipt.pod
    N src/lib/libssl/src/doc/crypto/CMS_uncompress.pod
    N src/lib/libssl/src/doc/crypto/CMS_verify.pod
    N src/lib/libssl/src/doc/crypto/CMS_verify_receipt.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_free.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    C src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod
    C src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    U src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    U src/lib/libssl/src/doc/crypto/dh.pod
    U src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    C src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DSA_new.pod
    U src/lib/libssl/src/doc/crypto/dsa.pod
    U src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/ecdsa.pod
    U src/lib/libssl/src/doc/crypto/engine.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    U src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/err.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    U src/lib/libssl/src/doc/crypto/ERR_set_mark.pod
    U src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    C src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    N src/lib/libssl/src/doc/crypto/EVP_DigestSignInit.pod
    N src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_cmp.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_ctrl.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_CTX_new.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_decrypt.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_derive.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_encrypt.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_get_default_digest.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_keygen.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod
    C src/lib/libssl/src/doc/crypto/evp.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_print_private.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_sign.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_verify.pod
    N src/lib/libssl/src/doc/crypto/EVP_PKEY_verifyrecover.pod
    U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    C src/lib/libssl/src/doc/crypto/hmac.pod
    N src/lib/libssl/src/doc/crypto/i2d_CMS_bio_stream.pod
    N src/lib/libssl/src/doc/crypto/i2d_PKCS7_bio_stream.pod
    C src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod
    U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_Applink.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_config.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_ia32cap.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    C src/lib/libssl/src/doc/crypto/pem.pod
    N src/lib/libssl/src/doc/crypto/PEM_write_bio_CMS_stream.pod
    N src/lib/libssl/src/doc/crypto/PEM_write_bio_PKCS7_stream.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_create.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_parse.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod
    N src/lib/libssl/src/doc/crypto/PKCS7_sign_add_signer.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_sign.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_verify.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    U src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    U src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/rsa.pod
    U src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    N src/lib/libssl/src/doc/crypto/SMIME_read_CMS.pod
    U src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod
    N src/lib/libssl/src/doc/crypto/SMIME_write_CMS.pod
    U src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod
    C src/lib/libssl/src/doc/crypto/threads.pod
    C src/lib/libssl/src/doc/crypto/ui_compat.pod
    U src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod
    U src/lib/libssl/src/doc/crypto/X509_new.pod
    U src/lib/libssl/src/doc/crypto/x509.pod
    N src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod
    N src/lib/libssl/src/doc/crypto/X509_STORE_CTX_new.pod
    N src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod
    N src/lib/libssl/src/doc/crypto/X509_STORE_CTX_set_verify_cb.pod
    N src/lib/libssl/src/doc/crypto/X509_STORE_set_verify_cb_func.pod
    N src/lib/libssl/src/doc/crypto/X509_verify_cert.pod
    N src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/HOWTO/keys.txt
    U src/lib/libssl/src/doc/HOWTO/proxy_certificates.txt
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    U src/lib/libssl/src/doc/ssl/SSL_accept.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    U src/lib/libssl/src/doc/ssl/SSL_connect.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    N src/lib/libssl/src/doc/ssl/SSL_CTX_set_psk_client_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    N src/lib/libssl/src/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
    U src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    U src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    N src/lib/libssl/src/doc/ssl/SSL_get_psk_identity.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    C src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    C src/lib/libssl/src/doc/ssl/ssl.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    U src/lib/libssl/src/doc/ssl/SSL_write.pod
    N src/lib/libssl/src/engines/alpha.opt
    U src/lib/libssl/src/engines/axp.opt
    N src/lib/libssl/src/engines/capierr.bat
    U src/lib/libssl/src/engines/e_4758cca.c
    U src/lib/libssl/src/engines/e_4758cca.ec
    U src/lib/libssl/src/engines/e_4758cca_err.c
    U src/lib/libssl/src/engines/e_4758cca_err.h
    U src/lib/libssl/src/engines/e_aep.c
    U src/lib/libssl/src/engines/e_aep.ec
    U src/lib/libssl/src/engines/e_aep_err.c
    U src/lib/libssl/src/engines/e_aep_err.h
    U src/lib/libssl/src/engines/e_atalla.c
    U src/lib/libssl/src/engines/e_atalla.ec
    U src/lib/libssl/src/engines/e_atalla_err.c
    U src/lib/libssl/src/engines/e_atalla_err.h
    C src/lib/libssl/src/engines/e_capi.c
    U src/lib/libssl/src/engines/e_capi.ec
    C src/lib/libssl/src/engines/e_capi_err.c
    C src/lib/libssl/src/engines/e_capi_err.h
    U src/lib/libssl/src/engines/e_chil.c
    U src/lib/libssl/src/engines/e_chil.ec
    U src/lib/libssl/src/engines/e_chil_err.c
    U src/lib/libssl/src/engines/e_chil_err.h
    U src/lib/libssl/src/engines/e_cswift.c
    U src/lib/libssl/src/engines/e_cswift.ec
    U src/lib/libssl/src/engines/e_cswift_err.c
    U src/lib/libssl/src/engines/e_cswift_err.h
    C src/lib/libssl/src/engines/e_gmp.c
    U src/lib/libssl/src/engines/e_gmp.ec
    U src/lib/libssl/src/engines/e_gmp_err.c
    U src/lib/libssl/src/engines/e_gmp_err.h
    U src/lib/libssl/src/engines/engine_vector.mar
    U src/lib/libssl/src/engines/e_nuron.c
    U src/lib/libssl/src/engines/e_nuron.ec
    U src/lib/libssl/src/engines/e_nuron_err.c
    U src/lib/libssl/src/engines/e_nuron_err.h
    N src/lib/libssl/src/engines/e_padlock.c
    N src/lib/libssl/src/engines/e_padlock.ec
    U src/lib/libssl/src/engines/e_sureware.c
    U src/lib/libssl/src/engines/e_sureware.ec
    U src/lib/libssl/src/engines/e_sureware_err.c
    U src/lib/libssl/src/engines/e_sureware_err.h
    C src/lib/libssl/src/engines/e_ubsec.c
    U src/lib/libssl/src/engines/e_ubsec.ec
    N src/lib/libssl/src/engines/ia64.opt
    U src/lib/libssl/src/engines/e_ubsec_err.c
    U src/lib/libssl/src/engines/e_ubsec_err.h
    U src/lib/libssl/src/engines/makeengines.com
    C src/lib/libssl/src/engines/Makefile
    U src/lib/libssl/src/engines/vax.opt
    N src/lib/libssl/src/engines/ccgost/e_gost_err.c
    N src/lib/libssl/src/engines/ccgost/e_gost_err.h
    N src/lib/libssl/src/engines/ccgost/e_gost_err.proto
    N src/lib/libssl/src/engines/ccgost/gost2001.c
    N src/lib/libssl/src/engines/ccgost/gost2001_keyx.c
    N src/lib/libssl/src/engines/ccgost/gost2001_keyx.h
    N src/lib/libssl/src/engines/ccgost/gost89.c
    N src/lib/libssl/src/engines/ccgost/gost89.h
    N src/lib/libssl/src/engines/ccgost/gost94_keyx.c
    N src/lib/libssl/src/engines/ccgost/gost_ameth.c
    N src/lib/libssl/src/engines/ccgost/gost_asn1.c
    N src/lib/libssl/src/engines/ccgost/gost_crypt.c
    N src/lib/libssl/src/engines/ccgost/gost_ctl.c
    N src/lib/libssl/src/engines/ccgost/gost.ec
    N src/lib/libssl/src/engines/ccgost/gost_eng.c
    N src/lib/libssl/src/engines/ccgost/gosthash.c
    N src/lib/libssl/src/engines/ccgost/gosthash.h
    N src/lib/libssl/src/engines/ccgost/gost_keywrap.c
    N src/lib/libssl/src/engines/ccgost/gost_keywrap.h
    N src/lib/libssl/src/engines/ccgost/gost_lcl.h
    N src/lib/libssl/src/engines/ccgost/gost_md.c
    N src/lib/libssl/src/engines/ccgost/gost_params.c
    N src/lib/libssl/src/engines/ccgost/gost_params.h
    N src/lib/libssl/src/engines/ccgost/gost_pmeth.c
    N src/lib/libssl/src/engines/ccgost/gost_sign.c
    N src/lib/libssl/src/engines/ccgost/gostsum.c
    N src/lib/libssl/src/engines/ccgost/Makefile
    N src/lib/libssl/src/engines/ccgost/README.gost
    U src/lib/libssl/src/engines/vendor_defns/aep.h
    U src/lib/libssl/src/engines/vendor_defns/atalla.h
    U src/lib/libssl/src/engines/vendor_defns/cswift.h
    U src/lib/libssl/src/engines/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/engines/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/engines/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/engines/vendor_defns/sureware.h
    L src/lib/libssl/src/include/openssl/aes.h
    L src/lib/libssl/src/include/openssl/asn1.h
    L src/lib/libssl/src/include/openssl/asn1_mac.h
    L src/lib/libssl/src/include/openssl/asn1t.h
    L src/lib/libssl/src/include/openssl/bio.h
    L src/lib/libssl/src/include/openssl/blowfish.h
    L src/lib/libssl/src/include/openssl/bn.h
    L src/lib/libssl/src/include/openssl/buffer.h
    L src/lib/libssl/src/include/openssl/camellia.h
    L src/lib/libssl/src/include/openssl/cast.h
    L src/lib/libssl/src/include/openssl/cms.h
    L src/lib/libssl/src/include/openssl/comp.h
    L src/lib/libssl/src/include/openssl/conf_api.h
    L src/lib/libssl/src/include/openssl/conf.h
    L src/lib/libssl/src/include/openssl/crypto.h
    L src/lib/libssl/src/include/openssl/des.h
    L src/lib/libssl/src/include/openssl/des_old.h
    L src/lib/libssl/src/include/openssl/dh.h
    L src/lib/libssl/src/include/openssl/dsa.h
    L src/lib/libssl/src/include/openssl/dso.h
    L src/lib/libssl/src/include/openssl/dtls1.h
    L src/lib/libssl/src/include/openssl/ebcdic.h
    L src/lib/libssl/src/include/openssl/ecdh.h
    L src/lib/libssl/src/include/openssl/ecdsa.h
    L src/lib/libssl/src/include/openssl/ec.h
    L src/lib/libssl/src/include/openssl/engine.h
    L src/lib/libssl/src/include/openssl/e_os2.h
    L src/lib/libssl/src/include/openssl/err.h
    L src/lib/libssl/src/include/openssl/evp.h
    L src/lib/libssl/src/include/openssl/hmac.h
    L src/lib/libssl/src/include/openssl/idea.h
    L src/lib/libssl/src/include/openssl/krb5_asn.h
    L src/lib/libssl/src/include/openssl/kssl.h
    L src/lib/libssl/src/include/openssl/lhash.h
    L src/lib/libssl/src/include/openssl/md4.h
    L src/lib/libssl/src/include/openssl/md5.h
    L src/lib/libssl/src/include/openssl/mdc2.h
    L src/lib/libssl/src/include/openssl/modes.h
    L src/lib/libssl/src/include/openssl/objects.h
    L src/lib/libssl/src/include/openssl/obj_mac.h
    L src/lib/libssl/src/include/openssl/ocsp.h
    L src/lib/libssl/src/include/openssl/opensslconf.h
    L src/lib/libssl/src/include/openssl/opensslv.h
    L src/lib/libssl/src/include/openssl/ossl_typ.h
    L src/lib/libssl/src/include/openssl/pem2.h
    L src/lib/libssl/src/include/openssl/pem.h
    L src/lib/libssl/src/include/openssl/pkcs12.h
    L src/lib/libssl/src/include/openssl/pkcs7.h
    L src/lib/libssl/src/include/openssl/pqueue.h
    L src/lib/libssl/src/include/openssl/rand.h
    L src/lib/libssl/src/include/openssl/rc2.h
    L src/lib/libssl/src/include/openssl/rc4.h
    L src/lib/libssl/src/include/openssl/ripemd.h
    L src/lib/libssl/src/include/openssl/rsa.h
    L src/lib/libssl/src/include/openssl/safestack.h
    L src/lib/libssl/src/include/openssl/seed.h
    L src/lib/libssl/src/include/openssl/sha.h
    L src/lib/libssl/src/include/openssl/ssl23.h
    L src/lib/libssl/src/include/openssl/ssl2.h
    L src/lib/libssl/src/include/openssl/ssl3.h
    L src/lib/libssl/src/include/openssl/ssl.h
    L src/lib/libssl/src/include/openssl/stack.h
    L src/lib/libssl/src/include/openssl/symhacks.h
    L src/lib/libssl/src/include/openssl/tls1.h
    L src/lib/libssl/src/include/openssl/ts.h
    L src/lib/libssl/src/include/openssl/txt_db.h
    L src/lib/libssl/src/include/openssl/ui_compat.h
    L src/lib/libssl/src/include/openssl/ui.h
    L src/lib/libssl/src/include/openssl/whrlpool.h
    L src/lib/libssl/src/include/openssl/x509.h
    L src/lib/libssl/src/include/openssl/x509v3.h
    L src/lib/libssl/src/include/openssl/x509_vfy.h
    U src/lib/libssl/src/MacOS/buildinf.h
    U src/lib/libssl/src/MacOS/GUSI_Init.cpp
    U src/lib/libssl/src/MacOS/mklinks.as.hqx
    U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    U src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    U src/lib/libssl/src/MacOS/opensslconf.h
    U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    U src/lib/libssl/src/MacOS/Randomizer.cpp
    U src/lib/libssl/src/MacOS/Randomizer.h
    U src/lib/libssl/src/MacOS/TODO
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    U src/lib/libssl/src/ms/32all.bat
    U src/lib/libssl/src/ms/applink.c
    C src/lib/libssl/src/ms/bcb4.bat
    U src/lib/libssl/src/ms/certCA.srl
    U src/lib/libssl/src/ms/certCA.ss
    U src/lib/libssl/src/ms/certU.ss
    U src/lib/libssl/src/ms/cmp.pl
    C src/lib/libssl/src/ms/do_ms.bat
    C src/lib/libssl/src/ms/do_nasm.bat
    C src/lib/libssl/src/ms/do_nt.bat
    U src/lib/libssl/src/ms/do_win64a.bat
    U src/lib/libssl/src/ms/do_win64i.bat
    U src/lib/libssl/src/ms/keyCA.ss
    U src/lib/libssl/src/ms/keyU.ss
    C src/lib/libssl/src/ms/mingw32.bat
    C src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/README
    U src/lib/libssl/src/ms/req2CA.ss
    U src/lib/libssl/src/ms/reqCA.ss
    U src/lib/libssl/src/ms/reqU.ss
    U src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/speed32.bat
    C src/lib/libssl/src/ms/tenc.bat
    U src/lib/libssl/src/ms/tencce.bat
    C src/lib/libssl/src/ms/test.bat
    U src/lib/libssl/src/ms/testce2.bat
    U src/lib/libssl/src/ms/testce.bat
    C src/lib/libssl/src/ms/testenc.bat
    U src/lib/libssl/src/ms/testencce.bat
    C src/lib/libssl/src/ms/testpem.bat
    U src/lib/libssl/src/ms/testpemce.bat
    C src/lib/libssl/src/ms/testss.bat
    U src/lib/libssl/src/ms/testssce.bat
    U src/lib/libssl/src/ms/tlhelp32.h
    C src/lib/libssl/src/ms/tpem.bat
    U src/lib/libssl/src/ms/tpemce.bat
    U src/lib/libssl/src/ms/uplink.c
    N src/lib/libssl/src/ms/uplink-common.pl
    U src/lib/libssl/src/ms/uplink.h
    N src/lib/libssl/src/ms/uplink-ia64.pl
    U src/lib/libssl/src/ms/uplink.pl
    N src/lib/libssl/src/ms/uplink-x86_64.pl
    N src/lib/libssl/src/ms/uplink-x86.pl
    C src/lib/libssl/src/ms/x86asm.bat
    U src/lib/libssl/src/Netware/build.bat
    U src/lib/libssl/src/Netware/cpy_tests.bat
    U src/lib/libssl/src/Netware/do_tests.pl
    U src/lib/libssl/src/Netware/globals.txt
    U src/lib/libssl/src/Netware/readme.txt
    U src/lib/libssl/src/Netware/set_env.bat
    U src/lib/libssl/src/os2/backwardify.pl
    U src/lib/libssl/src/os2/OS2-EMX.cmd
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/sco5-shared-gcc.sh
    U src/lib/libssl/src/shlib/sco5-shared-installed
    U src/lib/libssl/src/shlib/sco5-shared.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    C src/lib/libssl/src/ssl/bio_ssl.c
    U src/lib/libssl/src/ssl/d1_both.c
    C src/lib/libssl/src/ssl/d1_clnt.c
    U src/lib/libssl/src/ssl/d1_enc.c
    U src/lib/libssl/src/ssl/d1_lib.c
    U src/lib/libssl/src/ssl/d1_meth.c
    C src/lib/libssl/src/ssl/d1_pkt.c
    C src/lib/libssl/src/ssl/d1_srvr.c
    C src/lib/libssl/src/ssl/dtls1.h
    C src/lib/libssl/src/ssl/install.com
    C src/lib/libssl/src/ssl/kssl.c
    U src/lib/libssl/src/ssl/kssl.h
    C src/lib/libssl/src/ssl/kssl_lcl.h
    C src/lib/libssl/src/ssl/Makefile
    C src/lib/libssl/src/ssl/s23_clnt.c
    C src/lib/libssl/src/ssl/s23_lib.c
    C src/lib/libssl/src/ssl/s23_meth.c
    U src/lib/libssl/src/ssl/s23_pkt.c
    C src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    C src/lib/libssl/src/ssl/s2_enc.c
    C src/lib/libssl/src/ssl/s2_lib.c
    C src/lib/libssl/src/ssl/s2_meth.c
    C src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    C src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    C src/lib/libssl/src/ssl/s3_enc.c
    C src/lib/libssl/src/ssl/s3_lib.c
    C src/lib/libssl/src/ssl/s3_meth.c
    C src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl2.h
    C src/lib/libssl/src/ssl/ssl3.h
    C src/lib/libssl/src/ssl/ssl_algs.c
    C src/lib/libssl/src/ssl/ssl_asn1.c
    C src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    C src/lib/libssl/src/ssl/ssl_err.c
    C src/lib/libssl/src/ssl/ssl.h
    C src/lib/libssl/src/ssl/ssl_lib.c
    C src/lib/libssl/src/ssl/ssl-lib.com
    C src/lib/libssl/src/ssl/ssl_locl.h
    C src/lib/libssl/src/ssl/ssl_rsa.c
    C src/lib/libssl/src/ssl/ssl_sess.c
    C src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    C src/lib/libssl/src/ssl/ssltest.c
    C src/lib/libssl/src/ssl/ssl_txt.c
    C src/lib/libssl/src/ssl/t1_clnt.c
    C src/lib/libssl/src/ssl/t1_enc.c
    C src/lib/libssl/src/ssl/t1_lib.c
    C src/lib/libssl/src/ssl/t1_meth.c
    N src/lib/libssl/src/ssl/t1_reneg.c
    C src/lib/libssl/src/ssl/t1_srvr.c
    C src/lib/libssl/src/ssl/tls1.h
    N src/lib/libssl/src/test/asn1test.c
    U src/lib/libssl/src/test/bctest
    L src/lib/libssl/src/test/bftest.c
    L src/lib/libssl/src/test/bntest.c
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    L src/lib/libssl/src/test/casttest.c
    N src/lib/libssl/src/test/CAtsa.cnf
    U src/lib/libssl/src/test/cms-examples.pl
    U src/lib/libssl/src/test/cms-test.pl
    L src/lib/libssl/src/test/destest.c
    L src/lib/libssl/src/test/dhtest.c
    L src/lib/libssl/src/test/dsatest.c
    U src/lib/libssl/src/test/dummytest.c
    L src/lib/libssl/src/test/ecdhtest.c
    L src/lib/libssl/src/test/ecdsatest.c
    L src/lib/libssl/src/test/ectest.c
    L src/lib/libssl/src/test/enginetest.c
    L src/lib/libssl/src/test/evp_test.c
    U src/lib/libssl/src/test/evptests.txt
    L src/lib/libssl/src/test/exptest.c
    L src/lib/libssl/src/test/hmactest.c
    L src/lib/libssl/src/test/ideatest.c
    U src/lib/libssl/src/test/igetest.c
    L src/lib/libssl/src/test/jpaketest.c
    C src/lib/libssl/src/test/Makefile
    C src/lib/libssl/src/test/maketests.com
    L src/lib/libssl/src/test/md2test.c
    L src/lib/libssl/src/test/md4test.c
    L src/lib/libssl/src/test/md5test.c
    L src/lib/libssl/src/test/mdc2test.c
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/P1ss.cnf
    U src/lib/libssl/src/test/P2ss.cnf
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    N src/lib/libssl/src/test/pkits-test.pl
    U src/lib/libssl/src/test/r160test.c
    L src/lib/libssl/src/test/randtest.c
    L src/lib/libssl/src/test/rc2test.c
    L src/lib/libssl/src/test/rc4test.c
    L src/lib/libssl/src/test/rc5test.c
    L src/lib/libssl/src/test/rmdtest.c
    L src/lib/libssl/src/test/rsa_test.c
    L src/lib/libssl/src/test/sha1test.c
    L src/lib/libssl/src/test/sha256t.c
    L src/lib/libssl/src/test/sha512t.c
    L src/lib/libssl/src/test/shatest.c
    U src/lib/libssl/src/test/smcont.txt
    L src/lib/libssl/src/test/ssltest.c
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/tcrl
    C src/lib/libssl/src/test/tcrl.com
    U src/lib/libssl/src/test/testca
    C src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc
    C src/lib/libssl/src/test/testenc.com
    U src/lib/libssl/src/test/testgen
    C src/lib/libssl/src/test/testgen.com
    U src/lib/libssl/src/test/testp7.pem
    N src/lib/libssl/src/test/test_padlock
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    C src/lib/libssl/src/test/tests.com
    U src/lib/libssl/src/test/testsid.pem
    U src/lib/libssl/src/test/testss
    C src/lib/libssl/src/test/testss.com
    C src/lib/libssl/src/test/testssl
    C src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testsslproxy
    N src/lib/libssl/src/test/testtsa
    N src/lib/libssl/src/test/testtsa.com
    U src/lib/libssl/src/test/testx509.pem
    C src/lib/libssl/src/test/times
    U src/lib/libssl/src/test/tpkcs7
    C src/lib/libssl/src/test/tpkcs7.com
    U src/lib/libssl/src/test/tpkcs7d
    C src/lib/libssl/src/test/tpkcs7d.com
    U src/lib/libssl/src/test/treq
    C src/lib/libssl/src/test/treq.com
    U src/lib/libssl/src/test/trsa
    C src/lib/libssl/src/test/trsa.com
    U src/lib/libssl/src/test/tsid
    C src/lib/libssl/src/test/tsid.com
    C src/lib/libssl/src/test/tverify.com
    U src/lib/libssl/src/test/tx509
    C src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    L src/lib/libssl/src/test/wp_test.c
    U src/lib/libssl/src/test/smime-certs/smdsa1.pem
    U src/lib/libssl/src/test/smime-certs/smdsa2.pem
    U src/lib/libssl/src/test/smime-certs/smdsa3.pem
    U src/lib/libssl/src/test/smime-certs/smdsap.pem
    U src/lib/libssl/src/test/smime-certs/smroot.pem
    U src/lib/libssl/src/test/smime-certs/smrsa1.pem
    U src/lib/libssl/src/test/smime-certs/smrsa2.pem
    U src/lib/libssl/src/test/smime-certs/smrsa3.pem
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    C src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    C src/lib/libssl/src/tools/c_rehash
    C src/lib/libssl/src/tools/c_rehash.in
    U src/lib/libssl/src/tools/Makefile
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    C src/lib/libssl/src/util/ck_errf.pl
    C src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/copy.pl
    C src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    N src/lib/libssl/src/util/deltree.com
    U src/lib/libssl/src/util/dirname.pl
    C src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/do_ms.sh
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/extract-names.pl
    U src/lib/libssl/src/util/extract-section.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    C src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    C src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    C src/lib/libssl/src/util/mkerr.pl
    C src/lib/libssl/src/util/mkfiles.pl
    C src/lib/libssl/src/util/mklink.pl
    N src/lib/libssl/src/util/mkrc.pl
    C src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/opensslwrap.sh
    U src/lib/libssl/src/util/perlpath.pl
    C src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    C src/lib/libssl/src/util/point.sh
    C src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/shlib_wrap.sh
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    C src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    C src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    C src/lib/libssl/src/util/pl/Mingw32.pl
    U src/lib/libssl/src/util/pl/netware.pl
    U src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    C src/lib/libssl/src/util/pl/VC-32.pl
    C src/lib/libssl/src/VMS/install.com
    C src/lib/libssl/src/VMS/mkshared.com
    U src/lib/libssl/src/VMS/multinet_shr.opt
    C src/lib/libssl/src/VMS/openssl_utils.com
    U src/lib/libssl/src/VMS/socketshr_shr.opt
    U src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    U src/lib/libssl/src/VMS/test-includes.com
    U src/lib/libssl/src/VMS/TODO
    U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    U src/lib/libssl/src/VMS/ucx_shr_decc.opt
    U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    U src/lib/libssl/src/VMS/VMSify-conf.pl
    U src/lib/libssl/src/VMS/WISHLIST.TXT
    
    621 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jopenssl:yesterday -jopenssl src/lib/libssl/src

CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 16:59:01

Modified files:
	lib/libssl/src : CHANGES CHANGES.SSLeay Configure FAQ INSTALL 
	                 INSTALL.W32 Makefile Makefile.org 
	                 Makefile.shared NEWS README config e_os.h 
	                 e_os2.h install.com makevms.com openssl.spec 
	lib/libssl/src/VMS: install.com mkshared.com openssl_utils.com 
	lib/libssl/src/apps: CA.com CA.sh Makefile apps.c apps.h 
	                     asn1pars.c ca.c ciphers.c crl2p7.c dgst.c 
	                     dh.c dhparam.c dsa.c dsaparam.c enc.c 
	                     engine.c errstr.c gendh.c gendsa.c genrsa.c 
	                     install.com makeapps.com ocsp.c 
	                     openssl-vms.cnf openssl.c openssl.cnf 
	                     pkcs12.c pkcs7.c pkcs8.c progs.h progs.pl 
	                     req.c rsa.c rsautl.c s_apps.h s_cb.c 
	                     s_client.c s_server.c s_socket.c s_time.c 
	                     smime.c speed.c tsget verify.c x509.c 
	lib/libssl/src/crypto: cpt_err.c cryptlib.c crypto-lib.com 
	                       crypto.h ex_data.c install.com 
	                       md32_common.h mem.c mem_dbg.c o_time.c 
	                       o_time.h opensslconf.h.in opensslv.h 
	                       ossl_typ.h symhacks.h x86_64cpuid.pl 
	lib/libssl/src/crypto/aes: aes.h aes_cbc.c aes_cfb.c aes_core.c 
	                           aes_ctr.c aes_ofb.c 
	lib/libssl/src/crypto/aes/asm: aes-586.pl aes-x86_64.pl 
	lib/libssl/src/crypto/asn1: a_bitstr.c a_dup.c a_gentm.c a_int.c 
	                            a_mbstr.c a_object.c a_octet.c 
	                            a_set.c a_sign.c a_strnid.c a_time.c 
	                            a_type.c a_utctm.c a_verify.c asn1.h 
	                            asn1_err.c asn1_lib.c asn1_mac.h 
	                            asn1_par.c asn1t.h asn_mime.c 
	                            asn_pack.c charmap.h d2i_pr.c 
	                            d2i_pu.c i2d_pr.c nsseq.c p5_pbe.c 
	                            p5_pbev2.c p8_pkey.c t_pkey.c 
	                            t_req.c t_spki.c t_x509.c tasn_dec.c 
	                            tasn_enc.c tasn_fre.c tasn_new.c 
	                            tasn_prn.c tasn_typ.c x_crl.c 
	                            x_long.c x_name.c x_pubkey.c x_req.c 
	                            x_x509.c 
	lib/libssl/src/crypto/bf: bf_skey.c blowfish.h 
	lib/libssl/src/crypto/bf/asm: bf-586.pl 
	lib/libssl/src/crypto/bio: b_print.c b_sock.c bio.h bio_cb.c 
	                           bio_err.c bio_lib.c bss_acpt.c 
	                           bss_dgram.c bss_fd.c bss_file.c 
	                           bss_log.c bss_mem.c bss_sock.c 
	lib/libssl/src/crypto/bn: Makefile bn.h bn_asm.c bn_blind.c 
	                          bn_ctx.c bn_div.c bn_exp.c bn_gf2m.c 
	                          bn_lcl.h bn_lib.c bn_mont.c bn_mul.c 
	                          bn_print.c bntest.c exptest.c 
	lib/libssl/src/crypto/bn/asm: bn-586.pl co-586.pl sparcv8plus.S 
	lib/libssl/src/crypto/buffer: buf_err.c buffer.c buffer.h 
	lib/libssl/src/crypto/cast: c_cfb64.c c_ecb.c c_enc.c c_ofb64.c 
	                            c_skey.c cast.h 
	lib/libssl/src/crypto/cast/asm: cast-586.pl 
	lib/libssl/src/crypto/cms: cms_smime.c 
	lib/libssl/src/crypto/comp: c_zlib.c comp_err.c 
	lib/libssl/src/crypto/conf: README conf.h conf_api.c conf_def.c 
	                            conf_err.c conf_lib.c conf_mall.c 
	                            conf_mod.c 
	lib/libssl/src/crypto/des: des-lib.com des_enc.c des_locl.h 
	                           ecb_enc.c enc_read.c enc_writ.c 
	                           fcrypt_b.c rpc_des.h set_key.c 
	                           xcbc_enc.c 
	lib/libssl/src/crypto/des/asm: crypt586.pl des-586.pl 
	lib/libssl/src/crypto/des/times: aix.cc 
	lib/libssl/src/crypto/dh: Makefile dh.h dh_asn1.c dh_check.c 
	                          dh_err.c dh_gen.c dh_key.c 
	lib/libssl/src/crypto/dsa: Makefile dsa.h dsa_asn1.c dsa_err.c 
	                           dsa_gen.c dsa_key.c dsa_lib.c 
	                           dsa_ossl.c dsa_sign.c dsa_vrf.c 
	                           dsatest.c 
	lib/libssl/src/crypto/dso: dso.h dso_dl.c dso_dlfcn.c dso_err.c 
	                           dso_lib.c dso_null.c dso_openssl.c 
	                           dso_vms.c dso_win32.c 
	lib/libssl/src/crypto/ec: ec.h ec2_smpl.c ec_err.c ec_lcl.h 
	                          ec_lib.c ec_mult.c ecp_nist.c ectest.c 
	lib/libssl/src/crypto/ecdh: Makefile 
	lib/libssl/src/crypto/ecdsa: Makefile 
	lib/libssl/src/crypto/engine: Makefile eng_all.c eng_cnf.c 
	                              eng_cryptodev.c eng_ctrl.c 
	                              eng_dyn.c eng_err.c eng_fat.c 
	                              eng_int.h eng_lib.c eng_list.c 
	                              eng_openssl.c eng_table.c engine.h 
	                              enginetest.c 
	lib/libssl/src/crypto/err: err.c err.h err_all.c err_prn.c 
	                           openssl.ec 
	lib/libssl/src/crypto/evp: Makefile bio_b64.c bio_enc.c bio_md.c 
	                           c_all.c c_allc.c c_alld.c digest.c 
	                           e_aes.c e_des.c e_des3.c e_idea.c 
	                           e_null.c e_rc2.c e_rc4.c e_xcbc_d.c 
	                           encode.c evp.h evp_enc.c evp_err.c 
	                           evp_key.c evp_lib.c evp_locl.h 
	                           evp_pbe.c evp_pkey.c evp_test.c 
	                           m_dss.c m_dss1.c m_md2.c m_md4.c 
	                           m_md5.c m_mdc2.c m_sha.c m_sha1.c 
	                           names.c p5_crpt.c p5_crpt2.c p_dec.c 
	                           p_enc.c p_lib.c p_open.c p_seal.c 
	                           p_sign.c p_verify.c 
	lib/libssl/src/crypto/hmac: hmac.c hmac.h 
	lib/libssl/src/crypto/idea: idea.h 
	lib/libssl/src/crypto/lhash: lh_stats.c lhash.c lhash.h 
	lib/libssl/src/crypto/md2: md2.h md2_dgst.c 
	lib/libssl/src/crypto/md4: md4.h md4_dgst.c 
	lib/libssl/src/crypto/md5: md5.h md5_dgst.c md5_locl.h 
	lib/libssl/src/crypto/md5/asm: md5-586.pl 
	lib/libssl/src/crypto/mdc2: Makefile mdc2.h 
	lib/libssl/src/crypto/objects: o_names.c obj_dat.c obj_dat.pl 
	                               obj_err.c obj_lib.c obj_mac.num 
	                               objects.h objects.pl objects.txt 
	lib/libssl/src/crypto/ocsp: ocsp.h ocsp_cl.c ocsp_err.c 
	                            ocsp_ext.c ocsp_ht.c ocsp_lib.c 
	                            ocsp_prn.c ocsp_vfy.c 
	lib/libssl/src/crypto/pem: pem.h pem_all.c pem_err.c pem_info.c 
	                           pem_lib.c pem_pkey.c pem_seal.c 
	                           pem_x509.c pem_xaux.c 
	lib/libssl/src/crypto/perlasm: x86_64-xlate.pl x86asm.pl 
	                               x86gas.pl x86nasm.pl 
	lib/libssl/src/crypto/pkcs12: p12_add.c p12_attr.c p12_crpt.c 
	                              p12_crt.c p12_key.c p12_kiss.c 
	                              p12_mutl.c p12_npas.c p12_utl.c 
	                              pk12err.c pkcs12.h 
	lib/libssl/src/crypto/pkcs7: pk7_asn1.c pk7_attr.c pk7_doit.c 
	                             pk7_lib.c pk7_mime.c pk7_smime.c 
	                             pkcs7.h pkcs7err.c 
	lib/libssl/src/crypto/rand: Makefile md_rand.c rand.h rand_egd.c 
	                            rand_err.c rand_lcl.h rand_lib.c 
	                            rand_os2.c rand_unix.c rand_win.c 
	                            randfile.c 
	lib/libssl/src/crypto/rc2: rc2.h rc2_skey.c 
	lib/libssl/src/crypto/rc4: rc4.h rc4_enc.c rc4_skey.c rc4test.c 
	lib/libssl/src/crypto/rc4/asm: rc4-586.pl rc4-x86_64.pl 
	lib/libssl/src/crypto/rc5: rc5.h 
	lib/libssl/src/crypto/ripemd: ripemd.h rmd_dgst.c rmd_locl.h 
	lib/libssl/src/crypto/ripemd/asm: rmd-586.pl 
	lib/libssl/src/crypto/rsa: Makefile rsa.h rsa_asn1.c rsa_eay.c 
	                           rsa_err.c rsa_gen.c rsa_lib.c 
	                           rsa_oaep.c rsa_sign.c rsa_test.c 
	lib/libssl/src/crypto/sha: sha.h sha1_one.c sha1dgst.c 
	                           sha_dgst.c sha_locl.h shatest.c 
	lib/libssl/src/crypto/sha/asm: sha1-586.pl 
	lib/libssl/src/crypto/stack: safestack.h stack.c stack.h 
	lib/libssl/src/crypto/threads: mttest.c pthreads-vms.com 
	lib/libssl/src/crypto/ts: ts_rsp_verify.c 
	lib/libssl/src/crypto/txt_db: txt_db.c txt_db.h 
	lib/libssl/src/crypto/ui: ui.h ui_err.c ui_lib.c ui_openssl.c 
	lib/libssl/src/crypto/x509: by_dir.c by_file.c x509.h x509_cmp.c 
	                            x509_err.c x509_lu.c x509_obj.c 
	                            x509_req.c x509_set.c x509_trs.c 
	                            x509_txt.c x509_vfy.c x509_vfy.h 
	                            x509cset.c x509name.c x509type.c 
	                            x_all.c 
	lib/libssl/src/crypto/x509v3: ext_dat.h pcy_data.c pcy_tree.c 
	                              v3_addr.c v3_alt.c v3_asid.c 
	                              v3_conf.c v3_cpols.c v3_crld.c 
	                              v3_enum.c v3_extku.c v3_genn.c 
	                              v3_lib.c v3_ocsp.c v3_prn.c 
	                              v3_purp.c v3_utl.c v3err.c 
	                              x509v3.h 
	lib/libssl/src/demos/easy_tls: Makefile cacerts.pem cert.pem 
	                               easy-tls.c easy-tls.h test.c 
	                               test.h 
	lib/libssl/src/demos/pkcs12: pkread.c 
	lib/libssl/src/demos/tunala: autoungunk.sh cb.c tunala.c 
	lib/libssl/src/demos/x509: mkcert.c mkreq.c 
	lib/libssl/src/doc: ssleay.txt standards.txt 
	lib/libssl/src/doc/apps: asn1parse.pod ca.pod ciphers.pod 
	                         dgst.pod dhparam.pod dsa.pod 
	                         dsaparam.pod enc.pod gendsa.pod 
	                         genrsa.pod ocsp.pod openssl.pod 
	                         pkcs12.pod pkcs7.pod pkcs8.pod req.pod 
	                         rsa.pod s_client.pod s_server.pod 
	                         smime.pod speed.pod spkac.pod 
	                         verify.pod x509.pod 
	lib/libssl/src/doc/crypto: BIO_f_buffer.pod BIO_f_md.pod 
	                           BIO_f_ssl.pod BIO_s_file.pod 
	                           BIO_s_mem.pod BIO_should_retry.pod 
	                           CRYPTO_set_ex_data.pod 
	                           DSA_get_ex_new_index.pod 
	                           EVP_DigestInit.pod EVP_SignInit.pod 
	                           EVP_VerifyInit.pod bn_internal.pod 
	                           d2i_RSAPublicKey.pod evp.pod hmac.pod 
	                           lhash.pod pem.pod threads.pod 
	                           ui_compat.pod 
	lib/libssl/src/doc/ssl: SSL_CIPHER_get_name.pod SSL_CTX_new.pod 
	                        SSL_CTX_set_mode.pod 
	                        SSL_CTX_set_options.pod 
	                        SSL_CTX_set_ssl_version.pod 
	                        SSL_library_init.pod ssl.pod 
	lib/libssl/src/engines: Makefile e_capi.c e_capi_err.c 
	                        e_capi_err.h e_gmp.c e_ubsec.c 
	lib/libssl/src/engines/vendor_defns: hwcryptohook.h 
	lib/libssl/src/ms: bcb4.bat do_ms.bat do_nasm.bat do_nt.bat 
	                   mingw32.bat mw.bat tenc.bat test.bat 
	                   testenc.bat testpem.bat testss.bat tpem.bat 
	                   x86asm.bat 
	lib/libssl/src/ssl: Makefile bio_ssl.c d1_clnt.c d1_pkt.c 
	                    d1_srvr.c dtls1.h install.com kssl.c 
	                    kssl_lcl.h s23_clnt.c s23_lib.c s23_meth.c 
	                    s23_srvr.c s2_clnt.c s2_enc.c s2_lib.c 
	                    s2_meth.c s2_pkt.c s2_srvr.c s3_both.c 
	                    s3_clnt.c s3_enc.c s3_lib.c s3_meth.c 
	                    s3_pkt.c s3_srvr.c ssl-lib.com ssl.h ssl3.h 
	                    ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c 
	                    ssl_err.c ssl_lib.c ssl_locl.h ssl_rsa.c 
	                    ssl_sess.c ssl_stat.c ssl_txt.c ssltest.c 
	                    t1_clnt.c t1_enc.c t1_lib.c t1_meth.c 
	                    t1_srvr.c tls1.h 
	lib/libssl/src/test: CAss.cnf Makefile Uss.cnf maketests.com 
	                     tcrl.com testca.com testenc.com testgen.com 
	                     tests.com testss.com testssl testssl.com 
	                     times tpkcs7.com tpkcs7d.com treq.com 
	                     trsa.com tsid.com tverify.com tx509.com 
	lib/libssl/src/times: aix.t 
	lib/libssl/src/times/x86: des3s.cpp 
	lib/libssl/src/tools: c_rehash.in 
	lib/libssl/src/util: ck_errf.pl clean-depend.pl copy.pl 
	                     cygwin.sh domd libeay.num mk1mf.pl mkdef.pl 
	                     mkerr.pl mkfiles.pl mklink.pl mkstack.pl 
	                     pod2man.pl point.sh selftest.pl ssleay.num 
	lib/libssl/src/util/pl: BC-32.pl Mingw32.pl VC-32.pl 
Removed files:
	lib/libssl/src : ChangeLog.0_9_7-stable_not-in-head 
	                 ChangeLog.0_9_7-stable_not-in-head_FIPS 
	lib/libssl/src/apps: Makefile.ssl der_chop.in 
	lib/libssl/src/bugs: VC16.bug 
	lib/libssl/src/certs: ICE-CA.pem ICE-root.pem ICE-user.pem 
	                      ICE.crl RegTP-4R.pem RegTP-5R.pem 
	                      RegTP-6R.pem argena.pem argeng.pem 
	                      ca-cert.pem dsa-ca.pem dsa-pca.pem 
	                      eng1.pem eng2.pem eng3.pem eng4.pem 
	                      eng5.pem factory.pem nortelCA.pem 
	                      pca-cert.pem rsa-cca.pem thawteCb.pem 
	                      thawteCp.pem timCA.pem tjhCA.pem 
	                      vsign1.pem vsign2.pem vsign3.pem 
	                      vsignss.pem vsigntca.pem wellsfgo.pem 
	lib/libssl/src/certs/demo: nortelCA.pem timCA.pem tjhCA.pem 
	                           vsigntca.pem 
	lib/libssl/src/certs/expired: ICE-CA.pem ICE-root.pem 
	                              ICE-user.pem RegTP-4R.pem 
	                              factory.pem rsa-cca.pem 
	                              rsa-ssca.pem vsign2.pem vsign3.pem 
	lib/libssl/src/crypto: Makefile.ssl dyn_lck.c fips_err.c 
	                       fips_err.h o_init.c tmdiff.c tmdiff.h 
	lib/libssl/src/crypto/aes: Makefile.ssl 
	lib/libssl/src/crypto/asn1: Makefile.ssl a_hdr.c a_meth.c f.c 
	                            p8_key.c x_cinf.c 
	lib/libssl/src/crypto/bf: Makefile.ssl 
	lib/libssl/src/crypto/bio: Makefile.ssl 
	lib/libssl/src/crypto/bn: Makefile.ssl bn_opt.c bn_x931p.c 
	lib/libssl/src/crypto/bn/asm: alpha.s alpha.s.works bn-alpha.pl 
	                              ca.pl co-alpha.pl mips1.s 
	                              mo-586.pl pa-risc.s r3000.s 
	lib/libssl/src/crypto/bn/asm/alpha: add.pl div.pl mul.pl 
	                                    mul_add.pl mul_c4.pl 
	                                    mul_c4.works.pl mul_c8.pl 
	                                    sqr.pl sqr_c4.pl sqr_c8.pl 
	                                    sub.pl 
	lib/libssl/src/crypto/bn/asm/alpha.works: add.pl div.pl mul.pl 
	                                          mul_add.pl mul_c4.pl 
	                                          mul_c4.works.pl 
	                                          mul_c8.pl sqr.pl 
	                                          sqr_c4.pl sqr_c8.pl 
	                                          sub.pl 
	lib/libssl/src/crypto/buffer: Makefile.ssl buf_str.c 
	lib/libssl/src/crypto/cast: Makefile.ssl 
	lib/libssl/src/crypto/comp: Makefile.ssl 
	lib/libssl/src/crypto/conf: Makefile.ssl 
	lib/libssl/src/crypto/des: Makefile.ssl des_lib.c 
	lib/libssl/src/crypto/des/asm: des686.pl 
	lib/libssl/src/crypto/dh: Makefile.ssl 
	lib/libssl/src/crypto/dsa: Makefile.ssl dsa_utl.c 
	lib/libssl/src/crypto/dso: Makefile.ssl 
	lib/libssl/src/crypto/ec: Makefile.ssl ec2_smpt.c ecp_recp.c 
	lib/libssl/src/crypto/engine: Makefile.ssl hw.ec hw_4758_cca.c 
	                              hw_4758_cca_err.c 
	                              hw_4758_cca_err.h hw_aep.c 
	                              hw_aep_err.c hw_aep_err.h 
	                              hw_atalla.c hw_atalla_err.c 
	                              hw_atalla_err.h hw_cswift.c 
	                              hw_cswift_err.c hw_cswift_err.h 
	                              hw_ncipher.c hw_ncipher_err.c 
	                              hw_ncipher_err.h hw_nuron.c 
	                              hw_nuron_err.c hw_nuron_err.h 
	                              hw_sureware.c hw_sureware_err.c 
	                              hw_sureware_err.h hw_ubsec.c 
	                              hw_ubsec_err.c hw_ubsec_err.h 
	lib/libssl/src/crypto/engine/vendor_defns: aep.h atalla.h 
	                                           cswift.h 
	                                           hw_4758_cca.h 
	                                           hw_ubsec.h 
	                                           hwcryptohook.h 
	                                           sureware.h 
	lib/libssl/src/crypto/err: Makefile.ssl err_bio.c err_def.c 
	                           err_str.c 
	lib/libssl/src/crypto/evp: Makefile.ssl dig_eng.c enc_min.c 
	                           evp_cnf.c 
	lib/libssl/src/crypto/hmac: Makefile.ssl 
	lib/libssl/src/crypto/idea: Makefile.ssl 
	lib/libssl/src/crypto/krb5: Makefile.ssl 
	lib/libssl/src/crypto/lhash: Makefile.ssl 
	lib/libssl/src/crypto/md2: Makefile.ssl 
	lib/libssl/src/crypto/md4: Makefile.ssl 
	lib/libssl/src/crypto/md5: Makefile.ssl 
	lib/libssl/src/crypto/md5/asm: md5-sparcv9.S 
	lib/libssl/src/crypto/mdc2: Makefile.ssl 
	lib/libssl/src/crypto/objects: Makefile.ssl 
	lib/libssl/src/crypto/ocsp: Makefile.ssl 
	lib/libssl/src/crypto/pem: Makefile.ssl 
	lib/libssl/src/crypto/perlasm: alpha.pl x86ms.pl x86unix.pl 
	lib/libssl/src/crypto/pkcs12: Makefile.ssl 
	lib/libssl/src/crypto/pkcs7: Makefile.ssl 
	lib/libssl/src/crypto/pqueue: pq_compat.h 
	lib/libssl/src/crypto/rand: Makefile.ssl rand_eng.c 
	lib/libssl/src/crypto/rc2: Makefile.ssl 
	lib/libssl/src/crypto/rc4: Makefile.ssl rc4_fblk.c 
	lib/libssl/src/crypto/rc4/asm: rc4-amd64.pl rc4-ia64.S 
	lib/libssl/src/crypto/rc5: Makefile.ssl 
	lib/libssl/src/crypto/ripemd: Makefile.ssl 
	lib/libssl/src/crypto/rsa: Makefile.ssl rsa_eng.c rsa_x931g.c 
	lib/libssl/src/crypto/sha: Makefile.ssl sha1s.cpp 
	lib/libssl/src/crypto/sha/asm: sha512-sse2.pl 
	lib/libssl/src/crypto/stack: Makefile.ssl 
	lib/libssl/src/crypto/txt_db: Makefile.ssl 
	lib/libssl/src/crypto/ui: Makefile.ssl 
	lib/libssl/src/crypto/x509: Makefile.ssl 
	lib/libssl/src/crypto/x509v3: Makefile.ssl 
	lib/libssl/src/demos/jpake: Makefile jpakedemo.c 
	lib/libssl/src/fips: Makefile fingerprint.sha1 fips-lib.com 
	                     fips-nodiff.txt fips.c fips.h 
	                     fips_canister.c fips_check_sha1 fips_err.h 
	                     fips_err_wrapper.c fips_locl.h 
	                     fips_make_sha1 fips_premain.c 
	                     fips_premain.c.sha1 fips_test_suite.c 
	                     fips_utl.h fipsalgtest.pl fipsld 
	                     fipstests.bat fipstests.sh install.com 
	                     mkfipsscr.pl openssl_fips_fingerprint 
	lib/libssl/src/fips/aes: Makefile fingerprint.sha1 
	                         fips_aes_core.c fips_aes_locl.h 
	                         fips_aes_selftest.c fips_aesavs.c 
	lib/libssl/src/fips/des: Makefile fingerprint.sha1 
	                         fips_des_enc.c fips_des_locl.h 
	                         fips_des_selftest.c fips_desmovs.c 
	                         fips_set_key.c 
	lib/libssl/src/fips/des/asm: fips-dx86-elf.s 
	lib/libssl/src/fips/dh: Makefile dh_gen.c fingerprint.sha1 
	                        fips_dh_check.c fips_dh_gen.c 
	                        fips_dh_key.c fips_dh_lib.c 
	lib/libssl/src/fips/dsa: Makefile fingerprint.sha1 
	                         fips_dsa_gen.c fips_dsa_key.c 
	                         fips_dsa_lib.c fips_dsa_ossl.c 
	                         fips_dsa_selftest.c fips_dsa_sign.c 
	                         fips_dsatest.c fips_dssvs.c 
	lib/libssl/src/fips/hmac: Makefile fips_hmac.c 
	                          fips_hmac_selftest.c fips_hmactest.c 
	lib/libssl/src/fips/rand: Makefile fingerprint.sha1 fips_rand.c 
	                          fips_rand.h fips_rand_selftest.c 
	                          fips_randtest.c fips_rngvs.c 
	lib/libssl/src/fips/rsa: Makefile fingerprint.sha1 
	                         fips_rsa_eay.c fips_rsa_gen.c 
	                         fips_rsa_lib.c fips_rsa_selftest.c 
	                         fips_rsa_sign.c fips_rsa_x931g.c 
	                         fips_rsagtest.c fips_rsastest.c 
	                         fips_rsavtest.c 
	lib/libssl/src/fips/sha: Makefile fips_sha1_selftest.c 
	                         fips_shatest.c fips_standalone_sha1.c 
	lib/libssl/src/fips/sha1: Makefile fingerprint.sha1 
	                          fips_md32_common.h 
	                          fips_sha1_selftest.c fips_sha1dgst.c 
	                          fips_sha1test.c fips_sha_locl.h 
	                          fips_standalone_sha1.c sha1hashes.txt 
	                          sha1vectors.txt standalone.sha1 
	lib/libssl/src/fips/sha1/asm: sx86-elf.s 
	lib/libssl/src/fips-1.0: Makefile fips-lib.com fips.c fips.h 
	                         fips_canister.c fips_err.h 
	                         fips_err_wrapper.c fips_locl.h 
	                         fips_premain.c fips_test_suite.c 
	                         fipshashes.c fipsld install.com 
	                         openssl_fips_fingerprint 
	lib/libssl/src/fips-1.0/aes: Makefile fips_aes_core.c 
	                             fips_aes_locl.h fips_aes_selftest.c 
	                             fips_aesavs.c 
	lib/libssl/src/fips-1.0/aes/asm: fips-ax86-elf.s 
	lib/libssl/src/fips-1.0/des: Makefile fips_des_enc.c 
	                             fips_des_locl.h fips_des_selftest.c 
	                             fips_desmovs.c fips_set_key.c 
	lib/libssl/src/fips-1.0/des/asm: fips-dx86-elf.s 
	lib/libssl/src/fips-1.0/dh: Makefile fips_dh_check.c 
	                            fips_dh_gen.c fips_dh_key.c 
	lib/libssl/src/fips-1.0/dsa: Makefile fips_dsa_gen.c 
	                             fips_dsa_ossl.c fips_dsa_selftest.c 
	                             fips_dsatest.c fips_dssvs.c 
	lib/libssl/src/fips-1.0/hmac: Makefile fips_hmac.c 
	                              fips_hmac_selftest.c 
	                              fips_hmactest.c 
	lib/libssl/src/fips-1.0/rand: Makefile fips_rand.c fips_rand.h 
	                              fips_rand_selftest.c 
	                              fips_randtest.c fips_rngvs.c 
	lib/libssl/src/fips-1.0/rsa: Makefile fips_rsa_eay.c 
	                             fips_rsa_gen.c fips_rsa_selftest.c 
	                             fips_rsa_x931g.c fips_rsagtest.c 
	                             fips_rsastest.c fips_rsavtest.c 
	lib/libssl/src/fips-1.0/sha: Makefile SHAmix.fax SHAmix.req 
	                             fips_md32_common.h fips_sha.h 
	                             fips_sha1_selftest.c 
	                             fips_sha1dgst.c fips_sha256.c 
	                             fips_sha512.c fips_sha_locl.h 
	                             fips_shatest.c 
	                             fips_standalone_sha1.c 
	lib/libssl/src/fips-1.0/sha/asm: fips-sx86-elf.s 
	lib/libssl/src/ms: 16all.bat do_fips.bat do_masm.bat 
	                   fipscheck.pl segrenam.pl speed16.bat 
	lib/libssl/src/ssl: Makefile.ssl 
	lib/libssl/src/test: Makefile.ssl SHAmix.fax SHAmix.r SHAmix.req 
	                     SHAmix.x enginetest.c md4test.c rsa_test.c 
	                     sha1hashes.txt sha1vectors.txt testfipsssl 
	lib/libssl/src/tools: Makefile.ssl 
	lib/libssl/src/util: arx.pl checkhash.pl fipslink.pl mksdef.pl 
	lib/libssl/src/util/pl: BC-16.pl VC-16.pl VC-32-GMAKE.pl 
	                        VC-CE.pl 

Log message:
resolve conflicts, fix local changes


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:00:32

Added files:
	lib/libssl/src : PROBLEMS 
	lib/libssl/src/crypto: Makefile buildinf.h 

Log message:
add missing; yay for cvs!


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:02:02

Modified files:
	lib/libssl/crypto: Makefile shlib_version 
	lib/libssl/crypto/arch/alpha: opensslconf.h 
	lib/libssl/crypto/arch/amd64: opensslconf.h 
	lib/libssl/crypto/arch/arm: opensslconf.h 
	lib/libssl/crypto/arch/hppa: opensslconf.h 
	lib/libssl/crypto/arch/i386: opensslconf.h 
	lib/libssl/crypto/arch/m68k: opensslconf.h 
	lib/libssl/crypto/arch/m88k: opensslconf.h 
	lib/libssl/crypto/arch/mips64: opensslconf.h 
	lib/libssl/crypto/arch/powerpc: opensslconf.h 
	lib/libssl/crypto/arch/sh: opensslconf.h 
	lib/libssl/crypto/arch/sparc: opensslconf.h 
	lib/libssl/crypto/arch/sparc64: opensslconf.h 
	lib/libssl/crypto/arch/vax: opensslconf.h 
	lib/libssl/ssl : Makefile shlib_version 

Log message:
update supporting files, crank library majors


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:04:33

Modified files:
	usr.sbin/openssl: Makefile 

Log message:
update to openssl-1.0.0a


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:05:32

Modified files:
	usr.bin/ssh    : Makefile.inc cipher-3des1.c cipher-bf1.c 
	                 cipher-ctr.c 

Log message:
adapt to API changes in openssl-1.0.0a


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:06:06

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
oops, didn't mean to turn -Werror on for everyone.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:06:53

Modified files:
	usr.sbin/httpd/src/modules/ssl: ssl_util_ssl.c 

Log message:
adapt to API changes in OpenSSL-1.0.0a


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:10:48

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
turn off -g too


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/01 17:33:22

Modified files:
	lib/libssl/src/crypto/evp: e_acss.c 

Log message:
fix -Wall due to API change


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/01 18:11:57

Modified files:
	distrib/macppc/ramdisk: install.md 

Log message:
We haven't been updating ofwboot during upgrades since 2006. This
is contrary to our usual practice of updating boot blocks. Let's
try copying in the new one if we can find the 'i' partition.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/01 18:28:58

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Fix Ian@'s pms keyboard/mouse while keeping my eeePC working.

For posterity: there is one time when pckbc commands must be thrown,
and one time when pckbc commands must be polled.

Diff from shadchin.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/01 19:22:12

Modified files:
	mail/mutt/snapshot: Makefile 
Added files:
	mail/mutt/snapshot/patches: patch-muttlib_c patch-rfc2047_c 

Log message:
add patches from upstream repo;
- fix segfault when $message_cachedir is set and opening a POP3 mailbox.
- RFC2047 encode/decode the group name in an address list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/01 20:47:50

Modified files:
	www/firefox35  : Tag: OPENBSD_4_7 Makefile 

Log message:
Upstream moved the distfile.  Noted by and new location given by
Alex Libman, thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/01 20:54:40

Modified files:
	sys/dev/pci    : Tag: OPENBSD_4_8 pci_map.c 

Log message:
MFC:

- - -
revision 1.29
date: 2010/09/06 12:30:35;  author: kettenis;  state: Exp;  lines: +4 -5
Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect
free.  Mapping those with BUS_SPACE_MAP_PREFETCHABLE can have disastrous
effects, like the NMIs observed by jsg@ with certain Intel 10Gb Ethernet
devices.  So stop trusting the devices and instead require drivers to
explicitly pass the BUS_SPACE_MAP_PREFECTHABLE flag to pci_mapreg_map().
- - -

from sthen
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/01 21:00:52

Modified files:
	sys/dev/pci    : Tag: OPENBSD_4_8 if_vr.c 

Log message:
MFC:

- - -
revision 1.106
date: 2010/09/03 18:14:54;  author: kettenis;  state: Exp;  lines: +5 -1
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
that hands them over to the hardware.  This prevents the hardware from seeing
stale contents if the compiler decides to re-order stores or if the hardware
does store-reordering.

There are sme doubts whether the i386/amd64 bus_dmamap_sync() implementation
will be able to convince future compilers that do even more insanely stupid
optimizations from re-ordering stores.  That will be addressed in a seperate
patch.

ok matthew@, sthen@, oga@
- - -

from sthen
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/01 21:03:15

Modified files:
	sys/conf       : Tag: OPENBSD_4_8 newvers.sh 

Log message:
4.8-stable

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/01 21:06:00

Modified files:
	usr.bin/tmux   : Tag: OPENBSD_4_8 server-client.c 

Log message:
MFC:

- - -
revision 1.39
date: 2010/08/19 17:20:26;  author: nicm;  state: Exp;  lines: +5 -7
Do not need to dup() the tty fd sent from the client because it is
already dup()d again later. Fixes a leak seen by espie@.
- - -

from nicm re PR 6458
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/01 21:29:02

Modified files:
	www/firefox35  : Tag: OPENBSD_4_8 Makefile 

Log message:
Upstream moved the distfile.  Noted by and new location given by
Alex Libman, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 23:29:41

Modified files:
	devel/goffice  : Makefile distinfo 
	devel/goffice/pkg: PLIST 

Log message:
Update to goffice-0.8.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/01 23:30:48

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/pkg: PLIST 

Log message:
Update to gnumeric-1.10.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 00:18:00

Modified files:
	textproc/meld  : Makefile 
	textproc/meld/patches: patch-INSTALL 

Log message:
Set localstatedir to a proper value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 01:23:34

Modified files:
	net/telepathy/telepathy-logger: Makefile 

Log message:
- missing module


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 01:24:22

Modified files:
	x11/gnome/gcalctool: Makefile 

Log message:
- fix DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 01:40:05

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
this also needs libtoolize to build, so set to gnu libtool..


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/02 01:42:02

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
percolate up errors from perl asm scripts, correctly enable SHA-256 asm on
amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/02 02:04:33

Removed files:
	www/netsurf/browser/patches: patch-Makefile_defaults 

Log message:
Grml. Forgot to cvs rm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 02:30:55

Modified files:
	x11/gnome/anjuta-extras: Makefile 
	x11/gnome/anjuta-extras/patches: 
	                                 patch-plugins_scintilla_FilePath_cxx 
	x11/gnome/anjuta-extras/pkg: PLIST 
Added files:
	x11/gnome/anjuta-extras/patches: 
	                                 patch-plugins_scintilla_scintilla_Document_cxx 

Log message:
Unbreak the scintilla editor plugin.
Fix locale dir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 02:31:07

Modified files:
	www/epiphany-extensions: Makefile 
	www/epiphany-extensions/pkg: PLIST 

Log message:
Fix locale dir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 02:33:03

Modified files:
	devel/py-gobject: Makefile 
Added files:
	devel/py-gobject/patches: patch-gi_pygi_h 

Log message:
- Don't return -1, but NULL. Just like pygi_get_property_value() does when
introspection support is enabled.

this unbreaks py-gobject, as noticed with rednotebook and several other applications.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 02:57:38

Modified files:
	x11/industrial-icon-theme: Makefile 
	x11/industrial-icon-theme/pkg: PLIST 

Log message:
@comment bogus and empty lib/locale directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 02:58:48

Modified files:
	x11/tangerine-icon-theme: Makefile 
	x11/tangerine-icon-theme/pkg: PLIST 

Log message:
@comment bogus and empty lib/locale directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 03:17:47

Modified files:
	x11/gnome/applets2: Makefile 

Log message:
- tighten dependency on gnome-panel


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 03:25:11

Modified files:
	x11/gnome/applets2: Makefile 

Log message:
- remove XXX'd quirk after fixing py-gobject

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 04:12:26

Modified files:
	graphics/gthumb/patches: patch-gthumb_make-header_sh 
Removed files:
	graphics/gthumb/patches: patch-gthumb_Makefile_in 

Log message:
- fix this script by not using non-standard sed features.
with upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/02 04:25:21

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
new read-only variable TARGETS for introspection purpose (list of targets
specific to a given port, e.g, {pre,do,post}-*


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/02 04:26:17

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: Column.pm Var.pm mksqlitedb 
	databases/sqlports/pkg: DESCR-compact DESCR-main 

Log message:
USE_LIBTOOL is 3-valued.
register TARGETS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/02 06:09:08

Modified files:
	audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn: 
	                                                           Makefile 
	audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn: 
	                                                           Makefile 

Log message:
No point marking a couple of packages as not-for-ftp due to space
constraints when they're only ~100MB, we have much larger things in the
tree. Changing PERMIT affects packages, so bump REVISION.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/02 07:33:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm ArcCheck.pm PkgCreate.pm 
	                          State.pm Update.pm Vstat.pm 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/02 07:33:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
don't try to read bogus stuff, we already errored out on it


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/02 07:36:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm PkgAdd.pm Ustar.pm 

Log message:
somewhat complicated optimization: avoid reading the whole plist file
when we're only looking for update-info. Means Ustar must deal with
"partial" files. Occasionnally a huge win, such as skipping 95% of the kdebase
or texlive plist when they don't need updating.

I've been running with this for a few weeks now...


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/10/02 08:02:10

Modified files:
	security/p5-Module-Signature: Makefile distinfo 

Log message:
update p5-Module-Signature to 0.66


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/02 08:24:12

Modified files:
	x11/freefont-ttf: Makefile distinfo 

Log message:
- update freefont-ttf to 20100919


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/02 09:11:54

Modified files:
	usr.bin/mandoc : term.c 

Log message:
style cleanup, no functional change:
* make the initial maxvis/mmax calculation easier to understand
* where real, non-indexing casts happen, make them explicit
* avoid a few lint warnings that can easily be fixed
* remove one needless LINTED comment
"I like this" kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/02 09:49:18

Modified files:
	sys/dev        : rnd.c 

Log message:
remove support for srandom and urandom.  direct everyone to arandom instead.
we do this to prevent people from opening a device that sounds good, but
doesn't have the properties they really need.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/02 09:58:30

Modified files:
	share/man/man9 : random.9 

Log message:
srandom device no longer provides "strong" random data


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 10:16:10

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/files: README.OpenBSD 

Log message:
Advise to increase number of openfiles.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 11:00:29

Modified files:
	x11/gnome/ssh-askpass: Makefile distinfo 
	x11/gnome/ssh-askpass/patches: patch-Makefile 
	x11/gnome/ssh-askpass/pkg: DESCR 

Log message:
Bump version and extend DESCR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/02 12:24:29

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Simple version update to 3.16.0.  Lots of new features, bug fixes, and
performance improvements.

OK landry@, bernd@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/02 13:48:12

Modified files:
	gnu/usr.bin/perl/pod: perlfaq8.pod 

Log message:
Suggest modern TIOCGSIZE, not the old sgtty TIOCGWINSZ.
On OpenBSD they are identical but new code should use the new name.


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/02 14:49:22

Modified files:
	sys/arch/mips64/include: cpu.h 

Log message:
Added octeon specific cop0 registers. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/02 14:58:35

Modified files:
	gnu/usr.bin/perl/pod: perlfaq8.pod 

Log message:
Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/02 17:13:28

Modified files:
	sys/arch/amd64/include: cpu.h 
	sys/arch/i386/include: cpu.h 

Log message:
make ci_flags volatile; some future MD code will depend on this.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/02 17:14:33

Modified files:
	sys/arch/amd64/amd64: ipifuncs.c 
	sys/arch/i386/i386: ipifuncs.c 

Log message:
Ensure the caches are wbinvd'd before we say that the cpu is not running
anymore.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/02 17:30:39

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/i386/i386: machdep.c 

Log message:
unneccessary check before calling cpu_unidle; Vladimir Kirillov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/02 17:31:34

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/zaurus/zaurus: zaurus_machdep.c 

Log message:
turn off lid suspend if we doing halt -p
ok kettenis marco miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/02 23:39:20

Modified files:
	x11/gnome/controlcenter2: Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/03 00:03:57

Added files:
	sys/arch/octeon/include: fpu.h 

Log message:
Follow recent changes on mip64 FPU handling. ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/03 00:05:03

Removed files:
	sys/arch/octeon/dev: comreg.h 

Log message:
Remove unused header. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/03 00:09:43

Modified files:
	lib/libssl/crypto/arch/i386: opensslconf.h 

Log message:
DES_LONG should be u_int on all platforms, it was spuriously
u_long on i386. suggested by deraadt@ and kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/03 00:55:17

Modified files:
	audio/id3lib   : Makefile 
Added files:
	audio/id3lib/patches: patch-src_mp3_parse_cpp 

Log message:
Fix for a stack overflow when parsing vbr mp3 files, from Ido Admon on
ports@. Refs:
https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/444466
http://sourceforge.net/tracker/?func=detail&aid=1863981&group_id=979&atid=100979


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/03 01:12:18

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: PLIST 

Log message:
Update to arirang 2.00, from MAINTAINER Jung.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/03 01:40:08

Modified files:
	x11/gnome/devhelp: Makefile 
Added files:
	x11/gnome/devhelp/patches: patch-data_devhelp_schemas_in 

Log message:
Fix schemas file.
reported by landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 03:23:28

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 06:40:55

Modified files:
	devel/waf/patches: patch-waf-light patch-wscript 

Log message:
- regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/03 07:02:19

Modified files:
	net/neon       : Makefile 
Added files:
	net/neon/patches: patch-macros_neon_m4 patch-src_ne_openssl_c 
	                  patch-src_ne_socket_c 

Log message:
Unbreak after openssl update (OpenSSL 1.0.0a).
From upstream.

OK sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/03 07:20:41

Modified files:
	.              : plus.html 

Log message:
Upto 09/20


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/03 07:25:04

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 08:26:02

Modified files:
	lib/libXi      : configure.ac 

Log message:
Use the  XORG_WITH_XMLTO and XORG_WITH_ASCIIDOC macros.

This change was apparently didn't make it upstreams into 1.3.2 and
got lost.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 08:27:14

Modified files:
	lib/libXi      : Makefile.in configure 
	lib/libXi/man  : Makefile.in 
	lib/libXi/src  : Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/03 08:33:32

Modified files:
	devel/cpphs    : Makefile 

Log message:
Really fix devel/cpphs for !(i386|amd64). It's still not a good idea to
fiddle with MULTI_PACKAGES in an arch-dependant .if block. Complements
ONLY_FOR_ARCHS-lib=amd64 i386.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 08:59:11

Modified files:
	app            : Makefile 

Log message:
Move 'video' out of X.Org provided application list, to the list
of extra applications provided by OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/03 09:06:56

Modified files:
	audio/id3lib/patches: patch-src_mp3_parse_cpp 

Log message:
Didn't apply (wrong paths).


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/03 09:09:27

Modified files:
	devel/mercurial: Makefile 

Log message:
Add gettext as RUN_DEPENDS as is required to build the .mo files.
wcmaier@ (maintainer) ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:10:07

Modified files:
	sysutils/p5-Capture-Tiny: Makefile 

Log message:
switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/03 09:11:11

Modified files:
	faq/pf/fr      : example1.html nat.html 
	fr             : anoncvs.html ftp.html 
	it             : crypto.html ftp.html goals.html index.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	pt             : index.html plus.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:11:57

Modified files:
	security/p5-Crypt-CBC: Makefile 
	security/p5-IO-Socket-SSL: Makefile 
	security/p5-Net_SSLeay: Makefile 

Log message:
switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:16:24

Modified files:
	misc/p5-Spreadsheet-WriteExcel: Makefile 
	misc/p5-Spreadsheet-WriteExcel/pkg: PLIST 

Log message:
switch to MODCPAN_EXAMPLES and install a bunch of missing files


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:20:21

Modified files:
	math/p5-AI-FANN: Makefile 
	math/p5-AI-FANN/pkg: PLIST 

Log message:
- switch to MODCPAN_EXAMPLES and the examples go into the right directory now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:21:13

Modified files:
	misc/p5-Term-Animation: Makefile 
	math/p5-Math-MatrixReal: Makefile 

Log message:
- switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 09:27:39

Modified files:
	mail/p5-Mail-SPF-Query: Makefile 
	x11/p5-Gtk2-Ex-Simple-List: Makefile 

Log message:
- switch to MODCPAN_EXAMPLE
- fix license while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/03 10:00:11

Modified files:
	graphics/gimp/stable: Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/03 10:01:23

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
usb mouse; brynet@gmail


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/03 10:01:30

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/03 10:28:06

Modified files:
	devel/xulrunner: Makefile.inc 

Log message:
Add openbsddistfiles.com to master_sites as martynas did for the other
stuff a week ago. Reminded by Mikolaj Kucharski.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 10:59:55

Modified files:
	textproc/p5-Syntax-Highlight-HTML: Makefile 
	textproc/p5-Syntax-Highlight-Mason: Makefile 
	textproc/p5-Text-PDF: Makefile 
	textproc/p5-Text-PDF/pkg: PLIST 
	textproc/p5-XML-Writer: Makefile 
	textproc/p5-XML-XPath: Makefile 

Log message:
- switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	src
Changes by:	armani@cvs.openbsd.org	2010/10/03 11:18:29

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add Dream Link USB LED Message Board v1.0


CVSROOT:	/cvs
Module name:	src
Changes by:	armani@cvs.openbsd.org	2010/10/03 11:20:01

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Sync

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 11:23:41

Modified files:
	devel/p5-Curses-UI: Makefile 
	devel/p5-OLE-Storage_Lite: Makefile 
	devel/p5-DateTime-Format-Builder: Makefile 
	devel/p5-Perl-Critic: Makefile 
	devel/p5-AnyEvent: Makefile 
	devel/p5-POE-Component-Pluggable: Makefile 
	devel/p5-Algorithm-CurveFit: Makefile 
	devel/p5-Algorithm-CurveFit/pkg: PLIST 

Log message:
- switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	src
Changes by:	armani@cvs.openbsd.org	2010/10/03 11:25:21

Modified files:
	sys/dev/usb    : usb_quirks.c 

Log message:
Prevent the Dream Link USB LED Message Board to be attached as an HID
device so it can be used in userland.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/03 12:09:01

Modified files:
	editors/scintilla: Makefile distinfo 
	editors/scintilla/patches: patch-gtk_makefile 
	editors/scintilla/pkg: PLIST 
	editors/scite  : Makefile distinfo 
	editors/scite/patches: patch-gtk_makefile 
	                       patch-src_Embedded_properties 
	                       patch-src_SciTEGlobal_properties 
	editors/scite/pkg: PLIST 
Removed files:
	editors/scintilla/patches: patch-src_KeyWords_cxx 
	editors/scite/patches: patch-src_html_properties 

Log message:
Fairly simple version update, lots of new features, see
http://www.scintilla.org/ScintillaHistory.html.

OK landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/03 12:20:38

Modified files:
	.              : plus.html 

Log message:
week 39, upto 10/03


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 12:27:11

Modified files:
	lib/libpthread-stubs: configure.ac shlib_version stubs.c 

Log message:
Update to libpthread-stubs 0.3 and add pthread_once(),
pthread_key_create() and pthread_{get,set}_specific() stubs needed by
upcoming libpixman update.

Tested by jasper@ and landry@ on a bulk ports build.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 12:30:04

Modified files:
	lib/pixman     : COPYING Makefile.bsd-wrapper Makefile.in README 
	                 TODO aclocal.m4 config.h.in configure 
	                 configure.ac pixman-1.pc.in 
	lib/pixman/pixman: Makefile.am Makefile.in pixman-access.c 
	                   pixman-arm-neon.c pixman-arm-simd.c 
	                   pixman-bits-image.c pixman-compiler.h 
	                   pixman-conical-gradient.c pixman-cpu.c 
	                   pixman-edge-imp.h pixman-edge.c 
	                   pixman-fast-path.c pixman-general.c 
	                   pixman-image.c pixman-implementation.c 
	                   pixman-mmx.c pixman-private.h pixman-region.c 
	                   pixman-solid-fill.c pixman-sse2.c 
	                   pixman-trap.c pixman-utils.c pixman-vmx.c 
	                   pixman.c pixman.h solaris-hwcap.mapfile 
	lib/pixman/test: Makefile.am Makefile.in alpha-test.c 
	                 blitters-test.c clip-in.c clip-test.c 
	                 composite-test.c convolution-test.c 
	                 fetch-test.c gradient-test.c region-test.c 
	                 scaling-test.c screen-test.c trap-test.c 
	                 utils.c utils.h window-test.c 
Added files:
	lib/pixman/pixman: pixman-arm-common.h pixman-arm-neon-asm.S 
	                   pixman-arm-neon-asm.h pixman-arm-simd-asm.S 
	lib/pixman/test: a1-trap-test.c alphamap.c composite.c 
	                 gtk-utils.c gtk-utils.h 

Log message:
Update to pixman 0.18.4.

Tweak build to use libpthread-stubs for TLS emulation instead of forcing
every application using pixman to use -pthread.

Tested by jasper@ and landry@ on a bulk ports build.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 12:34:39

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
Now that pixman depends on libpthread-stubs, only build it
on platforms that build it (part of xcb suite).

Tested by jasper@ and landry@ on a bulk ports build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/03 12:58:53

Modified files:
	print/fontforge: Makefile 

Log message:
special CFLAGS aren't necessary on mips64 anymore

from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/03 13:24:38

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/10/03 13:47:18

Modified files:
	regress/lib/libssl: Makefile 

Log message:
don't use non-standard CFLAGS; ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/03 14:45:52

Modified files:
	devel/geany    : Makefile distinfo 
	devel/geany/pkg: PLIST 

Log message:
Update geany to 0.19.1 and change my email address, with tweak from fgsch@

ok fgsch@ landry@


CVSROOT:	/cvs
Module name:	libhid
Changes by:	armani@cvs.openbsd.org	2010/10/03 15:07:47

Log message:
    Import libhid, provides a generic and flexible way to access and interact
    with USB HID devices, much like libusb does for plain USB devices
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	armani
    Release Tags:	armani_20101003
    
    N libhid/Makefile
    cvs: ERROR: cannot write file /cvs/libhid/Makefile,v: No such file or directory
    N libhid/distinfo
    cvs: ERROR: cannot write file /cvs/libhid/distinfo,v: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/libhid/pkg -- not added: No such file or directory
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/03 15:10:24

Log message:
    Import libhid, it provides a generic and flexible way to access and
    interact with USB HID devices, much like libusb does for plain USB devices
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	armani
    Release Tags:	armani_20101003
    
    N ports/devel/libhid/Makefile
    N ports/devel/libhid/distinfo
    N ports/devel/libhid/pkg/DESCR
    N ports/devel/libhid/pkg/PLIST
    N ports/devel/libhid/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/03 15:11:27

Modified files:
	devel          : Makefile 

Log message:
Add libhid

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/03 15:13:27

Log message:
    Import dcled, userland driver for Dream Link USB LED Message Board
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	armani
    Release Tags:	armani_20101003
    
    N ports/sysutils/dcled/Makefile
    N ports/sysutils/dcled/distinfo
    N ports/sysutils/dcled/patches/patch-makefile
    N ports/sysutils/dcled/pkg/DESCR
    N ports/sysutils/dcled/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/03 15:14:22

Modified files:
	sysutils       : Makefile 

Log message:
Add dcled

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/03 15:14:40

Modified files:
	sys/dev/ic     : iha.c iha.h 

Log message:
iopoolification. Tested on my Initio INIC-950. Various eyes including
miod@, oga@, dlg@, matthew@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/03 15:23:35

Modified files:
	sys/dev/ic     : adw.c adwlib.h 

Log message:
iopoolification. Tested on my Advansys ASP-3940U2W. Various eyes
including miod@, oga@, dlg@, matthew@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/03 15:24:52

Modified files:
	mail/nail      : Makefile 
Added files:
	mail/nail/patches: patch-makeconfig patch-openssl_c 

Log message:
fix for new openssl from upstream; ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/03 15:36:58

Added files:
	devel/opencm/patches: patch-base_src_common_PubKey_c 

Log message:
Fix after openssl update.

ok sthen@

ps: i leave any comments about the stupidity of STACK_OF to marco@ ;-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 15:40:42

Modified files:
	mail/cue       : Makefile distinfo 
	mail/cue/patches: patch-smime_c 
	mail/cue/pkg   : PLIST 

Log message:
- update cue to 20090209
- add patch from netbsd to fix the build after the openssl update..

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/03 15:41:01

Added files:
	sysutils/LPRng/patches: patch-src_common_ssl_auth_c 

Log message:
- unbreak after the openssl update

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/03 16:13:18

Modified files:
	lang/parrot    : Makefile 
	lang/parrot/patches: patch-config_gen_makefiles_root_in 
Added files:
	lang/parrot/patches: patch-config_gen_makefiles_dynpmc_in 

Log message:
Zip MD2 support (fix after openssl update).

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/03 16:21:50

Modified files:
	sysutils/nut   : Makefile 
	sysutils/nut/pkg: MESSAGE-main 

Log message:
- new-style WANTLIB/LIB_DEPENDS/REVISION
- sync WANTLIB
- suggest suitable group for serial ports in MESSAGE
- take MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/03 16:27:53

Modified files:
	www/pound/patches: patch-pound_8 

Log message:
regen patches


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/03 17:14:22

Modified files:
	share/man/man4 : random.4 

Log message:
remove most mentions of the deprecated random devices. ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/03 17:25:52

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST-server 
Removed files:
	mail/dovecot/patches: patch-src_imap_cmd-select_c 
	                      patch-src_lib-storage_index_maildir_maildir-uidlist_c 
	                      patch-src_lib_failures_c 
	                      patch-src_lib_restrict-access_c 

Log message:
update to 1.2.15, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/03 20:48:55

Modified files:
	archivers/bzip2: Tag: OPENBSD_4_7 Makefile distinfo 

Log message:
MFC:

- - -
date: 2010/09/20 18:21:10;  author: naddy;  state: Exp;  lines: +2 -2
SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405.
ok jasper@
- - -


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/03 20:52:52

Modified files:
	archivers/bzip2: Tag: OPENBSD_4_8 Makefile distinfo 
	archivers/bzip2/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC:

- - -
date: 2010/09/20 18:21:10;  author: naddy;  state: Exp;  lines: +2 -2
SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405.
ok jasper@
- - -


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/03 23:46:54

Modified files:
	lib/pixman     : Makefile.bsd-wrapper 

Log message:
g/c some old amd64 bits from pixman's Makefile.bsd-wrapper.
from Brad. Thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 00:26:05

Removed files:
	x11/gnome/keyring-query: Makefile 
	x11/gnome/keyring-query/files: README.OpenBSD 
	                               gnome-keyring-query.c 
	x11/gnome/keyring-query/pkg: DESCR PLIST 

Log message:
gnome-keyring API has evolved since this unmaintained tool was written.
Debugging can be made in by different means, remove.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 00:26:29

Modified files:
	x11/gnome      : Makefile 

Log message:
-keyring-query


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 00:28:10

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-m4macros_gsettings_m4 

Log message:
Merge from upstream 136e705e8383ff8848e425ac01278102d7badc52
install-gsettings-schemas has been rewritten in a portable way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 00:49:34

Modified files:
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring/patches: patch-configure 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gcalctool/patches: patch-configure 
	x11/gnome/gcalctool/pkg: PLIST 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nautilus-sendto/patches: patch-configure 
	x11/gnome/system-tools: Makefile 
	x11/gnome/system-tools/patches: patch-configure 
	net/telepathy/telepathy-logger: Makefile 
	net/telepathy/telepathy-logger/patches: patch-configure 

Log message:
Merge from glib upstream 136e705e8383ff8848e425ac01278102d7badc52
install-gsettings-schemas has been rewritten in a portable way


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/04 01:17:30

Modified files:
	bin/rm         : rm.1 

Log message:
- rearrange STANDARDS slightly to read better
- remove a stray .Pp


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/04 02:44:59

Modified files:
	net/p5-Net-Pcap: Makefile distinfo 

Log message:
update p5-Net-Pcap to 0.16 and drop bmc@ as maintainer at his request.
ok bmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/04 02:46:51

Added files:
	telephony/kamailio/patches: patch-tls_tls_init_c 

Log message:
fix for openssl


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/04 02:47:22

Modified files:
	www/pound      : Makefile 
Added files:
	www/pound/patches: patch-config_c patch-pound_h patch-svc_c 

Log message:
fix for openssl, sync wantlib. ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/04 03:02:36

Modified files:
	mail/p5-Mail-DKIM: Makefile distinfo 

Log message:
update to p5-Mail-DKIM 0.38, fixing deprecation warnings with perl 5.12
ok william@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/04 03:12:48

Modified files:
	etc            : pf.os 

Log message:
Update the OpenBSD fingerprint to match against -current systems.
The automatic send and recv buffer scaling changed the OS fingerprint.
OK jsg@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/04 03:13:05

Modified files:
	sys/net        : pf_osfp.c 

Log message:
fp_wscale is only a single byte so do not byteswap it. This makes os
fingerprinting on little endian systems work. People using the osfp
feature need to update /etc/pf.os or -current will be blocked.
OK deraadt@, jsg@, jsing@, millert@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/04 03:32:43

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	share/man/man4 : envy.4 midi.4 
	sys/dev/pci    : envy.c envyreg.h envyvar.h files.pci 

Log message:
add support for midi(4) ports to envy(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/04 03:37:25

Modified files:
	lang/ghc       : Makefile distinfo 

Log message:
New bootstrapping compiler (after libc update).


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/04 04:00:05

Modified files:
	devel/guichan  : Makefile 

Log message:
Update my email, convert to new / clean depends, use REVISION and bump

with tweaks & ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/04 04:04:46

Modified files:
	games/tmw      : Makefile 

Log message:
Update my email, convert to new depends, use REVISION and bump

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/04 04:32:47

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
be more forceful in pointing people at MULTI_PACKAGES/ONLY_FOR_ARCHS
interaction.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/04 04:35:24

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document TARGETS


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/04 04:44:58

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
document ask-update


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/10/04 10:02:46

Modified files:
	.              : orders.html 

Log message:
New link for Lehmann's for OpenBSD 4.8


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/04 10:04:28

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/04 10:07:56

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/04 11:11:43

Modified files:
	x11/xfce4      : xfce4.port.mk 

Log message:
Tweak comment. DESKTOP_FILES=yes should be used only if .desktop files
are under share/applications. Prodded by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/04 11:45:52

Log message:
    Import xfce4-cpugraph 1.0.0, a panel plugin that draws a cpu usage
    graph in Xfce4 panel.
    prodded by new upstream maintainer, ok ajacoutot@ jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101004
    
    N ports/x11/xfce4/xfce4-cpugraph/Makefile
    N ports/x11/xfce4/xfce4-cpugraph/distinfo
    N ports/x11/xfce4/xfce4-cpugraph/pkg/DESCR
    N ports/x11/xfce4/xfce4-cpugraph/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/04 11:46:26

Modified files:
	x11/xfce4      : Makefile 

Log message:
+xfce4-cpugraph


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/04 11:52:29

Modified files:
	x11/xfce4/xfce4-cpugraph: Makefile 

Log message:
Oops tweak comment. No bump as it was just imported a few seconds ago..


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 12:33:22

Modified files:
	geo/tangogps   : Makefile 

Log message:
Regen WANTLIB after recent gtk/openssl update.

from Kirill Bychkov (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 12:37:21

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 

Log message:
Update to gtk2-murrine-engine-0.98.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2010/10/04 13:15:40

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
Our make already uses sh -e when executing commands.
Revert the "set -e" additions and kill unneeded subshells.  ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 13:38:13

Modified files:
	editors/ldapvi : Makefile 
Added files:
	editors/ldapvi/patches: patch-patches_patch-parse_c 

Log message:
Fix creation of MD5 passwords.

from Valery Masiutsin, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/04 14:42:37

Modified files:
	net/nmap       : Makefile 
	net/nmap/patches: patch-configure 
Added files:
	net/nmap/patches: patch-nse_openssl_cc 

Log message:
- unbreak nmap after the openssl update

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/04 17:50:21

Log message:
    Configurable logging library, after much prodding from marco and feedback
    from the lists
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe_20101004
    
    N ports/devel/libclog/Makefile
    N ports/devel/libclog/distinfo
    N ports/devel/libclog/pkg/DESCR
    N ports/devel/libclog/pkg/PLIST
    N ports/devel/libclog/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/04 17:51:37

Modified files:
	devel          : Makefile 

Log message:
+libclog


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/04 17:56:16

Log message:
    import of the Google/ON2 VP8 codec, from brad
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe_20101004
    
    N ports/multimedia/libvpx/Makefile
    N ports/multimedia/libvpx/distinfo
    N ports/multimedia/libvpx/patches/patch-build_make_armlink_adapter_sh
    N ports/multimedia/libvpx/patches/patch-build_make_configure_sh
    N ports/multimedia/libvpx/patches/patch-build_make_gen_asm_deps_sh
    N ports/multimedia/libvpx/patches/patch-build_make_gen_msvs_def_sh
    N ports/multimedia/libvpx/patches/patch-build_make_gen_msvs_proj_sh
    N ports/multimedia/libvpx/patches/patch-build_make_gen_msvs_sln_sh
    N ports/multimedia/libvpx/patches/patch-build_make_version_sh
    N ports/multimedia/libvpx/patches/patch-examples_gen_example_code_sh
    N ports/multimedia/libvpx/patches/patch-examples_gen_example_text_sh
    N ports/multimedia/libvpx/patches/patch-configure
    N ports/multimedia/libvpx/patches/patch-release_sh
    N ports/multimedia/libvpx/patches/patch-libs_mk
    N ports/multimedia/libvpx/patches/patch-build_make_Makefile
    N ports/multimedia/libvpx/pkg/DESCR
    N ports/multimedia/libvpx/pkg/PLIST
    N ports/multimedia/libvpx/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/04 17:56:50

Modified files:
	multimedia     : Makefile 

Log message:
+libvpx


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/04 20:41:53

Modified files:
	faq            : upgrade48.html 

Log message:
finish up "Before" and ports notices (and thanks to the porters who keep
the current.html page stocked with [ports] advisories! :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 22:50:49

Modified files:
	devel/libclog  : Makefile 

Log message:
PREFIX is PREFIX, not LOCALBASE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 22:53:50

Modified files:
	multimedia/libvpx: Makefile 
	multimedia/libvpx/pkg: DESCR 

Log message:
Typo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/04 23:11:56

Modified files:
	devel/desktop-file-utils: Makefile distinfo 
	devel/desktop-file-utils/pkg: PLIST 

Log message:
Maintainance update to desktop-file-utils-0.17.
* accept chemical/* mime types as valid types
* ignore --verbose if --quiet is also passed
* make sure to always output lists in the keyfile we generate
* make icon names with an extension for Icon key a non-fatal error
* add man pages


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/04 23:13:20

Modified files:
	usr.bin/ssh    : sftp.c sshconnect.c 

Log message:
use default shell /bin/sh if $SHELL is ""; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/05 02:04:10

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
areca have a new family of controllers out


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/05 02:04:39

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/05 02:40:44

Modified files:
	devel/libmemcached: Makefile 
Added files:
	devel/libmemcached/patches: patch-Makefile_in 
Removed files:
	devel/libmemcached/patches: no-atomic-patch-Makefile_in 

Log message:
This atomic feature is not a gcc4 feature, there are only three archs which provide it.
Pointed out and fix suggestion by Piotr Sikora < piotr.sikora _AT_ frickle.com >, who
also provided an initial port, where the part of the port regarding the atomic was taken from.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/05 02:57:34

Modified files:
	sys/dev/ic     : re.c 

Log message:
add missing splx in the debug codepath.  nevertheless that
doesn't mean it should be wrong.

ok blambert, jsg


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/05 02:57:47

Modified files:
	graphics/inkscape: Makefile distinfo 
	graphics/inkscape/patches: patch-src_ui_dialog_print_cpp 
	graphics/inkscape/pkg: PLIST 
Added files:
	graphics/inkscape/patches: patch-src_display_nr-arena-shape_cpp 
Removed files:
	graphics/inkscape/patches: patch-Makefile_in patch-configure_ac 
	                           patch-src_Makefile_in 
	                           patch-src_extension_internal_pdfinput_pdf-parser_cpp 
	                           patch-src_helper_Makefile_insert 
	                           patch-src_persp3d_cpp 
	                           patch-src_persp3d_h 
	                           patch-src_widgets_sp-xmlview-attr-list_h 
	                           patch-utf8-to-roff 

Log message:
Update inkscape to 0.48.0, from brad

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/05 03:03:19

Modified files:
	www/py-django  : Makefile distinfo 
	www/py-django/pkg: PLIST 

Log message:
Update django to 1.2.3, from maintainer Ryan Boggs

go for it sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/05 03:04:11

Modified files:
	sysutils/apcupsd: Makefile 

Log message:
Move to new DEPENDS.

from Kirill Bychkov (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/05 03:18:05

Modified files:
	net/scapy      : Makefile distinfo 
	net/scapy/patches: patch-doc_scapy_1 patch-setup_py 
	net/scapy/pkg  : PLIST 
Added files:
	net/scapy/patches: patch-scapy_arch_pcapdnet_py 
	                   patch-scapy_sendrecv_py 

Log message:
Update to 2.1.0, change my email address and integrate 2 patches from
Laurent Ghigonis, one to properly detect the mac address and the other to close
the bpf after use (You don't need to create 40 bpf anymore), thanks !

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/05 05:51:13

Modified files:
	lang/jamvm     : Makefile 

Log message:
- set ONLY_FOR_ARCHS to arches jamvm supports


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/05 07:29:40

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
implicitly protect m_cldrop with splnet;  ok claudio dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/05 07:41:10

Modified files:
	mail/courier-authlib: Makefile 
Added files:
	mail/courier-authlib/patches: patch-bdbobj_Makefile_in 

Log message:
Zap "-static" from libtool linking flags for testbdb: it doesn't
break the testbdb binary and we can switch this port to our own
ports/infrastructure/bin/libtool

OK landry@, giovanni@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/05 07:41:52

Modified files:
	mail/courier-imap: Makefile 
Added files:
	mail/courier-imap/patches: patch-bdbobj_Makefile_in 

Log message:
Zap "-static" from libtool linking flags for testbdb: it doesn't
break the testbdb binary and we can switch this port to our own
ports/infrastructure/bin/libtool

OK landry@, giovanni@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/05 09:13:04

Modified files:
	usr.bin/rcs    : rcs.c rcs.h 

Log message:
rcs_state_check must check for more invalid characters than just space.

ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/05 09:16:49

Modified files:
	usr.bin/rcs    : rcs.c rcs.h 

Log message:
Zapped unused function rcs_tag_resolve.

ok xsa


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/05 09:17:13

Modified files:
	net/coccinella : Makefile 

Log message:
Cleanup do-install in order to fix permissions on files in fake stage, pointed out
by sthen@, and bump.

OK landry@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/05 10:14:37

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
hide use of our global acpi_softc pointer a bit better


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/05 10:14:59

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
delete a bit of #if 0 code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/05 10:17:55

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
clean up acpi_softc use more


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2010/10/05 10:59:02

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Added acpi_disable_allgpes function to clear GPE status
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2010/10/05 11:04:48

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
split acpi_enable_onegpe to separate enable/disable functions
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/05 11:08:03

Modified files:
	net/gnet       : Makefile 

Log message:
use openbsd libtool in regress, following libtool rev 1.11
(problem reported by naddy)
regress depends on gnu check, also noticed by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/05 11:15:21

Modified files:
	usr.bin/tmux   : server-fn.c 

Log message:
Skip NULL entries in the sessions list when choosing the next session,
from Simon Olofsson.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/05 12:34:34

Modified files:
	mail/msmtp     : Makefile distinfo 
	mail/msmtp/patches: patch-configure 
	mail/msmtp/pkg : PLIST 

Log message:
- update msmtp to 1.4.21, most important change is unbreaking it with new openssl


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/05 13:09:06

Log message:
    sequel_pg overwrites the inner loop of the databases/ruby-sequel
    postgres adapter row fetching code with a C version. The C version is
    significantly faster (2-6x) than the pure ruby version that Sequel uses
    by default.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-oct-05
    
    N ports/databases/ruby-sequel_pg/Makefile
    N ports/databases/ruby-sequel_pg/distinfo
    N ports/databases/ruby-sequel_pg/pkg/DESCR
    N ports/databases/ruby-sequel_pg/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/05 13:23:51

Log message:
    import ruby-tilt 1.1
    
    Tilt is a thin interface over a bunch of different Ruby template engines
    in an attempt to make their usage as generic possible. This is useful
    for web frameworks, static site generators, and other systems that
    support multiple template engines but don't want to code for each of
    them individually.
    
    ok jeremy@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100510
    
    N ports/devel/ruby-tilt/Makefile
    N ports/devel/ruby-tilt/distinfo
    N ports/devel/ruby-tilt/pkg/DESCR
    N ports/devel/ruby-tilt/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/05 13:24:24

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/05 13:25:09

Modified files:
	www/ruby-sinatra: Makefile distinfo 
	www/ruby-sinatra/pkg: PLIST 

Log message:
- update ruby-sinatra to 1.0

ok jeremy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 13:37:23

Modified files:
	app/xterm      : MANIFEST VTPrsTbl.c VTparse.def VTparse.h 
	                 button.c charproc.c ctlseqs.ms ctlseqs.txt 
	                 misc.c ptyx.h util.c version.h xcharmouse.h 
	                 xterm.h xterm.log.html xterm.man 

Log message:
Update to xterm 262.

tested by ajacoutot@, jasper@ and krw@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/05 13:46:17

Modified files:
	databases      : Makefile 

Log message:
Add ruby-sequel_pg SUBDIR


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 13:50:59

Modified files:
	lib/libX11     : ChangeLog Makefile.in configure configure.ac 
	lib/libX11/include: Makefile.in 
	lib/libX11/man : Makefile.in 
	lib/libX11/man/xkb: Makefile.in 
	lib/libX11/modules: Makefile.in 
	lib/libX11/modules/im: Makefile.in 
	lib/libX11/modules/im/ximcp: Makefile.in 
	lib/libX11/modules/lc: Makefile.in 
	lib/libX11/modules/lc/Utf8: Makefile.in 
	lib/libX11/modules/lc/def: Makefile.in 
	lib/libX11/modules/lc/gen: Makefile.in lcGenConv.c 
	lib/libX11/modules/lc/xlocale: Makefile.in 
	lib/libX11/modules/om: Makefile.in 
	lib/libX11/modules/om/generic: Makefile.in 
	lib/libX11/nls : Makefile.in locale.alias.pre 
	lib/libX11/nls/C: Makefile.in 
	lib/libX11/nls/am_ET.UTF-8: Makefile.in 
	lib/libX11/nls/armscii-8: Makefile.in 
	lib/libX11/nls/el_GR.UTF-8: Makefile.in 
	lib/libX11/nls/en_US.UTF-8: Makefile.in 
	lib/libX11/nls/fi_FI.UTF-8: Makefile.in 
	lib/libX11/nls/georgian-academy: Makefile.in 
	lib/libX11/nls/georgian-ps: Makefile.in 
	lib/libX11/nls/ibm-cp1133: Makefile.in 
	lib/libX11/nls/iscii-dev: Makefile.in 
	lib/libX11/nls/isiri-3342: Makefile.in 
	lib/libX11/nls/iso8859-1: Makefile.in 
	lib/libX11/nls/iso8859-10: Makefile.in 
	lib/libX11/nls/iso8859-11: Makefile.in 
	lib/libX11/nls/iso8859-13: Makefile.in 
	lib/libX11/nls/iso8859-14: Makefile.in 
	lib/libX11/nls/iso8859-15: Makefile.in 
	lib/libX11/nls/iso8859-2: Makefile.in 
	lib/libX11/nls/iso8859-3: Makefile.in 
	lib/libX11/nls/iso8859-4: Makefile.in 
	lib/libX11/nls/iso8859-5: Makefile.in 
	lib/libX11/nls/iso8859-6: Makefile.in 
	lib/libX11/nls/iso8859-7: Makefile.in 
	lib/libX11/nls/iso8859-8: Makefile.in 
	lib/libX11/nls/iso8859-9: Makefile.in 
	lib/libX11/nls/iso8859-9e: Makefile.in 
	lib/libX11/nls/ja: Makefile.in 
	lib/libX11/nls/ja.JIS: Makefile.in 
	lib/libX11/nls/ja.S90: Makefile.in 
	lib/libX11/nls/ja.SJIS: Makefile.in 
	lib/libX11/nls/ja.U90: Makefile.in 
	lib/libX11/nls/ja_JP.UTF-8: Makefile.in 
	lib/libX11/nls/ko: Makefile.in 
	lib/libX11/nls/ko_KR.UTF-8: Makefile.in 
	lib/libX11/nls/koi8-c: Makefile.in 
	lib/libX11/nls/koi8-r: Makefile.in 
	lib/libX11/nls/koi8-u: Makefile.in 
	lib/libX11/nls/microsoft-cp1251: Makefile.in 
	lib/libX11/nls/microsoft-cp1255: Makefile.in 
	lib/libX11/nls/microsoft-cp1256: Makefile.in 
	lib/libX11/nls/mulelao-1: Makefile.in 
	lib/libX11/nls/nokhchi-1: Makefile.in 
	lib/libX11/nls/pt_BR.UTF-8: Makefile.in 
	lib/libX11/nls/ru_RU.UTF-8: Makefile.in 
	lib/libX11/nls/tatar-cyr: Makefile.in 
	lib/libX11/nls/th_TH: Makefile.in 
	lib/libX11/nls/th_TH.UTF-8: Makefile.in 
	lib/libX11/nls/tscii-0: Makefile.in 
	lib/libX11/nls/vi_VN.tcvn: Makefile.in 
	lib/libX11/nls/vi_VN.viscii: Makefile.in 
	lib/libX11/nls/zh_CN: Makefile.in 
	lib/libX11/nls/zh_CN.UTF-8: Makefile.in 
	lib/libX11/nls/zh_CN.gb18030: Makefile.in 
	lib/libX11/nls/zh_CN.gbk: Makefile.in 
	lib/libX11/nls/zh_HK.UTF-8: Makefile.in 
	lib/libX11/nls/zh_HK.big5: Makefile.in 
	lib/libX11/nls/zh_HK.big5hkscs: Makefile.in 
	lib/libX11/nls/zh_TW: Makefile.in 
	lib/libX11/nls/zh_TW.UTF-8: Makefile.in 
	lib/libX11/nls/zh_TW.big5: Makefile.in 
	lib/libX11/specs: Makefile.in 
	lib/libX11/specs/XIM: Makefile.in 
	lib/libX11/specs/i18n: Makefile.in 
	lib/libX11/specs/libX11: Makefile.in 
	lib/libX11/src : Makefile.am Makefile.in StrKeysym.c 
	lib/libX11/src/util: Makefile.in makekeys.c 
	lib/libX11/src/xcms: Makefile.in 
	lib/libX11/src/xkb: Makefile.in 
	lib/libX11/src/xlibi18n: Makefile.in 
Removed files:
	lib/libX11/src : XKeysymDB 

Log message:
Update to libX11 1.3.6.

Tested by ajacoutot@, jasper@ and krw@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 13:59:52

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/10/05 15:05:12

Modified files:
	.              : 48.html 

Log message:
mention mandoc(1) development, and correct the version number;
ok nick@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/05 16:21:35

Modified files:
	databases/ruby-sequel_pg: Makefile 

Log message:
Lowercase COMMENT and bump REVISION.  No cookie for me.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/10/05 17:37:49

Modified files:
	.              : 48.html 

Log message:
Systematically checked the March and April commits
for entries in "New tools", "Assorted improvements",
"Install/Upgrade process changes"; minor by-catch
in the network section.
Timeout for now, so committing what i have so far...


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:20:24

Added files:
	data/bitmaps   : Makefile 
Removed files:
	data/bitmaps   : Makefile.bsd-wrapper 

Log message:
Replace autotools based build with a simple BSD Makefile,
using the work done for proto/.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:30:54

xenocara/app/oclock/app-defaults

Update of /cvs/xenocara/app/oclock/app-defaults
In directory cvs.openbsd.org:/tmp/cvs-serv17151/app-defaults

Log Message:
Directory /cvs/xenocara/app/oclock/app-defaults added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:31:57

Modified files:
	app/oclock     : COPYING ChangeLog Clock.c INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 config.h.in 
	                 configure configure.ac oclock.c transform.c 
Added files:
	app/oclock/app-defaults: Clock-color 
Removed files:
	app/oclock     : Clock-color.ad compile mkinstalldirs 

Log message:
Update to oclock 1.0.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:43:08

Modified files:
	app/setxkbmap  : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 configure 
	                 configure.ac setxkbmap.c setxkbmap.man 

Log message:
Update to setxkbmap 1.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:50:16

Modified files:
	app/x11perf    : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in Xmark Xmark.man aclocal.m4 
	                 bitmaps.c bitmaps.h configure configure.ac 
	                 do_arcs.c do_blt.c do_complex.c do_dots.c 
	                 do_lines.c do_movewin.c do_rects.c do_segs.c 
	                 do_simple.c do_tests.c do_text.c do_traps.c 
	                 do_tris.c do_valgc.c do_windows.c x11pcomp.cpp 
	                 x11perf.c x11perf.h x11perf.man x11perfcomp.man 

Log message:
Update to x11perf 1.5.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/05 23:56:15

Modified files:
	app/xauth      : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 config.h.in configure configure.ac 
	                 gethost.c parsedpy.c process.c 

Log message:
update to xauth 1.0.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/06 00:03:42

Modified files:
	app/xclock     : COPYING ChangeLog Clock.c INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 xclock.c 

Log message:
Update to xclock 1.0.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/06 00:05:48

Modified files:
	app/xcmsdb     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 

Log message:
Update to xcmsdb 1.0.3


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/06 00:39:28

Modified files:
	usr.bin/ssh    : clientloop.c ssh.c sshconnect.c sshconnect.h 

Log message:
kill proxy command on fatal() (we already kill it on clean exit);
ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/06 01:30:41

Log message:
    import ruby-errand 0.7.2
    
    Errand provides Ruby bindings for RRD functions (via librrd), and a
    concise DSL for interacting with RRDs.
    
    feedback/ok bernd@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100610
    
    N ports/net/ruby-errand/Makefile
    N ports/net/ruby-errand/distinfo
    N ports/net/ruby-errand/pkg/DESCR
    N ports/net/ruby-errand/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/06 01:31:09

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	dcoppa@cvs.openbsd.org	2010/10/06 01:50:06

Modified files:
	dist/libxcb/src: xcb_conn.c xcb_in.c xcb_util.c xcbint.h 

Log message:
Bugfixes from upstream.
Minor tweaks (shutdown(2) related bits) by me.

OK matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/06 02:06:31

Modified files:
	net/iperf      : Makefile distinfo 

Log message:
- update to 2.0.5
- update license (MIT'ish) and set marker
- remove NO_REGRESS
- update HOMEPAGE

ok jasper@ (maintainer timeout)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/06 02:11:25

Added files:
	x11/kde/base3/patches: patch-kcontrol_crypto_crypto_cpp 

Log message:
Unbreak after openssl update. diff from kili@, commiting on his behalf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/06 02:13:32

Modified files:
	x11/kde/libs3  : Makefile 
Added files:
	x11/kde/libs3/patches: patch-kio_kssl_kopenssl_cc 
	                       patch-kio_kssl_kopenssl_h 
	                       patch-kio_kssl_ksmimecrypto_cc 
	                       patch-kio_kssl_ksslcertificate_cc 

Log message:
Unbreak after openssl update, diff from kili@, commiting on his behalf.
Similar diff from benoit@ on ports..


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/06 03:26:31

Modified files:
	shells/zsh     : Makefile 

Log message:
Fix WANTLIB

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/10/06 03:38:02

Modified files:
	libexec/spamd  : grey.c 

Log message:
do not pass GREY entries to pf's spamd-white table if already TRAPPED.
Fixes pr/6467. (from boudewijn at indes dot com) - ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/06 04:00:59

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
zero out auth hash context before freeing it;  ok matthew millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/06 05:05:42

Log message:
    import SOPE: Skyrix Object Publishing Environment
    
    The SOPE package is an extensive set of frameworks (16 frameworks, ~1500
    classes) which form a complete Web application server environment.
    Besides the Apple WebObjects compatible appserver extended with Zope
    concepts, it contains a large set of reusable classes: XML processing
    (SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS
    connectivity, and iCalendar parsing.
    
    already some days ago, OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101006
    
    N ports/www/sope/Makefile
    N ports/www/sope/distinfo
    N ports/www/sope/patches/patch-configure
    N ports/www/sope/patches/patch-sope-xml_SaxObjC_GNUmakefile_preamble
    N ports/www/sope/patches/patch-sope-appserver_GNUmakefile
    N ports/www/sope/patches/patch-sope-appserver_NGObjWeb_WebDAV_GNUmakefile_preamble
    N ports/www/sope/patches/patch-sope-xml_DOM_GNUmakefile_preamble
    N ports/www/sope/patches/patch-sope-appserver_SoOFS_GNUmakefile
    N ports/www/sope/patches/patch-sope-appserver_NGObjWeb_GNUmakefile_preamble
    N ports/www/sope/patches/patch-sope-appserver_NGObjWeb_subdirs_make
    N ports/www/sope/patches/patch-sope-xml_XmlRpc_GNUmakefile_preamble
    N ports/www/sope/patches/patch-sope-appserver_WEPrototype_GNUmakefile_preamble
    N ports/www/sope/pkg/DESCR-main
    N ports/www/sope/pkg/PLIST-mysql
    N ports/www/sope/pkg/PLIST-postgres
    N ports/www/sope/pkg/DESCR-mysql
    N ports/www/sope/pkg/DESCR-postgres
    N ports/www/sope/pkg/PLIST-main
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	mikeb@cvs.openbsd.org	2010/10/06 05:22:59

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
i moved two years ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/06 05:41:43

Modified files:
	www            : Makefile 

Log message:
Enable SOPE


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/06 07:21:03

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
catch up to openssl-1.0.0a; there's some new commands, as yet undocumented,
but i'll get to those shortly...


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/06 07:51:58

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/06 07:52:54

Modified files:
	x11/gtk+2      : Makefile 
Removed files:
	x11/gtk+2/pkg  : MESSAGE-main 

Log message:
gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/06 07:53:07

Modified files:
	www/sope       : Makefile distinfo 
	www/sope/pkg   : PLIST-main 

Log message:
The original import was not OKed by landry, I checked in the wrong stuff, bad mistake on my side.
Now fixing it with even some more enhancements pointed out by ajacoutot@

OK landry@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/06 09:06:07

Modified files:
	x11/xfce4/xfce4-cpugraph: Makefile 

Log message:
Fix typo. No bump, didn't build.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/06 09:48:29

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper1 

Log message:
The XS bits are not generated if NOPIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/06 10:26:57

Modified files:
	databases/ruby-pg: Makefile distinfo 
	databases/ruby-pg/pkg: PLIST 

Log message:
Simple version bump to 0.9.0.

OK landry@ "commit within a week if you get no feedback"


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/06 10:37:32

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c 
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
Correct the condition under which the x_wakeup_vector is cleared.
ok mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/06 11:03:39

Modified files:
	graphics/dia   : Makefile 

Log message:
Unbreak by fixing WANTLIB.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/06 11:05:43

Log message:
    Import supertuxkart-0.6.2a.
    
    SuperTuxKart is a free go-kart style racing game. You can choose from
    several popular mascots of OSS projects as kart models.
    
    from maintainer Pascal Stumpf, with some tweaks.
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20101006
    
    N ports/games/supertuxkart/distinfo
    N ports/games/supertuxkart/Makefile
    N ports/games/supertuxkart/patches/patch-src_bullet_src_BulletDynamics_ConstraintSolver_btSorLcp_cpp
    N ports/games/supertuxkart/patches/patch-src_bullet_src_BulletDynamics_ConstraintSolver_btOdeQuickstepConstraintSolver_cpp
    N ports/games/supertuxkart/pkg/DESCR
    N ports/games/supertuxkart/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/06 11:06:34

Modified files:
	games          : Makefile 

Log message:
+supertuxkart


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/06 11:29:36

Modified files:
	productivity/gnucash: Makefile 

Log message:
Unbreak by fixing WANTLIB.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/06 12:12:19

Modified files:
	devel/ruby-gems: Makefile 
	devel/ruby-gems/patches: 
	                         patch-lib_rubygems_commands_setup_command_rb 
	                         patch-lib_rubygems_config_file_rb 
	                         patch-lib_rubygems_dependency_installer_rb 
	                         patch-lib_rubygems_install_update_options_rb 
	                         patch-lib_rubygems_installer_rb 
Added files:
	devel/ruby-gems/patches: patch-lib_rubygems_ext_builder_rb 

Log message:
This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

Regen patches while here.

Idea to just remove -o root -g bin instead of using cp -p from
landry@.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/10/06 12:21:10

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
Save and restore the lapic Task Priority register accross suspend/resume,
otherwise we wake up at IPL_NONE instead of IPL_HIGH.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/06 12:43:11

Modified files:
	lang/ruby/1.9  : Makefile 
Added files:
	lang/ruby/1.9/patches: patch-lib_rubygems_ext_builder_rb 

Log message:
This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

This same patch was recently added to devel/ruby-gems, which is
specific to ruby 1.8.  ruby 1.9 ships with ruby-gems, so the
patch needs to be included here as well.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/06 12:44:58

Modified files:
	security/qca-tls/patches: patch-qca-tls_cpp 

Log message:
Subtrivial fix after openssl update.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/06 13:52:20

Modified files:
	.              : plus.html 

Log message:
Week 38 from Nicolas P.M. Legrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/06 14:06:23

Modified files:
	net/ruby-net-scp: Makefile distinfo 

Log message:
Upstream rerolled the distfile and changed the DEFAULT_CHUNK_SIZE from
2k to 16k.  Bump REVISION.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/06 15:02:59

Modified files:
	sys/dev/pci    : envy.c 

Log message:
Give the device the physical address obtained from the DMA mapping
instead of the actual physical address of the DMA-safe memory.
On i386 the driver used to work because both addresses are the
same.

spotted by damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/06 15:10:21

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
swapped args to kill(2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/10/06 16:03:19

Modified files:
	devel/subversion: Makefile distinfo 
	devel/subversion/pkg: MESSAGE-ap2 UNMESSAGE-ap2 

Log message:
Update to 1.6.13.  Tested with latest neon/openssl by sthen, thanks!
Minor housekeeping in MESSAGE files for ap2 subpackage while here.
ok landry, jasper, sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/06 16:19:20

Modified files:
	sys/conf       : files 
	lib/libc/gen   : sysctl.3 
	lib/libssl/src/crypto/engine: eng_cryptodev.c hw_cryptodev.c 
	regress/sbin/ipsecctl: sa11.in sa11.ok sa18.in sa18.ok sa21.in 
	                       sa21.ok sa23.in sa23.ok sa6.in sa6.ok 
	                       sa9.in sa9.ok 
	sbin/ipsecctl  : ipsec.conf.5 ipsecctl.h parse.y pfkdump.c 
	                 pfkey.c 
	share/man/man4 : crypto.4 
	share/man/man9 : crypto.9 
	sys/crypto     : cryptodev.c cryptodev.h cryptosoft.c xform.c 
	                 xform.h 
	sys/net        : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c 
	sys/netinet    : ip_esp.c ip_ipsp.h 
Removed files:
	sys/crypto     : skipjack.c skipjack.h 

Log message:
Retire Skipjack

There's not much use for the declassified cipher from the 80's
with a questionable license these days.  According to the FIPS
drafts, Skipjack reaches its EOL in December 2010.

The libc portion will be removed after the ports hackathon.

djm and thib agree, no objections from deraadt
Thanks to jsg for digging up FIPS drafts.


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/10/06 16:50:30

Modified files:
	.              : 48.html 

Log message:
Completed the check of the following sections:
- New tools
- Assorted improvements
- Install/Upgrade process changes


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/06 16:57:46

Modified files:
	lib/libssl/crypto: Makefile 
	lib/libssl/src/crypto/engine: eng_aesni.c hw_cryptodev.c 
	lib/libssl/src/crypto/perlasm: x86_64-xlate.pl 

Log message:
More OpenSSL fixes:

- Update local engines for the EVP API change (len u_int => size_t)
- Use hw_cryptodev.c instead of eng_cryptodev.c
- Make x86_64-xlate.pl always write to the output file and not stdout,
fixing "make -j" builds (spotted by naddy@)

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/06 19:52:25

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Fix some pms(4) vs wsmoused issues. From Alexandr Shadchin via
tech@. Tested on the usual problematic machines by myself, nicm@
and ian@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/06 22:19:47

Modified files:
	graphics/dcmtk : Makefile 
Added files:
	graphics/dcmtk/patches: patch-dcmtls_libsrc_tlslayer_cc 

Log message:
- unbreak dcmtk after the openssl update

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/06 22:34:59

Modified files:
	audio/openal   : Makefile 
	audio/openal/files: alc_backend_sndio.c 
Added files:
	audio/openal/patches: patch-src_al_source_c 

Log message:
* avoid using a negative array index (fixes crash in supertuxkart)
* block size vs buffer size correction in sndio backend
* disable audio(4) backend


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/07 01:15:30

Modified files:
	sys/dev/pci    : envy.c 

Log message:
If the card model is not ``HT/PT'', then check that the DMA physical
address is 28-bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 02:05:49

Modified files:
	www/drupal6/views_bulk_operations: Makefile distinfo 
	www/drupal6/views_bulk_operations/pkg: PLIST 

Log message:
update to 1.10, addresses DRUPAL-SA-CONTRIB-2010-099.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/10/07 03:36:33

Modified files:
	usr.sbin/ikectl: ikeca.c ikeca.cnf 

Log message:
When we create a new CA, also create an empty (but valid) CRL list.
While here, set our used defaults in the config file.

OK reyk@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2010/10/07 03:40:44

ports/devel/git/files

Update of /cvs/ports/devel/git/files
In directory cvs.openbsd.org:/tmp/cvs-serv19524/files

Log Message:
Directory /cvs/ports/devel/git/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2010/10/07 03:42:23

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl 
	                   patch-imap-send_c patch-t_Makefile 
	                   patch-t_t9200-git-cvsexportcommit_sh 
	                   patch-t_t9400-git-cvsserver-server_sh 
	devel/git/pkg  : PLIST-main 
Added files:
	devel/git/files: README.OpenBSD 
Removed files:
	devel/git/patches: patch-builtin_help_c 

Log message:
Update to git-1.7.3.1.

Add a README.OpenBSD file with some notes about the send-email
command. (via matthieu@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/07 04:18:52

ports/net/p5-Net-Pcap/patches

Update of /cvs/ports/net/p5-Net-Pcap/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17933/patches

Log Message:
Directory /cvs/ports/net/p5-Net-Pcap/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/07 04:20:27

Modified files:
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-Pcap/pkg: PLIST 
Added files:
	net/p5-Net-Pcap/patches: patch-Makefile_PL 

Log message:
Unbreak, sort-of spotted by landry@. Didn't package before so no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/07 04:49:39

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
OpenSSL grows another undocumented header, apparently needed on armish


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/10/07 04:56:22

Modified files:
	usr.sbin/ikectl: ikeca.c 

Log message:
set saner permissions on the directory we export, so we don't change
perms of /etc/iked when extracting

OK jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/07 05:01:06

Modified files:
	net/munin      : Makefile 
	net/munin/files: sensors_ 

Log message:
- add support for reading humidity sensors

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/07 06:02:24

Modified files:
	usr.sbin/ldpd  : ldpd.h 

Log message:
Garbage collect some unused structs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/07 06:11:52

Modified files:
	net/silc-client: Makefile 

Log message:
Use gnu libtool for now, silc-client messes up with static linking.
From maintainer brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/07 06:23:14

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.8 ikectl.c parser.c parser.h 

Log message:
- add a -q (quiet) command line option that will be used by ikeca to
set openssl batch mode: don't ask for x509 options, use the defaults.
- allow to specify the initial ca password on the command line to also
make it scriptable.
- allow to create certificates for clientAuth or serverAuth only
(eg. ikectl ca foo certificate bar server).
- cosmetics: move double declarations of ca_*() functions to parser.h.

ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/07 06:30:08

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-CMakeLists_txt 

Log message:
Bugfix update to awesome v3.4.8 (Never Know)


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/07 06:33:58

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
nroff doesn't like long argument lists that work fine with mandoc.
split them into Xo/Xc blocks to make nroff happy again.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/07 06:34:15

Modified files:
	sys/netmpls    : mpls_input.c 

Log message:
Handle IMPLNULL labels (#3) directly in the kernel like we do with the
explicit NULL labels. IMPLNULL labels should never ever be seen on the
wire but we're realists. michele@ agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/07 06:38:00

Modified files:
	usr.sbin/ldpd  : kroute.c 

Log message:
Don't try to add MPLS routes with a incomming MPLS_LABEL_IMPLNULL label.
The kernel has now a static entry for them and they should not hit the
wire anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/07 07:23:11

Modified files:
	usr.sbin/ldapd : ldapd.conf.5 

Log message:
aginst -> against; from Luca Corti


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/07 07:28:46

Modified files:
	usr.sbin/ikectl: ikectl.c 

Log message:
sync usage();


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/07 07:30:50

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.8 ikectl.c parser.c parser.h 

Log message:
Allow to specify the export password on the command line (optionally, for
scripting).  The "peer" argument now needs to be preceded with the "peer"
keyword, eg. ... export peer 10.1.1.1 instead of export 10.1.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/07 08:27:36

Modified files:
	audio/pianobar : Makefile distinfo 

Log message:
Update to pianobar-2010.10.07

Unbreak after pandora.com API changes ("Error: Protocol incompatible. Please upgrade libpiano.")


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 08:31:33

Modified files:
	www/p5-CSS-Tiny: Makefile distinfo 

Log message:
update to 1.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/07 08:31:36

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Fix tracker evolution plugin loading.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 08:35:01

Modified files:
	www/p5-CSS-Squish: Makefile distinfo 

Log message:
update to 0.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 08:40:44

Modified files:
	textproc/p5-Text-CSV: Makefile distinfo 

Log message:
update to 1.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/07 08:44:26

Modified files:
	x11/gtkdatabox : Makefile 

Log message:
- fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/07 08:48:38

Modified files:
	devel/desktop-file-utils: Makefile 

Log message:
Remove bogus tab.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 08:51:22

Modified files:
	devel/p5-Config-Tiny: Makefile distinfo 

Log message:
update to 2.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 08:57:07

Modified files:
	devel/p5-File-Find-Rule: Makefile distinfo 

Log message:
update to 0.32


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 09:00:04

Modified files:
	devel/p5-File-Find-Rule-Perl: Makefile distinfo 

Log message:
update to 1.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 09:05:01

Modified files:
	devel/p5-Config-General: Makefile distinfo 

Log message:
update to 2.49


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/07 09:06:08

Modified files:
	databases/ruby-sequel_pg: Makefile 

Log message:
Depend on ruby-sequel and ruby-pg so you can build without them already
installed.  Didn't build without them before, so no bump.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/07 09:10:14

Modified files:
	devel/p5-Hash-Merge: Makefile distinfo 

Log message:
update to 0.12


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/07 09:17:38

Modified files:
	usr.sbin/ikectl: ikeca.c 

Log message:
only try to setup a passfile when creating a CA


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/07 10:04:36

Modified files:
	usr.bin/hexdump: odsyntax.c 

Log message:
usage must fit on a 80-column display.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/07 10:59:01

Modified files:
	usr.bin/hexdump: od.1 

Log message:
use a .Bk/.Ek block to avoid breaking options with arguments.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/07 11:00:18

Modified files:
	net/ejabberd   : Makefile 
Added files:
	net/ejabberd/patches: patch-src_mod_caps_erl patch-src_sha_erl 
	                      patch-src_tls_sha_drv_c 

Log message:
- add patches from gentoo to disable md2 (and unbreak ejabberd after the
openssl update).

ok viq (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/07 11:08:58

Modified files:
	usr.bin/mg     : mg.1 

Log message:
use an upper case "C" in "Control" for consistency; use the same
capitalization for keys in Control and Meta for both key bindings
and descriptions.

ok kjell@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/07 11:48:53

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Add MODRUBY_RUBY_ADJ and MODRUBY_ADJ_FILES.  MODRUBY_RUBY_ADJ is a
perl command that accepts filename arguments and modifies the common
/usr/bin/env ruby shebang to ${RUBY}.  MODRUBY_ADJ_FILES is a short
cut that allows you to set filename patterns and have
MODRUBY_RUBY_ADJ called on all files in ${WRKSRC} that match that
pattern.  It adds a pre-configure action to do so, if a pre-configure
action is not already defined.  If a pre-configure action is already
defined, you can call the replacement command with
${MODRUBY_ADJ_REPLACE}.

ok sthen, landry


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2010/10/07 11:53:01

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Update the lang/ruby module documentation for changes since 1.22 of
ruby.port.mk.

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/07 12:10:47

Modified files:
	www/raggle     : Makefile 
	www/raggle/patches: patch-Makefile 

Log message:
Make raggle use the lang/ruby module.  Don't hardcode the ruby18
path in the Makefile, and fix the shebangs of the installed
scripts using MODRUBY_ADJ_FILES.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/07 12:59:47

Modified files:
	multimedia/libvpx: Makefile 
	multimedia/libvpx/patches: patch-configure 

Log message:
Don't pick up and use doxygen (wasting time) when it's installed.
From brad, who sent me this version a couple of days when i did
some testing ov libvpx and whined about my valuable cpu cycles.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2010/10/07 13:29:25

Modified files:
	.              : donations.html 

Log message:
Add recurring donation from CheaperThanHotels


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/07 14:38:09

Modified files:
	net/p5-Net-Twitter: Makefile distinfo 
	net/p5-Net-Twitter/pkg: PLIST 

Log message:
- update p5-Net-Twitter to 3.13008
- switch to MODCPAN_EXAMPLES

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/07 14:40:40

Modified files:
	cad/pcb        : Makefile distinfo 
	cad/pcb/patches: patch-configure patch-doc_pcb_1 
	                 patch-example_Makefile_in 
	                 patch-example_libraries_Makefile_in 
	cad/pcb/pkg    : PLIST 

Log message:
- update pcb to 20100929

maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2010/10/07 15:17:11

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Create separate functions for enabling wake and runtime gpes.
Remove old suspend/resume gpewalk function
ok deraadt, mlarkin


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/07 15:27:46

Modified files:
	build          : mirrors.dat 

Log message:
update Gonzalo's email address.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/07 16:07:06

Modified files:
	sys/netinet6   : in6.c 

Log message:
Also call addrhooks for IPv6 addresses with a 128 bit prefixlen.
I overlooked that one case in rev. 1.69.  Fix from Pedro Martelletto.
OK mcbride, claudio, henning.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/07 17:55:33

Modified files:
	security/assl  : Makefile distinfo 

Log message:
- update to a newer snapshot working with openssl 1.0
- let SHARED_LIBS control the library filename

ok ckuethe@, earlier version ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/07 23:38:24

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl ec";


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/07 23:41:48

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
supply the correct value of ciphers DEFAULT; from djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/08 00:50:23

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/pkg: PLIST-docs PLIST-main 

Log message:
Update to 8.4.5
Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

ok jasper@

note: i will update it to 9.0.1 in a few days


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/08 01:32:49

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/patches: patch-gtk_Makefile_in 

Log message:
Create symlinks to old icons so that apps like firefox, f-spot and who
knows what else can display some renamed icons. This is only going to
be used until this gets fixed.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/08 01:45:06

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.8 ikectl.c parser.c parser.h 

Log message:
Allow to show certificate details (show ca x cert [y]).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/08 03:41:07

Log message:
    Import gsettings-desktop-schemas-0.0.1
    
    gsettings-desktop-schemas contains a collection of GSettings schemas for
    settings shared by various components of a desktop.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100108
    
    N ports/devel/gsettings-desktop-schemas/distinfo
    N ports/devel/gsettings-desktop-schemas/Makefile
    N ports/devel/gsettings-desktop-schemas/pkg/DESCR
    N ports/devel/gsettings-desktop-schemas/pkg/PLIST
    N ports/devel/gsettings-desktop-schemas/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/08 03:41:49

Modified files:
	devel          : Makefile 

Log message:
+gsettings-desktop-schemas


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/08 03:43:11

Modified files:
	textproc/gtranslator: Makefile distinfo 
	textproc/gtranslator/patches: patch-man_Makefile_in 
	                              patch-src_gtr-utils_c 
	textproc/gtranslator/pkg: PLIST 
Added files:
	textproc/gtranslator/patches: patch-configure 

Log message:
Update to gtranslator-1.9.12.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/08 04:13:47

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.8 ikectl.c parser.c parser.h 

Log message:
allow optional paths for the install commands so we can
install into the isakmpd directory hierarchy for example.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/08 04:15:54

Modified files:
	devel/libhid   : Makefile 

Log message:
- explicitly disable swig

ok armani@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/08 05:41:56

Modified files:
	usr.sbin/ikectl: ikeca.c ikectl.c 

Log message:
if non absolute paths are specified in install commands assume they
are relative to /etc


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/08 05:51:56

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
tweak for nroff


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/08 08:01:07

Modified files:
	sys/dev/pci    : cmpci.c cmpcivar.h 

Log message:
check current hardware position in interrupt handler.  it's possible
more than one block was used since the last time the interrupt handler
was run.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/08 08:26:12

Modified files:
	usr.bin/hexdump: odsyntax.c 

Log message:
remove three superfluous trailing tabs, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/10/08 09:43:45

Modified files:
	sbin/dhclient  : dhclient.8 
	usr.sbin/dhcpd : dhcpd.8 
	usr.sbin/dhcrelay: dhcrelay.8 

Log message:
use the right capitalization in the Nd strings.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/08 09:45:34

Modified files:
	usr.sbin/ikectl: ikeca.c 

Log message:
check if a directory exists before trying to create it in the export
case as well, spotted by mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/08 10:15:22

Modified files:
	usr.sbin/ikectl: ikeca.c ikeca.cnf 

Log message:
set the client/server certificate options with all the common keyusage
and extendedkeyusage and nscerttype flags.  the ikectl CA can now be used
with all kinds of other vpn tools in addition to iked and isakmpd.

ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/08 10:34:08

Modified files:
	sysutils/xjobs : Makefile distinfo 

Log message:
Update to xjobs-20100915

From Rene Maroufi (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/08 10:57:24

Modified files:
	graphics/gtkimageview: Makefile 

Log message:
- set CONFIGURE_ENV, this will be needed with new cairo, but won't hurt having
around yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/08 11:03:30

Modified files:
	x11/rep-gtk    : Makefile 

Log message:
- proactive fixing for cairo update fallout, won't hurt to have it around
right now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/08 11:12:58

Modified files:
	x11/emelfm2    : Makefile 
	x11/emelfm2/patches: patch-Makefile 

Log message:
- allow to append to CFLAGS, needed to fix this with upcoming cairo update


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/08 11:57:19

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl ecparam";


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/08 12:21:34

Modified files:
	sys/arch/sparc64/sparc64: conf.c 
	etc/etc.sparc64: MAKEDEV.md 

Log message:
allocate a major number to midi, since midi is already enabled

ok deraadt, miod


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/08 12:22:19

Modified files:
	etc/etc.sparc64: MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/08 12:46:42

Modified files:
	sys/dev/pci    : envy.c 

Log message:
put all calls bus_space_xxx() into functions, makes the code smaller


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/08 12:54:03

Modified files:
	sys/dev/pci    : envy.c 

Log message:
encoding of envy is little endian, not native endian, probably fixes envy
on big endian archs


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/08 13:18:41

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl engine";


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/08 13:26:32

Modified files:
	sys/dev/pci    : envy.c 

Log message:
Call bus_space_barrier() after each read and write, since this
driver was developed with the assumption that all operations are
ordered.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/08 15:41:44

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
don't trust that bFrameIndex in frame descriptors is unique.  fixes
a crash with Kodak S100 webcam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/08 15:48:42

Modified files:
	lib/libc/gen   : glob.3 glob.c 

Log message:
Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit
from ARG_MAX to 64K.

Fixes glob-using programs (notably ftp) able to be triggered to hit
resource limits.

Idea from a similar NetBSD change, original problem reported by jasper@.

ok millert tedu jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/08 16:08:07

Log message:
    Import modified version of texmf split script.
    This time directory entries will be added to keep pkg_check
    happy (issue reported by sthen@).
    
    No OK needed - not linked to build
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101008
    
    N ports/print/texlive2010/texmf/files/rblatter/mk_openbsd_plists.sh
    N ports/print/texlive2010/texmf/files/rblatter/rblatter
    N ports/print/texlive2010/texmf/files/rblatter/lib/eqnparser.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/pkgfilter.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/pkgscanner.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/plistdeduper.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/spinner.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/subsetconf.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/subsetshaper.rb
    N ports/print/texlive2010/texmf/files/rblatter/lib/tlpdbindex.rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2010/10/08 17:35:42

Modified files:
	etc            : Makefile 

Log message:
install nsd.conf; ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/08 18:05:43

Modified files:
	textproc/mupdf : Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
MFC:

- - -
revision 1.18
date: 2010/08/29 10:08:05;  author: matthieu;  state: Exp;  lines: +4 -5
distfile moved and got renamed, but didn't change.
ok sthen@ (maintainer)
- - -


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 00:31:59

Modified files:
	security/libssh2: Makefile distinfo 

Log message:
Update libssh2 to 1.2.7

Similar diff from Remi Pointel on ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/09 02:05:30

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-poppler_XRef_cc 
	print/poppler/pkg: PLIST-main PLIST-qt4 
Added files:
	print/poppler/patches: patch-configure 

Log message:
Update to poppler-0.14.3.

Major bumps on all shared libs.

Don't build the new poppler-cpp for now (still needs some tweaks).

Note: glitz omitted from WANTLIB on purpose -- according to landry@ it
will disappear after the upcoming cairo update.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/09 02:06:05

Modified files:
	print/poppler-data: Makefile distinfo 

Log message:
Update to poppler-data-0.4.3


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2010/10/09 02:14:36

Modified files:
	lib/libpcap    : gencode.c 

Log message:
Fix typo in pflog header size computation. Fixes filtering with the new
pflog headers. reported by jmc@, tested by jmc@ and sthen@, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2010/10/09 02:22:26

Modified files:
	usr.sbin/tcpdump: print-pflog.c 

Log message:
Do not use BPF_WORDALIGN when computing pflog header length as it aligns
to 8-byte boundary on 64-bit architectures. Instead explicitly round up
to a 4-byte boundary. Reported and tested by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/09 02:41:28

Modified files:
	sys/dev/usb    : uvideo.c uvideo.h 

Log message:
control values can be 1 or 2 bytes, signed or unsigned.  fixes hue
control.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 02:44:13

Modified files:
	www/bozohttpd  : Makefile distinfo 

Log message:
Update bozohttpd to 20100920


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 02:49:57

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
Update pngcrush to 1.7.12


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/09 03:11:13

Modified files:
	sys/dev/pci    : cmpci.c 

Log message:
only print out of sync messages when compiled for debugging


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/09 03:26:02

Modified files:
	databases/openldap: Makefile 

Log message:
OpenLDAP doesn't build correctly with our libtool.
Unbreak it.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 03:41:44

Modified files:
	net/dclib      : Makefile 
Added files:
	net/dclib/patches: patch-dclib_core_cssl_cpp 

Log message:
- unbreak dclib after the openssl update

ok landry@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/09 03:48:04

Modified files:
	sys/dev/usb    : uvideo.c uvideo.h 

Log message:
* define structure that represents USB descriptor with variable sized
member the way uaudio does, make the variable sized member as large
as it can be and don't define the following members.
* reenable control support for devices where bControlSize != 2 in
the processing unit descriptor.

tested on alpha, amd64, i386, sparc64 and zaurus, as well as the machine
where previous support for variable bControlSize caused a hang.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/09 04:03:44

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl genpkey";


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/09 04:25:06

Modified files:
	databases/openldap: Makefile 

Log message:
Add a comment about libtools
no need to bump

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 04:26:03

Modified files:
	security/py-sslwrapper: Makefile 
	security/py-sslwrapper/patches: patch-POW_c patch-setup_py 

Log message:
- unbreak py-sslwrapper after the openssl update
- use SUBST_CMD

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 04:38:53

Modified files:
	devel/py-parsing: Makefile distinfo 
	devel/py-parsing/pkg: PLIST 

Log message:
- update py-parsing to 1.5.5
- regen PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/09 06:58:01

Modified files:
	usr.bin/tmux   : server-fn.c 

Log message:
Set cause when failing due to linking a window to itself, from Martin
Pieuchot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/09 07:53:04

Log message:
    import initial texmf/pkg directory with initial packing lists. These
    packing lists include directory entries so as to keep pkg_check happy.
    
    @exec, @conflict etc. needs to be added at some stage, but right now I
    am more interested in getting archiving working.
    
    No OK needed - not linked to build.
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101009
    
    N ports/print/texlive2010/texmf/pkg/DESCR-docs
    N ports/print/texlive2010/texmf/pkg/DESCR-full
    N ports/print/texlive2010/texmf/pkg/PLIST-main
    N ports/print/texlive2010/texmf/pkg/PLIST-full
    N ports/print/texlive2010/texmf/pkg/PLIST-docs
    N ports/print/texlive2010/texmf/pkg/DESCR-main
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/09 08:07:40

Modified files:
	print/texlive2010: README 

Log message:
Update texlive2010 roadmap.

No OK needed - not linked to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/09 09:41:28

Added files:
	print/texlive2010/texmf: Makefile distinfo 

Log message:
Add checksums and initial Makefile for texlive texmf.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/09 12:22:46

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl pkey";


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/09 13:35:32

Modified files:
	sys/dev/ic     : trm.c 

Log message:
Make trm(4) work again. Avoid use-after-free of xs fields, don't
discard devices because 2nd INQUIRY (a.k.a. scsi_inquire_vpd())
fails, avoid NULL dereferences, reset bus after a timeout since I
can't see how else to account for an unsupported instruction (e.g.
0x9e, a.k.a. READ_CAPACITY_16).

All found while preparing for iopoolification.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/09 16:05:36

Modified files:
	usr.sbin/smtpd : aliases.c client.c control.c enqueue.c expand.c 
	                 lka.c log.c map.c mda.c mfa.c mta.c parse.y 
	                 parser.c parser.h queue.c smtp.c smtp_session.c 
	                 smtpctl.8 smtpctl.c smtpd.c smtpd.h ssl.c 
	                 util.c 
	usr.sbin/smtpd/smtpctl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
backout the "new" queue code commited 4 months ago. it has many good ideas,
is way more optimized than what we had earlier and there's definitely stuff
we want to keep, however it is early optimization that doesn't account for
many features and makes them hard (if not impossible) to write without
ugly workarounds that ruin the purpose of the optimizations.

the backout goes to 30 May's right before the commit and catches up on all
the non-queue related commits that happened since then.

i'll work on reintroducing the ideas from this queue when the basic
features we expect from a MTA are implemented.

suggested on tech@ about a week ago, no objections, several "please make
smtpd move forward" mails from hackers and tech readers.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/09 16:07:56

Removed files:
	usr.sbin/smtpd : queue_backend.c queue_backend.h 

Log message:
no longer compiled, i will reintroduce them later, lots of stuff needs to
be done before we can write queue backends anyway ...


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/09 16:11:08

Added files:
	usr.sbin/smtpd : bounce.c 

Log message:
missing from previous commit


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/09 16:12:26

Added files:
	usr.sbin/smtpd : queue_shared.c runner.c 

Log message:
these need to be re-added too


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/09 16:50:31

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
Update mercurial to 1.6.4

ok wcmaier@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/09 18:46:11

Modified files:
	devel/autogen  : Makefile 

Log message:
Distfile no longer found at sourceforge, use MASTER_SITE_GNU instead.
Switch to REVISION while there.  Working path from Mike Korbakov to
ports@; ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2010/10/09 18:49:59

Modified files:
	textproc/tcpdf : Makefile distinfo 
	textproc/tcpdf/pkg: PLIST 

Log message:
update to 4.9.002


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/09 22:15:38

Modified files:
	x11/gnome/mono-gnome: Makefile distinfo 

Log message:
Maintainance update to mono-gnome-2.24.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/10 04:26:37

Modified files:
	games/supertuxkart: Makefile 

Log message:
Use freeglut, not glut.

ok ajacoutot@, and maintainer Pascal Stumpf.

"If it doesn't work with freeglut, it was probably written in 1993
and never touched since." Tobias Ulmer (freeglut maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/10 04:52:04

Added files:
	devel/glib2/patches: patch-glib_gatomic_c 

Log message:
Fix build on several archs (mips64el, hppa, sgi at least).

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2010/10/10 05:11:54

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Add proper malloc flags so we can attach again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 08:46:29

Modified files:
	x11/gmrun      : Makefile 

Log message:
- fix for upcoming cairo update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 08:49:03

Modified files:
	x11/gnome/anjuta-extras: Makefile 

Log message:
- fix for upcoming cair update (as it won't depend on glitz anymore, the
${LOCALBASE}/include won't be looked in for headers anymore.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 09:12:50

Modified files:
	net/microblog-purple: Makefile 
Added files:
	net/microblog-purple/patches: patch-global_mak 

Log message:
- fix build with upcoming cairo update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 09:15:52

Modified files:
	x11/isomaster/patches: patch-Makefile 

Log message:
- don't be sneaky and hide what's it's actually doing whilst compiling


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 09:24:41

Modified files:
	x11/isomaster  : Makefile 
	x11/isomaster/patches: patch-Makefile 

Log message:
- fix build with upcoming cairo update


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/10 09:50:06

Log message:
    Import databases/redis.
    
    Redis is an advanced key-value store. It is similar to memcached
    but the dataset is not volatile, and values can be strings, exactly
    like in memcached, but also lists, sets, and ordered sets. All this
    data types can be manipulated with atomic operations to push/pop
    elements, add/remove elements, perform server side union, intersection,
    difference between sets, and so forth.
    In order to be very fast but at the same time persistent the whole
    dataset is taken in memory, and from time to time saved on disc
    asynchronously (semi persistent mode) or alternatively every change
    is written into an append only file (fully persistent mode).
    
    OK sthen@, landry@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101010
    
    N ports/databases/redis/Makefile
    N ports/databases/redis/distinfo
    N ports/databases/redis/pkg/DESCR
    N ports/databases/redis/pkg/PLIST
    N ports/databases/redis/patches/patch-redis_c
    N ports/databases/redis/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/10 09:53:35

Modified files:
	databases      : Makefile 

Log message:
Link redis to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/10 10:02:45

Modified files:
	databases/redis: Makefile 

Log message:
Fix a wrong cvs tag in Makefile. I'm sorry.

No bump as it was just imported...


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/10 10:38:55

Modified files:
	sys/arch/octeon/conf: GENERIC RAMDISK files.octeon 
	sys/arch/octeon/dev: obio.c octeonreg.h 
	sys/arch/octeon/include: bus.h 
Added files:
	sys/arch/octeon/dev: wdc_obio.c 

Log message:
Compact Flash support for OCTEON


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/10 11:39:07

Log message:
    import separate port of gfortran 4.2.1, in sync with the base compiler.
    meant to be used on archs that have gcc4 in base, this doesn't require a
    full gcc build from ports, and provides libgfortran as a subpackage.
    
    idea from espie some months ago.
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101010
    
    N ports/lang/gfortran/distinfo
    N ports/lang/gfortran/Makefile
    N ports/lang/gfortran/pkg/PLIST-lib
    N ports/lang/gfortran/pkg/PLIST-main
    N ports/lang/gfortran/pkg/PFRAG.shared-lib
    N ports/lang/gfortran/pkg/PFRAG.PIC-lib
    N ports/lang/gfortran/pkg/DESCR-main
    N ports/lang/gfortran/pkg/DESCR-lib
    N ports/lang/gfortran/patches/patch-gcc_tree_c
    N ports/lang/gfortran/patches/patch-configure
    N ports/lang/gfortran/patches/patch-Makefile_in
    N ports/lang/gfortran/patches/patch-gcc_config_host-openbsd_c
    N ports/lang/gfortran/patches/patch-gcc_config_i386_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_config_mips_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_config_t-openbsd
    N ports/lang/gfortran/patches/patch-gcc_config_vax_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_config_x-openbsd
    N ports/lang/gfortran/patches/patch-gcc_objc_objc-act_c
    N ports/lang/gfortran/patches/patch-libtool_m4
    N ports/lang/gfortran/patches/patch-gcc_tree-complex_c
    N ports/lang/gfortran/patches/patch-libcpp_Makefile_in
    N ports/lang/gfortran/patches/patch-ltcf-gcj_sh
    N ports/lang/gfortran/patches/patch-gcc_testsuite_gcc_dg_format_format_h
    N ports/lang/gfortran/patches/patch-gcc_config_i386_openbsdelf_h
    N ports/lang/gfortran/patches/patch-gcc_c-aux-info_c
    N ports/lang/gfortran/patches/patch-gcc_c-common_c
    N ports/lang/gfortran/patches/patch-gcc_c-incpath_c
    N ports/lang/gfortran/patches/patch-gcc_collect2_c
    N ports/lang/gfortran/patches/patch-gcc_config_gcc
    N ports/lang/gfortran/patches/patch-gcc_config_host
    N ports/lang/gfortran/patches/patch-gcc_config_i386_driver-i386_c
    N ports/lang/gfortran/patches/patch-gcc_config_m68k_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_coverage_c
    N ports/lang/gfortran/patches/patch-gcc_cp_call_c
    N ports/lang/gfortran/patches/patch-gcc_cp_decl2_c
    N ports/lang/gfortran/patches/keep
    N ports/lang/gfortran/patches/patch-gcc_cp_parser_c
    N ports/lang/gfortran/patches/patch-gcc_dbxout_c
    N ports/lang/gfortran/patches/patch-gcc_diagnostic_c
    N ports/lang/gfortran/patches/patch-gcc_omp-low_c
    N ports/lang/gfortran/patches/patch-gcc_passes_c
    N ports/lang/gfortran/patches/patch-gcc_prefix_c
    N ports/lang/gfortran/patches/patch-gcc_read-rtl_c
    N ports/lang/gfortran/patches/patch-gcc_gensupport_c
    N ports/lang/gfortran/patches/patch-gcc_tree-dump_c
    N ports/lang/gfortran/patches/patch-gcc_tree-mudflap_c
    N ports/lang/gfortran/patches/patch-gcc_tree-nested_c
    N ports/lang/gfortran/patches/patch-gcc_tree-vect-transform_c
    N ports/lang/gfortran/patches/patch-gcc_varasm_c
    N ports/lang/gfortran/patches/patch-libgfortran_Makefile_in
    N ports/lang/gfortran/patches/patch-fixincludes_Makefile_in
    N ports/lang/gfortran/patches/patch-ltcf-c_sh
    N ports/lang/gfortran/patches/patch-ltcf-cxx_sh
    N ports/lang/gfortran/patches/patch-gcc_config_alpha_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_unwind-dw2-fde-openbsd_c
    N ports/lang/gfortran/patches/patch-gcc_config_exec-stack_h
    N ports/lang/gfortran/patches/patch-gcc_config_i386_openbsd64_h
    N ports/lang/gfortran/patches/patch-gcc_config_openbsd-libpthread_h
    N ports/lang/gfortran/patches/patch-gcc_config_openbsd_h
    N ports/lang/gfortran/patches/patch-ltconfig
    N ports/lang/gfortran/patches/patch-gcc_config_rs6000_openbsd1_h
    N ports/lang/gfortran/patches/patch-gcc_config_rs6000_openbsd_h
    N ports/lang/gfortran/patches/patch-gcc_config_rs6000_t-openbsd
    N ports/lang/gfortran/patches/patch-gcc_gcc_c
    N ports/lang/gfortran/patches/patch-gcc_Makefile_in
    N ports/lang/gfortran/patches/patch-gcc_cp_g++spec_c
    N ports/lang/gfortran/patches/patch-gcc_c-format_c
    N ports/lang/gfortran/patches/patch-libiberty_testsuite_test-expandargv_c
    N ports/lang/gfortran/patches/patch-gcc_unwind-dw2_c
    N ports/lang/gfortran/patches/patch-gcc_configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/10 11:39:49

Modified files:
	lang           : Makefile 

Log message:
+gfortran


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 11:51:27

Modified files:
	x11/gmrun      : Makefile 

Log message:
- restore what was lost in previous commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/10 12:11:50

Modified files:
	net/gnet       : Makefile 

Log message:
add some more REGRESS_FLAGS to cope with absence of devel/check during
configure.

problem spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/10 12:28:00

Modified files:
	audio/mpg123   : Makefile distinfo 

Log message:
Update to 1.12.5:
Fix a buffer overflow issue in the mpg123 frontend application when
printing ID3 data in non-UTF-8 environments.  This was introduced
in version 1.12.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 12:57:05

ports/textproc/zathura/patches

Update of /cvs/ports/textproc/zathura/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7480/patches

Log Message:
Directory /cvs/ports/textproc/zathura/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/10 12:58:11

Modified files:
	textproc/zathura: Makefile 
Added files:
	textproc/zathura/patches: patch-config_mk 

Log message:
- fix build for upcoming cairo update


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 13:51:08

www/papers/eurobsdcon_2010_pkg_add

Update of /cvs/www/papers/eurobsdcon_2010_pkg_add
In directory cvs.openbsd.org:/tmp/cvs-serv14158/eurobsdcon_2010_pkg_add

Log Message:
Directory /cvs/www/papers/eurobsdcon_2010_pkg_add added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 13:53:52

Added files:
	papers/eurobsdcon_2010_pkg_add: index.html mgp00001.html 
	                                mgp00001.idx.jpg mgp00001.jpg 
	                                mgp00001.txt mgp00002.html 
	                                mgp00002.idx.jpg mgp00002.jpg 
	                                mgp00002.txt mgp00003.html 
	                                mgp00003.idx.jpg mgp00003.jpg 
	                                mgp00003.txt mgp00004.html 
	                                mgp00004.idx.jpg mgp00004.jpg 
	                                mgp00004.txt mgp00005.html 
	                                mgp00005.idx.jpg mgp00005.jpg 
	                                mgp00005.txt mgp00006.html 
	                                mgp00006.idx.jpg mgp00006.jpg 
	                                mgp00006.txt mgp00007.html 
	                                mgp00007.idx.jpg mgp00007.jpg 
	                                mgp00007.txt mgp00008.html 
	                                mgp00008.idx.jpg mgp00008.jpg 
	                                mgp00008.txt mgp00009.html 
	                                mgp00009.idx.jpg mgp00009.jpg 
	                                mgp00009.txt mgp00010.html 
	                                mgp00010.idx.jpg mgp00010.jpg 
	                                mgp00010.txt mgp00011.html 
	                                mgp00011.idx.jpg mgp00011.jpg 
	                                mgp00011.txt mgp00012.html 
	                                mgp00012.idx.jpg mgp00012.jpg 
	                                mgp00012.txt mgp00013.html 
	                                mgp00013.idx.jpg mgp00013.jpg 
	                                mgp00013.txt mgp00014.html 
	                                mgp00014.idx.jpg mgp00014.jpg 
	                                mgp00014.txt mgp00015.html 
	                                mgp00015.idx.jpg mgp00015.jpg 
	                                mgp00015.txt mgp00016.html 
	                                mgp00016.idx.jpg mgp00016.jpg 
	                                mgp00016.txt mgp00017.html 
	                                mgp00017.idx.jpg mgp00017.jpg 
	                                mgp00017.txt mgp00018.html 
	                                mgp00018.idx.jpg mgp00018.jpg 
	                                mgp00018.txt mgp00019.html 
	                                mgp00019.idx.jpg mgp00019.jpg 
	                                mgp00019.txt mgp00020.html 
	                                mgp00020.idx.jpg mgp00020.jpg 
	                                mgp00020.txt mgp00021.html 
	                                mgp00021.idx.jpg mgp00021.jpg 
	                                mgp00021.txt mgp00022.html 
	                                mgp00022.idx.jpg mgp00022.jpg 
	                                mgp00022.txt mgp00023.html 
	                                mgp00023.idx.jpg mgp00023.jpg 
	                                mgp00023.txt mgp00024.html 
	                                mgp00024.idx.jpg mgp00024.jpg 
	                                mgp00024.txt mgp00025.html 
	                                mgp00025.idx.jpg mgp00025.jpg 
	                                mgp00025.txt mgp00026.html 
	                                mgp00026.idx.jpg mgp00026.jpg 
	                                mgp00026.txt mgp00027.html 
	                                mgp00027.idx.jpg mgp00027.jpg 
	                                mgp00027.txt mgp00028.html 
	                                mgp00028.idx.jpg mgp00028.jpg 
	                                mgp00028.txt mgp00029.html 
	                                mgp00029.idx.jpg mgp00029.jpg 
	                                mgp00029.txt mgp00030.html 
	                                mgp00030.idx.jpg mgp00030.jpg 
	                                mgp00030.txt mgp00031.html 
	                                mgp00031.idx.jpg mgp00031.jpg 
	                                mgp00031.txt mgp00032.html 
	                                mgp00032.idx.jpg mgp00032.jpg 
	                                mgp00032.txt mgp00033.html 
	                                mgp00033.idx.jpg mgp00033.jpg 
	                                mgp00033.txt mgp00034.html 
	                                mgp00034.idx.jpg mgp00034.jpg 
	                                mgp00034.txt mgp00035.html 
	                                mgp00035.idx.jpg mgp00035.jpg 
	                                mgp00035.txt mgp00036.html 
	                                mgp00036.idx.jpg mgp00036.jpg 
	                                mgp00036.txt mgp00037.html 
	                                mgp00037.idx.jpg mgp00037.jpg 
	                                mgp00037.txt mgp00038.html 
	                                mgp00038.idx.jpg mgp00038.jpg 
	                                mgp00038.txt mgp00039.html 
	                                mgp00039.idx.jpg mgp00039.jpg 
	                                mgp00039.txt mgp00040.html 
	                                mgp00040.idx.jpg mgp00040.jpg 
	                                mgp00040.txt mgp00041.html 
	                                mgp00041.idx.jpg mgp00041.jpg 
	                                mgp00041.txt mgp00042.html 
	                                mgp00042.idx.jpg mgp00042.jpg 
	                                mgp00042.txt mgp00043.html 
	                                mgp00043.idx.jpg mgp00043.jpg 
	                                mgp00043.txt mgp00044.html 
	                                mgp00044.idx.jpg mgp00044.jpg 
	                                mgp00044.txt mgp00045.html 
	                                mgp00045.idx.jpg mgp00045.jpg 
	                                mgp00045.txt mgp00046.html 
	                                mgp00046.idx.jpg mgp00046.jpg 
	                                mgp00046.txt mgp00047.html 
	                                mgp00047.idx.jpg mgp00047.jpg 
	                                mgp00047.txt mgp00048.html 
	                                mgp00048.idx.jpg mgp00048.jpg 
	                                mgp00048.txt 

Log message:
pkg_add presentation


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/10 14:02:04

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
anlx.net cpan mirror changed dir layout. noted by Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 14:11:07

www/papers/eurobsdcon_2010_dpb

Update of /cvs/www/papers/eurobsdcon_2010_dpb
In directory cvs.openbsd.org:/tmp/cvs-serv25302/eurobsdcon_2010_dpb

Log Message:
Directory /cvs/www/papers/eurobsdcon_2010_dpb added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 14:12:37

Added files:
	papers/eurobsdcon_2010_dpb: index.html mgp00001.html 
	                            mgp00001.idx.jpg mgp00001.jpg 
	                            mgp00001.txt mgp00002.html 
	                            mgp00002.idx.jpg mgp00002.jpg 
	                            mgp00002.txt mgp00003.html 
	                            mgp00003.idx.jpg mgp00003.jpg 
	                            mgp00003.txt mgp00004.html 
	                            mgp00004.idx.jpg mgp00004.jpg 
	                            mgp00004.txt mgp00005.html 
	                            mgp00005.idx.jpg mgp00005.jpg 
	                            mgp00005.txt mgp00006.html 
	                            mgp00006.idx.jpg mgp00006.jpg 
	                            mgp00006.txt mgp00007.html 
	                            mgp00007.idx.jpg mgp00007.jpg 
	                            mgp00007.txt mgp00008.html 
	                            mgp00008.idx.jpg mgp00008.jpg 
	                            mgp00008.txt mgp00009.html 
	                            mgp00009.idx.jpg mgp00009.jpg 
	                            mgp00009.txt mgp00010.html 
	                            mgp00010.idx.jpg mgp00010.jpg 
	                            mgp00010.txt mgp00011.html 
	                            mgp00011.idx.jpg mgp00011.jpg 
	                            mgp00011.txt mgp00012.html 
	                            mgp00012.idx.jpg mgp00012.jpg 
	                            mgp00012.txt mgp00013.html 
	                            mgp00013.idx.jpg mgp00013.jpg 
	                            mgp00013.txt mgp00014.html 
	                            mgp00014.idx.jpg mgp00014.jpg 
	                            mgp00014.txt mgp00015.html 
	                            mgp00015.idx.jpg mgp00015.jpg 
	                            mgp00015.txt mgp00016.html 
	                            mgp00016.idx.jpg mgp00016.jpg 
	                            mgp00016.txt mgp00017.html 
	                            mgp00017.idx.jpg mgp00017.jpg 
	                            mgp00017.txt mgp00018.html 
	                            mgp00018.idx.jpg mgp00018.jpg 
	                            mgp00018.txt mgp00019.html 
	                            mgp00019.idx.jpg mgp00019.jpg 
	                            mgp00019.txt mgp00020.html 
	                            mgp00020.idx.jpg mgp00020.jpg 
	                            mgp00020.txt mgp00021.html 
	                            mgp00021.idx.jpg mgp00021.jpg 
	                            mgp00021.txt mgp00022.html 
	                            mgp00022.idx.jpg mgp00022.jpg 
	                            mgp00022.txt mgp00023.html 
	                            mgp00023.idx.jpg mgp00023.jpg 
	                            mgp00023.txt 

Log message:
talk about dpb


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 14:13:18

Modified files:
	papers         : index.html 

Log message:
+eurobsdcon, my talks


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/10/10 14:13:57

Modified files:
	.              : events.html 

Log message:
time flies


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/10/10 16:02:50

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
In tcp_update_sndspace() and tcp_update_rcvspace() change the type
of the variable nmax from int to u_long as the socket buffer sizes
it operates on are also u_long.
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/11 00:45:10

Modified files:
	net/mldonkey/stable: Makefile distinfo 
	net/mldonkey/stable/patches: patch-config_Makefile_in 
	                             patch-config_configure_in 
Removed files:
	net/mldonkey/stable/patches: patch-src_gtk2_gui_guiHtml_ml 
	                             patch-src_gtk2_gui_guiOptions_ml 

Log message:
Bugfix update to mldonkey-3.0.5.
Switch to new-style LIB_DEPENDS/WANTLIB.
Minor style cleanups.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/11 01:10:01

Modified files:
	faq/cs         : index.html 
	fr             : donations.html 
	ja             : index.html 
	openntpd/ja    : index.html 
	openntpd/pt    : index.html portable.html 
	openssh/ja     : faq.html ftp.html portable.html 
Added files:
	openntpd/pt    : ftp.html manual.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/10/11 02:09:44

Modified files:
	graphics/cairo : Makefile distinfo 
	graphics/cairo/patches: patch-src_Makefile_in 
	graphics/cairo/pkg: PFRAG.shared PLIST 
Added files:
	graphics/cairo/patches: patch-src_cairo_h 

Log message:
update to cairo 1.10.0

proactive fallout handling and ok ajacoutot@ jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:11:17

Modified files:
	audio/aqualung : Makefile 
	audio/audacious: Makefile 
	audio/audacious-plugins: Makefile 
	audio/aumix    : Makefile 
	audio/bmp      : Makefile 
	audio/easytag  : Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/gmpc-plugins: Makefile 
	audio/gnomad2  : Makefile 
	audio/gqmpeg   : Makefile 
	audio/grip     : Makefile 
	audio/gtkpod   : Makefile 
	audio/libcanberra: Makefile 
	audio/mp3info  : Makefile 
	audio/mp3splt-gtk: Makefile 
	audio/rhythmbox: Makefile 
	audio/sonata   : Makefile 
	audio/soundtracker: Makefile 
	audio/tagtool  : Makefile 
	audio/timidity : Makefile 
	audio/vagalume : Makefile 
	audio/xhippo   : Makefile 
	audio/xmp      : Makefile 

Log message:
- fix WANTLIB after cairo update.

these and upcoming fixes test built by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:11:24

Modified files:
	astro/celestia : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:11:40

Modified files:
	cad/geda-gaf   : Makefile 
	cad/gerbv      : Makefile 
	cad/gtkwave    : Makefile 
	cad/pcb        : Makefile 
	cad/xnecview   : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:11:50

Modified files:
	comms/gmfsk    : Makefile 
	comms/gnokii   : Makefile 
	comms/gpsk31   : Makefile 
	comms/jpilot   : Makefile 
	comms/jpilot-syncmal: Makefile 
	comms/xdx      : Makefile 
	comms/xlog     : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:12:04

Modified files:
	databases/evolution-data-server: Makefile 
	databases/gq   : Makefile 
	databases/mdbtools/snapshot: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:12:31

Modified files:
	devel/asp2php  : Makefile 
	devel/bakery   : Makefile 
	devel/codeblocks: Makefile 
	devel/eclipse/sdk: Makefile 
	devel/ethos    : Makefile 
	devel/gal2     : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/geany    : Makefile 
	devel/giggle   : Makefile 
	devel/glade3   : Makefile 
	devel/gobject-introspection: Makefile 
	devel/goffice  : Makefile 
	devel/gtkparasite: Makefile 
	devel/libglade2: Makefile 
	devel/libglademm: Makefile 
	devel/libnotify: Makefile 
	devel/libunique: Makefile 
	devel/libwnck  : Makefile 
	devel/p5-Pango : Makefile 
	devel/pango    : Makefile 
	devel/pangomm  : Makefile 
	devel/py-notify: Makefile 
	devel/vte      : Makefile 
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.8: Makefile 
	devel/xulrunner/1.9: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/10/11 02:12:38

Modified files:
	graphics/py-cairo: Makefile distinfo 
Removed files:
	graphics/py-cairo/patches: patch-configure 
	                           patch-test_examples_test_py 

Log message:
update to py-cairo 1.8.10

proactive fallout handling and ok ajacoutot@ jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:12:44

Modified files:
	editors/abiword: Makefile 
	editors/beaver : Makefile 
	editors/emacs22: Makefile 
	editors/leafpad: Makefile 
	editors/openoffice3: Makefile 
	editors/scite  : Makefile 
	editors/subtitleeditor: Makefile 
	editors/tea    : Makefile 
	editors/vim    : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:12:52

Modified files:
	education/drgeo: Makefile 
	education/verbiste: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:13:01

Modified files:
	emulators/BasiliskII: Makefile 
	emulators/fuse : Makefile 
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 
	emulators/snes9x: Makefile 
	emulators/uae  : Makefile 
	emulators/vba  : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:14:01

Modified files:
	games/atomix   : Makefile 
	games/belooted : Makefile 
	games/circuit  : Makefile 
	games/corewars : Makefile 
	games/crack-attack: Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 
	games/dopewars : Makefile 
	games/eboard   : Makefile 
	games/freeciv  : Makefile 
	games/gcompris : Makefile 
	games/ggz/ggz-gnome-client: Makefile 
	games/gnome-mastermind: Makefile 
	games/grhino   : Makefile 
	games/gtetrinet: Makefile 
	games/gtkballs : Makefile 
	games/pioneers : Makefile 
	games/rftg     : Makefile 
	games/tuxpaint : Makefile 
	games/wesnoth  : Makefile 
	games/xcowsay  : Makefile 
	games/xscorch  : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:14:08

Modified files:
	geo/emerillon  : Makefile 
	geo/geoclue    : Makefile 
	geo/gpx-viewer : Makefile 
	geo/libchamplain/core: Makefile 
	geo/osm-gps-map: Makefile 
	geo/osm2go     : Makefile 
	geo/tangogps   : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:14:43

Modified files:
	graphics/amide : Makefile 
	graphics/clutter/clutter-box2d: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/core: Makefile 
	graphics/clutter/pyclutter: Makefile 
	graphics/darktable: Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/fyre  : Makefile 
	graphics/gegl  : Makefile 
	graphics/gfract: Makefile 
	graphics/gimp/liquid-rescale: Makefile 
	graphics/gimp/stable: Makefile 
	graphics/goocanvas: Makefile 
	graphics/gpicview: Makefile 
	graphics/gqview: Makefile 
	graphics/gthumb: Makefile 
	graphics/gtkam : Makefile 
	graphics/gtkimageview: Makefile 
	graphics/inkscape: Makefile 
	graphics/libexif-gtk: Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/pigment: Makefile 
	graphics/py-goocanvas: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-pigment: Makefile 
	graphics/qiv   : Makefile 
	graphics/rawstudio: Makefile 
	graphics/sane-frontends: Makefile 
	graphics/simple-scan: Makefile 
	graphics/swfdec: Makefile 
	graphics/ufraw : Makefile 
	graphics/xmedcon: Makefile 
	graphics/xsane : Makefile 
	graphics/xzgv  : Makefile 
	graphics/zbar  : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:02

Modified files:
	inputmethods/ibus: Makefile 
	inputmethods/libtomoe-gtk: Makefile 
	inputmethods/scim: Makefile 
	inputmethods/scim-anthy: Makefile 
	inputmethods/scim-chewing: Makefile 
	inputmethods/scim-hangul: Makefile 
	inputmethods/scim-pinyin: Makefile 
	inputmethods/scim-tables: Makefile 
	inputmethods/uim: Makefile 
	inputmethods/uim-tomoe-gtk: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:09

Modified files:
	japanese/kanatest: Makefile 
	japanese/kanjipad: Makefile 
	japanese/kasumi: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:17

Modified files:
	lang/classpath : Makefile 
	lang/kaffe     : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:27

Modified files:
	mail/claws-mail: Makefile 
	mail/claws-mail-attremover: Makefile 
	mail/claws-mail-htmlviewer: Makefile 
	mail/claws-mail-notification: Makefile 
	mail/claws-mail-pdfviewer: Makefile 
	mail/claws-mail-rssyl: Makefile 
	mail/claws-mail-vcalendar: Makefile 
	mail/evolution : Makefile 
	mail/evolution-exchange: Makefile 
	mail/evolution-plugin-webcal: Makefile 
	mail/mail-notification: Makefile 
	mail/mozilla-thunderbird: Makefile 
	mail/sylpheed  : Makefile 
	mail/thunderbird-i18n: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:37

Modified files:
	math/calcoo    : Makefile 
	math/galculator: Makefile 
	math/gnumeric  : Makefile 
	math/graphviz  : Makefile 
	math/grpn      : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:46

Modified files:
	misc/contacts  : Makefile 
	misc/dates     : Makefile 
	misc/logjam    : Makefile 
	misc/wmtimer   : Makefile 
	misc/xcdroast  : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/10/11 02:15:48

Modified files:
	graphics/cairomm: Makefile distinfo 
	graphics/cairomm/pkg: PLIST 
Removed files:
	graphics/cairomm/patches: patch-cairomm_fontface_cc 

Log message:
update to cairomm 1.9.2

proactive fallout handling and ok ajacoutot@ jasper@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:15:54

Modified files:
	multimedia/avidemux: Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/mjpegtools: Makefile 
	multimedia/pspvc: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:16:52

Modified files:
	net/avahi      : Makefile 
	net/dc_gui     : Makefile 
	net/etherape   : Makefile 
	net/ettercap   : Makefile 
	net/filezilla  : Makefile 
	net/gftp       : Makefile 
	net/gmudix     : Makefile 
	net/gnaughty   : Makefile 
	net/gtk-gnutella: Makefile 
	net/mbrowse    : Makefile 
	net/microblog-purple: Makefile 
	net/mldonkey/stable: Makefile 
	net/mtr        : Makefile 
	net/olsrd      : Makefile 
	net/pavuk      : Makefile 
	net/pidgin     : Makefile 
	net/spectrum-tools: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/transmission: Makefile 
	net/twitux     : Makefile 
	net/unison     : Makefile.inc 
	net/unison/snapshot: Makefile 
	net/unison/stable: Makefile 
	net/xchat      : Makefile 
	news/pan       : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:17:16

Modified files:
	print/apvlv    : Makefile 
	print/epdfview : Makefile 
	print/fontforge: Makefile 
	print/ghostscript/gnu: Makefile 
	print/gtklp    : Makefile 
	print/lss      : Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:17:46

Modified files:
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	productivity/grisbi: Makefile 
	productivity/homebank: Makefile 
	productivity/osmo: Makefile 
	productivity/rubrica2: Makefile 
	productivity/sunbird: Makefile 
	productivity/tasks: Makefile 
	productivity/workrave: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:17:57

Modified files:
	security/gksu-polkit: Makefile 
	security/gnomint: Makefile 
	security/gpa   : Makefile 
	security/gringotts: Makefile 
	security/hydra : Makefile 
	security/nessus/core: Makefile 
	security/otpcalc: Makefile 
	security/ssh-askpass-fullscreen: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:18:07

Modified files:
	sysutils/bubblemon: Makefile 
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins: Makefile.inc 
	sysutils/gkrellm/plugins/aclock: Makefile 
	sysutils/gkrellm/plugins/bgchg: Makefile 
	sysutils/gkrellm/plugins/flynn: Makefile 
	sysutils/gkrellm/plugins/itime: Makefile 
	sysutils/gkrellm/plugins/kam: Makefile 
	sysutils/gkrellm/plugins/launch: Makefile 
	sysutils/gkrellm/plugins/mailwatch: Makefile 
	sysutils/gkrellm/plugins/mms: Makefile 
	sysutils/gkrellm/plugins/moon: Makefile 
	sysutils/gkrellm/plugins/mss: Makefile 
	sysutils/gkrellm/plugins/reminder: Makefile 
	sysutils/gkrellm/plugins/shoot: Makefile 
	sysutils/gkrellm/plugins/stock: Makefile 
	sysutils/gkrellm/plugins/sun: Makefile 
	sysutils/gkrellm/plugins/volume: Makefile 
	sysutils/gkrellm/plugins/weather: Makefile 
	sysutils/gkrellm/plugins/wireless: Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/ktsuss: Makefile 
	sysutils/notification-daemon: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:18:20

Modified files:
	telephony/iaxclient: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:18:29

Modified files:
	textproc/chmsee: Makefile 
	textproc/gtkspell: Makefile 
	textproc/gtranslator: Makefile 
	textproc/mozilla-dicts: Makefile 
	textproc/zathura: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:19:04

Modified files:
	www/bluefish   : Makefile 
	www/chromium   : Makefile 
	www/cssed      : Makefile 
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 
	www/firefox-i18n: Makefile 
	www/firefox35  : Makefile 
	www/gtkhtml3   : Makefile 
	www/kazehakase : Makefile 
	www/liferea    : Makefile 
	www/midori     : Makefile 
	www/minimo     : Makefile 
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 
	www/netsurf/browser: Makefile 
	www/py-webkitgtk: Makefile 
	www/seamonkey  : Makefile 
	www/surf       : Makefile 
	www/swfdec-plugin: Makefile 
	www/vteplugin  : Makefile 
	www/w3m        : Makefile 
	www/webkit     : Makefile 
	www/xxxterm    : Makefile 

Log message:
- fix WANTLIB after cairo update.

(please note chromium is still broken, but will be dealt with soon)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:19:21

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta-extras: Makefile 
	x11/gnome/applets2: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/byzanz: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/f-spot: Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/genius: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gyrus: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/krb5-auth-dialog: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgail-gnome: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomecanvasmm: Makefile 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgnomemm: Makefile 
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mono-gnome: Makefile 
	x11/gnome/mono-gnome-desktop: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nettool: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-plugins: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/ssh-askpass: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/system-tools: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/zenity: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:19:38

Modified files:
	x11/xfce4/exo  : Makefile 
	x11/xfce4/gtk-xfce-engine: Makefile 
	x11/xfce4/libxfcegui4: Makefile 
	x11/xfce4/mousepad: Makefile 
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/orage: Makefile 
	x11/xfce4/parole: Makefile 
	x11/xfce4/ristretto: Makefile 
	x11/xfce4/terminal: Makefile 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/thunar-media-tags: Makefile 
	x11/xfce4/thunar-vcs: Makefile 
	x11/xfce4/xfce-utils: Makefile 
	x11/xfce4/xfce4-appfinder: Makefile 
	x11/xfce4/xfce4-battery: Makefile 
	x11/xfce4/xfce4-clipman: Makefile 
	x11/xfce4/xfce4-cpugraph: Makefile 
	x11/xfce4/xfce4-dict: Makefile 
	x11/xfce4/xfce4-diskperf: Makefile 
	x11/xfce4/xfce4-fsguard: Makefile 
	x11/xfce4/xfce4-genmon: Makefile 
	x11/xfce4/xfce4-mailwatch: Makefile 
	x11/xfce4/xfce4-mixer: Makefile 
	x11/xfce4/xfce4-modemlights: Makefile 
	x11/xfce4/xfce4-mount: Makefile 
	x11/xfce4/xfce4-mpc: Makefile 
	x11/xfce4/xfce4-netload: Makefile 
	x11/xfce4/xfce4-notes: Makefile 
	x11/xfce4/xfce4-notifyd: Makefile 
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/xfce4-places: Makefile 
	x11/xfce4/xfce4-quicklauncher: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-settings: Makefile 
	x11/xfce4/xfce4-smartbookmark: Makefile 
	x11/xfce4/xfce4-systemload: Makefile 
	x11/xfce4/xfce4-taskmanager: Makefile 
	x11/xfce4/xfce4-time-out: Makefile 
	x11/xfce4/xfce4-verve: Makefile 
	x11/xfce4/xfce4-wavelan: Makefile 
	x11/xfce4/xfce4-weather: Makefile 
	x11/xfce4/xfce4-wmdock: Makefile 
	x11/xfce4/xfce4-xkb: Makefile 
	x11/xfce4/xfdesktop: Makefile 
	x11/xfce4/xfmpc: Makefile 
	x11/xfce4/xfprint: Makefile 
	x11/xfce4/xfwm4: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 02:19:59

Modified files:
	x11/Xdialog    : Makefile 
	x11/aewm       : Makefile 
	x11/afterstep  : Makefile 
	x11/awesome    : Makefile 
	x11/awn        : Makefile 
	x11/chbg       : Makefile 
	x11/compiz/core: Makefile 
	x11/devilspie  : Makefile 
	x11/driftnet   : Makefile 
	x11/e16keyedit : Makefile 
	x11/emelfm2    : Makefile 
	x11/extace     : Makefile 
	x11/fbpanel    : Makefile 
	x11/fsv        : Makefile 
	x11/gbdfed     : Makefile 
	x11/gdesklets  : Makefile 
	x11/gentoo     : Makefile 
	x11/gigolo     : Makefile 
	x11/gmrun      : Makefile 
	x11/gnome-mplayer: Makefile 
	x11/gnustep/back: Makefile 
	x11/gromit     : Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk-chtheme: Makefile 
	x11/gtk-engines2: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtk2-aurora-engine: Makefile 
	x11/gtk2-equinox-engine: Makefile 
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-nodoka-engine: Makefile 
	x11/gtk2-theme-switch: Makefile 
	x11/gtk2mm     : Makefile 
	x11/gtkdatabox : Makefile 
	x11/gtkglarea  : Makefile 
	x11/gtkglext   : Makefile 
	x11/gtkhotkey  : Makefile 
	x11/gtksourceview: Makefile 
	x11/gtksourceviewmm: Makefile 
	x11/gxmessage  : Makefile 
	x11/isomaster  : Makefile 
	x11/klavaro    : Makefile 
	x11/lablgtk2   : Makefile 
	x11/libgdiplus : Makefile 
	x11/libsexy    : Makefile 
	x11/lxrandr    : Makefile 
	x11/matchbox/matchbox-desktop: Makefile 
	x11/matchbox/matchbox-panel-manager: Makefile 
	x11/mlterm     : Makefile 
	x11/mono-gtk2  : Makefile 
	x11/obconf     : Makefile 
	x11/ogle_gui   : Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/partiwm    : Makefile 
	x11/pbrowser   : Makefile 
	x11/pcmanfm    : Makefile 
	x11/pidgin-guifications: Makefile 
	x11/pidgin-libnotify: Makefile 
	x11/pinot      : Makefile 
	x11/polkit-gnome: Makefile 
	x11/py-gtk2    : Makefile 
	x11/py-gtksourceview: Makefile 
	x11/rep-gtk    : Makefile 
	x11/rox-filer  : Makefile 
	x11/roxterm    : Makefile 
	x11/sawfish    : Makefile 
	x11/sisctrl    : Makefile 
	x11/thewidgetfactory: Makefile 
	x11/tilda      : Makefile 
	x11/tint       : Makefile 
	x11/trayer     : Makefile 
	x11/vlc        : Makefile 
	x11/winwrangler: Makefile 
	x11/wmclockmon : Makefile 
	x11/wmfishtime : Makefile 
	x11/wxWidgets  : Makefile 
	x11/xarchive   : Makefile 
	x11/xarchiver  : Makefile 
	x11/xdg-user-dirs-gtk: Makefile 
	x11/xpad       : Makefile 
	x11/xscreensaver: Makefile 
	x11/xtraceroute: Makefile 

Log message:
- fix WANTLIB after cairo update.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 02:26:40

Modified files:
	lib/libc/gen   : sysctl.3 

Log message:
tcp.sendspace & tcp.recvspace buttons are gone.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2010/10/11 02:38:30

Modified files:
	usr.sbin/ypldap: ypldap.h 

Log message:
zap unused definitions


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 02:44:34

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
Remove net.inet.tcp.recvspace and net.inet.tcp.sendspace here as well.
Reminded by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/11 02:50:23

Modified files:
	textproc/p5-Text-CSV_XS: Makefile distinfo 

Log message:
update to 0.74, ok dhill@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/11 02:54:21

Modified files:
	devel/p5-DateTime: Makefile distinfo 
	devel/p5-DateTime/pkg: PLIST 

Log message:
update to 0.63, use EPOCH instead of padding PKGNAME, adjust license, 'bulked' by landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/11 03:16:28

Modified files:
	cad/fritzing   : Makefile distinfo 
	cad/fritzing/pkg: PLIST 

Log message:
- update fritzing to 0.4.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/11 04:39:22

Modified files:
	devel/libmemcached: Makefile distinfo 
Removed files:
	devel/libmemcached/patches: patch-Makefile_in 

Log message:
Update libmemcached to 0.44. Based on patch sent by
"Piotr Sikora" <piotr.sikora _AT_ frickle.com>

OK, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/11 04:57:48

Modified files:
	graphics/jhead : Makefile distinfo 

Log message:
Update jhead to 2.90

ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 05:31:14

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Remove some commented code we will never have.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 05:41:08

Modified files:
	sys/net        : route.h rtsock.c 

Log message:
Implement an rtsocket filter for rtableids. A process will initially
only get messages that are for the rtable the process is bound to.
Depending on the rtm_type the rdomain or rtable id are used for
comparison.  It is possible to change the filter with a setsockopt(s,
AF_ROUTE, ROUTE_TABLEFILTER,...) and if set to RTABLE_ANY the filter
is deactivated.  Additionally set the tableid in struct if_msghdr
to the rdomain id and use the process rtableid in the sysctl if no
table was specified.

OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 05:45:00

Modified files:
	sbin/route     : route.c show.c show.h 

Log message:
Make route(8) use the ROUTE_TABLEFILTER and change the code so that
route(8) will default to the process rtableid.
route -T 1 exec route add default 192.168.1.1
route -T 1 exec route -n show
These commands will now operate outmatically on rtable 1 and not on
rtable 0 as it was done before.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 05:45:57

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to
RTABLE_ANY.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 06:33:36

Modified files:
	usr.bin/netstat: main.c netstat.h show.c 

Log message:
Do similar changes to netstat as done to route(8). Try to show the
most expected rtable when doing a netstat -rn.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/11 07:38:11

Modified files:
	www/trac       : Makefile distinfo 
	www/trac/pkg   : PLIST 

Log message:
update trac to 0.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/11 07:46:41

Modified files:
	mail/roundcubemail: Makefile distinfo 

Log message:
update roundcubemail to 0.4.2, minor fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/11 07:47:20

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
typo, s/10.1.2.3/10.2.3.4/, from jy-p


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/11 08:25:05

Modified files:
	usr.sbin/ikectl: ikectl.8 

Log message:
and another one... s/10.4.5.6/10.3.4.5/, also from jy-p.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/11 08:34:36

Modified files:
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.armish: MAKEDEV.8 
	share/man/man8/man8.aviion: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.loongson: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.palm: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
Ugh, I forgot to commit these after my last MAKEDEV regen.
Updated to include the midi(4) addition in sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/11 08:56:44

Modified files:
	sys/dev/ic     : trm.h 

Log message:
16-byte commands just won't fit in 12-byte buffers. So make the
buffer 16 bytes. Fixes READ_CAPACITY_16 commands.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/11 08:59:17

Modified files:
	net/py-dnspython: Makefile distinfo 
	net/py-dnspython/pkg: PLIST 

Log message:
- Update py-dnspython to 1.8.0
- regen PLIST

ok wcmaier@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/11 09:51:06

Modified files:
	sys/arch/octeon/include: param.h 

Log message:
correct MACHINE, MACHINE_ARCH


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/11 11:00:33

Modified files:
	security/assl  : Makefile distinfo 

Log message:
Marco says he's not ready to have a 1.x release of assl. Use the EPOCH
mechanism to allow a smaller-but-newer version. ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/11 12:44:43

Modified files:
	games/supertuxkart: Makefile 

Log message:
Explicitely require openal 0.0.8p7 or later, because
it crashes with older versions.

From Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2010/10/11 13:15:46

Modified files:
	papers         : index.html 

Log message:
link to my slides as well as the slides for the little OpenBSD Update
that Theo, oga and I did


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/11 14:19:11

Modified files:
	security/fwbuilder: Makefile distinfo 
	security/fwbuilder/pkg: PLIST 
	security/libfwbuilder: Makefile distinfo 
	security/libfwbuilder/patches: 
	                               patch-src_fwbuilder_unit_tests_unit_tests_sh 
	security/libfwbuilder/pkg: PLIST 

Log message:
update libfwbuilder/fwbuilder to 4.1.2, from maintainer Vadim Zhukov with
a small tweak from me to tighten the lib dependency on libfwbuilder.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/10/11 14:22:41

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/11 14:41:44

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-tests_Makefile_in 
Added files:
	devel/glib2/patches: patch-gio_tests_Makefile_in 
	                     patch-glib_tests_Makefile_in 
	                     patch-gobject_tests_Makefile_in 
	                     patch-gthread_Makefile_in 

Log message:
Try to run as much tests as possible, don't stop at the first
failed regression test.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/10/11 16:50:11

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 

Log message:
update p5-NetAddr-IP to 4.033


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/11 18:53:32

Modified files:
	sys/arch/sparc64/dev: vdsk.c 
	sys/dev        : softraid.c 
	sys/dev/ata    : atascsi.c 
	sys/dev/i2o    : ioprbs.c 
	sys/dev/ic     : aac.c ami.c cac.c gdt_common.c 
	sys/dev/pci    : ips.c 
	sys/scsi       : scsiconf.c scsiconf.h 

Log message:
Force openings to 1 for devices that can't do tagged i/o, i.e. more
than 1 i/o active at once.  This reduces the chances that concurrent
i/o's for such devices will confuse the device or the adapter code.
It also eliminates a reason for adapter code to maintain its own
queues.

Tweak all drivers that fake INQUIRY results to set the SID_CmdQue
flag, thus continuing to claim to be able to do tagged i/o.

Positive feedback from matthew@ and marco@ for an earlier version.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2010/10/11 20:22:24

Modified files:
	usr.bin/ssh    : mux.c 

Log message:
Typo in confirmation message.  bz#1827, patch from imorgan at nas nasa gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/12 01:00:04

Modified files:
	print/poppler  : Makefile distinfo 

Log message:
Tiny bugfix update to poppler 0.14.4.

While here, take maintainership.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/12 01:18:05

Modified files:
	geo/osm-gps-map: Makefile 

Log message:
s/REVISON/REVISION/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/12 01:55:02

Modified files:
	security/jailkit: Makefile distinfo 

Log message:
Update Jailkit to 2.13, only one minor bug fix. Patch sent by Remi Pointel
<remi.pointel _AT_ xiri.fr>

OK, landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/12 02:43:05

Modified files:
	www/webkit     : Makefile distinfo 

Log message:
Update to webkit 1.2.5, prodded by a diff from brad
Fixes CVE-2010-3259 CVE-2010-3113 CVE-2010-1814 CVE-2010-1812 CVE-2010-1815
CVE-2010-3115 CVE-2010-1807 CVE-2010-3114 CVE-2010-3116 CVE-2010-3257


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 03:03:31

Modified files:
	devel/glib2    : Makefile 

Log message:
- fix build on a clean system:
we set MODPY_BUILDDEP=No, whilst providing PYTHON via CONFIGURE_ENV. this
lead configure to believe there actually was a python present on the system.
which wasn't, so set MODPY_BUILDDEP=Yes and adjust REGRESS_DEPENDS accordingly

ok aja@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/12 03:38:16

Modified files:
	www/gnash      : Makefile distinfo 
	www/gnash/patches: patch-configure patch-libbase_Makefile_in 
	                   patch-libbase_rc_cpp 
	www/gnash/pkg  : DESCR PLIST 
Added files:
	www/gnash/patches: patch-doc_C_Makefile_in patch-gui_Makefile_in 
	                   patch-plugin_npapi_plugin_cpp 
	                   patch-utilities_Makefile_in 
Removed files:
	www/gnash/patches: patch-gui_gtk_cpp patch-plugin_plugin_cpp 
	                   patch-server_as_value_h 
	                   patch-server_asobj_NetStreamGst_cpp 
	                   patch-server_asobj_SoundGst_cpp 

Log message:
Update to gnash-0.8.8
From Brad, who also takes maintainership.

OK dcoppa@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/12 03:55:51

Modified files:
	net/nfsen      : Makefile 
	net/nfsen/patches: patch-install_pl 

Log message:
Don't try and syslog during build, it interferes with aja's bulk builds
inside a chroot. ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/12 04:05:31

Modified files:
	www/gnash      : Makefile 
	www/gnash/pkg  : DESCR 

Log message:
tyop in pkg/DESCR :(

While here, a better comment into Makefile as well...


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/10/12 04:13:12

Modified files:
	net/p5-IO-Socket-Multicast: Makefile distinfo 

Log message:
update p5-IO-Socket-Multicast to 1.12
ok kevlo@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/12 06:53:15

Modified files:
	print/cups     : Makefile 
	print/cups/files: cups-disable cups-enable 

Log message:
Clean up the cups-*able scripts.
Do not move out lptest as CUPS has no counterpart as spotted by armani@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/12 08:51:57

Log message:
    import ports/sysutils/py-lockfile, ok jasper@
    
    The lockfile package exports a LockFile class which provides a simple API for
    locking files.  Unlike the Windows msvcrt.locking function, the fcntl.lockf
    and flock functions, and the deprecated posixfile module, the API is
    identical across both Unix (including Linux and Mac) and Windows platforms.
    The lock mechanism relies on the atomic nature of the link (on Unix) and
    mkdir (on Windows) system calls.  An implementation based on SQLite is also
    provided, more as a demonstration of the possibilities it provides than as
    production-quality code.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20101012
    
    N ports/sysutils/py-lockfile/Makefile
    N ports/sysutils/py-lockfile/distinfo
    N ports/sysutils/py-lockfile/pkg/PLIST
    N ports/sysutils/py-lockfile/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	dhill@cvs.openbsd.org	2010/10/12 08:52:21

Modified files:
	usr.sbin/relayd: relay.c 

Log message:
Plug a significant memory leak when using SSL.

ok claudio@, jsg@, phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/12 08:52:42

Log message:
    import ports/devel/py-minimock, ok jasper@
    
    MiniMock is a simple library for doing Mock objects with doctest. When
    using doctest, mock objects can be very simple.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20101012
    
    N ports/devel/py-minimock/distinfo
    N ports/devel/py-minimock/Makefile
    N ports/devel/py-minimock/pkg/DESCR
    N ports/devel/py-minimock/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/12 08:53:14

Modified files:
	devel          : Makefile 

Log message:
+py-minimock


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/12 08:54:00

Modified files:
	sysutils       : Makefile 

Log message:
+py-lockfile


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/12 09:39:06

Modified files:
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
Added files:
	lang/ruby/1.8/patches: patch-lib_fileutils_rb 
	lang/ruby/1.9/patches: patch-lib_fileutils_rb 

Log message:
Modify FileUtils.mkdir_p to behave more like mkdir(1) -p. Instead of
attempting to create all intermediate directories and rescuing failures,
don't attempt to create directories that already exist.  Fixes systrace
warnings when building ruby ports.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/12 10:03:41

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Don't build C extensions inside gems during the fake stage, instead
build them during the build stage and install them during fake.

devel/ruby-gems doesn't have separate build and install commands, as
most gems are pure ruby code and don't need a separate build stage.
When ruby-gems is installing a gem with C extensions, it builds them
during the install.  Since installing is done during the fake stage,
this meant that the extensions were getting built as root.

Previously, this was required, as gem's --user-install option was
broken.  However, since that option has now been fixed, we use
it to install the gem to a temporary location as the current
user during build, and then mv and chown the files during fake.

Thanks to bernd@ for pointing out that the fixed --user-install
option allowed this.

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 10:27:36

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 10:48:41

Modified files:
	.              : donations.html 

Log message:
remove someone who wanted their donation to be a link farm entry, and
when we refused, took their donation back.  we can only accept true
donations and gifts; we do not do service-for-hire, and we will not
participate in link farm creation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 10:49:09

Log message:
    import py-daemon 1.6
    
    This library implements the well-behaved daemon specification of PEP
    3143, "Standard daemon process library".
    [...]
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101210
    
    N ports/sysutils/py-daemon/distinfo
    N ports/sysutils/py-daemon/Makefile
    N ports/sysutils/py-daemon/pkg/DESCR
    N ports/sysutils/py-daemon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 10:49:38

Modified files:
	sysutils       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 11:06:18

Modified files:
	.              : 48.html 

Log message:
sh (landisk) will have 1100 packages


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/12 11:23:21

Modified files:
	usr.bin/hexdump: display.c hexdump.c hexdump.h 

Log message:
If the input length was specified, use it to set the stdio buffer
size for fread().  Otherwise, stdio will read as much as it can
(using a very large buffer) which may cause a hang if the input
comes from a blocking device such as /dev/srandom.  OK deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 11:27:40

Modified files:
	.              : donations.html 

Log message:
new donations


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/12 11:32:01

Modified files:
	devel/libclog  : Makefile 
	devel/libclog/pkg: PLIST 

Log message:
install missing header


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/10/12 11:45:06

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
pfctl -sr did not show divert-reply rules without address family
correctly.  A zero address field is used to identify divert-reply
rules.  If the rule's address family is unspecified, PF_AZERO()
always returns false.  So use AF_INET6 as address family, to check
all bits of the address.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/12 12:36:03

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl pkeyutl";


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/12 13:47:06

Modified files:
	sysutils/bacula: Makefile 
	sysutils/bacula/patches: patch-configure 

Log message:
Check for EVP_PKEY_encrypt_old in by linking toe automagic test program
to -lcrypto and -lss. This fixes bacula "autodetecting" the OpenSSL version.

bump pkgnames


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/12 13:59:14

Modified files:
	www            : Makefile 

Log message:
Unlink konqueror-embedded, it's not maintained, it uses
an old kdelibs distfile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/12 14:01:47

Removed files:
	www/konqueror-embedded: Makefile distinfo 
	www/konqueror-embedded/files: kde-config konq-e 
	www/konqueror-embedded/patches: patch-Makefile_in 
	                                patch-acinclude_m4 
	                                patch-configure_in 
	                                patch-konq-embed_dropin_dcopclient_cpp 
	                                patch-konq-embed_dropin_kssl_kopenssl_cpp 
	                                patch-konq-embed_kdesrc_dcop_dcopidl2cpp_Makefile_in 
	                                patch-konq-embed_kdesrc_dcop_dcopidl_Makefile_in 
	                                patch-konq-embed_kdesrc_khtml_khtmlview_cpp 
	                                patch-konq-embed_kdesrc_kjs_operations_cpp 
	                                patch-konq-embed_kdesrc_kssl_kopenssl_cc 
	                                patch-konq-embed_src_Makefile_in 
	                                patch-konq-embed_src_mainwindow_x11_cc 
	www/konqueror-embedded/pkg: DESCR PLIST 

Log message:
Remove konqueror-embedded, it's not maintained, it uses
an old kdelibs distfile.

prodded by robert@, sthen@ and brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/12 14:11:58

Modified files:
	graphics       : Makefile 

Log message:
Zap glut, it has been replaced by freeglut.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/12 14:12:52

Modified files:
	net/bro        : Makefile 
Added files:
	net/bro/patches: patch-configure_in patch-src_X509_cc 
	                 patch-src_ssl-analyzer_pac 

Log message:
Fix OpenSSL update fallout by using a diff from bro ticket #247
which checks and uses the correct API


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/12 14:13:44

Removed files:
	graphics/glut  : Makefile distinfo 
	graphics/glut/patches: patch-Glut_cf patch-Imakefile 
	                       patch-include_GL_glut_h 
	                       patch-lib_Imakefile 
	                       patch-lib_glsmap_Imakefile 
	                       patch-lib_glut_Imakefile 
	                       patch-lib_glut_glut_vidresize_c 
	                       patch-lib_glut_strokegen_y 
	                       patch-lib_mui_Imakefile 
	                       patch-lib_mui_browseparse_c 
	                       patch-lib_mui_browser_c 
	                       patch-man_Imakefile 
	                       patch-man_glut_Imakefile 
	                       patch-man_glut_glutStrokeWidth_man 
	                       patch-man_glut_glutWarpPointer_man 
	graphics/glut/pkg: DESCR PFRAG.shared PLIST SECURITY 

Log message:
Zap glut, it has been replaced by freeglut.

ok sthen@ jasper@

(suggested a few days ago by freeglut maintainer Tobias Ulmer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 14:13:47

Modified files:
	net/nam        : Makefile 
	net/nam/patches: patch-configure 

Log message:
- don't hardcode path to tcl headers


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 14:29:20

Modified files:
	cad/geda-gaf   : Makefile 

Log message:
- use gettext module and new style depend


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 14:33:19

Modified files:
	games/wesnoth  : Makefile distinfo 
	games/wesnoth/patches: patch-Makefile_am 
	                       patch-src_campaign_server_campaign_server_cpp 
	                       patch-src_clipboard_cpp 
	                       patch-src_game_cpp patch-src_network_cpp 
	                       patch-src_preferences_cpp 
	                       patch-src_server_server_cpp 
	                       patch-src_widgets_menu_hpp 
	games/wesnoth/pkg: PFRAG.no-lite PLIST 
Added files:
	games/wesnoth/patches: patch-configure_ac 
	                       patch-doc_man_Makefile_am 
	                       patch-src_multiplayer_create_cpp 
Removed files:
	games/wesnoth/patches: patch-Makefile_in patch-configure 
	                       patch-src_editor2_editor_controller_cpp 
	                       patch-src_mouse_events_cpp 
	                       patch-src_server_jwsmtp_mailer_h 

Log message:
- update wesnoth to 1.8 series
- switch to new depends

looks ok to sthen,
tested by many on ports@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/12 15:05:44

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add Sierra Wireless MC8790.
OK yuo, fkr, jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/12 15:06:50

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/12 15:08:08

Modified files:
	sys/dev/usb    : umsm.c 
	share/man/man4 : umsm.4 

Log message:
Add Sierra Wireless MC8790.
OK yuo, fkr, jsg


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/12 15:26:18

Modified files:
	games/wesnoth  : Makefile distinfo 
	games/wesnoth/patches: patch-configure_ac 
	games/wesnoth/pkg: PLIST 

Log message:
- bump to 1.8.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/12 16:05:21

Modified files:
	security/nessus/libnasl: Makefile 
Added files:
	security/nessus/libnasl/patches: patch-configure 
	                                 patch-nasl_nasl_crypto_c 

Log message:
Fix openssl update fallout. A similar diff was also submitted by benoit@
and he is okay with this one


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 16:47:34

Modified files:
	.              : donations.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/12 17:37:41

Modified files:
	distrib/i386/ramdiskC: list.local 
	distrib/i386/ramdisk_cd: list.local 
	distrib/amd64/common: list 
	distrib/amd64/ramdisk_cd: list.local 
Added files:
	distrib/i386/ramdiskA: list.local 
	distrib/i386/ramdiskB: list.local 

Log message:
Do not put mount_msdos or mount_ext2fs on media which does not need it;
but do put it there on media which does.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/12 20:14:52

Modified files:
	sys/scsi       : st.c 

Log message:
No need to check ST_DYING flag twice in succession.

Noticed by Damien McGuckin. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/13 00:26:04

Modified files:
	www/gnash      : Makefile 

Log message:
Zap "--disable-debugger" from CONFIGURE_ARGS

No bump, as debugger was already disabled by default.

From Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/13 02:14:23

Modified files:
	bin/rcp        : Makefile 
	kerberosV/libexec/hprop: Makefile 
	kerberosV/libexec/hpropd: Makefile 
	kerberosV/libexec/ipropd-master: Makefile 
	kerberosV/libexec/ipropd-slave: Makefile 
	kerberosV/libexec/kadmind: Makefile 
	kerberosV/libexec/kdc: Makefile 
	kerberosV/libexec/kfd: Makefile 
	kerberosV/libexec/kpasswdd: Makefile 
	kerberosV/usr.bin/afslog: Makefile 
	kerberosV/usr.bin/kauth: Makefile 
	kerberosV/usr.bin/kdestroy: Makefile 
	kerberosV/usr.bin/kf: Makefile 
	kerberosV/usr.bin/kinit: Makefile 
	kerberosV/usr.bin/klist: Makefile 
	kerberosV/usr.bin/pagsh: Makefile 
	kerberosV/usr.bin/string2key: Makefile 
	kerberosV/usr.bin/verify_krb5_conf: Makefile 
	kerberosV/usr.sbin/kadmin: Makefile 
	kerberosV/usr.sbin/kstash: Makefile 
	kerberosV/usr.sbin/ktutil: Makefile 
	libexec/login_chpass: Makefile 
	libexec/login_krb5: Makefile 
	libexec/login_krb5-or-pwd: Makefile 
	libexec/rshd   : Makefile 
	usr.bin/ssh/ssh: Makefile 
	usr.bin/ssh/sshd: Makefile 
	usr.sbin/afs/usr.sbin/bos: Makefile 
	usr.sbin/afs/usr.sbin/pts: Makefile 

Log message:
The heimdal code switched to using DES from libcrypto when 0.7.2
was imported over four years ago, so we don't need to link libdes
for kerberos anymore.

ok mikeb@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/13 02:27:44

Modified files:
	etc            : bgpd.conf 

Log message:
add a sample for "socket ... restricted", prompted by mail from
Patrick Lamaiziere, ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/13 02:28:31

Modified files:
	usr.bin/bgplg  : bgplg.8 bgplgsh.8 

Log message:
adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere,
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/13 02:55:11

Log message:
    Import databases/py-redis, python bindings for the Redis key-value store.
    
    From Remi Pointel
    
    More to come (php, ruby, who knows)...
    
    OK dcoppa@, landry@, benoit@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101013
    
    N ports/databases/py-redis/Makefile
    N ports/databases/py-redis/distinfo
    N ports/databases/py-redis/pkg/PLIST
    N ports/databases/py-redis/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/13 02:58:27

Modified files:
	databases      : Makefile 

Log message:
Link py-redis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 05:35:53

Modified files:
	games/wesnoth/patches: patch-configure_ac 

Log message:
- remove now unneeded chunk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 05:37:25

Modified files:
	textproc/xpdf  : Makefile 
Added files:
	textproc/xpdf/patches: patch-fofi_FoFiType1_cc 

Log message:
Security fix for CVE-2010-3704. Patch from upstream poppler git.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/13 07:52:06

Modified files:
	distrib/sets/lists/base: md.vax 

Log message:
no, the vax has no shared libraries


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/13 08:08:38

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper1 

Log message:
Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0
from the uninstalled sources, as opposed to the staging dir, so vax
can have them too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/13 08:23:11

Modified files:
	graphics/cairomm: Makefile 

Log message:
We have both libsigc++-1.* and libsigc++-2.*.  Require the libsigc++->=2
package for sigc-2.0.  ok phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/10/13 08:23:13

Modified files:
	distrib/i386/ramdiskA: Makefile 
	distrib/i386/ramdiskB: Makefile 

Log message:
This actually makes use of list.local

"commit" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 09:00:02

Modified files:
	x11/gnome/ghex : Makefile 

Log message:
bumping downwards is somehow frowned upon..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 09:04:28

Modified files:
	audio/xmp      : Makefile 

Log message:
- it helps to set REVISION for an existing subpackage


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/13 09:38:57

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl pkeyparam";


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/13 09:40:31

Modified files:
	sbin/mount_ext2fs: mount_ext2fs.8 
	sbin/mount_ffs : mount_ffs.8 
	sbin/mount_msdos: mount_msdos.8 
	sbin/mount_ntfs: mount_ntfs.8 

Log message:
paste in the description of "special"; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/13 10:11:26

Modified files:
	distrib/special/libstubs: Makefile 

Log message:
Put sha1.c here too, to gain savings from the -Os


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/13 10:20:23

Modified files:
	devel/vte      : Makefile distinfo 
	devel/vte/patches: patch-src_pty_c 
	devel/vte/pkg  : PLIST-main PLIST-python 

Log message:
Update to vte-0.26.1.
- Pass the correct TERM value inside envp when spawning.
- Bugs fixed: Bug 631589 - set_emulation does not work in the python bindings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/13 11:11:10

Modified files:
	audio/exaile   : Makefile distinfo 
	audio/exaile/patches: patch-Makefile patch-data_exaile_desktop 
	audio/exaile/pkg: PLIST 

Log message:
Update to 0.3.2.0
ok stephan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/13 11:19:58

Modified files:
	distrib/sets/lists/base: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 11:29:37

Modified files:
	textproc/xpdf  : Makefile 
Added files:
	textproc/xpdf/patches: patch-xpdf_Gfx_cc 

Log message:
- add security fix for CVE-2010-3702.

ok kili@ naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 11:34:26

Modified files:
	sysutils/gkrellm/plugins/weather/patches: patch-GrabWeather 
	                                          patch-Makefile 
	                                          patch-gkrellweather_c 

Log message:
- get the cflags and libs from gkrellm, which makes more sense and fixes the build.
- add rcs id's to patches while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/13 11:58:20

Added files:
	distrib/miniroot: master.passwd 

Log message:
add a truncated master.passwd the install media can use if it wants


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 12:40:23

Modified files:
	x11/ogle_gui   : Makefile 
	x11/ogle_gui/pkg: PLIST 

Log message:
- remove the gtk1 flavor, which has been broken for two years.
- add pkgpath marker
- regen WANTLIB/PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/10/13 12:46:47

Modified files:
	share/locale/ctype: Makefile 

Log message:
Enable a couple UTF-8 locales for non-English languages.
ok kevlo, deraadt, espie


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/13 12:56:03

Modified files:
	usr.bin/bgplg  : bgplg.8 bgplgsh.8 

Log message:
missing quotes; thanks jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 13:12:34

Modified files:
	sysutils/gkrellm/plugins: Makefile.inc 
	sysutils/gkrellm/plugins/aclock: Makefile 
	sysutils/gkrellm/plugins/bgchg: Makefile 
	sysutils/gkrellm/plugins/flynn: Makefile 
	sysutils/gkrellm/plugins/itime: Makefile 
	sysutils/gkrellm/plugins/kam: Makefile 
	sysutils/gkrellm/plugins/launch: Makefile 
	sysutils/gkrellm/plugins/mailwatch: Makefile 
	sysutils/gkrellm/plugins/mms: Makefile 
	sysutils/gkrellm/plugins/moon: Makefile 
	sysutils/gkrellm/plugins/mss: Makefile 
	sysutils/gkrellm/plugins/reminder: Makefile 
	sysutils/gkrellm/plugins/shoot: Makefile 
	sysutils/gkrellm/plugins/stock: Makefile 
	sysutils/gkrellm/plugins/sun: Makefile 
	sysutils/gkrellm/plugins/volume: Makefile 
	sysutils/gkrellm/plugins/weather: Makefile 
	sysutils/gkrellm/plugins/wireless: Makefile 

Log message:
- regen WANTLIB
- lowercase a comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 13:12:56

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 

Log message:
- regen WANTLIB here too


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/13 13:16:37

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl prime";


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/13 13:21:52

Modified files:
	sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC 

Log message:
shave some bytes off the ramdisk kernels by disaling a bunch of
custom pci to isa bridge drivers.  pcib(4) will cope with the loss.

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/13 13:32:37

Modified files:
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/bug-buddy/pkg: PLIST 
Removed files:
	x11/gnome/bug-buddy/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/13 13:36:01

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2010.10.03. Okay sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/13 13:47:41

Modified files:
	sys/arch/i386/conf: RAMDISK_CD 

Log message:
do the same thing for the cd:

shave some bytes off the ramdisk kernels by disaling a bunch of
custom pci to isa bridge drivers.  pcib(4) will cope with the loss.

suggested by brad, deraadt agrees, so does kettenis


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2010/10/13 14:32:47

Modified files:
	.              : anoncvs.html 

Log message:
sup(1) is not supported anymore.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/13 14:58:48

Modified files:
	.              : cvsup.html 

Log message:
Zap the dead cvsup mirrors. Maybe we should just remove this file though.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/13 15:04:13

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
'socket "path" [restricted]' needs quotes around path; make it clear
in the manual.  Help from jmc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2010/10/13 18:02:24

Modified files:
	productivity/ledger: Makefile distinfo 
	productivity/ledger/pkg: PLIST 
Added files:
	productivity/ledger/pkg: PFRAG.shared 

Log message:
Update to 2.6.3 from Tilo Stritzky t.stritzky at arcor.de and Sergey
Bronnikov estetus at gmail.com with input from jasper@.  Sergey has agreed
to take maintainer.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/13 18:30:03

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Put "or" on new line from command with .Ic.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/13 18:37:52

Modified files:
	usr.bin/tmux   : xterm-keys.c 

Log message:
Treat the meta bit in the xterm extended modifier key set as the same as
escape (tmux's meta). From Emanuele Giaquinta.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/13 22:38:24

Modified files:
	sys/arch/amd64/include: segments.h 
	sys/arch/amd64/amd64: cpu.c locore.S machdep.c 

Log message:
Clean up segment handling: switch user-space to using code and data
segments in the GDT instead of the LDT and eliminate the GDT slots
that we don't actually use.

tested on both amd and intel by several
not really the right person, but ok: kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/14 01:03:14

Modified files:
	mail/gmime24   : Makefile distinfo 

Log message:
Update to gmime-2.4.20.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/14 01:05:43

Modified files:
	sbin/mount_ext2fs: mount_ext2fs.8 
	sbin/mount_msdos: mount_msdos.8 

Log message:
looks like i jumped the gun with the duid stuff; back it out


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/14 01:16:31

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
for openssl prime, note that results are probabalistic; from djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/14 01:29:44

Modified files:
	net/dnstop     : Makefile 
	net/dnstop/patches: patch-dnstop_c 

Log message:
Remove a pcap_setnonblock() call which was added as a workaround for a
problem in OSX, it breaks reading from capture files. From Brian Keefer.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/14 01:35:47

Modified files:
	usr.sbin/ospfd : kroute.c 

Log message:
kr_redistribute() needs to be called with the head node of a multipath
chain. Fix kroute_insert() and rtmsg_process() to correctly do this.
OK bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/14 01:38:05

Modified files:
	usr.sbin/ospf6d: kroute.c 

Log message:
Same fix as previously commited to ospfd. Ensure that kr_redistribute()
is called with the head node of a multipath chain.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/14 02:03:13

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
- add MASTER_SITE_GCC here, instead of redefining it several times in the tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/14 02:03:46

Modified files:
	lang/gfortran  : Makefile 
	lang/gcc       : Makefile.inc 

Log message:
- use global MASTER_SITE_GCC


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/14 02:04:27

Modified files:
	devel/avr/gcc  : Makefile 

Log message:
- use MASTER_SITE_GCC


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/14 02:05:09

Modified files:
	devel/arm-elf/gcc: Makefile 

Log message:
- switch to a master site that has the distfile


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/14 03:35:22

ports/security/libassuan/patches

Update of /cvs/ports/security/libassuan/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18464/patches

Log Message:
Directory /cvs/ports/security/libassuan/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/14 03:58:37

Modified files:
	devel/arm-elf/gcc: Makefile 
	devel/arm-elf/gcc/pkg: PLIST 

Log message:
- use SUBST_VARS for gcc version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/14 06:33:03

Modified files:
	misc/memcached : Makefile distinfo 

Log message:
Update memcached to 1.4.5

OK landry@, maintainer timed out


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/14 08:26:36

Modified files:
	distrib/miniroot: master.passwd 

Log message:
one more uid needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/14 08:31:01

Modified files:
	graphics/evince: Makefile distinfo 
	graphics/evince/pkg: PLIST-djvu PLIST-dvi PLIST-main 
Added files:
	graphics/evince/patches: patch-configure 
Removed files:
	graphics/evince/patches: patch-data_evince_desktop_in_in 

Log message:
Update to evince-2.32.0, one of the last missing part of the GNOME update to 2.32.0.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/14 08:31:42

Modified files:
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-desktop/pkg: PLIST 

Log message:
Re-enable evince support now that we have a recent enough version.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/14 09:13:25

Modified files:
	distrib/miniroot: master.passwd 

Log message:
another uid required


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/14 11:38:41

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Use an explicit event rather than event_once for the main event so it
can be removed when the client becomes ready.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/14 13:33:10

Modified files:
	.              : plus.html 

Log message:
Upto 10/10 from Nicolas Legrand


CVSROOT:	/cvs
Module name:	src
Changes by:	dhill@cvs.openbsd.org	2010/10/14 13:35:02

Modified files:
	sbin/iked      : eap.c 

Log message:
plug a tiny leak.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/14 13:40:20

Modified files:
	shells/bash    : Makefile distinfo 

Log message:
update to 4.1 patch level 9


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/14 13:44:27

Modified files:
	net/curl       : Makefile distinfo 
Added files:
	net/curl/patches: patch-tests_data_test1203 

Log message:
Update to 7.21.2, which brings back Gopher support.
The security fix announced for this release doesn't concern Unix.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/14 14:33:09

Modified files:
	databases/ruby-mysql: Makefile distinfo 
	databases/ruby-mysql/pkg: PLIST 

Log message:
Switch to using gem version.  No behavior change, but any ruby
script requiring mysql must now require rubygems first, similar
to how the other ruby database drivers work.

ok jcs


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/14 14:41:28

Modified files:
	share/man/man5 : moduli.5 
	usr.sbin/openssl: openssl.1 

Log message:
probabalistic -> probabilistic; from naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/10/14 15:23:06

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/loongson/conf: files.loongson 
	sys/arch/loongson/dev: glx.c kb3310.c pcib.c 
	sys/arch/loongson/loongson: yeeloong_machdep.c 
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : glxpcib.c glxreg.h glxvar.h 
Removed files:
	sys/arch/i386/pci: glxpcib.c 
	sys/arch/loongson/dev: glxpcib.c glxreg.h glxvar.h 

Log message:
Move glxpcib(4) to MI land unifying the two MD drivers.

Specific features of the companion chip will be handled in MD land.

Okay deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/14 16:55:15

Log message:
    Bacon is a small RSpec clone weighing less than 350 LoC but
    nevertheless providing all essential features.
    
    ok jcs
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-oct-14
    
    N ports/devel/ruby-bacon/Makefile
    N ports/devel/ruby-bacon/distinfo
    N ports/devel/ruby-bacon/pkg/DESCR
    N ports/devel/ruby-bacon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/14 17:25:57

Modified files:
	devel          : Makefile 

Log message:
Add devel/ruby-bacon to the build


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/14 17:48:57

Modified files:
	sbin/init      : init.8 init.c 

Log message:
add a SIGQUIT handler that does the same as USR1 and USR2, except it
reboots the machine instead just halting or powering down.

diff from Jonathan Matthew
manpage tweaks from jmc@
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/15 00:38:07

Modified files:
	graphics/evince/pkg: PLIST-main 

Log message:
Remove duplicate.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/15 01:11:02

Modified files:
	sbin/init      : init.8 init.c 

Log message:
freebsd uses SIGINT to request a reboot, we may as well be consistent.

pointed out by kettenis@ and deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/15 01:16:19

Modified files:
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 
	productivity/sunbird: Makefile 
	www/seamonkey  : Makefile 
	mail/mozilla-thunderbird: Makefile 

Log message:
Switch all mozilla-based ports to using the bundled cairo, mozilla doesn't
like the systemwide cairo since 1.10.x update (crashes,gifs not displaying
properly), and there's few hope it will be fixed in 1.9.2.x branch.
Fix WANTLIB while here and bump REVISIONs.
Reported by dcoppa@, also found in upstream bz #597174 and various linux
vendors bugzillas (red hat #628331, mdv #60738, gentoo #337813).
devel/xulrunner will follow in a few..


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/15 01:43:02

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Add a few more wanrings to the UPDATE parser. Mainly to warn when
attributes are ignored or UPDATEs are invalidated and withdrawn.
While there use % to check if a attribute is a multiple of X.
OK henning@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/15 01:45:32

Modified files:
	usr.sbin/bgpd  : bgpd.8 session.c session.h 

Log message:
Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. This
should help identifying FSM errors since the state is know known.
OK henning@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/15 02:04:01

Modified files:
	sbin/init      : init.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/15 02:32:21

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.8: Makefile 
	devel/xulrunner/1.9: Makefile 

Log message:
Build xulrunner 1.9.2.x against bundled cairo, and fix WANTLIB while
here. Keep building xulrunner 1.8.x against systemwide cairo, as it
doesn't build with bundled cairo, because systemwide pango is too
recent and uses structs not defined in bundled cairo headers.
Too bad for the remaining xl 1.8 users, gtk-vnc-plugin and swt-browser..
if they fail, be my guest, fix them.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/15 02:44:12

Modified files:
	usr.bin/cvs    : Makefile rcs.c 
	usr.bin/rcs    : Makefile rcs.c 
Added files:
	usr.bin/cvs    : rcsparse.c rcsparse.h 
	usr.bin/rcs    : rcsparse.c rcsparse.h 

Log message:
Replaced RCS parser code with new rcsparse.{c,h}:
- be very strict about things we parse
- print more information about errors if they occur
- do not fatal() directly in parser, give caller a chance to react
- fix an rcs design issue when it comes to login names

tested by many on tech@

ok xsa


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/15 02:46:23

Modified files:
	usr.bin/cvs    : rcs.c 

Log message:
Fixed default branch handling and added support for branches in branches.

ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/15 03:27:03

Modified files:
	usr.sbin/snmpd : kroute.c 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/10/15 03:27:26

Modified files:
	app/video      : video.c 

Log message:
declare the global vars as static to not conflict with symbols from
libraries


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/15 03:51:15

Modified files:
	sbin/dhclient  : dhclient.c dhcp.h 

Log message:
Add and ignore DHCP option 66/0x42 TFTP server name.
ok krw@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/15 03:58:25

Modified files:
	usr.bin/rcs    : rcsparse.c 

Log message:
No need to remove RCS_PARSE flag from rf_flags after successfully parsing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:16:46

ports/www/drupal6/CKeditor/patches

Update of /cvs/ports/www/drupal6/CKeditor/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13421/patches

Log Message:
Directory /cvs/ports/www/drupal6/CKeditor/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:18:05

Modified files:
	www/drupal6/CKeditor: Makefile distinfo 
	www/drupal6/CKeditor/pkg: PLIST 
Added files:
	www/drupal6/CKeditor/patches: patch-ckeditor_config_js 

Log message:
update to newer version. Prepare for ckeditor_link


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/15 04:18:42

Modified files:
	distrib/miniroot: makeconf.awk 
	libexec/login_tis: Makefile login_tis.c 
	libexec/login_token: Makefile token.c 
	sbin/isakmpd   : Makefile crypto.c crypto.h 
	usr.bin/passwd : Makefile krb5_passwd.c 
	usr.bin/sectok : Makefile cyberflex.c 
	usr.bin/telnet : Makefile enc_des.c 
	usr.bin/x99token: Makefile x99token.c 
	usr.sbin/ppp/ppp: Makefile chap_ms.c 
	usr.sbin/tokenadm: Makefile 
	usr.sbin/tokeninit: Makefile 
	gnu/usr.bin/cvs: configure configure.in 
	gnu/usr.bin/cvs/src: server.c 

Log message:
Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:21:51

Log message:
    plugin for ckeditor, auto-completion widget to internal links
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/www/drupal6/ckeditor-link/Makefile
    N ports/www/drupal6/ckeditor-link/distinfo
    N ports/www/drupal6/ckeditor-link/pkg/PLIST
    N ports/www/drupal6/ckeditor-link/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:22:59

Modified files:
	www/drupal6    : Makefile 

Log message:
+ckeditor_link


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 04:23:57

Modified files:
	lang/gprolog   : Makefile 

Log message:
Rip out the gcc4 module now that src has gcc4

From Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 04:28:06

Modified files:
	emulators/sdlmess: Makefile 

Log message:
Rip out the gcc4 module now that src has gcc4

From Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 04:32:02

Modified files:
	graphics/glew  : Makefile distinfo 

Log message:
Update to glew-1.5.6

From Brad


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2010/10/15 04:33:34

Modified files:
	openbgpd       : users.html 

Log message:
testimonial from AMS-IX
thanks to Frans Haarman for kicking my butt repeatedly until this finally
goes in


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/15 04:37:51

Modified files:
	x11/gnustep    : gnustep.port.mk 
	x11/gnustep/base: Makefile 
Added files:
	x11/gnustep/base/patches: patch-Source_NSUserDefaults_m 

Log message:
Bye Bye NO_SYSTRACE for the x11/gnustep MODULE based ports.
patching gnustep-base to add usage of an environment variable
to allow set a pointer where the lockfiles of plmerge should go while building the port.

OK, ajacoutot@, jasper@, landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/15 04:39:12

Modified files:
	regress/sbin/isakmpd/crypto: Makefile 
	regress/sys/crypto/enc: Makefile des3.c 

Log message:
libdes -> libcrypto


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:39:48

Modified files:
	www/drupal6/masquerade: Makefile 
	www/drupal6/masquerade/pkg: PLIST 

Log message:
fix plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/15 04:40:28

Modified files:
	www/drupal6/admin-menu: Makefile distinfo 
	www/drupal6/admin-menu/pkg: PLIST 
	www/drupal6/pathauto: Makefile distinfo 
	www/drupal6/pathauto/pkg: PLIST 
	www/drupal6/printer-friendly: Makefile distinfo 
	www/drupal6/token: Makefile distinfo 
	www/drupal6/token/pkg: PLIST 

Log message:
minor updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/15 05:35:23

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c 
	                         patch-src_gtkamlc_h 

Log message:
Unbreak by updating to gtkaml-0.2.11.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/15 05:56:13

Modified files:
	usr.sbin/snmpd : mib.c 

Log message:
return numeric 0 rather than attempting to return a null string,
fixes a segfault when walking memiftable.

seems sane to phessler, ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/15 06:11:10

Modified files:
	sbin/ipsecctl  : ike.c 

Log message:
fixup generation of suites string for isakmpd wrt "group none"

bug noticed and fix tested by robert


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/15 06:42:56

Modified files:
	sys/netmpls    : mpls_proto.c 

Log message:
Enable multipath support on the MPLS routing table. ldpd needs this and
the priority support that comes together with it. Currently no balancing
will happen, only the first path will be used.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 06:52:23

Modified files:
	graphics/feh   : Makefile distinfo 
	graphics/feh/patches: patch-src_imlib_c 

Log message:
Update to feh-1.10


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/15 07:18:45

Modified files:
	usr.sbin/ldpd  : kroute.c 

Log message:
Rework the kroute framework of ldpd. ldpd is different from the other
routing daemons. Change the way the kroute tree is indexed (by FEC with
a linked list in case there is a priority conflict -- same route + nexthop
at different priorities). This needs a mpath capable MPLS routing table.
Still work in progress but works a lot better in close meshed networks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 08:11:57

Modified files:
	multimedia/kaffeine: Makefile 
	multimedia/kaffeine/patches: patch-kaffeine_src_kaffeine_cpp 

Log message:
Recognize the f4a / f4v extensions.

From Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/15 08:13:03

Modified files:
	multimedia/xine-lib: Makefile 
	multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c 

Log message:
Recognize the f4a / f4v extensions.

From Brad (maintainer)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/10/15 08:21:20

Modified files:
	app/video      : video.c 

Log message:
oops.  start with an undefined encoding instead of yuy2.  lets the code
figure out what encoding to use, based on what the hardware supports.
still uses yuy2 by default if the hardware supports it.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/10/15 08:24:23

Modified files:
	app/video      : video.1 

Log message:
typos.  "ouput" typos spotted by Jan Stary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/15 09:32:17

Modified files:
	mail/dovecot   : Makefile distinfo 

Log message:
update to newer sieve plugin, from Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/15 09:36:41

Modified files:
	net/ruby-amqp  : Makefile distinfo 
	net/ruby-amqp/pkg: PLIST 

Log message:
Simple version bump to 0.6.7.  Enable regress tests while here.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/15 09:40:07

Modified files:
	net/ruby-amqp-utils: Makefile distinfo 
	net/ruby-amqp-utils/pkg: PLIST 
Removed files:
	net/ruby-amqp-utils/patches: patch-lib_amqp_utils_rb 

Log message:
Bump version to 0.2.3.  Remove MASTER_SITE_RUBYFORGE, in favor
of the default MASTER_SITE_RUBYGEMS.  Add PKG_ARCH=* since this
is a pure ruby package.  Remove now unneeded patch.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:21:07

Modified files:
	lang/mono      : Makefile distinfo 
	lang/mono/patches: patch-mono_mini_main_c 
	                   patch-mono_tests_Makefile_in 
	                   patch-runtime_mono-wrapper_in 
	lang/mono/pkg  : PFRAG.shared PLIST 
Added files:
	lang/mono/patches: patch-eglib_configure_ac 
	                   patch-eglib_src_gunicode_c 
	                   patch-mono_utils_mono-sigcontext_h 
Removed files:
	lang/mono/patches: patch-configure_in 
	                   patch-mcs_tools_gensources_sh 
	                   patch-mono_metadata_socket-io_c 
	                   patch-mono_mini_exceptions-amd64_c 
	                   patch-mono_mini_exceptions-ppc_c 
	                   patch-mono_mini_exceptions-x86_c 
	                   patch-mono_mini_mini-ppc_h 
	                   patch-mono_tests_make_imt_test_sh 

Log message:
Update to mono-2.8;
there might be some breakage but this is the good time to do the update


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:22:43

Modified files:
	x11/gnome/f-spot: Makefile 
Added files:
	x11/gnome/f-spot/patches: 
	                          patch-lib_TagLib_TagLib_src_TagLib_IFD_Entries_Rational_cs 
	                          patch-lib_TagLib_TagLib_src_TagLib_IFD_Entries_SRational_cs 

Log message:
Fix build after the update to mono 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:23:49

Modified files:
	devel/monodevelop: Makefile distinfo 
	devel/monodevelop/pkg: PLIST 

Log message:
Update to 2.4 (needed by mono 2.8)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:24:42

Modified files:
	x11/libgdiplus : Makefile distinfo 
Removed files:
	x11/libgdiplus/patches: patch-src_bmpcodec_c 
	                        patch-src_jpegcodec_c 
	                        patch-src_tiffcodec_c 

Log message:
Update to version 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:25:14

Modified files:
	lang/mono-basic: Makefile distinfo 
	lang/mono-basic/patches: patch-vbruntime_Test_Makefile 
	lang/mono-basic/pkg: PLIST 
Added files:
	lang/mono-basic/patches: patch-vbnc_vbnc_setversion_sh 
	                         patch-vbnc_vbnc_tests_Makefile 

Log message:
Update to 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/15 10:25:38

Modified files:
	devel/mono-addins: Makefile distinfo 
	devel/mono-addins/pkg: PLIST 

Log message:
update to 0.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/15 12:17:10

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document "openssl ts";


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/15 12:50:23

Modified files:
	archivers/p5-Archive-Zip: Makefile 
Added files:
	archivers/p5-Archive-Zip/patches: 
	                                  patch-lib_Archive_Zip_Member_pm 
	                                  patch-t_10_chmod_t 

Log message:
Add a taint mode fix for newer Perl, from CPAN RT. Fixes a problem with
MailScanner noted by Brad, tested by Brad and myself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/15 12:52:05

Modified files:
	mail/mailscanner: Makefile 

Log message:
Force dep on newer p5-Archive-Zip, req by Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 13:20:03

Added files:
	usr.bin/mandoc : tbl.c tbl.h tbl_data.c tbl_extern.h 
	                 tbl_layout.c tbl_option.c tbl_term.c tbl_tree.c 

Log message:
Import tbl parser and renderer written by kristaps@.
Unchanged code from bsd.lv release 0.1.5, but without the main program.
Not yet linked to the build; next commit will integrate it into mandoc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/15 14:24:27

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Delete the binaries after installing them into the fake directory but
before copying the gem directory into the fake directory.  Fixes
update-plist adding files that shouldn't be in the resulting packages.

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2010/10/15 14:25:04

Modified files:
	sys/dev/acpi   : amltypes.h 

Log message:
Remove redundant definition


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/15 14:27:22

Modified files:
	infrastructure/templates: network.conf.template 
	www/ruby-passenger: Makefile 

Log message:
Remove MASTER_SITE_RUBYFORGE from network.conf.template.

It's only remaining user is www/ruby-passenger, so hardcode
it in that port's Makefile.

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 14:45:04

Modified files:
	usr.bin/mandoc : Makefile man.c man.h man_action.c man_html.c 
	                 man_macro.c man_term.c man_validate.c 

Log message:
Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.
The output dosn't look nice yet, escape handling is still missing,
but will follow soon.
"move forward aggressively :-)" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/15 15:00:05

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
nicer formatting for the various synopses;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/15 15:05:06

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
use standard list width;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 15:33:47

Modified files:
	usr.bin/mandoc : man.c man_action.c man_term.c tbl.c tbl.h 
	                 tbl_data.c tbl_extern.h tbl_layout.c 
	                 tbl_option.c tbl_term.c tbl_tree.c 

Log message:
Move tbl output from plain stdio to mandoc terminal output routines.
This fixes (1) all escape sequences and (2) some aspects of indentation.
Table column widths are still way off, though.
"move forward" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 16:07:12

Modified files:
	usr.bin/mandoc : man_term.c tbl.c tbl.h tbl_extern.h tbl_term.c 

Log message:
Move tbl width calculation from plain strlen to mandoc terminal width
calculation routines.  This gives us mostly sane table column widths.
"move forward" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 16:16:51

Modified files:
	usr.bin/mandoc : tbl_term.c 

Log message:
Do not crash on spanned headings.
This doesn't give us nice column widths yet with spanned headings, but
it helps mkhybrid(8) to survive the build and produce complete output.
"move forward" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/15 16:44:46

Log message:
    Import p5-Parse-DMIDecode from MAINTAINER Mikolaj Kucharski.
    Parse::DMIDecode module provides an OO interface to SMBIOS information
    through the dmidecode(8) command which is known to work under a number of
    Linux, BSD and BeOS variants.
    With tweaks from and ok sthen@
    
    Status:
    
    Vendor Tag:	kucharski
    Release Tags:	landry_20101016
    
    N ports/sysutils/p5-Parse-DMIDecode/Makefile
    N ports/sysutils/p5-Parse-DMIDecode/distinfo
    N ports/sysutils/p5-Parse-DMIDecode/pkg/DESCR
    N ports/sysutils/p5-Parse-DMIDecode/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/15 16:45:33

Modified files:
	sysutils       : Makefile 

Log message:
+p5-Parse-DMIDecode


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 16:50:28

Modified files:
	usr.bin/mandoc : tbl_layout.c 

Log message:
For now, parse and ignore minimal column width specifications.
First step to get terminfo(5) to build.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/15 17:19:40

Modified files:
	usr.bin/mandoc : tbl_data.c 

Log message:
Allow blank lines and ignore comments in tbl data.
This finally allows terminfo(5) to build.
Now we can build all man(7)-tbl(1) in base without loss of information,
though some still look ugly.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/15 18:44:42

Modified files:
	usr.bin/units  : units.lib 

Log message:
historically, an acre has been defined as the area an ox works in a day,
but units knows nothing about oxen.  correct this omission.  ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2010/10/16 00:56:27

Modified files:
	faq            : current.html 

Log message:
add gcc4 for mips


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2010/10/16 01:06:21

Modified files:
	sys/dev/usb    : udl.c 

Log message:
SUNWEIT DVI can be just about any chipset. Use the revision to select which.
Some other products use more than one generation of chipset. e.g. both
DL160 and DL165. Change to a later chipset if the family is newer than
expected. ok mglocker@   -moj


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 01:11:27

Log message:
    Import py-progressbar 2.2, from maintainer Remi Pointel, with a tweak by
    me.
    ok benoit@
    
    Status:
    
    Vendor Tag:	pointel
    Release Tags:	landry_20101016
    
    N ports/devel/py-progressbar/Makefile
    N ports/devel/py-progressbar/distinfo
    N ports/devel/py-progressbar/pkg/PLIST
    N ports/devel/py-progressbar/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 01:12:03

Modified files:
	devel          : Makefile 

Log message:
+py-progressbar


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/16 01:57:42

Modified files:
	usr.bin/tmux   : cmd.c 

Log message:
Fall back on normal session choice method if $TMUX exists but is invalid
rather than rejecting.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/16 02:31:55

Modified files:
	usr.bin/tmux   : client.c cmd-pipe-pane.c job.c server-client.c 
	                 server.c tmux.c tty.c window.c 

Log message:
Trying to set FD_CLOEXEC on every fd is a lost cause, just use
closefrom() before exec.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/16 02:42:35

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Make stdio blocking again before calling shell command with -c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 02:58:56

Log message:
    Import py-nmap 1.4, from maintainer Remi Pointel
    
    python-nmap is a python library which helps in using nmap port scanner.
    It allows to easilly manipulate nmap scan results and will be a perfect
    tool for systems administrators who want to automatize scanning task and
    reports. It also supports nmap script outputs.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	pointel
    Release Tags:	landry_20101016
    
    N ports/net/py-nmap/Makefile
    N ports/net/py-nmap/distinfo
    N ports/net/py-nmap/pkg/PLIST
    N ports/net/py-nmap/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 02:59:28

Modified files:
	net            : Makefile 

Log message:
+py-nmap


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/16 03:44:17

Modified files:
	x11/awesome    : Makefile 

Log message:
Add a missing runtime dependency over shells/bash because awesome wants
it for auto completion on prompt boxes.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/16 05:24:04

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Remove some duplicated code. No need to flush/reset at attach and then
again at PMS_STATE_CHANGE events.

Tested my myself, ian@ and nicm@ without regressions on usual
problematic machines.

From shadchin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/16 05:26:33

Modified files:
	security/dsniff: Makefile 
	security/dsniff/patches: patch-configure_in patch-sshcrypto_c 

Log message:
libdes -> libcrypto
ok benoit@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/16 05:55:00

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Two run(4)'s picked up in Akihabara after j2k10. Melco WLI-UC-GNM and
Planex GW-USMicro300.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/16 05:57:47

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 06:18:04

Modified files:
	mail/sylpheed  : Makefile distinfo 
	mail/sylpheed/pkg: DESCR PLIST 

Log message:
Update to sylpheed 3.0.3, from Remi Pointel with some tweaks by me.
Merges gpgme flavour into default package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 06:18:58

Modified files:
	mail           : Makefile 

Log message:
sylpheed,gpgme was merged


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 06:21:40

Modified files:
	mail/sylpheed/pkg: PLIST 

Log message:
Oops, tweak typo, gpgme was a flavor not a subpackage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/16 07:21:20

Modified files:
	lang/mono      : Makefile 

Log message:
${_SYSTRACE_CMD} is not needed here


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/16 07:38:29

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_action.c mdoc_html.c 
	                 mdoc_macro.c mdoc_term.c mdoc_validate.c 

Log message:
Support tbl(1) code embedded into mdoc(7) input files.
Very similar to what i have done in man(7) yesterday.
Allows to build cpu(4) on HPPA, wi(4), and phantasia(6).
Now we are able to build all tbl code in base.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/16 08:11:19

Modified files:
	textproc/libxml++: Makefile distinfo 
	textproc/libxml++/pkg: PLIST 

Log message:
Update to libxml++-2.32.0.

ok jasper@, Andreas Bihlmaier (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/16 08:12:14

Modified files:
	multimedia/gstreamer-0.10/mm: Makefile distinfo 
	multimedia/gstreamer-0.10/mm/pkg: PLIST 

Log message:
Update to gstreamermm-0.10.8.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/16 08:20:07

Modified files:
	faq/fr         : current.html 
	fr             : anoncvs.html cvsup.html donations.html 
	                 events.html 
	nl             : anoncvs.html donations.html ftp.html 
	                 orders.html 
	openbgpd/fr    : users.html 
	openbgpd/nl    : users.html 
	openssh/nl     : ftp.html portable.html 
	papers/fr      : index.html 
	pt             : cvsup.html donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/16 08:47:29

Modified files:
	www/firefox35  : Makefile 

Log message:
Whoops, forgot to bump that one too, reported by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/16 12:00:32

Modified files:
	usr.bin/sdiff  : sdiff.1 

Log message:
paste in EXIT STATUS from diff(1); confirmed by ray


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/16 12:12:25

Modified files:
	lib/libc/sys   : getfsstat.2 

Log message:
update struct statfs; from Vladimir Kirillov


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/16 14:49:37

Modified files:
	usr.bin/mandoc : main.c man.c man_term.c mandoc.h mdoc.c 
	                 mdoc_term.c 

Log message:
Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build,
and provide more useful tbl error messages in a non-intrusive way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/17 00:51:51

Modified files:
	graphics/gif2png: Makefile distinfo 
	graphics/gif2png/pkg: PLIST 

Log message:
- Update gif2png to 2.5.2
- regen PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/17 02:40:35

Modified files:
	usr.bin        : Makefile 

Log message:
unlink sectok(1) from the build; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/17 02:43:20

Removed files:
	usr.bin/sectok : Makefile cmds.c cyberflex.c main.c sc.h 
	                 sectok.1 

Log message:
remove sectok(1); it hasn't been updated in years and doesn't work
with the current generation of tokens; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/17 02:44:15

Modified files:
	.              : Makefile.cross 
	include        : Makefile 
	lib            : Makefile 

Log message:
unlink libsectok from the build; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/17 02:45:17

Removed files:
	lib/libsectok  : Makefile atr.c cmdtab.c cyberflex.c 
	                 ifdhandler.c ifdhandler.h input.c r1r2.c 
	                 sc7816.c sc7816.h scT1.c scio.c scrw.c sectok.3 
	                 sectok.c sectok.h shlib_version todos_atr.c 
	                 todos_scrw.h 

Log message:
remove libsectok; it hasn't been updated in years and doesn't work
with the current generation of tokens; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/17 03:07:06

Modified files:
	games/rocksndiamonds: Makefile distinfo 

Log message:
- Update rocksndiamonds to 3.3.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/17 03:11:08

Modified files:
	games/lbreakout2: Makefile distinfo 
	games/lbreakout2/pkg: PLIST 

Log message:
- Update lbreakout2 to 2.6.2
- regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/17 03:18:41

Modified files:
	net/py-IP      : Makefile distinfo 

Log message:
- Update py-IP to 0.71


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/17 03:25:05

Modified files:
	security/aide  : Makefile distinfo 

Log message:
- Update aide to 0.15.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/17 03:57:47

Modified files:
	share/man/man3 : intro.3 

Log message:
no more sectok;


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/17 04:31:04

Modified files:
	driver/xf86-video-ati/src: r600_exa.c radeon_exa_render.c 

Log message:
MFC: fixes crashes on r600 with cairo 0.10.
Tested by espie@ and brad@

commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e
Author: Michel Daenzer <daenzer@vmware.com>
Date:   Thu Sep 3 14:55:05 2009 +0200

EXA: Check for solid/gradient pictures the same way for all generations.

In particular, also catch them for >= R300.

commit 87d7235790866f9c19ef08972d5237f09d940cd9
Author: Alex Deucher <alexdeucher@gmail.com>
Date:   Thu Nov 5 10:23:03 2009 -0500

EXA: fallback if no pMaskPicture->pDrawable

A solid or gradient mask could be used for blending
the source picture onto the destination picture.

Fixes fdo bug 24838


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/17 04:32:00

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Ansify non-ansified function definitions. No functional change.

ok nicm@

From shadchin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/17 05:15:29

Log message:
    Import apachetop 0.12.6 from maintainer Gonzalo L. R., with some tweaks
    by me and dcoppa@.
    ApacheTop is a curses-based top-like display for Apache information,
    including requests per second, bytes per second, most popular URLs, etc.
    ok benoit@ dcoppa@
    
    Status:
    
    Vendor Tag:	gonzalo
    Release Tags:	landry_20101017
    
    N ports/sysutils/apachetop/Makefile
    N ports/sysutils/apachetop/distinfo
    N ports/sysutils/apachetop/pkg/PLIST
    N ports/sysutils/apachetop/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/17 05:15:59

Modified files:
	sysutils       : Makefile 

Log message:
+apachetop


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/10/17 06:14:28

Modified files:
	sys/net        : pfvar.h pf_osfp.c 
	sbin/pfctl     : pfctl_osfp.c 
	usr.sbin/tcpdump: pfctl_osfp.c 
	etc            : pf.os 

Log message:
Add quirks support to operating system fingerprinting. tcpdump part
by mcbride@.

ok mcbride@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/17 06:48:46

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_c 

Log message:
Update to redis-2.0.3

From Remi Pointel, with tweaks by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/10/17 06:50:53

Modified files:
	graphics/cairo : Makefile 
	graphics/cairo/pkg: PLIST 
Added files:
	graphics/cairo/patches: patch-src_cairo-xlib-display_c 

Log message:
- disable xcb-xlib which is not ready yet and causes garbled output
- disable HW gradient rendering as X drivers are broken

from brad and landry


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/17 07:30:37

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
various tweaks for consistency;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/17 08:20:53

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 
Added files:
	sysutils/gkrellm/gkrellm/patches: patch-server_main_c 

Log message:
Don't use LOG_MAKEPRI, it's undocumented, confusing, and in this port
is used incorrectly.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/17 10:40:43

Modified files:
	faq            : faq4.html 

Log message:
+4.13.7 - I got an SHA256 mismatch during install!


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/17 13:04:30

Log message:
    Import dissy, a graphical frontend to the objdump disassembler writen
    in py-gtk. With tweaks from kili@.
    
    Ok landry@ and kili@
    
    Status:
    
    Vendor Tag:	armani
    Release Tags:	armani_20101710
    
    N ports/devel/dissy/Makefile
    N ports/devel/dissy/distinfo
    N ports/devel/dissy/patches/patch-dissy_File_py
    N ports/devel/dissy/patches/patch-setup_py
    N ports/devel/dissy/pkg/DESCR
    N ports/devel/dissy/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/17 13:07:54

Modified files:
	devel          : Makefile 

Log message:
Add dissy


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/17 13:12:33

Modified files:
	devel/ode      : Makefile distinfo 
	devel/ode/pkg  : PFRAG.shared 

Log message:
Upstream rerolled the tar.gz and broke it by adding a root dir, switch to bz2.
Update my email, update depends, use new style and bump using REVISION.

Feedback from Kirill Bychkov.

portswise ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/17 13:59:51

Modified files:
	games/scummvm  : Makefile distinfo 
	games/scummvm/patches: patch-Makefile_common patch-configure 
	games/scummvm/pkg: PLIST 
Removed files:
	games/scummvm/patches: patch-common_hashmap_h 

Log message:
update to 1.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/17 14:26:51

Modified files:
	lib/libc/stdio : vfprintf.c 

Log message:
The ssizearg member of union arg is pointless if it isn't of type ssize_t

Noted by Claus Assmann


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 15:02:48

Modified files:
	devel/py-nose  : Makefile distinfo 
	devel/py-nose/pkg: PLIST 

Log message:
- update py-nose to 0.11.2

ok martynas@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 15:30:54

Modified files:
	textproc/xpdf  : Tag: OPENBSD_4_7 Makefile 
Added files:
	textproc/xpdf/patches: Tag: OPENBSD_4_7 patch-fofi_FoFiType1_cc 
	                       patch-xpdf_Gfx_cc 

Log message:
- Security fix for CVE-2010-3702 and CVE-2010-3704.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 15:31:19

Modified files:
	print/poppler  : Tag: OPENBSD_4_7 Makefile 
Added files:
	print/poppler/patches: Tag: OPENBSD_4_7 patch-fofi_FoFiType1_cc 
	                       patch-poppler_Gfx_cc 

Log message:
- Security fix for CVE-2010-3702 and CVE-2010-3704.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 15:32:24

Modified files:
	textproc/xpdf  : Tag: OPENBSD_4_8 Makefile 
Added files:
	textproc/xpdf/patches: Tag: OPENBSD_4_8 patch-fofi_FoFiType1_cc 
	                       patch-xpdf_Gfx_cc 

Log message:
- Security fix for CVE-2010-3702 and CVE-2010-3704.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 15:32:35

Modified files:
	print/poppler  : Tag: OPENBSD_4_8 Makefile 
Added files:
	print/poppler/patches: Tag: OPENBSD_4_8 patch-fofi_FoFiType1_cc 
	                       patch-poppler_Gfx_cc 

Log message:
- Security fix for CVE-2010-3702 and CVE-2010-3704.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 15:33:53

Modified files:
	distrib/miniroot: makeconf.awk 

Log message:
there is no need for -ll at link time


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/17 15:38:05

Log message:
    Import gcolor2 0.4, from Abel Abraham Camarillo
    
    Gcolor2 is a GTK2 color selector to provide a quick and easy way to
    find colors for whatever task is at hand.
    ok kili@
    
    Status:
    
    Vendor Tag:	camarillo
    Release Tags:	landry_20101017
    
    N ports/x11/gcolor2/Makefile
    N ports/x11/gcolor2/distinfo
    N ports/x11/gcolor2/pkg/PLIST
    N ports/x11/gcolor2/pkg/DESCR
    N ports/x11/gcolor2/patches/patch-src_main_h
    N ports/x11/gcolor2/patches/patch-src_callbacks_c
    N ports/x11/gcolor2/patches/patch-src_main_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/17 15:39:26

Modified files:
	x11/gcolor2/pkg: DESCR 

Log message:
Oops, tidy DESCR to fit in 72 cols.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/17 15:39:38

Modified files:
	x11            : Makefile 

Log message:
+gcolor2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 16:00:07

Modified files:
	www/wml        : Makefile 

Log message:
- use gnu libtool for now, so at least it builds. and add a comment about it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/17 16:07:27

Modified files:
	games/teeworlds: Makefile 

Log message:
Update my email address, new style depends and add USE_X11 as noticed by
jasper.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	armani@cvs.openbsd.org	2010/10/17 16:10:29

Modified files:
	emulators/gns3 : Makefile distinfo 
	emulators/gns3/pkg: PLIST 

Log message:
Update to the last release, change my email address and as asked by jasper
add a license version and USE_X11.

go ahead jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/17 16:21:55

Modified files:
	games/gargoyle : Makefile 
	games/gargoyle/patches: patch-Jamrules 

Log message:
- unbreak after cairo update.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/17 16:47:08

Modified files:
	share/mk       : bsd.man.mk 

Log message:
Build tbl(1) pages with mandoc(1), not groff.
Xenocara build checked myself, base build also by jmc@, thanks!
"don't wait for me" deraadt@

Pages in base using tbl mostly look good already except for the
rare .T{ macros; there may still be a few formatting issues
in xenocara, please speak up when you run into them.
Eventually, mandoc will catch up.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/17 16:54:37

Modified files:
	usr.bin/bc     : Makefile 
	usr.bin/gprof  : Makefile 
	usr.bin/lex    : Makefile 
	usr.bin/make   : Makefile 
	usr.bin/vi     : Makefile 
	usr.bin/yacc   : Makefile 
	gnu/usr.sbin/sendmail: Makefile 

Log message:
Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base,
so there is no longer any way to use these files with base.
No opposition on tech@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 18:29:24

Modified files:
	share          : Makefile 

Log message:
stop installing these doc files, too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 18:43:39

Removed files:
	share/doc      : Makefile README 
	share/doc/psd  : 00.contents Makefile Title 
	share/doc/smm  : Makefile 
	share/doc/smm/05.fastfs: 0.t 1.t 2.t 3.t 4.t 5.t 6.t Makefile 
	share/doc/usd  : Makefile 

Log message:
documents which have not been modified in 15 years are not alive.  there
must have been mistruths in them or they are simply history and google is
better at finding either.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/17 18:58:25

Modified files:
	faq            : faq4.html 

Log message:
imbedded -> embedded.  Close, but embedded seems a bit better.
Suggested by Seth Wright (seth at crosse dotorg).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:07:51

Modified files:
	distrib/miniroot: list Makefile 
	distrib/alpha/bsd.rd: Makefile 
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/amd64/ramdisk_cd: Makefile 
	distrib/armish/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/hppa/ramdisk: Makefile 
	distrib/i386/common: list 
	distrib/i386/ramdiskA: list.local 
	distrib/i386/ramdiskB: list.local 
	distrib/i386/ramdiskC: list.local 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/mac68k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/mvmeppc/ramdisk: list 
	distrib/palm/ramdisk: list 
	distrib/ramdisk: Makefile list 
Added files:
	distrib/alpha/bsd.rd: list.local 
	distrib/amd64/ramdiskA: list.local 
	distrib/hppa/ramdisk: list.local 
Removed files:
	distrib/alpha/bsd.rd: list 
	distrib/hppa/ramdisk: list 

Log message:
Place a smaller spwd.db onto the install media.  Be consistant with the naming
of the "additional" list files (for architectures which split the list)
Then... cleanup some TZ which it is clear should not have been placed onto
certain media which don't have the space for them.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:08:32

Modified files:
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 
Added files:
	distrib/sparc/miniroot: list.local 
	distrib/sparc/ramdisk: list.local 
	distrib/vax/ramdisk: list.local 
Removed files:
	distrib/sparc/miniroot: list 
	distrib/sparc/ramdisk: list 
	distrib/vax/ramdisk: list 

Log message:
Place a smaller spwd.db onto the install media.  Be consistant with the naming
of the "additional" list files (for architectures which split the list)
Then... cleanup some TZ which it is clear should not have been placed onto
certain media which don't have the space for them.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:10:58

Modified files:
	sbin/ifconfig  : Makefile ifconfig.c 
	distrib/special/ifconfig: Makefile 

Log message:
Add wpakey/-wpakey options.  This was originally written by halex and
has gone many times around now (it is smaller now).  man page diff
coming soon.  Fits onto the media that need it.
ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:11:17

Modified files:
	distrib/sets   : makeflist maketars 
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus mi 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.palm md.socppc md.sparc 
	                         md.sparc64 md.zaurus mi 
	distrib/sets/lists/man: mi 
	distrib/sets/lists/misc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:17:11

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
stop creating the stupid /usr/share/doc subdirs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:18:26

Modified files:
	distrib/miniroot: install.sub makehash.sh 
Removed files:
	distrib/sets/lists/misc: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus mi 

Log message:
no more misc set


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 22:24:07

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/alpha: contents 
	distrib/notes/amd64: contents 
	distrib/notes/armish: contents 
	distrib/notes/aviion: contents 
	distrib/notes/hp300: contents 
	distrib/notes/hppa: contents 
	distrib/notes/i386: contents 
	distrib/notes/landisk: contents 
	distrib/notes/loongson: contents 
	distrib/notes/luna88k: contents 
	distrib/notes/mac68k: contents 
	distrib/notes/macppc: contents 
	distrib/notes/mvme68k: contents 
	distrib/notes/mvme88k: contents 
	distrib/notes/palm: contents 
	distrib/notes/sgi: contents 
	distrib/notes/socppc: contents 
	distrib/notes/sparc: contents install 
	distrib/notes/sparc64: contents 
	distrib/notes/vax: contents 
	distrib/notes/zaurus: contents 

Log message:
the misc set went away


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/17 22:31:01

Modified files:
	sys/sys        : protosw.h 
	sys/kern       : uipc_usrreq.c 

Log message:
PRU_PEEREID is only used by code under COMPAT_O47, so put it there too
so that we remember to remove it all at the same time in two years.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 23:40:47

Modified files:
	distrib/alpha/iso: Makefile 
	distrib/amd64/iso: Makefile 
	distrib/hppa/iso: Makefile 
	distrib/i386/iso: Makefile 
	distrib/macppc/iso: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sparc/iso: Makefile 
	distrib/sparc64/iso: Makefile 
	distrib/vax/iso: Makefile 

Log message:
no more misc set


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/17 23:41:02

Modified files:
	distrib/notes/sparc64: install 

Log message:
no more misc set


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/18 01:15:56

Modified files:
	www/seamonkey  : Makefile 
	www/firefox35  : Makefile 
	productivity/sunbird: Makefile 
	mail/mozilla-thunderbird: Makefile 
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 

Log message:
Fix WANTLIB again after cairo's last commit where X11-xcb went away.
Bump REVISIONs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/18 01:16:00

Log message:
    Import Predis, a PHP client library for the Redis key-value database.
    
    OK benoit@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101018
    
    N ports/www/php-predis/distinfo
    N ports/www/php-predis/Makefile
    N ports/www/php-predis/pkg/PLIST
    N ports/www/php-predis/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/18 01:19:07

Modified files:
	www            : Makefile 

Log message:
Link php-predis to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/18 01:23:49

Modified files:
	x11/gcolor2    : Makefile 

Log message:
Fix WANTLIB. X11-xcb shouldn't be here as it's not in cairo's.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/18 01:43:08

Modified files:
	security/libassuan: Makefile 
Added files:
	security/libassuan/patches: patch-configure 
	                            patch-src_assuan-socket-server_c 

Log message:
Adapt to our SO_PEERCRED.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 02:08:40

Modified files:
	devel/p5-MooseX-Role-Parameterized: Makefile distinfo 

Log message:
- update p5-Module-With-Too-Long-Name to 0.19

ok stephan@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 02:32:21

Modified files:
	infrastructure/mk: pkgpath.mk bsd.port.mk 

Log message:
pass FULLSUBDIR around, to eventually allow dpb to distinguish between
empty and default stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/18 05:51:22

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
Missing semicolon, ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 06:24:35

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
Removed files:
	x11/gnome/gdm/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 06:24:44

Modified files:
	x11/gnome/ghex : Makefile 
	x11/gnome/ghex/pkg: PLIST 
Removed files:
	x11/gnome/ghex/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 06:26:04

Modified files:
	x11/gnome/genius: Makefile 
	x11/gnome/genius/pkg: PLIST 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 06:30:32

Modified files:
	.              : INDEX 

Log message:
sync, 6493 (+1133 -1108)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:17:24

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
- set USE_X11 to Yes by default

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:18:16

Modified files:
	x11/gnome/alacarte: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta-extras: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/audio: Makefile 
	x11/gnome/backgrounds: Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/common: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/f-spot: Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/games-extra-data: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/genius: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/gyrus: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/krb5-auth-dialog: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgdamm: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomecanvasmm: Makefile 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgnomemm: Makefile 
	x11/gnome/libgnomeprint: Makefile 
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libxklavier: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mime-data: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nettool: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-plugins: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/speech: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/system-tools: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/themes: Makefile 
	x11/gnome/themes-extras: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/zenity: Makefile 

Log message:
- remove USE_X11=Yes where needed (can't we fully get rid of it?)
and set USE_X11=No where needed

agreed by aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:19:50

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- use_x11 is default now from gnome.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:20:54

Modified files:
	comms/gmfsk    : Makefile 

Log message:
- USE_X11 is default now from gnome.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/18 07:24:39

Modified files:
	editors/teaqt  : Makefile distinfo 

Log message:
Update to 28.1.3


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/18 07:28:00

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
Missing semicolons to appease yyextract, ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:28:08

Modified files:
	share/man/man5 : port-modules.5 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/18 07:28:25

Modified files:
	usr.sbin/smtpd : smtpctl.8 

Log message:
Mention that commands may be abbreviated, as done in other *ctl manuals.
ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:28:51

Modified files:
	devel/ORBit2   : Makefile 
	devel/atk      : Makefile 
	devel/atk2mm   : Makefile 
	devel/gal2     : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/gconfmm  : Makefile 
	devel/giggle   : Makefile 
	devel/glade3   : Makefile 
	devel/glib2mm  : Makefile 
	devel/goffice  : Makefile 
	devel/json-glib: Makefile 
	devel/vte      : Makefile 
	devel/py-orbit : Makefile 
	devel/py-gobject: Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/libwnck  : Makefile 
	devel/libunique: Makefile 
	devel/libIDL   : Makefile 
	devel/libgdata : Makefile 
	devel/libgee   : Makefile 
	devel/libglade2: Makefile 
	devel/libglademm: Makefile 
	devel/libgsf   : Makefile 
	devel/liboobs  : Makefile 
	devel/libsoup  : Makefile 

Log message:
- USE_X11 is default now from gnome.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/18 07:29:49

Modified files:
	usr.sbin/snmpd : parse.y 
	usr.sbin/ldapd : parse.y 

Log message:
Missing ; to appease yyextract, ok martinh@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:29:56

Modified files:
	databases/evolution-data-server: Makefile 
	games/pioneers : Makefile 

Log message:
- USE_X11 is default now from gnome.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:41:15

Modified files:
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 
	www/gtkhtml3   : Makefile 
	www/libcroco   : Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:44:12

Modified files:
	sysutils/bubblemon: Makefile 
	sysutils/gamin : Makefile 
	sysutils/system-tools-backends: Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:44:30

Modified files:
	textproc/gtranslator: Makefile 
	textproc/rarian: Makefile 
	textproc/intltool: Makefile 
	textproc/gtk-doc: Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:45:24

Modified files:
	productivity/gnucash: Makefile 
	productivity/gtg: Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:48:03

Modified files:
	net/twitux     : Makefile 
	misc/contacts  : Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:48:51

Modified files:
	math/gnumeric  : Makefile 
	mail/evolution-exchange: Makefile 
	mail/evolution-plugin-rss: Makefile 
	mail/evolution-plugin-webcal: Makefile 
	mail/evolution : Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:51:01

Modified files:
	graphics/libart: Makefile 
	graphics/simple-scan: Makefile 
	graphics/gthumb: Makefile 
	graphics/goocanvas: Makefile 
	graphics/evince: Makefile 
	graphics/dia   : Makefile 
	lang/vala      : Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 07:52:30

Modified files:
	multimedia/get_iplayer: Makefile 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
Update to newer swf player url.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:53:09

Modified files:
	x11/gtk-engines2: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtk2mm     : Makefile 
	x11/gtkglarea  : Makefile 
	x11/gtksourceview: Makefile 
	x11/gtksourceviewmm: Makefile 
	x11/industrial-icon-theme: Makefile 
	x11/py-gtk2    : Makefile 
	x11/xdg-user-dirs-gtk: Makefile 

Log message:
- use_x11 comes from gnome.port.mk now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 07:53:52

Modified files:
	devel/dissy    : Makefile 

Log message:
- add USE_X11=Yes
ok armani@ (MAINTAINER)_


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/18 08:42:16

Modified files:
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 
	share/man/man8 : afterboot.8 
	usr.bin/bc     : bc.1 
	usr.bin/lex    : flex.1 
	usr.bin/make   : make.1 
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 
	usr.bin/yacc   : yacc.1 

Log message:
remove references to now removed usd/psd/smm docs;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/18 08:44:12

Modified files:
	share/man/man5 : mk.conf.5 

Log message:
do not talk about PSD/USD;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/18 08:48:49

Modified files:
	share/man/man7 : hier.7 
	usr.bin/dc     : dc.1 

Log message:
more usd/psd stuff lurking...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 08:54:47

Modified files:
	etc            : Makefile 

Log message:
no more misc set


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/18 09:01:21

Modified files:
	sys/conf       : GENERIC 

Log message:
There is no reason to not include MPLS and mpe(4) in GENERIC. Makes my
life a lot easier. Sure deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/18 09:01:40

Modified files:
	gnu/usr.sbin/sendmail/sendmail: aliases.5 
	sbin/tunefs    : tunefs.8 
	share/man/man5 : forward.5 

Log message:
smm bits removal; whilst here, fix up aliases.5;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 09:55:28

Modified files:
	etc            : pf.os 
	sys/net        : pf_osfp.c pfvar.h 
	sbin/pfctl     : pfctl_osfp.c 
	usr.sbin/tcpdump: pfctl_osfp.c 

Log message:
Revert non-compatible and undocumented bullshit commited by 3 developers
who decided to just do it on their own.  henning, mcbride, jsing -- shame
on you -- if you had shown this diff to just 1 other network developer,
the astounding mistake in it would have been noticed.  Start practicing
inclusionary development instead of going alone.
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/18 10:05:28

Modified files:
	sys/dev/ic     : ar9380.c ar9380reg.h 

Log message:
remove v2.0 initialization values for the Osprey.
this is a pre-production chip.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/18 10:18:48

Modified files:
	sys/dev/ic     : ar5008reg.h ar9003reg.h 

Log message:
Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors.
This makes gcc generate much more efficient code on architectures
with strong alignment constraints (like sparc64).
We use __packed to tell the compiler to not insert padding between
fields but the start of the descriptors is always 32-bit aligned.
When __packed is used, gcc assumes worst case scenario and generates
complicated code to prevent unaligned accesses.

Inspired by a similar change to ath9k.
Tested on sparc64.

For the record, example to set a field to 1 on a sparc64:
without __attribute__((aligned(4))):
ldub    [%g2], %g1
and     %g1, 0, %g1
stb     %g1, [%g2]
ldub    [%g2+1], %g1
and     %g1, 0, %g1
stb     %g1, [%g2+1]
ldub    [%g2+2], %g1
and     %g1, 0, %g1
stb     %g1, [%g2+2]
ldub    [%g2+3], %g1
and     %g1, 0, %g1
or      %g1, 1, %g1
stb     %g1, [%g2+3]

with __attribute__((aligned(4))):
mov     1, %g1
st      %g1, [%g2]


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/18 10:19:24

Modified files:
	devel/py-nose  : Makefile distinfo 

Log message:
- update to 0.11.4

ok martynas@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/18 10:32:37

Modified files:
	x11/gnome/totem-pl-parser: Makefile 

Log message:
If I understand correctly the new gnome module behaviour, USE_X11 shouldn't have been added here.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/18 10:37:12

Modified files:
	sys/dev/ic     : athnvar.h 

Log message:
Stop compiling with ATHN_DEBUG defined by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/18 10:42:06

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/pkg: PLIST 

Log message:
Maintainance update to totem-pl-parser-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 10:47:00

Modified files:
	archivers/arc  : Makefile 
	archivers/bzip : Makefile 
	archivers/bzip2: Makefile 
	archivers/cabextract: Makefile 
	archivers/freeze: Makefile 
	archivers/gcpio: Makefile 
	archivers/gshar+gunshar: Makefile 
	archivers/lha  : Makefile 
	archivers/libarchive: Makefile 
	archivers/libtar: Makefile 
	archivers/lzop : Makefile 
	archivers/macutil: Makefile 
	archivers/nulib: Makefile 
	archivers/p5-Archive-Zip: Makefile 
	archivers/p5-Compress-Bzip2: Makefile 
	archivers/p5-Compress-LZO: Makefile 
	archivers/p5-PerlIO-gzip: Makefile 
	archivers/p7zip: Makefile 
	archivers/rzip : Makefile 
	archivers/star : Makefile 
	archivers/unshield: Makefile 
	archivers/unzip: Makefile 
	archivers/xz   : Makefile 
	archivers/zip  : Makefile 
	archivers/zoo  : Makefile 
	archivers/zziplib: Makefile 
	astro/dgpsip   : Makefile 
	astro/gcal     : Makefile 
	astro/jday     : Makefile 
	astro/phoon    : Makefile 
	astro/stellarium: Makefile 
	astro/sunclock : Makefile 
	astro/wmglobe  : Makefile 
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	astro/xearth   : Makefile 
	astro/xephem   : Makefile 
	astro/xphoon   : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 10:52:48

Modified files:
	audio/abcde    : Makefile 
	audio/aqualung : Makefile 
	audio/ascd     : Makefile 
	audio/audacious: Makefile 
	audio/audacity : Makefile 
	audio/aumix    : Makefile 
	audio/bmp      : Makefile 
	audio/cdparanoia: Makefile 
	audio/cplay    : Makefile 
	audio/daapd    : Makefile 
	audio/disc-cover: Makefile 
	audio/easytag  : Makefile 
	audio/esound   : Makefile 
	audio/festival/core: Makefile 
	audio/flac     : Makefile 
	audio/fluidsynth: Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gnomad2  : Makefile 
	audio/gqmpeg   : Makefile 
	audio/gsm      : Makefile 
	audio/gtkpod   : Makefile 
	audio/herrie   : Makefile 
	audio/id3ed    : Makefile 
	audio/ifp-line : Makefile 
	audio/jack     : Makefile 
	audio/ksmp3play: Makefile 
	audio/lame     : Makefile 
	audio/liba52   : Makefile 
	audio/libao    : Makefile 
	audio/libcdio  : Makefile 
	audio/libdca   : Makefile 
	audio/libmikmod: Makefile 
	audio/libsndfile: Makefile 
	audio/madplay  : Makefile 
	audio/midish   : Makefile 
	audio/mixer.app: Makefile 
	audio/mkplaylist: Makefile 
	audio/morseplayer: Makefile 
	audio/mp3blaster: Makefile 
	audio/mp3cut   : Makefile 
	audio/mp3info  : Makefile 
	audio/mp3splt  : Makefile 
	audio/mp3wrap  : Makefile 
	audio/mpc      : Makefile 
	audio/mpd      : Makefile 
	audio/mpegaudio: Makefile 
	audio/mpg123   : Makefile 
	audio/mpg321   : Makefile 
	audio/multimux : Makefile 
	audio/nap      : Makefile 
	audio/ncmpc    : Makefile 
	audio/normalize: Makefile 
	audio/nspmod   : Makefile 
	audio/oggtag   : Makefile 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-FLAC-Header: Makefile 
	audio/p5-Audio-M4P: Makefile 
	audio/p5-Audio-MPD: Makefile 
	audio/p5-Audio-MPD-Common: Makefile 
	audio/p5-Audio-Musepack: Makefile 
	audio/p5-Audio-Scan: Makefile 
	audio/p5-Audio-Scrobbler: Makefile 
	audio/p5-Audio-WMA: Makefile 
	audio/p5-CDDB-File: Makefile 
	audio/p5-CDDB_get: Makefile 
	audio/p5-MP3-ID3v1Tag: Makefile 
	audio/p5-MP3-Info: Makefile 
	audio/p5-MP3-Tag: Makefile 
	audio/p5-MP4-Info: Makefile 
	audio/p5-MPEG-Audio-Frame: Makefile 
	audio/p5-Music-Audioscrobbler-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-Submit: Makefile 
	audio/p5-Ogg-Vorbis-Header: Makefile 
	audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 
	audio/p5-cddb  : Makefile 
	audio/p5-gnupod: Makefile 
	audio/p5-libvorbis: Makefile 
	audio/pacpl    : Makefile 
	audio/pianobar : Makefile 
	audio/pms      : Makefile 
	audio/py-eyed3 : Makefile 
	audio/py-mutagen: Makefile 
	audio/rhythmbox: Makefile 
	audio/rioutil  : Makefile 
	audio/rplay    : Makefile 
	audio/rtunes   : Makefile 
	audio/scmpc    : Makefile 
	audio/shell-fm : Makefile 
	audio/shorten  : Makefile 
	audio/sonata   : Makefile 
	audio/sox      : Makefile 
	audio/speex    : Makefile 
	audio/streamripper: Makefile 
	audio/timidity : Makefile 
	audio/tremor-tools: Makefile 
	audio/vagalume : Makefile 
	audio/vlorb    : Makefile 
	audio/vorbis-tools: Makefile 
	audio/vorbisgain: Makefile 
	audio/wavpack  : Makefile 
	audio/wmix     : Makefile 
	audio/wmmp     : Makefile 
	audio/wmtune   : Makefile 
	audio/workman  : Makefile 
	audio/xcd      : Makefile 
	audio/xcdplayer: Makefile 
	audio/xhippo   : Makefile 
	audio/xmcd     : Makefile 
	audio/xmix     : Makefile 
	audio/xmmix    : Makefile 
	audio/xmms     : Makefile 
	audio/xmms2    : Makefile 
	audio/xmp      : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 10:57:49

Modified files:
	benchmarks/blogbench: Makefile 
	benchmarks/bonnie: Makefile 
	benchmarks/bonnie++: Makefile 
	benchmarks/httperf: Makefile 
	benchmarks/iozone: Makefile 
	benchmarks/lmbench: Makefile 
	benchmarks/netperf: Makefile 
	benchmarks/netpipe: Makefile 
	benchmarks/siege: Makefile 
	benchmarks/smtp-benchmark: Makefile 
	benchmarks/ubench: Makefile 
	benchmarks/xengine: Makefile 
	biology/AcePerl: Makefile 
	biology/nutdb  : Makefile 
	biology/p5-Bio-ASN1-EntrezGene: Makefile 
	cad/geda-gaf   : Makefile 
	cad/gerbv      : Makefile 
	cad/gnucap     : Makefile 
	cad/gtkwave    : Makefile 
	cad/pcb        : Makefile 
	cad/spice      : Makefile 
	cad/xcircuit   : Makefile 
	cad/xnecview   : Makefile 
	chinese/c2t    : Makefile 
	chinese/cless  : Makefile 
	chinese/crxvt  : Makefile 
	chinese/hc     : Makefile 
	chinese/lunar  : Makefile 
	chinese/ttfm   : Makefile 
	comms/birda    : Makefile 
	comms/colrdx   : Makefile 
	comms/conserver: Makefile 
	comms/dfu-util : Makefile 
	comms/efax     : Makefile 
	comms/flipit   : Makefile 
	comms/gnokii   : Makefile 
	comms/gpsk31   : Makefile 
	comms/hamlib   : Makefile 
	comms/hylafax  : Makefile 
	comms/jpilot   : Makefile 
	comms/kermit   : Makefile 
	comms/lrzsz    : Makefile 
	comms/mgetty+sendfax: Makefile 
	comms/minicom  : Makefile 
	comms/obexftp  : Makefile 
	comms/p5-Device-Gsm: Makefile 
	comms/p5-Device-Modem: Makefile 
	comms/p5-Device-SerialPort: Makefile 
	comms/p5-SendPage: Makefile 
	comms/pilot-link: Makefile 
	comms/qpage    : Makefile 
	comms/scmxx    : Makefile 
	comms/seyon    : Makefile 
	comms/sredird  : Makefile 
	comms/tkhylafax: Makefile 
	comms/tlf      : Makefile 
	comms/wy60     : Makefile 
	comms/x3270    : Makefile 
	comms/xastir   : Makefile 
	comms/xcept    : Makefile 
	comms/xdx      : Makefile 
	comms/xlog     : Makefile 
	comms/zmtx-zmrx: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 11:06:09

Modified files:
	converters/base64: Makefile 
	converters/btoa: Makefile 
	converters/html2text: Makefile 
	converters/html2wml: Makefile 
	converters/libiconv: Makefile 
	converters/libpst: Makefile 
	converters/mpack: Makefile 
	converters/p5-Calendar-Simple: Makefile 
	converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile 
	converters/p5-Catalyst-View-JSON: Makefile 
	converters/p5-Convert-ASCII-Armour: Makefile 
	converters/p5-Convert-ASN1: Makefile 
	converters/p5-Convert-BER: Makefile 
	converters/p5-Convert-BinHex: Makefile 
	converters/p5-Convert-Binary-C: Makefile 
	converters/p5-Convert-PEM: Makefile 
	converters/p5-Convert-TNEF: Makefile 
	converters/p5-Convert-UU: Makefile 
	converters/p5-Convert-UUlib: Makefile 
	converters/p5-Date-Tolkien-Shire: Makefile 
	converters/p5-DateManip: Makefile 
	converters/p5-Encode-IMAPUTF7: Makefile 
	converters/p5-Finance-Currency-Convert-XE: Makefile 
	converters/p5-JSON: Makefile 
	converters/p5-JSON-Any: Makefile 
	converters/p5-JSON-DWIW: Makefile 
	converters/p5-JSON-XS: Makefile 
	converters/p5-JSON-XS-VersionOneAndTwo: Makefile 
	converters/p5-Jcode: Makefile 
	converters/p5-MARC-Record: Makefile 
	converters/p5-Net-IDN-Encode: Makefile 
	converters/p5-Net-IDN-Nameprep: Makefile 
	converters/p5-Text-Iconv: Makefile 
	converters/p5-Unicode-Map: Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-MapUTF8: Makefile 
	converters/p5-Unicode-String: Makefile 
	converters/p5-Unicode-Stringprep: Makefile 
	converters/qprint: Makefile 
	converters/recode: Makefile 
	converters/trans: Makefile 
	converters/wv  : Makefile 
	converters/xlhtml: Makefile 
	converters/xmltoman: Makefile 
	databases/apache-couchdb: Makefile 
	databases/directoryassistant: Makefile 
	databases/freetds: Makefile 
	databases/gdbm : Makefile 
	databases/gnats: Makefile 
	databases/iodbc: Makefile 
	databases/lbdb : Makefile 
	databases/luma : Makefile 
	databases/maatkit: Makefile 
	databases/mdbtools/snapshot: Makefile 
	databases/mysql: Makefile 
	databases/mysql-zrm: Makefile 
	databases/mytop: Makefile 
	databases/openldap: Makefile 
	databases/p5-AnyEvent-CouchDB: Makefile 
	databases/p5-AsciiDB-TagFile: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-CGI-Application-Plugin-DBH: Makefile 
	databases/p5-Catalyst-Controller-Rose: Makefile 
	databases/p5-Catalyst-Model-CDBI: Makefile 
	databases/p5-Catalyst-Model-DBI: Makefile 
	databases/p5-Catalyst-Model-DBIC-Schema: Makefile 
	databases/p5-Catalyst-Model-DBIDM: Makefile 
	databases/p5-Catalyst-Model-RDBO: Makefile 
	databases/p5-Class-DBI: Makefile 
	databases/p5-Class-DBI-AbstractSearch: Makefile 
	databases/p5-Class-DBI-AsForm: Makefile 
	databases/p5-Class-DBI-FromCGI: Makefile 
	databases/p5-Class-DBI-FromForm: Makefile 
	databases/p5-Class-DBI-Loader: Makefile 
	databases/p5-Class-DBI-Loader-Relationship: Makefile 
	databases/p5-Class-DBI-Pager: Makefile 
	databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile 
	databases/p5-Class-DBI-Plugin-Type: Makefile 
	databases/p5-Class-DBI-SQLite: Makefile 
	databases/p5-Class-DBI-mysql: Makefile 
	databases/p5-CouchDB-View: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-Chart: Makefile 
	databases/p5-DBD-LDAP: Makefile 
	databases/p5-DBD-Mock: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-DBD-mysqlPP: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-DBI-Shell: Makefile 
	databases/p5-DBIx-Class: Makefile 
	databases/p5-DBIx-Class-HTMLWidget: Makefile 
	databases/p5-DBIx-Class-Schema-Loader: Makefile 
	databases/p5-DBIx-Class-UUIDColumns: Makefile 
	databases/p5-DBIx-Class-Validation: Makefile 
	databases/p5-DBIx-ContextualFetch: Makefile 
	databases/p5-DBIx-DBSchema: Makefile 
	databases/p5-DBIx-DWIW: Makefile 
	databases/p5-DBIx-DataModel: Makefile 
	databases/p5-DBIx-Migration: Makefile 
	databases/p5-DBIx-SearchBuilder: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-DBM-Deep: Makefile 
	databases/p5-Data-Page: Makefile 
	databases/p5-Data-Pageset: Makefile 
	databases/p5-Data-RandomPerson: Makefile 
	databases/p5-GDBM_File: Makefile 
	databases/p5-Ima-DBI: Makefile 
	databases/p5-Jifty-DBI: Makefile 
	databases/p5-Rose-DB: Makefile 
	databases/p5-Rose-DB-Object: Makefile 
	databases/p5-Rose-DateTime: Makefile 
	databases/p5-Rose-Object: Makefile 
	databases/p5-SQL-Abstract: Makefile 
	databases/p5-SQL-Abstract-Limit: Makefile 
	databases/p5-SQL-ReservedWords: Makefile 
	databases/p5-SQL-Statement: Makefile 
	databases/p5-SQL-Translator: Makefile 
	databases/p5-Search-Xapian: Makefile 
	databases/p5-Sort-SQL: Makefile 
	databases/p5-Tangram: Makefile 
	databases/p5-Tie-DBI: Makefile 
	databases/p5-ldap: Makefile 
	databases/p5-pgsql: Makefile 
	databases/p5-sybperl: Makefile 
	databases/pg-toolbox: Makefile 
	databases/pg_top: Makefile 
	databases/pgbouncer: Makefile 
	databases/pgloader: Makefile 
	databases/postgresql: Makefile 
	databases/qdbm : Makefile 
	databases/skytools: Makefile 
	databases/sqlite3: Makefile 
	databases/sqsh : Makefile 
	databases/xapian-core: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 11:11:29

Modified files:
	gnu/usr.bin    : Makefile 
	share          : Makefile 
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
The base no longer uses old groff -- it uses mandoc(1).  The ports tree still
sometimes needs groff, but there it is pulled in as a build-dependency, and
it is the newer groff.  We are able to do this now due to the hard work if ingo.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 11:11:37

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 11:36:39

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
oops!  we need to retain the usr/share/tmac directory until we figure
out what to do with vgrind.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 11:37:03

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 11:48:13

Modified files:
	devel/ElectricFence: Makefile 
	devel/ald      : Makefile 
	devel/argtable : Makefile 
	devel/arm-elf/binutils: Makefile 
	devel/arm-elf/gcc: Makefile 
	devel/arm-elf/gdb: Makefile 
	devel/autoconf/2.52: Makefile 
	devel/autoconf/2.54: Makefile 
	devel/autoconf/2.56: Makefile 
	devel/autoconf/2.57: Makefile 
	devel/autoconf/2.58: Makefile 
	devel/autoconf/2.59: Makefile 
	devel/autoconf/2.60: Makefile 
	devel/autoconf/2.61: Makefile 
	devel/autoconf/2.62: Makefile 
	devel/autoconf/2.63: Makefile 
	devel/autoconf/2.64: Makefile 
	devel/autoconf/2.65: Makefile 
	devel/autogen  : Makefile 
	devel/avr/binutils: Makefile 
	devel/avr/gcc  : Makefile 
	devel/avr/gdb  : Makefile 
	devel/avrdude  : Makefile 
	devel/bison    : Makefile 
	devel/blame    : Makefile 
	devel/bluetooth-libs: Makefile 
	devel/boehm-gc : Makefile 
	devel/bzr      : Makefile 
	devel/c2hs     : Makefile 
	devel/catalyst : Makefile 
	devel/catalyst-tutorial: Makefile 
	devel/ccache   : Makefile 
	devel/cdk      : Makefile 
	devel/cmake    : Makefile 
	devel/codeblocks: Makefile 
	devel/cook     : Makefile 
	devel/cppcheck : Makefile 
	devel/cpphs    : Makefile 
	devel/cppunit  : Makefile 
	devel/cscope   : Makefile 
	devel/ctm      : Makefile 
	devel/cunit    : Makefile 
	devel/cutils   : Makefile 
	devel/cvs2cl   : Makefile 
	devel/cvsgraph : Makefile 
	devel/cvslock  : Makefile 
	devel/cvsps    : Makefile 
	devel/cvsutils : Makefile 
	devel/darcs    : Makefile 
	devel/ddd      : Makefile 
	devel/dejagnu  : Makefile 
	devel/desktop-file-utils: Makefile 
	devel/dissy    : Makefile 
	devel/doxygen  : Makefile 
	devel/ectags   : Makefile 
	devel/eggdbus  : Makefile 
	devel/ffcall   : Makefile 
	devel/flawfinder: Makefile 
	devel/flex     : Makefile 
	devel/fox      : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/geany    : Makefile 
	devel/gettext  : Makefile 
	devel/gindent  : Makefile 
	devel/git      : Makefile 
	devel/glib     : Makefile 
	devel/glib2    : Makefile 
	devel/gmake    : Makefile 
	devel/gobject-introspection: Makefile 
	devel/gperf    : Makefile 
	devel/gputils  : Makefile 
	devel/grcs     : Makefile 
	devel/gsl      : Makefile 
	devel/help2man : Makefile 
	devel/hmake    : Makefile 
	devel/hs-hlint : Makefile 
	devel/intellij : Makefile 
	devel/ipython  : Makefile 
	devel/itcl     : Makefile 
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
	devel/lam      : Makefile 
	devel/libJudy  : Makefile 
	devel/libbio   : Makefile 
	devel/libclog  : Makefile 
	devel/libev    : Makefile 
	devel/libffi   : Makefile 
	devel/libfmt   : Makefile 
	devel/libgsf   : Makefile 
	devel/libhid   : Makefile 
	devel/libidn   : Makefile 
	devel/libixp   : Makefile 
	devel/libmagic : Makefile 
	devel/libmemcached: Makefile 
	devel/libregexp9: Makefile 
	devel/libslang : Makefile 
	devel/libspectrum: Makefile 
	devel/libstdc++-man: Makefile 
	devel/libutf   : Makefile 
	devel/libvstr  : Makefile 
	devel/llvm     : Makefile 
	devel/m4       : Makefile 
	devel/mercurial: Makefile 
	devel/mico     : Makefile 
	devel/mk       : Makefile 
	devel/mm       : Makefile 
	devel/mono-addins: Makefile 
	devel/monodevelop: Makefile 
	devel/nasm     : Makefile 
	devel/openmpi  : Makefile 
	devel/openocd  : Makefile 
	devel/p5-Algorithm-Annotate: Makefile 
	devel/p5-Algorithm-C3: Makefile 
	devel/p5-Algorithm-CurveFit: Makefile 
	devel/p5-Algorithm-Dependency: Makefile 
	devel/p5-Algorithm-Diff: Makefile 
	devel/p5-Algorithm-IncludeExclude: Makefile 
	devel/p5-Algorithm-MDiff: Makefile 
	devel/p5-Algorithm-MarkovChain: Makefile 
	devel/p5-Algorithm-Permute: Makefile 
	devel/p5-Alien-wxWidgets: Makefile 
	devel/p5-Any-Moose: Makefile 
	devel/p5-AnyEvent: Makefile 
	devel/p5-AnyEvent-HTTP: Makefile 
	devel/p5-App-CLI: Makefile 
	devel/p5-App-Info: Makefile 
	devel/p5-AppConfig: Makefile 
	devel/p5-AppConfig-Std: Makefile 
	devel/p5-Array-Compare: Makefile 
	devel/p5-Array-Diff: Makefile 
	devel/p5-Array-Window: Makefile 
	devel/p5-AutoXS-Header: Makefile 
	devel/p5-B-Deobfuscate: Makefile 
	devel/p5-B-Graph: Makefile 
	devel/p5-B-Hooks-EndOfScope: Makefile 
	devel/p5-B-Hooks-OP-Check: Makefile 
	devel/p5-B-Keywords: Makefile 
	devel/p5-B-Utils: Makefile 
	devel/p5-BFD   : Makefile 
	devel/p5-BSD-Resource: Makefile 
	devel/p5-BSD-stat: Makefile 
	devel/p5-Benchmark-Timer: Makefile 
	devel/p5-Best  : Makefile 
	devel/p5-Bit-Vector-Minimal: Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-CLASS : Makefile 
	devel/p5-Cache-Cache: Makefile 
	devel/p5-Cache-FastMmap: Makefile 
	devel/p5-Cache-Memcached: Makefile 
	devel/p5-Cache-Mmap: Makefile 
	devel/p5-Cache-Simple-TimedExpiry: Makefile 
	devel/p5-Carp-Assert: Makefile 
	devel/p5-Carp-Assert-More: Makefile 
	devel/p5-Carp-Clan: Makefile 
	devel/p5-Carp-Datum: Makefile 
	devel/p5-Catalyst-Manual: Makefile 
	devel/p5-Catalyst-Plugin-C3: Makefile 
	devel/p5-Catalyst-Plugin-StackTrace: Makefile 
	devel/p5-Class-Accessor: Makefile 
	devel/p5-Class-Accessor-Chained: Makefile 
	devel/p5-Class-Accessor-Grouped: Makefile 
	devel/p5-Class-AutoClass: Makefile 
	devel/p5-Class-Autouse: Makefile 
	devel/p5-Class-Base: Makefile 
	devel/p5-Class-C3: Makefile 
	devel/p5-Class-C3-Adopt-NEXT: Makefile 
	devel/p5-Class-C3-Componentised: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Classless: Makefile 
	devel/p5-Class-Container: Makefile 
	devel/p5-Class-Data-Accessor: Makefile 
	devel/p5-Class-Data-Inheritable: Makefile 
	devel/p5-Class-Date: Makefile 
	devel/p5-Class-Default: Makefile 
	devel/p5-Class-ErrorHandler: Makefile 
	devel/p5-Class-Factory: Makefile 
	devel/p5-Class-Factory-Util: Makefile 
	devel/p5-Class-Generate: Makefile 
	devel/p5-Class-Handle: Makefile 
	devel/p5-Class-Inner: Makefile 
	devel/p5-Class-InsideOut: Makefile 
	devel/p5-Class-Inspector: Makefile 
	devel/p5-Class-Loader: Makefile 
	devel/p5-Class-MOP: Makefile 
	devel/p5-Class-MakeMethods: Makefile 
	devel/p5-Class-Meta: Makefile 
	devel/p5-Class-Meta-Express: Makefile 
	devel/p5-Class-Method-Modifiers: Makefile 
	devel/p5-Class-MethodMaker: Makefile 
	devel/p5-Class-MethodMapper: Makefile 
	devel/p5-Class-Multimethods: Makefile 
	devel/p5-Class-ReturnValue: Makefile 
	devel/p5-Class-Singleton: Makefile 
	devel/p5-Class-Std: Makefile 
	devel/p5-Class-Std-Utils: Makefile 
	devel/p5-Class-Throwable: Makefile 
	devel/p5-Class-Trigger: Makefile 
	devel/p5-Class-Virtual: Makefile 
	devel/p5-Class-WhiteHole: Makefile 
	devel/p5-Class-XPath: Makefile 
	devel/p5-Class-XSAccessor: Makefile 
	devel/p5-Clone : Makefile 
	devel/p5-Config-Any: Makefile 
	devel/p5-Config-Auto: Makefile 
	devel/p5-Config-General: Makefile 
	devel/p5-Config-Grammar: Makefile 
	devel/p5-Config-IniFiles: Makefile 
	devel/p5-Config-Options: Makefile 
	devel/p5-Config-Simple: Makefile 
	devel/p5-Config-Tiny: Makefile 
	devel/p5-Context-Preserve: Makefile 
	devel/p5-Curses: Makefile 
	devel/p5-Curses-UI: Makefile 
	devel/p5-Curses-Widgets: Makefile 
	devel/p5-Data-Alias: Makefile 
	devel/p5-Data-Buffer: Makefile 
	devel/p5-Data-Dump: Makefile 
	devel/p5-Data-Dump-Streamer: Makefile 
	devel/p5-Data-Dumper-Simple: Makefile 
	devel/p5-Data-Flow: Makefile 
	devel/p5-Data-FormValidator: Makefile 
	devel/p5-Data-HexDump: Makefile 
	devel/p5-Data-Hierarchy: Makefile 
	devel/p5-Data-ICal: Makefile 
	devel/p5-Data-ICal-TimeZone: Makefile 
	devel/p5-Data-Lazy: Makefile 
	devel/p5-Data-OptList: Makefile 
	devel/p5-Data-Random: Makefile 
	devel/p5-Data-ShowTable: Makefile 
	devel/p5-Data-Stag: Makefile 
	devel/p5-Data-Structure-Util: Makefile 
	devel/p5-Data-Types: Makefile 
	devel/p5-Data-UUID: Makefile 
	devel/p5-Data-VString: Makefile 
	devel/p5-Data-Validate: Makefile 
	devel/p5-Data-Validate-Struct: Makefile 
	devel/p5-Data-Visitor: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-Date-Handler: Makefile 
	devel/p5-Date-ICal: Makefile 
	devel/p5-Date-Leapyear: Makefile 
	devel/p5-Date-Simple: Makefile 
	devel/p5-DateTime: Makefile 
	devel/p5-DateTime-Calendar-Mayan: Makefile 
	devel/p5-DateTime-Cron-Simple: Makefile 
	devel/p5-DateTime-Event-ICal: Makefile 
	devel/p5-DateTime-Event-Recurrence: Makefile 
	devel/p5-DateTime-Format-Builder: Makefile 
	devel/p5-DateTime-Format-HTTP: Makefile 
	devel/p5-DateTime-Format-ICal: Makefile 
	devel/p5-DateTime-Format-ISO8601: Makefile 
	devel/p5-DateTime-Format-Mail: Makefile 
	devel/p5-DateTime-Format-MySQL: Makefile 
	devel/p5-DateTime-Format-Natural: Makefile 
	devel/p5-DateTime-Format-Pg: Makefile 
	devel/p5-DateTime-Format-Strptime: Makefile 
	devel/p5-DateTime-Format-W3CDTF: Makefile 
	devel/p5-DateTime-Locale: Makefile 
	devel/p5-DateTime-Set: Makefile 
	devel/p5-DateTime-TimeZone: Makefile 
	devel/p5-Declare-Constraints-Simple: Makefile 
	devel/p5-Devel-Caller: Makefile 
	devel/p5-Devel-Cover: Makefile 
	devel/p5-Devel-Cycle: Makefile 
	devel/p5-Devel-Declare: Makefile 
	devel/p5-Devel-FastProf: Makefile 
	devel/p5-Devel-GlobalDestruction: Makefile 
	devel/p5-Devel-Leak: Makefile 
	devel/p5-Devel-NYTProf: Makefile 
	devel/p5-Devel-PartialDump: Makefile 
	devel/p5-Devel-SawAmpersand: Makefile 
	devel/p5-Devel-Size: Makefile 
	devel/p5-Devel-SmallProf: Makefile 
	devel/p5-Devel-StackTrace: Makefile 
	devel/p5-Devel-Symdump: Makefile 
	devel/p5-Devel-Trace: Makefile 
	devel/p5-Devel-ebug: Makefile 
	devel/p5-Devel-ptkdb: Makefile 
	devel/p5-Device-USB: Makefile 
	devel/p5-Directory-Scratch: Makefile 
	devel/p5-Env-PS1: Makefile 
	devel/p5-Error : Makefile 
	devel/p5-Event : Makefile 
	devel/p5-Event-ExecFlow: Makefile 
	devel/p5-Event-Lib: Makefile 
	devel/p5-Exception-Class: Makefile 
	devel/p5-Expect: Makefile 
	devel/p5-Expect-Simple: Makefile 
	devel/p5-Exporter-Lite: Makefile 
	devel/p5-Exporter-Tidy: Makefile 
	devel/p5-ExtUtils-Depends: Makefile 
	devel/p5-ExtUtils-PkgConfig: Makefile 
	devel/p5-ExtUtils-XSBuilder: Makefile 
	devel/p5-ExtUtils-XSpp: Makefile 
	devel/p5-File-Attributes: Makefile 
	devel/p5-File-Attributes-Recursive: Makefile 
	devel/p5-File-BOM: Makefile 
	devel/p5-File-BaseDir: Makefile 
	devel/p5-File-ChangeNotify: Makefile 
	devel/p5-File-Copy-Recursive: Makefile 
	devel/p5-File-CreationTime: Makefile 
	devel/p5-File-DesktopEntry: Makefile 
	devel/p5-File-DirCompare: Makefile 
	devel/p5-File-Find-Rule: Makefile 
	devel/p5-File-Find-Rule-Filesys-Virtual: Makefile 
	devel/p5-File-Find-Rule-Perl: Makefile 
	devel/p5-File-Finder: Makefile 
	devel/p5-File-Flat: Makefile 
	devel/p5-File-HomeDir: Makefile 
	devel/p5-File-MimeInfo: Makefile 
	devel/p5-File-Modified: Makefile 
	devel/p5-File-NCopy: Makefile 
	devel/p5-File-Next: Makefile 
	devel/p5-File-Path-Expand: Makefile 
	devel/p5-File-ReadBackwards: Makefile 
	devel/p5-File-Remove: Makefile 
	devel/p5-File-ShareDir: Makefile 
	devel/p5-File-Slurp: Makefile 
	devel/p5-File-Sync: Makefile 
	devel/p5-File-Tail: Makefile 
	devel/p5-File-Tempdir: Makefile 
	devel/p5-File-Type: Makefile 
	devel/p5-File-chdir: Makefile 
	devel/p5-FileHandle-Unget: Makefile 
	devel/p5-Filter-Template: Makefile 
	devel/p5-FormValidator-Simple: Makefile 
	devel/p5-Fortran-Format: Makefile 
	devel/p5-FreezeThaw: Makefile 
	devel/p5-Getargs-Long: Makefile 
	devel/p5-Getopt-Euclid: Makefile 
	devel/p5-Getopt-Long-Descriptive: Makefile 
	devel/p5-Getopt-Simple: Makefile 
	devel/p5-Glib2 : Makefile 
	devel/p5-Graph : Makefile 
	devel/p5-Hash-AutoHash: Makefile 
	devel/p5-Hash-AutoHash-Args: Makefile 
	devel/p5-Hash-Merge: Makefile 
	devel/p5-Hash-NoRef: Makefile 
	devel/p5-Hash-Util-FieldHash-Compat: Makefile 
	devel/p5-Heap  : Makefile 
	devel/p5-Hook-LexWrap: Makefile 
	devel/p5-I18N-LangTags: Makefile 
	devel/p5-IO-All: Makefile 
	devel/p5-IO-Capture: Makefile 
	devel/p5-IO-Digest: Makefile 
	devel/p5-IO-KQueue: Makefile 
	devel/p5-IO-LockedFile: Makefile 
	devel/p5-IO-Multiplex: Makefile 
	devel/p5-IO-Pager: Makefile 
	devel/p5-IO-String: Makefile 
	devel/p5-IO-Tee: Makefile 
	devel/p5-IO-Tty: Makefile 
	devel/p5-IO-stringy: Makefile 
	devel/p5-IPC-Run: Makefile 
	devel/p5-IPC-Run-SafeHandles: Makefile 
	devel/p5-IPC-Run3: Makefile 
	devel/p5-IPC-ShareLite: Makefile 
	devel/p5-IPC-Shareable: Makefile 
	devel/p5-Inline: Makefile 
	devel/p5-Internals: Makefile 
	devel/p5-Lchown: Makefile 
	devel/p5-List-Cycle: Makefile 
	devel/p5-List-MoreUtils: Makefile 
	devel/p5-Locale-Hebrew: Makefile 
	devel/p5-Locale-Maketext-Fuzzy: Makefile 
	devel/p5-Locale-Maketext-Gettext: Makefile 
	devel/p5-Locale-Maketext-Lexicon: Makefile 
	devel/p5-Locale-PGettext: Makefile 
	devel/p5-Locale-US: Makefile 
	devel/p5-Locale-gettext: Makefile 
	devel/p5-LockFile-Simple: Makefile 
	devel/p5-Log-Agent: Makefile 
	devel/p5-Log-Dispatch: Makefile 
	devel/p5-Log-Dispatch-Binlog: Makefile 
	devel/p5-Log-Dispatch-Config: Makefile 
	devel/p5-Log-Dispatch-Config-TestLog: Makefile 
	devel/p5-Log-Dispatch-FileRotate: Makefile 
	devel/p5-Log-Log4perl: Makefile 
	devel/p5-Log-Trace: Makefile 
	devel/p5-MLDBM : Makefile 
	devel/p5-MLDBM-Sync: Makefile 
	devel/p5-MRO-Compat: Makefile 
	devel/p5-Module-Find: Makefile 
	devel/p5-Module-Install: Makefile 
	devel/p5-Module-Pluggable-Fast: Makefile 
	devel/p5-Module-Refresh: Makefile 
	devel/p5-Module-ScanDeps: Makefile 
	devel/p5-Module-Starter: Makefile 
	devel/p5-Module-Starter-Plugin-CGIApp: Makefile 
	devel/p5-Module-Versions-Report: Makefile 
	devel/p5-Moose : Makefile 
	devel/p5-MooseX-Async: Makefile 
	devel/p5-MooseX-AttributeHelpers: Makefile 
	devel/p5-MooseX-Clone: Makefile 
	devel/p5-MooseX-ConfigFromFile: Makefile 
	devel/p5-MooseX-Declare: Makefile 
	devel/p5-MooseX-Emulate-Class-Accessor-Fast: Makefile 
	devel/p5-MooseX-Getopt: Makefile 
	devel/p5-MooseX-Has-Sugar: Makefile 
	devel/p5-MooseX-LazyRequire: Makefile 
	devel/p5-MooseX-Log-Log4perl: Makefile 
	devel/p5-MooseX-LogDispatch: Makefile 
	devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion: Makefile 
	devel/p5-MooseX-Method-Signatures: Makefile 
	devel/p5-MooseX-MethodAttributes: Makefile 
	devel/p5-MooseX-MultiInitArg: Makefile 
	devel/p5-MooseX-POE: Makefile 
	devel/p5-MooseX-Params-Validate: Makefile 
	devel/p5-MooseX-Role-Parameterized: Makefile 
	devel/p5-MooseX-Role-WithOverloading: Makefile 
	devel/p5-MooseX-SemiAffordanceAccessor: Makefile 
	devel/p5-MooseX-Traits: Makefile 
	devel/p5-MooseX-Types: Makefile 
	devel/p5-MooseX-Types-Common: Makefile 
	devel/p5-MooseX-Types-Path-Class: Makefile 
	devel/p5-MooseX-Types-Structured: Makefile 
	devel/p5-Mouse : Makefile 
	devel/p5-Net-Server: Makefile 
	devel/p5-Number-Compare: Makefile 
	devel/p5-Number-Compare-Date: Makefile 
	devel/p5-OLE-Storage_Lite: Makefile 
	devel/p5-Object-Declare: Makefile 
	devel/p5-Object-Realize: Makefile 
	devel/p5-Object-Signature: Makefile 
	devel/p5-PAR   : Makefile 
	devel/p5-PAR-Dist: Makefile 
	devel/p5-POE   : Makefile 
	devel/p5-POE-API-Peek: Makefile 
	devel/p5-POE-Component-IKC: Makefile 
	devel/p5-POE-Component-Pluggable: Makefile 
	devel/p5-POE-Component-PubSub: Makefile 
	devel/p5-POE-Component-Supervisor: Makefile 
	devel/p5-POE-Loop-Event: Makefile 
	devel/p5-POE-Loop-Tk: Makefile 
	devel/p5-POE-Test-Loops: Makefile 
	devel/p5-POE-XS-Queue-Array: Makefile 
	devel/p5-Package-Generator: Makefile 
	devel/p5-Package-Stash: Makefile 
	devel/p5-PadWalker: Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-Parallel-ForkManager: Makefile 
	devel/p5-Parallel-Forker: Makefile 
	devel/p5-Params-CallbackRequest: Makefile 
	devel/p5-Params-Coerce: Makefile 
	devel/p5-Params-Util: Makefile 
	devel/p5-Params-Validate: Makefile 
	devel/p5-Paranoid: Makefile 
	devel/p5-Parse-Method-Signatures: Makefile 
	devel/p5-Parse-PlainConfig: Makefile 
	devel/p5-Parse-RecDescent: Makefile 
	devel/p5-Path-Class: Makefile 
	devel/p5-Perl-Critic: Makefile 
	devel/p5-Perl6-Junction: Makefile 
	devel/p5-PerlIO-eol: Makefile 
	devel/p5-PerlIO-via-Bzip2: Makefile 
	devel/p5-PerlIO-via-dynamic: Makefile 
	devel/p5-PerlIO-via-symlink: Makefile 
	devel/p5-Pod-Coverage: Makefile 
	devel/p5-Pod-ToDemo: Makefile 
	devel/p5-Probe-Perl: Makefile 
	devel/p5-Proc-Background: Makefile 
	devel/p5-Proc-Daemon: Makefile 
	devel/p5-Proc-Simple: Makefile 
	devel/p5-Rcs   : Makefile 
	devel/p5-Readonly: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-Regexp-Copy: Makefile 
	devel/p5-Regexp-Shellish: Makefile 
	devel/p5-Return-Value: Makefile 
	devel/p5-SDL   : Makefile 
	devel/p5-SUPER : Makefile 
	devel/p5-SVN-Dump: Makefile 
	devel/p5-SVN-Mirror: Makefile 
	devel/p5-SVN-Notify: Makefile 
	devel/p5-SVN-Simple: Makefile 
	devel/p5-SVN-Web: Makefile 
	devel/p5-Safe-Hole: Makefile 
	devel/p5-Safe-World: Makefile 
	devel/p5-Scalar-Defer: Makefile 
	devel/p5-Scope-Guard: Makefile 
	devel/p5-Scope-Upper: Makefile 
	devel/p5-Set-Infinite: Makefile 
	devel/p5-Set-IntRange: Makefile 
	devel/p5-Set-Object: Makefile 
	devel/p5-Set-Scalar: Makefile 
	devel/p5-Shell-Command: Makefile 
	devel/p5-Slay-Makefile: Makefile 
	devel/p5-Slay-Makefile-Gress: Makefile 
	devel/p5-Slay-Maker: Makefile 
	devel/p5-Smart-Comments: Makefile 
	devel/p5-Sort-Key: Makefile 
	devel/p5-Spiffy: Makefile 
	devel/p5-String-CRC32: Makefile 
	devel/p5-String-Format: Makefile 
	devel/p5-String-Scanf: Makefile 
	devel/p5-Sub-Exporter: Makefile 
	devel/p5-Sub-Identify: Makefile 
	devel/p5-Sub-Install: Makefile 
	devel/p5-Sub-Name: Makefile 
	devel/p5-Sub-Override: Makefile 
	devel/p5-Sub-Uplevel: Makefile 
	devel/p5-Sys-SigAction: Makefile 
	devel/p5-TAP-Parser: Makefile 
	devel/p5-Taint-Runtime: Makefile 
	devel/p5-Task-Weaken: Makefile 
	devel/p5-Term-Encoding: Makefile 
	devel/p5-Term-ProgressBar: Makefile 
	devel/p5-Term-Prompt: Makefile 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Term-ReadLine-Zoid: Makefile 
	devel/p5-Term-ReadPassword: Makefile 
	devel/p5-Term-Screen: Makefile 
	devel/p5-Term-ScreenColor: Makefile 
	devel/p5-Term-Shell: Makefile 
	devel/p5-Test-Assertions: Makefile 
	devel/p5-Test-Base: Makefile 
	devel/p5-Test-Class: Makefile 
	devel/p5-Test-ClassAPI: Makefile 
	devel/p5-Test-Cmd: Makefile 
	devel/p5-Test-Corpus-Audio-MPD: Makefile 
	devel/p5-Test-Deep: Makefile 
	devel/p5-Test-Differences: Makefile 
	devel/p5-Test-Distribution: Makefile 
	devel/p5-Test-Exception: Makefile 
	devel/p5-Test-Expect: Makefile 
	devel/p5-Test-File: Makefile 
	devel/p5-Test-File-Contents: Makefile 
	devel/p5-Test-Group: Makefile 
	devel/p5-Test-HTML-Tidy: Makefile 
	devel/p5-Test-Inline: Makefile 
	devel/p5-Test-JSON: Makefile 
	devel/p5-Test-LeakTrace: Makefile 
	devel/p5-Test-LongString: Makefile 
	devel/p5-Test-Memory-Cycle: Makefile 
	devel/p5-Test-MockModule: Makefile 
	devel/p5-Test-MockObject: Makefile 
	devel/p5-Test-MockTime: Makefile 
	devel/p5-Test-NoTabs: Makefile 
	devel/p5-Test-NoWarnings: Makefile 
	devel/p5-Test-Object: Makefile 
	devel/p5-Test-Output: Makefile 
	devel/p5-Test-POE-Server-TCP: Makefile 
	devel/p5-Test-Perl-Critic: Makefile 
	devel/p5-Test-Pod: Makefile 
	devel/p5-Test-Pod-Coverage: Makefile 
	devel/p5-Test-Reporter: Makefile 
	devel/p5-Test-Script: Makefile 
	devel/p5-Test-Spelling: Makefile 
	devel/p5-Test-Strict: Makefile 
	devel/p5-Test-SubCalls: Makefile 
	devel/p5-Test-Taint: Makefile 
	devel/p5-Test-TempDir: Makefile 
	devel/p5-Test-Tester: Makefile 
	devel/p5-Test-URI: Makefile 
	devel/p5-Test-Unit: Makefile 
	devel/p5-Test-WWW-Mechanize: Makefile 
	devel/p5-Test-WWW-Mechanize-Catalyst: Makefile 
	devel/p5-Test-Warn: Makefile 
	devel/p5-Test-Weaken: Makefile 
	devel/p5-Test-YAML-Valid: Makefile 
	devel/p5-Test-use-ok: Makefile 
	devel/p5-Text-FixEOL: Makefile 
	devel/p5-Text-vFile-asData: Makefile 
	devel/p5-Throwable: Makefile 
	devel/p5-Tie-Array-Sorted: Makefile 
	devel/p5-Tie-CPHash: Makefile 
	devel/p5-Tie-Cache: Makefile 
	devel/p5-Tie-Cache-LRU: Makefile 
	devel/p5-Tie-Cache-LRU-Expires: Makefile 
	devel/p5-Tie-Hash-Indexed: Makefile 
	devel/p5-Tie-Hash-MultiValue: Makefile 
	devel/p5-Tie-IxHash: Makefile 
	devel/p5-Tie-LLHash: Makefile 
	devel/p5-Tie-RegexpHash: Makefile 
	devel/p5-Tie-ToObject: Makefile 
	devel/p5-Time-Clock: Makefile 
	devel/p5-Time-Duration: Makefile 
	devel/p5-Time-Duration-Parse: Makefile 
	devel/p5-Time-Format: Makefile 
	devel/p5-Time-Period: Makefile 
	devel/p5-Time-Piece-MySQL: Makefile 
	devel/p5-Time-Progress: Makefile 
	devel/p5-Time-TimeDate: Makefile 
	devel/p5-Time-modules: Makefile 
	devel/p5-Tree-DAG_Node: Makefile 
	devel/p5-Tree-Simple: Makefile 
	devel/p5-Tree-Simple-View: Makefile 
	devel/p5-Tree-Simple-VisitorFactory: Makefile 
	devel/p5-Try-Tiny: Makefile 
	devel/p5-Universal-can: Makefile 
	devel/p5-Universal-exports: Makefile 
	devel/p5-Universal-isa: Makefile 
	devel/p5-Universal-moniker: Makefile 
	devel/p5-Universal-require: Makefile 
	devel/p5-VCP-autrijus: Makefile 
	devel/p5-Variable-Magic: Makefile 
	devel/p5-Want  : Makefile 
	devel/p5-WeakRef: Makefile 
	devel/p5-YAML  : Makefile 
	devel/p5-YAML-Shell: Makefile 
	devel/p5-YAML-Syck: Makefile 
	devel/p5-YAML-Tiny: Makefile 
	devel/p5-YAML-XS: Makefile 
	devel/p5-accessors: Makefile 
	devel/p5-aliased: Makefile 
	devel/p5-boolean: Makefile 
	devel/p5-capitalization: Makefile 
	devel/p5-common-sense: Makefile 
	devel/p5-enum  : Makefile 
	devel/p5-libintl: Makefile 
	devel/p5-namespace-autoclean: Makefile 
	devel/p5-namespace-clean: Makefile 
	devel/p5-prefork: Makefile 
	devel/pango    : Makefile 
	devel/pcre     : Makefile 
	devel/pcre++   : Makefile 
	devel/perltidy : Makefile 
	devel/pkgconfig: Makefile 
	devel/pmk      : Makefile 
	devel/poedit   : Makefile 
	devel/popt     : Makefile 
	devel/proj     : Makefile 
	devel/pth      : Makefile 
	devel/py-nose  : Makefile 
	devel/rats     : Makefile 
	devel/re2c     : Makefile 
	devel/readline : Makefile 
	devel/remake   : Makefile 
	devel/scons    : Makefile 
	devel/sdl      : Makefile 
	devel/sdlmm    : Makefile 
	devel/sfio     : Makefile 
	devel/shtool   : Makefile 
	devel/smpeg    : Makefile 
	devel/splint   : Makefile 
	devel/subversion: Makefile 
	devel/svk      : Makefile 
	devel/tcllib   : Makefile 
	devel/tig      : Makefile 
	devel/tkcvs    : Makefile 
	devel/tklib    : Makefile 
	devel/ucpp     : Makefile 
	devel/uisp     : Makefile 
	devel/uuid     : Makefile 
	devel/vanessa/logger: Makefile 
	devel/vanessa/socket: Makefile 
	devel/xdg-utils: Makefile 
	devel/xmake    : Makefile 
	devel/yasm     : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 12:00:20

Modified files:
	editors/abiword: Makefile 
	editors/axe    : Makefile 
	editors/beav   : Makefile 
	editors/beaver : Makefile 
	editors/bvi    : Makefile 
	editors/cooledit: Makefile 
	editors/ee     : Makefile 
	editors/elvis  : Makefile 
	editors/emacs21: Makefile 
	editors/emacs22: Makefile 
	editors/hexcurse: Makefile 
	editors/hexedit: Makefile 
	editors/hnb    : Makefile 
	editors/jed    : Makefile 
	editors/joe    : Makefile 
	editors/jove   : Makefile 
	editors/ldapvi : Makefile 
	editors/nano   : Makefile 
	editors/nedit  : Makefile 
	editors/nvi-m17n: Makefile 
	editors/subtitleeditor: Makefile 
	editors/textedit: Makefile 
	editors/vim    : Makefile 
	editors/xemacs21/stable: Makefile 
	editors/xwpe   : Makefile 
	editors/zile   : Makefile 
	education/algotutor: Makefile 
	education/epte : Makefile 
	education/gtypist: Makefile 
	education/verbiste: Makefile 
	emulators/BasiliskII: Makefile 
	emulators/bochs: Makefile 
	emulators/dosbox: Makefile 
	emulators/dynamips: Makefile 
	emulators/fuse : Makefile 
	emulators/fuse-utils: Makefile 
	emulators/gxemul: Makefile 
	emulators/qemu : Makefile 
	emulators/qemu-old: Makefile 
	emulators/redhat/libc5: Makefile 
	emulators/spectemu: Makefile 
	emulators/spim : Makefile 
	emulators/wine : Makefile 
	emulators/xcopilot: Makefile 
	emulators/zsnes: Makefile 
	games/afternoonstalker: Makefile 
	games/agm      : Makefile 
	games/alephone/alephone: Makefile 
	games/allegro  : Makefile 
	games/amoebax  : Makefile 
	games/an       : Makefile 
	games/angrydd  : Makefile 
	games/batrachians: Makefile 
	games/burgerspace: Makefile 
	games/bzflag   : Makefile 
	games/cgoban   : Makefile 
	games/childsplay: Makefile 
	games/chocolate-doom: Makefile 
	games/circuit  : Makefile 
	games/clines   : Makefile 
	games/cmatrix  : Makefile 
	games/connect4 : Makefile 
	games/corewars : Makefile 
	games/cosmosmash: Makefile 
	games/cowsay   : Makefile 
	games/crack-attack: Makefile 
	games/crimson  : Makefile 
	games/crossfire-client: Makefile 
	games/defendguin: Makefile 
	games/dopewars : Makefile 
	games/dungeon-crawl: Makefile 
	games/eboard   : Makefile 
	games/enigma   : Makefile 
	games/falconseye: Makefile 
	games/freeciv  : Makefile 
	games/freedroid: Makefile 
	games/frotz    : Makefile 
	games/frozen-bubble: Makefile 
	games/gbrainy  : Makefile 
	games/gcompris : Makefile 
	games/ggz/ggz-client-libs: Makefile 
	games/ggz/ggz-gnome-client: Makefile 
	games/ggz/libggz: Makefile 
	games/gnugo    : Makefile 
	games/gnushogi : Makefile 
	games/gtetrinet: Makefile 
	games/gtkballs : Makefile 
	games/heroes   : Makefile 
	games/icebreaker: Makefile 
	games/komi     : Makefile 
	games/lincity  : Makefile 
	games/lincity-ng: Makefile 
	games/moon-buggy: Makefile 
	games/nethack  : Makefile 
	games/netris   : Makefile 
	games/openttd  : Makefile 
	games/pathological: Makefile 
	games/pingus   : Makefile 
	games/pioneers : Makefile 
	games/prboom   : Makefile 
	games/scummvm  : Makefile 
	games/sdlroids : Makefile 
	games/ski      : Makefile 
	games/sl       : Makefile 
	games/slash    : Makefile 
	games/slash-em : Makefile 
	games/spatial  : Makefile 
	games/spider   : Makefile 
	games/starlanes: Makefile 
	games/sudognu  : Makefile 
	games/sudoku   : Makefile 
	games/sudoku-solver: Makefile 
	games/tmw      : Makefile 
	games/toppler  : Makefile 
	games/tornado  : Makefile 
	games/tuxpaint : Makefile 
	games/tuxpaint-config: Makefile 
	games/wanderer : Makefile 
	games/wesnoth  : Makefile 
	games/wormux   : Makefile 
	games/wtf      : Makefile 
	games/xasteroids: Makefile 
	games/xbattle  : Makefile 
	games/xbill    : Makefile 
	games/xbl      : Makefile 
	games/xboard   : Makefile 
	games/xboing   : Makefile 
	games/xbreaky  : Makefile 
	games/xbubble  : Makefile 
	games/xcowsay  : Makefile 
	games/xcubes   : Makefile 
	games/xdino    : Makefile 
	games/xgolgo   : Makefile 
	games/xinvaders: Makefile 
	games/xjewel   : Makefile 
	games/xjig     : Makefile 
	games/xkobo    : Makefile 
	games/xlife    : Makefile 
	games/xmahjongg: Makefile 
	games/xmine    : Makefile 
	games/xminesweep: Makefile 
	games/xmoto    : Makefile 
	games/xmris    : Makefile 
	games/xneko    : Makefile 
	games/xonix    : Makefile 
	games/xpat2    : Makefile 
	games/xpilot   : Makefile 
	games/xroach   : Makefile 
	games/xscavenger: Makefile 
	games/xscorch  : Makefile 
	games/xskat    : Makefile 
	games/xsoldier : Makefile 
	games/xteddy   : Makefile 
	games/xzip     : Makefile 
	games/ztrack   : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/18 12:06:09

Modified files:
	lib/libssl/src/crypto/dso: dso_dlfcn.c 

Log message:
Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 12:13:15

Modified files:
	geo/globe      : Makefile 
	geo/gmapcatcher: Makefile 
	geo/josm       : Makefile 
	geo/p5-GPS-PRN : Makefile 
	geo/p5-Geo-Coder-US: Makefile 
	geo/p5-Geo-Constants: Makefile 
	geo/p5-Geo-Coordinates-UTM: Makefile 
	geo/p5-Geo-Coordinates-UTM-XS: Makefile 
	geo/p5-Geo-Ellipsoids: Makefile 
	geo/p5-Geo-Fips55: Makefile 
	geo/p5-Geo-Forward: Makefile 
	geo/p5-Geo-Functions: Makefile 
	geo/p5-Geo-Inverse: Makefile 
	geo/p5-Geo-METAR: Makefile 
	geo/p5-Geo-StreetAddress-US: Makefile 
	geo/p5-Geo-TigerLine: Makefile 
	geo/p5-Geography-Countries: Makefile 
	geo/postgis    : Makefile 
	geo/qgis       : Makefile 
	geo/qlandkarte : Makefile 
	graphics/GraphicsMagick: Makefile 
	graphics/ImageMagick: Makefile 
	graphics/aalib : Makefile 
	graphics/amide : Makefile 
	graphics/asymptote: Makefile 
	graphics/autopano-sift-c: Makefile 
	graphics/barcode: Makefile 
	graphics/cal3d : Makefile 
	graphics/comix : Makefile 
	graphics/compface: Makefile 
	graphics/cqcam : Makefile 
	graphics/darktable: Makefile 
	graphics/dcmtk : Makefile 
	graphics/dcraw : Makefile 
	graphics/dia   : Makefile 
	graphics/digikam: Makefile 
	graphics/djview4: Makefile 
	graphics/djvulibre: Makefile 
	graphics/dumpmpeg: Makefile 
	graphics/dvdrip: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/evince: Makefile 
	graphics/exiv2 : Makefile 
	graphics/feh   : Makefile 
	graphics/ffmpeg: Makefile 
	graphics/ffmpegthumbnailer: Makefile 
	graphics/fswebcam: Makefile 
	graphics/fxtv  : Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/ggi   : Makefile 
	graphics/gif2png: Makefile 
	graphics/gifsicle: Makefile 
	graphics/giftrans: Makefile 
	graphics/gii   : Makefile 
	graphics/gimp/stable: Makefile 
	graphics/gle   : Makefile 
	graphics/gmt   : Makefile 
	graphics/gocr  : Makefile 
	graphics/gphoto2: Makefile 
	graphics/gqview: Makefile 
	graphics/grap  : Makefile 
	graphics/gtkam : Makefile 
	graphics/gwenview: Makefile 
	graphics/hugin : Makefile 
	graphics/imlib : Makefile 
	graphics/inkscape: Makefile 
	graphics/iview : Makefile 
	graphics/jasper: Makefile 
	graphics/jbigkit: Makefile 
	graphics/jhead : Makefile 
	graphics/jpeg  : Makefile 
	graphics/jpeg2ps: Makefile 
	graphics/jpegpixi: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/l2p   : Makefile 
	graphics/lcms  : Makefile 
	graphics/libcaca: Makefile 
	graphics/libgphoto2: Makefile 
	graphics/libmng: Makefile 
	graphics/libmpeg2: Makefile 
	graphics/libpano13: Makefile 
	graphics/mpeg_encode: Makefile 
	graphics/mpeg_play: Makefile 
	graphics/ocrad : Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/p5-Captcha-reCAPTCHA: Makefile 
	graphics/p5-Chart: Makefile 
	graphics/p5-Color-Calc: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-GD-Barcode: Makefile 
	graphics/p5-GD-Graph: Makefile 
	graphics/p5-GD-Graph3d: Makefile 
	graphics/p5-GD-SVG: Makefile 
	graphics/p5-GD-SecurityImage: Makefile 
	graphics/p5-GD-TextUtil: Makefile 
	graphics/p5-Graphics-ColorNames: Makefile 
	graphics/p5-Graphics-ColorNames-WWW: Makefile 
	graphics/p5-Image-BioChrome: Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-ExifTool: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Image-Info: Makefile 
	graphics/p5-Image-MetaData-JPEG: Makefile 
	graphics/p5-Image-Size: Makefile 
	graphics/p5-Imager: Makefile 
	graphics/p5-SVG: Makefile 
	graphics/p5-SVG-Graph: Makefile 
	graphics/png   : Makefile 
	graphics/png2ico: Makefile 
	graphics/pngmeta: Makefile 
	graphics/potrace: Makefile 
	graphics/povray: Makefile 
	graphics/pstoedit: Makefile 
	graphics/qiv   : Makefile 
	graphics/sane-backends: Makefile 
	graphics/sane-frontends: Makefile 
	graphics/scrot : Makefile 
	graphics/simple-scan: Makefile 
	graphics/sng   : Makefile 
	graphics/tgif  : Makefile 
	graphics/tiff  : Makefile 
	graphics/ufraw : Makefile 
	graphics/vcdimager: Makefile 
	graphics/videod: Makefile 
	graphics/wmgrabimage: Makefile 
	graphics/wmphoto: Makefile 
	graphics/xanim : Makefile 
	graphics/xbmbrowser: Makefile 
	graphics/xfig  : Makefile 
	graphics/xmedcon: Makefile 
	graphics/xpaint: Makefile 
	graphics/xsane : Makefile 
	graphics/xv    : Makefile 
	graphics/xzgv  : Makefile 
	graphics/zbar  : Makefile 
	inputmethods/scim-tables: Makefile 
	inputmethods/uim: Makefile 
	japanese/Wnn   : Makefile 
	japanese/canna : Makefile 
	japanese/groff : Makefile 
	japanese/jvim  : Makefile 
	japanese/kakasi: Makefile 
	japanese/kanjips: Makefile 
	japanese/kasumi: Makefile 
	japanese/kbanner: Makefile 
	japanese/kinput2: Makefile 
	japanese/kterm : Makefile 
	japanese/less  : Makefile 
	japanese/nkf   : Makefile 
	japanese/p5-Text-Kakasi: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/18 12:22:35

Modified files:
	lib/libcurses/base: safe_sprintf.c 

Log message:
Fix a potential memory leak in an error path (although in code we don't
currently use), spotted by zinovik.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 12:26:21

Modified files:
	.              : 48.html 

Log message:
count arm packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 12:37:00

Modified files:
	net/GeoIP      : Makefile 
	net/adsuck     : Makefile 
	net/aggregate  : Makefile 
	net/aguri      : Makefile 
	net/aiccu      : Makefile 
	net/amule      : Makefile 
	net/angst      : Makefile 
	net/ap-utils   : Makefile 
	net/archie     : Makefile 
	net/argus      : Makefile 
	net/argus-clients: Makefile 
	net/arp-scan   : Makefile 
	net/arpd       : Makefile 
	net/arping     : Makefile 
	net/arpwatch   : Makefile 
	net/avahi      : Makefile 
	net/axel       : Makefile 
	net/axyftp     : Makefile 
	net/balance    : Makefile 
	net/bing       : Makefile 
	net/bitlbee    : Makefile 
	net/bluetooth-tools: Makefile 
	net/btpd       : Makefile 
	net/bwm-ng     : Makefile 
	net/cadaver    : Makefile 
	net/castget    : Makefile 
	net/charm      : Makefile 
	net/clive      : Makefile 
	net/clog       : Makefile 
	net/cnupm      : Makefile 
	net/crawl      : Makefile 
	net/csup       : Makefile 
	net/ctrace     : Makefile 
	net/curl       : Makefile 
	net/cvsup      : Makefile 
	net/cvsync     : Makefile 
	net/darkstat   : Makefile 
	net/dctc       : Makefile 
	net/dhcping    : Makefile 
	net/dictd      : Makefile 
	net/dlint      : Makefile 
	net/dnsmasq    : Makefile 
	net/dnsreflector: Makefile 
	net/dnstop     : Makefile 
	net/dnstracer  : Makefile 
	net/doc        : Makefile 
	net/dxpc       : Makefile 
	net/echoping   : Makefile 
	net/ekg        : Makefile 
	net/epic4      : Makefile 
	net/etherape   : Makefile 
	net/ettercap   : Makefile 
	net/ezstream   : Makefile 
	net/filezilla  : Makefile 
	net/firewalk   : Makefile 
	net/flickcurl  : Makefile 
	net/flow-tools : Makefile 
	net/flowd      : Makefile 
	net/fmirror    : Makefile 
	net/fping      : Makefile 
	net/freeradius : Makefile 
	net/freetalk   : Makefile 
	net/ftpcopy    : Makefile 
	net/ftpsesame  : Makefile 
	net/gajim      : Makefile 
	net/gftp       : Makefile 
	net/gnugk      : Makefile 
	net/gopher     : Makefile 
	net/gotthard   : Makefile 
	net/gsnmp      : Makefile 
	net/gtk-gnutella: Makefile 
	net/haproxy    : Makefile 
	net/honeyd     : Makefile 
	net/hping      : Makefile 
	net/hpodder    : Makefile 
	net/httptunnel : Makefile 
	net/icbirc     : Makefile 
	net/ices       : Makefile 
	net/icmpinfo   : Makefile 
	net/ifmcstat   : Makefile 
	net/ifstat     : Makefile 
	net/iftop      : Makefile 
	net/igmpproxy  : Makefile 
	net/ii         : Makefile 
	net/ike-scan   : Makefile 
	net/iodine     : Makefile 
	net/ipaudit    : Makefile 
	net/ipcad      : Makefile 
	net/ipcalc     : Makefile 
	net/iperf      : Makefile 
	net/ipfm       : Makefile 
	net/ipfreely   : Makefile 
	net/iplog      : Makefile 
	net/ipsvd      : Makefile 
	net/ipv6calc   : Makefile 
	net/irc        : Makefile 
	net/ircII      : Makefile 
	net/ircd-hybrid: Makefile 
	net/irssi      : Makefile 
	net/irssi-silc : Makefile 
	net/isc-dhcp   : Makefile 
	net/jabberd    : Makefile 
	net/jftpgw     : Makefile 
	net/kismet     : Makefile 
	net/kissd      : Makefile 
	net/ladvd      : Makefile 
	net/ldns/drill : Makefile 
	net/ldns/libldns: Makefile 
	net/ldns/utils : Makefile 
	net/lftp       : Makefile 
	net/libcares   : Makefile 
	net/libdnet    : Makefile 
	net/libdnsres  : Makefile 
	net/libnet/1.0 : Makefile 
	net/libnids    : Makefile 
	net/librsync   : Makefile 
	net/maradns    : Makefile 
	net/mcabber    : Makefile 
	net/minbif     : Makefile 
	net/mirmon     : Makefile 
	net/mirror     : Makefile 
	net/mon/client : Makefile 
	net/mon/server : Makefile 
	net/mrtd       : Makefile 
	net/mrtg       : Makefile 
	net/mtr        : Makefile 
	net/munin      : Makefile 
	net/mutella    : Makefile 
	net/nagios/check_email_delivery: Makefile 
	net/nagios/p5-Nagios-Plugin: Makefile 
	net/nam        : Makefile 
	net/ncftp      : Makefile 
	net/nemesis    : Makefile 
	net/neon       : Makefile 
	net/nepenthes  : Makefile 
	net/net-snmp   : Makefile 
	net/netatalk   : Makefile 
	net/netbsd-iscsi-target: Makefile 
	net/netdude/netdude: Makefile 
	net/netfwd     : Makefile 
	net/netpipes   : Makefile 
	net/nfdump     : Makefile 
	net/ngrep      : Makefile 
	net/nmap       : Makefile 
	net/ns         : Makefile 
	net/nsd        : Makefile 
	net/nslint     : Makefile 
	net/nsping     : Makefile 
	net/ntop       : Makefile 
	net/ntp        : Makefile 
	net/nylon      : Makefile 
	net/oggfwd     : Makefile 
	net/oidentd    : Makefile 
	net/oinkmaster : Makefile 
	net/olsrd      : Makefile 
	net/onioncat   : Makefile 
	net/openvmps   : Makefile 
	net/openvpn    : Makefile 
	net/openvpn_bsdauth: Makefile 
	net/p5-Bot-BasicBot: Makefile 
	net/p5-Chatbot-Eliza: Makefile 
	net/p5-DNS-ZoneParse: Makefile 
	net/p5-Danga-Socket: Makefile 
	net/p5-Event-RPC: Makefile 
	net/p5-Filesys-Virtual-DAAP: Makefile 
	net/p5-Geo-IP  : Makefile 
	net/p5-IO-Interface: Makefile 
	net/p5-IO-Socket-INET6: Makefile 
	net/p5-IO-Socket-Multicast: Makefile 
	net/p5-IP-Country: Makefile 
	net/p5-Net-Amazon: Makefile 
	net/p5-Net-BGP : Makefile 
	net/p5-Net-CIDR: Makefile 
	net/p5-Net-CIDR-Lite: Makefile 
	net/p5-Net-DAAP-Client: Makefile 
	net/p5-Net-DAAP-DMAP: Makefile 
	net/p5-Net-DAV-Server: Makefile 
	net/p5-Net-DBus: Makefile 
	net/p5-Net-DNS : Makefile 
	net/p5-Net-DNS-DynDNS: Makefile 
	net/p5-Net-DNS-SEC: Makefile 
	net/p5-Net-Daemon: Makefile 
	net/p5-Net-Dict: Makefile 
	net/p5-Net-Domain-TLD: Makefile 
	net/p5-Net-FTP-AutoReconnect: Makefile 
	net/p5-Net-FTP-Recursive: Makefile 
	net/p5-Net-FTPSSL: Makefile 
	net/p5-Net-FTPServer: Makefile 
	net/p5-Net-GPSD: Makefile 
	net/p5-Net-Google: Makefile 
	net/p5-Net-ICQ2000: Makefile 
	net/p5-Net-ICal: Makefile 
	net/p5-Net-INET6Glue: Makefile 
	net/p5-Net-IP  : Makefile 
	net/p5-Net-IPTrie: Makefile 
	net/p5-Net-IPv4Addr: Makefile 
	net/p5-Net-IRC : Makefile 
	net/p5-Net-Jabber: Makefile 
	net/p5-Net-MySQL: Makefile 
	net/p5-Net-Netmask: Makefile 
	net/p5-Net-OAuth: Makefile 
	net/p5-Net-PH  : Makefile 
	net/p5-Net-ParseWhois: Makefile 
	net/p5-Net-Patricia: Makefile 
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-Ping-External: Makefile 
	net/p5-Net-Radius: Makefile 
	net/p5-Net-RawIP: Makefile 
	net/p5-Net-SFTP: Makefile 
	net/p5-Net-SFTP-Foreign: Makefile 
	net/p5-Net-SMTP-SSL: Makefile 
	net/p5-Net-SMTP-TLS: Makefile 
	net/p5-Net-SMTP_auth: Makefile 
	net/p5-Net-SNMP: Makefile 
	net/p5-Net-SNPP: Makefile 
	net/p5-Net-SSH-Expect: Makefile 
	net/p5-Net-SSH-Perl: Makefile 
	net/p5-Net-SSH2: Makefile 
	net/p5-Net-Snort-Parser: Makefile 
	net/p5-Net-Subnets: Makefile 
	net/p5-Net-TFTP: Makefile 
	net/p5-Net-Telnet: Makefile 
	net/p5-Net-Telnet-Cisco: Makefile 
	net/p5-Net-Traceroute: Makefile 
	net/p5-Net-Twitter: Makefile 
	net/p5-Net-UPnP: Makefile 
	net/p5-Net-Wake: Makefile 
	net/p5-Net-Whois: Makefile 
	net/p5-Net-Whois-RIPE: Makefile 
	net/p5-Net-Whois-Raw: Makefile 
	net/p5-Net-XMPP: Makefile 
	net/p5-Net-XWhois: Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/p5-NetAddr-IP: Makefile 
	net/p5-NetPacket: Makefile 
	net/p5-Nmap-Parser: Makefile 
	net/p5-Nmap-Scanner: Makefile 
	net/p5-POE-Component-Client-DNS: Makefile 
	net/p5-POE-Component-Client-HTTP: Makefile 
	net/p5-POE-Component-Client-Keepalive: Makefile 
	net/p5-POE-Component-IRC: Makefile 
	net/p5-POE-Component-IRC-Plugin-RSS-Headlines: Makefile 
	net/p5-POE-Component-Jabber: Makefile 
	net/p5-POE-Component-Pcap: Makefile 
	net/p5-POE-Component-Server-FTP: Makefile 
	net/p5-POE-Filter-IRCD: Makefile 
	net/p5-PlRPC   : Makefile 
	net/p5-RPC-XML : Makefile 
	net/p5-SNMP-BridgeQuery: Makefile 
	net/p5-SNMP-Info: Makefile 
	net/p5-Sys-Hostname-Long: Makefile 
	net/p5-Validate-Net: Makefile 
	net/p5-flowd   : Makefile 
	net/packit     : Makefile 
	net/pavuk      : Makefile 
	net/pcapmerge  : Makefile 
	net/pchar      : Makefile 
	net/pdnsd      : Makefile 
	net/pen        : Makefile 
	net/pfflowd    : Makefile 
	net/pfstat     : Makefile 
	net/pidgin     : Makefile 
	net/pktstat    : Makefile 
	net/plushs     : Makefile 
	net/poink      : Makefile 
	net/poptop     : Makefile 
	net/powerdns   : Makefile 
	net/pptp       : Makefile 
	net/prosody    : Makefile 
	net/proxy-suite: Makefile 
	net/ptpd       : Makefile 
	net/pure-ftpd  : Makefile 
	net/putty      : Makefile 
	net/quagga     : Makefile 
	net/queso      : Makefile 
	net/rabbitmq   : Makefile 
	net/radiusd-cistron: Makefile 
	net/rbldnsd    : Makefile 
	net/rrdtool    : Makefile 
	net/rsnapshot  : Makefile 
	net/rsync      : Makefile 
	net/rtg        : Makefile 
	net/rtmpdump   : Makefile 
	net/rtorrent   : Makefile 
	net/samba      : Makefile 
	net/scapy      : Makefile 
	net/scli       : Makefile 
	net/sendxmpp   : Makefile 
	net/ser        : Makefile 
	net/sharity-light: Makefile 
	net/si         : Makefile 
	net/silc-client: Makefile 
	net/silc-server: Makefile 
	net/sing       : Makefile 
	net/sipcalc    : Makefile 
	net/sipsak     : Makefile 
	net/sirc       : Makefile 
	net/slirp      : Makefile 
	net/slurm      : Makefile 
	net/smokeping  : Makefile 
	net/snort      : Makefile 
	net/socat      : Makefile 
	net/softflowd  : Makefile 
	net/spectrum   : Makefile 
	net/ssldump    : Makefile 
	net/ssvnc      : Makefile 
	net/supybot    : Makefile 
	net/tacacs+    : Makefile 
	net/tclcurl    : Makefile 
	net/tcludp     : Makefile 
	net/tcpdpriv   : Makefile 
	net/tcpflow    : Makefile 
	net/tcpreen    : Makefile 
	net/tcpreplay  : Makefile 
	net/tcpshow    : Makefile 
	net/tcpslice   : Makefile 
	net/tcpstat    : Makefile 
	net/tcptrace   : Makefile 
	net/tcptraceroute: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/tightvnc   : Makefile 
	net/tinyfugue  : Makefile 
	net/tircd      : Makefile 
	net/tircproxy  : Makefile 
	net/tn5250     : Makefile 
	net/tor        : Makefile 
	net/totd       : Makefile 
	net/trafshow   : Makefile 
	net/transmission: Makefile 
	net/trickle    : Makefile 
	net/ttcp       : Makefile 
	net/unbound    : Makefile 
	net/uucp       : Makefile 
	net/vsftpd     : Makefile 
	net/walker     : Makefile 
	net/weex       : Makefile 
	net/wget       : Makefile 
	net/wide-dhcp  : Makefile 
	net/wide-dhcpv6: Makefile 
	net/wmnet      : Makefile 
	net/wmwave     : Makefile 
	net/wol        : Makefile 
	net/xarchie    : Makefile 
	net/xprobe     : Makefile 
	net/yafc       : Makefile 
	net/yaz        : Makefile 
	net/ysmv7      : Makefile 
	net/ytalk      : Makefile 
	net/zabbix     : Makefile 
	net/ziproxy    : Makefile 
	net/znc        : Makefile 
	net/zsync      : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/18 12:50:49

Modified files:
	share/termtypes: termtypes.master 

Log message:
As a local change, append rmacs to rs1 or rs2 for vt100 and vt220 so
that reset(1) turns off ACS. Suggested by ray, ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 13:07:19

Modified files:
	net/samba      : Makefile distinfo 
	net/samba/patches: patch-configure_in 

Log message:
update Samba to 3.5.6; various bugfixes. From maintainer Ian McWilliam.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/18 13:08:58

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 13:17:29

Modified files:
	sys/conf       : newvers.sh 

Log message:
tmac update no longer needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 13:20:42

Modified files:
	korean/hanterm-xf: Makefile 
	lang/STk       : Makefile 
	lang/arena     : Makefile 
	lang/chicken   : Makefile 
	lang/classpath : Makefile 
	lang/clisp     : Makefile 
	lang/ecl       : Makefile 
	lang/eltclsh   : Makefile 
	lang/erlang    : Makefile 
	lang/expect    : Makefile 
	lang/ezm3      : Makefile 
	lang/g77       : Makefile 
	lang/g77-old   : Makefile 
	lang/gawk      : Makefile 
	lang/gcc/3.3   : Makefile 
	lang/gcc/3.4   : Makefile 
	lang/gcc/4.0   : Makefile 
	lang/gcc/4.1   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.3   : Makefile 
	lang/gforth    : Makefile 
	lang/gfortran  : Makefile 
	lang/ghc       : Makefile 
	lang/guile     : Makefile 
	lang/hugs      : Makefile 
	lang/icon/interp: Makefile 
	lang/icon/lib  : Makefile 
	lang/iverilog  : Makefile 
	lang/jikes     : Makefile 
	lang/kaffe     : Makefile 
	lang/librep    : Makefile 
	lang/llvm-gcc4 : Makefile 
	lang/lua       : Makefile 
	lang/mawk      : Makefile 
	lang/mono      : Makefile 
	lang/mono-basic: Makefile 
	lang/nhc98     : Makefile 
	lang/ocaml     : Makefile 
	lang/petite-chez: Makefile 
	lang/pfe       : Makefile 
	lang/php/5.2   : Makefile 
	lang/php/5.3   : Makefile 
	lang/python/2.4: Makefile 
	lang/python/2.5: Makefile 
	lang/python/2.6: Makefile 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	lang/sbcl      : Makefile 
	lang/scheme48  : Makefile 
	lang/scm       : Makefile 
	lang/squeak/vm : Makefile 
	lang/swi-prolog: Makefile 
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.5   : Makefile 
	lang/unicon    : Makefile 
	lang/vala      : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2010/10/18 13:54:36

Modified files:
	.              : 48.html 

Log message:
Add ospf6d blurb.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 13:59:20

Modified files:
	mail/abook     : Makefile 
	mail/akpop3d   : Makefile 
	mail/alpine    : Makefile 
	mail/archivemail: Makefile 
	mail/asmail    : Makefile 
	mail/avenger   : Makefile 
	mail/bmf       : Makefile 
	mail/bogofilter: Makefile 
	mail/bulk_mailer: Makefile 
	mail/clamsmtp  : Makefile 
	mail/claws-mail: Makefile 
	mail/cmail     : Makefile 
	mail/courier-authlib: Makefile 
	mail/courier-imap: Makefile 
	mail/cucipop   : Makefile 
	mail/cyrus-imapd: Makefile 
	mail/dkim-milter: Makefile 
	mail/dovecot   : Makefile 
	mail/drac      : Makefile 
	mail/dspam     : Makefile 
	mail/elm       : Makefile 
	mail/exim      : Makefile 
	mail/exmh2     : Makefile 
	mail/extsmail  : Makefile 
	mail/faces     : Makefile 
	mail/fdm       : Makefile 
	mail/femail    : Makefile 
	mail/fetchmail : Makefile 
	mail/getmail   : Makefile 
	mail/grepmail  : Makefile 
	mail/greyscanner: Makefile 
	mail/hashcash  : Makefile 
	mail/hypermail : Makefile 
	mail/imap-uw   : Makefile 
	mail/imapfilter: Makefile 
	mail/imapsync  : Makefile 
	mail/isync     : Makefile 
	mail/kbiff     : Makefile 
	mail/ldapvacation: Makefile 
	mail/maildrop  : Makefile 
	mail/mairix    : Makefile 
	mail/majordomo : Makefile 
	mail/mboxgrep  : Makefile 
	mail/metamail  : Makefile 
	mail/mew       : Makefile 
	mail/milter-greylist: Makefile 
	mail/milter-regex: Makefile 
	mail/milter-spamd: Makefile 
	mail/mimedefang: Makefile 
	mail/mini_sendmail: Makefile 
	mail/mixmaster : Makefile 
	mail/mlmmj     : Makefile 
	mail/movemail  : Makefile 
	mail/msmtp     : Makefile 
	mail/mutt/snapshot: Makefile 
	mail/mutt/stable: Makefile 
	mail/nail      : Makefile 
	mail/nmh       : Makefile 
	mail/nmzmail   : Makefile 
	mail/offlineimap: Makefile 
	mail/p5-Catalyst-Plugin-Email: Makefile 
	mail/p5-Email-Abstract: Makefile 
	mail/p5-Email-Address: Makefile 
	mail/p5-Email-Date: Makefile 
	mail/p5-Email-Date-Format: Makefile 
	mail/p5-Email-Filter: Makefile 
	mail/p5-Email-Folder: Makefile 
	mail/p5-Email-FolderType: Makefile 
	mail/p5-Email-LocalDelivery: Makefile 
	mail/p5-Email-MIME: Makefile 
	mail/p5-Email-MIME-Attachment-Stripper: Makefile 
	mail/p5-Email-MIME-ContentType: Makefile 
	mail/p5-Email-MIME-Creator: Makefile 
	mail/p5-Email-MIME-Encodings: Makefile 
	mail/p5-Email-MIME-Modifier: Makefile 
	mail/p5-Email-MessageID: Makefile 
	mail/p5-Email-Reply: Makefile 
	mail/p5-Email-Send: Makefile 
	mail/p5-Email-Sender: Makefile 
	mail/p5-Email-Simple: Makefile 
	mail/p5-Email-Valid: Makefile 
	mail/p5-Email-Valid-Loose: Makefile 
	mail/p5-GMail-IMAPD: Makefile 
	mail/p5-Log-Procmail: Makefile 
	mail/p5-MIME-Base32: Makefile 
	mail/p5-MIME-Charset: Makefile 
	mail/p5-MIME-EncWords: Makefile 
	mail/p5-MIME-Lite: Makefile 
	mail/p5-MIME-Lite-HTML: Makefile 
	mail/p5-MIME-Types: Makefile 
	mail/p5-MIME-tools: Makefile 
	mail/p5-Mail-Alias: Makefile 
	mail/p5-Mail-Audit: Makefile 
	mail/p5-Mail-Box: Makefile 
	mail/p5-Mail-DKIM: Makefile 
	mail/p5-Mail-GnuPG: Makefile 
	mail/p5-Mail-IMAPClient: Makefile 
	mail/p5-Mail-IMAPTalk: Makefile 
	mail/p5-Mail-Mbox-MessageParser: Makefile 
	mail/p5-Mail-POP3Client: Makefile 
	mail/p5-Mail-SPF-Iterator: Makefile 
	mail/p5-Mail-SPF-Query: Makefile 
	mail/p5-Mail-Sender: Makefile 
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-Tools: Makefile 
	mail/p5-Mail-Webmail-Gmail: Makefile 
	mail/p5-SMTP-Server: Makefile 
	mail/perdition : Makefile 
	mail/pflogsumm : Makefile 
	mail/pgpsendmail: Makefile 
	mail/popclient : Makefile 
	mail/poppassd  : Makefile 
	mail/poppy     : Makefile 
	mail/postfix/snapshot: Makefile 
	mail/postfix/stable: Makefile 
	mail/postgrey  : Makefile 
	mail/procmail  : Makefile 
	mail/py-policyd-spf: Makefile 
	mail/razor-agents: Makefile 
	mail/relaydb   : Makefile 
	mail/signify   : Makefile 
	mail/sma       : Makefile 
	mail/smsmail   : Makefile 
	mail/smtp-vilter: Makefile 
	mail/smtpclient: Makefile 
	mail/solid-pop3d: Makefile 
	mail/sqlgrey   : Makefile 
	mail/swaks     : Makefile 
	mail/sympa     : Makefile 
	mail/teapop    : Makefile 
	mail/tkrat     : Makefile 
	mail/tnef      : Makefile 
	mail/vrfy      : Makefile 
	mail/wmbiff    : Makefile 
	mail/xfaces    : Makefile 
	mail/xlbiff    : Makefile 
	mail/zarafa/zarafa: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/18 14:00:03

Modified files:
	usr.bin/tmux   : client.c server.c tmux.c tmux.h 

Log message:
Merge the before and after attach client code into one in client.c
(instead of two in tmux.c and client.c).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 14:01:54

Modified files:
	usr.bin        : Makefile 

Log message:
disable vgrind; raw roff support is gone.  it might surface in the ports tree, or the time for vgrind has gone


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 14:03:00

Removed files:
	usr.bin/vgrind : Makefile extern.h pathnames.h regexp.c 
	                 tmac.vgrind vfontedpr.c vgrind.1 vgrind.sh 
	                 vgrindefs.5 vgrindefs.c vgrindefs.src 
	usr.bin/vgrind/RETEST: Makefile retest.c 

Log message:
vgrind goes to the attic


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/18 14:29:53

Modified files:
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile 
	mail/mutt/snapshot/patches: patch-m4_gssapi_m4 
	mail/mutt/stable: Makefile 
	mail/mutt/stable/patches: patch-m4_gssapi_m4 

Log message:
no need to link libdes for kerberos
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 14:52:10

Modified files:
	math/R         : Makefile 
	math/aamath    : Makefile 
	math/blas      : Makefile 
	math/calc      : Makefile 
	math/calcoo    : Makefile 
	math/coq       : Makefile 
	math/ecm       : Makefile 
	math/fftw3     : Makefile 
	math/galculator: Makefile 
	math/ginac     : Makefile 
	math/gnumeric  : Makefile 
	math/gnuplot   : Makefile 
	math/grace     : Makefile 
	math/graphviz  : Makefile 
	math/hc        : Makefile 
	math/hexcalc   : Makefile 
	math/hoc       : Makefile 
	math/jacal     : Makefile 
	math/kst       : Makefile 
	math/lapack    : Makefile 
	math/maple     : Makefile 
	math/mathomatic: Makefile 
	math/maxima    : Makefile 
	math/mcl       : Makefile 
	math/moo       : Makefile 
	math/netcdf    : Makefile 
	math/octave    : Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-AI-NeuralNet-BackProp: Makefile 
	math/p5-AI-NeuralNet-Kohonen: Makefile 
	math/p5-AI-NeuralNet-Kohonen-Visual: Makefile 
	math/p5-AI-NeuralNet-Mesh: Makefile 
	math/p5-AI-Perceptron: Makefile 
	math/p5-Algorithm-NaiveBayes: Makefile 
	math/p5-Bit-Vector: Makefile 
	math/p5-Chart-Math-Axis: Makefile 
	math/p5-Data-PowerSet: Makefile 
	math/p5-GraphViz: Makefile 
	math/p5-Math-Base36: Makefile 
	math/p5-Math-Bezier: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-Calc-Units: Makefile 
	math/p5-Math-Derivative: Makefile 
	math/p5-Math-FFT: Makefile 
	math/p5-Math-Fibonacci: Makefile 
	math/p5-Math-Fibonacci-Phi: Makefile 
	math/p5-Math-GMP: Makefile 
	math/p5-Math-MatrixReal: Makefile 
	math/p5-Math-Pari: Makefile 
	math/p5-Math-Round: Makefile 
	math/p5-Math-Spline: Makefile 
	math/p5-Math-Symbolic: Makefile 
	math/p5-Math-SymbolicX-ParserExtensionFactory: Makefile 
	math/p5-Math-VecStat: Makefile 
	math/p5-Set-IntSpan: Makefile 
	math/p5-Statistics-Contingency: Makefile 
	math/p5-Statistics-Descriptive: Makefile 
	math/pari      : Makefile 
	math/plplot    : Makefile 
	math/sc        : Makefile 
	math/wcalc     : Makefile 
	math/xspread   : Makefile 
	math/yorick    : Makefile 
	misc/amanda    : Makefile 
	misc/brltty    : Makefile 
	misc/brs       : Makefile 
	misc/bsdiff    : Makefile 
	misc/buffer    : Makefile 
	misc/calentool : Makefile 
	misc/ccze      : Makefile 
	misc/cdrdao    : Makefile 
	misc/clex      : Makefile 
	misc/contacts  : Makefile 
	misc/dates     : Makefile 
	misc/deco      : Makefile 
	misc/delay     : Makefile 
	misc/dialog    : Makefile 
	misc/digitemp  : Makefile 
	misc/dnetc     : Makefile 
	misc/dtach     : Makefile 
	misc/dvtm      : Makefile 
	misc/ent       : Makefile 
	misc/figlet    : Makefile 
	misc/fileutils : Makefile 
	misc/findutils : Makefile 
	misc/ftdi-eeprom: Makefile 
	misc/garmin-utils: Makefile 
	misc/gnugetopt : Makefile 
	misc/gnuwatch  : Makefile 
	misc/gone      : Makefile 
	misc/gpsd      : Makefile 
	misc/gramps    : Makefile 
	misc/jive      : Makefile 
	misc/libutf8   : Makefile 
	misc/lifelines : Makefile 
	misc/logjam    : Makefile 
	misc/magicpoint: Makefile 
	misc/mc        : Makefile 
	misc/memcached : Makefile 
	misc/memchan   : Makefile 
	misc/mmv       : Makefile 
	misc/most      : Makefile 
	misc/mshell    : Makefile 
	misc/omconsole : Makefile 
	misc/openbabel : Makefile 
	misc/p5-Acme-LOLCAT: Makefile 
	misc/p5-CreditCard: Makefile 
	misc/p5-File-MMagic: Makefile 
	misc/p5-File-MMagic-XS: Makefile 
	misc/p5-File-Rotate-Backup: Makefile 
	misc/p5-Finance-IIF: Makefile 
	misc/p5-Finance-Quote: Makefile 
	misc/p5-Finance-QuoteHist: Makefile 
	misc/p5-I18N-Charset: Makefile 
	misc/p5-Lingua-Romana-Perligata: Makefile 
	misc/p5-Spreadsheet-ParseExcel: Makefile 
	misc/p5-Spreadsheet-WriteExcel: Makefile 
	misc/p5-Term-Animation: Makefile 
	misc/p5-User   : Makefile 
	misc/p5-User-Identity: Makefile 
	misc/pdmenu    : Makefile 
	misc/pfm       : Makefile 
	misc/plan      : Makefile 
	misc/randtype  : Makefile 
	misc/remind    : Makefile 
	misc/rlwrap    : Makefile 
	misc/rpm       : Makefile 
	misc/screen    : Makefile 
	misc/sh-utils  : Makefile 
	misc/shared-mime-info: Makefile 
	misc/splitvt   : Makefile 
	misc/supercat  : Makefile 
	misc/teseq     : Makefile 
	misc/tkinfo    : Makefile 
	misc/tpp       : Makefile 
	misc/ttyrec    : Makefile 
	misc/uniutils  : Makefile 
	misc/viz       : Makefile 
	misc/vttest    : Makefile 
	misc/wmmand    : Makefile 
	misc/wordnet   : Makefile 
	misc/xcdroast  : Makefile 
	misc/xd        : Makefile 
	misc/xgas      : Makefile 
	misc/xkcd-viewer: Makefile 
	misc/xless     : Makefile 
	misc/xnc       : Makefile 
	misc/xtar      : Makefile 
	misc/xtimer    : Makefile 
	misc/ytree     : Makefile 
	misc/zzuf      : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 14:52:34

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 14:52:43

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 14:54:00

Removed files:
	usr.bin/sup    : Makefile Makefile.inc 
	usr.bin/sup/src: Makefile.save Makefile.sunos5.gcc atoo.c c.h 
	                 crypt.diffs crypt.info errmsg.c expand.c 
	                 ffilecopy.c filecopy.c libc.h log.c 
	                 netcryptvoid.c nxtarg.c path.c quit.c run.c 
	                 scan.c scm.c scmio.c skipto.c snprintf.c 
	                 stree.c sup.1 sup.h supcdefs.h supcmain.c 
	                 supcmeat.c supcmisc.c supcname.c supcparse.c 
	                 supcvers.c supextern.h supfilesrv.c supmsg.c 
	                 supmsg.h supscan.c supservers.8 sysent.h time.h 
	                 unvis.c vis.c vprintf.c 
	usr.bin/sup/src/vis: vis.h 
	usr.bin/sup/sup: Makefile 
	usr.bin/sup/supfilesrv: Makefile 
	usr.bin/sup/supscan: Makefile 

Log message:
sup is no longer used. reminded by pirofti and jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/18 15:15:57

Modified files:
	audio/akode    : Makefile 

Log message:
this port needs libtoolize


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 15:17:12

Modified files:
	net/jftpgw     : Makefile 
	net/nemesis    : Makefile 
	mail/isync     : Makefile 
	mail/solid-pop3d: Makefile 
	devel/libidn   : Makefile 
	audio/wavpack  : Makefile 

Log message:
typoes, thx Alexandr Shadchin


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 15:25:09

Modified files:
	multimedia/audiopreview: Makefile 
	multimedia/avinfo: Makefile 
	multimedia/dvdauthor: Makefile 
	multimedia/dvdcpy: Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/ffmpeg2theora: Makefile 
	multimedia/get_iplayer: Makefile 
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/libdv: Makefile 
	multimedia/libmp4v2: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/lsdvd: Makefile 
	multimedia/mediatomb: Makefile 
	multimedia/mjpegtools: Makefile 
	multimedia/mkvtoolnix: Makefile 
	multimedia/mpgtx: Makefile 
	multimedia/ogmtools: Makefile 
	multimedia/recordmydesktop/base: Makefile 
	multimedia/subrip: Makefile 
	multimedia/transcode: Makefile 
	multimedia/vitunes: Makefile 
	multimedia/xine-lib: Makefile 
	multimedia/xine-ui: Makefile 
	news/aub       : Makefile 
	news/leafnode  : Makefile 
	news/newsfetch : Makefile 
	news/nn        : Makefile 
	news/p5-Gateway: Makefile 
	news/p5-News-Article: Makefile 
	news/p5-News-Newsrc: Makefile 
	news/plor      : Makefile 
	news/slrn      : Makefile 
	news/tin       : Makefile 
	news/trn       : Makefile 
	news/yencode   : Makefile 
	palm/coldsync  : Makefile 
	palm/isilo     : Makefile 
	palm/p5-Palm   : Makefile 
	palm/palmpower : Makefile 
	plan9/9libs    : Makefile 
	plan9/9menu    : Makefile 
	plan9/9wm      : Makefile 
	plan9/larswm   : Makefile 
	plan9/rc       : Makefile 
	plan9/sam      : Makefile 
	plan9/tcs      : Makefile 
	plan9/w9wm     : Makefile 
	plan9/wily     : Makefile 
	print/a2ps     : Makefile 
	print/apsfilter: Makefile 
	print/apvlv    : Makefile 
	print/bibview  : Makefile 
	print/cups     : Makefile 
	print/detex    : Makefile 
	print/dvi2tty  : Makefile 
	print/enscript : Makefile 
	print/fontforge: Makefile 
	print/foo2zjs  : Makefile 
	print/foomatic-db-engine: Makefile 
	print/foomatic-filters: Makefile 
	print/ghostscript/gnu: Makefile 
	print/ghostview: Makefile 
	print/gtklp    : Makefile 
	print/gutenprint: Makefile 
	print/gv       : Makefile 
	print/htmldoc  : Makefile 
	print/ijs      : Makefile 
	print/l2a      : Makefile 
	print/libpaper : Makefile 
	print/lilypond : Makefile 
	print/lout     : Makefile 
	print/lyx      : Makefile 
	print/mftrace  : Makefile 
	print/mpage    : Makefile 
	print/pdfjam   : Makefile 
	print/ps2eps   : Makefile 
	print/psdim    : Makefile 
	print/psutils  : Makefile 
	print/scribus  : Makefile 
	print/system-config-printer: Makefile 
	print/t1utils  : Makefile 
	print/texlive/base: Makefile 
	print/texlive2010/base: Makefile 
	print/transfig : Makefile 
	productivity/calcurse: Makefile 
	productivity/devtodo: Makefile 
	productivity/fet: Makefile 
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	productivity/googlecl: Makefile 
	productivity/grisbi: Makefile 
	productivity/gtg: Makefile 
	productivity/impressive: Makefile 
	productivity/osmo: Makefile 
	productivity/siag: Makefile 
	productivity/tdl: Makefile 
	productivity/when: Makefile 
	productivity/wyrd: Makefile 
	russian/xruskb : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 15:35:48

Modified files:
	archivers/gcpio: Makefile 
	archivers/lzop : Makefile 
	archivers/macutil: Makefile 
	archivers/p5-Archive-Zip: Makefile 
	archivers/rzip : Makefile 
	astro/gcal     : Makefile 
	audio/aumix    : Makefile 
	audio/cdparanoia: Makefile 
	audio/festival/core: Makefile 
	audio/mpd      : Makefile 
	audio/mp3splt  : Makefile 
	audio/ncmpc    : Makefile 
	audio/pms      : Makefile 
	audio/rhythmbox: Makefile 
	audio/scmpc    : Makefile 
	audio/streamripper: Makefile 
	audio/tremor-tools: Makefile 
	audio/vorbis-tools: Makefile 
	audio/vorbisgain: Makefile 
	cad/gtkwave    : Makefile 
	comms/birda    : Makefile 
	comms/conserver: Makefile 
	comms/minicom  : Makefile 
	comms/p5-SendPage: Makefile 
	comms/tlf      : Makefile 
	converters/p5-Text-Iconv: Makefile 
	databases/mysql-zrm: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-Catalyst-Model-DBIC-Schema: Makefile 
	databases/p5-DBIx-Class: Makefile 
	databases/qdbm : Makefile 
	devel/ald      : Makefile 
	devel/avrdude  : Makefile 
	devel/cdk      : Makefile 
	devel/cvsgraph : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/gindent  : Makefile 
	devel/gmake    : Makefile 
	devel/itcl     : Makefile 

Log message:
fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2010/10/18 15:38:58

Modified files:
	sbin/isakmpd   : isakmp_doi.c 

Log message:
as determined 4 years ago, FortiGate needs DOI of 0 responses to DPD
so, copy a small bit of logic to make DPD interop with FortiGate function
tested by me, ok mikeb@, silence from 'the usual suspects'


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/18 15:41:48

Modified files:
	security/aide  : Makefile 
	security/aircrack-ng: Makefile 
	security/amap  : Makefile 
	security/apg   : Makefile 
	security/assl  : Makefile 
	security/ccrypt: Makefile 
	security/cfs   : Makefile 
	security/chrootuid: Makefile 
	security/clamav: Makefile 
	security/clusterssh: Makefile 
	security/cops  : Makefile 
	security/cyrus-sasl2: Makefile 
	security/dante : Makefile 
	security/dsniff: Makefile 
	security/fcrackzip: Makefile 
	security/fragroute: Makefile 
	security/fragrouter: Makefile 
	security/fwbuilder: Makefile 
	security/gnupg : Makefile 
	security/gnupg2: Makefile 
	security/gnutls: Makefile 
	security/hlfl  : Makefile 
	security/integrit: Makefile 
	security/ipguard: Makefile 
	security/isic  : Makefile 
	security/its4  : Makefile 
	security/jailkit: Makefile 
	security/keychain: Makefile 
	security/libident: Makefile 
	security/libmcrypt: Makefile 
	security/libnipper: Makefile 
	security/libotr: Makefile 
	security/libssh2: Makefile 
	security/libtasn1: Makefile 
	security/logsurfer: Makefile 
	security/mcrypt: Makefile 
	security/mhash : Makefile 
	security/nbaudit: Makefile 
	security/nessus/core: Makefile 
	security/nessus/libnasl: Makefile 
	security/nessus/libraries: Makefile 
	security/nessus/plugins: Makefile 
	security/nikto : Makefile 
	security/nipper: Makefile 
	security/openct: Makefile 
	security/opensc: Makefile 
	security/otpcalc: Makefile 
	security/outguess: Makefile 
	security/p0f   : Makefile 
	security/p5-Authen-Htpasswd: Makefile 
	security/p5-Authen-Krb5-Simple: Makefile 
	security/p5-Authen-Radius: Makefile 
	security/p5-Authen-SASL: Makefile 
	security/p5-Catalyst-Authentication-Store-DBI: Makefile 
	security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile 
	security/p5-Catalyst-Plugin-Authentication: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: 
	                                                           Makefile 
	security/p5-Catalyst-Plugin-Authorization-ACL: Makefile 
	security/p5-Catalyst-Plugin-Authorization-Roles: Makefile 
	security/p5-Crypt-Blowfish: Makefile 
	security/p5-Crypt-Blowfish_PP: Makefile 
	security/p5-Crypt-CBC: Makefile 
	security/p5-Crypt-CipherSaber: Makefile 
	security/p5-Crypt-DES: Makefile 
	security/p5-Crypt-DES-EDE3: Makefile 
	security/p5-Crypt-DH: Makefile 
	security/p5-Crypt-DSA: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/p5-Crypt-OpenSSL-Bignum: Makefile 
	security/p5-Crypt-OpenSSL-DSA: Makefile 
	security/p5-Crypt-OpenSSL-RSA: Makefile 
	security/p5-Crypt-OpenSSL-Random: Makefile 
	security/p5-Crypt-PasswdMD5: Makefile 
	security/p5-Crypt-Primes: Makefile 
	security/p5-Crypt-RC4: Makefile 
	security/p5-Crypt-RSA: Makefile 
	security/p5-Crypt-Random: Makefile 
	security/p5-Crypt-Rijndael: Makefile 
	security/p5-Crypt-SSLeay: Makefile 
	security/p5-Crypt-SaltedHash: Makefile 
	security/p5-Crypt-Serpent: Makefile 
	security/p5-Crypt-SmbHash: Makefile 
	security/p5-Crypt-TripleDES: Makefile 
	security/p5-Crypt-Twofish: Makefile 
	security/p5-Digest-BubbleBabble: Makefile 
	security/p5-Digest-HMAC: Makefile 
	security/p5-Digest-MD2: Makefile 
	security/p5-Digest-MD4: Makefile 
	security/p5-Digest-MD5-M4p: Makefile 
	security/p5-Digest-Nilsimsa: Makefile 
	security/p5-Digest-SHA1: Makefile 
	security/p5-Digest-Skein: Makefile 
	security/p5-GPG: Makefile 
	security/p5-GSSAPI: Makefile 
	security/p5-GnuPG: Makefile 
	security/p5-GnuPG-Interface: Makefile 
	security/p5-IO-Socket-SSL: Makefile 
	security/p5-MD5: Makefile 
	security/p5-Module-Signature: Makefile 
	security/p5-Net_SSLeay: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/p5-POE-Component-SSLify: Makefile 
	security/p5-Tie-EncryptedHash: Makefile 
	security/passwdqc: Makefile 
	security/pgp   : Makefile 
	security/pgp5  : Makefile 
	security/pgpdump: Makefile 
	security/portscanner: Makefile 
	security/ppgen : Makefile 
	security/prelude/libprelude: Makefile 
	security/prelude/libpreludedb: Makefile 
	security/prelude/manager: Makefile 
	security/pwgen : Makefile 
	security/pwsafe: Makefile 
	security/qca2  : Makefile 
	security/samdump2: Makefile 
	security/scanlogd: Makefile 
	security/scanssh: Makefile 
	security/scrypt: Makefile 
	security/shash : Makefile 
	security/smbsniff: Makefile 
	security/smtpscan: Makefile 
	security/sshguard: Makefile 
	security/stegdetect: Makefile 
	security/steghide: Makefile 
	security/strobe: Makefile 
	security/stunnel: Makefile 
	security/swatch: Makefile 
	security/towitoko: Makefile 
	security/vomit : Makefile 
	security/vpnc  : Makefile 
	security/wpa_supplicant: Makefile 
	security/xmlsec: Makefile 
	security/zebedee: Makefile 
	security/zkt   : Makefile 
	shells/bash    : Makefile 
	shells/es      : Makefile 
	shells/perlsh  : Makefile 
	shells/sash    : Makefile 
	shells/scsh    : Makefile 
	shells/tcsh    : Makefile 
	shells/zoidberg: Makefile 
	shells/zsh     : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 15:50:39

Modified files:
	devel/p5-Glib2 : Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-Device-USB: Makefile 
	devel/py-nose  : Makefile 
	devel/yasm     : Makefile 
	editors/nano   : Makefile 
	games/bzflag   : Makefile 
	games/scummvm  : Makefile 
	geo/postgis    : Makefile 
	graphics/dcmtk : Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/jpegpixi: Makefile 
	lang/gawk      : Makefile 
	lang/petite-chez: Makefile 
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.5   : Makefile 
	mail/fetchmail : Makefile 
	mail/imap-uw   : Makefile 
	mail/mairix    : Makefile 
	mail/majordomo : Makefile 
	mail/mboxgrep  : Makefile 
	mail/msmtp     : Makefile 
	mail/nail      : Makefile 
	mail/tnef      : Makefile 
	net/adsuck     : Makefile 
	net/arping     : Makefile 
	net/bluetooth-tools: Makefile 
	net/freetalk   : Makefile 
	net/irc        : Makefile 
	net/nfdump     : Makefile 
	net/openvpn    : Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/pavuk      : Makefile 
	net/radiusd-cistron: Makefile 
	net/sing       : Makefile 
	net/sipsak     : Makefile 
	net/tcpreen    : Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/unbound    : Makefile 
	net/uucp       : Makefile 
	net/weex       : Makefile 
	net/wget       : Makefile 
	net/tcludp     : Makefile 

Log message:
fix tabs


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 15:55:51

Modified files:
	archivers/bzip : Makefile 

Log message:
fix tabs


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/18 16:08:31

Modified files:
	mail/swaks     : Makefile distinfo 

Log message:
Update to 20100211.0.

From Abel Abraham Camarillo Ojeda.

(Maintainer timeout)


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/10/18 16:30:29

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
document the new wpakey option
prodded by deraadt@
"tweak previous" expected... ;-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 16:43:10

Modified files:
	audio/esound   : Makefile 
	audio/libmp3splt: Makefile 
	audio/libmpd   : Makefile 
	audio/libnjb   : Makefile 
	audio/libsamplerate: Makefile 
	audio/libvorbis: Makefile 
	audio/milkytracker: Makefile 
	audio/mp3blaster: Makefile 
	audio/mp3splt  : Makefile 
	audio/mpc      : Makefile 
	audio/ncmpc    : Makefile 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-FLAC-Header: Makefile 
	audio/p5-Audio-Scan: Makefile 
	audio/p5-Ogg-Vorbis-Header: Makefile 
	audio/py-ao    : Makefile 
	audio/py-ogg   : Makefile 
	audio/py-xmms  : Makefile 
	audio/sox      : Makefile 
	audio/vorbis-tools: Makefile 
	audio/wavpack  : Makefile 
	audio/xmms-mad : Makefile 
	audio/xmms-wavpack: Makefile 
	audio/xmms2    : Makefile 
	audio/xmms2-scrobbler: Makefile 

Log message:
new-style WANTLIB/LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/10/18 16:45:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
allow configuration of 802.11 interfaces in the installer

based on a diff from damien@
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 16:47:07

Modified files:
	distrib/miniroot: install.sub 

Log message:
delete a wasteful space


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/18 16:56:20

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/18 17:12:40

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
use setting with closest matching bandwidth for the current configuration
instead of the first one that has enough bandwidth as it may be too much


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/18 17:20:15

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
when configuring the streaming interface with the video probe and
commit controls, use the hardware frame idenfitier instead of the
software identifier since they can differ, and the hardware only
knows about it's own identifiers


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/18 17:25:31

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
bFrameIntervalType affects frame rates, not frame sizes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 19:07:14

Modified files:
	sysutils/symon : Makefile 
	sysutils/symon/pkg: DESCR-main 
Added files:
	sysutils/symon/patches: patch-Makefile_inc 
	                        patch-platform_OpenBSD_sm_io_c 

Log message:
- adapt io monitor to handle the new hw.disknames format (devname: or
devname:uid), problem reported by Anton Maksimenkov with a different diff.

- new-style lib_depends/wantlib

- let ports-standard DEBUG=xxx work as expected and produce binaries
with symbols

sm_io.c diff looks good to henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/18 19:07:41

Modified files:
	multimedia/get_iplayer: Makefile 

Log message:
no need to list MAINTAINER twice


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/18 20:18:47

Modified files:
	faq            : faq2.html 

Log message:
ddb -> ddbcpu, from Nicolas P. M. Legrand (nlegrand at ethelred dot fr),
thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/19 01:29:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
before running groff, create dir when needed.
fixes tcl and the few ports with non-standard man locations that can't
rely on mtree fake.

as noticed by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 01:43:05

Modified files:
	sysutils/LPRng : Makefile 
	sysutils/anacron: Makefile 
	sysutils/apachetop: Makefile 
	sysutils/apcd  : Makefile 
	sysutils/apcupsd: Makefile 
	sysutils/autossh: Makefile 
	sysutils/backintime/common: Makefile 
	sysutils/backintime/gnome: Makefile 
	sysutils/bacula: Makefile 
	sysutils/bchunk: Makefile 
	sysutils/bubblemon: Makefile 
	sysutils/cdrtools: Makefile 
	sysutils/cfengine: Makefile 
	sysutils/checkbashisms: Makefile 
	sysutils/clusterit: Makefile 
	sysutils/collectd: Makefile 
	sysutils/colorls: Makefile 
	sysutils/colortail: Makefile 
	sysutils/conky : Makefile 
	sysutils/contool: Makefile 
	sysutils/dcfldd: Makefile 
	sysutils/ddrescue: Makefile 
	sysutils/diskrescue: Makefile 
	sysutils/dmassage: Makefile 
	sysutils/dmidecode: Makefile 
	sysutils/dtpstree: Makefile 
	sysutils/duplicity: Makefile 
	sysutils/dvd+rw-tools: Makefile 
	sysutils/dwdiff: Makefile 
	sysutils/e2fsprogs: Makefile 
	sysutils/faubackup: Makefile 
	sysutils/fdupes: Makefile 
	sysutils/findlib: Makefile 
	sysutils/freeipmi: Makefile 
	sysutils/ggrep : Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins/kam: Makefile 
	sysutils/glastree: Makefile 
	sysutils/gpioflicker: Makefile 
	sysutils/grub  : Makefile 
	sysutils/hcidump: Makefile 
	sysutils/heartbeat: Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/idled : Makefile 
	sysutils/iogen : Makefile 
	sysutils/ipmitool: Makefile 
	sysutils/lat   : Makefile 
	sysutils/libretto-config: Makefile 
	sysutils/libstatgrab: Makefile 
	sysutils/login_fingerprint: Makefile 
	sysutils/login_ldap: Makefile 
	sysutils/logpp : Makefile 
	sysutils/lsof  : Makefile 
	sysutils/memtester: Makefile 
	sysutils/modlogan: Makefile 
	sysutils/monit : Makefile 
	sysutils/mtools: Makefile 
	sysutils/multitail: Makefile 
	sysutils/ncdu  : Makefile 
	sysutils/nut   : Makefile 
	sysutils/openpoppassd: Makefile 
	sysutils/p5-Capture-Tiny: Makefile 
	sysutils/p5-File-NFSLock: Makefile 
	sysutils/p5-File-Which: Makefile 
	sysutils/p5-Filesys-Df: Makefile 
	sysutils/p5-Filesys-DiskSpace: Makefile 
	sysutils/p5-Filesys-Virtual: Makefile 
	sysutils/p5-Filesys-Virtual-Plain: Makefile 
	sysutils/p5-Parse-DMIDecode: Makefile 
	sysutils/p5-Proc-ProcessTable: Makefile 
	sysutils/p5-Proc-Queue: Makefile 
	sysutils/p5-Quota: Makefile 
	sysutils/p5-Schedule-At: Makefile 
	sysutils/p5-Set-Crontab: Makefile 
	sysutils/p5-Sys-Syscall: Makefile 
	sysutils/p5-UPS-Nut: Makefile 
	sysutils/p5-Unix-PID: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/p5-Unix-Syslog: Makefile 
	sysutils/pciutils: Makefile 
	sysutils/pftop : Makefile 
	sysutils/polkit: Makefile 
	sysutils/pscpug: Makefile 
	sysutils/pstree: Makefile 
	sysutils/pv    : Makefile 
	sysutils/radmind: Makefile 
	sysutils/rancid: Makefile 
	sysutils/rdiff-backup: Makefile 
	sysutils/rpl   : Makefile 
	sysutils/rsyslog: Makefile 
	sysutils/ruby-puppet: Makefile 
	sysutils/runit : Makefile 
	sysutils/safecat: Makefile 
	sysutils/sdd   : Makefile 
	sysutils/sec   : Makefile 
	sysutils/setquota: Makefile 
	sysutils/shmux : Makefile 
	sysutils/skill : Makefile 
	sysutils/sleuthkit: Makefile 
	sysutils/smartmontools: Makefile 
	sysutils/snapdl: Makefile 
	sysutils/socket: Makefile 
	sysutils/socklog: Makefile 
	sysutils/stan  : Makefile 
	sysutils/stow  : Makefile 
	sysutils/stress: Makefile 
	sysutils/superscript: Makefile 
	sysutils/symon : Makefile 
	sysutils/sysgen: Makefile 
	sysutils/syslog-ng: Makefile 
	sysutils/tabled: Makefile 
	sysutils/tcplist: Makefile 
	sysutils/tentakel: Makefile 
	sysutils/testdisk: Makefile 
	sysutils/toprump: Makefile 
	sysutils/torture: Makefile 
	sysutils/tpb   : Makefile 
	sysutils/usbutil: Makefile 
	sysutils/wdsetup: Makefile 
	sysutils/whowatch: Makefile 
	sysutils/wmapm : Makefile 
	sysutils/wmwlmon: Makefile 
	sysutils/xjobs : Makefile 
	sysutils/xps   : Makefile 
	sysutils/xstatbar: Makefile 
	sysutils/zap   : Makefile 
	telephony/asterisk: Makefile 
	telephony/iaxmodem: Makefile 
	telephony/kamailio: Makefile 
	telephony/libosip2: Makefile 
	telephony/p5-Net-SIP: Makefile 
	telephony/p5-asterisk: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/19 01:47:34

Modified files:
	sbin/isakmpd   : crypto.c crypto.h 

Log message:
convert to fuse cast from the libcrypto.  with a simplification nit from
blambert, ok jsg, "seems ok" todd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/19 01:52:11

Modified files:
	x11/nx/nxssh   : Makefile 
	x11/nx/nxssh/patches: patch-configure 

Log message:
no need to link libdes for kerberos
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 01:54:26

Modified files:
	textproc/agrep : Makefile 
	textproc/antiword: Makefile 
	textproc/asciidoc: Makefile 
	textproc/aspell/core: Makefile 
	textproc/boust : Makefile 
	textproc/c2html: Makefile 
	textproc/catdoc: Makefile 
	textproc/dblatex: Makefile 
	textproc/diffstat: Makefile 
	textproc/discount: Makefile 
	textproc/enchant: Makefile 
	textproc/eruby : Makefile 
	textproc/filepp: Makefile 
	textproc/gdiff : Makefile 
	textproc/glimpse: Makefile 
	textproc/gnuvd : Makefile 
	textproc/gsed  : Makefile 
	textproc/gtranslator: Makefile 
	textproc/hgrep : Makefile 
	textproc/highlight: Makefile 
	textproc/hunspell: Makefile 
	textproc/hyperestraier: Makefile 
	textproc/icu4c : Makefile 
	textproc/idiff : Makefile 
	textproc/info2html: Makefile 
	textproc/intltool: Makefile 
	textproc/ispell: Makefile 
	textproc/lgrind: Makefile 
	textproc/libxml: Makefile 
	textproc/libxslt: Makefile 
	textproc/makefaq: Makefile 
	textproc/mgdiff: Makefile 
	textproc/mupdf : Makefile 
	textproc/mxml  : Makefile 
	textproc/namazu: Makefile 
	textproc/odt2txt: Makefile 
	textproc/opensp: Makefile 
	textproc/ots   : Makefile 
	textproc/p5-Blatte: Makefile 
	textproc/p5-CGI-FastTemplate: Makefile 
	textproc/p5-Catalyst-Plugin-Markdown: Makefile 
	textproc/p5-Catalyst-Plugin-Textile: Makefile 
	textproc/p5-Catalyst-Plugin-Unicode: Makefile 
	textproc/p5-Catalyst-View-TT: Makefile 
	textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile 
	textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile 
	textproc/p5-Catalyst-View-XSLT: Makefile 
	textproc/p5-Email-Find: Makefile 
	textproc/p5-Encode-Detect: Makefile 
	textproc/p5-Font-AFM: Makefile 
	textproc/p5-Font-TTF: Makefile 
	textproc/p5-HTML-Summary: Makefile 
	textproc/p5-LaTeX-TOM: Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-Libxml: Makefile 
	textproc/p5-Lingua-EN-Fathom: Makefile 
	textproc/p5-Lingua-EN-Inflect: Makefile 
	textproc/p5-Lingua-EN-Inflect-Number: Makefile 
	textproc/p5-Lingua-EN-Summarize: Makefile 
	textproc/p5-Lingua-EN-Syllable: Makefile 
	textproc/p5-Lingua-PT-Stemmer: Makefile 
	textproc/p5-Lingua-Stem: Makefile 
	textproc/p5-Lingua-Stem-Fr: Makefile 
	textproc/p5-Lingua-Stem-It: Makefile 
	textproc/p5-Lingua-Stem-Ru: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Da: Makefile 
	textproc/p5-Lingua-Stem-Snowball-No: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Se: Makefile 
	textproc/p5-Lingua-Treebank: Makefile 
	textproc/p5-MojoX-Renderer-TT: Makefile 
	textproc/p5-Number-Format: Makefile 
	textproc/p5-Object-MultiType: Makefile 
	textproc/p5-PDF-Reuse: Makefile 
	textproc/p5-PDF-Table: Makefile 
	textproc/p5-POE-Filter-XML: Makefile 
	textproc/p5-PPI: Makefile 
	textproc/p5-PPI-HTML: Makefile 
	textproc/p5-PPIx-Regexp: Makefile 
	textproc/p5-PPIx-Utilities: Makefile 
	textproc/p5-PatchReader: Makefile 
	textproc/p5-Pod-POM: Makefile 
	textproc/p5-Pod-Spell: Makefile 
	textproc/p5-Pod-Tests: Makefile 
	textproc/p5-RSS-Parser-Lite: Makefile 
	textproc/p5-Regexp-Assemble: Makefile 
	textproc/p5-Regexp-Common: Makefile 
	textproc/p5-Regexp-DefaultFlags: Makefile 
	textproc/p5-SWISH-API: Makefile 
	textproc/p5-Search-QueryParser: Makefile 
	textproc/p5-Sort-Versions: Makefile 
	textproc/p5-String-Approx: Makefile 
	textproc/p5-String-Koremutake: Makefile 
	textproc/p5-String-Random: Makefile 
	textproc/p5-String-RewritePrefix: Makefile 
	textproc/p5-String-ShellQuote: Makefile 
	textproc/p5-String-Similarity: Makefile 
	textproc/p5-Syntax-Highlight-HTML: Makefile 
	textproc/p5-Syntax-Highlight-Mason: Makefile 
	textproc/p5-Syntax-Highlight-Perl: Makefile 
	textproc/p5-Template: Makefile 
	textproc/p5-Template-Plugin-Class: Makefile 
	textproc/p5-Template-Plugin-GD: Makefile 
	textproc/p5-Template-Plugin-Markdown: Makefile 
	textproc/p5-Template-Plugin-Number-Format: Makefile 
	textproc/p5-Template-Provider-Encoding: Makefile 
	textproc/p5-Template-Timer: Makefile 
	textproc/p5-Text-ASCIIMathML: Makefile 
	textproc/p5-Text-Affixes: Makefile 
	textproc/p5-Text-Aligner: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-Text-Autoformat: Makefile 
	textproc/p5-Text-CSV: Makefile 
	textproc/p5-Text-CSV_XS: Makefile 
	textproc/p5-Text-Diff: Makefile 
	textproc/p5-Text-Diff-HTML: Makefile 
	textproc/p5-Text-DoubleMetaphone: Makefile 
	textproc/p5-Text-German: Makefile 
	textproc/p5-Text-Glob: Makefile 
	textproc/p5-Text-LevenshteinXS: Makefile 
	textproc/p5-Text-Markdown: Makefile 
	textproc/p5-Text-PDF: Makefile 
	textproc/p5-Text-Quoted: Makefile 
	textproc/p5-Text-RecordParser: Makefile 
	textproc/p5-Text-Reform: Makefile 
	textproc/p5-Text-SimpleTable: Makefile 
	textproc/p5-Text-Table: Makefile 
	textproc/p5-Text-TabularDisplay: Makefile 
	textproc/p5-Text-Tags: Makefile 
	textproc/p5-Text-Template: Makefile 
	textproc/p5-Text-Textile: Makefile 
	textproc/p5-Text-Thread: Makefile 
	textproc/p5-Text-Tmpl: Makefile 
	textproc/p5-Text-Unidecode: Makefile 
	textproc/p5-Text-WikiFormat: Makefile 
	textproc/p5-Text-WordDiff: Makefile 
	textproc/p5-Text-Wrapper: Makefile 
	textproc/p5-WML-Card: Makefile 
	textproc/p5-XML-AutoWriter: Makefile 
	textproc/p5-XML-Checker: Makefile 
	textproc/p5-XML-DOM: Makefile 
	textproc/p5-XML-Dumper: Makefile 
	textproc/p5-XML-Elemental: Makefile 
	textproc/p5-XML-Filter-BufferText: Makefile 
	textproc/p5-XML-Filter-ExceptionLocator: Makefile 
	textproc/p5-XML-Generator: Makefile 
	textproc/p5-XML-LibXML: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-Literal: Makefile 
	textproc/p5-XML-NamespaceSupport: Makefile 
	textproc/p5-XML-Parser: Makefile 
	textproc/p5-XML-RAI: Makefile 
	textproc/p5-XML-RSS: Makefile 
	textproc/p5-XML-RSS-LibXML: Makefile 
	textproc/p5-XML-RSS-Parser: Makefile 
	textproc/p5-XML-RSS-Timing: Makefile 
	textproc/p5-XML-RSS-TimingBot: Makefile 
	textproc/p5-XML-RSSLite: Makefile 
	textproc/p5-XML-RegExp: Makefile 
	textproc/p5-XML-SAX: Makefile 
	textproc/p5-XML-SAX-Expat: Makefile 
	textproc/p5-XML-SAX-Expat-Incremental: Makefile 
	textproc/p5-XML-SAX-ExpatXS: Makefile 
	textproc/p5-XML-SAX-Writer: Makefile 
	textproc/p5-XML-Sablotron: Makefile 
	textproc/p5-XML-Simple: Makefile 
	textproc/p5-XML-Smart: Makefile 
	textproc/p5-XML-Stream: Makefile 
	textproc/p5-XML-Twig: Makefile 
	textproc/p5-XML-Validator-Schema: Makefile 
	textproc/p5-XML-Writer: Makefile 
	textproc/p5-XML-XPath: Makefile 
	textproc/p5-XML-XPathEngine: Makefile 
	textproc/p5-XML-XSLT: Makefile 
	textproc/p5-XML-XSPF: Makefile 
	textproc/p5-ack: Makefile 
	textproc/p5-sdf: Makefile 
	textproc/p5-tkispell: Makefile 
	textproc/par   : Makefile 
	textproc/pinfo : Makefile 
	textproc/py-epydoc: Makefile 
	textproc/py-sphinx: Makefile 
	textproc/raptor: Makefile 
	textproc/redland: Makefile 
	textproc/rman  : Makefile 
	textproc/rxp   : Makefile 
	textproc/sablotron: Makefile 
	textproc/sgmlformat: Makefile 
	textproc/sim   : Makefile 
	textproc/source-highlight: Makefile 
	textproc/spiff : Makefile 
	textproc/swish-e: Makefile 
	textproc/texi2html: Makefile 
	textproc/textutils: Makefile 
	textproc/tre   : Makefile 
	textproc/txt2tags: Makefile 
	textproc/unrtf : Makefile 
	textproc/urlview: Makefile 
	textproc/wdiff : Makefile 
	textproc/xmlcatmgr: Makefile 
	textproc/xmlto : Makefile 
	textproc/xmlwf : Makefile 
	textproc/xpdf  : Makefile 
	textproc/xxdiff: Makefile 
	textproc/zathura: Makefile 
	textproc/zoem  : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/19 01:59:04

Modified files:
	security/l0phtcrack: Makefile 
	security/l0phtcrack/patches: patch-Makefile patch-includes_h 
	security/l0phtcrack/pkg: PLIST 
Added files:
	security/l0phtcrack/patches: patch-chal_resp_c patch-util_c 
	                             patch-ztest_c 

Log message:
libdes -> libcrypto
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 02:02:58

Modified files:
	www/ajaxterm   : Makefile 
	www/ap2-mod_perl: Makefile 
	www/apache-httpd: Makefile 
	www/bk2site    : Makefile 
	www/bluefish   : Makefile 
	www/bozohttpd  : Makefile 
	www/bricolage  : Makefile 
	www/calamaris  : Makefile 
	www/cgiparse   : Makefile 
	www/cherokee   : Makefile 
	www/clearsilver: Makefile 
	www/cntlm      : Makefile 
	www/cronolog   : Makefile 
	www/cssed      : Makefile 
	www/dansguardian: Makefile 
	www/dillo      : Makefile 
	www/elinks     : Makefile 
	www/epiphany   : Makefile 
	www/fcgi       : Makefile 
	www/ffproxy    : Makefile 
	www/gnash      : Makefile 
	www/hiawatha   : Makefile 
	www/http_load  : Makefile 
	www/http_ping  : Makefile 
	www/igal       : Makefile 
	www/japana     : Makefile 
	www/junkbuster : Makefile 
	www/kazehakase : Makefile 
	www/liferea    : Makefile 
	www/lighttpd   : Makefile 
	www/linkchecker: Makefile 
	www/links      : Makefile 
	www/links+     : Makefile 
	www/llgal      : Makefile 
	www/man2web    : Makefile 
	www/mhonarc    : Makefile 
	www/mod_perl   : Makefile 
	www/mozilla-firefox: Makefile 
	www/mozplugger : Makefile 
	www/nostromo   : Makefile 
	www/opera      : Makefile 
	www/p5-Apache-ASP: Makefile 
	www/p5-Apache-DB: Makefile 
	www/p5-Apache-DBI: Makefile 
	www/p5-Apache-Gallery: Makefile 
	www/p5-Apache-MP3: Makefile 
	www/p5-Apache-Reload: Makefile 
	www/p5-Apache-Session: Makefile 
	www/p5-Apache-Session-Generate-UUID: Makefile 
	www/p5-Apache-Session-Memcached: Makefile 
	www/p5-Apache-Test: Makefile 
	www/p5-Blatte-HTML: Makefile 
	www/p5-CGI-Ajax: Makefile 
	www/p5-CGI-Application: Makefile 
	www/p5-CGI-Application-Generator: Makefile 
	www/p5-CGI-Application-Plugin-ConfigAuto: Makefile 
	www/p5-CGI-Application-Plugin-ValidateRM: Makefile 
	www/p5-CGI-Cookie-Splitter: Makefile 
	www/p5-CGI-Deurl: Makefile 
	www/p5-CGI-FormBuilder: Makefile 
	www/p5-CGI-Lite: Makefile 
	www/p5-CGI-SSI : Makefile 
	www/p5-CGI-Session: Makefile 
	www/p5-CGI-Simple: Makefile 
	www/p5-CGI-Untaint: Makefile 
	www/p5-CGI-XMLApplication: Makefile 
	www/p5-CSS-Minifier: Makefile 
	www/p5-CSS-Squish: Makefile 
	www/p5-CSS-Tiny: Makefile 
	www/p5-Catalyst-Action-RenderView: Makefile 
	www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile 
	www/p5-Catalyst-Component-InstancePerContext: Makefile 
	www/p5-Catalyst-Controller-FormBuilder: Makefile 
	www/p5-Catalyst-Controller-HTML-FormFu: Makefile 
	www/p5-Catalyst-Devel: Makefile 
	www/p5-Catalyst-Engine-Apache: Makefile 
	www/p5-Catalyst-Engine-HTTP-POE: Makefile 
	www/p5-Catalyst-Helper-Controller-Scaffold: Makefile 
	www/p5-Catalyst-Log-Log4perl: Makefile 
	www/p5-Catalyst-Plugin-Cache: Makefile 
	www/p5-Catalyst-Plugin-Cache-FileCache: Makefile 
	www/p5-Catalyst-Plugin-Cache-Memcached: Makefile 
	www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader-Environment: Makefile 
	www/p5-Catalyst-Plugin-DefaultEnd: Makefile 
	www/p5-Catalyst-Plugin-FormValidator: Makefile 
	www/p5-Catalyst-Plugin-HTML-Widget: Makefile 
	www/p5-Catalyst-Plugin-I18N: Makefile 
	www/p5-Catalyst-Plugin-LogWarnings: Makefile 
	www/p5-Catalyst-Plugin-PageCache: Makefile 
	www/p5-Catalyst-Plugin-Pluggable: Makefile 
	www/p5-Catalyst-Plugin-Prototype: Makefile 
	www/p5-Catalyst-Plugin-Session: Makefile 
	www/p5-Catalyst-Plugin-Session-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-PerUser: Makefile 
	www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile 
	www/p5-Catalyst-Plugin-Session-State-URI: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-File: Makefile 
	www/p5-Catalyst-Plugin-Singleton: Makefile 
	www/p5-Catalyst-Plugin-Static-Simple: Makefile 
	www/p5-Catalyst-Plugin-SubRequest: Makefile 
	www/p5-Catalyst-Plugin-XMLRPC: Makefile 
	www/p5-Catalyst-Runtime: Makefile 
	www/p5-Catalyst-View-Mason: Makefile 
	www/p5-Config-ApacheFormat: Makefile 
	www/p5-Data-URIEncode: Makefile 
	www/p5-Drupal-Admin: Makefile 
	www/p5-FCGI-ProcManager: Makefile 
	www/p5-Feed-Find: Makefile 
	www/p5-HTML-Base: Makefile 
	www/p5-HTML-CGIChecker: Makefile 
	www/p5-HTML-Calendar-Month-Simple: Makefile 
	www/p5-HTML-Clean: Makefile 
	www/p5-HTML-Copy: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-FillInForm: Makefile 
	www/p5-HTML-FormFu: Makefile 
	www/p5-HTML-Format: Makefile 
	www/p5-HTML-FormatText-WithLinks: Makefile 
	www/p5-HTML-FromText: Makefile 
	www/p5-HTML-Highlight: Makefile 
	www/p5-HTML-Lint: Makefile 
	www/p5-HTML-Mason: Makefile 
	www/p5-HTML-Parser: Makefile 
	www/p5-HTML-PopupTreeSelect: Makefile 
	www/p5-HTML-Prototype: Makefile 
	www/p5-HTML-ResolveLink: Makefile 
	www/p5-HTML-RewriteAttributes: Makefile 
	www/p5-HTML-SBC: Makefile 
	www/p5-HTML-Scrubber: Makefile 
	www/p5-HTML-SimpleParse: Makefile 
	www/p5-HTML-SiteTear: Makefile 
	www/p5-HTML-Stream: Makefile 
	www/p5-HTML-StripScripts: Makefile 
	www/p5-HTML-StripScripts-Parser: Makefile 
	www/p5-HTML-Table: Makefile 
	www/p5-HTML-TableContentParser: Makefile 
	www/p5-HTML-TableExtract: Makefile 
	www/p5-HTML-TagCloud: Makefile 
	www/p5-HTML-TagFilter: Makefile 
	www/p5-HTML-Tagset: Makefile 
	www/p5-HTML-Template: Makefile 
	www/p5-HTML-Template-Expr: Makefile 
	www/p5-HTML-Template-JIT: Makefile 
	www/p5-HTML-Tidy: Makefile 
	www/p5-HTML-Tiny: Makefile 
	www/p5-HTML-TokeParser-Simple: Makefile 
	www/p5-HTML-Tree: Makefile 
	www/p5-HTML-TreeBuilder-XPath: Makefile 
	www/p5-HTML-Widget: Makefile 
	www/p5-HTTP-Async: Makefile 
	www/p5-HTTP-Body: Makefile 
	www/p5-HTTP-BrowserDetect: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-HTTP-GetImages: Makefile 
	www/p5-HTTP-Lite: Makefile 
	www/p5-HTTP-Proxy: Makefile 
	www/p5-HTTP-Recorder: Makefile 
	www/p5-HTTP-Request-AsCGI: Makefile 
	www/p5-HTTP-Request-Params: Makefile 
	www/p5-HTTP-Response-Encoding: Makefile 
	www/p5-HTTP-Server-Simple: Makefile 
	www/p5-HTTP-Server-Simple-Mason: Makefile 
	www/p5-HTTP-Server-Simple-Recorder: Makefile 
	www/p5-HTTPD-Log-Filter: Makefile 
	www/p5-JavaScript-Minifier: Makefile 
	www/p5-LWP-Authen-Wsse: Makefile 
	www/p5-LWP-UserAgent-Determined: Makefile 
	www/p5-MasonX-Interp-WithCallbacks: Makefile 
	www/p5-Maypole : Makefile 
	www/p5-Maypole-Authentication-UserSessionCookie: Makefile 
	www/p5-Mojo    : Makefile 
	www/p5-MojoX-Session: Makefile 
	www/p5-PHP-Serialization: Makefile 
	www/p5-PHP-Session: Makefile 
	www/p5-Plagger : Makefile 
	www/p5-PodToHTML: Makefile 
	www/p5-RTx-Tags: Makefile 
	www/p5-Rose-HTML-Objects: Makefile 
	www/p5-Rose-HTMLx-Form-Field-Autocomplete: Makefile 
	www/p5-Rose-URI: Makefile 
	www/p5-SCGI    : Makefile 
	www/p5-SOAP-Lite: Makefile 
	www/p5-Test-HTTP-Server-Simple: Makefile 
	www/p5-URI     : Makefile 
	www/p5-URI-Fetch: Makefile 
	www/p5-URI-Find: Makefile 
	www/p5-WWW-Bugzilla: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/p5-WWW-Ebay: Makefile 
	www/p5-WWW-Google-SiteMap: Makefile 
	www/p5-WWW-IndexParser: Makefile 
	www/p5-WWW-Mechanize: Makefile 
	www/p5-WWW-Mechanize-TreeBuilder: Makefile 
	www/p5-WWW-Robot: Makefile 
	www/p5-WWW-Search: Makefile 
	www/p5-WWW-Search-Ebay: Makefile 
	www/p5-WWW-Tumblr: Makefile 
	www/p5-WWW-Wikipedia: Makefile 
	www/p5-Weather-Com: Makefile 
	www/p5-WebService-Audioscrobbler: Makefile 
	www/p5-WebService-MusicBrainz: Makefile 
	www/p5-XML-Atom: Makefile 
	www/p5-XML-Atom-SimpleFeed: Makefile 
	www/p5-XML-Feed: Makefile 
	www/p5-libapreq: Makefile 
	www/p5-libapreq2: Makefile 
	www/p5-libwww  : Makefile 
	www/p5-pQuery  : Makefile 
	www/perlbal    : Makefile 
	www/php5/core  : Makefile 
	www/polipo     : Makefile 
	www/pound      : Makefile 
	www/privoxy    : Makefile 
	www/py-nevow   : Makefile 
	www/raggle     : Makefile 
	www/rawdog     : Makefile 
	www/retawq     : Makefile 
	www/sarg       : Makefile 
	www/seamonkey  : Makefile 
	www/snownews   : Makefile 
	www/spawn-fcgi : Makefile 
	www/squid      : Makefile 
	www/surf       : Makefile 
	www/surfraw    : Makefile 
	www/thttpd     : Makefile 
	www/tidy       : Makefile 
	www/tinyproxy  : Makefile 
	www/tntnet     : Makefile 
	www/transproxy : Makefile 
	www/varnish    : Makefile 
	www/w3m        : Makefile 
	www/w3mir      : Makefile 
	www/wApua      : Makefile 
	www/webalizer  : Makefile 
	www/weblint    : Makefile 
	www/wml        : Makefile 
	www/wwwcount   : Makefile 
	www/wwwoffle   : Makefile 
	www/xapian-omega: Makefile 
	www/zopeedit   : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/19 02:09:17

Log message:
    import ports/multimedia/get_flash_videos, suggestions/ok jasper@
    
    Download or play videos from various Flash-based video hosting
    sites, without having to use the Flash player. You may optionally
    install rtmpdump to allow download from additional sites.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20101019
    
    N ports/multimedia/get_flash_videos/Makefile
    N ports/multimedia/get_flash_videos/distinfo
    N ports/multimedia/get_flash_videos/patches/patch-get_flash_videos
    N ports/multimedia/get_flash_videos/pkg/PLIST
    N ports/multimedia/get_flash_videos/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/19 02:09:45

Modified files:
	multimedia     : Makefile 

Log message:
+get_flash_videos


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 02:14:01

Modified files:
	x11/Xdialog    : Makefile 
	x11/aewm       : Makefile 
	x11/afterstep  : Makefile 
	x11/amiwm      : Makefile 
	x11/asapm      : Makefile 
	x11/asclock    : Makefile 
	x11/asfiles    : Makefile 
	x11/astime     : Makefile 
	x11/aterm      : Makefile 
	x11/awesome    : Makefile 
	x11/bbkeys     : Makefile 
	x11/bclock     : Makefile 
	x11/belt       : Makefile 
	x11/bgs        : Makefile 
	x11/blackbox   : Makefile 
	x11/blast      : Makefile 
	x11/bluetile   : Makefile 
	x11/bricons    : Makefile 
	x11/chbg       : Makefile 
	x11/ctwm       : Makefile 
	x11/dbus       : Makefile 
	x11/dbus-glib  : Makefile 
	x11/dclock     : Makefile 
	x11/devilspie  : Makefile 
	x11/dmenu      : Makefile 
	x11/driftnet   : Makefile 
	x11/dwm        : Makefile 
	x11/emelfm2    : Makefile 
	x11/emiclock   : Makefile 
	x11/eterm      : Makefile 
	x11/evilwm     : Makefile 
	x11/fltk       : Makefile 
	x11/fluxbox    : Makefile 
	x11/flwm       : Makefile 
	x11/fvwm2      : Makefile 
	x11/fvwm95     : Makefile 
	x11/gbdfed     : Makefile 
	x11/gdesklets  : Makefile 
	x11/gentoo     : Makefile 
	x11/gigolo     : Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/byzanz: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/krb5-auth-dialog: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-plugins: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/zenity: Makefile 
	x11/gnome-mplayer: Makefile 
	x11/gnustep/back: Makefile 
	x11/gnustep/base: Makefile 
	x11/gnustep/gui: Makefile 
	x11/gnustep/make: Makefile 
	x11/gob2       : Makefile 
	x11/golem      : Makefile 
	x11/gtk+       : Makefile 
	x11/gtk-chtheme: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtk2-theme-switch: Makefile 
	x11/gxmessage  : Makefile 
	x11/i3         : Makefile 
	x11/ion        : Makefile 
	x11/isomaster  : Makefile 
	x11/itk        : Makefile 
	x11/iwidgets   : Makefile 
	x11/jwm        : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/kdoc3  : Makefile 
	x11/kde/sdk3   : Makefile 
	x11/kde4/accessibility: Makefile 
	x11/kde4/base  : Makefile 
	x11/kde4/base-runtime: Makefile 
	x11/kde4/base-workspace: Makefile 
	x11/kde4/edu   : Makefile 
	x11/kde4/libs  : Makefile 
	x11/kde4/pim   : Makefile 
	x11/kde4/sdk   : Makefile 
	x11/kde4/toys  : Makefile 
	x11/kde4/utils : Makefile 
	x11/klavaro    : Makefile 
	x11/krusader   : Makefile 
	x11/lesstif    : Makefile 
	x11/lupe       : Makefile 
	x11/lxrandr    : Makefile 
	x11/mlterm     : Makefile 
	x11/mplayer    : Makefile 
	x11/mrxvt      : Makefile 
	x11/mterm      : Makefile 
	x11/mxconns    : Makefile 
	x11/ogle       : Makefile 
	x11/olvwm      : Makefile 
	x11/openbox    : Makefile 
	x11/openmotif  : Makefile 
	x11/oroborus   : Makefile 
	x11/osd_clock  : Makefile 
	x11/p5-AnyEvent-I3: Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-Ex-FormFactory: Makefile 
	x11/p5-Gtk2-Ex-PodViewer: Makefile 
	x11/p5-Gtk2-Ex-Simple-List: Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/p5-Tk      : Makefile 
	x11/p5-Tk-ProgressBar-Mac: Makefile 
	x11/p5-Tk-Splash: Makefile 
	x11/p5-Tk-Stderr: Makefile 
	x11/p5-Wx      : Makefile 
	x11/p5-X-Osd   : Makefile 
	x11/p5-X11-Protocol: Makefile 
	x11/partiwm    : Makefile 
	x11/pbrowser   : Makefile 
	x11/pekwm      : Makefile 
	x11/piewm      : Makefile 
	x11/pinot      : Makefile 
	x11/podbrowser : Makefile 
	x11/pwm        : Makefile 
	x11/qt3        : Makefile 
	x11/qvwm       : Makefile 
	x11/qwt        : Makefile 
	x11/ratmen     : Makefile 
	x11/ratpoison  : Makefile 
	x11/rdesktop   : Makefile 
	x11/rendercheck: Makefile 
	x11/root-tail  : Makefile 
	x11/rox-filer  : Makefile 
	x11/rxvt       : Makefile 
	x11/rxvt-unicode: Makefile 
	x11/sawfish    : Makefile 
	x11/sclock     : Makefile 
	x11/scrotwm    : Makefile 
	x11/sisctrl    : Makefile 
	x11/sliderule  : Makefile 
	x11/slim       : Makefile 
	x11/smplayer   : Makefile 
	x11/stalonetray: Makefile 
	x11/swisswatch : Makefile 
	x11/tint       : Makefile 
	x11/tk/8.4     : Makefile 
	x11/tk/8.5     : Makefile 
	x11/tkcon      : Makefile 
	x11/tkhtml     : Makefile 
	x11/tktable    : Makefile 
	x11/tktray     : Makefile 
	x11/tktreectrl : Makefile 
	x11/tvtwm      : Makefile 
	x11/type1inst  : Makefile 
	x11/unclutter  : Makefile 
	x11/video      : Makefile 
	x11/viewfax    : Makefile 
	x11/vlc        : Makefile 
	x11/waimea     : Makefile 
	x11/windowmaker: Makefile 
	x11/wm2        : Makefile 
	x11/wmcalclock : Makefile 
	x11/wmclock    : Makefile 
	x11/wmclockmon : Makefile 
	x11/wmfishtime : Makefile 
	x11/wmi        : Makefile 
	x11/wmii       : Makefile 
	x11/wmpinboard : Makefile 
	x11/wmtz       : Makefile 
	x11/wmweather  : Makefile 
	x11/wterm      : Makefile 
	x11/x11vnc     : Makefile 
	x11/x2vnc      : Makefile 
	x11/x2x        : Makefile 
	x11/xaniroc    : Makefile 
	x11/xantfarm   : Makefile 
	x11/xarchive   : Makefile 
	x11/xautolock  : Makefile 
	x11/xawtv      : Makefile 
	x11/xbae       : Makefile 
	x11/xbindkeys  : Makefile 
	x11/xcb        : Makefile 
	x11/xclip      : Makefile 
	x11/xco        : Makefile 
	x11/xcoloredit : Makefile 
	x11/xcolors    : Makefile 
	x11/xcursorgen : Makefile 
	x11/xdaliclock : Makefile 
	x11/xdesktopwaves: Makefile 
	x11/xdmchoose  : Makefile 
	x11/xdotool    : Makefile 
	x11/xdtm       : Makefile 
	x11/xdu        : Makefile 
	x11/xfce4/exo  : Makefile 
	x11/xfce4/orage: Makefile 
	x11/xfce4/terminal: Makefile 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/xfce4-dict: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfdesktop: Makefile 
	x11/xfce4/xfmpc: Makefile 
	x11/xfe        : Makefile 
	x11/xfed       : Makefile 
	x11/xfedor     : Makefile 
	x11/xfm        : Makefile 
	x11/xforms     : Makefile 
	x11/xgrab      : Makefile 
	x11/xkbset     : Makefile 
	x11/xkeycaps   : Makefile 
	x11/xloadimage : Makefile 
	x11/xlogout    : Makefile 
	x11/xmascot    : Makefile 
	x11/xmbdfed    : Makefile 
	x11/xmonad     : Makefile 
	x11/xosd       : Makefile 
	x11/xpad       : Makefile 
	x11/xplanet    : Makefile 
	x11/xplot      : Makefile 
	x11/xpostit    : Makefile 
	x11/xpostitPlus: Makefile 
	x11/xprompt    : Makefile 
	x11/xrestop    : Makefile 
	x11/xrootconsole: Makefile 
	x11/xscreensaver: Makefile 
	x11/xsel       : Makefile 
	x11/xsnow      : Makefile 
	x11/xtacy      : Makefile 
	x11/xtattr     : Makefile 
	x11/xtermset   : Makefile 
	x11/xtestpicture: Makefile 
	x11/xtoolwait  : Makefile 
	x11/xtraceroute: Makefile 
	x11/xtu        : Makefile 
	x11/xview/clients: Makefile 
	x11/xview/lib  : Makefile 
	x11/xvkbd      : Makefile 
	x11/xwit       : Makefile 
	x11/xwrits     : Makefile 
	x11/xzoom      : Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/10/19 03:10:13

Modified files:
	usr.sbin/ldapd : auth.c conn.c ldapd.h 

Log message:
Remember the bind DN after BSD authentication. This makes access control
work for SASL and BSDAUTH binds as it does for simple binds.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/10/19 03:20:48

Modified files:
	usr.sbin/ldapd : ber.c 

Log message:
When checking if the input buffer is large enough to hold an LDAP request,
compare with available space, not the total space. This fixes rejection of
messages when there are multiple requests queued in the input buffer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/19 03:21:04

Modified files:
	math/calc      : Makefile 
	math/ecm       : Makefile 
	math/grace     : Makefile 
	math/p5-Math-GMP: Makefile 
	math/wcalc     : Makefile 
	math/xspread   : Makefile 
	misc/amanda    : Makefile 
	misc/figlet    : Makefile 
	misc/ftdi-eeprom: Makefile 
	misc/gnugetopt : Makefile 
	misc/gramps    : Makefile 
	misc/uniutils  : Makefile 

Log message:
fix tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/10/19 03:34:41

Modified files:
	usr.sbin/ldapd : attributes.c 

Log message:
Fix a segmentation fault when adding an attribute to an empty entry.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/19 04:03:23

Modified files:
	usr.bin/tcpbench: tcpbench.c 

Log message:
Add a few more tcpcb and sockbuffer variables that tcpbench can inspect.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/19 05:00:50

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Unify some error messages to simplify reset code. No functional
change.

ok nicm@

From shadchin.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/19 05:37:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
fix a split() which was causing problems with the mbox.5 manpage
in Mutt, as noticed by Andreas Kahari. ok espie@ "we'll fix the fix
if it breaks".


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 05:38:42

Modified files:
	.              : INDEX 

Log message:
fix, loads more BUILD_DEPENDS on groff


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/19 08:31:15

Modified files:
	faq/pf/pt      : macros.html options.html 
	faq/pf/zh      : authpf.html config.html index.html macros.html 
	                 perf.html scrub.html tables.html 
	faq/zh         : current.html faq1.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq6.html 
	                 index.html 
	opencvs/zh     : goals.html index.html manual.html press.html 
	openntpd/pt    : goals.html index.html manual.html 
	pt             : index.html translation.html 
	spamd/zh       : index.html 
	zh             : 40.html 41.html 42.html 43.html 44.html 45.html 
	                 46.html 47.html anoncvs.html art1.html 
	                 art2.html art3.html art4.html books.html 
	                 crypto.html cvsup.html cvsync.html 
	                 disabled.html docum.html errata.html 
	                 errata40.html errata41.html errata42.html 
	                 errata43.html errata44.html errata45.html 
	                 errata46.html errata47.html ftp.html 
	                 getting.html goals.html index.html orders.html 
	                 plat.html query-pr.html smp.html 
	                 translation.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/19 08:33:40

Modified files:
	games/gbrainy  : Makefile distinfo 
	games/gbrainy/pkg: PLIST 

Log message:
update to 1.52 (latest & greatest, not to mention it builds with mono 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/19 08:37:01

Modified files:
	sysutils/colorls: Makefile distinfo 

Log message:
sync with 4.8, no need for groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/19 08:37:01

Modified files:
	audio/vorbis-tools: Makefile 

Log message:
Fix typo pointed out by Markus Lude, didn't build -> no bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/19 08:48:57

Modified files:
	devel/ruby-bacon: Makefile 
	devel/ruby-bacon/pkg: PLIST 

Log message:
Remove bin/bacon from being installed in two separate places.  This was
broken in ruby.port.mk for a short while, and this port was affected.
Noticed by naddy@.

ok naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/19 09:20:36

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Use a different construct for USE_X11 so that it actually does what it
was meant for.

ok landry@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/19 09:21:04

Modified files:
	devel/ORBit2   : Makefile 
	devel/atk      : Makefile 
	devel/gconfmm  : Makefile 
	devel/py-gobject: Makefile 
	devel/json-glib: Makefile 
	devel/libIDL   : Makefile 
	devel/libgdata : Makefile 
	devel/libgsf   : Makefile 
	devel/libsoup  : Makefile 
	devel/glib2mm  : Makefile 
	devel/libgee   : Makefile 
	devel/atk2mm   : Makefile 
	devel/py-orbit : Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/liboobs  : Makefile 
	graphics/libart: Makefile 
	lang/ezm3      : Makefile 
	lang/vala      : Makefile 
	sysutils/gamin : Makefile 
	sysutils/system-tools-backends: Makefile 
	textproc/gtk-doc: Makefile 
	textproc/intltool: Makefile 
	textproc/rarian: Makefile 
	www/libcroco   : Makefile 
	x11/gnome/audio: Makefile 
	x11/gnome/backgrounds: Makefile 
	x11/gnome/common: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/games-extra-data: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libgdamm: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/mime-data: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/industrial-icon-theme: Makefile 
	x11/matchbox/matchbox-common: Makefile 

Log message:
Remove USE_X11=No, it's no needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/19 10:54:15

Modified files:
	usr.bin/ctags  : ctags.1 
	usr.bin/indent : indent.1 

Log message:
no more vgrind(1); ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/19 10:58:17

Modified files:
	sys/dev/ic     : ar9380reg.h 

Log message:
update initialization values for the Osprey 2.2.
see http://marc.info/?l=linux-wireless&m=128746728412954&w=2 for a list
of changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/10/19 12:18:29

Modified files:
	infrastructure/templates: Makefile.template 

Log message:
Put the new USE_GROFF into Makefile.template.
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/19 12:43:56

Modified files:
	emulators/wine : Makefile 

Log message:
this port is unfinished, add a comment to make it even more obvious
than the commit logs already are.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/10/19 12:56:36

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 
	devel/p5-Devel-NYTProf/patches: patch-FileHandle_xs 
	devel/p5-Devel-NYTProf/pkg: PLIST 

Log message:
update p5-Devel-NYTProf to 4.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/19 12:56:58

Modified files:
	x11/gcolor2    : Makefile 

Log message:
add intltool MODULE. Failure reported by Jiri B.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/19 13:01:05

Modified files:
	sys/sys        : syslog.h 

Log message:
Remove the LOG_MAKEPRI macro.  It has been broken (the << 3 is wrong) since
the dawn of time.  A few systems fixed^Hchanged it, thus breaking other code.
Since the usage of it is now a mess, the right path from here on out is to
*remove* the macro forever and cope with the (very minor) fallout.
ok guenther tedu millert sthen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/19 13:33:36

Modified files:
	.              : 48.html 

Log message:
mention acpi


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 13:45:54

Modified files:
	archivers/libarchive: Makefile 
	archivers/lzop : Makefile 
	archivers/p5-Compress-Bzip2: Makefile 
	archivers/p5-Compress-LZO: Makefile 
	archivers/rzip : Makefile 
	audio/mpd      : Makefile 
	cad/kicad      : Makefile 

Log message:
LIB_DEPENDS -> WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/19 13:46:12

Modified files:
	lang/g77       : Makefile 
	lang/g77-old   : Makefile 
	lang/gfortran  : Makefile 

Log message:
no need for groff, we explicitly use mandoc


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/19 14:05:52

Modified files:
	etc            : man.conf 

Log message:
There is no more groff in the base system, so use mandoc(1) to format
manuals on demand by man(1), even though a few manuals may still have
formatting issues with mandoc, and a tiny fraction may still make
mandoc error out.
Also remove the .me and .ms _build rules: we don't support these
formats any longer, and don't have any such manuals in base.
OK deraadt@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 14:07:15

Modified files:
	cad/xnecview   : Makefile 
	comms/dfu-util : Makefile 
	comms/gnokii   : Makefile 
	comms/hamlib   : Makefile 
	comms/smstools : Makefile 

Log message:
LIB_DEPENDS -> WANTLIB


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2010/10/19 14:07:54

Modified files:
	.              : 48.html 

Log message:
mpi, mpii and ciss got better


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/19 14:09:20

ports/net/csup/patches

Update of /cvs/ports/net/csup/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11132/patches

Log Message:
Directory /cvs/ports/net/csup/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/19 14:11:49

Modified files:
	net/csup       : Makefile distinfo 
	net/csup/pkg   : PLIST 
Added files:
	net/csup/patches: patch-Makefile patch-auth_c patch-cpasswd_sh 

Log message:
sync with FreeBSD-CURRENT as of today


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/19 14:23:55

Modified files:
	distrib/i386/common: Makefile.inc 
	etc/etc.i386   : disktab 
	sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 

Log message:
grow i386 inside media a teeny bit


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/19 14:34:15

Modified files:
	www/midori     : Makefile 
Removed files:
	www/midori/pkg : MESSAGE 

Log message:
Remove pkg/MESSAGE, irrelevant now.


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2010/10/19 14:58:07

Modified files:
	.              : 48.html 

Log message:
amd64, i386, hppa, sparc64 and *ppc were switched to gcc4


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/19 15:04:52

Modified files:
	archivers/libarchive: Makefile 
	audio/rtunes   : Makefile 
	benchmarks/smtp-benchmark: Makefile 
	comms/birda    : Makefile 
	devel/bluetooth-libs: Makefile 
	devel/ctm      : Makefile 
	devel/libclog  : Makefile 
	games/sudoku-solver: Makefile 
	graphics/png   : Makefile 
	net/bluetooth-tools: Makefile 
	net/cnupm      : Makefile 
	net/ftpsesame  : Makefile 
	net/ipcalc     : Makefile 
	net/netfwd     : Makefile 
	net/openvpn_bsdauth: Makefile 
	net/pfstat     : Makefile 
	net/ifmcstat   : Makefile 

Log message:
ports that preformat man pages with mandoc via bsd.man.mk don't need groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 15:22:52

Log message:
    groff will work better with the mandoc macros, as noticed by naddy@
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/textproc/groff.mdoc/Makefile
    N ports/textproc/groff.mdoc/files/tmac.andoc
    N ports/textproc/groff.mdoc/files/strip.sed
    N ports/textproc/groff.mdoc/files/mdoc/doc-syms
    N ports/textproc/groff.mdoc/files/mdoc/doc-nroff
    N ports/textproc/groff.mdoc/files/mdoc/doc-ditroff
    N ports/textproc/groff.mdoc/files/mdoc/doc-common
    N ports/textproc/groff.mdoc/files/mdoc/doc
    N ports/textproc/groff.mdoc/files/mdoc/README
    N ports/textproc/groff.mdoc/pkg/PLIST
    N ports/textproc/groff.mdoc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 15:26:26

Modified files:
	textproc       : Makefile 
	textproc/groff : Makefile 

Log message:
make sure groff has its macros


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/19 16:49:35

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
unbreak the tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/10/19 18:20:06

Modified files:
	www/xxxterm    : Makefile distinfo 

Log message:
bump to latest version

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/10/19 18:38:58

Modified files:
	x11/scrotwm    : Makefile distinfo 
	x11/scrotwm/patches: patch-scrotwm_c 
	x11/scrotwm/pkg: PLIST 

Log message:
move to the latest version

ok sthen


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/19 19:07:19

Modified files:
	faq            : upgrade48.html 

Log message:
bah. lots of files to delete, forgot about them.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/20 00:51:26

Modified files:
	usr.bin/cvs    : rcsparse.c 
	usr.bin/rcs    : rcsparse.c 

Log message:
Prevent a NULL pointer dereference if rcsparse_deltatexts is called with
a revision not specified as delta in an RCS file.

Spotted by and ok zinovik


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/20 03:21:32

Modified files:
	build          : support.dat 

Log message:
updates from www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/20 03:21:40

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/20 04:16:50

Modified files:
	devel/mono-flickrnet: Makefile 
	devel/mono-flickrnet/pkg: PLIST 
Added files:
	devel/mono-flickrnet/patches: patch-FlickrNet_FlickrNet_csproj 

Log message:
switch over to xbuild


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/20 04:17:33

Added files:
	x11/gnome/f-spot/patches: 
	                          patch-src_Clients_MainApp_FSpot_Loaders_GdkImageLoader_cs 

Log message:
Add a missing patch. Neede by mono-2.8


CVSROOT:	/cvs
Module name:	www
Changes by:	claudio@cvs.openbsd.org	2010/10/20 04:19:32

Modified files:
	.              : 48.html 

Log message:
Add a bunch of network related things we did in 4.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/20 05:29:46

Modified files:
	sysutils/tentakel: Makefile 
Added files:
	sysutils/tentakel/patches: patch-py_lekatnet_config_py 
	                           patch-py_lekatnet_plugins_rsh_py 
	                           patch-py_lekatnet_remote_py 

Log message:
Adapt to python 2.6.

From "Tasmanian Devil" <tasm DOT devil AT googlemail DOT com>

OK dcoppa@, sthen@, fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/20 06:16:41

Modified files:
	usr.sbin/ldpd  : kroute.c 

Log message:
Since on shutdown fib_sync is forced to 1 to remove the multicast route
it needs to be set to 0 afterwards again, because the FIB was decoupled
right before and now no "route vanished before delete" messages are
printed on shutdown.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/20 07:15:56

Modified files:
	print/texlive2010/texmf/files/rblatter: mk_openbsd_plists.sh 
	                                        rblatter 
	print/texlive2010/texmf/files/rblatter/lib: subsetshaper.rb 

Log message:
Ensure texmf split script inserts parent directories. Also update shebang to
reflect ruby package version changes.

No OK needed, not linked to build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/20 07:23:26

Modified files:
	print/texlive2010/texmf/pkg: PLIST-docs PLIST-full PLIST-main 

Log message:
packing lists with all directories listed (including parent directories). This
prevents pkg_check going nuts on texmf packages.

No OK needed, not linked.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/20 09:23:04

Modified files:
	mail/ldapvacation: Makefile 
	mail/movemail  : Makefile 
	mail/smsmail   : Makefile 
	mail/smtp-vilter: Makefile 
	math/moo       : Makefile 
	misc/ftdi-eeprom: Makefile 
	misc/garmin-utils: Makefile 
	security/assl  : Makefile 
	sysutils/iogen : Makefile 
	sysutils/login_ldap: Makefile 
	sysutils/openpoppassd: Makefile 
	sysutils/toprump: Makefile 
	sysutils/pftop : Makefile 
	sysutils/setquota: Makefile 
	sysutils/tabled: Makefile 
	sysutils/zap   : Makefile 
	sysutils/login_fingerprint: Makefile 
	sysutils/apcd  : Makefile 
	sysutils/snapdl: Makefile 
	sysutils/torture: Makefile 
	textproc/idiff : Makefile 
	www/bozohttpd  : Makefile 
	www/http_load  : Makefile 
	www/http_ping  : Makefile 
	www/nostromo   : Makefile 

Log message:
ports that preformat man pages with mandoc via bsd.man.mk don't need groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/20 09:32:40

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: patch-CMakeLists_txt 
	                        patch-CMakeModules_FindGLEW_cmake 
	                        patch-CMakeModules_FindPNG_cmake 
	                        patch-src_celeste_Utilities_cpp 
	                        patch-src_hugin1_base_wx_RunStitchPanel_cpp 
	graphics/hugin/pkg: MESSAGE PFRAG.shared PLIST 
Removed files:
	graphics/hugin/patches: patch-src_hugin1_hugin_config_defaults_h 

Log message:
update Hugin to 2010.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/20 09:36:46

Modified files:
	sysutils/usbutil: Makefile 
	sysutils/usbutil/patches: patch-Makefile 
Added files:
	sysutils/usbutil/patches: patch-usbstats_c 

Log message:
- use mandoc(1) for an mdoc(7) page
- some cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/20 12:20:36

Modified files:
	usr.bin/tmux   : cmd-list-keys.c 

Log message:
Mark repeating keys with "(repeat)" in the key list.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/10/20 13:34:27

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k 
	                          md.mvme88k md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/20 13:53:53

Modified files:
	usr.bin/cvs    : rcs.c rcs.h rcsparse.c 
	usr.bin/rcs    : co.c rcs.c rcs.h rcsparse.c rcsutil.c 

Log message:
Remove the need for rp_file in parser structure, instead keep only one
FILE pointer in RCSFILE.  This fixes some ugliness in closing an
fdopen()ed FILE and its underlying file descriptor.

Notified by Joerg Sonnenberger <joerg at britannica dot bec to de>

discussed with and ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/20 13:55:46

Modified files:
	usr.bin/rcs    : rcs.c 

Log message:
Merge OpenCVS' rcs_deltatext_set into OpenRCS, fixing a memory leak.

ok nicm zinovik


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/10/20 14:25:33

Modified files:
	gnu/usr.bin/gcc/gcc/config/alpha: openbsd.h 

Log message:
Disable __thread for alpha on OpenBSD. ok matthieu.
A few others mumbled and grumbled and didn't say much but this is blocking
X builds on alpha.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2010/10/20 14:34:19

Modified files:
	sys/dev/pci    : ehci_pci.c ohci_pci.c uhci_pci.c 

Log message:
Disestablish interrupts if attachment fails.

ok jakemsr


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/20 15:06:47

Modified files:
	faq            : current.html 

Log message:
groff removal; help from naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/20 15:31:55

Modified files:
	.              : 48.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/20 17:02:19

ports/print/texlive2010/texmf/patches

Update of /cvs/ports/print/texlive2010/texmf/patches
In directory cvs.openbsd.org:/tmp/cvs-serv916/patches

Log Message:
Directory /cvs/ports/print/texlive2010/texmf/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/20 17:13:00

Modified files:
	print/texlive2010: Makefile Makefile.inc README 
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PFRAG.xindy PLIST 
	print/texlive2010/texmf: Makefile 
Added files:
	print/texlive2010/texmf/patches: patch-texmf_web2c_texmf_cnf 
Removed files:
	print/texlive2010/base/files: fmtutil.cnf-minimal tl-link-config 

Log message:
Start hooking up dependencies between various texlive packages. Looks
like we don't need a separate fmtutil.cnf for our subsets this year,
which is a good thing as tl-link-config can go. Packing lists still need
tweaks and -full and -docs have not been touched yet. Top @xxx
(conflict etc.) directives not touched yet. Some fallout with the new mandoc
stuff will need to be looked at.

Lots more to do; having said that, I was able to compile sample2e.

No OK needed, not yet linked to build.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/20 20:24:59

Modified files:
	faq            : upgrade48.html 

Log message:
time to commit, 'nuf with the "work in progress" stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/21 01:05:09

Modified files:
	x11/gnome/ghex/pkg: PLIST 

Log message:
Zap %%SHARED%% to make it package again.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2010/10/21 02:09:35

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
print the pointer value that caused the error (if available); ok
deraadt@ nicm@ (on an earlier version)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/21 02:24:06

Modified files:
	usr.sbin/ldpd  : lde.c lde.h lde_lib.c 

Log message:
Start implementing the missing lablemapping messages in the LDE and
fix the existing ones to correctly track outstanding request and
sent / recv mappings.
Looks good to michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/10/21 04:51:05

Modified files:
	usr.bin/netstat: inet6.c 

Log message:
There is neither TCP6 nor struct tcp6cb in our kernel.  So remove
tcp6_dump() from netstat.  It was never called anyway.  No binary
change.
ok henning@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/10/21 05:38:27

Modified files:
	sys/netinet    : tcp_var.h udp_var.h 

Log message:
There is no TCP6 in our kernel, so remove the #ifndef TCP6.
No binary change.
ok claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/21 07:00:31

Modified files:
	print/texlive2010: README 
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PLIST 
	print/texlive2010/texmf: Makefile 
	print/texlive2010/texmf/pkg: PLIST-docs PLIST-full PLIST-main 

Log message:
Register all inter-texlive package dependencies, add all relevent pkg_create
directives to packing lists, update README with current status. Found bug in
gmverb, needs updating from svn, (probably my next commit).

Was able to build some complex documents fine (with the exception of gmverb).

No OK needed, not linked to build.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/21 07:20:51

Modified files:
	usr.bin/cut    : cut.1 
	usr.bin/m4     : m4.1 
	usr.bin/printf : printf.1 
	usr.bin/talk   : talk.1 

Log message:
more EXIT STATUS bits; from Daniel Dickman


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/21 09:41:55

Modified files:
	print/texlive2010: README 
	print/texlive2010/base/files: README.OpenBSD 
	print/texlive2010/texmf/pkg: PLIST-full 

Log message:
Update README.OpenBSD with new package sizes and details on how to do a
TEXMFHOME texmf install. Update the main README with details on what fails for
manual pages -- not sure what do do about this yet. Small cleanups of packing
lists.

No OK needed, not linked to build.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/21 12:57:42

Modified files:
	lib/libsndio   : aucat.c mio_thru.c 
	usr.bin/aucat  : abuf.h amsg.h aproc.c aucat.c conf.h dev.c 
	                 midi.c opt.h sock.c sock.h 

Log message:
use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding
AMSG_xxx macros, which in turns simplifies the code


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/21 13:10:52

Modified files:
	usr.bin/aucat  : aproc.c midi.c sock.c 

Log message:
fix style and typos in messages and comments


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/21 15:42:46

Modified files:
	usr.bin/aucat  : aproc.c 

Log message:
When the end of a stream is reached (ie mix_eof() called) other
possibly blocked streams are processed. If during this phase the end
of another stream is reached then stop the processing because the job
will be already finished by the second stream. Otherwise we may end up
running a destroyed stream.

help from Edward Wandasiewicz <w13ntd at googlemail.com>, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/21 15:44:36

Modified files:
	audio/p5-gnupod: Makefile 
Added files:
	audio/p5-gnupod/patches: patch-src_ext_FileMagic_pm 

Log message:
avoid constructs deprecated in perl 5.12 and triggering warnings


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/21 15:52:51

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/pkg: PLIST-main 
Added files:
	net/transmission/patches: patch-configure 
	                          patch-libtransmission_peer-io_c 
	                          patch-third-party_dht_dht_c 
	                          patch-third-party_miniupnp_miniwget_c 
	net/transmission/pkg: DESCR-gtk PLIST-gtk 
Removed files:
	net/transmission/patches: patch-configure_ac 
	                          patch-third-party_Makefile_in 
	net/transmission/pkg: DESCR-gui PLIST-gui 

Log message:
Major update to 2.11.
The GTK+ client is now named "transmission-gtk" and the -gui package has
been renamed to -gtk.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/10/21 22:44:16

Modified files:
	misc/omconsole : Makefile 

Log message:
omconsole uses mandoc. ok jasper@, sthen@, naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/22 00:41:15

Modified files:
	graphics/simple-scan: Makefile distinfo 
	graphics/simple-scan/patches: patch-configure 
	                              patch-src_simple-scan_c 
	graphics/simple-scan/pkg: PLIST 

Log message:
Update to simple-scan-2.32.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/22 01:33:48

Modified files:
	audio/rhythmbox: Makefile 

Log message:
Better HOMEPAGE.


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2010/10/22 05:05:08

Modified files:
	.              : 48.html 

Log message:
typo: interoperablity -> interoperability


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2010/10/22 06:30:41

Modified files:
	.              : 48.html 

Log message:
pf only had bugfixes between 4.7 and 4.8 - nothing noteworthy, so no pf
section this time. discussed with/ass kicked by jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/22 06:37:32

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
Free attributes that just got allocated beforehands and do not hold any
reference in case attr_optadd() errors out.
Found by and diff provided by Igor Zinovik, OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/22 07:36:39

Modified files:
	net/transmission/patches: patch-configure 

Log message:
also comment out warning flags for future compiler versions; from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/22 07:45:02

Modified files:
	sysutils/colorls: Makefile 

Log message:
oops, restore package name; from RD Thrush


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/22 08:04:24

Modified files:
	usr.bin/hexdump: display.c 

Log message:
Move setvbuf() added in r1.19 to before the call to doskip() since
anything read from stdin in doskip() may be lost when we change the
buffering.  Fixes PR 6492.  OK guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/22 08:08:53

Modified files:
	usr.bin/man    : man.c 

Log message:
whining verboten;  ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2010/10/22 08:10:09

Modified files:
	.              : 48.html 

Log message:
NVidia will *not* resume the graphics.
"oops!" deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/22 08:11:23

Modified files:
	usr.bin/fold   : fold.c 

Log message:
Fix a crash when mixing the legacy width option (e.g. fold -70)
with getopt()-style options, such as "fold -b70".  Mixing the
legacy width with another option is no longer permitted.  This
matches legacy behavior and other implementations.  OK kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/22 08:36:12

Modified files:
	telephony/pjsua: Makefile distinfo 
Removed files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 

Log message:
Bugfix update to pjsua-1.8.5


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/22 09:16:08

Modified files:
	.              : anoncvs.html 

Log message:
sup is dead


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:18:48

Modified files:
	devel/arm-elf  : Makefile.inc 

Log message:
- move license block and several shared configure options to Makefile.inc

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:19:28

Modified files:
	devel/arm-elf/binutils: Makefile distinfo 
	devel/arm-elf/binutils/patches: patch-bfd_doc_Makefile_in 
	                                patch-binutils_doc_Makefile_in 
	                                patch-etc_Makefile_in 
	                                patch-gas_doc_Makefile_in 
	                                patch-ld_Makefile_in 
	                                patch-libiberty_Makefile_in 
	devel/arm-elf/binutils/pkg: PLIST 
Added files:
	devel/arm-elf/binutils/patches: patch-gprof_Makefile_in 
	                                patch-libiberty_testsuite_Makefile_in 

Log message:
- update arm-elf-binutils to 2.20

tested by and ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:20:04

Modified files:
	devel/arm-elf/gcc: Makefile distinfo 
	devel/arm-elf/gcc/patches: patch-Makefile_in 
	                           patch-gcc_Makefile_in 
	                           patch-gcc_config_arm_elf_h 
	                           patch-gcc_config_arm_t-arm-elf 
	                           patch-gcc_config_arm_unknown-elf_h 
	                           patch-libiberty_Makefile_in 
	devel/arm-elf/gcc/pkg: PLIST 
Added files:
	devel/arm-elf/gcc/patches: patch-libgcc_Makefile_in 

Log message:
- update arm-elf-gcc to 4.4.4

tested by and ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:20:21

Modified files:
	devel/arm-elf/gdb: Makefile distinfo 
	devel/arm-elf/gdb/patches: patch-bfd_doc_Makefile_in 
	                           patch-etc_Makefile_in 
	                           patch-gdb_doc_Makefile_in 
	                           patch-libiberty_Makefile_in 
	devel/arm-elf/gdb/pkg: PLIST 
Removed files:
	devel/arm-elf/gdb/patches: patch-gdb_rdi-share_host_h 

Log message:
- update arm-elf-gdb to 7.1

tested by and ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:20:53

Modified files:
	devel/arm-elf/newlib: Makefile distinfo 
	devel/arm-elf/newlib/patches: patch-etc_Makefile_in 
	devel/arm-elf/newlib/pkg: PLIST 

Log message:
- update arm-elf-newlib to 1.18.0

tested by and ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 09:32:33

Modified files:
	devel/arm-elf  : Makefile.inc 
	devel/arm-elf/binutils: Makefile 
	devel/arm-elf/gcc: Makefile 
	devel/arm-elf/gdb: Makefile 
	devel/arm-elf/newlib: Makefile 

Log message:
- move USE_GROFF to Makefile.inc


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/22 09:45:36

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
Attach the two run(4) usb ids that krw@ added to usbdevs.

"Feel free to commit!" krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/22 09:51:07

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
insist on "latest" groff so that mdoc macros get pulled in.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/22 09:53:39

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document USE_GROFF


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/22 09:59:50

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
USE_GROFF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 10:29:46

Modified files:
	graphics/libwmf: Makefile distinfo 
	graphics/libwmf/pkg: PLIST 

Log message:
- update libwmf to 0.2.8.4
- switch to new style DEPENDS

ok avsm@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 10:41:28

Modified files:
	x11/rox-filer  : Makefile 

Log message:
- gmake is not needed
- use the right path in the wrapper script
- take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/22 11:00:20

Modified files:
	mail/mutt/snapshot/patches: patch-doc_Makefile_am 
	mail/mutt/stable/patches: patch-doc_Makefile_in 
	net/mcabber    : Makefile 

Log message:
tbl(1) is no longer in /usr/bin


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 12:20:22

Added files:
	net/farsight2/patches: patch-tests_check_testutils_c 
	                       patch-tests_check_transmitter_stunalternd_c 

Log message:
- allow tests to compile

extraced from a diff by tom murphy


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 12:20:58

Modified files:
	net/gnaughty   : Makefile distinfo 
	net/gnaughty/patches: patch-src_Makefile_in 

Log message:
Long awaited (and obligatory p2kN) update of gnaughty. And add a missing category while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/22 12:31:07

Modified files:
	x11/gnome/genius/pkg: PLIST 
Removed files:
	x11/gnome/genius/pkg: PFRAG.shared 

Log message:
Remove PFRAG.shared and regen PLIST.

prodded by Charles Smith.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 12:35:57

Modified files:
	games/wesnoth  : Makefile 

Log message:
- remove unneeded build dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:14:56

Modified files:
	security/nss   : Makefile distinfo 
	security/nss/patches: 
	                      patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c 
	                      patch-mozilla_security_nss_lib_ckfw_builtins_certdata_txt 
	                      patch-mozilla_security_nss_lib_freebl_unix_rand_c 

Log message:
Update to nss 3.12.8, required by upcoming moz* updates. Bump major and
switch to newer lib_depends while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:17:01

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Depend on nss 3.12.8. While here, let's just face reality and take
maintainership for the gang..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:19:18

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
Update to mozilla-firefox 3.6.11, tested by various on ports@ (thanks!)
Fixes (valid for other moz updates):
MFSA 2010-72 Insecure Diffie-Hellman key exchange
MFSA 2010-71 Unsafe library loading vulnerabilities
MFSA 2010-70 SSL wildcard certificate matching IP addresses
MFSA 2010-69 Cross-site information disclosure via modal calls
MFSA 2010-68 XSS in gopher parser when parsing hrefs
MFSA 2010-67 Dangling pointer vulnerability in LookupGetterOrSetter
MFSA 2010-66 Use-after-free error in nsBarProp
MFSA 2010-65 Buffer overflow and memory corruption using document.write
MFSA 2010-64 Miscellaneous memory safety hazards


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:19:56

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Update to mozilla-thunderbird 3.1.5. Bump lightning REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:21:06

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
Update to seamonkey 2.0.9. Bump lightning REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:21:30

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
Update to thunderbird-i18n 3.1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:21:51

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
update to firefox-i18n 3.6.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:22:36

Modified files:
	productivity/sunbird: Makefile 

Log message:
Bump sunbird REVISION after mozilla.port.mk change. While here remove
now unneeded comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:23:13

Modified files:
	www/firefox35  : Makefile distinfo 

Log message:
Update to firefox35 3.5.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 13:24:42

Modified files:
	www/p5-CGI-Ajax: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/p5-CGI-Lite: Makefile 

Log message:
- switch to MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:24:47

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.8: Makefile 

Log message:
Refix WANTLIB, X11-xcb shouldn't be here. Bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/22 13:25:19

Modified files:
	devel/xulrunner/1.9: Makefile distinfo 
	devel/xulrunner/1.9/pkg: PLIST-devel 

Log message:
Update to xulrunner 1.9.2.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/22 13:31:43

Modified files:
	graphics/tesseract: Makefile distinfo 
	graphics/tesseract/patches: patch-configure 
	                            patch-viewer_svutil_h 
	graphics/tesseract/pkg: PLIST-main 
Added files:
	graphics/tesseract/patches: patch-ccutil_debugwin.cpp 
	                            patch-dict_dawg.cpp 
	                            patch-image_imgs.cpp 
	graphics/tesseract/pkg: PFRAG.shared-main 
Removed files:
	graphics/tesseract/patches: patch-Makefile_in 
	                            patch-ccmain_pgedit_cpp 
	                            patch-ccutil_debugwin_cpp 
	                            patch-dict_dawg_cpp 
	                            patch-dict_makedawg_cpp 
	                            patch-dict_reduce_cpp 
	                            patch-image_imgs_cpp 

Log message:
Update to tesseract-3.00.

from Sergey Bronnikov with tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 13:34:09

Modified files:
	www/perlbal    : Makefile 

Log message:
- switch to MODCPAN_EXAMPLES as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 13:40:01

Modified files:
	net/p5-Filesys-Virtual-DAAP: Makefile 
	net/p5-Filesys-Virtual-DAAP/pkg: PLIST 

Log message:
- use right INSTALL, and regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 13:46:53

Modified files:
	devel/p5-Date-Leapyear: Makefile distinfo 

Log message:
- update to 1.72


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/22 13:50:32

Modified files:
	lib/libX11     : Makefile.bsd-wrapper 

Log message:
Explicitely disable groff.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/22 13:58:35

Modified files:
	lib/libXaw     : Makefile.bsd-wrapper 

Log message:
Explicitely disable docs build (otherwise done if groff is found)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/22 14:01:27

Modified files:
	lib/libxtrans  : Makefile.bsd-wrapper 

Log message:
Explicitely disable build of docs (otherwise done if groff is found)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 14:20:05

Modified files:
	devel/p5-File-HomeDir: Makefile distinfo 
	devel/p5-File-HomeDir/pkg: PLIST 

Log message:
- update p5-File-Homedir to 0.93


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 14:25:07

Modified files:
	www/p5-Plagger : Makefile 

Log message:
- use MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/22 14:28:17

Modified files:
	www/p5-Plagger : Makefile 
	www/p5-Plagger/patches: patch-lib_Plagger_Plugin_pm 
	                        patch-lib_Plagger_Template_pm 
	www/p5-Plagger/pkg: PLIST 

Log message:
- use SUBST_CMD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 02:35:12

Log message:
    import py-MarkupSafe 0.11
    
    py-MarkupSafe is a python module that implements an XML/HTML/XHTML
    Markup safe string.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/textproc/py-MarkupSafe/distinfo
    N ports/textproc/py-MarkupSafe/Makefile
    N ports/textproc/py-MarkupSafe/pkg/DESCR
    N ports/textproc/py-MarkupSafe/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 02:35:49

Modified files:
	textproc       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 03:03:14

Modified files:
	www/py-mako    : Makefile distinfo 
	www/py-mako/pkg: PLIST 

Log message:
- update py-mako to 0.3.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 03:15:16

Modified files:
	games/gargoyle : Makefile distinfo 
	games/gargoyle/patches: patch-Jamrules patch-tads_Jamfile 
	                        patch-terps_Jamfile 
	games/gargoyle/pkg: PLIST 
Added files:
	games/gargoyle/patches: patch-garglk_launchgtk_c 

Log message:
- update gargoyle to 2001.1
- use new style DEPENDS

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/23 03:23:09

Modified files:
	www/minitube   : Makefile distinfo 
	www/minitube/patches: patch-src_MainWindow_cpp 
	www/minitube/pkg: PLIST 
Added files:
	www/minitube/patches: patch-src_iconloader_qticonloader_cpp 

Log message:
Update to minitube-1.2.
While here, fix the problem with missing icons.

"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 03:35:20

Modified files:
	net/p5-Net-Amazon: Makefile 
	net/p5-Net-FTP-Recursive: Makefile 
	net/p5-Net-ICal: Makefile 
	net/p5-Net-Radius: Makefile 
	net/p5-POE-Component-IRC: Makefile 
	net/p5-Net-GPSD: Makefile 
	net/p5-Net-Jabber: Makefile 
	net/p5-Net-UPnP: Makefile 
	net/p5-Net-XMPP: Makefile 
	net/p5-Bot-BasicBot: Makefile 
	net/p5-POE-Component-IRC-Plugin-RSS-Headlines: Makefile 

Log message:
- use MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/23 03:37:07

Added files:
	sys/arch/octeon/compile: .cvsignore 

Log message:
Add working compile directory


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 03:41:19

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
This does not need the GNU libtool.
Regen WANTLIB while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/23 03:46:30

Modified files:
	gnu/usr.bin/cc/libgcc: Makefile 

Log message:
Pick correct ranlib to operate on libgcc.a when cross-compiling


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 03:56:21

Modified files:
	devel/p5-OLE-Storage_Lite: Makefile distinfo 

Log message:
- update to 0.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 04:05:08

Modified files:
	graphics/p5-SVG-Graph: Makefile 
	graphics/p5-SVG-Graph/pkg: PLIST 

Log message:
- now with manpages..


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/10/23 04:14:45

Modified files:
	sys/dev/pci    : glxpcib.c 

Log message:
Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 04:39:22

Log message:
    import gtk2-rezlooks-engine 0.6
    
    Modified and stripped GTK+ 2.x engine based on Clearlooks.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/x11/gtk2-rezlooks-engine/distinfo
    N ports/x11/gtk2-rezlooks-engine/Makefile
    N ports/x11/gtk2-rezlooks-engine/pkg/PLIST
    N ports/x11/gtk2-rezlooks-engine/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 04:40:49

Modified files:
	x11            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/23 04:48:55

Modified files:
	lib/libsndio   : mio_thru.c 

Log message:
add forgotten ``static''


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 04:52:58

Modified files:
	x11/emiclock   : Makefile 
	x11/emiclock/patches: patch-Imakefile patch-config_h 
	                      patch-include_sound_h 

Log message:
Fix build on hppa, remove stupid Imakefile statements detecting hppa
architecture as hp/ux. Regen patches & bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:04:19

Modified files:
	devel/p5-Hook-LexWrap: Makefile 
	devel/remake   : Makefile 
	games/micropolis: Makefile 
	graphics/agg   : Makefile 
	lang/chicken   : Makefile 
	net/dictd      : Makefile 
	net/gopher     : Makefile 
	textproc/p5-Text-WikiFormat: Makefile 
	www/p5-HTTP-Server-Simple: Makefile 
	www/p5-HTTP-Server-Simple-Mason: Makefile 

Log message:
- remove deanna@ as maintainer after several tries and a very long timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:10:18

Modified files:
	x11/gnome/hamster-applet: Makefile 
	x11/gnome      : Makefile.inc 

Log message:
- dont set CONFIGURE_STYLE to gnu when we're using the waf module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:56:32

Modified files:
	x11/gnome/krb5-auth-dialog: Makefile 
	x11/gnome/krb5-auth-dialog/pkg: PLIST 
Removed files:
	x11/gnome/krb5-auth-dialog/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:58:33

Modified files:
	infrastructure/mk: cpan.port.mk 

Log message:
- allow recursive copy of the examples, this will fix some quirky ports

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:59:12

Modified files:
	misc/p5-Spreadsheet-ParseExcel: Makefile 
	misc/p5-Spreadsheet-ParseExcel/pkg: PLIST 

Log message:
- use MODCPAN_EXAMPLES and install more examples now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 05:59:58

Modified files:
	geo/p5-Geo-Coder-US: Makefile 
	geo/p5-Geo-Coder-US/pkg: PLIST 
	graphics/p5-SVG-Graph: Makefile 
	textproc/p5-XML-RSS: Makefile 
	www/p5-libapreq: Makefile 

Log message:
- use MODCPAN_EXAMPLES now it does recursive copies too.


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2010/10/23 06:25:21

Modified files:
	share/man/man7 : ports.7 

Log message:
Remove the BUGS section that points to FreeBSD ports handbook.
agreed by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 06:26:48

Modified files:
	graphics/gdk-pixbuf2: Makefile 
	graphics/gdk-pixbuf2/pkg: PLIST 

Log message:
Make it conflict on gtk+2-docs-<2.22.

spotted the hard way by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 06:32:01

Modified files:
	games/wesnoth  : Makefile 

Log message:
- remove comment i won't care about


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 06:35:10

Modified files:
	graphics/amide : Makefile 

Log message:
Fix WANTLIB (remove avahi libs, they're extra) and switch to newer
LIB_DEPENDS while here. Bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 06:48:29

Modified files:
	net/minbif     : Makefile 
	net/minbif/patches: patch-CMakeLists_txt 
	net/minbif/pkg : PLIST 

Log message:
Manpages installs to man/manX, not share/man/manX.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/23 06:51:51

Modified files:
	usr.bin/tmux   : window.c 

Log message:
When removing a pane, don't change the active pane unless the active
pane is actually the one being removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 06:53:13

Modified files:
	geo/emerillon  : Makefile 

Log message:
Fix WANTLIB. Dunno how eggdbus ended up here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/23 06:59:19

Modified files:
	games/alephone/alephone: Makefile distinfo 
Added files:
	games/alephone/alephone/patches: patch-docs_alephone_6 
Removed files:
	games/alephone/alephone/patches: patch-configure 

Log message:
update to alephone 0.23.2

Major highlights for this release include an entirely new modern 3D
renderer option, a plugins system, PNG screenshots, Lua API
improvements, and bug fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 07:01:26

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-main 

Log message:
Fix SHARED_LIBS, regen WANTLIB and PLIST.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/23 07:04:34

Modified files:
	usr.bin/tmux   : Makefile cmd.c key-bindings.c tmux.1 tmux.h 
	                 window.c 
Added files:
	usr.bin/tmux   : cmd-last-pane.c 

Log message:
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 07:12:57

Modified files:
	net/nagios/nagios: Makefile 
	net/nagios/nagios/pkg: PLIST-main 

Log message:
use rm -rf to remove extra directories, suggested by landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 07:13:06

Modified files:
	databases/iodbc: Makefile 

Log message:
Fix up the dependencies for iodbc, the GUI only depends directly
on Gtk+2 and the rest are WANTLIBs. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 08:10:16

Modified files:
	devel/gsettings-desktop-schemas: Makefile 
	graphics/evince: Makefile 
	net/telepathy/telepathy-logger: Makefile 
	textproc/gtranslator: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/system-tools: Makefile 

Log message:
Explicitely set --disable-schemas-compile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 08:20:13

Modified files:
	net/mcabber    : Makefile 

Log message:
don't run a man page without tables through tbl(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/23 08:24:55

Modified files:
	sys/dev/ic     : rt2860.c 

Log message:
fix the two extremely retarded bugs that prevented the RT30XX
devices to work.
shame on me.

committed over an RT3071.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/10/23 08:26:57

Modified files:
	sbin/dhclient  : dispatch.c 

Log message:
make sure an interface is registered before we start using it

found by clang

OK claudio@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/23 08:28:33

Modified files:
	share/man/man4 : ral.4 

Log message:
document RT3090


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 08:37:17

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Do not enforce the need to set GNOME_PROJECT and GNOME_VERSION so that
we can use the x11/gnome MODULE with ports that are not directly part
of GNOME per se. This made landry's kitty sad...

ok landry@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 08:42:59

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Tweak after recent gnome MODULE change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:05:48

Modified files:
	infrastructure/mk: fortran.port.mk 

Log message:
introduce MODFORTRAN_COMPILER, to be set inside a port
accept g77 and gfortran for this, and make it default to g77
add necessary variables for gfortran usage
make some of the variables internal


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:09:57

Modified files:
	math/R         : Makefile 
	math/amd       : Makefile 
	math/arpack    : Makefile 
	math/blas      : Makefile 
	math/cblas     : Makefile 
	math/freemat   : Makefile 
	math/lapack    : Makefile 
	math/matio     : Makefile 
	math/netcdf    : Makefile 
	math/octave    : Makefile 
	math/plplot    : Makefile 
	math/py-numpy  : Makefile 
	math/py-scipy  : Makefile 
	math/qrupdate  : Makefile 
	devel/openmpi  : Makefile 
	devel/lam      : Makefile 
	audio/cmu-sphinx3: Makefile 
	audio/cmu-sphinxbase: Makefile 
	graphics/molden: Makefile 

Log message:
replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:16:27

Modified files:
	infrastructure/mk: fortran.port.mk 

Log message:
remove MODFORTRAN_WANTG77


CVSROOT:	/cvs
Module name:	src
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:19:59

Modified files:
	share/man/man5 : port-modules.5 

Log message:
adapt fortran module description according to recent changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 09:26:27

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Don't force EXTRACT_SUFX.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 09:29:02

Modified files:
	share/man/man5 : port-modules.5 

Log message:
More gnome MODULE tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:30:00

Modified files:
	infrastructure/mk: fortran.port.mk 

Log message:
add libgfortran to WANTLIB here


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/23 09:38:18

Modified files:
	sys/net        : pf_table.c pfvar.h 

Log message:
remove PFR_FLAG_ATOMIC.  not used, and doesn't work as advertised.
ok henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 09:40:19

Log message:
    Import viking-0.9.96:
    
    Viking is a free/open source program to manage GPS data. You can import
    and plot tracks and waypoints, show Terraserver/OpenStreetMap maps
    under it, add coordinate lines, make new tracks and waypoints, hide
    different things, etc. It can also be used as an OpenStreetMap editor.
    
    ok jasper@ ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101023
    
    N ports/geo/viking/Makefile
    N ports/geo/viking/distinfo
    N ports/geo/viking/patches/patch-src_gpspoint_c
    N ports/geo/viking/pkg/PLIST
    N ports/geo/viking/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/23 09:40:46

Modified files:
	geo            : Makefile 

Log message:
+viking


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 09:42:10

Modified files:
	sys/dev/usb    : ehci.c if_atu.c if_aue.c if_axe.c if_cue.c 
	                 if_mos.c if_otus.c if_ral.c if_rum.c if_run.c 
	                 if_uath.c if_udav.c if_upgt.c if_url.c 
	                 if_urtw.c if_zyd.c ohci.c udcf.c ueagle.c 
	                 uhci.c umbg.c usb.c usbdi.h uvideo.c 

Log message:
create another kthread to run xfer abort tasks.  xfer abort tasks cannot
be run from the generic task kthread, because xfers that need to be
aborted block newly queued tasks from running (i.e. the xfer to be aborted
blocks the abort of that task).  as there are now three types of usb
tasks, add an argument to usb_init_task() and another member to struct
usb_task to specify the task type.

fixes boot hangs that are showing up because we now use usb tasks to
attach/detach usb devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 09:45:59

Modified files:
	infrastructure/mk: fortran.port.mk 

Log message:
fix pkgpath for libgfortran


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 09:49:30

Modified files:
	usr.bin/mandoc : man.h mandoc.h mdoc.h 

Log message:
sync comments to bsd.lv; no functional change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 09:52:23

Modified files:
	net/munin      : Makefile distinfo 
	net/munin/files: bgpd vmstat 
	net/munin/patches: patch-Makefile patch-Makefile_config 
	                   patch-node_munin-node_conf_in 
	net/munin/pkg  : PLIST-main PLIST-server 
Added files:
	net/munin/patches: patch-node_sbin_munin-node 
	                   patch-node_sbin_munin-node-configure 
	                   patch-node_sbin_munin-run 
	                   patch-plugins_node_d_colour_tester_in 
	                   patch-plugins_node_d_exim_mailstats_in 
	                   patch-plugins_node_d_extinfo_tester_in 
	                   patch-plugins_node_d_named_in 
	                   patch-plugins_node_d_openbsd_cpu_in 
	                   patch-plugins_node_d_openbsd_df_inode_in 
	                   patch-plugins_node_d_openbsd_if__in 
	                   patch-plugins_node_d_openbsd_if_errcoll__in 
	                   patch-plugins_node_d_openbsd_netstat_in 
	                   patch-plugins_node_d_openbsd_open_files_in 
	                   patch-plugins_node_d_openbsd_swap_in 
	                   patch-plugins_node_d_openbsd_systat_in 
	                   patch-plugins_node_d_postfix_mailstats_in 
	                   patch-plugins_node_d_postfix_mailvolume_in 
	                   patch-plugins_node_d_ps__in 
	                   patch-plugins_node_d_psu__in 
	                   patch-plugins_node_d_sendmail_mailqueue_in 
	                   patch-plugins_node_d_spamstats_in 
	                   patch-plugins_node_d_squeezebox__in 
	                   patch-plugins_node_d_warning_tester_in 
Removed files:
	net/munin/patches: patch-node_munin-node-configure_in 
	                   patch-node_munin-node_in 
	                   patch-node_node_d_df_inode_in 
	                   patch-node_node_d_named_in 
	                   patch-node_node_d_ntp_offset_in 
	                   patch-node_node_d_openbsd_cpu_in 
	                   patch-node_node_d_openbsd_df_inode_in 
	                   patch-node_node_d_openbsd_if__in 
	                   patch-node_node_d_openbsd_if_errcoll__in 
	                   patch-node_node_d_openbsd_netstat_in 
	                   patch-node_node_d_openbsd_open_files_in 
	                   patch-node_node_d_openbsd_swap_in 
	                   patch-node_node_d_postfix_mailstats_in 
	                   patch-node_node_d_postfix_mailvolume_in 
	                   patch-node_node_d_ps__in 
	                   patch-node_node_d_psu__in 
	                   patch-node_node_d_sendmail_mailqueue_in 
	                   patch-node_node_d_spamstats_in 
	                   patch-server_munin-html_in 
	                   patch-server_munin-limits_in 
	                   patch-server_munin-update_in 

Log message:
update Munin to 1.45, joint work with & ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:05:06

Log message:
    import p5-Business-PayPal 0.04
    
    Business::PayPal makes the automation of PayPal transactions as simple
    as doing credit card transactions through a regular processor. It
    includes methods for creating PayPal buttons and for validating the
    Instant Payment Notification that is sent when PayPal processes a
    payment.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/net/p5-Business-PayPal/Makefile
    N ports/net/p5-Business-PayPal/distinfo
    N ports/net/p5-Business-PayPal/pkg/DESCR
    N ports/net/p5-Business-PayPal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:05:53

Log message:
    import p5-Business-PayPal-API 0.69
    
    Business::PayPal::API supports both certificate authentication and the
    new 3-token "Signature" authentication.
    It also support PayPal's development sandbox for testing.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/net/p5-Business-PayPal-API/Makefile
    N ports/net/p5-Business-PayPal-API/distinfo
    N ports/net/p5-Business-PayPal-API/pkg/DESCR
    N ports/net/p5-Business-PayPal-API/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:07:43

Log message:
    import p5-Business-PayPal-IPN 1.94
    
    Business::PayPal::IPN implements PayPal IPN version 1.5. It validates
    transactions and gives you means to get notified of payments to your
    PayPal account. If you don't already know what PayPal IPN is this
    library may not be for you.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/net/p5-Business-PayPal-IPN/Makefile
    N ports/net/p5-Business-PayPal-IPN/distinfo
    N ports/net/p5-Business-PayPal-IPN/pkg/PLIST
    N ports/net/p5-Business-PayPal-IPN/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 10:08:36

Modified files:
	usr.bin/mandoc : mdoc_html.c mdoc_term.c 

Log message:
.Sm no longer produces a linebreak when used in .Bd
also avoid an extra space after the opening bracket in .Op in -Thtml
from kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:08:38

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 10:14:07

Modified files:
	sys/dev/usb    : hidkbd.c if_aue.c if_axe.c if_cue.c if_mos.c 
	                 if_otus.c if_ral.c if_rum.c if_run.c if_uath.c 
	                 if_udav.c if_upgt.c if_url.c if_urtw.c if_zyd.c 
	                 udcf.c umbg.c 

Log message:
check that a timeout(9) has been initialized before deleting it

ok phessler


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 10:24:32

Removed files:
	devel/gettext/patches: patch-gettext-runtime_m4_fcntl-o_m4 

Log message:
remove an unused patch file that triggers an autotools rebuild cascade


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 10:30:01

Modified files:
	mail/evolution : Makefile 

Log message:
Remove ltasneededhack: use our own LIBTOOL and add -Wl,--as-needed to
LDFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 10:31:30

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Don't enforce MASTER_SITES either.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 10:40:15

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
cleanup mdoc(7) validation code: use real functions, not macros
from kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/23 10:44:56

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Reorder the wording where we talk about tagging kernel route table prefixes,
following misc@ discussion with Tony Sarendal. ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 10:47:34

Modified files:
	math/mathomatic: Makefile distinfo 
	math/mathomatic/patches: patch-globals_c patch-makefile 
	math/mathomatic/pkg: PLIST 

Log message:
update to 15.3.0
seems to need gmake now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:49:12

Log message:
    import vgrind from base
    
    vgrind formats the program sources which are arguments in a nice style
    using troff(1). Comments are placed in italics, keywords in bold face,
    and the name of the current function is listed down the margin of each
    page as it is encountered.
    
    help and OK sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102310
    
    N ports/textproc/vgrind/Makefile
    N ports/textproc/vgrind/distinfo
    N ports/textproc/vgrind/pkg/DESCR
    N ports/textproc/vgrind/pkg/PLIST
    N ports/textproc/vgrind/patches/patch-vgrind_sh
    N ports/textproc/vgrind/patches/patch-vgrind_1
    N ports/textproc/vgrind/patches/patch-vgrindefs_5
    N ports/textproc/vgrind/patches/patch-pathnames_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 10:49:55

Modified files:
	textproc       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 10:54:23

Log message:
    initial import of liblrdf
    
    This is a library to make it easy to manipulate RDF files describing
    LADSPA plugins. It can also be used for general RDF manipulation.
    It can read RDF/XLM and N3 files and export N3 files, it also has a
    light taxonomic inference capablility.
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/textproc/liblrdf/Makefile
    N ports/textproc/liblrdf/distinfo
    N ports/textproc/liblrdf/pkg/DESCR
    N ports/textproc/liblrdf/pkg/PLIST
    N ports/textproc/liblrdf/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/23 11:01:26

Modified files:
	math/amd       : Makefile distinfo 

Log message:
bump to 2.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 11:04:14

Modified files:
	audio/hydrogen : Makefile 

Log message:
enable liblrdf support


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 11:04:51

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
use proper message in case of multiple arguments to .An
from kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/23 11:04:52

Modified files:
	sysutils/polkit: Makefile 
	sysutils/polkit/pkg: PLIST 

Log message:
Add a missing @sample directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 11:09:35

Modified files:
	textproc/vgrind: Makefile 

Log message:
Add RUN_DEPEND on groff; vgrind needs it to work. Bump REVISION.
The included manpages themselves are fine with mandoc so remove USE_GROFF.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 11:11:31

Modified files:
	usr.bin/mandoc : man.3 mdoc.3 

Log message:
sync library manuals to bsd.lv


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/23 11:25:59

ports/x11/gnustep/imageviewer/patches

Update of /cvs/ports/x11/gnustep/imageviewer/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14702/patches

Log Message:
Directory /cvs/ports/x11/gnustep/imageviewer/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 11:33:09

Modified files:
	textproc       : Makefile 

Log message:
+ liblrdf


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 11:33:59

ports/devel/libbfd/patches

Update of /cvs/ports/devel/libbfd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23302/patches

Log Message:
Directory /cvs/ports/devel/libbfd/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2010/10/23 11:42:57

Modified files:
	sys/dev/pci    : glxpcib.c 

Log message:
Missed this in the last commit. No cookie for me.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/23 11:46:11

Modified files:
	build          : mirrors.dat 

Log message:
drop out-of-date mirrors and broken protocols


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/23 11:47:26

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 11:55:57

Modified files:
	devel/libbfd   : Makefile 

Log message:
- disable Werror to allow this to built on at least mips64el


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/23 11:58:55

Modified files:
	infrastructure/lib/DPB: Core.pm Engine.pm 

Log message:
if we don't ssh to it, don't print the name either in errors, as requested by
landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/23 12:03:00

Modified files:
	infrastructure/lib/DPB: Grabber.pm 

Log message:
fix loop: we know we tried it, it didn't work, so don't try it AGAIN.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/23 12:14:19

Modified files:
	infrastructure/lib/DPB: Engine.pm 
	infrastructure/man/man1: dpb.1 

Log message:
zap P/I distinction, it was a lousy idea anyways


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 12:24:14

Modified files:
	games/xpat2    : Makefile 
	games/xpat2/patches: patch-src_Imakefile 
	games/xpat2/pkg: PLIST 

Log message:
don't install source page, consistent with other imake ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 12:26:21

Modified files:
	geo/gpstk      : Makefile 
	geo/jeoip      : Makefile 
	geo/osm-gps-map: Makefile 
	geo/osm2go     : Makefile 
	geo/py-proj    : Makefile 
	geo/qlandkarte : Makefile 
	editors/axe    : Makefile 
	editors/bvi    : Makefile 
	editors/cooledit: Makefile 
	editors/ee     : Makefile 
	editors/elvis  : Makefile 
	editors/fte    : Makefile 
	editors/hnb    : Makefile 
	editors/joe    : Makefile 
	editors/jove   : Makefile 
	editors/kile   : Makefile 
	editors/kxmleditor: Makefile 
	editors/nvi-m17n: Makefile 
	editors/openoffice3-dicts: Makefile 
	editors/ted    : Makefile 
	editors/texmaker: Makefile 
	editors/textedit: Makefile 
	editors/xemacs21-sumo: Makefile 
	editors/xinha  : Makefile 
	editors/xwpe   : Makefile 

Log message:
revision/new lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 12:29:33

Modified files:
	graphics/mpeg_play: Makefile 
	graphics/mpeg_play/pkg: PLIST 

Log message:
don't install source page, consistent with other imake ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 12:35:23

Modified files:
	cad/chipmunk   : Makefile 
	cad/gnucap     : Makefile 
	cad/kicad      : Makefile 
	cad/klogic     : Makefile 
	cad/necpp      : Makefile 
	cad/qcad       : Makefile 
	cad/spice      : Makefile 

Log message:
revision/new lib_depends


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/23 12:36:35

Modified files:
	usr.bin/cvs    : root.c 

Log message:
Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 from
Michael W Bombardieri.

ok tobias stsp


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/23 12:37:46

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/23 12:38:41

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 12:43:58

Modified files:
	x11/rox-filer  : Makefile 
	x11/rox-filer/pkg: PLIST 
Added files:
	x11/rox-filer/patches: patch-ROX-Filer_src_Makefile_in 

Log message:
Don't create a debug binary (that doesn't work anyway), this
breaks mips64(el).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/23 12:53:10

Modified files:
	lib/libedit    : vi.c 

Log message:
Don't leak the fd returned by mkstemp in vi_histedit error paths.

From zinovik.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/23 13:14:52

Modified files:
	app/xterm      : MANIFEST Tekproc.c button.c charproc.c 
	                 fontutils.c fontutils.h misc.c ptyx.h screen.c 
	                 trace.h util.c version.h vms.c vms.h xterm.h 
	                 xterm.log.html xterm.man xutf8.h 

Log message:
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/23 13:30:17

Modified files:
	lib/freetype   : ChangeLog ChangeLog.23 Jamfile Makefile README 
	lib/freetype/builds/unix: configure.ac configure.raw unix-cc.in 
	lib/freetype/builds/win32/vc2005: freetype.vcproj index.html 
	lib/freetype/builds/win32/vc2008: freetype.vcproj index.html 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj 
	                                    index.html 
	lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html 
	lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html 
	lib/freetype/docs: CHANGES VERSION.DLL 
	lib/freetype/docs/reference: ft2-base_interface.html 
	                             ft2-basic_types.html 
	                             ft2-bdf_fonts.html 
	                             ft2-bitmap_handling.html 
	                             ft2-cache_subsystem.html 
	                             ft2-cid_fonts.html 
	                             ft2-computations.html 
	                             ft2-font_formats.html 
	                             ft2-gasp_table.html 
	                             ft2-glyph_management.html 
	                             ft2-glyph_stroker.html 
	                             ft2-glyph_variants.html 
	                             ft2-gx_validation.html 
	                             ft2-gzip.html 
	                             ft2-header_file_macros.html 
	                             ft2-incremental.html ft2-index.html 
	                             ft2-lcd_filtering.html 
	                             ft2-list_processing.html 
	                             ft2-lzw.html ft2-mac_specific.html 
	                             ft2-module_management.html 
	                             ft2-multiple_masters.html 
	                             ft2-ot_validation.html 
	                             ft2-outline_processing.html 
	                             ft2-pfr_fonts.html 
	                             ft2-quick_advance.html 
	                             ft2-raster.html ft2-sfnt_names.html 
	                             ft2-sizes_management.html 
	                             ft2-system_interface.html 
	                             ft2-toc.html 
	                             ft2-truetype_engine.html 
	                             ft2-truetype_tables.html 
	                             ft2-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/include/freetype: freetype.h ftcache.h ftimage.h 
	lib/freetype/src/autofit: aflatin.c 
	lib/freetype/src/base: ftsynth.c 
	lib/freetype/src/cache: ftccache.c ftcsbits.c 
	lib/freetype/src/cff: cffload.c cffobjs.c 
	lib/freetype/src/cid: cidgload.c 
	lib/freetype/src/pshinter: pshalgo.c 
	lib/freetype/src/raster: ftraster.c 
	lib/freetype/src/sfnt: ttload.c ttpost.c 
	lib/freetype/src/smooth: ftgrays.c ftsmooth.c 
	lib/freetype/src/truetype: ttgload.c ttinterp.c ttobjs.c 
	                           ttpload.c 
	lib/freetype/src/winfonts: winfnt.c 

Log message:
Update to freetype 2.4.3. Tested at least by krw@, ajacoutot@ and jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/23 13:39:46

Modified files:
	mail/imap-uw   : Makefile 
	mail/imap-uw/patches: patch-src_osdep_unix_Makefile 
	                      patch-src_osdep_unix_Makefile.gss 

Log message:
no need to link libdes for kerberos
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2010/10/23 13:41:47

Modified files:
	mail/alpine    : Makefile 
	mail/alpine/patches: patch-alpine_Makefile_in 

Log message:
no need to link libdes for kerberos
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/23 15:44:02

Modified files:
	www/py-mako    : Makefile 

Log message:
- remove do-regress

prompted by fgs


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/10/23 15:46:02

Modified files:
	faq            : current.html 

Log message:
- vgrind moved to ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/23 15:46:03

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
if we didn't parse the path, then we don't have the pkgname, duh.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 15:49:06

Modified files:
	lang/eltclsh   : Makefile 
	lang/eltclsh/pkg: PLIST 
Added files:
	lang/eltclsh/patches: patch-Makefile_in 

Log message:
install the mdoc source page and get rid of the cat page; ok matthieu


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 15:52:00

Log message:
    initial import of calf
    
    Calf is a pack of audio plugins - effects and instruments, currently in
    development. The goal is to create a set of plugins using decent
    algorithms and parameter settings, available in a form which is
    compatible with as many open source applications as possible.
    
    looks ok to landry@
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/calf/Makefile
    N ports/audio/calf/distinfo
    N ports/audio/calf/pkg/PLIST
    N ports/audio/calf/pkg/DESCR
    N ports/audio/calf/patches/patch-configure
    N ports/audio/calf/patches/patch-src_calf_primitives_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/23 15:55:56

Modified files:
	net/tightvnc   : Makefile 
	net/tightvnc/pkg: PLIST-viewer 

Log message:
comment out the one cat page that was also installed through imake


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 15:57:04

Log message:
    initial import of audio/mcp-plugins
    
    The MCP plugins consist of:
    - cs_phaser: a series connection of 1 to 30 first order allpass
    filters with feedback.
    - cs_chorus: two low frequency oscillators, each having 3 outputs
    that are 120 degree apart in phase.
    - mvclpf24: accurate digital implementation of voltage controlled
    lowpass Moog filter.
    - mvchpf24: digital implementation of voltage controlled hipass
    Moog filter.
    
    looks ok to landry@
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/mcp-plugins/Makefile
    N ports/audio/mcp-plugins/distinfo
    N ports/audio/mcp-plugins/pkg/PLIST
    N ports/audio/mcp-plugins/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/23 15:58:13

Log message:
    import drupal6-lightbox2-1.11
    
    The Lightbox2 module is a simple, unobtrusive script used to overlay
    images on the current page. The module places images above your
    current page, not within. This frees you from the constraints of the
    layout, particularly column widths. It keeps users on the same page.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-23
    
    N ports/www/drupal6/lightbox2/Makefile
    N ports/www/drupal6/lightbox2/distinfo
    N ports/www/drupal6/lightbox2/pkg/PLIST
    N ports/www/drupal6/lightbox2/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 15:59:58

Log message:
    initial import of audio/caps-plugins
    
    CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
    plugins capable of (and mainly intended for) realtime operation.  The
    suite includes DSP units emulating instrument amplifiers, stomp-box
    classics, versatile 'virtual analogue' oscillators, fractal oscillation,
    reverb, equalization and more.
    
    looks ok to landry@
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/caps-plugins/Makefile
    N ports/audio/caps-plugins/distinfo
    N ports/audio/caps-plugins/pkg/PLIST
    N ports/audio/caps-plugins/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/23 16:00:54

Modified files:
	www/drupal6    : Makefile 

Log message:
+lightbox2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/23 16:01:31

Modified files:
	emulators/BasiliskII: Makefile 
	emulators/dosbox: Makefile 
	emulators/dynamips: Makefile 
	emulators/fedora/base: Makefile 
	emulators/fedora/motif: Makefile 
	emulators/freebsd_lib: Makefile 
	emulators/frodo: Makefile 
	emulators/fuse : Makefile 
	emulators/gxemul: Makefile 
	emulators/ines : Makefile 
	emulators/kqemu: Makefile 
	emulators/mastergear: Makefile 
	emulators/qemu-old: Makefile 
	emulators/redhat/libc5: Makefile 
	emulators/sdlmess: Makefile 
	emulators/simh : Makefile 
	emulators/snes9x: Makefile 
	emulators/spectemu: Makefile 
	emulators/spim : Makefile 
	emulators/vba  : Makefile 
	emulators/vgb  : Makefile 
	emulators/wine : Makefile 
	emulators/x48  : Makefile 
	emulators/xcopilot: Makefile 
	emulators/xhomer: Makefile 
	emulators/zsnes: Makefile 
	converters/libdvd: Makefile 
	converters/mimepp: Makefile 
	converters/mpack: Makefile 
	converters/pflogx: Makefile 
	converters/ppmtoTbmp: Makefile 
	converters/trans: Makefile 
	converters/wv  : Makefile 
	converters/wv2 : Makefile 
	converters/xlhtml: Makefile 

Log message:
revision/lib_depends


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/23 16:06:12

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
escape '[' in filename tab-completion; fix a type while there.
ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/23 16:08:47

Modified files:
	audio          : Makefile 

Log message:
+ calf, caps-plugins, mcp-plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/23 16:25:22

Modified files:
	www/drupal6/jquery_ui: Makefile distinfo 
	www/drupal6/jquery_ui/pkg: PLIST 

Log message:
minor update to 1.4


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/23 16:50:07

Modified files:
	sys/netinet    : tcp.h 

Log message:
Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules by
hiding everything but the TCP_* options unless __BSD_VISIBLE.  While
we're here, change the structure to use u_int32_t instead of u_int
to cut-off the types discussion.

ok tedu@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/23 16:55:01

Log message:
    import udns: stub DNS resolver library
    
    UDNS is a stub DNS resolver library with ability to perform both
    syncronous and asyncronous DNS queries.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101024
    
    N ports/net/udns/Makefile
    N ports/net/udns/distinfo
    N ports/net/udns/pkg/DESCR
    N ports/net/udns/pkg/PLIST
    N ports/net/udns/pkg/PFRAG.shared
    N ports/net/udns/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/23 16:59:16

Modified files:
	net            : Makefile 

Log message:
enable udns


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/23 17:30:41

Modified files:
	usr.bin/mandoc : mdoc_html.c mdoc_term.c 

Log message:
let .Bsx print just "BSD/OS" like in modern groff
from Ulrich Spoerlein <uqs at spoerlein dot net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 01:53:23

Modified files:
	audio/openal   : Makefile 

Log message:
Auto* uses libtool m4 macros, set USE_LIBTOOL=gnu


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 02:13:53

Log message:
    import libgsasl: GNU implementation of the SASL framework
    
    GNU SASL is an implementation of the Simple Authentication and Security
    Layer framework and a few common SASL mechanisms. SASL is used by
    network servers (e.g., IMAP, SMTP) to request authentication from
    clients, and in clients to authenticate against servers.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101024
    
    N ports/security/libgsasl/distinfo
    N ports/security/libgsasl/Makefile
    N ports/security/libgsasl/pkg/DESCR
    N ports/security/libgsasl/pkg/PLIST
    N ports/security/libgsasl/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 02:16:34

Modified files:
	security       : Makefile 

Log message:
enable libgsasl


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 02:28:50

Modified files:
	x11/gnustep/imageviewer: Makefile distinfo 
	x11/gnustep/imageviewer/pkg: PLIST 
Added files:
	x11/gnustep/imageviewer/patches: 
	                                 patch-PrefController+InterfaceCreation_m 

Log message:
Update ImageViewer to 1.6.3, adding Hungarian translation.
Changing homepage and master site, since the old one did not seem to exist
anymore. Patch to fix buttons in the preferences.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 02:45:02

Modified files:
	security/libgsasl: Makefile 

Log message:
No need for both libiconv and gettext MODULES.
Tighten up LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 02:55:04

Log message:
    import the Drupal Zen theme (6x-2.0):
    
    The idea behind the Zen theme is to have a very flexible standards-
    compliant and semantically correct XHTML theme that can be highly
    modified through CSS and an enhanced version of Drupal's template
    system.  Out of the box, Zen is clean and simple with either a one,
    two, or three column layout of fixed or liquid width. In addition,
    the HTML source order has content placed before sidebars or the navbar
    for increased accessibility and SEO.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-24
    
    N ports/www/drupal6/theme-zen/Makefile
    N ports/www/drupal6/theme-zen/distinfo
    N ports/www/drupal6/theme-zen/pkg/DESCR
    N ports/www/drupal6/theme-zen/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 02:57:40

Modified files:
	www/drupal6    : Makefile 

Log message:
+drupal6-theme-zen-2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 03:16:13

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Add MODRUBY_RUNDEP and MODRUBY_BUILDDEP, modelled on python.port.mk.
ok jeremy@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/24 03:18:07

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Add MODRUBY_RUNDEP and MODRUBY_BUILDDEP, modelled on python.port.mk.
ok jeremy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	naddy@cvs.openbsd.org	2010/10/24 03:22:10

Modified files:
	util/cf        : OpenBSD.cf 

Log message:
let imake users preformat man pages to ASCII instead of ISO 8859-1
ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 03:23:34

Modified files:
	x11/gtk-vnc    : Makefile 
Added files:
	x11/gtk-vnc/patches: patch-plugin_gtk-vnc-plugin_h 
	                     patch-plugin_npshell_c 
	                     patch-plugin_npunix_c 

Log message:
Switch gtk-vnc to use xulrunner 1.9. Use npunix.c from ffx's 3.6.11
tarball, and don't call NPN_GetValue with NPNVToolkit. For unknown
reasons this doesn't work with xl 1.9. While here remove no_plugin
PSEUDO_FLAVOR.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 03:38:10

Modified files:
	math/ntl       : Makefile 
	math/ntl/patches: patch-src_DoConfig patch-src_VERSION_INFO 
	                  patch-src_WordVector_c patch-src_tools_c 
	                  patch-src_vec_GF2_c 

Log message:
Pass ${LIBTOOL} to src/DoConfig so that it correctly uses ports libtool.
Regen patches and switch to newer LIB_DEPENDS while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/24 04:01:57

Modified files:
	infrastructure/bin: dpb 
	infrastructure/man/man1: dpb.1 
	infrastructure/lib/DPB: Engine.pm 

Log message:
add an option for dpb to keep going if there are errors left.
there's a bug in the display (to be fixed) as errors won't show properly
and you have to look manually though...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/24 04:12:15

Log message:
    initial import of audio/tap-plugins
    
    TAP (Tom's Audio Processing) LADSPA plugins is a varied collection
    of filters, processors and effects.
    
    ok landy@
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/tap-plugins/Makefile
    N ports/audio/tap-plugins/distinfo
    N ports/audio/tap-plugins/pkg/PLIST
    N ports/audio/tap-plugins/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2010/10/24 04:14:44

Modified files:
	doc/gl-docs/GL/glx: xchoosevisual.3gl xcopycontext.3gl 
	                    xcreatecontext.3gl xcreateglxpixmap.3gl 
	                    xdestroycontext.3gl xdestroyglxpixmap.3gl 
	                    xfreecontextext.3gl xgetclientstring.3gl 
	                    xgetconfig.3gl xgetcontextidext.3gl 
	                    xgetcurrentcontext.3gl 
	                    xgetcurrentdisplay.3gl 
	                    xgetcurrentdrawable.3gl 
	                    ximportcontextext.3gl xintro.3gl 
	                    xisdirect.3gl xmakecurrent.3gl 
	                    xquerycontextinfoext.3gl xqueryextension.3gl 
	                    xqueryextensionsstring.3gl 
	                    xqueryserverstring.3gl xqueryversion.3gl 
	                    xswapbuffers.3gl xusexfont.3gl xwaitgl.3gl 
	                    xwaitx.3gl 
	doc/gl-docs/GLw: glwcreatemdrawingarea.gl glwdrawingarea.gl 
	                 glwdrawingareamakecurrent.gl 
	                 glwdrawingareaswapbuffers.gl 

Log message:
fix a bunch of .TH syntax errors
ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/24 04:23:48

Modified files:
	sysutils/ruby-puppet: Makefile distinfo 
	sysutils/ruby-puppet/patches: patch-install_rb 
	sysutils/ruby-puppet/pkg: PLIST 
Added files:
	sysutils/ruby-puppet/patches: patch-lib_puppet_util_run_mode_rb 
Removed files:
	sysutils/ruby-puppet/patches: 
	                              patch-ext_regexp_nodes_regexp_nodes_rb 
	                              patch-lib_puppet_defaults_rb 
	                              patch-lib_puppet_reference_configuration_rb 

Log message:
Update to version 2.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/24 04:26:36

Added files:
	sysutils/ruby-puppet/patches: 
	                              patch-lib_puppet_reference_configuration_rb 

Log message:
missing patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 04:31:25

Modified files:
	emulators/qemu-old: Makefile 

Log message:
Unbreak. (s/sdl/SDL/ in WANTLIB)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/24 04:32:48

Log message:
    initial import of audio/swh-plugins
    
    This package is a collection of several LADSPA plugins from Steve
    Harris.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/swh-plugins/Makefile
    N ports/audio/swh-plugins/distinfo
    N ports/audio/swh-plugins/patches/patch-Makefile_am
    N ports/audio/swh-plugins/patches/patch-metadata_swh-plugins_rdf
    N ports/audio/swh-plugins/patches/patch-gsm_Makefile_am
    N ports/audio/swh-plugins/patches/patch-util_Makefile_am
    N ports/audio/swh-plugins/patches/patch-gverb_Makefile_am
    N ports/audio/swh-plugins/patches/patch-util_blo_h
    N ports/audio/swh-plugins/patches/patch-util_blo_c
    N ports/audio/swh-plugins/patches/patch-util_buffer_h
    N ports/audio/swh-plugins/patches/patch-configure_in
    N ports/audio/swh-plugins/pkg/PLIST
    N ports/audio/swh-plugins/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/10/24 04:33:49

Modified files:
	faq            : current.html 

Log message:
- tmac.vgrind already got removed along with groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/24 04:45:31

Modified files:
	textproc/py-docutils: Makefile distinfo 
	textproc/py-docutils/patches: patch-setup_py 
	textproc/py-docutils/pkg: PLIST 

Log message:
update to 0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/24 04:45:48

Modified files:
	sysutils/ruby-facter: Makefile distinfo 
	sysutils/ruby-facter/pkg: PLIST 

Log message:
update to 1.5.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 04:51:21

Modified files:
	textproc/p5-XML-Twig: Makefile distinfo 

Log message:
- update p5-XML-Twig to 3.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:35:12

Modified files:
	net/p5-POE-Component-IRC: Makefile 

Log message:
- remove unneeded bit from post-install, cpan.port.mk takes care of that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:38:22

Log message:
    import p5-POE-Filter-Zlib 2.02
    
    POE::Filter::Zlib provides a POE filter for performing
    compression/uncompression using Compress::Zlib. It is suitable for use
    with POE::Filter::Stackable.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102410
    
    N ports/archivers/p5-POE-Filter-Zlib/Makefile
    N ports/archivers/p5-POE-Filter-Zlib/distinfo
    N ports/archivers/p5-POE-Filter-Zlib/pkg/DESCR
    N ports/archivers/p5-POE-Filter-Zlib/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:38:50

Modified files:
	archivers      : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:39:32

Log message:
    import p5-Object-Pluggable 1.29
    
    Object::Pluggable is a base class for creating plugin enabled objects.
    It is a generic port of POE::Component::IRC's plugin system.
    If your object dispatches events to listeners, then Object::Pluggable
    may be a good fit for you.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102410
    
    N ports/devel/p5-Object-Pluggable/Makefile
    N ports/devel/p5-Object-Pluggable/distinfo
    N ports/devel/p5-Object-Pluggable/pkg/DESCR
    N ports/devel/p5-Object-Pluggable/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:42:08

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:42:39

Modified files:
	devel/p5-POE   : Makefile distinfo 

Log message:
- update p5-POE to 1.293


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 05:43:20

Modified files:
	net/p5-POE-Component-IRC: Makefile distinfo 
	net/p5-POE-Component-IRC/pkg: PLIST 

Log message:
- update p5-Po-Co-IRC to 6.49


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 05:44:37

Modified files:
	mail/evolution : Makefile 

Log message:
Don't link all binaries with --as-needed to prevent lazy binding
failures on pthreads(3) functions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/24 06:13:27

Modified files:
	graphics/libraw: Makefile 
	graphics/libraw/files: raw.pc 
	graphics/libraw/patches: patch-Makefile 

Log message:
use -fPIC so the library can be used in some other software (coming soon)
while here, adjust .pc file to be in the same style as other .pc files

bump REVISION

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 06:14:08

Modified files:
	mail/dspam/patches: patch-src_pgsql_drv_c 
Added files:
	mail/dspam/patches: patch-man_Makefile_in 

Log message:
fix pkg_create failure by using relative symlinks for man pages


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 06:17:01

Modified files:
	mail/elm       : Makefile 
	mail/elm/files : config.sh 

Log message:
Tell the build infrastructure to find nroff in ${LOCALBASE}/bin
rather than in /usr/bin.  While here, also change a few other PREFIX
references into LOCALBASE.

No bump: PREFIX/LOCALBASE both expand to /usr/local here, and the
nroff path doesn't make it into the binaries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 06:32:42

Modified files:
	math/grace     : Makefile 

Log message:
fix pkg_create failure by using relative symlinks for man pages


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/10/24 06:39:38

Modified files:
	textproc/mgdiff: Makefile 
	textproc/mgdiff/pkg: PLIST 

Log message:
Do not try to install the same manual both formatted and unformatted;
since this is an imake port, install the formatted version only.
Even though this didn't build, bump, as the USE_GROFF commit did not bump.
According to naddy@, all USE_GROFF fallout has now been mopped up.
OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 06:45:53

Modified files:
	graphics/tesseract: Makefile distinfo 
	graphics/tesseract/pkg: PLIST-main 
Added files:
	graphics/tesseract/pkg: DESCR-bul DESCR-cat DESCR-ces 
	                        DESCR-chi_sim DESCR-chi_tra DESCR-dan 
	                        DESCR-dan-frak DESCR-deu DESCR-ell 
	                        DESCR-fin DESCR-fra DESCR-hun DESCR-ind 
	                        DESCR-ita DESCR-jpn DESCR-kor DESCR-lav 
	                        DESCR-lit DESCR-nld DESCR-nor DESCR-pol 
	                        DESCR-por DESCR-ron DESCR-rus DESCR-slk 
	                        DESCR-slv DESCR-spa DESCR-srp DESCR-swe 
	                        DESCR-tgl DESCR-tur DESCR-ukr DESCR-vie 
	                        PLIST-bul PLIST-cat PLIST-ces 
	                        PLIST-chi_sim PLIST-chi_tra PLIST-dan 
	                        PLIST-dan-frak PLIST-deu PLIST-ell 
	                        PLIST-fin PLIST-fra PLIST-hun PLIST-ind 
	                        PLIST-ita PLIST-jpn PLIST-kor PLIST-lav 
	                        PLIST-lit PLIST-nld PLIST-nor PLIST-pol 
	                        PLIST-por PLIST-ron PLIST-rus PLIST-slk 
	                        PLIST-slv PLIST-spa PLIST-srp PLIST-swe 
	                        PLIST-tgl PLIST-tur PLIST-ukr PLIST-vie 
Removed files:
	graphics/tesseract/pkg: DESCR-de DESCR-es DESCR-fr DESCR-it 
	                        DESCR-nl DESCR-pt PLIST-de PLIST-es 
	                        PLIST-fr PLIST-it PLIST-nl PLIST-pt 

Log message:
Add languages files for tesseract 3.
Originally from Sergey Bronnikov, heavily reworked by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 06:46:20

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Tesseract lang pkg changed names.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 06:47:15

Modified files:
	graphics/tesseract: Makefile 

Log message:
Resign from maintainer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 06:49:39

Modified files:
	security/crack : Makefile 
	security/crack/files: README.OpenBSD 
	security/crack/patches: patch-Crack 
	security/crack/pkg: PLIST 

Log message:
- use SUBST_CMD
- regen patch and plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 07:03:22

Modified files:
	x11/gnustep/gnumail: Makefile 
Added files:
	x11/gnustep/gnumail/patches: 
	                             patch-Bundles_Filtering_FilterEditorWindow_m 
	                             patch-Bundles_PGP_PGPController_h 
	                             patch-Bundles_PGP_PGPController_m 
	                             patch-Bundles_PGP_PGPViewController_m 
	                             patch-Bundles_Viewing_ViewingView_m 
	                             patch-Framework_GNUMail_FindWindow_m 
	                             patch-gnumail-1_2_0~pre3+snap20071004_debian_GNUMail_xpm 

Log message:
Fix some buttons in the interface, and some patches from Debian to fix some
problems in the PGP Bundle.

OK ajacoutot@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 07:12:16

Modified files:
	devel/eclipse/sdk: Makefile 
	devel/eclipse/sdk/patches: 
	                           patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_build_sh 

Log message:
Eclipse is now the only user of xulrunner 1.8, so in order to kill the latter
make eclipse-browser build against xulrunner 1.9. This breaks the swt html browser
widget, and according to http://www.eclipse.org/swt/faq.php#browserlinux
only newer eclipse versions work fine with recent xulrunners.

Eclipse itself definitely needs an update, any takers ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 07:15:26

Added files:
	multimedia/gstreamer-0.10/core/patches: 
	                                        patch-docs_gst_Makefile_in 
	                                        patch-docs_libs_Makefile_in 
	                                        patch-docs_plugins_Makefile_in 

Log message:
proactively fix for gmake 3.82


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/24 07:21:27

Modified files:
	audio          : Makefile 

Log message:
+ {swh,tap}-plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 07:28:44

Modified files:
	devel/xulrunner: Makefile 
Removed files:
	devel/xulrunner/1.8: Makefile distinfo 
	devel/xulrunner/1.8/files: xulrunner-embedding.pc 
	devel/xulrunner/1.8/patches: patch-config_autoconf_mk_in 
	                             patch-config_rules_mk 
	                             patch-configure_in 
	                             patch-content_xul_templates_src_nsTemplateMatchSet_h 
	                             patch-extensions_transformiix_source_base_Double_cpp 
	                             patch-gfx_src_ps_nsFontMetricsPS_cpp 
	                             patch-gfx_src_psshared_nsCUPSShim_cpp 
	                             patch-js_Makefile_in 
	                             patch-js_src_jsnum_h 
	                             patch-js_src_liveconnect_nsISecureLiveconnect_h 
	                             patch-js_src_xpconnect_shell_Makefile_in 
	                             patch-modules_libpref_src_init_all_js 
	                             patch-security_coreconf_OpenBSD_mk 
	                             patch-security_manager_ssl_src_Makefile_in 
	                             patch-security_manager_ssl_src_nsNSSComponent_cpp 
	                             patch-widget_src_gtk2_nsSound_cpp 
	                             patch-xpcom_components_nsNativeComponentLoader_cpp 
	                             patch-xulrunner_app_mozilla_in 
	                             patch-xulrunner_setup_nsXULAppInstall_js 
	devel/xulrunner/1.8/pkg: DESCR-devel DESCR-main 
	                         PFRAG.shared-main PLIST-devel 
	                         PLIST-main 

Log message:
So long, xulrunner 1.8. You were nice in the firefox 2.0 days, but your
last release was nearly two years ago, you're crippled by security
issues, abandoned by your parents in favor of your younger brother,
and those days nothing uses you anymore. RIP in the attic..
agreed by jasper@ and phessler@
happiness ensues...


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 07:29:43

Added files:
	audio/libcanberra/patches: patch-Makefile_am 

Log message:
proactively fix for gmake 3.82


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 07:40:27

Modified files:
	devel/gobject-introspection: Makefile distinfo 
	devel/gobject-introspection/patches: patch-gir_Makefile_in 
	                                     patch-girepository_giroffsets_c 
	                                     patch-giscanner_Makefile_in 
	                                     patch-tests_Makefile_in 
	                                     patch-tests_offsets_Makefile_in 
	                                     patch-tests_scanner_Makefile_in 
	                                     patch-tools_g-ir-scanner_in 
	devel/gobject-introspection/pkg: PLIST 
Added files:
	devel/gobject-introspection/patches: patch-Makefile_in 
Removed files:
	devel/gobject-introspection/patches: 
	                                     patch-gir_Everything-1_0-expected_gir 
	                                     patch-girepository_ginfo_c 

Log message:
- update gobject-introspection to 0.9.12 (development release needed by folks)

teeth-grindingly ok'd by aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 07:48:14

Added files:
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-docs_libs_Makefile_in 
	                                                patch-docs_plugins_Makefile_in 

Log message:
proactively fix for gmake 3.82


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/24 07:54:14

Modified files:
	share/man/man5 : port-modules.5 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/24 07:55:41

Log message:
    import logic2cnf - propositional logic solver tool.
    
    OK jasper@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101024
    
    N ports/math/logic2cnf/Makefile
    N ports/math/logic2cnf/distinfo
    N ports/math/logic2cnf/pkg/PLIST
    N ports/math/logic2cnf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/24 07:57:02

Modified files:
	math           : Makefile 

Log message:
link logic2cnf


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 08:02:43

Modified files:
	www/drupal6/ctools: Makefile distinfo 
	www/drupal6/ctools/pkg: PLIST 

Log message:
update to 1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 08:02:48

Modified files:
	security       : Makefile 

Log message:
- unhook crack


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 08:03:04

Removed files:
	security/crack : Makefile distinfo 
	security/crack/files: README.OpenBSD openbsd2spf pw-md5.test 
	security/crack/patches: patch-Crack patch-Makefile 
	                        patch-dictgrps_conf 
	                        patch-src_util_cracker_c 
	                        patch-src_util_elcid_c,bsd 
	                        patch-src_util_kickdict_c 
	security/crack/pkg: DESCR PLIST 

Log message:
remove this dogfaced cracker, we have better and cleaner crackers in tree.

hurray from landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2010/10/24 08:05:34

Modified files:
	.              : 48.html 

Log message:
SCSI section, various 'Assorted Improvements'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 08:05:45

Modified files:
	www/drupal6/panels: Makefile distinfo 
	www/drupal6/panels/pkg: PLIST 

Log message:
update to 3.7


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 08:22:13

Modified files:
	faq/fr         : current.html faq2.html faq4.html 
	faq/nl         : faq2.html faq4.html 
	fr             : anoncvs.html ftp.html 
	nl             : anoncvs.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/24 08:39:57

Log message:
    import keepassx 0.4.3
    
    KeePassX is an application for people with extremly high demands on
    secure personal data management. It has a light interface, is cross
    platform and published under the terms of the GNU General Public
    License.
    
    KeePassX saves many different information e.g. user names, passwords,
    URLs, attachments and comments in one single database. For a better
    management user-defined titles and icons can be specified for each
    single entry. Furthermore the entries are sorted in groups, which are
    customizable as well. The integrated search function allows to search
    in a single group or the complete database.
    KeePassX offers a little utility for secure password generation. The
    password generator is very customizable, fast and easy to use.
    Especially someone who generates passwords frequently will appreciate
    this feature.
    
    The complete database is always encrypted either with AES (alias
    Rijndael) or Twofish encryption algorithm using a 256 bit key.
    Therefore the saved information can be considered as quite safe.
    KeePassX uses a database format that is compatible with KeePass
    Password Safe. This makes the use of that application even more
    favourable.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101024
    
    N ports/security/keepassx/distinfo
    N ports/security/keepassx/Makefile
    N ports/security/keepassx/pkg/DESCR
    N ports/security/keepassx/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/24 08:40:13

Modified files:
	security       : Makefile 

Log message:
+keepassx


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 08:43:13

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
transmission-gui -> transmission-gtk; from robert@openbsd.pap.st


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/24 08:49:33

Modified files:
	share/man/man7 : mdoc.7 

Log message:
When mentioning a function documented elsewhere, .Xr is often better than .Fn.
Prodded by guenther@, ok jmc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 09:05:49

Modified files:
	math/R         : Makefile 

Log message:
Fix LIB_DEPENDS (remove bogus dep on glitz), move to new-style LIB_DEPENDS.
From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 09:29:35

Modified files:
	math/plplot    : Makefile 

Log message:
Fix LIB_DEPENDS (remove bogus dep on glitz), from Brad. ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/24 09:33:14

Modified files:
	devel/gobject-introspection: Makefile 
Added files:
	devel/gobject-introspection/patches: 
	                                     patch-Makefile_introspection 
	                                     patch-giscanner_utils_py 

Log message:
- improve handling libtool a bit better


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 09:37:40

ports/misc/contacts/patches

Update of /cvs/ports/misc/contacts/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30171/patches

Log Message:
Directory /cvs/ports/misc/contacts/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 09:39:01

Added files:
	misc/contacts/patches: patch-Makefile_in 

Log message:
proactively fix for gmake 3.82


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/24 09:39:18

Modified files:
	sys/arch/mips64/mips64: trap.c 

Log message:
Don't short-circuit userret() when returning from trap() in the rm7000
performance counter code path (which is not enabled at the moment).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/24 09:40:03

Modified files:
	sys/arch/loongson/loongson: machdep.c 
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: cpu.h 
	sys/arch/octeon/octeon: machdep.c 
	sys/arch/sgi/sgi: machdep.c 
Added files:
	sys/arch/mips64/mips64: mips64_machdep.c 

Log message:
Move build_trampoline() and setregs() to a common location for all mips ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 09:53:56

Modified files:
	lang/python    : python.port.mk 
	audio/rhythmbox: Makefile 
	audio/xmms2    : Makefile 
	comms/hamlib   : Makefile 
	devel/ethos    : Makefile 
	devel/gtkparasite: Makefile 
	devel/py-orbit : Makefile 
	devel/subversion: Makefile 
	editors/openoffice3: Makefile 
	editors/vim    : Makefile 
	games/gcompris : Makefile 
	geo/qgis       : Makefile 
	graphics/blender: Makefile 
	graphics/dia   : Makefile 
	graphics/py-goocanvas: Makefile 
	inputmethods/ibus-anthy: Makefile 
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	net/farsight2  : Makefile 
	net/honeyd     : Makefile 
	net/ices       : Makefile 
	net/pidgin     : Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	print/fontforge: Makefile 
	print/scribus  : Makefile 
	textproc/libxml: Makefile 
	x11/awn        : Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/totem: Makefile 
	x11/py-qt4     : Makefile 

Log message:
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/10/24 09:54:58

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document MODPY_WANTLIB


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2010/10/24 10:21:19

Modified files:
	.              : 48.html 

Log message:
NFTS->NTFS; krw@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 10:28:44

Modified files:
	x11/gtk2-rezlooks-engine: Makefile 

Log message:
Unbreak by removing glitz from WANTLIB. Didn't build so no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/24 11:04:47

Modified files:
	usr.sbin/pkg_add/OpenBSD: State.pm 

Log message:
redo ->system in a smarter way (fork+exec) so that we can sneak in a code
reference to be run before the command.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/24 11:06:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm PackingElement.pm 

Log message:
use newer system for more efficient redirection, and chdir the way man(1)
does, so groff is happier with .so.
(agreed by ingo)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 11:07:24

Added files:
	x11/gnustep/examples/patches: patch-gui_GFractal_GNUmakefile 

Log message:
proactive fix for gmake 3.82


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/24 11:09:12

ports/games/opensonic/files

Update of /cvs/ports/games/opensonic/files
In directory cvs.openbsd.org:/tmp/cvs-serv27868/files

Log Message:
Directory /cvs/ports/games/opensonic/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/24 11:19:35

Modified files:
	usr.sbin/bgpd  : util.c 

Log message:
the subtype should be printed unsigned; ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/24 11:20:08

Modified files:
	usr.sbin/bgpd  : bgpd.h config.c timer.c 

Log message:
spacing and irrelevant glitches which disrupt lint


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/24 11:25:06

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 11:50:13

Modified files:
	geo/gmapcatcher: Makefile 
Added files:
	geo/gmapcatcher/patches: patch-gmapcatcher_desktop 

Log message:
Fix icon name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 11:56:11

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Add infrastructure to also support xulrunner1.9, and prepare for
xulrunner2.0 betas too.
While here, don't inconditionally set MAKE_ENV/CONFIGURE_ENV but append to
it, so that using ports can add stuff to it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/24 11:59:48

Added files:
	x11/xtraceroute/patches: patch-intl_Makefile_in 

Log message:
fix for gmake 3.82:
replace some @FOO@ placeholders the configure script fails to substitute


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/24 12:15:43

Modified files:
	usr.bin/mandoc : main.c mandoc.h mdoc_action.c mdoc_macro.c 
	                 mdoc_validate.c 

Log message:
Do not throw FATAL errors when there is no need to:
- when encountering nested displays (.Bd containing .Bd, .D1, .D1)
- when a block end macro was forgotten
- when ending a block that was never started
- when the uname(3) system call failed
along with a little related cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 13:03:55

Modified files:
	x11/xfce4/terminal: Makefile 
	x11/xfce4/terminal/pkg: PLIST 

Log message:
- rename Terminal binary to xfce4-terminal using --program-transform-name
- rename package to xfce4-terminal
- add @conflict for the upgrade path
- bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 13:04:38

Modified files:
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/files: README.OpenBSD 

Log message:
terminal package was renamed to xfce4-terminal


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 13:06:34

Modified files:
	devel/quirks/files: Quirks.pm 

Log message:
terminal was renamed to xfce4-terminal


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 13:06:47

Modified files:
	www/drupal6/imageapi: Makefile distinfo 

Log message:
update to 1.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/24 13:10:15

Modified files:
	audio/aqualung : Makefile 
Added files:
	audio/aqualung/patches: patch-src_plugin_c 

Log message:
enable ladspa effects via liblrdf and update WANTLIB
while here

ok jeremy@ (and he already committed the plugin.c patch
upstream!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/24 13:17:31

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/files: ssl-openssl.c 
	net/pidgin/patches: patch-libpurple_plugins_ssl_Makefile_in 
	                    patch-libpurple_protocols_yahoo_Makefile_in 
	                    patch-libpurple_purple-remote 
	                    patch-pidgin_Makefile_in 
	                    patch-pidgin_gtkdialogs_c 
	net/pidgin/pkg : PLIST-libpurple PLIST-main 

Log message:
update to 2.7.4

from brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/24 13:19:06

Modified files:
	net/pidgin-facebookchat: Makefile distinfo 
	net/pidgin-facebookchat/patches: patch-Makefile 
Added files:
	net/pidgin-facebookchat/patches: patch-libfacebook_h 

Log message:
update to 1.68


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/24 13:28:51

Modified files:
	math/freemat   : Makefile distinfo 
	math/freemat/pkg: PLIST 
Added files:
	math/freemat/patches: patch-CMakeLists_txt 
Removed files:
	math/freemat/patches: patch-configure_in 
	                      patch-libs_libCore_Makefile_in 
	                      patch-libs_libFreeMat_Print_cpp 
	                      patch-libs_libXP_Editor_cpp 

Log message:
update to 4.0
switch to cmake

from Alexandr Shadchin


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/24 13:42:27

Added files:
	astro/libnova/patches: patch-src_heliocentric_time_c 

Log message:
c89 fix so it can compile on sparc


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/24 13:55:46

Modified files:
	x11/xfe        : Makefile distinfo 
	x11/xfe/patches: patch-Makefile_in patch-configure 
	                 patch-xvt_xvt_h 
Added files:
	x11/xfe/patches: patch-src_ViewWindow_cpp 
	                 patch-src_WriteWindow_cpp 
	                 patch-src_XFileExplorer_cpp 
Removed files:
	x11/xfe/patches: patch-src_XFilePackage_cpp 
	                 patch-src_xfeutils_cpp 

Log message:
update to 1.32.2 with help from sthen@, ok jasper@, ajacoutot@, landry@ and sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 14:07:55

Log message:
    Import xtrkcad: CAD program for designing model railroad layouts
    
    pkg/DESCR:
    XTrackCAD is a CAD program for designing model railroad layouts. You can
    easily create layout of any scale or size. Libraries for many brands of
    track and turnouts are included. Adding new components is easy with the
    built-in editor.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_10201024
    
    N ports/cad/xtrkcad/Makefile
    N ports/cad/xtrkcad/distinfo
    N ports/cad/xtrkcad/pkg/DESCR
    N ports/cad/xtrkcad/pkg/PLIST
    N ports/cad/xtrkcad/patches/patch-CMakeLists_txt
    N ports/cad/xtrkcad/patches/patch-app_bin_CMakeLists_txt
    N ports/cad/xtrkcad/patches/patch-app_wlib_gtklib_CMakeLists_txt
    N ports/cad/xtrkcad/patches/patch-app_wlib_gtklib_gtkhelp_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 14:10:28

Modified files:
	cad            : Makefile 

Log message:
enable xtrkcad

The import was actually OKed jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/24 14:10:33

Log message:
    HOOD is a small post-mortem debugger for the lazy functional language
    ]Haskell. It is based on the concept of observation of intermediate
    data structures, rather than the more traditional stepping and
    variable examination paradigm used by imperative language debuggers.
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20101024
    
    N ports/devel/hood/Makefile
    N ports/devel/hood/distinfo
    N ports/devel/hood/pkg/PLIST
    N ports/devel/hood/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/24 14:12:04

Modified files:
	devel          : Makefile 

Log message:
+ hs-hood


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/24 14:19:48

Log message:
    FooBillard is a free OpenGL-billard game for Linux with realistic
    physics, AI-player and many gametypes like pool carambol or snooker. Why
    foo? Well, actually I had this logo (F.B.-Florian Berger) and then foo
    sounds a bit like pool (Somehow I wasn't quite attracted by the name
    FoolBillard) The main physics is quite mature but not yet perfect. If
    you are a billard-pro and you're missing some physics, please tell me.
    Cause I've implemented it like I think it should work, which might
    differ from reality.
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20100124
    
    N ports/games/foobillard/Makefile
    N ports/games/foobillard/distinfo
    N ports/games/foobillard/pkg/DESCR
    N ports/games/foobillard/pkg/PLIST
    N ports/games/foobillard/patches/patch-src_billard3d_c
    N ports/games/foobillard/patches/patch-src_png_loader_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/24 14:20:15

Modified files:
	games          : Makefile 

Log message:
+ foobillard


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 14:28:01

Modified files:
	games/foobillard: Makefile 

Log message:
Tsk tsk, use new DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 14:36:44

Modified files:
	games/freeciv  : Makefile distinfo 
	games/freeciv/pkg: PLIST-client PLIST-main PLIST-share 

Log message:
update to 2.2.3, new LIB_DEPENDS etc.
sparc64 build tested by stephan@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 14:41:23

Modified files:
	infrastructure/db: config.site 
	infrastructure/mk: bsd.port.mk gnu.port.mk 
	infrastructure/templates: Makefile.template 
Removed files:
	infrastructure/db: config.x11.site 

Log message:
Bye bye USE_X11.
From now on, building ports requires X11BASE.

* lots of ports missed this variable (porters always have X11 installed)
jasper made a first pass on fixing these, but no doubt it will drift
away soon
* users should use packages
* people building ports should know what they are doing and having
X11BASE as a requirement is perfectly reasonnable
* we are merging config.x11.site into config.site because of a stupid
autofoo bug ; currently when USE_X11 is set, some ports may loose the
ability to even load config.site

tested on a bulk by landry@
ok robert@ jasper@ landry@ sthen@ naddy@ "I won't cry if it dies" espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 14:43:31

Modified files:
	share/man/man5 : bsd.port.mk.5 port-modules.5 

Log message:
Cope with USE_X11 removal from ports infrastructure.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 14:44:50

Modified files:
	databases/sqlports/files: mksqlitedb 

Log message:
Remove obsolete USE_X11 from $vars.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 14:58:59

Modified files:
	astro/celestia : Makefile 
	astro/sattrack : Makefile 
	astro/stellarium: Makefile 
	astro/sunclock : Makefile 
	astro/wmglobe  : Makefile 
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	astro/xearth   : Makefile 
	astro/xephem   : Makefile 
	astro/xphoon   : Makefile 
	astro/xworld   : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:00:30

Modified files:
	audio/akode    : Makefile 
	audio/amarok   : Makefile 
	audio/aqualung : Makefile 
	audio/ascd     : Makefile 
	audio/audacious: Makefile 
	audio/audacious-plugins: Makefile 
	audio/audacity : Makefile 
	audio/aumix    : Makefile 
	audio/bmp      : Makefile 
	audio/easytag  : Makefile 
	audio/exaile   : Makefile 
	audio/faad     : Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/gmpc-plugins: Makefile 
	audio/gnomad2  : Makefile 
	audio/gqmpeg   : Makefile 
	audio/grip     : Makefile 
	audio/gtkpod   : Makefile 
	audio/hydrogen : Makefile 
	audio/ksmp3play: Makefile 
	audio/last.fm  : Makefile 
	audio/libcanberra: Makefile 
	audio/libworkman: Makefile 
	audio/milkytracker: Makefile 
	audio/mixer.app: Makefile 
	audio/mp3info  : Makefile 
	audio/mp3splt-gtk: Makefile 
	audio/mpdBrowser: Makefile 
	audio/pympd    : Makefile 
	audio/sonata   : Makefile 
	audio/soundtracker: Makefile 
	audio/tagtool  : Makefile 
	audio/tempest  : Makefile 
	audio/timidity : Makefile 
	audio/vagalume : Makefile 
	audio/wmix     : Makefile 
	audio/wmmixer  : Makefile 
	audio/wmmp     : Makefile 
	audio/wmmp3    : Makefile 
	audio/wmtune   : Makefile 
	audio/workman  : Makefile 
	audio/xcdplayer: Makefile 
	audio/xhippo   : Makefile 
	audio/xmcd     : Makefile 
	audio/xmix     : Makefile 
	audio/xmmix    : Makefile 
	audio/xmms     : Makefile 
	audio/xmms-flac: Makefile 
	audio/xmms-fmradio: Makefile 
	audio/xmms-mad : Makefile 
	audio/xmms-shn : Makefile 
	audio/xmms-sid : Makefile 
	audio/xmms-speex: Makefile 
	audio/xmms-tremor: Makefile 
	audio/xmms-wavpack: Makefile 
	audio/xmms-xf86audio: Makefile 
	audio/xmmsctrl : Makefile 
	audio/xmp      : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:02:15

Modified files:
	benchmarks/xengine: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:02:53

Modified files:
	biology/emboss : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:04:39

Modified files:
	cad/chipmunk   : Makefile 
	cad/fritzing   : Makefile 
	cad/geda-gaf   : Makefile 
	cad/gerbv      : Makefile 
	cad/kicad      : Makefile 
	cad/klogic     : Makefile 
	cad/pcb        : Makefile 
	cad/qcad       : Makefile 
	cad/spice      : Makefile 
	cad/xcircuit   : Makefile 
	cad/xtrkcad    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:05:24

Modified files:
	chinese/crxvt  : Makefile 
	chinese/kcfonts: Makefile 
	chinese/libtabe: Makefile 
	chinese/taipeifonts: Makefile 
	chinese/ttfm   : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:05:57

Modified files:
	comms/gnokii   : Makefile 
	comms/gpsk31   : Makefile 
	comms/jpilot   : Makefile 
	comms/jpilot-syncmal: Makefile 
	comms/seyon    : Makefile 
	comms/x3270    : Makefile 
	comms/xastir   : Makefile 
	comms/xcept    : Makefile 
	comms/xdx      : Makefile 
	comms/xlog     : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 15:06:28

Modified files:
	lang/ecl       : Makefile 
	lang/ezm3      : Makefile 
	lang/gawk      : Makefile 
	lang/gforth    : Makefile 
	lang/hugs      : Makefile 
	lang/jikes     : Makefile 
	lang/lua       : Makefile 
	lang/mawk      : Makefile 
	lang/ocamlduce : Makefile 
	lang/open-cobol: Makefile 
	lang/otcl      : Makefile 
	lang/scheme48  : Makefile 
	lang/scm       : Makefile 
	lang/tcltutor  : Makefile 
	lang/ucblogo   : Makefile 
	lang/unicon    : Makefile 
	java/junit     : Makefile 

Log message:
new lib_depends/revision


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:06:36

Modified files:
	converters/libpst: Makefile 
	converters/pflogx: Makefile 
	converters/wv  : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:07:50

Modified files:
	databases/gq   : Makefile 
	databases/mdbtools/snapshot: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 
	databases/mysqlcc: Makefile 
	databases/pgworksheet: Makefile 
	databases/sqlitebrowser: Makefile 
	databases/xmysql: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:11:03

Modified files:
	devel/asp2php  : Makefile 
	devel/atlas    : Makefile 
	devel/beediff  : Makefile 
	devel/bouml    : Makefile 
	devel/ddd      : Makefile 
	devel/dissy    : Makefile 
	devel/eclipse/sdk: Makefile 
	devel/flatzebra: Makefile 
	devel/fox      : Makefile 
	devel/geany    : Makefile 
	devel/giblib   : Makefile 
	devel/guichan  : Makefile 
	devel/guilib   : Makefile 
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/kdbg     : Makefile 
	devel/libast   : Makefile 
	devel/libdockapp: Makefile 
	devel/libgtop2 : Makefile 
	devel/libnotify: Makefile 
	devel/libuta   : Makefile 
	devel/mysql-gui-common: Makefile 
	devel/ode      : Makefile 
	devel/p5-POE-Loop-Tk: Makefile 
	devel/pango    : Makefile 
	devel/pangomm  : Makefile 
	devel/plib     : Makefile 
	devel/poedit   : Makefile 
	devel/ptlib    : Makefile 
	devel/pygame   : Makefile 
	devel/qt-creator: Makefile 
	devel/rapidsvn : Makefile 
	devel/sdl      : Makefile 
	devel/sdl-pango: Makefile 
	devel/sdl-ttf  : Makefile 
	devel/smpeg    : Makefile 
	devel/startup-notification: Makefile 
	devel/tkdiff   : Makefile 
	devel/xulrunner: Makefile.inc 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 15:11:46

Modified files:
	lang/kaffe     : Makefile 
	lang/librep    : Makefile 
	lang/parrot    : Makefile 
	lang/swi-prolog: Makefile 
	lang/spidermonkey: Makefile 

Log message:
new lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:12:47

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
No need for this USE_X11 hack anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:15:37

Modified files:
	x11/Xaw3d      : Makefile 
	x11/XawMu      : Makefile 
	x11/Xdialog    : Makefile 
	x11/abclock    : Makefile 
	x11/aewm       : Makefile 
	x11/afterstep  : Makefile 
	x11/amiwm      : Makefile 
	x11/artwiz-aleczapka: Makefile 
	x11/asapm      : Makefile 
	x11/asclock    : Makefile 
	x11/asfiles    : Makefile 
	x11/astime     : Makefile 
	x11/aterm      : Makefile 
	x11/autocutsel : Makefile 
	x11/awesome    : Makefile 
	x11/awn        : Makefile 
	x11/bbdate     : Makefile 
	x11/bbkeys     : Makefile 
	x11/bbpager    : Makefile 
	x11/bclock     : Makefile 
	x11/belt       : Makefile 
	x11/bgs        : Makefile 
	x11/blackbox   : Makefile 
	x11/blast      : Makefile 
	x11/bluetile   : Makefile 
	x11/bricons    : Makefile 
	x11/chbg       : Makefile 
	x11/compiz/core: Makefile 
	x11/ctwm       : Makefile 
	x11/dbus       : Makefile 
	x11/dclock     : Makefile 
	x11/devilspie  : Makefile 
	x11/dmenu      : Makefile 
	x11/driftnet   : Makefile 
	x11/dwm        : Makefile 
	x11/e16keyedit : Makefile 
	x11/e17/ecore  : Makefile 
	x11/e17/edje   : Makefile 
	x11/e17/evas   : Makefile 
	x11/emelfm2    : Makefile 
	x11/emiclock   : Makefile 
	x11/enlightenment: Makefile 
	x11/eterm      : Makefile 
	x11/evilwm     : Makefile 
	x11/extace     : Makefile 
	x11/fleditor   : Makefile 
	x11/fltk       : Makefile 
	x11/fltk2      : Makefile 
	x11/fluxbox    : Makefile 
	x11/fluxter    : Makefile 
	x11/flvw       : Makefile 
	x11/flwm       : Makefile 
	x11/fsv        : Makefile 
	x11/fvwm2      : Makefile 
	x11/fvwm95     : Makefile 
	x11/gaia       : Makefile 
	x11/gbdfed     : Makefile 
	x11/gcolor2    : Makefile 
	x11/gentoo     : Makefile 
	x11/gmrun      : Makefile 
	x11/gnome-mplayer: Makefile 
	x11/gnustep/back: Makefile 
	x11/gnustep/examples: Makefile 
	x11/gnustep/gworkspace: Makefile 
	x11/goggles    : Makefile 
	x11/golem      : Makefile 
	x11/gromit     : Makefile 
	x11/gtk+       : Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk-chtheme: Makefile 
	x11/gtk2-aurora-engine: Makefile 
	x11/gtk2-clearlooks-engine: Makefile 
	x11/gtk2-equinox-engine: Makefile 
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-nodoka-engine: Makefile 
	x11/gtk2-rezlooks-engine: Makefile 
	x11/gtk2-theme-switch: Makefile 
	x11/gtkdatabox : Makefile 
	x11/gtkglext   : Makefile 
	x11/gxmessage  : Makefile 
	x11/hs-X11     : Makefile 
	x11/i3         : Makefile 
	x11/icewm      : Makefile 
	x11/idesk      : Makefile 
	x11/ion        : Makefile 
	x11/isomaster  : Makefile 
	x11/jmk-fonts  : Makefile 
	x11/jwm        : Makefile 
	x11/kde        : kde.port.mk 
	x11/kde/okle   : Makefile 
	x11/kdirstat   : Makefile 
	x11/keynav     : Makefile 
	x11/klavaro    : Makefile 
	x11/kountdown  : Makefile 
	x11/krusader   : Makefile 
	x11/lablgtk    : Makefile 
	x11/lablgtk2   : Makefile 
	x11/lesstif    : Makefile 
	x11/libdnd     : Makefile 
	x11/lupe       : Makefile 
	x11/lxrandr    : Makefile 
	x11/matchbox   : Makefile.inc 
	x11/mlterm     : Makefile 
	x11/mouseclock : Makefile 
	x11/mowitz     : Makefile 
	x11/mplayer    : Makefile 
	x11/mrxvt      : Makefile 
	x11/mterm      : Makefile 
	x11/mxconns    : Makefile 
	x11/neXtaw     : Makefile 
	x11/netwmpager : Makefile 
	x11/numlockx   : Makefile 
	x11/nx/nxcomp  : Makefile 
	x11/nx/opennx  : Makefile 
	x11/obconf     : Makefile 
	x11/ogle       : Makefile 
	x11/ogle_gui   : Makefile 
	x11/olvwm      : Makefile 
	x11/openbox    : Makefile 
	x11/openmotif  : Makefile 
	x11/oroborus   : Makefile 
	x11/osd_clock  : Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/p5-Tk      : Makefile 
	x11/p5-Tk-Splash: Makefile 
	x11/p5-X-Osd   : Makefile 
	x11/p5-X11-Protocol: Makefile 
	x11/partiwm    : Makefile 
	x11/pbrowser   : Makefile 
	x11/pcmanfm    : Makefile 
	x11/peksystray : Makefile 
	x11/pekwm      : Makefile 
	x11/pidgin-guifications: Makefile 
	x11/pidgin-libnotify: Makefile 
	x11/piewm      : Makefile 
	x11/pwm        : Makefile 
	x11/py-Xlib    : Makefile 
	x11/py-qt3     : Makefile 
	x11/py-qt4     : Makefile 
	x11/pypanel    : Makefile 
	x11/qinx       : Makefile 
	x11/qrfcview   : Makefile 
	x11/qt3        : Makefile 
	x11/qt4        : Makefile 
	x11/quadkonsole: Makefile 
	x11/qvwm       : Makefile 
	x11/ratmen     : Makefile 
	x11/ratpoison  : Makefile 
	x11/rdesktop   : Makefile 
	x11/rendercheck: Makefile 
	x11/rep-gtk    : Makefile 
	x11/root-tail  : Makefile 
	x11/rox-filer  : Makefile 
	x11/roxterm    : Makefile 
	x11/rxvt       : Makefile 
	x11/rxvt-unicode: Makefile 
	x11/sawfish    : Makefile 
	x11/sisctrl    : Makefile 
	x11/skippy     : Makefile 
	x11/sliderule  : Makefile 
	x11/slim       : Makefile 
	x11/slim-themes: Makefile 
	x11/slock      : Makefile 
	x11/smplayer   : Makefile 
	x11/swisswatch : Makefile 
	x11/terminus-font: Makefile 
	x11/thewidgetfactory: Makefile 
	x11/tilda      : Makefile 
	x11/tint       : Makefile 
	x11/tk         : tk.port.mk 
	x11/tk/8.4     : Makefile 
	x11/tk/8.5     : Makefile 
	x11/transset-df: Makefile 
	x11/treewm     : Makefile 
	x11/tvtwm      : Makefile 
	x11/unclutter  : Makefile 
	x11/vdesk      : Makefile 
	x11/viewfax    : Makefile 
	x11/vlc        : Makefile 
	x11/waimea     : Makefile 
	x11/wampager   : Makefile 
	x11/windowmaker: Makefile 
	x11/windowmaker-extra: Makefile 
	x11/wm2        : Makefile 
	x11/wmbutton   : Makefile 
	x11/wmcalclock : Makefile 
	x11/wmclock    : Makefile 
	x11/wmclockmon : Makefile 
	x11/wmctrl     : Makefile 
	x11/wmdate     : Makefile 
	x11/wmfishtime : Makefile 
	x11/wmi        : Makefile 
	x11/wmii       : Makefile 
	x11/wminfo     : Makefile 
	x11/wmitime    : Makefile 
	x11/wmmenu     : Makefile 
	x11/wmname     : Makefile 
	x11/wmpinboard : Makefile 
	x11/wmthemeinstall: Makefile 
	x11/wmtime     : Makefile 
	x11/wmtz       : Makefile 
	x11/wmweather  : Makefile 
	x11/wmx        : Makefile 
	x11/wqy-bitmapfont: Makefile 
	x11/wterm      : Makefile 
	x11/wxSVG      : Makefile 
	x11/wxWidgets  : Makefile 
	x11/x11vnc     : Makefile 
	x11/x2vnc      : Makefile 
	x11/x2x        : Makefile 
	x11/xaniroc    : Makefile 
	x11/xantfarm   : Makefile 
	x11/xarchive   : Makefile 
	x11/xarchiver  : Makefile 
	x11/xautolock  : Makefile 
	x11/xawtv      : Makefile 
	x11/xbae       : Makefile 
	x11/xbindkeys  : Makefile 
	x11/xcalib     : Makefile 
	x11/xcb        : Makefile 
	x11/xclip      : Makefile 
	x11/xco        : Makefile 
	x11/xcoloredit : Makefile 
	x11/xcolors    : Makefile 
	x11/xcursor-themes: Makefile 
	x11/xcursorgen : Makefile 
	x11/xdaliclock : Makefile 
	x11/xdesktopwaves: Makefile 
	x11/xdmchoose  : Makefile 
	x11/xdotool    : Makefile 
	x11/xdrawchem  : Makefile 
	x11/xdtm       : Makefile 
	x11/xdu        : Makefile 
	x11/xfce4      : Makefile.inc 
	x11/xfe        : Makefile 
	x11/xfed       : Makefile 
	x11/xfedor     : Makefile 
	x11/xfishtank  : Makefile 
	x11/xfm        : Makefile 
	x11/xforms     : Makefile 
	x11/xglobe     : Makefile 
	x11/xgrab      : Makefile 
	x11/xkbset     : Makefile 
	x11/xkeycaps   : Makefile 
	x11/xloadimage : Makefile 
	x11/xlogout    : Makefile 
	x11/xmascot    : Makefile 
	x11/xmbdfed    : Makefile 
	x11/xmobar     : Makefile 
	x11/xmold      : Makefile 
	x11/xmonad     : Makefile 
	x11/xosd       : Makefile 
	x11/xpad       : Makefile 
	x11/xplanet    : Makefile 
	x11/xplot      : Makefile 
	x11/xpostit    : Makefile 
	x11/xpostitPlus: Makefile 
	x11/xprompt    : Makefile 
	x11/xrestop    : Makefile 
	x11/xrootconsole: Makefile 
	x11/xscreensaver: Makefile 
	x11/xscribble  : Makefile 
	x11/xsel       : Makefile 
	x11/xsnow      : Makefile 
	x11/xtacy      : Makefile 
	x11/xtattr     : Makefile 
	x11/xtestpicture: Makefile 
	x11/xtoolwait  : Makefile 
	x11/xtraceroute: Makefile 
	x11/xtu        : Makefile 
	x11/xview/clients: Makefile 
	x11/xvkbd      : Makefile 
	x11/xwit       : Makefile 
	x11/xwrits     : Makefile 
	x11/xzoom      : Makefile 
	x11/yakuake    : Makefile 
	x11/yeahlaunch : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:16:25

Modified files:
	editors/abiword: Makefile 
	editors/axe    : Makefile 
	editors/beaver : Makefile 
	editors/cooledit: Makefile 
	editors/elvis  : Makefile 
	editors/emacs21: Makefile 
	editors/emacs22: Makefile 
	editors/fte    : Makefile 
	editors/ht     : Makefile 
	editors/jed    : Makefile 
	editors/kile   : Makefile 
	editors/kxmleditor: Makefile 
	editors/leafpad: Makefile 
	editors/nedit  : Makefile 
	editors/openoffice3: Makefile 
	editors/scite  : Makefile 
	editors/subtitleeditor: Makefile 
	editors/tea    : Makefile 
	editors/teaqt  : Makefile 
	editors/ted    : Makefile 
	editors/textedit: Makefile 
	editors/texworks: Makefile 
	editors/vim    : Makefile 
	editors/xemacs21/stable: Makefile 
	editors/xwpe   : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:17:05

Modified files:
	education/drgeo: Makefile 
	education/gamgi: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:17:49

Modified files:
	emulators/BasiliskII: Makefile 
	emulators/bochs: Makefile 
	emulators/dosbox: Makefile 
	emulators/frodo: Makefile 
	emulators/fuse : Makefile 
	emulators/generator: Makefile 
	emulators/gns3 : Makefile 
	emulators/gxemul: Makefile 
	emulators/ines : Makefile 
	emulators/mastergear: Makefile 
	emulators/qemu : Makefile 
	emulators/qemu-old: Makefile 
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 
	emulators/snes9x: Makefile 
	emulators/spectemu: Makefile 
	emulators/spim : Makefile 
	emulators/stella: Makefile 
	emulators/uae  : Makefile 
	emulators/vba  : Makefile 
	emulators/vgb  : Makefile 
	emulators/wine : Makefile 
	emulators/x48  : Makefile 
	emulators/xcopilot: Makefile 
	emulators/xhomer: Makefile 
	emulators/zsnes: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:19:03

Modified files:
	games/abuse    : Makefile 
	games/afternoonstalker: Makefile 
	games/alephone/alephone: Makefile 
	games/amoebax  : Makefile 
	games/amph     : Makefile 
	games/angband  : Makefile 
	games/atomix   : Makefile 
	games/batrachians: Makefile 
	games/belooted : Makefile 
	games/bomberclone: Makefile 
	games/boswars  : Makefile 
	games/burgerspace: Makefile 
	games/bzflag   : Makefile 
	games/cgoban   : Makefile 
	games/chocolate-doom: Makefile 
	games/circuit  : Makefile 
	games/cmatrix  : Makefile 
	games/corewars : Makefile 
	games/cosmosmash: Makefile 
	games/crack-attack: Makefile 
	games/crimson  : Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 
	games/defendguin: Makefile 
	games/dopewars : Makefile 
	games/eboard   : Makefile 
	games/enigma   : Makefile 
	games/f1spirit : Makefile 
	games/falconseye: Makefile 
	games/fire     : Makefile 
	games/foobillard: Makefile 
	games/freeciv  : Makefile 
	games/freedroid: Makefile 
	games/freedroidrpg: Makefile 
	games/gargoyle : Makefile 
	games/gbrainy  : Makefile 
	games/gcompris : Makefile 
	games/gemdropx : Makefile 
	games/glutton  : Makefile 
	games/grhino   : Makefile 
	games/gtetrinet: Makefile 
	games/gtkballs : Makefile 
	games/heroes   : Makefile 
	games/icebreaker: Makefile 
	games/ivan     : Makefile 
	games/kbilliards: Makefile 
	games/kobodeluxe: Makefile 
	games/kslide   : Makefile 
	games/late     : Makefile 
	games/lbreakout2: Makefile 
	games/lgeneral : Makefile 
	games/life     : Makefile 
	games/lincity  : Makefile 
	games/lincity-ng: Makefile 
	games/lostpixels: Makefile 
	games/maelstrom: Makefile 
	games/micropolis: Makefile 
	games/mirrormagic: Makefile 
	games/monadius : Makefile 
	games/moonlander: Makefile 
	games/nethack  : Makefile 
	games/newvox   : Makefile 
	games/oilwar   : Makefile 
	games/openttd  : Makefile 
	games/pingus   : Makefile 
	games/pokerth  : Makefile 
	games/prboom   : Makefile 
	games/qgo      : Makefile 
	games/quake2   : Makefile 
	games/ri-li    : Makefile 
	games/roadfighter: Makefile 
	games/rocksndiamonds: Makefile 
	games/scummvm  : Makefile 
	games/sdlroids : Makefile 
	games/sdlzombies: Makefile 
	games/slash    : Makefile 
	games/slash-em : Makefile 
	games/snipe2d  : Makefile 
	games/spatial  : Makefile 
	games/speyes   : Makefile 
	games/spider   : Makefile 
	games/sudoku-solver: Makefile 
	games/supertuxkart: Makefile 
	games/taxipilot: Makefile 
	games/teeworlds: Makefile 
	games/tmw      : Makefile 
	games/toppler  : Makefile 
	games/tutris   : Makefile 
	games/tuxkart  : Makefile 
	games/tuxpaint : Makefile 
	games/tuxpaint-config: Makefile 
	games/uqm      : Makefile 
	games/vectoroids: Makefile 
	games/vodovod  : Makefile 
	games/warzone2100: Makefile 
	games/wesnoth  : Makefile 
	games/widelands: Makefile 
	games/wmminichess: Makefile 
	games/wmtictactoe: Makefile 
	games/xasteroids: Makefile 
	games/xbat     : Makefile 
	games/xbattle  : Makefile 
	games/xbill    : Makefile 
	games/xbl      : Makefile 
	games/xblast   : Makefile 
	games/xboard   : Makefile 
	games/xboing   : Makefile 
	games/xbomber  : Makefile 
	games/xbreaky  : Makefile 
	games/xbubble  : Makefile 
	games/xchomp   : Makefile 
	games/xcubes   : Makefile 
	games/xdeblock : Makefile 
	games/xdino    : Makefile 
	games/xevil    : Makefile 
	games/xgolgo   : Makefile 
	games/xinvaders: Makefile 
	games/xjewel   : Makefile 
	games/xjig     : Makefile 
	games/xkobo    : Makefile 
	games/xlife    : Makefile 
	games/xmahjongg: Makefile 
	games/xmine    : Makefile 
	games/xminehunter: Makefile 
	games/xminesweep: Makefile 
	games/xmj      : Makefile 
	games/xmoto    : Makefile 
	games/xmris    : Makefile 
	games/xneko    : Makefile 
	games/xonix    : Makefile 
	games/xpat2    : Makefile 
	games/xpilot   : Makefile 
	games/xripple  : Makefile 
	games/xroach   : Makefile 
	games/xscavenger: Makefile 
	games/xscorch  : Makefile 
	games/xscrabble: Makefile 
	games/xskat    : Makefile 
	games/xsoldier : Makefile 
	games/xteddy   : Makefile 
	games/xwelltris: Makefile 
	games/xzip     : Makefile 
	games/zangband : Makefile 
	games/zoom     : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:19:47

Modified files:
	geo/gmapcatcher: Makefile 
	geo/qlandkarte : Makefile 
	geo/tangogps   : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:21:02

Modified files:
	graphics/GraphicsMagick: Makefile 
	graphics/ImageMagick: Makefile 
	graphics/aalib : Makefile 
	graphics/agg   : Makefile 
	graphics/amide : Makefile 
	graphics/blender: Makefile 
	graphics/cairo : Makefile 
	graphics/cairomm: Makefile 
	graphics/clutter: Makefile.inc 
	graphics/cqcam : Makefile 
	graphics/darktable: Makefile 
	graphics/djview4: Makefile 
	graphics/djvulibre: Makefile 
	graphics/dumpmpeg: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/enjoympeg: Makefile 
	graphics/feh   : Makefile 
	graphics/ffmpeg: Makefile 
	graphics/flash : Makefile 
	graphics/freeglut: Makefile 
	graphics/fxtv  : Makefile 
	graphics/fyre  : Makefile 
	graphics/gd    : Makefile 
	graphics/gegl  : Makefile 
	graphics/gfract: Makefile 
	graphics/ggi   : Makefile 
	graphics/gifsicle: Makefile 
	graphics/giftrans: Makefile 
	graphics/gii   : Makefile 
	graphics/gimp/stable: Makefile 
	graphics/gle   : Makefile 
	graphics/glew  : Makefile 
	graphics/glitz : Makefile 
	graphics/glpng : Makefile 
	graphics/gphoto2: Makefile 
	graphics/gpicview: Makefile 
	graphics/gqview: Makefile 
	graphics/gtkam : Makefile 
	graphics/gwenview-i18n: Makefile 
	graphics/hs-GLUT: Makefile 
	graphics/hugin : Makefile 
	graphics/imlib : Makefile 
	graphics/imlib2: Makefile 
	graphics/inkscape: Makefile 
	graphics/iview : Makefile 
	graphics/k3dsurf: Makefile 
	graphics/kimdaba: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/libcaca: Makefile 
	graphics/libkexif: Makefile 
	graphics/libkipi: Makefile 
	graphics/libmpeg2: Makefile 
	graphics/libwmf: Makefile 
	graphics/luagd : Makefile 
	graphics/luvcview: Makefile 
	graphics/makehuman: Makefile 
	graphics/mapivi: Makefile 
	graphics/mhgui : Makefile 
	graphics/molden: Makefile 
	graphics/mpeg_play: Makefile 
	graphics/openexr: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Imager: Makefile 
	graphics/povray: Makefile 
	graphics/py-Imaging: Makefile 
	graphics/py-cairo: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-opengl: Makefile 
	graphics/pycha : Makefile 
	graphics/qiv   : Makefile 
	graphics/quesoglc: Makefile 
	graphics/sane-frontends: Makefile 
	graphics/scrot : Makefile 
	graphics/smpeg-xmms: Makefile 
	graphics/sng   : Makefile 
	graphics/swfdec: Makefile 
	graphics/synaesthesia: Makefile 
	graphics/tgif  : Makefile 
	graphics/ufraw : Makefile 
	graphics/wmgrabimage: Makefile 
	graphics/wmphoto: Makefile 
	graphics/xanim : Makefile 
	graphics/xbmbrowser: Makefile 
	graphics/xfig  : Makefile 
	graphics/xmedcon: Makefile 
	graphics/xmms-kj: Makefile 
	graphics/xpaint: Makefile 
	graphics/xsane : Makefile 
	graphics/xv    : Makefile 
	graphics/xzgv  : Makefile 
	graphics/zbar  : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:21:44

Modified files:
	inputmethods/ibus: Makefile 
	inputmethods/libtomoe-gtk: Makefile 
	inputmethods/scim: Makefile 
	inputmethods/scim-anthy: Makefile 
	inputmethods/scim-chewing: Makefile 
	inputmethods/scim-hangul: Makefile 
	inputmethods/scim-pinyin: Makefile 
	inputmethods/scim-qtimm: Makefile 
	inputmethods/scim-tables: Makefile 
	inputmethods/uim: Makefile 
	inputmethods/uim-chewing: Makefile 
	inputmethods/uim-tomoe-gtk: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:22:23

Modified files:
	japanese/Wnn   : Makefile 
	japanese/funetfonts: Makefile 
	japanese/intlfonts: Makefile 
	japanese/kanatest: Makefile 
	japanese/kanjipad: Makefile 
	japanese/kasumi: Makefile 
	japanese/kinput2: Makefile 
	japanese/kterm : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:23:04

Modified files:
	korean/baekmuk-fonts: Makefile 
	korean/hanterm-fonts: Makefile 
	korean/hanterm-xf: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:24:05

Modified files:
	lang/STk       : Makefile 
	lang/classpath : Makefile 
	lang/eltclsh   : Makefile 
	lang/hugs      : Makefile 
	lang/icon/interp: Makefile 
	lang/kaffe     : Makefile 
	lang/ocaml     : Makefile 
	lang/otcl      : Makefile 
	lang/python    : Makefile.inc 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	lang/scm       : Makefile 
	lang/squeak/vm : Makefile 
	lang/swi-prolog: Makefile 
	lang/ucblogo   : Makefile 
	lang/unicon    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:25:12

Modified files:
	mail/asmail    : Makefile 
	mail/claws-mail: Makefile 
	mail/claws-mail-attremover: Makefile 
	mail/claws-mail-cachesaver: Makefile 
	mail/claws-mail-htmlviewer: Makefile 
	mail/claws-mail-notification: Makefile 
	mail/claws-mail-pdfviewer: Makefile 
	mail/claws-mail-rssyl: Makefile 
	mail/claws-mail-vcalendar: Makefile 
	mail/enigmail  : Makefile.inc 
	mail/exim      : Makefile 
	mail/exmh2     : Makefile 
	mail/faces     : Makefile 
	mail/kbiff     : Makefile 
	mail/mail-notification: Makefile 
	mail/mozilla-thunderbird: Makefile 
	mail/sylpheed  : Makefile 
	mail/tkrat     : Makefile 
	mail/wmbiff    : Makefile 
	mail/wmmail    : Makefile 
	mail/wmmultipop3: Makefile 
	mail/wmpop3    : Makefile 
	mail/xfaces    : Makefile 
	mail/xlbiff    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:25:51

Modified files:
	math/R         : Makefile 
	math/abs       : Makefile 
	math/calcoo    : Makefile 
	math/freemat   : Makefile 
	math/galculator: Makefile 
	math/gnuplot   : Makefile 
	math/grace     : Makefile 
	math/graphviz  : Makefile 
	math/grpn      : Makefile 
	math/hexcalc   : Makefile 
	math/kst       : Makefile 
	math/p5-AI-NeuralNet-Kohonen-Visual: Makefile 
	math/pari      : Makefile 
	math/plplot    : Makefile 
	math/qtoctave  : Makefile 
	math/wmcalc    : Makefile 
	math/xspread   : Makefile 
	math/yorick    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:26:49

Modified files:
	misc/astrolog  : Makefile 
	misc/calentool : Makefile 
	misc/dates     : Makefile 
	misc/gpsd      : Makefile 
	misc/ktimeclock: Makefile 
	misc/logjam    : Makefile 
	misc/magicpoint: Makefile 
	misc/plan      : Makefile 
	misc/remind    : Makefile 
	misc/wmmand    : Makefile 
	misc/wmtimer   : Makefile 
	misc/xcdroast  : Makefile 
	misc/xgas      : Makefile 
	misc/xless     : Makefile 
	misc/xnc       : Makefile 
	misc/xtar      : Makefile 
	misc/xtimer    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:27:41

Modified files:
	multimedia/audiopreview: Makefile 
	multimedia/avidemux: Makefile 
	multimedia/dvdauthor: Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/k3b : Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/mjpegtools: Makefile 
	multimedia/mkvtoolnix: Makefile 
	multimedia/oggconvert: Makefile 
	multimedia/transcode: Makefile 
	multimedia/xine-lib: Makefile 
	multimedia/xine-ui: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:30:02

Modified files:
	net/amule      : Makefile 
	net/avahi      : Makefile 
	net/axyftp     : Makefile 
	net/cvsup      : Makefile 
	net/dc_gui     : Makefile 
	net/dxpc       : Makefile 
	net/etherape   : Makefile 
	net/ettercap   : Makefile 
	net/gajim      : Makefile 
	net/gftp       : Makefile 
	net/gmudix     : Makefile 
	net/gnaughty   : Makefile 
	net/gtk-gnutella: Makefile 
	net/kismet     : Makefile 
	net/ktorrent   : Makefile 
	net/mbrowse    : Makefile 
	net/mldonkey/stable: Makefile 
	net/mrtg       : Makefile 
	net/mtr        : Makefile 
	net/nagios/nagios: Makefile 
	net/nam        : Makefile 
	net/netdude/netdude: Makefile 
	net/ns         : Makefile 
	net/pavuk      : Makefile 
	net/pidgin     : Makefile 
	net/psi        : Makefile 
	net/quirc      : Makefile 
	net/rrdtool    : Makefile 
	net/ser        : Makefile 
	net/synergy    : Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/tightvnc   : Makefile 
	net/transmission: Makefile 
	net/unison     : Makefile.inc 
	net/valknut    : Makefile 
	net/wmifinfo   : Makefile 
	net/wmnet      : Makefile 
	net/wmnetload  : Makefile 
	net/wmwave     : Makefile 
	net/xarchie    : Makefile 
	net/xchat      : Makefile 
	net/xmlrpc-epi : Makefile 
	net/ytalk      : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:30:46

Modified files:
	news/pan       : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:31:20

Modified files:
	palm/pose      : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:31:50

Modified files:
	plan9/9libs    : Makefile 
	plan9/9menu    : Makefile 
	plan9/9wm      : Makefile 
	plan9/larswm   : Makefile 
	plan9/sam      : Makefile 
	plan9/w9wm     : Makefile 
	plan9/wily     : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:32:40

Modified files:
	print/bibview  : Makefile 
	print/epdfview : Makefile 
	print/fontforge: Makefile 
	print/ghostscript/gnu: Makefile 
	print/ghostview: Makefile 
	print/gtklp    : Makefile 
	print/gutenprint: Makefile 
	print/gv       : Makefile 
	print/htmldoc  : Makefile 
	print/lilypond : Makefile 
	print/lyx      : Makefile 
	print/poppler  : Makefile 
	print/scribus  : Makefile 
	print/texlive/base: Makefile 
	print/texlive2010/base: Makefile 
	print/transfig : Makefile 
	print/xpp      : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:33:27

Modified files:
	productivity/fet: Makefile 
	productivity/grisbi: Makefile 
	productivity/homebank: Makefile 
	productivity/osmo: Makefile 
	productivity/qhacc: Makefile 
	productivity/rubrica2: Makefile 
	productivity/siag: Makefile 
	productivity/sunbird: Makefile 
	productivity/taskjuggler: Makefile 
	productivity/tasks: Makefile 
	productivity/vym: Makefile 
	productivity/workrave: Makefile 
	productivity/xinvest: Makefile 
	productivity/xquote: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:33:55

Modified files:
	russian/xcyrillic: Makefile 
	russian/xruskb : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:34:55

Modified files:
	security/dsniff: Makefile 
	security/fwbuilder: Makefile 
	security/gpa   : Makefile 
	security/gringotts: Makefile 
	security/hydra : Makefile 
	security/nessus/core: Makefile 
	security/ophcrack: Makefile 
	security/otpcalc: Makefile 
	security/pidgin-otr: Makefile 
	security/pwsafe: Makefile 
	security/stegdetect: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:36:04

Modified files:
	sysutils/apcupsd: Makefile 
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/clusterit: Makefile 
	sysutils/conky : Makefile 
	sysutils/contool: Makefile 
	sysutils/d-feet: Makefile 
	sysutils/filelight: Makefile 
	sysutils/findlib: Makefile 
	sysutils/flyback: Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins: Makefile.inc 
	sysutils/hot-babe: Makefile 
	sysutils/knutclient: Makefile 
	sysutils/krename: Makefile 
	sysutils/modlogan: Makefile 
	sysutils/mtools: Makefile 
	sysutils/notification-daemon: Makefile 
	sysutils/symon : Makefile 
	sysutils/tpb   : Makefile 
	sysutils/wmapm : Makefile 
	sysutils/wmcb  : Makefile 
	sysutils/wmcube: Makefile 
	sysutils/wmmon : Makefile 
	sysutils/wmwlmon: Makefile 
	sysutils/xbatt : Makefile 
	sysutils/xps   : Makefile 
	sysutils/xuvmstat: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:38:07

Modified files:
	textproc/boust : Makefile 
	textproc/chmsee: Makefile 
	textproc/fcbanner: Makefile 
	textproc/gtkaml: Makefile 
	textproc/gtkspell: Makefile 
	textproc/mgdiff: Makefile 
	textproc/mupdf : Makefile 
	textproc/p5-XML-SAX-ExpatXS: Makefile 
	textproc/p5-XML-Sablotron: Makefile 
	textproc/py-xml: Makefile 
	textproc/sablotron: Makefile 
	textproc/xpdf  : Makefile 
	textproc/xxdiff: Makefile 
	textproc/zathura: Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:40:10

Modified files:
	www/amaya/browser: Makefile 
	www/bluefish   : Makefile 
	www/chromium   : Makefile 
	www/cssed      : Makefile 
	www/dillo      : Makefile 
	www/elinks     : Makefile 
	www/firefox35  : Makefile 
	www/gecko-mediaplayer: Makefile 
	www/gnash      : Makefile 
	www/liferea    : Makefile 
	www/links+     : Makefile 
	www/midori     : Makefile 
	www/minimo     : Makefile 
	www/mozilla-firefox: Makefile 
	www/mozplugger : Makefile 
	www/php5/extensions: Makefile 
	www/py-webkitgtk: Makefile 
	www/seamonkey  : Makefile 
	www/swfdec-plugin: Makefile 
	www/vteplugin  : Makefile 
	www/w3m        : Makefile 
	www/wApua      : Makefile 
	www/webkit     : Makefile 
	www/xmhtml     : Makefile 
	www/xxxterm    : Makefile 

Log message:
Remove USE_X11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/24 15:40:39

Modified files:
	multimedia/avidemux: Makefile 
	multimedia/dvdauthor: Makefile 
	multimedia/dvdbackup: Makefile 
	multimedia/dvdcpy: Makefile 
	multimedia/ffmpeg-php: Makefile 
	multimedia/ffmpeg2theora: Makefile 
	multimedia/k3b : Makefile 
	multimedia/kaffeine: Makefile 
	multimedia/libdv: Makefile 
	multimedia/libdvdnav: Makefile 
	multimedia/libmatroska: Makefile 
	multimedia/libmms: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/libtheora: Makefile 
	multimedia/lsdvd: Makefile 
	multimedia/ogmtools: Makefile 
	multimedia/pspvc: Makefile 
	multimedia/streamdvd: Makefile 
	multimedia/subrip: Makefile 
	multimedia/subtitleripper: Makefile 
	multimedia/transcode: Makefile 
	multimedia/vitunes: Makefile 
	multimedia/xine-ui: Makefile 
	multimedia/xvidcore: Makefile 

Log message:
lib_depends, revision


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/24 15:57:47

Modified files:
	misc/ent       : Makefile 

Log message:
Fix MASTER_SITES.

from Brad Tilley (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2010/10/24 15:59:32

Modified files:
	.              : 48.html 

Log message:
i did iopools this release, and matthew moved the scsi_link tracking to
an slist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 16:16:38

Log message:
    import gnustep/terminal: a terminal emulator for GNUstep
    
    pkg/DESCR:
    Terminal is terminal emulator for GNUstep. Multiple windows, scroll
    buffer and all the expected features are present.  Furthermore it sports
    terminal services.
    
    After all, OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101025
    
    N ports/x11/gnustep/terminal/Makefile
    N ports/x11/gnustep/terminal/distinfo
    N ports/x11/gnustep/terminal/pkg/DESCR
    N ports/x11/gnustep/terminal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/24 16:18:35

Log message:
    And now import into the right directory (hs-hood, not just hood) as
    noticed by jasper@. DESCR-Blurb again:
    
    HOOD is a small post-mortem debugger for the lazy functional language
    ]Haskell. It is based on the concept of observation of intermediate
    data structures, rather than the more traditional stepping and
    variable examination paradigm used by imperative language debuggers.
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20101025
    
    N ports/devel/hs-hood/Makefile
    N ports/devel/hs-hood/distinfo
    N ports/devel/hs-hood/pkg/DESCR
    N ports/devel/hs-hood/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/24 16:18:38

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable gnustep terminal


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/24 16:21:41

Removed files:
	devel/hood     : Makefile distinfo 
	devel/hood/pkg : DESCR PLIST 

Log message:
Remove devel/hood (wrong location).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 16:29:50

Log message:
    Import libgexiv2 0.2.1, needed by an upcoming shotwell port:
    gexiv2 is a GObject-based wrapper around the Exiv2 library.  It makes
    the basic features of Exiv2 available to GNOME applications.
    
    ok ajacoutot@ jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101025
    
    N ports/graphics/libgexiv2/distinfo
    N ports/graphics/libgexiv2/Makefile
    N ports/graphics/libgexiv2/patches/patch-Makefile
    N ports/graphics/libgexiv2/patches/patch-configure
    N ports/graphics/libgexiv2/pkg/PFRAG.shared
    N ports/graphics/libgexiv2/pkg/DESCR
    N ports/graphics/libgexiv2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 16:30:27

Modified files:
	graphics       : Makefile 

Log message:
+libgexiv2


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/24 16:31:01

Modified files:
	print/texlive2010: README 
	print/texlive2010/base/pkg: PLIST 
	print/texlive2010/texmf: Makefile distinfo 
	print/texlive2010/texmf/pkg: PLIST-full PLIST-main 

Log message:
experimentally enable pre-generated format and map files. This may not
work and we may end up rolling this back.

Still not linked to build, so no OKing needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/24 16:36:37

Modified files:
	math/ginac     : Makefile distinfo 
	math/ginac/patches: patch-configure patch-ginac_Makefile_in 
	                    patch-ginac_function_pl 
Removed files:
	math/ginac/patches: patch-ginac_parser_parser_cpp 

Log message:
Update to GiNaC 1.5.8. Okay steven@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 16:41:09

Log message:
    Import mapnik 0.7.1:
    
    Mapnik is an OpenSource C++/Python toolkit for developing GIS
    (Geographic Information Systems) applications. At the core is a C++
    shared library providing algorithms/patterns for spatial data access
    and visualization.
    Essentially a collection of geographic objects (map, layer,
    datasource, feature, geometry), the library doesn't rely on
    "windowing systems" and can be deployed in any server environment.
    It is intended to play fair in a multi-threaded environment and is
    aimed primarily, but not exclusively, at web-based development.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101025
    
    N ports/graphics/mapnik/Makefile
    N ports/graphics/mapnik/build
    N ports/graphics/mapnik/distinfo
    N ports/graphics/mapnik/patches/patch-SConstruct
    N ports/graphics/mapnik/patches/patch-src_SConscript
    N ports/graphics/mapnik/pkg/PLIST
    N ports/graphics/mapnik/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/24 16:41:58

Modified files:
	graphics       : Makefile 

Log message:
+mapnik


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/24 22:54:25

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
needs a full stop;


CVSROOT:	/cvs
Module name:	www
Changes by:	fkr@cvs.openbsd.org	2010/10/25 00:17:32

Modified files:
	.              : want.html 

Log message:
remove an old request (for nowadays not relevant 3g devices) of mine


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 00:55:05

Modified files:
	www/mediawiki  : Makefile distinfo 

Log message:
maintenance update to 1.15.5, gory details at http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_15_5/phase3/RELEASE-NOTES


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:04:15

Log message:
    import drupal6.x-diff-2.1:
    
    This module adds a tab for sufficiently permissioned users. The tab shows
    all revisions like standard Drupal but it also allows pretty viewing of
    all added/changed/deleted words between revisions.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/diff/Makefile
    N ports/www/drupal6/diff/distinfo
    N ports/www/drupal6/diff/pkg/DESCR
    N ports/www/drupal6/diff/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:19:49

Log message:
    import drupal-6.x-notify-1.2:
    
    The notify module allows users to subscribe to periodic emails which
    include all new or revised content and/or comments much like the daily
    news letters sent by some websites.
    Even if this feature is not configured for normal site users, it can
    be a useful feature for an administrator of a site to receive
    notification of new content submissions and comment posts.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/notify/Makefile
    N ports/www/drupal6/notify/distinfo
    N ports/www/drupal6/notify/pkg/DESCR
    N ports/www/drupal6/notify/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:32:45

Log message:
    import drupal-6.x-cck_blocks-1.3:
    
    Adds a block for every CCK field you selected for being available as
    block. This makes it possible to show the field's value of the
    currently shown node in the block (placed left, right or in whatever
    region) instead of (or next to) the node's main content area. Kind of
    a simple panel variation.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/cck_blocks/Makefile
    N ports/www/drupal6/cck_blocks/distinfo
    N ports/www/drupal6/cck_blocks/pkg/DESCR
    N ports/www/drupal6/cck_blocks/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:34:46

Modified files:
	www/drupal6    : Makefile 

Log message:
+diff, +notify, +cck_blocks


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/25 01:46:43

Modified files:
	multimedia/transcode: Makefile 

Log message:
unbreak: readd vorbisenc and vorbisfile to WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:49:11

Log message:
    import drupal-6.x-bookmadesimple-2.3:
    
    This module will create a main book page for content type selected in
    BookMadeSimple settings. This is a shortcut to create a node and click
    on Update book outline.
    A dropdown listbox will be added in books links. Only allowed content-
    type (define in content-type settings) are printed. Selecting a content
    type will add it as a child page of the book page.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/bookmadesimple/Makefile
    N ports/www/drupal6/bookmadesimple/distinfo
    N ports/www/drupal6/bookmadesimple/pkg/DESCR
    N ports/www/drupal6/bookmadesimple/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 01:59:37

Log message:
    import drupal-6.x-spamspan-1.4:
    
    The SpamSpan module obfuscates email addresses to help prevent spambots
    from collecting them. The problem with most email address obfuscators is
    that they rely upon JavaScript being enabled on the client side. This
    makes the technique inaccessible to people with screen readers. SpamSpan
    however will produce clickable links if JavaScript is enabled, and will
    show the email address as example [at] example [dot] com if the browser
    does not support JavaScript or if JavaScript is disabled.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/spamspan/Makefile
    N ports/www/drupal6/spamspan/distinfo
    N ports/www/drupal6/spamspan/pkg/DESCR
    N ports/www/drupal6/spamspan/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 02:01:07

Modified files:
	www/drupal6    : Makefile 

Log message:
+bookmadesimple, +spamspan


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 02:03:52

Modified files:
	graphics/dia   : Makefile 

Log message:
- move MODPY_WANTLIB to the gnome flavor, which actually uses python.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 02:04:33

Modified files:
	lang/kaffe     : Makefile 

Log message:
- zap typo in WANTLIB, no bump as it didn't build


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/25 02:41:27

Modified files:
	audio/calf     : Makefile 

Log message:
Unbreak on clean box, add audio/ladspa to BUILD_DEPENDS.
spotted by and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/25 02:46:49

Modified files:
	x11/ogle       : Makefile 
	x11/ogle/pkg   : PLIST 

Log message:
fix groff handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/25 03:10:07

Modified files:
	devel/cdk      : Makefile 

Log message:
unbreak by detecting openbsd libtool during configure

spotted by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:14:23

Log message:
    import drupal-6.x-tables-1.0:
    
    The tables module allows you to create a table in a node using a simple
    markup. Tables are entered using a simple macro format.
    This module allows you to set the "class" for the table to allow
    different appearances for different tables. It also comes with a css
    sheet to do a number of different appearances.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/tables/Makefile
    N ports/www/drupal6/tables/distinfo
    N ports/www/drupal6/tables/pkg/DESCR
    N ports/www/drupal6/tables/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:24:50

Log message:
    import drupal-6.x-view_unpublished-1.0:
    
    This module allows you to grant access for specific user roles to view
    unpublished nodes of a specific type. Access control is quite granular
    in this regard. Additionally, using this module does not require any
    modifications to your existing URL structure.
    Used in concert with the Override Node Options module, you can give
    specific roles the ability to publish/unpublish certain node types
    without giving those roles administrative access to all nodes.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/view_unpublished/Makefile
    N ports/www/drupal6/view_unpublished/distinfo
    N ports/www/drupal6/view_unpublished/pkg/DESCR
    N ports/www/drupal6/view_unpublished/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:27:07

Modified files:
	www/drupal6    : Makefile 

Log message:
+tables, +view_unpublished


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:35:11

Log message:
    import drupal-6.x-override_node_options-1.11:
    
    The Override Node Options module allows permissions to be set to each
    field within the Authoring information and Publishing options field
    sets on the node form. It also allow selected field sets to be set as
    collapsed and / or collapsible.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/override_node_options/Makefile
    N ports/www/drupal6/override_node_options/distinfo
    N ports/www/drupal6/override_node_options/pkg/DESCR
    N ports/www/drupal6/override_node_options/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 03:39:31

Log message:
    import simpleagenda: calendaring application based on GNUstep
    
    pkg/DESCR:
    A simple calendar and task management program. It can show the birthdays
    of contacts in the GNUstep AddressManager and store tasks and
    appointments in a GroupDAV server.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101025
    
    N ports/x11/gnustep/simpleagenda/distinfo
    N ports/x11/gnustep/simpleagenda/Makefile
    N ports/x11/gnustep/simpleagenda/pkg/PLIST
    N ports/x11/gnustep/simpleagenda/pkg/DESCR
    N ports/x11/gnustep/simpleagenda/patches/patch-tests_GNUmakefile
    N ports/x11/gnustep/simpleagenda/patches/patch-GNUmakefile_preamble
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:42:30

Log message:
    import drupal6-menu_force-1.0:
    
    This module enables you to make the Menu Settings required on specific
    content types. It forces a node from one or more content types to be
    included in the menu system before the content will be saved
    successfully. This can be useful in a number of situations, e.g. when
    using [menupath-raw] in the Pathauto settings, which expects a node to
    live within the menu system.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/menu_force/Makefile
    N ports/www/drupal6/menu_force/distinfo
    N ports/www/drupal6/menu_force/pkg/DESCR
    N ports/www/drupal6/menu_force/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 03:43:28

Log message:
    import gorm: GNUstep graphical object relationship modeller
    
    Gorm stands for "Graphical Object Relationship Modeller" and is
    GNUstep's easy-to-use interface designer.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101025
    
    N ports/x11/gnustep/gorm/distinfo
    N ports/x11/gnustep/gorm/Makefile
    N ports/x11/gnustep/gorm/patches/patch-GormObjCHeaderParser_GNUmakefile
    N ports/x11/gnustep/gorm/patches/patch-GormCore_GNUmakefile
    N ports/x11/gnustep/gorm/patches/patch-GormPrefs_GNUmakefile
    N ports/x11/gnustep/gorm/pkg/PLIST
    N ports/x11/gnustep/gorm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 03:43:58

Modified files:
	www/drupal6    : Makefile 

Log message:
+menu_force, +override_node_options


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 03:44:53

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable gorm and simpleagenda

both were OKed landry@, not only the gorm port


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 03:59:02

Modified files:
	www/sope       : Makefile distinfo 
	www/sope/patches: patch-configure 

Log message:
Update sope to 1.3.3, and add patch from naddy to fix build with new gmake

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 03:59:13

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve user _vnstat
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 04:11:22

Modified files:
	multimedia/transcode: Makefile 

Log message:
sync WANTLIB, pointed out by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 04:14:54

Log message:
    Import of vnstat:
    vnStat is a console-based network traffic monitor for Linux and BSD that
    keeps a log of network traffic for the selected interface(s). It uses the
    network interface statistics provided by the kernel as information source.
    This means that vnStat won't actually be sniffing any traffic and also
    ensures light use of system resources.
    
    With tweaks and advices from jasper@. Thanks
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	pea
    Release Tags:	pea_20101025
    
    N ports/net/vnstat/Makefile
    N ports/net/vnstat/distinfo
    N ports/net/vnstat/patches/patch-Makefile
    N ports/net/vnstat/patches/patch-src_Makefile
    N ports/net/vnstat/patches/patch-cfg_vnstat_conf
    N ports/net/vnstat/patches/patch-src_ifinfo_c
    N ports/net/vnstat/files/README.OpenBSD
    N ports/net/vnstat/pkg/PLIST
    N ports/net/vnstat/pkg/DESCR
    N ports/net/vnstat/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 04:18:26

Modified files:
	net            : Makefile 

Log message:
Enable vnstat


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 04:21:32

Modified files:
	www/mediawiki  : Tag: OPENBSD_4_7 Makefile distinfo 

Log message:
MFC, maintenance release to 1.15.5, fixes several security issues. Gory details at http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_15_5/phase3/RELEASE-NOTES. ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 04:23:29

Log message:
    Import libslab-2.30.0.
    
    Libslab is a small library of user interface components for application
    choosers similar to gnome-control-center's user interface.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20101025
    
    N ports/x11/gnome/libslab/distinfo
    N ports/x11/gnome/libslab/Makefile
    N ports/x11/gnome/libslab/pkg/DESCR
    N ports/x11/gnome/libslab/pkg/PLIST
    N ports/x11/gnome/libslab/pkg/PFRAG.shared
    N ports/x11/gnome/libslab/patches/patch-libslab_bookmark-agent_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 04:23:41

Modified files:
	www/mediawiki  : Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
MFC, maintenance release to 1.15.5, fixes several security issues. Gory details at http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_15_5/phase3/RELEASE-NOTES. ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 04:24:01

Modified files:
	x11/gnome      : Makefile 

Log message:
+libslab


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 04:24:48

Modified files:
	www/p5-WWW-Search-Ebay: Makefile distinfo 

Log message:
- update to 3.021


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 04:25:02

Modified files:
	www/p5-WWW-Ebay: Makefile distinfo 
	www/p5-WWW-Ebay/pkg: PLIST 

Log message:
- update to 0.094


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 04:30:09

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
Add the soon to be imported "gnome-main-menu" port to the list of nautilus
extensions.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/10/25 04:36:49

Modified files:
	sys/dev/sdmmc  : sdmmc_scsi.c 

Log message:
Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/25 04:46:11

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
display fix. I'm a moron


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/25 04:48:00

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Don't define do-install target when MOZILLA_BRANCH=2.x
Looks we'll be able to use the regular make install target provided by
upstream instead of rolling our ugly own and missing files...


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 04:49:12

Log message:
    import drupal6-relevant_content-1.4:
    
    This module provides two ways of referencing relevant content. Both of
    these methods provide configuration to filter for specific content types
    and vocabularies, limit the maximum size of the result and provide some
    header text. The result on both cases are a list of nodes which the
    module considers most relevant based on the categorization of the
    current page. This is achieved by finding other nodes which are of one
    of the allowed types and have the most number of terms in common.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/relevant_content/Makefile
    N ports/www/drupal6/relevant_content/distinfo
    N ports/www/drupal6/relevant_content/pkg/DESCR
    N ports/www/drupal6/relevant_content/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 04:57:35

Log message:
    import drupal6-blocks404-1.3:
    
    On 404 Not Found error pages, Drupal will skip rendering of several
    pieces of your website for performance reasons. This module simply
    revives those features on 404 pages to show lost users how to get
    to real pages.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/blocks404/Makefile
    N ports/www/drupal6/blocks404/distinfo
    N ports/www/drupal6/blocks404/pkg/DESCR
    N ports/www/drupal6/blocks404/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 04:59:20

Modified files:
	www/drupal6    : Makefile 

Log message:
+relevant_content, +blocks404


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:02:20

Modified files:
	www/drupal6/token: Tag: OPENBSD_4_8 Makefile distinfo 
	www/drupal6/token/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC to make upcoming MFC of pathauto happy. 'whatever makes you happy' jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 05:03:49

Modified files:
	devel/p5-Env-PS1: Makefile distinfo 

Log message:
- update to 0.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:04:12

Modified files:
	www/drupal6/pathauto: Tag: OPENBSD_4_8 Makefile distinfo 
	www/drupal6/pathauto/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC, addresses SA-CONTRIB-2010-085 (XSS). Since 1.4 was broken in various ways, directly jump to 1.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 05:04:47

Modified files:
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
separate "Term" part from "Real progressmeter" handling, so that one can
use the common part independently.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 05:05:32

Modified files:
	devel/p5-Error : Makefile distinfo 
	devel/p5-Error/pkg: PLIST 

Log message:
- update to 0.17016
- install examples


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:07:17

Modified files:
	www/drupal6/token: Tag: OPENBSD_4_7 Makefile distinfo 
	www/drupal6/token/pkg: Tag: OPENBSD_4_7 PLIST 

Log message:
MFC to make upcoming MFC of pathauto happy. 'whatever makes you happy' jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:09:09

Modified files:
	www/drupal6/pathauto: Tag: OPENBSD_4_7 Makefile distinfo 
	www/drupal6/pathauto/pkg: Tag: OPENBSD_4_7 PLIST 

Log message:
MFC, addresses SA-CONTRIB-2010-085 (XSS). Since 1.4 was broken in various ways, directly jump to 1.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:21:26

Log message:
    import drupal6-search_config-1.6:
    
    In simple use cases the search_config module allows site admins to
    decide which fields to display on the advanced search form when enabled.
    There is also the option of excluding node types from search results.
    Once selected they are also automatically removed from the advance
    search form. This gives more control over the content that can be
    searched to those who need it.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/search_config/Makefile
    N ports/www/drupal6/search_config/distinfo
    N ports/www/drupal6/search_config/pkg/DESCR
    N ports/www/drupal6/search_config/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:32:20

Log message:
    import drupal6-transliteration-3.0:
    
    Provides a central transliteration service to other Drupal modules, and
    sanitizes file names while uploading. Generally spoken, it takes Unicode
    text and tries to represent it in US-ASCII characters (universally
    displayable, unaccented characters) by attempting to transliterate the
    pronunciation expressed by the text in some other writing system to
    Roman letters.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/transliteration/Makefile
    N ports/www/drupal6/transliteration/distinfo
    N ports/www/drupal6/transliteration/pkg/DESCR
    N ports/www/drupal6/transliteration/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2010/10/25 05:33:07

Modified files:
	sys/net        : if.c 

Log message:
move to static initializers for the ifnet/ifg_head TAILQ's
fixes a race-based kernel crash under rare circumstances

reported and fix tested by chefren att pi daht net

ok claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 05:34:29

Modified files:
	www/drupal6    : Makefile 

Log message:
+search_config, +transliteration


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/25 05:39:59

Modified files:
	devel/gobject-introspection: Makefile 

Log message:
indicate reason for gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/25 06:05:20

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update youtube-dl to 2010.10.24. Okay sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/25 06:12:05

Log message:
    import clonekeen. A commander keen clone.
    
    OK phessler@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101025
    
    N ports/games/clonekeen/Makefile
    N ports/games/clonekeen/distinfo
    N ports/games/clonekeen/patches/patch-src_Makefile
    N ports/games/clonekeen/patches/patch-src_savegame_c
    N ports/games/clonekeen/patches/patch-src_keen_h
    N ports/games/clonekeen/patches/patch-src_menu_savegames_c
    N ports/games/clonekeen/pkg/DESCR
    N ports/games/clonekeen/pkg/PLIST
    N ports/games/clonekeen/pkg/MESSAGE
    N ports/games/clonekeen/files/keen
    N ports/games/clonekeen/files/README.OpenBSD
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/25 06:13:55

Modified files:
	games          : Makefile 

Log message:
link clonekeen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 06:30:29

Modified files:
	infrastructure/db: config.site 

Log message:
prepare for kvm_getprocs() removal; remove ac_cv_func_kvm_getprocs from
the autoconf cache. ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 06:33:03

Log message:
    import drupal6-linkchecker-2.4:
    
    The Link checker module extracts links from your content when saved and
    periodically tries to detect broken hypertext links by checking the
    remote sites and evaluating the HTTP response codes. It shows all broken
    links in the reports/logs section and on the content edit page if a link
    check has been failed. An author specific broken links report is also
    available in "My Account".
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-25
    
    N ports/www/drupal6/linkchecker/Makefile
    N ports/www/drupal6/linkchecker/distinfo
    N ports/www/drupal6/linkchecker/pkg/DESCR
    N ports/www/drupal6/linkchecker/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/25 06:35:43

Modified files:
	www/drupal6    : Makefile 

Log message:
+linkchecker


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 06:37:37

Modified files:
	x11/gnustep/gorm: Makefile 

Log message:
Add missing RUN_DEPENDS on gnustep-back


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 06:38:33

Modified files:
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_Makefile_in 
	net/telepathy/telepathy-glib/pkg: PLIST 

Log message:
- enable vala bindings
- enable introspection (please DO NOT enable this in other ports yet!)

needed for upcoming empahty update
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 06:40:34

Log message:
    import folks 0.2.0
    
    libfolks is a library that aggregates people from multiple sources (eg,
    Telepathy connection managers and eventually evolution data server,
    Facebook, etc.) to create metacontacts. It's written in Vala (in part to
    evaluate Vala). The initial goal is for GObject/C support, though the
    Vala bindings should basically automatic.
    
    feedback/ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101025
    
    N ports/net/telepathy/folks/distinfo
    N ports/net/telepathy/folks/Makefile
    N ports/net/telepathy/folks/pkg/PLIST
    N ports/net/telepathy/folks/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 06:40:51

Modified files:
	net/telepathy  : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 06:42:03

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 
Added files:
	x11/gnome/empathy/patches: patch-configure 
Removed files:
	x11/gnome/empathy/patches: patch-configure_ac 

Log message:
- WIP update empathy to 2.32.0.1
- re-enable logger

feedback/ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 06:42:24

Log message:
    Import bindgraph:
    Bindgraph makes pretty query statistics about BIND servers. It was derived
    from well-known mailgraph package.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	pea
    Release Tags:	pea_20101025
    
    N ports/net/bindgraph/Makefile
    N ports/net/bindgraph/distinfo
    N ports/net/bindgraph/patches/patch-bindgraph_cgi
    N ports/net/bindgraph/patches/patch-bindgraph_pl
    N ports/net/bindgraph/pkg/PLIST
    N ports/net/bindgraph/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 06:45:00

Modified files:
	net            : Makefile 

Log message:
Enable bindgraph


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 06:46:24

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
Unbreak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 06:57:13

Modified files:
	security/gnupg : Makefile distinfo 
	security/gnupg/patches: patch-doc_Makefile_in 
	security/gnupg/pkg: PLIST 
Removed files:
	security/gnupg/patches: patch-doc_gnupg1_texi 

Log message:
Bugfixes update to 1.4.11

ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/10/25 07:22:20

Modified files:
	net/freeradius : Makefile distinfo 
	net/freeradius/patches: patch-src_main_radsniff_c 
	net/freeradius/pkg: PLIST-ldap PLIST-main 

Log message:
Update to 2.1.10.

ok aja@, maintainer timed out


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/25 09:16:30

Modified files:
	x11/emelfm2    : Makefile distinfo 

Log message:
Update to 0.7.3 and switch to new dependencies style.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/25 11:23:13

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
use same pattern for oldlines.
(actually wrote this and the next few commits at the spa, in my head.
Now I just need to type them in and commit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 11:28:00

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/patches: patch-lib_includes_gnutls_x509_h 

Log message:
Maintainance update gnutls-2.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/25 11:31:25

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
refactor. fix yet another bug (always return something)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/25 11:37:52

Modified files:
	net/onioncat   : Makefile distinfo 
	net/onioncat/pkg: PLIST 
Added files:
	net/onioncat/patches: patch-src_ocat_h 
Removed files:
	net/onioncat/patches: patch-configure 

Log message:
Update onioncat to 0.2.1. Okay landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/25 11:38:57

Modified files:
	x11/gnustep/back: Makefile 
	x11/gnustep/back/pkg: PLIST 
Removed files:
	x11/gnustep/back/pkg: MESSAGE PFRAG.cairo PFRAG.libart 
	                      PFRAG.xlib 

Log message:
Remove the flavors from the port. Switch from the old default xlib flavor
to cairo.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 11:41:14

Modified files:
	x11/gnome/tomboy: Makefile distinfo 
	x11/gnome/tomboy/pkg: PLIST 

Log message:
Maintainance update to tomboy-1.4.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 11:42:30

Modified files:
	libexec/makewhatis/OpenBSD: Makewhatis.pm 

Log message:
give a different error message for empty files, as they are obviously wrong


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 11:43:16

Log message:
    Import gnome-main-menu-0.9.15.
    
    The gnome-main-menu is a set of three utilities.  A gnome-panel applet
    similar to the traditional main-menu but a few addtions and changes.
    In particular the gnome-main-menu does not provide direct access to all
    the applications on the system, but rather displays user specified
    "favorites" and recently launched applications.
    
    <snip>
    
    This is the default GNOME menu that SUSE Linux uses.
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20101025
    
    N ports/x11/gnome/main-menu/distinfo
    N ports/x11/gnome/main-menu/Makefile
    N ports/x11/gnome/main-menu/pkg/DESCR
    N ports/x11/gnome/main-menu/pkg/PLIST
    N ports/x11/gnome/main-menu/pkg/PFRAG.shared
    N ports/x11/gnome/main-menu/patches/patch-main-menu_src_main-menu-ui_c
    N ports/x11/gnome/main-menu/patches/patch-main-menu_etc_slab_schemas_in_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 11:44:31

Modified files:
	x11/gnome      : Makefile 

Log message:
+gnome-main-menu


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 11:45:57

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention gnome-main-menu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 11:49:26

Modified files:
	sysutils/ncdu  : Makefile distinfo 

Log message:
- update to 1.7


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 12:00:10

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
just bail out of producing empty files.
*this will become an error eventually, please fix those*


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 12:11:26

Modified files:
	sysutils/conky : Makefile 
	sysutils/conky/patches: patch-src_openbsd_c 

Log message:
switch kvm_getprocs to kvm_getproc2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/10/25 12:50:18

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/25 13:05:53

Modified files:
	bin/md5        : md5.c 

Log message:
Use stdio when reading in the file to be checksummed.  This can improve
performance due to the internal buffering stdio does wrt the optimal
read size (st_blksize).  OK mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/25 13:16:45

Modified files:
	usr.bin/locate/locate: fastfind.c 

Log message:
Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in case
insensitive mode.  From Geoff Steckel.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/25 13:39:55

Modified files:
	sbin/route     : route.c 

Log message:
range check rtm_type more carefully against the known RTM_ values.
this is not the real solution to PR 6500; claudio is going to fix that
properly in the kernel
ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/25 14:28:05

Modified files:
	net/transmission: Makefile 
Added files:
	net/transmission/patches: patch-qt_qtr_pro 
	net/transmission/pkg: DESCR-qt PLIST-qt 

Log message:
Add Qt4 client and no_qt flavor.  Only applicable to GCC4 archs.


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2010/10/25 14:34:44

Modified files:
	libexec/ld.so  : library.c library_mquery.c library_subr.c 
	                 loader.c resolve.c resolve.h 

Log message:
Search loaded libs first and add support for SONAME matching. ok drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/25 14:48:10

Modified files:
	games/belooted : Makefile 

Log message:
Fix HOMEPAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/25 14:55:53

Modified files:
	devel/libftdi  : Makefile distinfo 
	devel/libftdi/pkg: PLIST 

Log message:
- update libftdi to 0.18


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 15:02:44

Modified files:
	usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm AddCreateDelete.pm 
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
don't use the fullwidth of the term by default, makes typing easier.
pass state thru so that we can check in /etc/pkg.conf and use it if we want.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 15:03:25

Modified files:
	usr.sbin/pkg_add/OpenBSD: x509.pm 

Log message:
use new system to do quiet


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 15:04:50

Modified files:
	usr.sbin/pkg_add: pkg.conf.5 

Log message:
document fullwidth


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/25 15:33:15

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
@symlink/@size/@link are generated automatically, make pkg_create(1) error
out if we create them manually, instead of erroring later during pkg_add.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/25 16:55:43

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PFRAG.xindy PLIST 

Log message:
Found bogus junk being installed in ${PREFIX}/texmf*. Also showed me
that some symlinks need to be translated. Unfortunately this now causes
symlink warnings during packaging; this is because teh relative symlinks
are bogus in the context of ${WRKINST}, but not once relocated at
install time. Any ideas what to do with that anyone?

Not linked to build, no OK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 16:59:12

Modified files:
	net/net-snmp   : Makefile distinfo 
	net/net-snmp/patches: patch-Makefile_top patch-agent_Makefile_in 
	                      patch-agent_helpers_Makefile_in 
	                      patch-agent_mibgroup_hardware_cpu_cpu_sysctl_c 
	                      patch-agent_mibgroup_host_hr_storage_c 
	                      patch-agent_mibgroup_mibII_interfaces_c 
	                      patch-agent_mibgroup_mibII_ipAddr_c 
	                      patch-agent_mibgroup_mibII_mta_sendmail_c 
	                      patch-agent_mibgroup_mibII_route_write_c 
	                      patch-agent_mibgroup_mibII_var_route_c 
	                      patch-agent_mibgroup_ucd-snmp_dlmod_c 
	                      patch-agent_mibgroup_ucd-snmp_versioninfo_c 
	                      patch-apps_Makefile_in 
	                      patch-include_net-snmp_system_openbsd_h 
	                      patch-snmplib_Makefile_in 
	net/net-snmp/pkg: PLIST-main 
Added files:
	net/net-snmp/patches: 
	                      patch-agent_mibgroup_host_data_access_swrun_h 
	                      patch-agent_mibgroup_host_data_access_swrun_kinfo_c 
	                      patch-agent_mibgroup_host_data_access_swrun_kvm_proc_c 
	                      patch-agent_mibgroup_host_hr_swrun_c 
	                      patch-agent_mibgroup_mibII_udpTable_c 
	                      patch-configure_d_config_os_headers 
	                      patch-configure_d_config_os_libs 
	                      patch-net-snmp-config_in 
Removed files:
	net/net-snmp/patches: patch-agent_mibgroup_mibII_tcpTable_c 
	                      patch-configure 

Log message:
update Net-SNMP to 5.6 and switch to kvm_getproc2, thanks landry for testing
"commit it!" landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/25 17:12:02

Log message:
    import yersinia 0.7.1
    
    Yersinia is a network tool designed to take advantage of some weaknesses
    in different network protocols. It pretends to be a solid framework for
    analyzing and testing the deployed networks and systems.
    
    Attacks for the following network protocols are implemented:
    
    * Spanning Tree Protocol (STP)
    * Cisco Discovery Protocol (CDP)
    * Dynamic Trunking Protocol (DTP)
    * Dynamic Host Configuration Protocol (DHCP)
    * Hot Standby Router Protocol (HSRP)
    * IEEE 802.1Q
    * IEEE 802.1X
    * Inter-Switch Link Protocol (ISL)
    * VLAN Trunking Protocol (VTP)
    
    ok landry@
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101025
    
    N ports/net/yersinia/distinfo
    N ports/net/yersinia/Makefile
    N ports/net/yersinia/pkg/DESCR
    N ports/net/yersinia/pkg/PLIST
    N ports/net/yersinia/patches/patch-configure
    N ports/net/yersinia/patches/patch-src_protocols_h
    N ports/net/yersinia/patches/patch-src_interfaces_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/25 17:12:47

Modified files:
	net            : Makefile 

Log message:
+yersinia


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 17:36:38

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-libclamav_Makefile_in 

Log message:
update ClamAV to 0.96.4.

as the release notes say, "a bugfix release recommended for all users"
(or as ChangeLog says, "fix stack smash")


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/25 18:02:01

Modified files:
	sys/arch/octeon/conf: GENERIC RAMDISK files.octeon 
	sys/arch/octeon/dev: combus.c obio.c octeonreg.h 
	sys/arch/octeon/octeon: autoconf.c conf.c 
Added files:
	sys/arch/octeon/dev: octcf.c 
Removed files:
	sys/arch/octeon/dev: wdc_obio.c 

Log message:
Replace broken CF driver with new one, fixed bus_space base address.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/25 18:42:21

Modified files:
	net/net-snmp   : Makefile 
	net/net-snmp/patches: 
	                      patch-agent_mibgroup_host_data_access_swrun_kinfo_c 
	                      patch-agent_mibgroup_host_hr_swrun_c 

Log message:
feed the right size to kvm_getproc2


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/25 18:57:21

Modified files:
	sys/dev        : vmt.c 

Log message:
big update to vmware tools functionality from jonathan matthew.

vmt(4) will now:
- initiate shutdown by signalling init with SIGUSR2 when requested by
the host.
- initiate a reboot by signalling init with SIGINT when requested by
the host.
- report the guests hostname to the host
- report the guests first non-loopback IP address to the host
- report the guests uptime to the host
- update the guests timedelta sensor using the 64bit rpc

vmt(4) now does the majority of what people actually need.

this has been tested on vmware server 2.0.2 with linux as the host,
vmware esx 4.0, and vmware esx 4.1
testing by jonathan matthew and myself. previous versions of the changes
were also tested by johan allard and srebrenko sehic.
code reviewed by and ok matthew@
thanks moch and johan :)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/25 19:16:11

Modified files:
	sys/dev        : vmt.c 

Log message:
log suspends and resumes. resend hostname and address info from the guest
to the host on resume.

from jonathan matthew
reviewed and ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/25 19:24:48

Modified files:
	share/man/man4 : vmt.4 

Log message:
vmt is a bit more capable now.


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/25 19:49:49

Modified files:
	usr.sbin/relayd: Tag: OPENBSD_4_7 relay.c 

Log message:
MFC:

- - -
date: 2010/10/12 14:52:21;  author: dhill;  state: Exp;  lines: +7 -1
Plug a significant memory leak when using SSL.

ok claudio@, jsg@, phessler@
- - -

requested by dhill, ok deraadt pyr


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/25 19:50:13

Modified files:
	usr.sbin/relayd: Tag: OPENBSD_4_8 relay.c 

Log message:
MFC:

- - -
date: 2010/10/12 14:52:21;  author: dhill;  state: Exp;  lines: +7 -1
Plug a significant memory leak when using SSL.

ok claudio@, jsg@, phessler@
- - -

requested by dhill, ok deraadt pyr


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/10/25 19:53:19

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 

Log message:
enable vmt(4). hopefully it will get some use soon.

"sure." deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2010/10/25 19:58:23

Modified files:
	usr.sbin/ldapd : ldapd.c 

Log message:
Allow the userPassword attribute to specify a login class when using
simple binds with BSD Authentication, using '#' as the delimiter, such
as:

userPassword: {BSDAUTH}username#loginclass

Useful for auth modules that require parameters such as login_radius.

ok martinh


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/25 20:33:34

Modified files:
	databases/postgresql: Tag: OPENBSD_4_7 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_4_7 PLIST-docs PLIST-main 

Log message:
SECURITY UPDATE to postgresql-8.4.5

Changelog:
http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

from pea@, thanks!

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/25 20:34:06

Modified files:
	databases/postgresql: Tag: OPENBSD_4_8 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_4_8 PLIST-docs PLIST-main 

Log message:
SECURITY UPDATE to postgresql-8.4.5

Changelog:
http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

from pea@, thanks!

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/10/25 21:36:42

Modified files:
	net/freeradius : Tag: OPENBSD_4_8 Makefile 
Added files:
	net/freeradius/patches: Tag: OPENBSD_4_8 patch-src_lib_dhcp_c 
	                        patch-src_main_event_c 

Log message:
SECURITY FIX

CVE-2010-3696
http://github.com/alandekok/freeradius-server/commit/4dc7800b866f889a1247685bbaa6dd4238a56279

CVE-2010-3697
http://github.com/alandekok/freeradius-server/commit/ff94dd35673bba1476594299d31ce8293b8bd223

from pea@, thanks!

ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/25 23:07:31

Modified files:
	share/man/man4 : vmt.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/25 23:49:10

Modified files:
	sys/arch/amd64/include: pcb.h pmap.h segments.h sysarch.h 
	sys/arch/amd64/amd64: cpu.c gdt.c genassym.cf locore.S machdep.c 
	                      pmap.c trap.c vm_machdep.c 

Log message:
The LDT is only used by dead compat code now, so load the ldt
register with the null selector (disabling use of it), stop reloading
it on every context switch, and blow away the table itself, as well
as the pcb and pmap bits that were used to track it.  Also, delete
two other unused pcb members: pcb_usersp and pcb_flags.  (Deleting
pcb_usersp also keeps the pcb_savefpu member aligned properly.)
Finally, delete the defines for the unimplemented AMD64_{GET,SET}_LDT
sysarch() calls.

Tested by various with both AMD and Intel chips
ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/26 00:28:29

Modified files:
	textproc/p5-XML-Parser: Makefile distinfo 
	textproc/p5-XML-Parser/pkg: PLIST 

Log message:
update to 2.40 and remove Anil Madhavapeddy as maintainer as of per his request. Bulk-tested and ok landry@, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/26 00:59:18

Modified files:
	www/drupal6/printer-friendly: Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
MFC (to 1.11), addresses SA-CONTRIB-2010-082 (local file read access), details at http://drupal.org/node/880392


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/26 01:02:10

Modified files:
	www/drupal6/printer-friendly: Tag: OPENBSD_4_7 Makefile distinfo 

Log message:
MFC (to 1.11), addresses SA-CONTRIB-2010-082 (local file read access), details at http://drupal.org/node/880392


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/26 01:10:39

Modified files:
	www/drupal6/views_bulk_operations: Tag: OPENBSD_4_8 Makefile 
	                                   distinfo 

Log message:
MFC, addresses SA-CONTRIB-2010-099 (access bypass), details at http://drupal.org/node/933960


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/26 01:12:51

Modified files:
	www/drupal6/views_bulk_operations: Tag: OPENBSD_4_7 Makefile 
	                                   distinfo 

Log message:
MFC, addresses SA-CONTRIB-2010-099 (access bypass), details at http://drupal.org/node/933960


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 01:57:57

Modified files:
	net/yersinia   : Makefile 

Log message:
Use new DEPENDS spec.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 01:59:28

Modified files:
	net/yersinia   : Makefile 

Log message:
... and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/26 02:25:26

Modified files:
	audio/libsamplerate: Makefile distinfo 

Log message:
Upstream rerolled the distfile.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 02:42:35

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/pkg: PLIST 

Log message:
- update folks to 0.2.1
- tighten regress depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 03:07:58

Modified files:
	x11/gnome/keyring: Makefile distinfo 

Log message:
Maintainance update to gnome-keyring-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/26 03:09:18

Modified files:
	devel/p5-Net-Server: Makefile distinfo 
	devel/p5-Net-Server/pkg: PLIST 

Log message:
Update to 0.99

Suggestion and OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 03:09:34

Modified files:
	www            : Makefile 
Removed files:
	www/minimo     : Makefile distinfo 
	www/minimo/patches: patch-config_autoconf_mk_in 
	                    patch-configure_in 
	                    patch-content_xul_templates_src_nsTemplateMatchSet_h 
	                    patch-embedding_base_nsEmbedAPI_cpp 
	                    patch-embedding_minimo_ipkg_minimo_desktop 
	                    patch-extensions_transformiix_source_base_Double_cpp 
	                    patch-gfx_src_ps_nsFontMetricsPS_cpp 
	                    patch-gfx_src_psshared_nsCUPSShim_cpp 
	                    patch-js_Makefile_in patch-js_src_jsnum_h 
	                    patch-minimo_base_Makefile_in 
	                    patch-minimo_base_Minimo_cpp 
	                    patch-minimo_base_linux_minimo-link-comps 
	                    patch-minimo_base_linux_minimo-link-names 
	                    patch-minimo_chrome_content_minimo_js 
	                    patch-minimo_customization_all_js 
	                    patch-modules_libpref_src_init_all_js 
	                    patch-security_coreconf_OpenBSD_mk 
	                    patch-widget_src_gtk2_nsSound_cpp 
	www/minimo/pkg : DESCR PLIST 

Log message:
Minimo 1.8.1.19 was released >2 years ago, its codebase is ffx-2.x,
unmaintained upstream, etc. Another mozilla port bites the dust.
(i'll port its descendant fennec once ffx4 works, if it works someday..)

no objections from zaurus/arm users (sthen, kili, deraadt, todd...)
agreed by stephan@ & steven@ at trofea


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 03:12:43

Modified files:
	net/p5-POE-Component-IRC/pkg: PLIST 

Log message:
- forgot to commit this along with the update, no bump as it didn't build.
spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 03:13:35

Modified files:
	x11/gnome/main-menu: Makefile 

Log message:
Add tracker-search to RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 03:29:32

Modified files:
	devel/openocd  : Makefile distinfo 
	devel/openocd/pkg: PLIST 

Log message:
- update openocd to 0.4.0
* from Anthony J. Bentley (ok MAINTAINER)

- set license version
- new style DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 03:41:51

Modified files:
	games/pokerth  : Makefile distinfo 
	games/pokerth/pkg: PLIST 
Removed files:
	games/pokerth/patches: patch-pokerth_game_pro 
	                       patch-pokerth_server_pro 

Log message:
- update pokerth to 0.8

from Mikko Tolmunen (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 03:44:32

Modified files:
	sysutils/lsof  : Makefile 
	sysutils/lsof/patches: patch-Configure 

Log message:
use kvm_getproc2; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 03:44:59

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_bsd_procmap_c 

Log message:
use kvm_getproc2; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 04:01:33

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/1.9/pkg: PLIST-main 

Log message:
Convert to use www/mozilla MODULE, removes shitload of lines. Less kittens cry.
Went in a bunch of bulks without fallout..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 04:15:39

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.9: Makefile 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/26 04:34:02

Log message:
    Scorched 3D is a modernization of the classic DOS game Scorched Earth
    "The Mother Of All Games" on which it is based. Scorched 3D incorporates
    a lively three dimensional landscape that includes animated jets, naval
    vessels, water, and even birds, in addition to detailed tanks and
    projectiles. Other enhancements include LAN and internet play and music.
    Scorched 3D is totally free to play and is available for both Microsoft
    Windows and Unix (Linux, FreeBSD, Mac OS X, Solaris etc.) operating
    systems.
    
    OK edd@, armani@
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20101026
    
    N ports/games/scorched3d/Makefile
    N ports/games/scorched3d/distinfo
    N ports/games/scorched3d/patches/patch-src_common_porting_windows_h
    N ports/games/scorched3d/patches/patch-src_common_3dsparse_aseFile_tab_cpp
    N ports/games/scorched3d/patches/patch-src_common_common_DefinesScorched_cpp
    N ports/games/scorched3d/patches/patch-src_client_scorchedc_Makefile_in
    N ports/games/scorched3d/patches/patch-src_client_client_SecureID_cpp
    N ports/games/scorched3d/patches/patch-src_server_scorcheds_Makefile_in
    N ports/games/scorched3d/pkg/PLIST
    N ports/games/scorched3d/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/26 04:34:47

Modified files:
	games          : Makefile 

Log message:
+ scorched3d


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 04:39:22

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Add a MODFOO_pre-configure hook so that MODULES can add some steps at
pre-configure time even when a pre-configure target already exists.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 04:39:48

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document MODFOO_pre-configure.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 04:44:53

Modified files:
	net/yersinia   : Makefile 
Added files:
	net/yersinia/patches: patch-src_attack_c 

Log message:
prevent unaligned access, makes it work on sparc64.

help from naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/26 05:16:29

Modified files:
	build          : mirrors.dat 

Log message:
ftp doesn't work reliably to osmirrors.cerias.purdue.edu, drop to just http.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/10/26 05:18:04

Modified files:
	openssh        : ftp.html portable.html 
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/26 06:03:11

Modified files:
	usr.sbin/ldpd  : ldpe.c 

Log message:
Shuffle the deck chairs to make the code more compact.
OK michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/26 06:08:14

Modified files:
	usr.sbin/ldpd  : lde.c lde.h lde_lib.c 

Log message:
Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(),
lde_send_labelrequest(), and lde_nbr_do_mappings() to follow the
algorithms defined in Appendix A of RFC 5036. Added comments and
markers for better understanding and to find missing bits.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/26 06:21:35

Modified files:
	textproc/swish-e: Makefile distinfo 
	textproc/swish-e/patches: patch-conf_Makefile_in 
	                          patch-filter-bin_Makefile_in 
	                          patch-filters_Makefile_in 
	                          patch-prog-bin_Makefile_in 
	                          patch-src_filter_c 
	textproc/swish-e/pkg: PLIST 
	textproc/p5-SWISH-API: Makefile distinfo 
Added files:
	textproc/swish-e/patches: patch-man_swish-e_1 patch-src_swish_c 
Removed files:
	textproc/p5-SWISH-API/patches: patch-perl_Makefile_PL 

Log message:
- Update to 2.4.7
- Two new APIs were added, so minor library bump
- Patched usage in swish-e.c to reference `swish-e` instead of `swish`
- Patched usege in swish-e.1 to reference `swish-e` instead of `swish`
- Perl port updated to use new dist file (and removed an uneeded
patch), but its version didn't change.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/26 06:22:35

Modified files:
	usr.sbin/ldpd  : labelmapping.c ldpe.h neighbor.c 

Log message:
struct mapping_entry should just have a struct map instead of own
definition of a FEC mapping. This makes extending struct map simpler
and makes it possible to access the additional data in struct map.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 06:34:15

Log message:
    Import aria2 1.10.5 from MAINTAINER Remi Pointel:
    
    aria2 is a multi-protocol & multi-source, cross platform download
    utility. The supported protocols are HTTP(S), FTP, BitTorrent, Metalink.
    It can download a file from multiple sources/protocols and tries to
    utilize your maximum download bandwidth.
    
    REGRESS_DEPENDS+=::devel/cppunit from dcoppa@
    ok sthen@
    
    Status:
    
    Vendor Tag:	pointel
    Release Tags:	landry_20101026
    
    N ports/www/aria2/Makefile
    N ports/www/aria2/distinfo
    N ports/www/aria2/pkg/PLIST
    N ports/www/aria2/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 06:34:48

Modified files:
	www            : Makefile 

Log message:
+aria2


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/26 06:35:25

Modified files:
	usr.sbin/ldpd  : labelmapping.c 

Log message:
For label release and withdraw messages make sure that a wildcard
FEC is the one and only FEC of that message. This is required by
the RFC. While it is not correct to have multiple FEC in anything
but label mapping messages ldpd will accept those since the RFC
is extra vague about this feature and it does not hurt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 06:39:10

Modified files:
	x11/gnustep    : gnustep.port.mk 
	x11/gnustep/addresses: Makefile 
	x11/gnustep/back: Makefile 
	x11/gnustep/base: Makefile 
	x11/gnustep/examples: Makefile 
	x11/gnustep/gnumail: Makefile 
	x11/gnustep/gnumail/pkg: PLIST 
	x11/gnustep/gui: Makefile 
	x11/gnustep/gworkspace: Makefile 
	x11/gnustep/imageviewer: Makefile 
	x11/gnustep/pantomime: Makefile 

Log message:
* Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 06:39:57

Modified files:
	x11/gnustep/gorm: Makefile 
	x11/gnustep/simpleagenda: Makefile 
	x11/gnustep/terminal: Makefile 

Log message:
* Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.

OK, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 06:43:41

Modified files:
	www/sope       : Makefile 

Log message:
Use new features from the gnustep module.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 06:54:09

Modified files:
	games/scorched3d: Makefile 
	games/scorched3d/pkg: PLIST 

Log message:
- install docs to the location as intended

ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/26 06:56:57

Log message:
    Import freerdp, an open source client for Windows Terminal Server
    Initial port by merdely@, updates and tweaks by me.
    ok merdely@
    
    freerdp is a fork of the rdesktop project and is an open source client
    for Windows NT and 2000 Terminal Server, capable of natively speaking
    the Remote Desktop Protocol (RDP) in order to present the user's Windows
    desktop.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20101026
    
    N ports/x11/freerdp/distinfo
    N ports/x11/freerdp/Makefile
    N ports/x11/freerdp/pkg/DESCR
    N ports/x11/freerdp/pkg/PLIST
    N ports/x11/freerdp/pkg/PFRAG.shared
    N ports/x11/freerdp/patches/patch-libfreerdp_tcp_c
    N ports/x11/freerdp/patches/patch-libfreerdpchanman_Makefile_in
    N ports/x11/freerdp/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/26 06:59:03

Modified files:
	usr.sbin/ldpd  : labelmapping.c ldp.h 

Log message:
Implement the optional label request message ID TLV.
Currently on the genaration side is done.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/26 06:59:22

Modified files:
	x11            : Makefile 

Log message:
Link freerdp to the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/26 07:05:46

Modified files:
	x11/freerdp    : Makefile 

Log message:
Fix dependencies, no bump because it has just been imported.
committing on behalf of merdely@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 07:39:25

Modified files:
	.              : INDEX 

Log message:
halfway through the hackathon-sync:
3845 insertions(+), 3767 deletions(-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/26 08:15:01

Modified files:
	devel/gettext  : Makefile 
Added files:
	devel/gettext/patches: patch-gettext-runtime_m4_fcntl-o_m4 

Log message:
Big oops!  Bring back fcntl-o.m4 fix.  It is packaged and in fact
picked up by other ports, e.g. audio/xmms.  touch(1) the file to
avoid triggering an autotools rebuild cascade.

Breakage noticed by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 08:15:31

Modified files:
	x11/freerdp    : Makefile 
	x11/freerdp/patches: patch-libfreerdpchanman_Makefile_in 

Log message:
We do *not* link with -lpthread.
See pthreads(3) for info.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 08:19:29

Log message:
    import FTP: GNUstep file transfer protcol tool
    
    pkg/DESCR:
    FTP is a file transfer application (RFC 765) featuring a compact and
    easy interface.
    
    OK, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/ftp/Makefile
    N ports/x11/gnustep/ftp/distinfo
    N ports/x11/gnustep/ftp/pkg/DESCR
    N ports/x11/gnustep/ftp/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 08:22:11

Log message:
    import fisicalab: educational application to solve physics problems
    
    pkg/DESCR:
    FisicaLab is an educational application to solve physics problems.  The
    problems are setting adding elements from the palette to chalkboard, and
    writing the data of each element. The elements are objects as Blocks,
    Pulleys, Mobiles, Forces, ... . Use the SI and English systems,
    scientific notation and many conversion factors. The problems that can
    be solved with FisicaLab, are:
    
    * Kinematics of particles, include circular motion.
    * Static of particles and rigid bodies in 2D.
    * Dynamic of particles in 2D (doesn't include dynamic of circular motion)
    * Heat, calorimetry, ideal gas and expansion.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/fisicalab/Makefile
    N ports/x11/gnustep/fisicalab/distinfo
    N ports/x11/gnustep/fisicalab/pkg/DESCR
    N ports/x11/gnustep/fisicalab/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 08:28:09

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable ftp and fisicalab


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 08:29:26

Modified files:
	lang/python    : python.port.mk 

Log message:
Add a MODPY_BIN_ADJ variable for python shebang substitution. It will
automatically change from scripts from using /usr/bin/env python or
/usr/bin/python to using #!${MODPY_BIN} .
Add a MODPY_ADJ_FILES in which you can put the files that are under
${WRKSRC} you want to subtitute the shebang.
e.g.
MODPY_ADJ_FILES= setup.py bin/foobar.py.in

Some input from djm@
"sane idea to me" jasper, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 08:30:09

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document MODPY_BIN_ADJ MODPY_ADJ_FILES.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 08:31:22

Modified files:
	x11/gnome/librsvg: Makefile 

Log message:
Move to MODPY_ADJ_FILES.

There is no point right now to dig the entire tree to move ports to using
this, but for new ports and when updating old ones, please try to use it
when possible. I just committed this one as an exemple on how to use this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/10/26 08:33:52

ports/games/kobodeluxe/files

Update of /cvs/ports/games/kobodeluxe/files
In directory cvs.openbsd.org:/tmp/cvs-serv22536/files

Log Message:
Directory /cvs/ports/games/kobodeluxe/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 08:34:36

Modified files:
	x11/gnome/system-tools: Makefile 
	x11/gnome/system-tools/pkg: PLIST 
Removed files:
	x11/gnome/system-tools/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 08:38:55

Modified files:
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/settings-daemon/pkg: PLIST 
Removed files:
	x11/gnome/settings-daemon/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 08:43:53

Modified files:
	graphics/tesseract: Makefile 
	graphics/tesseract/pkg: PLIST-main 

Log message:
Instal man pages, from Sergey Bronnikov.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 08:53:05

Modified files:
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse/pkg: PLIST 
Removed files:
	x11/gnome/seahorse/pkg: PFRAG.shared 

Log message:
- set SHARED_ONLY


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 08:56:01

Log message:
    import gspdf: PDF, PS and EPS viewer for GNUstep
    
    pkg/DESCR:
    GSPdf is a PDF and PostScript file viewer for GNUstep. GSPdf is a
    frond-end for GhostScript, which is required at runtime to properly
    render the pages.
    
    OK, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/gspdf/Makefile
    N ports/x11/gnustep/gspdf/distinfo
    N ports/x11/gnustep/gspdf/pkg/DESCR
    N ports/x11/gnustep/gspdf/pkg/PLIST
    N ports/x11/gnustep/gspdf/patches/patch-GSPdf_m
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/26 09:01:17

Modified files:
	lang/kaffe/pkg : PLIST-main 

Log message:
everytime I had a check, we find offenders...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:02:13

Modified files:
	editors/subtitleeditor: Makefile distinfo 
	editors/subtitleeditor/pkg: PLIST 

Log message:
- update subtitleeditor to 0.37.1
- switch to new DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 09:02:55

Modified files:
	cad/xcircuit   : Makefile distinfo 
	cad/xcircuit/pkg: PLIST 

Log message:
update to 3.6.167


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/10/26 09:04:37

Modified files:
	usr.sbin/relayd: parse.y pfe_filter.c relayd.conf.5 relayd.h 

Log message:
redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In
some cases it is desired to load the rules as "match in" without "quick"
to allow additional filtering or applying additional rule/state options,
eg. to add an overload table for DOS mitigation.  Add the optional "match"
keyword for the redirect "tag" option to change the pf rule type accordingly.

ok jsg@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:19:27

Modified files:
	shells/tcsh    : Makefile 
	shells/tcsh/pkg: DESCR 

Log message:
- add a static flavor

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:19:47

Modified files:
	shells         : Makefile 

Log message:
- add tcsh,static


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:21:28

Log message:
    import p5-Test-Inter 1.01
    
    This is another framework for writing test scripts. It is loosely
    inspired by Test::More, and has most of its functionality, but it is
    not a drop-in replacement.
    
    feedback/ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102610
    
    N ports/devel/p5-Test-Inter/distinfo
    N ports/devel/p5-Test-Inter/Makefile
    N ports/devel/p5-Test-Inter/pkg/DESCR
    N ports/devel/p5-Test-Inter/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:22:28

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 09:23:05

Modified files:
	converters/p5-DateManip: Makefile distinfo 
	converters/p5-DateManip/pkg: PLIST 

Log message:
- update p5-DateManip to 6.14
- install examples

ok espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/26 09:26:58

Modified files:
	usr.sbin/relayd: relayd.conf.5 

Log message:
no need for .Pp before lists;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 09:27:56

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable gspdf, flip order of ftp and fisicalab


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/26 09:29:24

Modified files:
	www/polipo     : Makefile 
Added files:
	www/polipo/patches: patch-config_sample 

Log message:
Let it use syslog by default and give a hint to create a logfile
that is writable by the _polipo user when disabling syslog.

Bump.

Noticed and ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/26 09:45:09

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: PkgPath.pm Vars.pm 

Log message:
rework PkgPath to distinguish between empty and default flavors...

turns out we probably don't need FULLSUBDIR after all.
compute SUBDIR better, possibly with quotes.
Remove trailing / on subdirs, in case people use completion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 09:57:14

Log message:
    import laternamagica: view images and do slideshows
    
    pkg/DESCR:
    LaternaMagica is a single-window image viewer application which is
    capable of switching to full-screen mode.
    
    OK jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/laternamagica/Makefile
    N ports/x11/gnustep/laternamagica/distinfo
    N ports/x11/gnustep/laternamagica/pkg/DESCR
    N ports/x11/gnustep/laternamagica/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jakemsr@cvs.openbsd.org	2010/10/26 10:04:13

Modified files:
	app/video      : video.1 

Log message:
typo spotted by espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 10:13:40

Modified files:
	sysutils/pscpug: Makefile 
Added files:
	sysutils/pscpug/patches: patch-psinfo_c 

Log message:
kinfo_procs->kinfo_proc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 10:17:20

Modified files:
	x11/gnustep    : Makefile 

Log message:
hook up laternamagica


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 10:22:51

Modified files:
	x11/bluetile   : Makefile 

Log message:
- new DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 10:35:04

ports/sysutils/xps/patches

Update of /cvs/ports/sysutils/xps/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12885/patches

Log Message:
Directory /cvs/ports/sysutils/xps/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 10:36:59

Modified files:
	sysutils/xps   : Makefile 
Added files:
	sysutils/xps/patches: patch-src_NetBSD_os_c 
	                      patch-src_NetBSD_os_h patch-src_callback_c 

Log message:
kinfo_procs -> kinfo_proc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/10/26 10:52:53

Modified files:
	devel/hs-hood  : Makefile 
	devel/hs-hood/pkg: DESCR 

Log message:
Fix $OpenBSD$ marker and a typo in pkg/DESCR.

From Charles Smith.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/26 10:57:10

Modified files:
	infrastructure/lib/DPB: Engine.pm Locks.pm 
	infrastructure/man/man1: dpb.1 

Log message:
distinguishes between errors we create (E=) and locks we encounter (L=)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/26 10:57:57

Modified files:
	x11/xloadimage : Makefile distinfo 
	x11/xloadimage/pkg: PLIST 
Added files:
	x11/xloadimage/patches: patch-uufilter_c 
Removed files:
	x11/xloadimage/patches: patch-root_c 

Log message:
update to Debian revision 16.1 (minor bug fixes)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 10:59:53

Log message:
    import camd-2.2.1 library
    
    constrained approximate minimum degree
    
    "go ahead" pirofti@
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101026
    
    N ports/math/camd/Makefile
    N ports/math/camd/distinfo
    N ports/math/camd/files/Makefile
    N ports/math/camd/pkg/DESCR
    N ports/math/camd/pkg/PLIST
    N ports/math/camd/pkg/PFRAG.shared
    N ports/math/camd/pkg/PFRAG.no_mips64
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 11:00:34

Modified files:
	math           : Makefile 

Log message:
+camd


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/26 11:04:20

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
also register pre/do module hooks as targets.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 11:20:28

Modified files:
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/patches: patch-gnome-session_gsm-dbus-client_c 
	                           patch-gnome-session_gsm-manager_c 

Log message:
Bring a patch from momonga-linux to prevent DEBUG messages pollution in
.xsession-errors when bug-buddy is installed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 11:20:59

Modified files:
	devel/p5-Test-Inter: Makefile 

Log message:
- missed USE_GROFF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/26 11:24:34

Modified files:
	sys/arch/hppa/include: param.h 

Log message:
thib missed this architecture when he did all the other architectures;
ok thib jsing
--
Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET
mbuf constants from MD param.h to MI param.h.
Besides being the same on every arch, things will
most probly break if any arch has different values
then the others.

The NMBCLUSTERS constants needs to be MD though;

ok miod@,krw@,claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/26 11:30:38

Modified files:
	lang/mono      : Makefile 
Added files:
	lang/mono/patches: patch-mono_utils_mono-proclib_c 

Log message:
adjust ifdefs so the kinfo_proc2 support is used. ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 11:35:36

Log message:
    import projectcenter: GNUstep integrated development environment
    
    pkg/DESCR:
    ProjectCenter is GNUstep's integrated developement environment (IDE). It
    is based in part on NeXT's original Project Builder. It assists you in
    starting new projects and lets you manage your project files using a
    intuitive and well ordered graphical user interface.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/projectcenter/distinfo
    N ports/x11/gnustep/projectcenter/Makefile
    N ports/x11/gnustep/projectcenter/patches/patch-Framework_GNUmakefile
    N ports/x11/gnustep/projectcenter/patches/patch-GNUmakefile_preamble
    N ports/x11/gnustep/projectcenter/patches/patch-Framework_GNUmakefile_postamble
    N ports/x11/gnustep/projectcenter/pkg/PLIST
    N ports/x11/gnustep/projectcenter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/26 11:36:02

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Add a debug FLAVOR for all mozilla ports. Guess what, pretty useful for
debugging purposes...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 11:38:22

Log message:
    import remotedesk: GNUstep rdesktop frontend
    
    pkg/DESCR:
    RemoteDesk offers you an easy interface to connect
    remotely to a Windows computer using rdesktop.
    
    OK, landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/remotedesk/distinfo
    N ports/x11/gnustep/remotedesk/Makefile
    N ports/x11/gnustep/remotedesk/pkg/DESCR
    N ports/x11/gnustep/remotedesk/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 11:39:22

Log message:
    import ufconfig
    
    configuration header file shared by the suitesparse ports
    
    ok pirofti@
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101026
    
    N ports/math/ufconfig/Makefile
    N ports/math/ufconfig/distinfo
    N ports/math/ufconfig/pkg/DESCR
    N ports/math/ufconfig/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 11:40:27

Modified files:
	math           : Makefile 

Log message:
+ufconfig


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 11:41:56

Log message:
    import timemon: CPU load monitor
    
    pkg/DESCR
    TimeMon gives a graphical representation of where the CPU cycles are going.
    It's coarse, but better than nothing. The best feature is that it runs in
    an icon on your dock, so that you never lose it.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101026
    
    N ports/x11/gnustep/timemon/Makefile
    N ports/x11/gnustep/timemon/distinfo
    N ports/x11/gnustep/timemon/pkg/DESCR
    N ports/x11/gnustep/timemon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/26 11:42:51

Modified files:
	math/camd      : Makefile 
	math/camd/pkg  : PLIST 

Log message:
depend on new ufconfig port, don't install UFconfig.h with this package

ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 11:43:07

Modified files:
	x11/rox-filer  : Makefile 

Log message:
duh, use TRUEPREFIX


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/26 11:44:28

Modified files:
	x11/gnustep    : Makefile 

Log message:
hook up remotedesk, timemon and projectcenter


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/26 11:55:26

Modified files:
	math/amd       : Makefile 
	math/amd/pkg   : PLIST 

Log message:
Make amd use the ufconfig package. `Looks good' steven@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/26 11:57:15

Modified files:
	math/camd      : distinfo 

Log message:
Remove ufconfig entries from distinfo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/26 11:57:43

Modified files:
	math/amd       : distinfo 

Log message:
Remove ufconfig entries from distinfo.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/26 12:03:17

src/etc/rc.d

Update of /cvs/src/etc/rc.d
In directory cvs.openbsd.org:/tmp/cvs-serv21001/etc/rc.d

Log Message:
Directory /cvs/src/etc/rc.d added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/26 12:06:10

Modified files:
	math/ccolamd   : Makefile distinfo 
	math/ccolamd/pkg: PLIST 

Log message:
Make ccolamd use the ufconfig package. `Looks good' steven@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2010/10/26 12:06:28

Modified files:
	math/colamd    : Makefile distinfo 
	math/colamd/pkg: PLIST 

Log message:
Make colamd use the ufconfig package. `Looks good' steven@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 12:07:10

Modified files:
	net/libnetdude/plugins/tcpfilter: Makefile 

Log message:
- add missing build dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/26 12:31:18

Modified files:
	devel/cmake    : Makefile 
Added files:
	devel/cmake/patches: patch-Modules_Compiler_G95-Fortran_cmake 
	                     patch-Modules_Compiler_GNU-Fortran_cmake 
	                     patch-Modules_Compiler_GNU_cmake 

Log message:
Zap some unwanted optimization flags ("-O3", "-Os") that were brought
in by cmake when the CMAKE_BUILD_TYPE var is used.

Pointed out by and OK steven@


CVSROOT:	/cvs
Module name:	src
Changes by:	fkr@cvs.openbsd.org	2010/10/26 14:26:37

Modified files:
	usr.bin/tcpbench: tcpbench.1 

Log message:
add HISTORY and AUTHORS sections.
ok jmc@, djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2010/10/26 14:51:35

Modified files:
	sys/dev/acpi   : acpi.c dsdt.c acpivar.h 

Log message:
Add task queue for ACPI gpe and notify handlers
This fixes eject on Dell Latitude dock and an issue on the Dell Mini
battery update.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/26 14:56:03

Modified files:
	etc            : Makefile rc rc.local rc.shutdown 
	etc/mtree      : 4.4BSD.dist 
Added files:
	etc/rc.d       : rc.subr 

Log message:
Add a simple 'rc' system to base in order to start/stop/restart/reload
services installed by the ports system (for now).
It only uses pgrep/pkill to handle these processes. A manual page will
come later.

'put it in' deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 15:01:47

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
Maintainance update to vala-0.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:14:24

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Split library spec from MODRUBY_LIB_DEPENDS into MODRUBY_WANTLIB.
Also, if CONFIGURE_STYLE includes ext or extconf, update WANTLIB
and LIB_DEPENDS, and set SHARED_ONLY=Yes.  That configure style
is only used for ruby C extensions, which need those settings.
This cleans up a lot of ruby C extension ports, which will be
committed shortly.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:17:49

Modified files:
	databases/ruby-sqlite3: Makefile 

Log message:
Use CONFIGURE_STYLE = ruby gem ext to clean things up.
Remove BUILD_DEPENDS on swig, since it doesn't actually
depend on it.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:20:20

Modified files:
	geo/ruby-findmyiphone: Makefile 

Log message:
Plain ruby ports without C extensions don't need to set
SHARED_ONLY, WANTLIB, or LIB_DEPENDS.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:22:02

Modified files:
	www/ruby-mechanize: Makefile 

Log message:
Plain ruby ports without C extensions don't need to set
SHARED_ONLY, WANTLIB, or LIB_DEPENDS.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:25:08

Modified files:
	net/ruby-rrdtool: Makefile 

Log message:
Use CONFIGURE_STYLE = ruby gem ext to clean things up.
Also, remove PKG_ARCH = *.  The use of SHARED_ONLY=Yes and
PKG_ARCH = * is a certain bug.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:32:32

Modified files:
	sysutils/god   : Makefile 
	sysutils/god/pkg: PLIST 
Removed files:
	sysutils/god/pkg: PFRAG.shared 

Log message:
Use CONFIGURE_STYLE = ruby gem ext to clean things up.
SHARED_ONLY = Yes wasn't set before, but it is set
automatically now, which is the correct setting.  This
requires removing PFRAG.shared and integrating the
contents into PLIST.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:34:30

Modified files:
	www/ruby-fcgi  : Makefile 
	www/ruby-fcgi/pkg: PLIST 
Removed files:
	www/ruby-fcgi/pkg: PFRAG.shared 

Log message:
Use CONFIGURE_STYLE = ruby gem ext to clean things up.
SHARED_ONLY = Yes wasn't set before, but it is set
automatically now, which is the correct setting.  This
requires removing PFRAG.shared and integrating the
contents into PLIST.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/26 15:36:33

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/pkg: MESSAGE 

Log message:
Document the fact that a system-wide D-BUS daemon needs to be running.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/26 15:42:14

Modified files:
	audio/amarok   : Makefile 
	audio/ruby-id3lib: Makefile 
	converters/ruby-json: Makefile 
	databases/ruby-bdb: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel_pg: Makefile 
	devel/eclipse/plugins/rdt: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-linecache: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-systemtimer: Makefile 
	devel/subversion: Makefile 
	devel/swig     : Makefile 
	editors/vim    : Makefile 
	graphics/ruby-rmagick: Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-pcap  : Makefile 
	security/arirang: Makefile 
	security/ruby-bcrypt: Makefile 
	textproc/eruby : Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-redcloth: Makefile 
	www/mod_ruby   : Makefile 
	www/ruby-mongrel: Makefile 
	www/ruby-passenger: Makefile 
	www/ruby-thin  : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/office3: Makefile 

Log message:
Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 15:43:33

Log message:
    import hs-X11-xft 0.3
    
    Bindings to the Xft, X Free Type interface library, and some Xrender
    parts.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102610
    
    N ports/x11/hs-X11-xft/Makefile
    N ports/x11/hs-X11-xft/distinfo
    N ports/x11/hs-X11-xft/pkg/DESCR
    N ports/x11/hs-X11-xft/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 15:43:52

Modified files:
	x11            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/26 15:56:40

Modified files:
	infrastructure/bin: check-manpages 

Log message:
fix system for new interface


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/26 16:13:58

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Refactoring, no functional change:
Seperate the code to read and parse a PART of a page (new function pdesc())
from the code to finish and output a FULL page (function fdesc());
in preparation for .so support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 16:19:22

Modified files:
	x11/bluetile   : Makefile distinfo 
	x11/bluetile/pkg: PLIST 

Log message:
- update bluetile to 0.5.3

ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/26 16:28:57

Modified files:
	usr.bin/mandoc : main.c mandoc.h roff.c roff.h 

Log message:
Support .so (low-level roff "switch source file"),
needed for Xenocara and various ports.
Accept only relative paths and no ascension to the parent directory
as suggested by Joerg Sonnenberger; code looked over by Joerg, too.
Useful discussions with various people, among others espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 16:40:57

Log message:
    import p5-IO-Lambda 1.20
    
    This module is another attempt to fight the horrors of non-blocking I/O.
    It tries to bring back the simplicity of the declarative programming
    style, that is only available when one employs threads, coroutines, or
    co-processes.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102710
    
    N ports/devel/p5-IO-Lambda/Makefile
    N ports/devel/p5-IO-Lambda/distinfo
    N ports/devel/p5-IO-Lambda/pkg/DESCR
    N ports/devel/p5-IO-Lambda/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 16:41:29

Log message:
    import p5-Sub-Lambda 0.02
    
    This module provides syntactic sugar for lambda abstractions and
    applications. Perl supports lambdas through subroutine references.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102710
    
    N ports/devel/p5-Sub-Lambda/distinfo
    N ports/devel/p5-Sub-Lambda/Makefile
    N ports/devel/p5-Sub-Lambda/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/26 16:43:16

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/26 16:48:07

Modified files:
	usr.bin/mandoc : main.c mandoc.h mdoc_action.c mdoc_validate.c 

Log message:
Downgrade nearly 20 ERRORS to WARNINGS.
All these indicate problems in the mdoc(7) or man(7) source code,
but they can't cause relevant information loss or clobbered formatting.
While here, error message improve wording and make it more uniform,
don't throw MANDOCERR_NOWIDTHARG twice when there is one single issue,
and consolidate MANDOCERR_WIDTHARG into MANDOCERR_IGNARGV.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/26 17:34:38

Modified files:
	usr.bin/mandoc : main.c mandoc.h roff.c 

Log message:
Warn developers that .so is fragile and suggest using ln(1) instead;
throwing a warning here was suggested by Joerg Sonnenberger.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/26 18:01:56

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/10/27 01:57:34

Modified files:
	www/gnash      : Makefile 
	www/gnash/pkg  : PLIST 
Removed files:
	www/gnash/patches: patch-libbase_rc_cpp 
	                   patch-plugin_npapi_plugin_cpp 

Log message:
Remove local patches to change the config dir so that the config dir
goes back to the default.

From Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 02:10:59

Added files:
	www/mozilla-firefox/patches: patch-js_src_nanojit_Assembler_cpp 
	                             patch-js_src_nanojit_Assembler_h 
	                             patch-js_src_nanojit_NativeX64_cpp 

Log message:
Add patches to allow building a debug-flavoured working package (at
least on amd64). Codepaths only used in that case.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2010/10/27 02:13:32

Log message:
    newLISP is a scripting language for developing web applications and
    programs in general and in the domains of artificial intelligence (AI)
    and statistics.
    
    ..from maintainer Ted Walther <ted@reactor-core.org>
    
    Status:
    
    Vendor Tag:	todd
    Release Tags:	todd_20101027
    
    N ports/lang/newlisp/Makefile
    N ports/lang/newlisp/distinfo
    N ports/lang/newlisp/pkg/DESCR
    N ports/lang/newlisp/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 02:14:17

Modified files:
	www/firefox35  : Makefile 

Log message:
Oops. remove debug FLAVOR here, it's now in mozilla.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2010/10/27 02:15:04

Modified files:
	lang           : Makefile 

Log message:
+newlisp


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/27 02:16:16

Modified files:
	editors/texmaker: Makefile distinfo 
	editors/texmaker/pkg: PLIST 

Log message:
update TexMaker to 2.0, from Alexandr Shadchin.
Maintainer timeout; Alexandr takes maintainership.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/27 02:35:45

Modified files:
	usr.bin/cvs    : rcs.c update.c 
	usr.bin/rcs    : rcs.c 

Log message:
Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting
in a performance gain in OpenCVS in some "cvs update" scenarios.

ok zinovik


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/27 02:42:02

Modified files:
	.              : plus.html 

Log message:
Small fix from Nicolas P. M. Legrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/27 02:51:40

ports/editors/texmaker/patches

Update of /cvs/ports/editors/texmaker/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15780/patches

Log Message:
Directory /cvs/ports/editors/texmaker/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/27 02:52:47

Added files:
	editors/texmaker/patches: patch-latexeditor_h 
	                          patch-latexeditorview_h 
	                          patch-latexhighlighter_h 
	                          patch-spellerdialog_h 
	                          patch-texmaker_cpp patch-texmaker_h 
	                          patch-texmaker_pro 

Log message:
update TexMaker to 2.0, from Alexandr Shadchin.
Maintainer timeout; Alexandr takes maintainership.
(missed patches with previous commit, reminded by Alexandr)


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/27 02:53:22

Modified files:
	etc/rc.d       : rc.subr 

Log message:
quote $local_rcconf in [ ] and remove eval from rc_start()


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 03:04:37

Modified files:
	infrastructure/bin: check-manpages 

Log message:
make -p optional


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 03:05:30

Modified files:
	infrastructure/bin: libtool 

Log message:
do not pass libtool's -static option to the linker
instead do what it is supposed to do: not dynamically linking with
not-installed libtool libraries

openldap linking incorrectness pointed out by pea@

this might fix some other stuff as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 03:12:24

ports/lang/newlisp/patches

Update of /cvs/ports/lang/newlisp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15696/patches

Log Message:
Directory /cvs/ports/lang/newlisp/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 03:12:30

Added files:
	infrastructure/man/man1: check-manpages.1 

Log message:
document check-manpages


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 03:36:34

Modified files:
	lang/newlisp   : Makefile 
Added files:
	lang/newlisp/patches: patch-configure-alt 

Log message:
- remove a bunch of useless variables
- cleanup REGRESS mess
- remove CFLAGS/LDFLAGS mess
- don't unconditionally strip the binary

please import new ports with an OK...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 03:37:09

Modified files:
	x11/pidgin-libnotify: Makefile distinfo 
	x11/pidgin-libnotify/patches: patch-src_pidgin-libnotify_c 
	x11/pidgin-libnotify/pkg: PLIST 

Log message:
- update pidgin-libnotify to 0.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 03:38:13

Modified files:
	x11/bluetile   : Makefile 
	x11/bluetile/pkg: DESCR 

Log message:
- remove double MODULE, spotted by brad
- reformat DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 03:49:12

Modified files:
	misc/zzuf      : Makefile distinfo 
	misc/zzuf/pkg  : PLIST 

Log message:
update to 0.13

* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
* network host filtering support.
* support for memory limits on OS X.
* massive testsuite improvements.
* support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/27 04:17:45

Modified files:
	usr.bin/mandoc : man_validate.c 

Log message:
The man(7) macros .HP .IP .RS .TP accept *optional* arguments,
so do not throw an ERROR when there are none.
Formatting is already correct:
With no arguments, use default widths and no tag.
Problem reported by naddy@, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 04:23:42

Modified files:
	audio/swh-plugins: Makefile 

Log message:
- add a backup master site, as the upstream one is rather flaky


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/27 04:27:03

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Missing redirection to /dev/null in rc_start


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 04:50:04

Log message:
    Import dconf-0.5.1
    
    dconf is a low-level configuration system. Its main purpose is to
    provide a backend to GSettings on platforms that don't already have
    configuration storage systems.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20101027
    
    N ports/devel/dconf/distinfo
    N ports/devel/dconf/Makefile
    N ports/devel/dconf/patches/patch-common_dconf-shmdir_c
    N ports/devel/dconf/patches/patch-engine_dconf-engine_c
    N ports/devel/dconf/patches/patch-client_Makefile_in
    N ports/devel/dconf/patches/patch-bin_Makefile_in
    N ports/devel/dconf/patches/patch-editor_Makefile_in
    N ports/devel/dconf/pkg/PLIST
    N ports/devel/dconf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 04:54:38

Modified files:
	devel          : Makefile 

Log message:
+dconf


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 05:02:37

Modified files:
	www/drupal6    : drupal6.port.mk 

Log message:
add a http master site and make it the primary. 'sure' espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 05:03:17

Modified files:
	infrastructure/bin: libtool 

Log message:
this can never have worked for real...
change .a -> .la
in case we ever run into this particular case


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:04:27

Modified files:
	devel/gsettings-desktop-schemas: Makefile 

Log message:
Add a run dependency on dconf now that we have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:04:39

Modified files:
	graphics/evince: Makefile 

Log message:
Add a run dependency on dconf now that we have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:05:08

Modified files:
	net/telepathy/telepathy-logger: Makefile 

Log message:
Add a run dependency on dconf now that we have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:05:26

Modified files:
	textproc/gtranslator: Makefile 

Log message:
Add a run dependency on dconf now that we have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:06:06

Modified files:
	x11/gnome/gcalctool: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/system-tools: Makefile 

Log message:
Add a run dependency on dconf now that we have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 05:38:58

Modified files:
	devel/dconf    : Makefile 
	devel/dconf/patches: patch-common_dconf-shmdir_c 

Log message:
Fix the f_fstypename call.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 06:00:36

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/patches: patch-metadata_metatree_c 

Log message:
We don't have f_type.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 06:09:43

Modified files:
	x11/gnome/system-monitor: Makefile 
Added files:
	x11/gnome/system-monitor/patches: patch-src_proctable_cpp 

Log message:
In Unix we call it a PID, not ID...


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 06:43:41

Modified files:
	infrastructure/bin: libtool 

Log message:
create an executable wrapper only if we encounter not-installed shared libs
(still based on .la file content)

this fixes at least fix www/wml and maybe some others


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 06:48:55

Modified files:
	www/wml        : Makefile 

Log message:
works with openbsd libtool now


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2010/10/27 06:52:00

Modified files:
	.              : want.html 

Log message:
remove items that had been on my wishlist for more than a year.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 06:52:42

Modified files:
	devel/libgtop2 : Makefile 
Added files:
	devel/libgtop2/patches: patch-sysdeps_bsd_cpu_c 

Log message:
Include sys/sched.h.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 06:52:49

Modified files:
	devel/gtk2hs-buildtools: Makefile distinfo 

Log message:
- update gtk2hs-buildtools to 0.11.2

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 06:53:10

Modified files:
	devel/hs-glib  : Makefile distinfo 

Log message:
- update hs-glib to 0.11.2

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 06:53:35

Modified files:
	devel/hs-gio   : Makefile distinfo 

Log message:
- update hs-gio to 0.11.1
- tighten dependency on hs-glib

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/27 06:54:32

Modified files:
	devel/gettext  : Makefile 

Log message:
no need for groff, mandoc handles these man pages just fine


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 06:54:34

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/files: README.OpenBSD 
	mail/mozilla-thunderbird/pkg: PLIST-main 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_build_unix_run-mozilla_sh 
	mail/mozilla-thunderbird/pkg: PFRAG.debug-main 
	                              PFRAG.no-debug-main 

Log message:
Do the PFRAG dance to produce a working debug-flavoured tb package.
Mozilla likes to build different libs when debug is enabled...
patch run-mozilla.sh so that it finds our gdb by default, and amend
README.OpenBSD to teach user how to properly debug tb.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 06:54:44

Modified files:
	databases/openldap: Makefile 

Log message:
works with openbsd libtool. verified by pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 06:54:53

Log message:
    import drupal6-session_api-1.2:
    
    The Session API is a very simple set of functions that extend the core
    sessions workings, allowing data to be stored and associated with a
    user's session.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-27
    
    N ports/www/drupal6/session_api/Makefile
    N ports/www/drupal6/session_api/distinfo
    N ports/www/drupal6/session_api/pkg/DESCR
    N ports/www/drupal6/session_api/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 06:56:28

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: README.OpenBSD 
Added files:
	www/mozilla-firefox/patches: patch-build_unix_run-mozilla_sh 

Log message:
Add a patch so that run-mozilla.sh finds our gdb by default. Amend
README.OpenBSD to teach users how to properly report bugs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 06:57:04

Modified files:
	www/drupal6    : Makefile 

Log message:
+session_api, fix order


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 06:58:26

Modified files:
	infrastructure/lib/DPB: Engine.pm Grabber.pm Locks.pm 
	                        PortBuilder.pm PortInfo.pm 

Log message:
tie engine with var grabber, get ready to re-do port meta on error.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 06:59:29

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/files: README.OpenBSD 
	www/firefox35/pkg: PLIST 
Added files:
	www/firefox35/patches: patch-build_unix_run-mozilla_sh 
	www/firefox35/pkg: PFRAG.debug 

Log message:
Do the PFRAG.debug dance so that it produces a working debug-enabled
package. Teach users how to properly report bugs, and add a
run-mozilla.sh patch so that it finds our gdb. While here remove
updates/ subdir at uninstall time, otherwise it stays..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 07:00:55

Modified files:
	productivity/sunbird: Makefile 
	productivity/sunbird/pkg: PLIST 
Added files:
	productivity/sunbird/patches: 
	                              patch-mozilla_build_unix_run-mozilla_sh 

Log message:
Add a patch so that it finds our gdb. Remove updates/ subdir at
uninstall time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 07:02:39

Modified files:
	www/seamonkey  : Makefile 
	www/seamonkey/files: README.OpenBSD 
	www/seamonkey/pkg: PLIST-main 
Added files:
	www/seamonkey/patches: patch-mozilla_build_unix_run-mozilla_sh 
	www/seamonkey/pkg: PFRAG.debug-main PFRAG.no-debug-main 

Log message:
Do the PFRAG dance so that it provides a working debug-flavoured
package. Add a run-mozilla.sh patch to make it found our gdb by default.
Teach users how to properly debug mozilla ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 07:08:18

Log message:
    import drupal6-faq-1.11:
    
    The Frequently Asked Questions (faq) module allows users, with
    appropriate permissions, to create question and answer pairs which
    they want displayed on the 'faq' page. The 'faq' page is automatically
    generated from the FAQ nodes configured.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-27
    
    N ports/www/drupal6/faq/Makefile
    N ports/www/drupal6/faq/distinfo
    N ports/www/drupal6/faq/pkg/DESCR
    N ports/www/drupal6/faq/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/27 07:08:53

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Remove 'status', because 'check' is what is used internally and we don't
need two functions doing the same thing, and also allow check to run as
non-root.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 07:09:35

Modified files:
	devel/gobject-introspection: Makefile 

Log message:
- this can use our libtool now, prompted by steven.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 07:12:09

Modified files:
	www/drupal6    : Makefile 

Log message:
+faq


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 07:22:56

Log message:
    import drupal6-ubercart-2.4:
    
    Ubercart is an e-commerce suite developed for Drupal. It has been
    designed with the end user in mind, focusing on usability in three key
    areas: store configuration, product and catalog creation, and order
    administration. On the front end, all major systems are configurable and
    integrate with the standard Drupal systems (node, taxonomy, user, etc.).
    On the back end, the settings pages and order administration pages have
    been designed with ease of use in mind.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-27
    
    N ports/www/drupal6/ubercart/Makefile
    N ports/www/drupal6/ubercart/distinfo
    N ports/www/drupal6/ubercart/pkg/DESCR
    N ports/www/drupal6/ubercart/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 07:24:03

Modified files:
	www/drupal6    : Makefile 

Log message:
+ubercart


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 07:25:01

Modified files:
	astro/stellarium: Makefile 
	games/opensonic: Makefile 
	graphics/aqsis : Makefile 
	graphics/hugin : Makefile 
	net/minbif     : Makefile 
	textproc/chmsee: Makefile 
	x11/awesome    : Makefile 

Log message:
bump revision

this was using -O3 before the recent change in cmake


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 07:34:21

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Protect variable names, to be consistent with rc(8).

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 07:39:02

Modified files:
	graphics/hs-cairo: Makefile distinfo 
	graphics/hs-cairo/pkg: PLIST 

Log message:
- update hs-cairo to 0.11.1

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 07:39:22

Modified files:
	devel/hs-pango : Makefile distinfo 
	devel/hs-pango/pkg: PLIST 

Log message:
- update hs-pango to 0.11.2

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 07:40:29

Modified files:
	sysutils/ruby-facter: Makefile 

Log message:
Unbreak on a clean box, add lang/ruby to build_depends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 07:59:18

Log message:
    import drupal6-views_bonus-1.1:
    
    This group of modules is sort of a recipe module that makes things
    easier by showing how to integrate some other modules as well as
    providing miscellaneous features that aren't distributed by Views
    itself. Sometimes these modules are only base recipes that will
    need to be themed and spiced up to fit your needs.
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-10-27
    
    N ports/www/drupal6/views_bonus/Makefile
    N ports/www/drupal6/views_bonus/distinfo
    N ports/www/drupal6/views_bonus/pkg/PLIST
    N ports/www/drupal6/views_bonus/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 08:01:36

Modified files:
	www/drupal6    : Makefile 

Log message:
+views_bonus


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 08:29:01

Modified files:
	infrastructure/mk: bsd.port.mk 
	infrastructure/db: fake.mtree 

Log message:
scaffolding for /etc/rc.d, okay robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/27 08:32:31

Modified files:
	x11/hs-gtk     : Makefile distinfo 
	x11/hs-gtk/pkg : PLIST 

Log message:
- update hs-gtk to 0.11.2

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 08:34:33

Modified files:
	infrastructure/mk: bsd.port.mk 
	infrastructure/db: fake.mtree 

Log message:
tweak readme: say that we're installing something
put that into mtree (to be done in src as well)
install in LOCALBASE, independently from PREFIX (newer pkg_adds are happy
with @cwd outside of PREFIX)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/27 08:35:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm CollisionReport.pm 
	                          Delete.pm Dependencies.pm Error.pm 
	                          ForwardDependencies.pm Getopt.pm 
	                          Handle.pm IdCache.pm Interactive.pm 
	                          LibSpec.pm Log.pm Mtree.pm OldLibs.pm 
	                          PackageInfo.pm PackageLocator.pm 
	                          PackageName.pm PackageRepository.pm 
	                          PackageRepositoryList.pm 
	                          PackingElement.pm PackingList.pm 
	                          Paths.pm PkgCfl.pm PkgConfig.pm 
	                          PkgCreate.pm PkgDelete.pm PkgInfo.pm 
	                          PkgSpec.pm Replace.pm RequiredBy.pm 
	                          Search.pm SharedItems.pm SharedLibs.pm 
	                          Signature.pm Subst.pm Temp.pm 
	                          Tracker.pm UpdateSet.pm md5.pm 

Log message:
initial scaffolding for @rcscript: for now, acts like normal files,
but allow absolute pathnames (treat that as an implicit @cwd).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/27 08:45:26

Modified files:
	lang/mono/patches: patch-mono_utils_mono-proclib_c 

Log message:
Reorder the ifdefs so this works both with and without kvm_getprocs.
It didn't build on -current before, and no change on systems with
kvm_getprocs removed, so no need to bump.

Thanks naddy@ for report + build test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 08:45:27

Added files:
	devel/qt-creator/patches: 
	                          patch-src_libs_cplusplus_TypePrettyPrinter_cpp 

Log message:
use default constructor, so we don't have to rely on type conversions
(breaks with qt 4.7.0 otherwise)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/27 09:24:10

Modified files:
	bin/md5        : md5.c 

Log message:
Use a 32KB data buffer instead of a 1KB buffer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 09:42:06

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : MESSAGE PLIST 
Added files:
	print/cups/pkg : cupsd.rc 

Log message:
As agreed with espie@, install a first rc script to serve as a test
example. A couple of things are still missing from the infrastructure
but the basics work. When everything has been taken care of, we'll start
mocing all ports to using the new rc system.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 09:46:06

Modified files:
	multimedia/libdvdnav: Makefile 

Log message:
indicate reason for gnu libtool


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/10/27 09:49:06

Modified files:
	faq/ports      : specialtopics.html index.html 

Log message:
new section: 3.5 - Manual pages
preliminary guidelines on how to deal with groff versus mandoc(1) issues
feedback and ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 10:09:06

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: p2k10-s.gif p2k10.gif 

Log message:
the p2k10 ports hackathon


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/27 10:47:39

Modified files:
	etc/mtree      : BSD.local.dist 

Log message:
let the readmes directory be standard


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/27 10:58:30

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Unset INSTALL_STRIP when debug FLAVOR is set. Permits to build a
debuggable version of xulrunner package.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 11:11:08

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
The previous two commits cannot be right.  If in fact offsets > 4GB are
causing problems, then it is nonsense to instead fail at the 2GB line.
Much more discussion needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/27 11:20:06

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Document RCDIR and files copied from PKGDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/27 11:26:03

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
document @rcscript


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 11:37:55

Modified files:
	infrastructure/bin: libtool 

Log message:
make ltprog a list of elements without whitespace.
this should prevent exec errors later on.

fixes telepathy-glib, noticed by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 11:38:18

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass FULLPKGNAME to SUBST_VAR (impossible to do readmes otherwise)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 11:46:04

Modified files:
	misc/p5-User   : Makefile distinfo 

Log message:
update to 1.9


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/10/27 11:51:11

Modified files:
	sys/dev/usb    : if_atu.c if_aue.c if_axe.c if_cdce.c if_cue.c 
	                 if_kue.c if_mos.c if_ral.c if_rum.c if_uath.c 
	                 if_udav.c if_upgt.c if_url.c if_urndis.c 
	                 if_urtw.c if_wi_usb.c if_zyd.c 

Log message:
don't free network related resources if they were not allocated


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 11:53:24

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
remove last reference to P number
explain why locks prevent building two pkgpaths.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 11:55:48

Modified files:
	textproc/p5-Text-CSV: Makefile distinfo 

Log message:
update to 1.20.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 11:56:26

Modified files:
	www/statusnet  : Makefile 
	www/statusnet/pkg: PLIST 
Added files:
	www/statusnet/pkg: README 
Removed files:
	www/statusnet/files: README.OpenBSD 

Log message:
move to new pkg-readmes organization.
a bit special, because PREFIX=/var/www here.

okay jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 12:03:42

Modified files:
	devel/p5-DateTime-Format-W3CDTF: Makefile distinfo 

Log message:
update to 0.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 12:13:54

Modified files:
	www/statusnet  : Makefile 

Log message:
zap extra, as noticed by aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 12:15:55

Modified files:
	net            : Makefile 

Log message:
No need for these flavors anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/10/27 12:17:36

Modified files:
	devel/p5-DateTime-Format-Strptime: Makefile distinfo 

Log message:
update to 1.5000, now recognizes UTC as a valid time zone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 12:25:01

Modified files:
	mail/zarafa    : Makefile.inc 

Log message:
Tweak for upcoming update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 12:25:08

Modified files:
	math/amd       : Makefile 
	math/camd      : Makefile 
	math/colamd    : Makefile 
	math/ccolamd   : Makefile 

Log message:
add run-depend on ufconfig package, then UFconfig.h is always around so that
dependent ports can pick this port up correctly during configure

ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 12:25:44

Modified files:
	mail/zarafa/libvmime: Makefile distinfo 

Log message:
Update to the latest patch release (needed for upcoming zarafa udpate).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 12:26:17

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: patch-doc_manual_xml 
	                            patch-installer_linux_gateway_cfg 
	                            patch-installer_linux_ical_cfg 
	                            patch-provider_libserver_ZarafaCmd_cpp 
	                            patch-spooler_DAgent_cpp 

Log message:
Update to zarafa-6.40.3.
ChangeLog available at:
http://download.zarafa.com/community/final/6.40/changelog-6.40.txt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 13:04:26

Modified files:
	libexec/ld.so  : dl_prebind.c 

Log message:
repair ;;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 13:07:27

Modified files:
	lib/libc/sys   : getdirentries.2 

Log message:
Remove the EXAMPLE, since *noone* should use this non-portable API
directly -- it exists for libc use only.  Tell people to use readdir(3).
discussed with millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 13:16:17

Modified files:
	sys/msdosfs    : msdosfs_denode.c 

Log message:
improve the look of a for loop


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/27 13:27:30

Modified files:
	usr.bin/mandoc : term.c 

Log message:
Fix an off-by-one in an assertion, crashing the renderer on ".Os \&".
This bug was a living fossil, introduced on Feb 21, 2009.
Reported by joachimschipper dot nl, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/27 14:05:12

Modified files:
	sys/arch/mips64/mips64: fp_emulate.c 

Log message:
Fix a few logic errors in comparison instruction emulation: make sure the
less than relation is correctly computed, and check for both operands being
signaling NaNs, instead of only the first NaN found, to decide whether to
raise an invalid exception or not.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/10/27 14:20:38

Modified files:
	sys/arch/alpha/alpha: trap.c 

Log message:
Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/27 14:41:25

Log message:
    Import KanjiStrokeOrders TTF, a font to view stroke order diagrams for
    Kanji, Kana and etc.
    sthen@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20101027
    
    N ports/japanese/kanjistrokeorders-ttf/Makefile
    N ports/japanese/kanjistrokeorders-ttf/distinfo
    N ports/japanese/kanjistrokeorders-ttf/pkg/PLIST
    N ports/japanese/kanjistrokeorders-ttf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/27 14:43:11

Modified files:
	japanese       : Makefile 

Log message:
Enter kanjistrokeorders-ttf


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/27 14:44:23

Modified files:
	libexec/ld.so/sparc64: ldasm.S 

Log message:
Fix comment; no binary change.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 14:48:28

Modified files:
	sys/dev/pci    : if_ix.c qlireg.h 

Log message:
fix double ;;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 16:06:13

Added files:
	audio/hydrogen/patches: patch-libs_hydrogen_src_song_cpp 

Log message:
use default QString(), avoids ambiguity with upcoming qt 4.7.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/27 16:13:10

Modified files:
	net/gnaughty   : Makefile 

Log message:
Add missing category.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/27 16:26:32

Modified files:
	net/gnaughty   : Makefile 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/27 16:39:16

Log message:
    Initial import of pecl-fileinfo:
    The Fileinfo extension allows retrieval of information regarding
    vast majority of file.
    This information may include dimensions, quality, length etc...
    
    Additionally it can also be used to retrieve the mime type for a
    particular file and for text files proper language encoding.
    
    From MAINTAINER: Johan Huldtgren
    Tweaks by me and one from sthen
    ok sthen
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	jhuldtgren_20101027
    
    N ports/sysutils/pecl-fileinfo/Makefile
    N ports/sysutils/pecl-fileinfo/distinfo
    N ports/sysutils/pecl-fileinfo/pkg/DESCR
    N ports/sysutils/pecl-fileinfo/pkg/PLIST
    N ports/sysutils/pecl-fileinfo/pkg/UNMESSAGE
    N ports/sysutils/pecl-fileinfo/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/27 16:40:27

Modified files:
	sysutils       : Makefile 

Log message:
+ pecl-fileinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/27 16:41:48

Modified files:
	x11/gnustep/laternamagica: Makefile 

Log message:
fix HOMEPAGE

spotted and patch from giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/27 16:43:47

Modified files:
	sysutils/pecl-fileinfo: Makefile 

Log message:
Oops... debugging line made it in.  Remove it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 16:53:33

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Engine.pm 

Log message:
kill more code related to P= (will simplify next parts)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/27 16:58:02

Modified files:
	infrastructure/lib/DPB: Engine.pm Locks.pm 

Log message:
use rescan after errors, so that bumps get picked up


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/27 17:08:11

Log message:
    Initial import of pecl-lzf:
    This package handles LZF de/compression.
    
    From MAINTAINER: Johan Huldtgren
    Tweaks by me.
    ok sthen@
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	jhuldtgren_20101027
    
    N ports/archivers/pecl-lzf/Makefile
    N ports/archivers/pecl-lzf/distinfo
    N ports/archivers/pecl-lzf/pkg/DESCR
    N ports/archivers/pecl-lzf/pkg/PLIST
    N ports/archivers/pecl-lzf/pkg/UNMESSAGE
    N ports/archivers/pecl-lzf/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/27 17:09:07

Modified files:
	archivers      : Makefile 

Log message:
+ pecl-lzf


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 17:41:27

Modified files:
	infrastructure/bin: libtool 

Log message:
behave more like gnu by not using pic objects for a static library.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/27 17:42:49

Modified files:
	infrastructure/bin: libtool 

Log message:
some cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/27 19:45:44

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 
Added files:
	lang/jruby/patches: patch-bin_jruby_sh 
	                    patch-jffi_custom-build_xml 
	                    patch-tool_nailgun_Makefile_in 
Removed files:
	lang/jruby/patches: patch-bin_jruby patch-tool_nailgun_Makefile 

Log message:
Update lang/jruby from 1.3.1 to 1.5.3.  Numerous improvements including
performance increases and ruby 1.8.7 support. ffi support now works in
simple cases.  It now works on amd64 as well.  I'm taking over
maintenance from bernd@.

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/27 20:06:00

Modified files:
	sys/sys        : unistd.h 
	lib/libc/gen   : sysconf.3 sysconf.c 

Log message:
support _SC_HOST_NAME_MAX; from brad
a libc crank is happening in < 24 hours


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/28 02:15:02

Modified files:
	mail/py-milter : Makefile distinfo 
	mail/py-milter/pkg: PLIST 
Removed files:
	mail/py-milter/patches: patch-setup_py 

Log message:
Update py-milter to 0.9.3
martynas@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/28 02:18:25

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
py-pymilter => py-milter


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/10/28 02:22:11

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.4: Makefile 
	lang/python/2.5: Makefile 
	lang/python/2.6: Makefile 

Log message:
Simplify and switch to REVISION.
From Alexandr Shadchin (firstname dot lastname at gmail dot com).
martynas@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/10/28 02:34:37

Modified files:
	include        : Makefile 
	lib/libc/crypt : Makefile.inc 
Removed files:
	include        : cast.h skipjack.h 
	lib/libc/crypt : cast.c skipjack.c 

Log message:
remove skipjack and cast from the libc;  ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 02:54:22

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
oops, give back that core.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 02:56:08

Added files:
	databases/sqliteman/patches: patch-sqliteman_database_h 
	                             patch-sqliteman_main_cpp 

Log message:
prepare for qt 4.7 (still ambiguous QString(0) )


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 03:04:19

Modified files:
	archivers/zziplib: Makefile 
	archivers/zziplib/pkg: PLIST 
	misc/zzuf      : Makefile 
	misc/zzuf/pkg  : PLIST 

Log message:
zziplib and zzuf conflict (zzcat executable)

pointed out by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 03:08:27

Modified files:
	infrastructure/bin: libtool 

Log message:
strip static libraries with --strip-debug

seems to fix databased/db library


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 03:10:54

Modified files:
	databases/db   : Makefile.inc 
	databases/db/v3: Makefile 
	databases/db/v4: Makefile 

Log message:
build with openbsd libtool and bump revision


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 03:13:17

Modified files:
	mail/dspam     : Makefile 

Log message:
builds fine with openbsd libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 03:29:27

Modified files:
	infrastructure/db: config.site 

Log message:
imperfect testing from landry/aja@: killing USE_X11 broke e17/ecore, since the
extensions/Print X11 header is gone...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 04:00:59

Added files:
	devel/p5-Sub-Lambda/pkg: PLIST 

Log message:
- sort of missed this somehow


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 04:02:05

Modified files:
	audio/akode    : Makefile 
	audio/openal   : Makefile 
	multimedia/libdvdnav: Makefile 
	sysutils/polkit: Makefile 

Log message:
this builds fine with openbsd libtool so set USE_LIBTOOL=yes

however auto* needs libtoolize or some other libtool macros, therefore add
a build dependency on gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 04:03:27

Modified files:
	security/libfwbuilder: Makefile 

Log message:
it uses libtoolize during auto* but does not use libtool, so drop USE_LIBTOOL


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 04:10:24

Modified files:
	net/pidgin     : Makefile 

Log message:
add a debug flavor

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 04:17:54

Modified files:
	archivers/zziplib: Makefile 
	archivers/zziplib/pkg: PLIST 
	misc/zzuf      : Makefile 
	misc/zzuf/pkg  : PLIST 

Log message:
drop the conflict and rename zzuf's zzcat utility to zzufcat instead

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 04:33:16

Modified files:
	databases/db/v3/patches: patch-db_db_cam_c 
	                         patch-dist_Makefile_in 
	                         patch-dist_configure 
	                         patch-env_env_open_c 
	                         patch-tcl_tcl_compat_c 
	                         patch-tcl_tcl_db_c patch-tcl_tcl_env_c 
	                         patch-tcl_tcl_mp_c patch-tcl_tcl_txn_c 
	databases/db/v4/patches: patch-dist_Makefile_in 

Log message:
remove some @ in makefile, so we can see what is executed, e.g. libtool...

regen patches for v3 while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 04:33:20

Modified files:
	infrastructure/lib/DPB: Grabber.pm Vars.pm 

Log message:
make it possible (simple) to rescan broken directories
(we should possibly log the error messages).
Forgot to reset broken, so rescanning didn't help...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/28 04:42:39

Modified files:
	usr.bin/mandoc : man_term.c 

Log message:
Font alternating blocks like .RB must not break the line between children
in literal mode.  Fixing a bug found by naddy@ in the gettext(3) SYNOPSIS.
This required a bit of refactoring:
* consolidate pre_RB(), pre_RI(), and pre_BI() into pre_alternate()
* save the MANT_LITERAL mode before descending into children
* restore MANT_LITERAL mode before printing the last child


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/28 04:59:33

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : MESSAGE PLIST 
Added files:
	x11/dbus/pkg   : dbus-daemon.rc 

Log message:
add an rc script for dbus-daemon


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 05:01:18

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
Added files:
	x11/gnome/gdm/pkg: gdm.rc 
Removed files:
	x11/gnome/gdm/pkg: MESSAGE 

Log message:
Add an rc script for gdm.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 05:01:47

Modified files:
	net/munin      : Makefile 
	net/munin/pkg  : MESSAGE-main PLIST-main 
Added files:
	net/munin/pkg  : munin-node.rc 

Log message:
- add the munin-node rc script

ok sthen@ (MAINTAINER) robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 05:04:59

ports/databases/pkglocatedb/files

Update of /cvs/ports/databases/pkglocatedb/files
In directory cvs.openbsd.org:/tmp/cvs-serv28900/files

Log Message:
Directory /cvs/ports/databases/pkglocatedb/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 05:06:46

Modified files:
	databases/pkglocatedb: Makefile 
	databases/pkglocatedb/pkg: DESCR PLIST 
Added files:
	databases/pkglocatedb/files: pkglocate 

Log message:
lazy bum, script pkglocate as locate -d ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 05:11:17

Modified files:
	databases/sqlports: Makefile 

Log message:
make sure sqlports will stop in case of an error.
problem noticed by steven@, sneaky solution by me ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 05:14:23

Modified files:
	infrastructure/mk: bsd.port.mk pkgpath.mk 

Log message:
turns out dpb doesn't need this in the end...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 05:21:05

Modified files:
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: PLIST 
Added files:
	security/cyrus-sasl2/pkg: saslauthd.rc 

Log message:
Add rc script for saslauthd.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/10/28 05:22:09

Modified files:
	usr.bin/ssh    : authfile.c key.c key.h ssh-keygen.c 

Log message:
fix a possible NULL deref on loading a corrupt ECDH key

store ECDH group information in private keys files as "named groups"
rather than as a set of explicit group parameters (by setting
the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and
retrieves the group's OpenSSL NID that we need for various things.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 05:24:35

Modified files:
	audio/mpd      : Makefile 
	audio/mpd/pkg  : MESSAGE PLIST 
Added files:
	audio/mpd/pkg  : mpd.rc 

Log message:
- add rc script for mpd

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 05:30:08

Modified files:
	audio/mpd      : Makefile 
Removed files:
	audio/mpd/pkg  : MESSAGE 

Log message:
- obvious MESSAGE is obvious, zap it.

prompted by aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 05:39:47

Modified files:
	net/avahi      : Makefile 
	net/avahi/pkg  : PLIST-main 
Added files:
	net/avahi/pkg  : avahi-daemon.rc avahi-dnsconfd.rc 

Log message:
Add rc scripts for avahi-dnsconfd and avahi-daemon.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 05:39:53

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
another libtoolize user:
use openbsd libtool and add a build dependency on gnu libtool


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 05:49:49

Log message:
    import ns4 4.3.6
    
    ns4 is a command line configuration management tool.  It allows the
    automated backup of node (i.e. routers and switches) configurations to
    an FTP/SFTP server or local media on a daily basis to create
    configuration archives. It can run ad-hoc commands on multiple nodes as
    well as custom scripts for automating complex tasks. It uses Perl and
    allows you to manipulate the output of commands using regular
    expressions within scripts.  Configuration based cartridges are used to
    specify new node types, allowing the user to extend its functionality in
    a simple and dynamic way.
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20101028
    
    N ports/sysutils/ns4/Makefile
    N ports/sysutils/ns4/distinfo
    N ports/sysutils/ns4/pkg/PLIST
    N ports/sysutils/ns4/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 05:50:33

Modified files:
	sysutils       : Makefile 

Log message:
+ns4


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 05:55:16

Modified files:
	x11/vlc        : Makefile 

Log message:
fix -export-symbols-regex libtool option syntax
with this, it builds fine with openbsd libtool
bump the revisions


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 05:56:48

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
do the next step even if prepare fails, since prepare is fairly rigid
and depends will allow more flavors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:03:02

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Security update to mozilla-thunderbird 3.1.6.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:03:27

Modified files:
	www/firefox35  : Makefile distinfo 

Log message:
Security update to firefox35 3.5.15.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:04:01

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
Security update to mozilla-firefox 3.6.12.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:04:50

Modified files:
	devel/xulrunner/1.9: Makefile distinfo 

Log message:
Security update to xulrunner19 1.9.2.12.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 06:15:13

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
add comment indicating reason for gnu libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2010/10/28 06:30:27

Modified files:
	usr.bin/cvs    : tag.c 

Log message:
Fix memory leak.

ok stsp, zinovik


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 06:32:57

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: PLIST 
Added files:
	graphics/sane-backends/pkg: saned.rc 

Log message:
Add rc script for the sane network scanner daemon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:36:10

Log message:
    Import shotwell 0.7.2 :
    
    Shotwell is a digital photo organizer. It allows you to import photos
    from disk or camera, organize them in various ways, view them in
    full-window or fullscreen mode, and export them to share with others.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101028
    
    N ports/graphics/shotwell/distinfo
    N ports/graphics/shotwell/Makefile
    N ports/graphics/shotwell/patches/patch-Makefile
    N ports/graphics/shotwell/patches/patch-configure
    N ports/graphics/shotwell/patches/patch-src_CameraTable_vala
    N ports/graphics/shotwell/pkg/DESCR
    N ports/graphics/shotwell/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 06:40:08

Modified files:
	graphics       : Makefile 

Log message:
+shotwell


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 06:51:37

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
zap localhost from those lines too.
will make display snappier on one core machine, and still be readable
otherwise...


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/10/28 07:05:34

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Update to 3.3.8
ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 07:35:39

Modified files:
	share/man/man7 : hier.7 intro.7 

Log message:
some groff_ and tmac removal;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/28 07:39:35

Modified files:
	net/rrdtool    : Makefile 

Log message:
Add ruby18 WANTLIB back to -ruby subpackage.  This should have been
committed with the other ports during the MODRUBY_WANTLIB /
MODRUBY_LIB_DEPENDS split.  Since it's possible someone could have
build the port since the split, bump for safety.

OK landry, sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 07:45:26

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
Security update to seamonkey 2.0.10.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 07:46:54

Modified files:
	geo/gpstk      : Makefile 

Log message:
Add devel/libtool to BUILD_DEPENDS so that it builds on a clean box.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:49:09

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
Move things around a little bit for Haskell libraries (built with
cabal and without nort), to avoid collisions with other (non-Haskell)
ports;

- Documentation is installed as ${PREFIX}/share/doc/hs-$foo instead of
${PREFIX}/share/doc/$foo.

- The library itself (and its interface files) is installed as
${PREFIX}/lib/ghc/$foo instead of ${PREFIX}/lib/$foo.

- Additional files will be installed in ${PREFIX}/share/hs-$foo instead
of ${PREFIX}/share/foo.

from kili@

depending port's plists will be adjusted in a few


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/28 07:49:55

Modified files:
	sys/net        : if_bridge.c if_bridge.h bridgestp.c 

Log message:
A function that only returns NULL should return void.
bstp_input() always consumes the packet so remove the mbuf handling
dance around it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/28 07:50:30

Modified files:
	archivers/gtar : Makefile distinfo 
	archivers/gtar/patches: patch-configure 
	archivers/gtar/pkg: PLIST 
Added files:
	archivers/gtar/patches: patch-gnu_fdopendir_c 
	                        patch-tests_extrac11_at 
Removed files:
	archivers/gtar/patches: patch-gnu_inttostr_c patch-src_extract_c 
	                        patch-src_names_c patch-tests_link02_at 
	                        patch-tests_link03_at 

Log message:
update to 1.24: various bug fixes, no major changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:51:00

Modified files:
	archivers/hs-zlib: Makefile 
	archivers/hs-zlib/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:51:19

Modified files:
	databases/hs-HDBC: Makefile 
	databases/hs-HDBC/pkg: PLIST 
	databases/hs-HDBC-sqlite3: Makefile 
	databases/hs-HDBC-sqlite3/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:51:48

Modified files:
	devel/hs-ConfigFile: Makefile 
	devel/hs-ConfigFile/pkg: PLIST 
	devel/hs-FindBin: Makefile 
	devel/hs-FindBin/pkg: PLIST 
	devel/hs-HUnit : Makefile 
	devel/hs-HUnit/pkg: PLIST 
	devel/hs-HsSyck: Makefile 
	devel/hs-HsSyck/pkg: PLIST 
	devel/hs-List  : Makefile 
	devel/hs-List/pkg: PLIST 
	devel/hs-ListLike: Makefile 
	devel/hs-ListLike/pkg: PLIST 
	devel/hs-MetaObject: Makefile 
	devel/hs-MetaObject/pkg: PLIST 
	devel/hs-MissingH: Makefile 
	devel/hs-MissingH/pkg: PLIST 
	devel/hs-MonadCatchIO-transformers: Makefile 
	devel/hs-MonadCatchIO-transformers/pkg: PLIST 
	devel/hs-PSQueue: Makefile 
	devel/hs-PSQueue/pkg: PLIST 
	devel/hs-QuickCheck: Makefile 
	devel/hs-QuickCheck/pkg: PLIST 
	devel/hs-binary: Makefile 
	devel/hs-binary/pkg: PLIST 
	devel/hs-cereal: Makefile 
	devel/hs-cereal/pkg: PLIST 
	devel/hs-control-timeout: Makefile 
	devel/hs-control-timeout/pkg: PLIST 
	devel/hs-convertible: Makefile 
	devel/hs-convertible/pkg: PLIST 
	devel/hs-dataenc: Makefile 
	devel/hs-dataenc/pkg: PLIST 
	devel/hs-deepseq: Makefile 
	devel/hs-deepseq/pkg: PLIST 
	devel/hs-directory-tree: Makefile 
	devel/hs-directory-tree/pkg: PLIST 
	devel/hs-dlist : Makefile 
	devel/hs-dlist/pkg: PLIST 
	devel/hs-fgl   : Makefile 
	devel/hs-fgl/pkg: PLIST 
	devel/hs-ghc-paths: Makefile 
	devel/hs-ghc-paths/pkg: PLIST 
	devel/hs-gio   : Makefile 
	devel/hs-gio/pkg: PLIST 
	devel/hs-glade : Makefile 
	devel/hs-glade/pkg: PLIST 
	devel/hs-glib  : Makefile 
	devel/hs-glib/pkg: PLIST 
	devel/hs-hashed-storage: Makefile 
	devel/hs-hashed-storage/pkg: PLIST 
	devel/hs-hlint : Makefile 
	devel/hs-hlint/pkg: PLIST 
	devel/hs-hood  : Makefile 
	devel/hs-hood/pkg: PLIST 
	devel/hs-hslogger: Makefile 
	devel/hs-hslogger/pkg: PLIST 
	devel/hs-iteratee: Makefile 
	devel/hs-iteratee/pkg: PLIST 
	devel/hs-language-c: Makefile 
	devel/hs-language-c/pkg: PLIST 
	devel/hs-mmap  : Makefile 
	devel/hs-mmap/pkg: PLIST 
	devel/hs-monads-fd: Makefile 
	devel/hs-monads-fd/pkg: PLIST 
	devel/hs-murmur-hash: Makefile 
	devel/hs-murmur-hash/pkg: PLIST 
	devel/hs-network: Makefile 
	devel/hs-network/pkg: PLIST 
	devel/hs-pango : Makefile 
	devel/hs-pango/pkg: PLIST 
	devel/hs-parallel: Makefile 
	devel/hs-parallel/pkg: PLIST 
	devel/hs-parsec: Makefile 
	devel/hs-parsec/pkg: PLIST 
	devel/hs-primitive: Makefile 
	devel/hs-primitive/pkg: PLIST 
	devel/hs-pugs-DrIFT: Makefile 
	devel/hs-pugs-DrIFT/pkg: PLIST 
	devel/hs-pugs-compat: Makefile 
	devel/hs-pugs-compat/pkg: PLIST 
	devel/hs-readline: Makefile 
	devel/hs-readline/pkg: PLIST 
	devel/hs-regex-base: Makefile 
	devel/hs-regex-base/pkg: PLIST 
	devel/hs-regex-compat: Makefile 
	devel/hs-regex-compat/pkg: PLIST 
	devel/hs-regex-pcre-builtin: Makefile 
	devel/hs-regex-pcre-builtin/pkg: PLIST 
	devel/hs-regex-posix: Makefile 
	devel/hs-regex-posix/pkg: PLIST 
	devel/hs-sendfile: Makefile 
	devel/hs-sendfile/pkg: PLIST 
	devel/hs-stm   : Makefile 
	devel/hs-stm/pkg: PLIST 
	devel/hs-stringtable-atom: Makefile 
	devel/hs-stringtable-atom/pkg: PLIST 
	devel/hs-tar   : Makefile 
	devel/hs-tar/pkg: PLIST 
	devel/hs-text  : Makefile 
	devel/hs-text/pkg: PLIST 
	devel/hs-transformers: Makefile 
	devel/hs-transformers/pkg: PLIST 
	devel/hs-uniplate: Makefile 
	devel/hs-uniplate/pkg: PLIST 
	devel/hs-unix-compat: Makefile 
	devel/hs-unix-compat/pkg: PLIST 
	devel/hs-vector: Makefile 
	devel/hs-vector/pkg: PLIST 
	devel/hscolour : Makefile 
	devel/hscolour/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:52:55

Modified files:
	devel/cpphs    : Makefile 
	devel/cpphs/pkg: PLIST-lib 
	devel/haddock  : Makefile 
	devel/haddock/pkg: PLIST-lib PLIST-main 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:53:08

Modified files:
	graphics/hs-GLUT: Makefile 
	graphics/hs-GLUT/pkg: PLIST 
	graphics/hs-OpenGL: Makefile 
	graphics/hs-OpenGL/pkg: PLIST 
	graphics/hs-cairo: Makefile 
	graphics/hs-cairo/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:53:26

Modified files:
	lang/hs-HsParrot: Makefile 
	lang/hs-HsParrot/pkg: PLIST 
	lang/hs-haskell-src: Makefile 
	lang/hs-haskell-src/pkg: PLIST 
	lang/hs-haskell-src-exts: Makefile 
	lang/hs-haskell-src-exts/pkg: PLIST 
	lang/pugs      : Makefile 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:53:44

Modified files:
	net/hs-HTTP    : Makefile 
	net/hs-HTTP/pkg: PLIST 
	net/hs-network-bytestring: Makefile 
	net/hs-network-bytestring/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:53:51

Modified files:
	security/hs-crypto: Makefile 
	security/hs-crypto/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:54:09

Modified files:
	textproc/hs-HaXml: Makefile 
	textproc/hs-HaXml/pkg: PLIST 
	textproc/hs-attoparsec: Makefile 
	textproc/hs-attoparsec/pkg: PLIST 
	textproc/hs-attoparsec-iteratee: Makefile 
	textproc/hs-attoparsec-iteratee/pkg: PLIST 
	textproc/hs-bytestring-nums: Makefile 
	textproc/hs-bytestring-nums/pkg: PLIST 
	textproc/hs-bytestring-show: Makefile 
	textproc/hs-bytestring-show/pkg: PLIST 
	textproc/hs-heist: Makefile 
	textproc/hs-heist/pkg: PLIST 
	textproc/hs-hexpat: Makefile 
	textproc/hs-hexpat/pkg: PLIST 
	textproc/hs-xml: Makefile 
	textproc/hs-xml/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:54:20

Modified files:
	www/hs-cgi     : Makefile 
	www/hs-cgi/pkg : PLIST 
	www/hs-html    : Makefile 
	www/hs-html/pkg: PLIST 
	www/hs-snap-core: Makefile 
	www/hs-snap-core/pkg: PLIST 
	www/hs-snap-server: Makefile 
	www/hs-snap-server/pkg: PLIST 
	www/hs-xhtml   : Makefile 
	www/hs-xhtml/pkg: PLIST 
	www/hs-xhtml-combinators: Makefile 
	www/hs-xhtml-combinators/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 07:55:21

Modified files:
	x11/xmonad     : Makefile 
	x11/xmonad/pkg : PLIST-lib PLIST-main 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

from kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 08:02:43

Modified files:
	x11/hs-X11     : Makefile 
	x11/hs-X11/pkg : PLIST 
	x11/hs-X11-xft : Makefile 
	x11/hs-X11-xft/pkg: PLIST 
	x11/hs-gtk/pkg : PLIST 
	x11/hs-xmonad-contrib: Makefile 
	x11/hs-xmonad-contrib/pkg: PLIST 

Log message:
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 08:21:18

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
of course, confusing prepare and depends is bad


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 08:26:36

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
give readmes to SHAREOWN/SHAREGRP


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/28 08:33:55

Log message:
    import ports/www/rackmonkey, feedback/ok jasper@. requires up-to-date
    infrastructure/mk/bsd.port.mk to fix pkg-readmes ownership.
    
    RackMonkey is a tool for managing racks of equipment such as servers
    and switches. You can keep track of what's where, which OS it runs,
    who it belongs to and what it's used for. RackMonkey quickly finds
    any device and draws a rack diagram of its location.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20101028
    
    N ports/www/rackmonkey/Makefile
    N ports/www/rackmonkey/distinfo
    N ports/www/rackmonkey/pkg/PLIST
    N ports/www/rackmonkey/pkg/DESCR
    N ports/www/rackmonkey/pkg/README
    N ports/www/rackmonkey/patches/patch-conf_rackmonkey_conf-default
    N ports/www/rackmonkey/patches/patch-doc_install_txt
    N ports/www/rackmonkey/patches/patch-conf_httpd-rackmonkey_conf
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/28 08:34:26

Modified files:
	www            : Makefile 

Log message:
+rackmonkey


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/10/28 08:41:55

Modified files:
	textproc/groff : Makefile 
Added files:
	textproc/groff/patches: patch-tmac_tmac_an 

Log message:
Increase the -man -Tascii text width from 65 to 78 characters.
Patch by millert@, see OpenBSD tmac.an rev. 1.2.
Bump.
Requested by naddy@; ok espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 08:46:56

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/files: README.OpenBSD 
	mail/zarafa/zarafa/pkg: PLIST-main 
Added files:
	mail/zarafa/zarafa/pkg: zarafa-gateway.rc zarafa-ical.rc 
	                        zarafa-monitor.rc zarafa-server.rc 
	                        zarafa-spooler.rc zarafa.rc 

Log message:
Add zarafa daemons rc scripts.
Discussed with and ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 08:47:31

Modified files:
	x11/belt       : Makefile 
Removed files:
	x11/belt/pkg   : MESSAGE 

Log message:
- remove MESSAGE which didn't add much value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 08:51:06

Modified files:
	x11/pidgin-guifications: Makefile 
Removed files:
	x11/pidgin-guifications/pkg: MESSAGE 

Log message:
...speaking of obvious MESSAGE being obvious..


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 08:54:38

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Grabber.pm Vars.pm 

Log message:
keep the output from dump-vars around, and save it in the logfile is
something bad happens.

get rid of special reporter for Vars, E= is enough, people should look
in the paths/logfile now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 08:55:47

Modified files:
	x11/qt4        : Makefile distinfo 
	x11/qt4/patches: patch-config_tests_unix_odbc_odbc_pro 
	                 patch-configure 
	                 patch-mkspecs_openbsd-g++4_qmake_conf 
	                 patch-mkspecs_openbsd-g++4_qplatformdefs_h 
	                 patch-mkspecs_openbsd-g++_qmake_conf 
	                 patch-qmake_generators_unix_unixmake2_cpp 
	                 patch-qmake_generators_unix_unixmake_cpp 
	                 patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_JSValue_h 
	                 patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_AlwaysInline_h 
	                 patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h 
	                 patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Threading_h 
	                 patch-src_3rdparty_webkit_JavaScriptCore_JavaScriptCore_pro 
	                 patch-src_3rdparty_webkit_JavaScriptCore_runtime_Collector_cpp 
	                 patch-src_3rdparty_webkit_JavaScriptCore_runtime_JSValue_h 
	                 patch-src_3rdparty_webkit_WebCore_WebCore_pro 
	                 patch-src_corelib_global_qglobal_h 
	                 patch-src_corelib_kernel_qmetaobject_cpp 
	                 patch-src_gui_itemviews_qlistview_cpp 
	                 patch-src_gui_painting_painting_pri 
	                 patch-src_gui_styles_qgtkstyle_p_cpp 
	                 patch-src_plugins_graphicssystems_trace_qgraphicssystem_trace_cpp 
	x11/qt4/pkg    : PFRAG.shared-examples PFRAG.shared-main 
	                 PLIST-examples PLIST-html PLIST-main 
Added files:
	x11/qt4/patches: 
	                 patch-src_3rdparty_webkit_JavaScriptCore_wtf_StringExtras_h 
	                 patch-src_gui_image_qmnghandler_pri 
Removed files:
	x11/qt4/patches: 
	                 patch-examples_threads_waitconditions_waitconditions_pro 
	                 patch-src_plugins_imageformats_mng_mng_pro 
	                 patch-tools_qdoc3_node_cpp 

Log message:
qt 4.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 08:56:24

Modified files:
	devel/py-sip   : Makefile distinfo 
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/pkg : PLIST-docs PLIST-main 

Log message:
minor updates, synchs with qt 4.7


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/28 09:02:41

Modified files:
	include        : dirent.h 
	lib/libc/gen   : telldir.h 
	lib/libc       : shlib_version 
	lib/libpthread : shlib_version 
	lib/libpthread/uthread: pthread_private.h 
	                        uthread_getdirentries.c 
	libexec/ld.so/alpha: syscall.h 
	libexec/ld.so/amd64: syscall.h 
	libexec/ld.so/arm: syscall.h 
	libexec/ld.so/hppa: syscall.h 
	libexec/ld.so/i386: syscall.h 
	libexec/ld.so/mips64: syscall.h 
	libexec/ld.so/powerpc: syscall.h 
	libexec/ld.so/sh: syscall.h 
	libexec/ld.so/sparc: syscall.h 
	libexec/ld.so/sparc64: syscall.h 
	share/man/man5 : dir.5 
	sys/kern       : syscalls.master vfs_syscalls.c 
	usr.bin/cvs    : file.c update.c 
	usr.bin/diff   : diffdir.c 

Log message:
Change basep parameter of getdirentries() to be off_t *, not long *
so it works correctly with large offsets (and matches other systems).
This requires adding a new getdirentries syscall, with the old one
renamed to ogetdirentries.  All in-tree consumers of getdirentries()
have been updated.  Bump libc and libpthread major numbers.
OK and with deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/28 09:03:51

Modified files:
	sys/kern       : init_sysent.c syscalls.c 
	sys/sys        : syscall.h syscallargs.h 

Log message:
Regen for new getdirentries.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/28 09:04:03

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.loongson md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 09:08:50

Modified files:
	usr.bin/rcs    : merge.1 

Log message:
grammar tweak; from Michael W. Bombardieri


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 09:12:50

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST cupsd.rc 
Removed files:
	print/cups/files: cups-disable cups-enable 

Log message:
Merge the cups-enable and cups-disable scripts into the rc script.
idea from and ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/28 09:12:57

Modified files:
	x11/xfce4/thunar: Makefile 
Added files:
	x11/xfce4/thunar/patches: patch-thunar-vfs_thunar-vfs-os-bsd_c 

Log message:
handle getdirentries basep type change, ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/28 09:36:37

Modified files:
	etc/rc.d       : rc.subr 

Log message:
add $


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/28 10:07:34

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
improve look of ;; in a for loop


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/28 10:07:53

Modified files:
	sys/dev/usb    : usbf.c 

Log message:
cleanup ;;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/28 10:08:11

Modified files:
	usr.bin/systat : pftop.c 

Log message:
cleanup ;;


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/28 10:10:24

Log message:
    Import py-last, last.fm library for python.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101028
    
    N ports/audio/py-last/Makefile
    N ports/audio/py-last/distinfo
    N ports/audio/py-last/pkg/DESCR
    N ports/audio/py-last/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/28 10:11:54

Log message:
    Import mpd-add-similar - tool to add similar tracks to your mpd playlist.
    
    OK, sthen@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20101028
    
    N ports/audio/mpd-add-similar/Makefile
    N ports/audio/mpd-add-similar/distinfo
    N ports/audio/mpd-add-similar/pkg/DESCR
    N ports/audio/mpd-add-similar/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/28 10:13:03

Modified files:
	lib            : Makefile 

Log message:
unlink libdes src/ports users have been switched to libcrypto


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/28 10:14:03

Modified files:
	audio          : Makefile 

Log message:
link mpd-add-similar and py-last.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/28 10:20:14

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.palm md.socppc md.sparc 
	                         md.sparc64 md.zaurus mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/10/28 10:23:00

Removed files:
	lib/libdes     : COPYRIGHT MODES.DES Makefile README VERSION 
	                 cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64ede.c 
	                 cfb64enc.c cfb_enc.c des.c des.doc des_crypt.3 
	                 des_enc.c des_locl.h des_locl.org des_opts.c 
	                 ecb3_enc.c ecb_enc.c ede_enc.c enc_read.c 
	                 enc_writ.c fcrypt.c ncbc_enc.c ofb64ede.c 
	                 ofb64enc.c ofb_enc.c options.txt pcbc_enc.c 
	                 podd.h qud_cksm.c rand_key.c read_pwd.c 
	                 rnd_keys.c rpc_enc.c set_key.c shlib_version 
	                 sk.h spr.h str2key.c supp.c xcbc_enc.c 
	lib/libdes/asm : des-som2.pl des-som3.pl des586.pl des686.pl 
	                 desboth.pl dx86-cpp.s dx86unix.cpp readme 
	                 win32.asm win32.uu x86ms.pl x86unix.pl 

Log message:
remove libdes src/ports users have been switched to libcrypto


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/28 10:28:56

Modified files:
	sys/kern       : uipc_mbuf.c 
	sys/sys        : mbuf.h 

Log message:
Add m_print() a function to print mbuf headers. Can be called from ddb
with an mbuf pointer as argument to see the contents of it.
OK thib@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/28 10:31:07

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
this can't be right, as it takes out check_for_loops entirely...
(fixes cyrus-sasl install/updates, but not deinstall yet)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/28 10:36:16

Modified files:
	sys/netinet    : ip_ether.c 

Log message:
Normalize mbuf after prepending space for the header since the data
in the mbuf my be improperly aligned. Whenever a function is
reinjecting packets from low level output functions into high level
output functions (like ip_output) it must be guaranteed that the
mbuf data is properliy aligned.
OK blambert@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 10:38:50

Removed files:
	infrastructure/build: dpb 

Log message:
byebye, you served us well


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/28 10:40:48

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
not needed any longer


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/10/28 11:18:35

Modified files:
	sys/net        : route.h rtsock.c 

Log message:
Do not send route messages to userland processes that the kernel
rejects because of bad encoding. Userland processes trust that the
messages on the rtsock are correctly encoded. Moved some checks up
to do the suser() check as soon as possible.
After discussion with deraadt@, OK deraadt@ and sthen@ (earlier version)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 11:21:41

Modified files:
	share/man/man3 : intro.3 

Log message:
remove the libdes entry;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 11:55:04

Modified files:
	share/man/man7 : environ.7 hier.7 

Log message:
no more nroff or refer;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:11:31

Modified files:
	share/man/man7 : intro.7 

Log message:
update this page to reflect reality;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:13:52

Modified files:
	share/man/man7 : mandoc_char.7 

Log message:
no more groff;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:21:20

Modified files:
	usr.sbin/apmd  : apmd.8 

Log message:
wording clarification; from Jan Stary
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:27:29

Modified files:
	share/man/man9 : vcount.9 vget.9 vput.9 vref.9 vrele.9 

Log message:
knock out some "-*- nroff -*-" lines;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:33:29

Modified files:
	usr.bin/getopt : getopt.1 
	usr.bin/ssh    : scp.1 ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5 
	                 sshd.8 sshd_config.5 

Log message:
knock out some "-*- nroff -*-" lines;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 12:34:44

Modified files:
	usr.sbin/pppd/chat: chat.8 

Log message:
knock out some "-*- nroff -*-" lines;


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/28 13:00:57

Modified files:
	sys/net        : if_bridge.c 

Log message:
Fix a 'bstp still active' panic that happens if a stp enabled
interface is destroyed while in the bridge.  Fixed by using
bridge_delete() which includes the missing bstp_delete() call: Less
code and more consistency.  Also fix SIOCBRDGDEL to return an error
if an interface can not be found.
OK claudio, markus.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/28 13:38:11

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 14:43:49

Modified files:
	net/avahi      : Makefile 
	net/avahi/pkg  : PLIST-main 
Added files:
	net/avahi/pkg  : avahi_daemon.rc avahi_dnsconfd.rc 
Removed files:
	net/avahi/pkg  : avahi-daemon.rc avahi-dnsconfd.rc 

Log message:
After discussion with robert and ingo, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 14:45:19

Modified files:
	usr.bin/deroff : deroff.1 

Log message:
adjust text to avoid referencing non-existent pages;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/28 14:46:02

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: PLIST-main 
Added files:
	mail/zarafa/zarafa/pkg: zarafa_gateway.rc zarafa_ical.rc 
	                        zarafa_monitor.rc zarafa_server.rc 
	                        zarafa_spooler.rc 
Removed files:
	mail/zarafa/zarafa/pkg: zarafa-gateway.rc zarafa-ical.rc 
	                        zarafa-monitor.rc zarafa-server.rc 
	                        zarafa-spooler.rc 

Log message:
After discussion with robert and ingo, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 14:49:01

Modified files:
	net/snort      : Makefile 

Log message:
- add a working master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 14:59:05

Modified files:
	net/munin      : Makefile 
	net/munin/pkg  : PLIST-main 
Added files:
	net/munin/pkg  : munin_node.rc 
Removed files:
	net/munin/pkg  : munin-node.rc 

Log message:
After discussion with robert and ingo, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/28 15:03:33

Modified files:
	etc/rc.d       : rc.subr 

Log message:
After discussing with Ingo and Antoine we decided to rename
files to not include -. This way we can easily overwrite
daemon flags from rc.conf.local.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 15:09:52

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
- remove "suspicious empty line" emacs whines about


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/10/28 15:10:07

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : PLIST 
Added files:
	x11/dbus/pkg   : dbus_daemon.rc 
Removed files:
	x11/dbus/pkg   : dbus-daemon.rc 

Log message:
After discussion with $french and $german, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/28 15:15:50

Modified files:
	usr.sbin/smtpd : mfa.c parse.y queue_shared.c runner.c 
	                 smtpd.conf.5 smtpd.h 

Log message:
teach smtpd how to handle per-rule delays for message expiry, this allows
some rules to have a longer expiry delay than the default:

accept for [...] relay expire 8d  # will stay 8 days in queue

I added the man page bits so I don't forget but I need to reword it a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 15:18:03

Modified files:
	usr.bin/man    : man.conf.5 

Log message:
rewrite EXAMPLES, so that it makes a bit more sense;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 15:32:54

Modified files:
	usr.bin/file   : file.1 
	usr.bin/fmt    : fmt.1 
	usr.bin/less   : less.1 
	usr.bin/spell  : spell.1 
	usr.bin/talk   : talk.1 
	usr.bin/write  : write.1 

Log message:
more roff adjustments;


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/10/28 15:36:45

Modified files:
	etc/rc.d       : rc.subr 

Log message:
remove my debug printf


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 15:38:16

Modified files:
	share/man/man7 : hier.7 

Log message:
document /etc/rc.d; description from ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 15:47:23

Modified files:
	net/ejabberd   : Makefile 
	net/ejabberd/pkg: MESSAGE PLIST 
Added files:
	net/ejabberd/pkg: README 
Removed files:
	net/ejabberd/files: README.OpenBSD 

Log message:
- switch to new READMEs


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/28 15:51:02

Modified files:
	usr.sbin/lpr/lpd: lpd.8 
	usr.sbin/lpr/lpr: lpr.1 

Log message:
more roff removal;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/28 16:14:54

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
Readd missing space before "on $hostname"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/10/28 16:15:36

Modified files:
	databases/ruby-do_sqlite3: Makefile 

Log message:
Update for the new ruby.port.mk to add the ruby18 WANTLIB back. I've
already prepared an update for this, but it hasn't been approved yet,
and this port needs to be working in the meantime.  Since it's
possible someone could have built the port since the ruby.port.mk
change, bump for safety.

ok naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 16:16:31

Modified files:
	x11/gtk2-rezlooks-engine: Makefile 

Log message:
- missed bump, spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 16:19:03

Modified files:
	infrastructure/bin: libtool 

Log message:
- revert libtool to -r1.16, as -r1.17 breaks at least dynamips, lftp and
silc-server.

found by landry@ and myself the hardway

ok sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 16:20:59

Modified files:
	databases/db   : Makefile.inc 
	databases/db/v3: Makefile 
	databases/db/v4: Makefile 

Log message:
- switch back to gnu libtool after recent libtool revert

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/28 16:33:43

Modified files:
	usr.sbin/pkg_add: pkg_add.1 
	usr.sbin/pkg_add/OpenBSD: Replace.pm 

Log message:
:-P


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/28 16:33:42

Log message:
    initial import of audio/lmms
    
    LMMS is a music production program.  This includes the creation of
    melodies and beats, the synthesis and mixing of sounds, and arrangement
    of samples.  You can have fun with your MIDI keyboard and much more.
    
    Features:
    
    * Song Editor for composing songs
    * A Beat+Bassline Editor for creating beats and basslines
    * An easy to use Piano Roll for editing patterns and melodies
    * An FX mixer with 64 FX channels and arbitrary number of effects
    allow unlimited mixing possibilities
    * Many powerful instrument and effects plugins out of the box
    * Full user defined track based automation and computer controlled
    automation sources
    * Compatible with many standards such as SoundFont2, LADSPA, and full
    MIDI support
    * Import of MIDI and FLP (Frootyloops Project) files
    
    import requested by armani@, some midi bits improved by ratchov@,
    reviewed by ratchov@ and stsp@ "why isn't that imported yet" from
    several
    
    Status:
    
    Vendor Tag:	jakemsr
    Release Tags:	jakemsr-p2k10
    
    N ports/audio/lmms/Makefile
    N ports/audio/lmms/distinfo
    N ports/audio/lmms/patches/patch-src_core_main_cpp
    N ports/audio/lmms/patches/patch-CMakeLists_txt
    N ports/audio/lmms/patches/patch-src_gui_setup_dialog_cpp
    N ports/audio/lmms/patches/patch-src_core_mixer_cpp
    N ports/audio/lmms/patches/patch-lmmsconfig_h_in
    N ports/audio/lmms/patches/patch-plugins_zynaddsubfx_CMakeLists_txt
    N ports/audio/lmms/patches/patch-include_RemotePlugin_h
    N ports/audio/lmms/pkg/PLIST
    N ports/audio/lmms/pkg/DESCR
    N ports/audio/lmms/files/AudioSndio.cpp
    N ports/audio/lmms/files/MidiSndio.h
    N ports/audio/lmms/files/MidiSndio.cpp
    N ports/audio/lmms/files/FindSndio.cmake
    N ports/audio/lmms/files/AudioSndio.h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/28 16:34:47

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/pkg: PLIST 
	emulators/qemu-old: Makefile 
	emulators/qemu-old/pkg: PLIST 

Log message:
remove bogus conflict markers and bump, problem noticed by henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/10/28 16:38:38

Modified files:
	audio          : Makefile 

Log message:
+ lmms


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/28 16:39:44

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Let pkg/README-subpackage work, before this we looked for README--subpackage.
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/28 16:42:45

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/pkg: PLIST 
Added files:
	x11/gnome/session/pkg: README 
Removed files:
	x11/gnome/session/files: README.OpenBSD 

Log message:
- newstyle README

ok hobbit@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/28 16:50:49

Modified files:
	sys/arch/octeon/conf: GENERIC RAMDISK files.octeon 

Log message:
Inital commit of PCI and SATA support for OCTEON


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/10/28 16:52:10

Modified files:
	sys/arch/octeon/dev: obio.c 
	sys/arch/octeon/include: bus.h 
Added files:
	sys/arch/octeon/dev: octeon_bus_space.c octeon_pcibus.c 
	                     octeon_pcibus.h octeon_pcibus_irq.h 
	                     octeon_pcibusvar.h 
	sys/arch/octeon/include: pci_machdep.h 
	sys/arch/octeon/octeon: pciide_machdep.c 

Log message:
Inital commit of PCI and SATA support for OCTEON


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/10/28 17:17:30

Modified files:
	x11/bgs        : Makefile 

Log message:
Take MAINTAINER
"do it" phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/28 17:25:39

Log message:
    import gshisen: a gnustep based board game:
    
    pkg/DESCR:
    GShisen is the first GNUstep game!  The object of the game is to remove
    all tiles from the field.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101029
    
    N ports/x11/gnustep/gshisen/Makefile
    N ports/x11/gnustep/gshisen/distinfo
    N ports/x11/gnustep/gshisen/pkg/DESCR
    N ports/x11/gnustep/gshisen/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/28 17:26:41

Modified files:
	x11/gnustep    : Makefile 

Log message:
hook up gshisen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/10/28 17:38:10

Modified files:
	geo/merkaartor : Makefile 

Log message:
Add build dependency to boost.

being guest of ladry here ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 17:45:59

Modified files:
	infrastructure/bin: libtool 

Log message:
undo revert


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 17:48:40

Modified files:
	infrastructure/bin: libtool 

Log message:
check that we really have pic objects to pass, otherwise fall back to nonpic.
this is a quick fix, to be done a bit cleaner later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/28 17:50:15

Modified files:
	infrastructure/bin: libtool 

Log message:
move mkdir out of if block so we avoid an error when it tries to write an
objectlist in there


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/28 18:27:01

Modified files:
	faq            : current.html 

Log message:
the amd64/i386 instructions will be going away soon, so dup 'em here.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/28 19:37:07

Modified files:
	faq            : index.html 

Log message:
sync with article, mac68k section removed


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2010/10/28 21:43:35

Modified files:
	sys/net        : bpf.h 

Log message:
Align to 32-bits instead of sizeof(long) which may be bigger. There is no
practical value of aligning things to 64-bit and waste more space then
necessary on some architectures.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/28 23:36:25

Modified files:
	usr.bin/stat   : stat.c 

Log message:
Include the octet of the mode that contains the setuid/setgid/sticky bits
in the output format used for the -x option.

Problem observed by LEVAI Daniel


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 01:35:18

Modified files:
	distrib/special/more: more.1 

Log message:
nroff->mandoc; ok schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/29 01:43:09

Modified files:
	distrib/miniroot: install.sh 

Log message:
for late TZ handling, place the temporarily tzlist file into /mnt/tmp
(which has already been mounted).
discussed with halex


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 01:58:04

Modified files:
	usr.bin/col    : col.1 

Log message:
various fixes, mostly concerning the recent groff removal,
as suggested by ingo;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 02:02:05

Modified files:
	usr.bin/ul     : ul.1 

Log message:
some fixes from ingo regarding the recent groff removal;


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/29 02:29:14

Modified files:
	sysutils/ns4   : Makefile 

Log message:
fix homepage

pointed out by Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 02:37:45

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
Update to ffx-i18n 3.6.12, reminded by a diff from robert at openbsd dot
pap dot st.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 02:38:08

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
Update to tb-i18n 3.1.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/29 02:50:38

Modified files:
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/patches: patch-gcc_config_alpha_openbsd_h 
	                      patch-gcc_config_gcc 
Added files:
	lang/gcc/4.2/patches: patch-gcc_config_alpha_alpha_c 
	                      patch-gcc_config_alpha_alpha_md 
	                      patch-gcc_config_alpha_alpha_opt 

Log message:
add the bits to actually support the alpha arch, but don't enable yet


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/10/29 03:16:03

Modified files:
	share/man/man7 : packages.7 

Log message:
talk about pkg-readmes and /etc/rc.d


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/10/29 03:16:08

Modified files:
	usr.sbin/smtpd : lka.c mfa.c mta.c parse.y smtpd.conf.5 smtpd.h 

Log message:
smtpd no longer knows a map called "secrets" which holds credentials for
authenticated relaying. one can create many maps holding credentials and
name them however he/she wants, just like any other map.

teach smtpd how to select a credentials map at the rule-level allowing a
setup to relay through the same MX with different credentials depending
on the source.

smtpd.conf.5 updated to reflect changes with help from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 03:20:06

Modified files:
	x11/gnome/genius: Makefile 

Log message:
jasper@ gave me a hint that this may actually work now, and it does, so
remove BROKEN and regen WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 03:26:58

Modified files:
	mail/cyrus-imapd: Makefile distinfo 
	mail/cyrus-imapd/patches: patch-configure 
	mail/cyrus-imapd/pkg: PLIST-main PLIST-perl 
Added files:
	mail/cyrus-imapd/patches: patch-imap_annotate_c 
	                          patch-imap_duplicate_c 
	                          patch-imap_mailbox_c 
	                          patch-imap_mbdump_c 
	                          patch-imap_mbexamine_c 
	                          patch-imap_seen_db_c 
	                          patch-imtest_imtest_c 
	                          patch-lib_auth_pts_c 
	                          patch-lib_auth_pts_c.orig 
	                          patch-lib_prot_c 
	                          patch-notifyd_notify_mailto_c 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 

Log message:
Update to cyrus-imapd-2.4.2 and add an rc script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/29 03:40:41

Modified files:
	net/samba      : Makefile 
	net/samba/pkg  : MESSAGE-main PLIST-main 
Added files:
	net/samba/pkg  : README-main 
Removed files:
	net/samba/files: README.OpenBSD 

Log message:
convert to new pkg-readmes. This one keeps a MESSAGE because it says
something.
(wanted to check multi-packages...)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 03:41:55

Modified files:
	graphics/agg   : Makefile 

Log message:
add gnu libtool to build_depends, fixes build on clean box


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/29 03:54:50

Modified files:
	net/onioncat   : Makefile 

Log message:
- add $V and fix MASTER_SITES accordingly


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 03:57:00

Modified files:
	graphics/agg   : Makefile 

Log message:
add comment stating that it needs libtoolize


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 03:57:15

Modified files:
	faq            : faq10.html 

Log message:
Add a small entry about timezone and chrooted httpd(8).

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/29 04:22:14

Modified files:
	infrastructure/bin: make-plist 

Log message:
big fucking hack to the FULLPKGNAME\- problem, until I clean it up for real...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/10/29 04:36:08

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Referring to terms explained in other manuals, always use .Xr.
Otherwise, hyperlinks can't be produced and people will likely
miss the additional information available.
Requested by deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/10/29 04:37:48

Modified files:
	devel/libev    : Makefile 

Log message:
- make this fetchable again


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/29 05:51:42

Modified files:
	infrastructure/lib/DPB: Core.pm Engine.pm 
	infrastructure/bin: dpb 

Log message:
engine improvements:
- if several cores are available, recheck errors, so that we're not stuck
waiting for a core to finish to start new shit.
- $logdir/stop-<machine_name> allows you to stop a given machine while
you clean it up and (possibly) restart it (e.g., won't start new jobs)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 05:59:22

Modified files:
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/patches: patch-etc_smtp-vilter_smtp-vilter_conf 
	mail/smtp-vilter/pkg: PLIST 
Added files:
	mail/smtp-vilter/pkg: smtp_vilter.rc 
Removed files:
	mail/smtp-vilter/pkg: MESSAGE 

Log message:
Move to REVISION and new DEPENDS.
Add some saner defaults so that it works out of the box.
Add an rc script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/29 06:00:14

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Add the http://ftp.cpan.org/ redirector to the top of MASTER_SITE_PERL_CPAN
and drop some 16 of the mirrors, saving a lot of time when a distfile has
been removed. ok espie@ dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 06:06:45

Modified files:
	libexec/makewhatis: makewhatis.8 

Log message:
more nroff removal, with tweaks from (and ok) schwarze;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 06:27:21

Modified files:
	games/hack     : hack.6 

Log message:
remove the "-*- nroff -*-" lines;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/29 06:35:00

Modified files:
	infrastructure/lib/DPB: Vars.pm 

Log message:
refactor to make most of it reusable to e.g., make print-package-signature


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 06:41:58

Modified files:
	net/ejabberd   : Makefile 
	net/ejabberd/pkg: README 
	net/samba      : Makefile 
	net/samba/pkg  : README-main 
	x11/gnome/session: Makefile 
Removed files:
	net/ejabberd/pkg: MESSAGE 
	x11/gnome/session/pkg: MESSAGE 

Log message:
Add RCS IDs and remove useless MESSAGEs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 06:42:52

Modified files:
	graphics/p5-Image-ExifTool: Makefile 
	graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
Remove bogus dir.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/29 06:43:09

Modified files:
	lib/libc/rpc   : rpc.3 

Log message:
- the nroff workaround is no longer needed
- use some Fn and \*(Gt


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 06:44:06

Modified files:
	x11/xfce4/exo  : Makefile 
	x11/xfce4/orage: Makefile 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/xfce4-dict: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfdesktop: Makefile 
	x11/xfce4/xfmpc: Makefile 

Log message:
Remove USE_GROFF, those manpage just display fine with mandoc(1).
Thanks ingo for showing me how to check it..


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/29 06:45:45

Modified files:
	net/rrdtool    : Makefile 
Removed files:
	net/rrdtool/patches: patch-configure 

Log message:
set RUBY=${RUBY} in the environment rather than patching configure.
ok jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 06:45:57

Modified files:
	www/rackmonkey : Makefile 
	www/rackmonkey/pkg: README 
	www/statusnet  : Makefile 
	www/statusnet/pkg: README 

Log message:
Add RCS IDs.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/10/29 06:51:53

Modified files:
	usr.sbin/bgpd  : control.c 

Log message:
malloc -> calloc for ctl_conn
pt out by cppcheck/jasper, ok sthen claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 06:54:44

Modified files:
	audio/mpd      : Makefile 
	audio/mpd/pkg  : mpd.rc 
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: saned.rc 
	net/munin      : Makefile 
	net/munin/pkg  : munin_node.rc 
	net/avahi      : Makefile 
	net/avahi/pkg  : avahi_daemon.rc avahi_dnsconfd.rc 
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/pkg: smtp_vilter.rc 
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: zarafa.rc zarafa_gateway.rc 
	                        zarafa_ical.rc zarafa_monitor.rc 
	                        zarafa_server.rc zarafa_spooler.rc 
	print/cups     : Makefile 
	print/cups/pkg : cupsd.rc 
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: saslauthd.rc 
	x11/dbus       : Makefile 
	x11/dbus/pkg   : dbus_daemon.rc 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Add RCS IDs to rc scripts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 06:59:03

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : PLIST 
Added files:
	x11/dbus/pkg   : README 
Removed files:
	x11/dbus/pkg   : MESSAGE 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/29 07:53:35

Modified files:
	net/libbgpdump : Makefile distinfo 
	net/libbgpdump/patches: patch-bgpdump_lib_c patch-cfile_tools_c 
	                        patch-configure 
	net/libbgpdump/pkg: PLIST 
Removed files:
	net/libbgpdump/patches: patch-Makefile_in 

Log message:
update to 1.4.99.13, looks okay to phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/29 08:47:15

Modified files:
	usr.bin        : Makefile 
Removed files:
	usr.bin/colcrt : Makefile colcrt.1 colcrt.c 
	usr.bin/checknr: Makefile checknr.1 checknr.c 

Log message:
Remove colcrt and checknr.  colcrt is only useful on very old
terminals and checknr has been subsumed by "mandoc -Tlint".
OK deraadt@ jmc@ schwarze@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 09:05:28

Modified files:
	sysutils/system-tools-backends: Makefile 
Added files:
	sysutils/system-tools-backends/patches: patch-Init_Services_pm 

Log message:
Start work to implement services. Not working yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/29 09:07:25

Modified files:
	x11/gnome/system-tools: Makefile 
	x11/gnome/system-tools/pkg: PLIST 

Log message:
Regen PLIST and WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/10/29 09:36:06

Removed files:
	usr.bin/soelim : Makefile soelim.1 soelim.c 

Log message:
soelim is no longger needed now that nroff/troff is not in base


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/10/29 09:58:44

Modified files:
	.              : INDEX 

Log message:
p2k10's tearing down... w/ 6600 unzels.
433 insertions(+), 405 deletions(-)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/29 11:49:37

Modified files:
	usr.bin/cvs    : diff3.c rcsparse.c trigger.c 

Log message:
Nuke some unused variables and remove an unnecessary call to dirname().

From Michael W Bombardieri via ray@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/29 12:58:41

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/29 14:11:57

Modified files:
	usr.bin/tmux   : cmd-list.c cmd.c tmux.h 

Log message:
We now send argv to the server after parsing it in the client to get the
command, so the client should not modify it. Instead, take a copy. Fixes
parsing command lists, reported by mcbride@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/10/29 22:17:07

Modified files:
	sys/kern       : kgdb_stub.c 

Log message:
don't abuse lvalues, reported by Amit Kulkarni.
(actually using KGDB remains as suspect as ever)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/30 04:35:09

Modified files:
	infrastructure/lib/DPB: Grabber.pm Vars.pm 

Log message:
simplify parameter passing slightly


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/30 05:19:38

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Engine.pm Grabber.pm PortBuilder.pm 

Log message:
proof-of-concept implementation of -R (rebuild when signature changes).
Somewhat inefficient (deep check of package vs port signature).
More proper approach would be to tell the engine to always build, have first
step be a check for signature if the package exist, and abort if it matches:
- here we double check everything
- propagating rebuilds means non-uptodate packages give rise to non uptodate.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/30 05:36:07

Modified files:
	infrastructure/lib/DPB: Grabber.pm PortBuilder.pm Vars.pm 

Log message:
don't cheat, we have to make clean=package to avoid side-effects with
arch-independent packages.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 05:44:18

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
use hw sequence numbering for non-QoS frames


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 05:46:47

Modified files:
	sys/dev/usb    : if_otus.c if_run.c 

Log message:
use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check
if interface was attached.
both are correct but this is for consistency with other drivers.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 05:47:53

Modified files:
	sys/dev/usb    : if_run.c if_otus.c 

Log message:
don't release the node twice if tx() fails


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 05:52:29

Modified files:
	sys/dev/usb    : if_run.c if_otus.c 

Log message:
always decrement the number of xfers queued in txeof() even
if transfer failed.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 05:59:05

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
no need to compute hdrlen in (), it is not used.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/30 08:06:54

Modified files:
	fr             : ftp.html hackathons.html want.html 
	nl             : ftp.html 
	openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/30 09:36:32

Modified files:
	libexec/ld.so  : util.c 

Log message:
fix a 10 year old bug in the memory allocator, which affected only sparc.
sparc has 4 byte long, but needs 8 byte alignment.  recently the DIR
struct was changed to contain some off_t, which needs 8 byte alignment.
turns out the allocator calculated the bias for alignment, and then
subtracted out it's private linkage storage afterwards.  on hppa this
worked because a 8-byte object can be loaded at a 4-byte boundary; on
all other architectures the situation was either 4/4 or 8/8.
thanks for a bit of help from drahn


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/30 10:52:22

Modified files:
	faq            : upgrade-old.html 

Log message:
roll-in 4.7->4.8 stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/30 11:08:21

Modified files:
	net/cvsync     : Makefile 

Log message:
mdoc(7) manuals, no need for groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/30 11:27:04

Modified files:
	archivers/libarchive: Makefile 
	archivers/libarchive/pkg: PLIST 
Removed files:
	archivers/libarchive/patches: patch-Makefile_in 

Log message:
don't preformat the man pages now that man(1) calls mandoc(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/10/30 12:03:43

Modified files:
	sys/dev/usb    : if_run.c if_otus.c 

Log message:
in otus, tx() can return on error without releasing the node
so release the node in the caller (if_start) instead and do
the same in run(4) for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2010/10/30 14:14:54

Modified files:
	audio/midish   : Makefile distinfo 

Log message:
update to 1.0.4 which fixes bugs. Also remove USE_GROFF (man
pages are fine for mandoc), and remove REVISION (requested by
sthen).

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/30 15:14:00

Modified files:
	sysutils/monit : Makefile 
	sysutils/monit/patches: patch-process_sysdep_OPENBSD_c 

Log message:
use kvm_getproc2, ok maintainer Ben Lovett.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/10/30 15:16:58

Modified files:
	sys/dev/pci    : envy.c 

Log message:
tweak gpio pins of julia cards to select the correct multiplier for
the ADC frequency. Fixes high frequencies being removed (probably
ADC running at half the frequency and samples being duplicated).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/10/30 15:18:19

Modified files:
	benchmarks/bytebench: Makefile 

Log message:
switch to a working MASTER_SITES; Onteria on ports@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/30 16:05:43

Modified files:
	net/transmission: Makefile 

Log message:
oops, obsolete USE_X11 snuck back in; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/30 16:48:03

Modified files:
	distrib/miniroot: install.sh 

Log message:
for the user, create a matching group and put the user in there by default; ok halex guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/30 17:00:28

Modified files:
	databases/sqlports: Makefile 

Log message:
fix. stupid. me.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/10/30 17:06:05

Modified files:
	usr.bin/netstat: atalk.c inet.c main.c netstat.1 netstat.h 
	                 unix.c 

Log message:
Print socket structure internals when netstat -P pcbaddr is called
with -v.  Also netstat -P supports more than TCP now.
ok markus@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/10/30 17:14:15

Modified files:
	databases/db   : Makefile.inc 
	databases/db/v3: Makefile 
	databases/db/v4: Makefile 

Log message:
switch back to openbsd libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/30 18:03:44

Modified files:
	sys/kern       : kern_fork.c 

Log message:
The return of rfork(RFTHREAD) must be consistent with getthrid().
Fixes rthread breakage observed by Vladimir Kirillov.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/30 23:39:13

Modified files:
	x11/gnome/mag  : Makefile distinfo 
	x11/gnome/mag/patches: patch-docs_reference_Makefile_in 

Log message:
Bugfix update to gnome-mag-0.16.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2010/10/31 01:40:03

Modified files:
	usr.sbin/nsd   : nsd.conf.5 

Log message:
cant start a line with a single quote. ok @schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/31 01:43:44

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in patch-base_codes_py 
	                     patch-base_utils_py patch-configure 
	                     patch-io_hpmud_musb_c patch-prnt_cups_py 
	                     patch-setup_py patch-ui4_devmgr5_py 
	print/hplip/pkg: PLIST-hpijs 

Log message:
Update to hplip-3.10.9 and move to new REVISION.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/31 02:40:22

Modified files:
	.              : 48.html 

Log message:
Small spelling fix


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/10/31 02:58:12

Modified files:
	.              : plus.html 

Log message:
Upto 10/24


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/31 03:31:06

Modified files:
	geo/py-proj    : Makefile distinfo 
	geo/py-proj/pkg: PLIST 

Log message:
- update py-proj to 1.8.8
- regen PLIST

ok landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:34:57

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:37:45

xenocara/proto/bigreqsproto/specs

Update of /cvs/xenocara/proto/bigreqsproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv11191/specs

Log Message:
Directory /cvs/xenocara/proto/bigreqsproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:38:20

Modified files:
	proto/bigreqsproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/bigreqsproto: INSTALL README 
	proto/bigreqsproto/specs: Makefile.am bigreq.xml 

Log message:
Update to bigreqsproto 1.1.1. no functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:44:35

Modified files:
	proto/compositeproto: COPYING ChangeLog INSTALL Makefile.am 
	                      Makefile.in aclocal.m4 composite.h 
	                      compositeproto.h configure configure.ac 
	                      install-sh missing 
Added files:
	proto/compositeproto: config.guess config.sub 

Log message:
Update to compositeproto 0.4.2. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:46:29

Modified files:
	proto/damageproto: ChangeLog INSTALL Makefile.am README 
	                   configure.ac 
Removed files:
	proto/damageproto: autogen.sh 

Log message:
Update to damageproto 1.2.1. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:48:53

Modified files:
	proto/fixesproto: COPYING ChangeLog INSTALL Makefile.am README 
	                  configure.ac xfixesproto.h xfixeswire.h 

Log message:
Update to fixesproto 4.1.2. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:50:34

xenocara/proto/fontsproto/specs

Update of /cvs/xenocara/proto/fontsproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv4082/specs

Log Message:
Directory /cvs/xenocara/proto/fontsproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:51:11

Modified files:
	proto/fontsproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/fontsproto: INSTALL README 
	proto/fontsproto/specs: Makefile.am fsproto.xml 

Log message:
Update to fontsproto 2.1.1. No functionnal change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/10/31 03:51:39

Modified files:
	security/cracklib: Makefile distinfo 
	security/cracklib/pkg: PLIST 

Log message:
- update cracklib to 2.8.18
- regen PLIST


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:53:10

Modified files:
	proto/randrproto: ChangeLog Makefile.am configure.ac 
	                  randrproto.txt 
Added files:
	proto/randrproto: INSTALL README 

Log message:
Update to randrproto 1.3.2. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:56:00

xenocara/proto/recordproto/specs

Update of /cvs/xenocara/proto/recordproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv26065/specs

Log Message:
Directory /cvs/xenocara/proto/recordproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:56:49

Modified files:
	proto/recordproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/recordproto: INSTALL README 
	proto/recordproto/specs: Makefile.am record.xml 

Log message:
Update to recordproto 1.14.1. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:58:08

xenocara/proto/scrnsaverproto/specs

Update of /cvs/xenocara/proto/scrnsaverproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv18739/specs

Log Message:
Directory /cvs/xenocara/proto/scrnsaverproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 03:58:43

Modified files:
	proto/scrnsaverproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/scrnsaverproto: INSTALL README 
	proto/scrnsaverproto/specs: Makefile.am saver.xml 

Log message:
Update to scrnsaverproto 1.2.1. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 04:01:17

xenocara/proto/xcmiscproto/specs

Update of /cvs/xenocara/proto/xcmiscproto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv18155/specs

Log Message:
Directory /cvs/xenocara/proto/xcmiscproto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 04:01:49

Modified files:
	proto/xcmiscproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/xcmiscproto: INSTALL README 
	proto/xcmiscproto/specs: Makefile.am xc-misc.xml 

Log message:
Update to xcmiscproto 1.2.1. No functionnal changes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 04:19:43

Modified files:
	lib/libFS      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac ltmain.sh 
	lib/libFS/src  : Makefile.in 

Log message:
Update to libFS 1.0.3. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 04:24:17

Modified files:
	lib/libXRes    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXRes/include/X11/extensions: XRes.h 
	lib/libXRes/man: Makefile.am Makefile.in 
	lib/libXRes/src: Makefile.am Makefile.in XRes.c 
Added files:
	lib/libXRes/man: XResQueryClientPixmapBytes.man 
	                 XResQueryClientResources.man 
	                 XResQueryClients.man XResQueryExtension.man 
	                 XResQueryVersion.man 

Log message:
Update to libXres 1.0.5. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 04:32:44

Modified files:
	lib/libXScrnSaver: ChangeLog INSTALL Makefile.am Makefile.in 
	                   aclocal.m4 configure configure.ac 
	lib/libXScrnSaver/include/X11/extensions: scrnsaver.h 
	lib/libXScrnSaver/man: Makefile.am Makefile.in Xss.man 
	lib/libXScrnSaver/src: Makefile.am Makefile.in XScrnSaver.c 
Added files:
	lib/libXScrnSaver/man: XScreenSaverAllocInfo.man 
	                       XScreenSaverGetRegistered.man 
	                       XScreenSaverQueryExtension.man 
	                       XScreenSaverQueryInfo.man 
	                       XScreenSaverQueryVersion.man 
	                       XScreenSaverRegister.man 
	                       XScreenSaverSelectInput.man 
	                       XScreenSaverSetAttributes.man 
	                       XScreenSaverSuspend.man 
	                       XScreenSaverUnregister.man 
	                       XScreenSaverUnsetAttributes.man 

Log message:
Update to libXScrnSaver 1.2.1. No functionnal change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/10/31 05:07:20

Modified files:
	infrastructure/man/man1: dpb.1 
	infrastructure/lib/DPB: Engine.pm 
	infrastructure/bin: dpb 

Log message:
new file/option: save dependencies and be able to reuse them.
makes for a "quick listing" of the most important ports first (e.g., groff).
document -R, even though it's not perfect yet.
flesh out all the recent parts and update the BUGS AND LIMITATIONS section.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 05:29:24

xenocara/lib/libXaw/specs

Update of /cvs/xenocara/lib/libXaw/specs
In directory cvs.openbsd.org:/tmp/cvs-serv10989/specs

Log Message:
Directory /cvs/xenocara/lib/libXaw/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 05:31:12

Modified files:
	lib/libXaw     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 config.h.in configure 
	                 configure.ac xaw7.pc.in 
	lib/libXaw/include: Makefile.in 
	lib/libXaw/include/X11/Xaw: AllWidgets.h AsciiSink.h 
	                            AsciiSinkP.h AsciiSrc.h AsciiSrcP.h 
	                            AsciiText.h AsciiTextP.h Box.h 
	                            BoxP.h Cardinals.h Command.h 
	                            CommandP.h Dialog.h DialogP.h Form.h 
	                            FormP.h Grip.h GripP.h Label.h 
	                            LabelP.h List.h ListP.h MenuButtoP.h 
	                            MenuButton.h MultiSink.h 
	                            MultiSinkP.h MultiSrc.h MultiSrcP.h 
	                            Paned.h PanedP.h Panner.h PannerP.h 
	                            Porthole.h PortholeP.h Repeater.h 
	                            RepeaterP.h Reports.h Scrollbar.h 
	                            ScrollbarP.h Simple.h SimpleMenP.h 
	                            SimpleMenu.h SimpleP.h Sme.h 
	                            SmeBSB.h SmeBSBP.h SmeLine.h 
	                            SmeLineP.h SmeP.h StripCharP.h 
	                            StripChart.h Template.c Template.h 
	                            TemplateP.h Text.h TextP.h 
	                            TextSink.h TextSinkP.h TextSrc.h 
	                            TextSrcP.h Tip.h TipP.h Toggle.h 
	                            ToggleP.h Tree.h TreeP.h VendorEP.h 
	                            Viewport.h ViewportP.h XawImP.h 
	                            XawInit.h 
	lib/libXaw/man : Makefile.am Makefile.in Xaw.man 
	lib/libXaw/src : Actions.c AllWidgets.c AsciiSink.c AsciiSrc.c 
	                 AsciiText.c Box.c Command.c Converters.c 
	                 Dialog.c DisplayList.c Form.c Grip.c Label.c 
	                 List.c Makefile.am Makefile.in MenuButton.c 
	                 MultiSink.c MultiSrc.c OS.c Paned.c Panner.c 
	                 Pixmap.c Porthole.c Private.h Repeater.c 
	                 Scrollbar.c Simple.c SimpleMenu.c Sme.c 
	                 SmeBSB.c SmeLine.c StripChart.c Text.c 
	                 TextAction.c TextPop.c TextSink.c TextSrc.c 
	                 TextTr.c Tip.c Toggle.c Tree.c Vendor.c 
	                 Viewport.c XawI18n.c XawI18n.h XawIm.c 
	                 XawInit.c sharedlib.c 
Added files:
	lib/libXaw/specs: AsciiSink.xml AsciiSource.xml AsciiText.xml 
	                  Box.xml CH1.xml CH2.xml CH3.xml CH4.xml 
	                  CH5.xml CH6.xml CH7.xml Command.xml Dialog.xml 
	                  Form.xml Grip.xml Label.xml List.xml 
	                  Makefile.am Makefile.in MenuButton.xml 
	                  Paned.xml Panner.xml Porthole.xml Repeater.xml 
	                  Scrollbar.xml Simple.xml SimpleMenu.xml 
	                  Sme.xml SmeBSB.xml SmeLine.xml StripChart.xml 
	                  TPage_Credits.xml Template.xml 
	                  Template_private_header_file.xml 
	                  Template_public_header_file.xml 
	                  Template_widget_source_file.xml Text.xml 
	                  TextActions.xml 
	                  TextActions_default_translation_bindings.xml 
	                  TextActions_text_widget_actions.xml 
	                  TextCustom.xml TextFuncs.xml TextSink.xml 
	                  TextSource.xml Toggle.xml Tree.xml 
	                  Viewport.xml libXaw.xml 
Removed files:
	lib/libXaw     : AUTHORS NEWS 
	lib/libXaw/spec: AsciiSink AsciiSource AsciiText Box CH1 CH2 
	                 CH3.intro CH4.intro CH5.intro CH6.intro 
	                 CH7.intro Command Dialog Form Grip Label List 
	                 Makefile.am Makefile.in MenuButton Paned Panner 
	                 Porthole Repeater Scrollbar Simple SimpleMenu 
	                 Sme SmeBSB SmeLine StripChart TPage_Credits 
	                 Template Text TextActions TextCustom TextFuncs 
	                 TextSink TextSource Toggle Tree Viewport 
	                 block.awk fixindex.awk indexmacros.t macros.t 
	                 strings.mit strings.xaw widg.idxmac.t 

Log message:
Update to libXaw 1.0.8. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 07:57:01

Modified files:
	lib/libXcomposite: ChangeLog Makefile.in aclocal.m4 configure 
	                   configure.ac xcomposite.pc.in 
	lib/libXcomposite/man: Makefile.am Makefile.in 
	lib/libXcomposite/src: Makefile.am Makefile.in xcompositeint.h 
Added files:
	lib/libXcomposite/man: XCompositeCreateRegionFromBorderClip.man 
	                       XCompositeGetOverlayWindow.man 
	                       XCompositeNameWindowPixmap.man 
	                       XCompositeQueryExtension.man 
	                       XCompositeQueryVersion.man 
	                       XCompositeRedirectSubwindows.man 
	                       XCompositeRedirectWindow.man 
	                       XCompositeReleaseOverlayWindow.man 
	                       XCompositeUnredirectSubwindows.man 
	                       XCompositeUnredirectWindow.man 
	                       XCompositeVersion.man 

Log message:
Update to libXcomposite 0.4.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 08:01:48

Modified files:
	lib/libXcursor : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXcursor/man: Makefile.am Makefile.in 
	lib/libXcursor/src: Makefile.am Makefile.in 
Added files:
	lib/libXcursor/man: XcursorCursorsCreate.man 
	                    XcursorCursorsDestroy.man 
	                    XcursorFilenameLoad.man 
	                    XcursorFilenameLoadAllImages.man 
	                    XcursorFilenameLoadCursor.man 
	                    XcursorFilenameLoadImage.man 
	                    XcursorFilenameLoadImages.man 
	                    XcursorFilenameSave.man 
	                    XcursorFilenameSaveImages.man 
	                    XcursorGetDefaultSize.man 
	                    XcursorGetTheme.man XcursorImageCreate.man 
	                    XcursorImageDestroy.man 
	                    XcursorImagesCreate.man 
	                    XcursorImagesDestroy.man 
	                    XcursorLibraryLoadCursor.man 
	                    XcursorLibraryLoadCursors.man 
	                    XcursorLibraryLoadImage.man 
	                    XcursorLibraryLoadImages.man 
	                    XcursorSetDefaultSize.man 
	                    XcursorSetTheme.man 
	                    XcursorShapeLoadCursor.man 
	                    XcursorShapeLoadCursors.man 
	                    XcursorShapeLoadImage.man 
	                    XcursorShapeLoadImages.man 
	                    XcursorSupportsARGB.man 
	                    XcursorXcFileLoad.man 
	                    XcursorXcFileLoadAllImages.man 
	                    XcursorXcFileLoadImage.man 
	                    XcursorXcFileLoadImages.man 
	                    XcursorXcFileSave.man 

Log message:
Update to libXcursor 1.1.11. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:09:46

Modified files:
	lib/libXfont   : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac 
	lib/libXfont/doc: fontlib.xml 
	lib/libXfont/include/X11/fonts: bdfint.h bitmap.h bufio.h 
	                                fntfil.h fntfilio.h fntfilst.h 
	                                fontencc.h fontmisc.h fontshow.h 
	                                fontutil.h fontxlfd.h pcf.h 
	lib/libXfont/src: Makefile.am Makefile.in 
	lib/libXfont/src/FreeType: Makefile.in ft.h ftenc.c ftfuncs.c 
	                           ftfuncs.h fttools.c xttcap.c xttcap.h 
	lib/libXfont/src/bitmap: Makefile.in bdfread.c bdfutils.c 
	                         bitmap.c bitmapfunc.c bitmaputil.c 
	                         bitscale.c fontink.c pcfread.c 
	                         pcfwrite.c snfread.c snfstr.h 
	lib/libXfont/src/builtins: Makefile.in builtin.h file.c fonts.c 
	                           fpe.c render.c 
	lib/libXfont/src/fc: Makefile.in fsconvert.c fserve.c fserve.h 
	                     fservestr.h fsio.c fsio.h fslibos.h 
	lib/libXfont/src/fontfile: Makefile.in bitsource.c bufio.c 
	                           decompress.c defaults.c dirfile.c 
	                           fileio.c filewr.c fontdir.c 
	                           fontencc.c fontfile.c fontscale.c 
	                           gunzip.c renderers.c 
	lib/libXfont/src/stubs: Makefile.in stubs.h 
	lib/libXfont/src/util: Makefile.in atom.c fontaccel.c 
	                       fontnames.c fontutil.c fontxlfd.c 
	                       format.c miscutil.c patcache.c private.c 
	                       utilbitmap.c 
Added files:
	lib/libXfont   : INSTALL 
	lib/libXfont/doc: Makefile.am Makefile.in 
Removed files:
	lib/libXfont/doc: fontlib.css fontlib.xsl 

Log message:
Update to libXfont 1.4.3. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2010/10/31 09:14:30

Modified files:
	sys/net        : if_bridge.c if_bridge.h bridgestp.c 

Log message:
Remove unused bstp_list and bstp_attach.
OK blambert, claudio.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:23:42

Modified files:
	lib/libXinerama: COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	lib/libXinerama/include/X11/extensions: panoramiXext.h 
	lib/libXinerama/man: Makefile.am Makefile.in Xinerama.man 
	lib/libXinerama/src: Makefile.am Makefile.in Xinerama.c 
Added files:
	lib/libXinerama/man: XineramaIsActive.man 
	                     XineramaQueryExtension.man 
	                     XineramaQueryScreens.man 
	                     XineramaQueryVersion.man 

Log message:
Update to libXinerama 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:29:27

xenocara/lib/libXmu/doc

Update of /cvs/xenocara/lib/libXmu/doc
In directory cvs.openbsd.org:/tmp/cvs-serv4420/doc

Log Message:
Directory /cvs/xenocara/lib/libXmu/doc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:35:49

Modified files:
	lib/libXmu     : ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in README 
	                 aclocal.m4 configure configure.ac 
	lib/libXmu/include: Makefile.am Makefile.in 
	lib/libXmu/include/X11/Xmu: Atoms.h CharSet.h CloseHook.h 
	                            Converters.h CurUtil.h CvtCache.h 
	                            DisplayQue.h Drawing.h Editres.h 
	                            EditresP.h Error.h ExtAgent.h 
	                            Initer.h Lookup.h Misc.h StdCmap.h 
	                            StdSel.h SysUtil.h WhitePoint.h 
	                            WidgetNode.h WinUtil.h Xct.h Xmu.h 
	lib/libXmu/src : AllCmap.c Atoms.c ClientWin.c Clip.c 
	                 CloseHook.c CmapAlloc.c CrCmap.c CrPixFBit.c 
	                 CursorName.c CvtCache.c CvtStdSel.c DefErrMsg.c 
	                 DelCmap.c DisplayQue.c Distinct.c DrRndRect.c 
	                 DrawLogo.c EditresCom.c ExtAgent.c FToCback.c 
	                 GetHost.c GrayPixmap.c Initer.c LocBitmap.c 
	                 Lookup.c LookupCmap.c Lower.c Makefile.in 
	                 RdBitF.c ScrOfWin.c ShapeWidg.c StdCmap.c 
	                 StrToBS.c StrToBmap.c StrToCurs.c StrToGrav.c 
	                 StrToJust.c StrToLong.c StrToOrnt.c StrToShap.c 
	                 StrToWidg.c UpdMapHint.c VisCmap.c WidgetNode.c 
	                 Xct.c sharedlib.c 
Added files:
	lib/libXmu/doc : Makefile.am Makefile.in Xmu.xml xlogo.svg 

Log message:
Update to libXmu 1.1.0. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/31 09:37:34

Modified files:
	usr.bin/cvs    : init.c rcs.c rcs.h 

Log message:
init was passing a writable file descriptor into rcs_open which was then
failing to fdopen() it as readable. It doesn't need to pass in the fd at
all, so just change it to pass -1 which makes cvs init work again.

In fact, the fd should never need to be writable - it is only used for
reading. RCS_WRITE triggers a rewrite on the file on rcs_close() but
this is done by using a temporary and rename(2) (RCS_WRITE is a poor
name for the flag). So while here, add a couple of comments to hopefully
make it a little clearer. There is some confusion about how this is used
in other places but checking those is a separate issue.

with and ok tobias


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:44:45

xenocara/lib/libXpm/m4

Update of /cvs/xenocara/lib/libXpm/m4
In directory cvs.openbsd.org:/tmp/cvs-serv7247/m4

Log Message:
Directory /cvs/xenocara/lib/libXpm/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:44:53

xenocara/lib/libXpm/doc

Update of /cvs/xenocara/lib/libXpm/doc
In directory cvs.openbsd.org:/tmp/cvs-serv23670/doc

Log Message:
Directory /cvs/xenocara/lib/libXpm/doc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:46:33

Modified files:
	lib/libXpm     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	lib/libXpm/cxpm: Makefile.am Makefile.in cxpm.c 
	lib/libXpm/include/X11: xpm.h 
	lib/libXpm/src : CrBufFrI.c CrDatFrI.c Makefile.am Makefile.in 
	                 RdFToI.c WrFFrI.c XpmI.h create.c data.c 
	                 parse.c scan.c 
	lib/libXpm/sxpm: Makefile.am Makefile.in sxpm.c sxpm.man 
Added files:
	lib/libXpm/doc : FAQ.html Makefile.am Makefile.in README.AMIGA 
	                 README.MSW README.html xpm.PS.gz 
	lib/libXpm/include: Makefile.am Makefile.in 
	lib/libXpm/m4  : ax_define_dir.m4 
Removed files:
	lib/libXpm     : FAQ.html FILES README.AMIGA README.MSW 
	                 README.html acinclude.m4 xpm.PS.gz 

Log message:
Update to libXpm 3.5.9. No functional change.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/31 09:50:14

Modified files:
	faq            : faq4.html 

Log message:
missing closing </a>


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 09:52:41

Modified files:
	lib/libXrandr  : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXrandr/include/X11/extensions: Xrandr.h 
	lib/libXrandr/man: Makefile.am Makefile.in Xrandr.man 
	lib/libXrandr/src: Makefile.am Makefile.in Xrandrint.h 
	                   XrrConfig.c XrrCrtc.c XrrProperty.c 
Added files:
	lib/libXrandr/man: XRRConfigCurrentConfiguration.man 
	                   XRRConfigCurrentRate.man XRRConfigRates.man 
	                   XRRConfigRotations.man XRRConfigSizes.man 
	                   XRRConfigTimes.man 
	                   XRRFreeScreenConfigInfo.man 
	                   XRRGetScreenInfo.man XRRQueryExtension.man 
	                   XRRQueryVersion.man XRRRootToScreen.man 
	                   XRRSelectInput.man XRRSetScreenConfig.man 
	                   XRRSetScreenConfigAndRate.man 

Log message:
Update to libXrandr 1.3.1. No functional change, except for a small bug fix.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:03:17

xenocara/lib/libXt/m4

Update of /cvs/xenocara/lib/libXt/m4
In directory cvs.openbsd.org:/tmp/cvs-serv10708/m4

Log Message:
Directory /cvs/xenocara/lib/libXt/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:03:36

xenocara/lib/libXt/specs

Update of /cvs/xenocara/lib/libXt/specs
In directory cvs.openbsd.org:/tmp/cvs-serv31643/specs

Log Message:
Directory /cvs/xenocara/lib/libXt/specs added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/10/31 10:03:52

Modified files:
	converters/libiconv: Makefile 
	devel/gperf    : Makefile 
	devel/gmake    : Makefile 

Log message:
mandoc handles these pages just fine, no need for groff


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:05:20

Modified files:
	lib/libXt      : COPYING ChangeLog Makefile.am Makefile.in 
	                 README aclocal.m4 configure configure.ac 
	                 xt.pc.in 
	lib/libXt/include: Makefile.in 
	lib/libXt/include/X11: CallbackI.h Composite.h CompositeP.h 
	                       ConstrainP.h Constraint.h ConvertI.h 
	                       Core.h CoreP.h CreateI.h EventI.h 
	                       HookObjI.h InitialI.h Intrinsic.h 
	                       IntrinsicI.h IntrinsicP.h Object.h 
	                       ObjectP.h PassivGraI.h RectObj.h 
	                       RectObjP.h ResConfigP.h ResourceI.h 
	                       SelectionI.h ShellI.h ShellP.h ThreadsI.h 
	                       TranslateI.h VarargsI.h Vendor.h 
	                       VendorP.h Xtos.h 
	lib/libXt/man  : Makefile.am Makefile.in XtAddActions.man 
	                 XtAddCallback.man XtAddEventHandler.man 
	                 XtAddExposureToRegion.man XtAddGrab.man 
	                 XtAddInput.man XtAllocateGC.man 
	                 XtAppAddActionHook.man XtAppAddActions.man 
	                 XtAppAddBlockHook.man XtAppAddConverter.man 
	                 XtAppAddInput.man XtAppAddSignal.man 
	                 XtAppAddTimeOut.man XtAppAddWorkProc.man 
	                 XtAppCreateShell.man XtAppError.man 
	                 XtAppErrorMsg.man XtAppGetErrorDatabase.man 
	                 XtAppGetSelectionTimeout.man 
	                 XtAppInitialize.man XtAppLock.man 
	                 XtAppNextEvent.man XtAppReleaseCacheRefs.man 
	                 XtAppSetExitFlag.man 
	                 XtAppSetFallbackResources.man 
	                 XtAppSetTypeConverter.man XtBuildEventMask.man 
	                 XtCallAcceptFocus.man XtCallActionProc.man 
	                 XtCallCallbacks.man XtClass.man 
	                 XtConfigureWidget.man XtConvert.man 
	                 XtConvertAndStore.man 
	                 XtCreateApplicationContext.man 
	                 XtCreateApplicationShell.man 
	                 XtCreatePopupShell.man 
	                 XtCreateSelectionRequest.man XtCreateWidget.man 
	                 XtCreateWindow.man XtDisplay.man 
	                 XtDisplayInitialize.man 
	                 XtDisplayStringConversionWarning.man 
	                 XtDisplayToApplicationContext.man XtError.man 
	                 XtErrorMsg.man XtFindFile.man 
	                 XtGetActionKeysym.man XtGetActionList.man 
	                 XtGetApplicationNameAndClass.man 
	                 XtGetApplicationResources.man 
	                 XtGetClassExtension.man XtGetDisplays.man 
	                 XtGetErrorDatabase.man XtGetGC.man 
	                 XtGetKeyboardFocusWidget.man 
	                 XtGetKeysymTable.man XtGetResourceList.man 
	                 XtGetSelectionParameters.man 
	                 XtGetSelectionRequest.man 
	                 XtGetSelectionTimeout.man 
	                 XtGetSelectionValue.man 
	                 XtGetSelectionValueIncremental.man 
	                 XtGetSubresources.man XtGrabKey.man 
	                 XtHooksOfDisplay.man XtInitialize.man 
	                 XtInitializeWidgetClass.man 
	                 XtInsertEventTypeHandler.man 
	                 XtLastEventProcessed.man 
	                 XtMakeGeometryRequest.man XtMalloc.man 
	                 XtManageChildren.man XtMapWidget.man XtName.man 
	                 XtNameToWidget.man XtNextEvent.man XtOffset.man 
	                 XtOpenApplication.man XtOwnSelection.man 
	                 XtParent.man XtParseAcceleratorTable.man 
	                 XtParseTranslationTable.man XtPopdown.man 
	                 XtPopup.man XtProcessLock.man 
	                 XtQueryGeometry.man XtRealizeWidget.man 
	                 XtRegisterDrawable.man XtRegisterGrabAction.man 
	                 XtReservePropertyAtom.man XtResolvePathname.man 
	                 XtSessionGetToken.man XtSetArg.man 
	                 XtSetKeyTranslator.man XtSetKeyboardFocus.man 
	                 XtSetLanguageProc.man XtSetMultiClickTime.man 
	                 XtSetSelectionParameters.man XtSetSensitive.man 
	                 XtSetValues.man XtSetWMColormapWindows.man 
	                 XtStringConversionWarning.man 
	                 XtToolkitThreadInitialize.man 
	                 XtTranslateCoords.man XtVaCreateArgsList.man 
	lib/libXt/src  : ActionHook.c Alloc.c ArgList.c Callback.c 
	                 ClickTime.c Composite.c Constraint.c Convert.c 
	                 Converters.c Core.c Create.c Destroy.c 
	                 Display.c Error.c Event.c EventUtil.c 
	                 Functions.c GCManager.c Geometry.c GetActKey.c 
	                 GetResList.c GetValues.c HookObj.c Hooks.c 
	                 Initialize.c Intrinsic.c Keyboard.c Makefile.am 
	                 Makefile.in Manage.c NextEvent.c Object.c 
	                 PassivGrab.c Pointer.c Popup.c PopupCB.c 
	                 RectObj.c ResConfig.c Resources.c Selection.c 
	                 SetSens.c SetValues.c SetWMCW.c Shell.c 
	                 TMaction.c TMgrab.c TMkey.c TMparse.c TMprint.c 
	                 TMstate.c Threads.c VarCreate.c VarGet.c 
	                 Varargs.c Vendor.c sharedlib.c 
	lib/libXt/util : Makefile.am Makefile.in Shell.ht StrDefs.ct 
	                 StrDefs.ht makestrs.c makestrs.man string.list 
Added files:
	lib/libXt/m4   : ax_define_dir.m4 
	lib/libXt/man  : MenuPopdown.man MenuPopup.man 
	                 XtAddCallbacks.man XtAddConverter.man 
	                 XtAddRawEventHandler.man XtAddTimeOut.man 
	                 XtAddWorkProc.man XtAppGetErrorDatabaseText.man 
	                 XtAppGetExitFlag.man XtAppMainLoop.man 
	                 XtAppPeekEvent.man XtAppPending.man 
	                 XtAppProcessEvent.man XtAppSetErrorHandler.man 
	                 XtAppSetErrorMsgHandler.man 
	                 XtAppSetSelectionTimeout.man 
	                 XtAppSetWarningHandler.man 
	                 XtAppSetWarningMsgHandler.man XtAppUnlock.man 
	                 XtAppWarning.man XtAppWarningMsg.man 
	                 XtAugmentTranslations.man 
	                 XtCallCallbackList.man XtCallConverter.man 
	                 XtCallbackExclusive.man XtCallbackNone.man 
	                 XtCallbackNonexclusive.man 
	                 XtCallbackPopdown.man XtCalloc.man 
	                 XtCancelSelectionRequest.man 
	                 XtChangeManagedSet.man XtCheckSubclass.man 
	                 XtCloseDisplay.man XtConvertCase.man 
	                 XtCreateManagedWidget.man XtDatabase.man 
	                 XtDestroyApplicationContext.man 
	                 XtDestroyWidget.man XtDirectConvert.man 
	                 XtDisownSelection.man XtDispatchEvent.man 
	                 XtDispatchEventToWidget.man 
	                 XtDisplayOfObject.man XtFree.man 
	                 XtGetConstraintResourceList.man 
	                 XtGetErrorDatabaseText.man 
	                 XtGetMultiClickTime.man 
	                 XtGetSelectionValues.man 
	                 XtGetSelectionValuesIncremental.man 
	                 XtGetSubvalues.man XtGetValues.man 
	                 XtGrabButton.man XtGrabKeyboard.man 
	                 XtGrabPointer.man XtHasCallbacks.man 
	                 XtInsertEventHandler.man 
	                 XtInsertRawEventHandler.man 
	                 XtInstallAccelerators.man 
	                 XtInstallAllAccelerators.man 
	                 XtIsApplicationShell.man XtIsComposite.man 
	                 XtIsConstraint.man XtIsManaged.man 
	                 XtIsObject.man XtIsOverrideShell.man 
	                 XtIsRealized.man XtIsRectObj.man 
	                 XtIsSensitive.man XtIsSessionShell.man 
	                 XtIsShell.man XtIsSubclass.man 
	                 XtIsTopLevelShell.man XtIsTransientShell.man 
	                 XtIsVendorShell.man XtIsWMShell.man 
	                 XtIsWidget.man XtKeysymToKeycodeList.man 
	                 XtLastTimestampProcessed.man XtMainLoop.man 
	                 XtMakeResizeRequest.man XtManageChild.man 
	                 XtMergeArgLists.man XtMoveWidget.man XtNew.man 
	                 XtNewString.man XtNoticeSignal.man XtNumber.man 
	                 XtOffsetOf.man XtOpenDisplay.man 
	                 XtOverrideTranslations.man 
	                 XtOwnSelectionIncremental.man XtPeekEvent.man 
	                 XtPending.man XtPopupSpringLoaded.man 
	                 XtProcessEvent.man XtProcessUnlock.man 
	                 XtRealloc.man XtRegisterCaseConverter.man 
	                 XtRegisterExtensionSelector.man XtReleaseGC.man 
	                 XtReleasePropertyAtom.man 
	                 XtRemoveActionHook.man XtRemoveAllCallbacks.man 
	                 XtRemoveBlockHook.man XtRemoveCallback.man 
	                 XtRemoveCallbacks.man XtRemoveEventHandler.man 
	                 XtRemoveEventTypeHandler.man XtRemoveGrab.man 
	                 XtRemoveInput.man XtRemoveRawEventHandler.man 
	                 XtRemoveSignal.man XtRemoveTimeOut.man 
	                 XtRemoveWorkProc.man XtResizeWidget.man 
	                 XtScreen.man XtScreenDatabase.man 
	                 XtScreenOfObject.man XtSendSelectionRequest.man 
	                 XtSessionReturnToken.man XtSetErrorHandler.man 
	                 XtSetErrorMsgHandler.man 
	                 XtSetEventDispatcher.man 
	                 XtSetMappedWhenManaged.man 
	                 XtSetSelectionTimeout.man XtSetSubvalues.man 
	                 XtSetTypeConverter.man XtSetWarningHandler.man 
	                 XtSetWarningMsgHandler.man XtSuperclass.man 
	                 XtToolkitInitialize.man XtTranslateKeycode.man 
	                 XtUngrabButton.man XtUngrabKey.man 
	                 XtUngrabKeyboard.man XtUngrabPointer.man 
	                 XtUninstallTranslations.man XtUnmanageChild.man 
	                 XtUnmanageChildren.man XtUnmapWidget.man 
	                 XtUnrealizeWidget.man XtUnregisterDrawable.man 
	                 XtVaAppCreateShell.man XtVaAppInitialize.man 
	                 XtVaCreateManagedWidget.man 
	                 XtVaCreatePopupShell.man XtVaCreateWidget.man 
	                 XtVaGetApplicationResources.man 
	                 XtVaGetSubresources.man XtVaGetSubvalues.man 
	                 XtVaGetValues.man XtVaOpenApplication.man 
	                 XtVaSetSubvalues.man XtVaSetValues.man 
	                 XtWarning.man XtWarningMsg.man 
	                 XtWidgetToApplicationContext.man XtWindow.man 
	                 XtWindowOfObject.man XtWindowToWidget.man 
	lib/libXt/specs: CH01 CH02 CH03 CH04 CH05 CH06 CH07 CH08 CH09 
	                 CH10 CH11 CH12 CH13 Makefile.am Makefile.in 
	                 Xtk.intr.front appA appB appC appD appE appF 
	                 intr.idxmac.t postproc strings.mit 
Removed files:
	lib/libXt      : acinclude.m4 

Log message:
Update to libXt 1.0.9.  No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:23:57

xenocara/lib/libXtst/specs

Update of /cvs/xenocara/lib/libXtst/specs
In directory cvs.openbsd.org:/tmp/cvs-serv32438/specs

Log Message:
Directory /cvs/xenocara/lib/libXtst/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:25:11

Modified files:
	lib/libXtst    : ChangeLog Makefile.am Makefile.bsd-wrapper 
	                 Makefile.in README aclocal.m4 configure 
	                 configure.ac 
	lib/libXtst/include/X11/extensions: XTest.h 
	lib/libXtst/man: Makefile.am Makefile.in XTest.xml 
	                 XTestQueryExtension.man 
	lib/libXtst/src: Makefile.am Makefile.in XRecord.c XTest.c 
Added files:
	lib/libXtst/specs: Makefile.am Makefile.in recordlib.xml 
	                   xtestlib.xml 

Log message:
Update to libXtst 1.2.0. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:30:04

Modified files:
	lib/libXv      : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXv/include: Makefile.in 
	lib/libXv/include/X11: Makefile.in 
	lib/libXv/include/X11/extensions: Makefile.in Xvlib.h 
	lib/libXv/man  : Makefile.am Makefile.in XvShmCreateImage.man 
	                 XvShmPutImage.man 
	lib/libXv/src  : Makefile.in Xv.c Xvlibint.h 

Log message:
Update to libXv 1.0.6. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:35:37

Modified files:
	lib/libXxf86dga: COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXxf86dga/man: Makefile.am Makefile.in XDGA.man 
	lib/libXxf86dga/src: Makefile.am Makefile.in XF86DGA.c 
	                     XF86DGA2.c 
Added files:
	lib/libXxf86dga: INSTALL 
	lib/libXxf86dga/man: XDGAChangePixmapMode.man 
	                     XDGACloseFramebuffer.man XDGACopyArea.man 
	                     XDGACopyTransparentArea.man 
	                     XDGACreateColormap.man 
	                     XDGAFillRectangle.man 
	                     XDGAGetViewportStatus.man 
	                     XDGAInstallColormap.man 
	                     XDGAKeyEventToXKeyEvent.man 
	                     XDGAOpenFramebuffer.man 
	                     XDGAQueryExtension.man XDGAQueryModes.man 
	                     XDGAQueryVersion.man XDGASelectInput.man 
	                     XDGASetClientVersion.man XDGASetMode.man 
	                     XDGASetViewport.man XDGASync.man 
	                     XF86DGA.man XFree86-DGA.man 

Log message:
Update to libXxf86dga 1.1.2. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:40:21

Modified files:
	lib/libXxf86vm : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXxf86vm/man: Makefile.am Makefile.in XF86VM.man 
	lib/libXxf86vm/src: Makefile.in XF86VMode.c 
Added files:
	lib/libXxf86vm : INSTALL 
	lib/libXxf86vm/man: XF86VidModeDeleteModeLine.man 
	                    XF86VidModeGetAllModeLines.man 
	                    XF86VidModeGetDotClocks.man 
	                    XF86VidModeGetGamma.man 
	                    XF86VidModeGetGammaRamp.man 
	                    XF86VidModeGetGammaRampSize.man 
	                    XF86VidModeGetModeLine.man 
	                    XF86VidModeGetMonitor.man 
	                    XF86VidModeGetPermissions.man 
	                    XF86VidModeGetViewPort.man 
	                    XF86VidModeLockModeSwitch.man 
	                    XF86VidModeModModeLine.man 
	                    XF86VidModeQueryExtension.man 
	                    XF86VidModeQueryVersion.man 
	                    XF86VidModeSetClientVersion.man 
	                    XF86VidModeSetGamma.man 
	                    XF86VidModeSetGammaRamp.man 
	                    XF86VidModeSetViewPort.man 
	                    XF86VidModeSwitchMode.man 
	                    XF86VidModeSwitchToMode.man 
	                    XF86VidModeValidateModeLine.man 

Log message:
Update to libXxf86vm 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:43:22

Modified files:
	lib/libdmx     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	lib/libdmx/man : DMX.man DMXAddInput.man DMXAddScreen.man 
	                 DMXChangeDesktopAttributes.man 
	                 DMXChangeScreensAttributes.man 
	                 DMXForceWindowCreation.man 
	                 DMXGetDesktopAttributes.man 
	                 DMXGetInputAttributes.man DMXGetInputCount.man 
	                 DMXGetScreenAttributes.man 
	                 DMXGetScreenCount.man 
	                 DMXGetWindowAttributes.man 
	                 DMXQueryExtension.man DMXQueryVersion.man 
	                 DMXRemoveInput.man DMXRemoveScreen.man 
	                 DMXSync.man Makefile.am Makefile.in 
	lib/libdmx/src : Makefile.am Makefile.in dmx.c 

Log message:
Update to libdmx 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:47:11

Modified files:
	lib/libfontenc : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libfontenc/include/X11/fonts: fontenc.h 
	lib/libfontenc/src: Makefile.am Makefile.in encparse.c fontenc.c 
	                    fontencI.h 

Log message:
Update to libfontenc 1.1.0. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:50:29

Modified files:
	lib/libxkbfile : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libxkbfile/include/X11/extensions: XKBbells.h XKBconfig.h 
	                                       XKBfile.h XKBrules.h 
	                                       XKM.h XKMformat.h 
	lib/libxkbfile/src: Makefile.in XKBfileInt.h cout.c maprules.c 
	                    srvmisc.c xkbatom.c xkbbells.c xkbconfig.c 
	                    xkbdraw.c xkberrs.c xkbmisc.c xkbout.c 
	                    xkbtext.c xkmout.c xkmread.c 

Log message:
Update to libxkbfile 1.0.7. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:54:24

Modified files:
	util/imake     : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 cleanlinks config.h.in configure configure.ac 
	                 imake.c imake.man imakemdep.h makeg makeg.man 
	                 mdepend.cpp mergelib.cpp mergelib.man mkdirhier 
	                 mkdirhier.man mkhtmlindex.pl mkhtmlindex.sh 
	                 revpath.c revpath.man xmkmf.cpp xmkmf.man 
Added files:
	util/imake     : compile 

Log message:
Update to imake 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:57:54

xenocara/util/makedepend/tests

Update of /cvs/xenocara/util/makedepend/tests
In directory cvs.openbsd.org:/tmp/cvs-serv19803/tests

Log Message:
Directory /cvs/xenocara/util/makedepend/tests added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:58:02

xenocara/util/makedepend/tests/28045

Update of /cvs/xenocara/util/makedepend/tests/28045
In directory cvs.openbsd.org:/tmp/cvs-serv16400/tests/28045

Log Message:
Directory /cvs/xenocara/util/makedepend/tests/28045 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:58:47

Modified files:
	util/makedepend: ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac include.c 
Added files:
	util/makedepend/tests/28045: foo.cpp makedep.sh 

Log message:
Update to makedepend 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 10:59:19

Modified files:
	util/macros    : COPYING ChangeLog configure configure.ac 
	                 xorg-macros.m4.in 

Log message:
Update to xorg-macros 1.11.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:32:23

Modified files:
	app/bdftopcf   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 bdftopcf.c bdftopcf.man configure 
	                 configure.ac 

Log message:
Update to bdftopcf 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/10/31 11:33:33

Modified files:
	lib/libutil    : imsg_init.3 

Log message:
imsg.h requires sys/uio.h, ok deraadt


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:36:25

xenocara/app/beforelight/app-defaults

Update of /cvs/xenocara/app/beforelight/app-defaults
In directory cvs.openbsd.org:/tmp/cvs-serv27266/app-defaults

Log Message:
Directory /cvs/xenocara/app/beforelight/app-defaults added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:37:08

Modified files:
	app/beforelight: ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 b4light.c config.h.in 
	                 configure configure.ac 
Added files:
	app/beforelight/app-defaults: Beforelight 
Removed files:
	app/beforelight: Beforelight.ad compile 

Log message:
Update to beforelight 1.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:42:32

xenocara/app/bitmap/man

Update of /cvs/xenocara/app/bitmap/man
In directory cvs.openbsd.org:/tmp/cvs-serv24613/man

Log Message:
Directory /cvs/xenocara/app/bitmap/man added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/10/31 11:43:25

Removed files:
	mail/cyrus-imapd/patches: patch-lib_auth_pts_c.orig 

Log message:
This has nothing to do here...

thanks naddy@ for noticing.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:43:25

Modified files:
	app/bitmap     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
Added files:
	app/bitmap/man : Makefile.am Makefile.in atobm.man bitmap.man 
	                 bmtoa.man 
Removed files:
	app/bitmap     : bitmap.icon bitmap.man 

Log message:
Update to bitmap 1.0.5. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:48:11

Modified files:
	app/editres    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 

Log message:
Update to editres 1.0.5. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:50:25

Modified files:
	app/fslsfonts  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac fslsfonts.c fslsfonts.man 

Log message:
Update to fslsfonts 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:53:18

Modified files:
	app/fstobdf    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 chars.c config.h.in configure 
	                 configure.ac fstobdf.c fstobdf.h fstobdf.man 
	                 header.c props.c 

Log message:
Update to fstobdf 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:55:35

Modified files:
	app/iceauth    : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 iceauth.c iceauth.h iceauth.man process.c 

Log message:
Update to iceauth 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 11:57:13

Modified files:
	app/ico        : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac ico.c ico.man polyinfo.h 

Log message:
Update to ico 1.0.3.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:00:18

Modified files:
	app/mkfontscale: COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 data.h hash.h ident.c ident.h list.c list.h 
	                 mkfontscale.c 

Log message:
Update to mkfontscale 1.0.8. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:04:39

xenocara/app/rgb/man

Update of /cvs/xenocara/app/rgb/man
In directory cvs.openbsd.org:/tmp/cvs-serv14482/man

Log Message:
Directory /cvs/xenocara/app/rgb/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:05:45

Modified files:
	app/rgb        : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 configure 
	                 configure.ac showrgb.c 
Added files:
	app/rgb/man    : Makefile.am Makefile.in rgb.man showrgb.man 
Removed files:
	app/rgb        : showrgb.man 

Log message:
Update ot rgb 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:07:42

Modified files:
	app/showfont   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac showfont.c showfont.man 
Removed files:
	app/showfont   : compile 

Log message:
Update to showfont 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:09:33

Modified files:
	app/smproxy    : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 config.h.in configure 
	                 configure.ac save.c smproxy.c smproxy.h 
	                 smproxy.man 

Log message:
Update to smproxy 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:16:22

Modified files:
	app/twm        : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 config.h.in 
	                 configure configure.ac 
	app/twm/man    : Makefile.am Makefile.in twm.man 
	app/twm/src    : Makefile.am Makefile.in add_window.c 
	                 add_window.h cursor.c events.c events.h gc.c 
	                 gc.h iconmgr.c iconmgr.h icons.c icons.h list.c 
	                 list.h menus.c menus.h parse.c parse.h resize.c 
	                 resize.h screen.h session.c session.h 
	                 system.twmrc twm.c twm.h util.c util.h 
	                 version.c version.h 

Log message:
Update to twm 1.0.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:18:22

Modified files:
	app/viewres    : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac 

Log message:
Update to viewres 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:25:24

xenocara/app/xconsole/app-defaults

Update of /cvs/xenocara/app/xconsole/app-defaults
In directory cvs.openbsd.org:/tmp/cvs-serv4139/app-defaults

Log Message:
Directory /cvs/xenocara/app/xconsole/app-defaults added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 12:27:25

Modified files:
	app/xconsole   : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 configure 
	                 configure.ac xconsole.c 
Added files:
	app/xconsole/app-defaults: XConsole 
Removed files:
	app/xconsole   : XConsole.ad 

Log message:
Update to xconsole 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:05:48

Modified files:
	app/appres     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 appres.c appres.man configure 
	                 configure.ac 

Log message:
Update to appres 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:09:32

Modified files:
	app/xdpyinfo   : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in aclocal.m4 
	                 config.h.in configure configure.ac xdpyinfo.c 

Log message:
Update to xdpyinfo 1.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:19:11

Modified files:
	app/xedit      : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 commands.c config.h.in configure 
	                 configure.ac tags.c xedit.c xedit.h xedit.man 
	app/xedit/lisp : io.c 
	app/xedit/lisp/modules/progmodes: auto.lsp 
Added files:
	app/xedit/app-defaults: Xedit Xedit-color 
Removed files:
	app/xedit      : print.c print.h printdialog.c printdialog.h 
	                 printdialogprivates.h 
	app/xedit/app-defaults: Xedit-color.ad Xedit-noxprint.ad 
	                        Xedit-xprint.ad 

Log message:
Update to xedit 1.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:21:25

Modified files:
	app/xev        : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xev.c xev.man 

Log message:
Update to xev 1.1.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:25:11

xenocara/app/xfd/m4

Update of /cvs/xenocara/app/xfd/m4
In directory cvs.openbsd.org:/tmp/cvs-serv28011/m4

Log Message:
Directory /cvs/xenocara/app/xfd/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:25:12

xenocara/app/xfd/app-defaults

Update of /cvs/xenocara/app/xfd/app-defaults
In directory cvs.openbsd.org:/tmp/cvs-serv28011/app-defaults

Log Message:
Directory /cvs/xenocara/app/xfd/app-defaults added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:26:22

Modified files:
	app/xfd        : COPYING ChangeLog Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac grid.c xfd.c xfd.man 
Added files:
	app/xfd/app-defaults: Xfd 
	app/xfd/m4     : ax_define_dir.m4 
Removed files:
	app/xfd        : Xfd.ad compile mkinstalldirs 

Log message:
Update to xfd 1.1.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:34:08

xenocara/app/xfs/config

Update of /cvs/xenocara/app/xfs/config
In directory cvs.openbsd.org:/tmp/cvs-serv5293/config

Log Message:
Directory /cvs/xenocara/app/xfs/config added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:34:09

xenocara/app/xfs/man

Update of /cvs/xenocara/app/xfs/man
In directory cvs.openbsd.org:/tmp/cvs-serv5293/man

Log Message:
Directory /cvs/xenocara/app/xfs/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:35:19

Modified files:
	app/xfs        : ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in aclocal.m4 
	                 configure configure.ac 
	app/xfs/difs   : difsutils.c initfonts.c 
	app/xfs/include: os.h 
	app/xfs/os     : config.c connection.c io.c waitfor.c 
Added files:
	app/xfs/config : Makefile.am Makefile.in config.cpp 
	app/xfs/doc    : Makefile.am Makefile.in 
	app/xfs/m4     : ax_define_dir.m4 
	app/xfs/man    : Makefile.am Makefile.in xfs.man 
Removed files:
	app/xfs        : acinclude.m4 config.cpp xfs.man 
	app/xfs/doc    : xfs-design.css xfs-design.xsl 

Log message:
Update to xfs 1.1.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:37:33

Modified files:
	app/xfsinfo    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac xfsinfo.c 
Removed files:
	app/xfsinfo    : compile 

Log message:
Update to xfsinfo 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:41:34

Modified files:
	app/xgc        : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 choice.c configure 
	                 configure.ac dashlist.c getfile.c gram.y 
	                 interpret.c lex.l main.c planemask.c record.c 
	                 testfrac.c tests.c text.c tile xgc.h xgc.man 

Log message:
Update to xgc 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:44:14

Modified files:
	app/xhost      : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 xhost.c xhost.man 

Log message:
Update to xhost 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:46:19

Modified files:
	app/xkbevd     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 

Log message:
Update to xkbevd 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:50:57

Modified files:
	app/xkbutils   : configure configure.ac xkbbell.man xkbvleds.man 
	                 xkbwatch.man 

Log message:
Update to xkbutils 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:53:10

Modified files:
	app/xlogo      : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 

Log message:
Update to xlogo 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 13:58:33

Modified files:
	app/xmag       : COPYING ChangeLog CutPaste.c CutPaste.h INSTALL 
	                 Makefile.am Makefile.in README RootWin.c 
	                 RootWin.h RootWinP.h Scale.c Scale.h ScaleP.h 
	                 aclocal.m4 configure configure.ac xmag.c 
	                 xmag.man 
	app/xmag/app-defaults: Xmag 

Log message:
Update to xmag 1.0.4. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:01:14

Modified files:
	app/xman       : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 config.h.in configure 
	                 configure.ac handler.c man.h 
Removed files:
	app/xman       : version.h 

Log message:
Update to xman 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:03:42

xenocara/app/xmodmap/man

Update of /cvs/xenocara/app/xmodmap/man
In directory cvs.openbsd.org:/tmp/cvs-serv21847/man

Log Message:
Directory /cvs/xenocara/app/xmodmap/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:04:23

Modified files:
	app/xmodmap    : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 exec.c 
Added files:
	app/xmodmap/man: Makefile.am Makefile.in xmodmap.man 
Removed files:
	app/xmodmap    : xmodmap.man 

Log message:
Update to xmodmap 1.0.5. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:07:15

Modified files:
	app/xprop      : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 dsimple.c dsimple.h xprop.c xprop.man 

Log message:
Update to xprop 1.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:10:47

Modified files:
	app/xrandr     : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac xrandr.c xrandr.man 

Log message:
Update to xrandr 1.3.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:13:46

Modified files:
	app/xsetroot   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xsetroot.c 
	                 xsetroot.man 

Log message:
Update to xsetroot 1.1.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:17:13

xenocara/app/xsm/app-defaults

Update of /cvs/xenocara/app/xsm/app-defaults
In directory cvs.openbsd.org:/tmp/cvs-serv29456/app-defaults

Log Message:
Directory /cvs/xenocara/app/xsm/app-defaults added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:17:58

Modified files:
	app/xsm        : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 auth.c choose.c config.h.in 
	                 configure configure.ac info.c info.h list.c 
	                 lock.c lock.h log.c mainwin.c misc.c popup.c 
	                 printhex.c prop.c remote.c restart.c save.c 
	                 saveutil.c signals.c xsm.c xsm.h 
Added files:
	app/xsm/app-defaults: XSm 
Removed files:
	app/xsm        : XSm.ad compile globals.c mkinstalldirs 

Log message:
Update to xsm 1.0.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:23:46

xenocara/font/util/man

Update of /cvs/xenocara/font/util/man
In directory cvs.openbsd.org:/tmp/cvs-serv11160/man

Log Message:
Directory /cvs/xenocara/font/util/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:31:13

Modified files:
	font/util      : COPYING INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	                 fontutil.m4.in ucs2any.c 
Added files:
	font/util/man  : Makefile.am Makefile.in bdftruncate.man 
	                 ucs2any.man 
Removed files:
	font/util      : bdftruncate.man ucs2any.man 

Log message:
Update to font-util 1.2.0.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 14:32:53

Modified files:
	font/encodings : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac iso8859-6.8x.enc 
	font/encodings/large: Makefile.in big5.eten-0.enc 
	                      big5hkscs-0.enc gb18030.2000-0.enc 
	                      gb18030.2000-1.enc gb2312.1980-0.enc 
	                      gbk-0.enc jisx0201.1976-0.enc 
	                      jisx0208.1990-0.enc jisx0212.1990-0.enc 
	                      ksc5601.1987-0.enc ksc5601.1992-3.enc 
	                      sun.unicode.india-0.enc 
Added files:
	font/encodings : INSTALL 

Log message:
Update to encodings 1.0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2010/10/31 15:05:38

Modified files:
	multimedia/libvpx: Makefile distinfo 
	multimedia/libvpx/patches: patch-build_make_configure_sh 
	                           patch-build_make_gen_asm_deps_sh 
	                           patch-build_make_version_sh 
	                           patch-configure 
	                           patch-examples_gen_example_code_sh 
	                           patch-examples_gen_example_text_sh 
	                           patch-libs_mk 
	multimedia/libvpx/pkg: PLIST 
Removed files:
	multimedia/libvpx/patches: patch-build_make_armlink_adapter_sh 
	                           patch-build_make_gen_msvs_def_sh 
	                           patch-build_make_gen_msvs_proj_sh 
	                           patch-build_make_gen_msvs_sln_sh 
	                           patch-release_sh 

Log message:
update to libvpx 0.9.5, from brad. tested with an upcoming update of mplayer
ok edd@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 15:22:40

Modified files:
	font/adobe-100dpi: ChangeLog INSTALL Makefile.am Makefile.in 
	                   aclocal.m4 configure configure.ac 
	font/adobe-75dpi: ChangeLog INSTALL Makefile.am Makefile.in 
	                  aclocal.m4 configure configure.ac 
	font/adobe-utopia-100dpi: ChangeLog INSTALL Makefile.am 
	                          Makefile.in aclocal.m4 configure 
	                          configure.ac 
	font/adobe-utopia-75dpi: ChangeLog INSTALL Makefile.am 
	                         Makefile.in aclocal.m4 configure 
	                         configure.ac 
	font/adobe-utopia-type1: ChangeLog INSTALL Makefile.am 
	                         Makefile.in aclocal.m4 configure 
	                         configure.ac 
	font/alias     : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	font/alias/100dpi: Makefile.in 
	font/alias/75dpi: Makefile.in 
	font/alias/cyrillic: Makefile.in 
	font/alias/misc: Makefile.in 
	font/arabic-misc: ChangeLog INSTALL Makefile.am Makefile.in 
	                  aclocal.m4 configure configure.ac 
	font/bh-100dpi : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/bh-75dpi  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/bh-lucidatypewriter-100dpi: ChangeLog INSTALL Makefile.am 
	                                 Makefile.in aclocal.m4 
	                                 configure configure.ac 
	font/bh-lucidatypewriter-75dpi: ChangeLog INSTALL Makefile.am 
	                                Makefile.in aclocal.m4 configure 
	                                configure.ac 
	font/bh-ttf    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/bh-type1  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/bitstream-100dpi: COPYING ChangeLog INSTALL Makefile.am 
	                       Makefile.in aclocal.m4 configure 
	                       configure.ac 
	font/bitstream-75dpi: COPYING ChangeLog INSTALL Makefile.am 
	                      Makefile.in aclocal.m4 configure 
	                      configure.ac 
	font/bitstream-type1: ChangeLog INSTALL Makefile.am Makefile.in 
	                      aclocal.m4 configure configure.ac 
	font/cronyx-cyrillic: ChangeLog INSTALL Makefile.am Makefile.in 
	                      aclocal.m4 configure configure.ac 
	font/cursor-misc: ChangeLog INSTALL Makefile.am Makefile.in 
	                  aclocal.m4 configure configure.ac 
	font/daewoo-misc: ChangeLog INSTALL Makefile.am Makefile.in 
	                  aclocal.m4 configure configure.ac 
	font/dec-misc  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/ibm-type1 : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/isas-misc : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/jis-misc  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/micro-misc: ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/misc-cyrillic: ChangeLog INSTALL Makefile.am Makefile.in 
	                    aclocal.m4 configure configure.ac 
	font/misc-ethiopic: ChangeLog INSTALL Makefile.am Makefile.in 
	                    aclocal.m4 configure configure.ac 
	font/misc-meltho: ChangeLog INSTALL Makefile.am Makefile.in 
	                  aclocal.m4 configure configure.ac 
	font/misc-misc : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/mutt-misc : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac cu12.bdf 
	font/schumacher-misc: ChangeLog INSTALL Makefile.am Makefile.in 
	                      aclocal.m4 configure configure.ac 
	font/screen-cyrillic: ChangeLog INSTALL Makefile.am Makefile.in 
	                      aclocal.m4 configure configure.ac 
	font/sony-misc : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	font/sun-misc  : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 olcursor.bdf olgl10.bdf olgl12.bdf olgl14.bdf 
	                 olgl19.bdf 
	font/winitzki-cyrillic: ChangeLog INSTALL Makefile.am 
	                        Makefile.in aclocal.m4 configure 
	                        configure.ac 
	font/xfree86-type1: ChangeLog INSTALL Makefile.am Makefile.in 
	                    aclocal.m4 configure configure.ac 
Added files:
	font/bh-ttf    : 42-luxi-mono.conf 

Log message:
Update all font packages to latest X.Org versions.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/10/31 15:24:18

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/10/31 15:38:38

Added files:
	print/texlive2010/base/patches: 
	                                patch-texk_web2c_ptexdir_ptex-base_ch 

Log message:
fix format creation with 'platex -ini'


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/10/31 15:52:46

Modified files:
	sys/dev/acpi   : acpivar.h dsdt.c acpi.c 

Log message:
Revert last commit: it breaks resume on Thinkpads
"then please back it out" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2010/10/31 16:38:42

Modified files:
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/patches: patch-boehm-gc_include_private_gcconfig_h 

Log message:
Correct UTHREAD_SP_OFFSET on i386 after layout change in struct
_machdep_state (last release). Fixes classpath build on i386.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/10/31 17:57:17

Modified files:
	share/man/man7 : hier.7 

Log message:
update description for /usr/share/doc;


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/10/31 19:57:53

Modified files:
	faq            : upgrade48.html 

Log message:
Frank Bax found a few screwups on my part.  Fortunately, the cut/past was
right, the file lists were incomplete.
Also fix a validation error while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/31 23:24:58

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 

Log message:
add support for (full length only) hex keys to the wpakey code.  for the
remainder of the 4.8->4.9 transition, alias wpapsk to wpakey (since
it swings both ways)
ok damien halex tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/31 23:25:50

Modified files:
	sbin           : Makefile 
Removed files:
	sbin/wpa-psk   : Makefile wpa-psk.8 wpa-psk.c 

Log message:
bye bye wpa-psk.  instead of using ifconfig wpapsk `wpa-psk password` you
can now simply use ifconfig wpakey password
ok damien


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/10/31 23:38:51

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 02:41:11

Modified files:
	app/xf86dga    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac dga.c 
Removed files:
	app/xf86dga    : compile 

Log message:
Upate xf86dga to 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 02:52:28

Modified files:
	app/xinit      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 config.h.in configure configure.ac startx.cpp 
	                 xinit.c 
Removed files:
	app/xinit      : compile startx.cmd xinit.def xinitrc.cmd 

Log message:
Update to xinit 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 02:58:06

Modified files:
	app/xinit      : xinit.c 

Log message:
Remove Xorg RCSId that was left in a previous merge.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 03:35:09

Modified files:
	math/ufconfig  : Makefile distinfo 

Log message:
update to 3.5.0


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/01 03:48:45

Modified files:
	faq            : faq1.html faq2.html faq3.html faq4.html 
	                 faq5.html faq6.html faq8.html faq9.html 
	                 faq10.html faq11.html faq14.html faq15.html 

Log message:
update to 4.8


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/01 03:53:51

Modified files:
	faq/pf         : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 

Log message:
update to 4.8


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/01 03:55:16

Modified files:
	faq            : index.html 

Log message:
->4.8


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/01 03:57:46

Modified files:
	faq            : current.html 

Log message:
remove 4.7->4.8 stuff (already in upgrade-old.html)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/01 04:39:40

Modified files:
	devel/py-sip   : Makefile 
	x11/py-qt4     : Makefile 

Log message:
- mirror distfile, so it's reachable again


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/01 04:55:26

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
much better implementation of -R. In case of rebuilds, check does not "see"
pkgfiles, unless they've been registered.
the engine queues everything to build, but normal build is only an
existence/signature check. The actual build tasks only get queued when
the package does not exist, or if its signature does NOT match the ports
tree.

Should make matthieu@ happy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/01 05:19:00

Modified files:
	astro/py-metar : Makefile distinfo 

Log message:
- update py-metar to 0.17

ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/01 05:20:46

Modified files:
	archivers/lzo2 : Makefile distinfo 

Log message:
- update lzo2 to 2.04

ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/01 06:24:47

Modified files:
	infrastructure/bin: dpb 
	infrastructure/man/man1: dpb.1 

Log message:
do -d automatically, we don't really need that option


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 06:48:15

Modified files:
	infrastructure/bin: libtool 

Log message:
factor code to install .la file and associated files into its own sub


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 07:05:13

Modified files:
	infrastructure/bin: libtool 

Log message:
simplify sequence of events a bit in the install subroutine


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 07:05:57

Modified files:
	infrastructure/bin: libtool 

Log message:
zap unused variable


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 07:26:41

Modified files:
	infrastructure/bin: libtool 

Log message:
give Program its own install sub as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 07:40:36

Modified files:
	infrastructure/bin: libtool 

Log message:
make die messages a bit more consistent


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/01 07:48:40

Modified files:
	databases/py-pygresql: Makefile distinfo 

Log message:
- update py-pugresql to 4.0

ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/01 08:47:36

Modified files:
	share/zoneinfo/datfiles: australasia 

Log message:
Update to tzdata2010o from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 08:58:19

Modified files:
	lib/libXpm/include: Makefile.am Makefile.in 

Log message:
Fix installation when install-sh is not executable.

the nobase_* variables force the use of install-sh, without '${SHELL}'.
Use a more traditional approach, that uses the normally probed INSTALL
program. Problem noticed by oga@.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/01 09:02:29

Modified files:
	.              : 48.html index.html orders.html plus47.html 
	                 plus48.html 
Added files:
	images         : puffy48.gif 

Log message:
release 4.8


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/11/01 09:37:03

Modified files:
	sys/arch/amd64/amd64: trap.c 

Log message:
convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into a
real panic.  this brings amd64 inline with all of the other arches.

OK kettenis@, mikeb@, krw@, guenther@, thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2010/11/01 09:41:01

Modified files:
	sys/arch/amd64/amd64: trap.c 

Log message:
use the amd64 name for this frame, instead of the i386 name, to be
consistent with the rest of the file.

requested to be a seperate commit by kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/01 09:54:04

Modified files:
	faq            : current.html 
Removed files:
	faq            : upgrade-old.html 

Log message:
upgrade-old.html was just for historic curiosity.  If you are curious,
look in cvs.  People keep trying to use this, so remove.  "remove the
lies" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/01 10:00:45

Modified files:
	faq            : current.html 

Log message:
document wpa changes


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/01 10:39:03

Modified files:
	faq            : current.html 

Log message:
clarify


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2010/11/01 10:56:49

Modified files:
	.              : 48.html 

Log message:
s/uscanner/usscanner/
change the ss(4) and usscanner(4) dead links to point to the 4.7 pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/01 11:59:09

Modified files:
	share/man/man4 : ath.4 athn.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 
	                 otus.4 ral.4 rum.4 run.4 upgt.4 ural.4 urtw.4 
	                 wpi.4 zyd.4 

Log message:
- switch from wpapsk to wpakey
- remove the "return device to default settings" example, which theo says
is rubbish

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/01 13:25:57

Modified files:
	sysutils/stan  : Makefile 

Log message:
change maintainer address
groff not needed

from Igor Zinovik (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/01 13:49:41

Modified files:
	net/unworkable : Makefile 

Log message:
- USE_GROFF


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 14:44:30

Modified files:
	faq            : current.html 

Log message:
add latest to index.


CVSROOT:	/cvs
Module name:	www
Changes by:	fkr@cvs.openbsd.org	2010/11/01 14:46:17

Modified files:
	.              : hackathons.html 

Log message:
correct artwork credits.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2010/11/01 14:57:26

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
New doc directories for updated libs. remained by naddy@. thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/01 14:59:45

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Typo, from Rob Paisley.


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2010/11/01 15:29:49

Modified files:
	faq            : upgrade48.html 

Log message:
pkg_add -ui will do


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/01 15:49:04

Modified files:
	net/nagios/nagios: Makefile distinfo 

Log message:
update to 3.2.3, fixing a bunch of problems including a nasty DST-related
scheduling bug found the hard way by henning@.

candidate for -stable.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/11/01 16:06:59

Modified files:
	.              : alpha.html amd64.html armish.html hp300.html 
	                 hppa.html i386.html landisk.html loongson.html 
	                 macppc.html mvme68k.html mvme88k.html sgi.html 
	                 socppc.html sparc.html sparc64.html 
	                 vax-simh.html vax.html zaurus.html 

Log message:
- 4.8


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/01 16:07:08

Modified files:
	share/man/man5 : acct.5 

Log message:
typo fix lifted from the last tmux commit ("one of more");


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/01 23:54:28

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
	x11/gnome/gvfs/pkg: PFRAG.shared-main PLIST-main 

Log message:
Maintainance update to gvfs-1.6.5.
* Remove app lookup extension (now handled internally in GIO)
* sftp: Fix poll() timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/02 00:37:51

Modified files:
	textproc/gtranslator: Makefile distinfo 
	textproc/gtranslator/patches: patch-configure 
	textproc/gtranslator/pkg: PLIST 

Log message:
Update to gtranslator-1.9.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/02 01:08:04

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/patches: drac-patch-imap_Makefile_in 

Log message:
Unbreak the drac FLAVOR, as spotted by naddy@ then jasper@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/02 01:51:54

Modified files:
	lib/libXfont/src/stubs: stubs.h 

Log message:
Fix weak symbols declarations for gcc 2.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/02 02:10:43

Modified files:
	sysutils/dcled : Makefile 
	sysutils/dcled/pkg: PLIST 
Removed files:
	sysutils/dcled/patches: patch-makefile 

Log message:
- what was committed is NOT what I ok'd (found out rather late..). fix this mess.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/02 02:21:59

Modified files:
	net/irssi-icb  : Makefile 

Log message:
- needs gnu libtool, autoconf needs some macros


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/02 02:23:58

Modified files:
	net/ices2      : Makefile 

Log message:
- needs gnu libtool, autoconf needs some macros


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/02 03:36:09

Modified files:
	sys/kern       : kern_sysctl.c 
	sys/sys        : sysctl.h 

Log message:
export the network livelock counter. part of a diff i committed the
userland side of.

pointed out by claudio@ after i embarassed myself saying "yes, its there!"


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/02 03:40:25

Modified files:
	cs             : donations.html events.html ftp.html 
	faq/cs         : faq2.html faq4.html index.html 
	faq/fr         : current.html faq10.html faq4.html 
	                 upgrade-old.html 
	faq/nl         : faq10.html faq4.html index.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/02 03:41:40

Modified files:
	www/aria2      : Makefile distinfo 
	www/aria2/pkg  : PLIST 

Log message:
Update to aria2 1.10.6 from MAINTAINER Remi Pointel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/02 03:56:19

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-midori_main_c patch-wscript 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.2.9, from Remi Pointel.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/02 04:24:34

Modified files:
	sbin/sysctl    : sysctl.c 
	usr.bin/systat : mbufs.c 

Log message:
expose the kernels network livelock counter


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/02 04:51:06

Modified files:
	sys/sys        : resource.h 

Log message:
Include <sys/time.h> such that <sys/resource.h> becomes usable on its own as
required by POSIX X/Open extensions for quite a while now.

ok millert@, guenther@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/02 05:34:29

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
explicit reminder: dpb does NOT do anything intelligent with installed
packages. Beware with -R, start with a clean box, or suffer strange
problems.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/02 05:52:38

Modified files:
	build          : Makefile 
	build/mirrors  : anoncvs.html.end ftp.html.end 

Log message:
4.8


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/02 05:53:37

Modified files:
	build/mirrors  : anoncvs.html.head cvsync.html.head 
	                 ftp.html.head openbgpd-ftp.html.head 
	                 openntpd-ftp.html.head 
	                 openntpd-portable.html.head 

Log message:
copyright dates


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/02 05:54:08

Modified files:
	.              : ftp.html anoncvs.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/02 07:10:05

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 
	devel/gsettings-desktop-schemas/pkg: PLIST 
Removed files:
	devel/gsettings-desktop-schemas/patches: patch-configure 

Log message:
Update to gsettings-desktop-schemas-0.1.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/02 07:10:52

Modified files:
	x11/wxWidgets  : Makefile distinfo 
	x11/wxWidgets/patches: patch-Makefile_in patch-autoconf_inc_m4 
	                       patch-configure_in 
	                       patch-contrib_src_fl_Makefile_in 
	                       patch-contrib_src_gizmos_Makefile_in 
	                       patch-contrib_src_ogl_Makefile_in 
	                       patch-contrib_src_plot_Makefile_in 
	                       patch-contrib_src_stc_Makefile_in 
	                       patch-contrib_src_svg_Makefile_in 
	                       patch-include_wx_wxchar_h 
	                       patch-tests_Makefile_in 
	                       patch-wx-config_in 
	x11/wxWidgets/pkg: PLIST 
Added files:
	x11/wxWidgets/patches: patch-contrib_src_Makefile_in 
	                       patch-src_common_strconv_cpp 
	                       patch-src_common_uri_cpp 
	                       patch-src_gtk_assertdlg_gtk_c 
	                       patch-src_unix_dialup_cpp 
	                       patch-src_unix_fontutil_cpp 
	                       patch-src_unix_threadpsx_cpp 
Removed files:
	x11/wxWidgets/patches: patch-contrib_src_deprecated_Makefile_in 
	                       patch-contrib_src_mmedia_Makefile_in 
	                       patch-contrib_src_mmedia_sndoss_cpp 
	                       patch-src_common_imagpng_cpp 
	                       patch-src_common_imagtiff_cpp 
	                       patch-src_gtk_gsockgtk_cpp 
	                       patch-src_unix_sound_cpp 

Log message:
Update to wxWidgets-2.8.11

Successfully tested in a bulk build by landry@

OK steven@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/02 07:27:29

Modified files:
	www/raggle     : Makefile 

Log message:
- unbreak on a clean box

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/11/02 08:06:39

Modified files:
	x11/gnome/audio: Makefile 
	x11/gnome/audio/patches: patch-sounds_Makefile 
	x11/gnome/audio/pkg: PLIST 

Log message:
Enable login sound by default
ok ajacoutot@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/02 08:17:27

Modified files:
	sys/dev/ic     : trm.c 

Log message:
Clean up some printf's, most but not all in DEBUG0 blocks, by using
sc_print_link() properly and consistently. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/02 08:37:56

Modified files:
	sys/dev/ic     : trm.c 

Log message:
Consolidate duplicated code removing things from the 'going' queue.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/02 08:55:01

Modified files:
	sys/dev/ic     : trm.c 

Log message:
Add DEBUG0 printf() for unexpected reselects. No functional change.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2010/11/02 09:29:29

Modified files:
	faq            : current.html 

Log message:
mention colcrt, soelim and checknr removal


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/02 11:55:48

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html errata46.html 
	                 errata47.html 
Added files:
	.              : errata48.html 

Log message:
roll errata pages


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2010/11/02 12:47:13

Modified files:
	.              : press.html 

Log message:
Some 4.8 release news


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/02 12:59:12

Modified files:
	etc            : rc 

Log message:
delete excessive ; use


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/02 13:39:52

Modified files:
	usr.sbin/ldapd : ldapd.8 

Log message:
Clarify the current state of ldapd as not fully LDAPv3 compliant.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/02 13:47:22

Modified files:
	usr.bin/make   : compat.c 

Log message:
exit 1 (not -1) for -q; PR 6494


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/02 14:19:37

ports/devel/hs-mmap/patches

Update of /cvs/ports/devel/hs-mmap/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14504/patches

Log Message:
Directory /cvs/ports/devel/hs-mmap/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/02 14:20:40

Modified files:
	devel/hs-mmap  : Makefile distinfo 
Added files:
	devel/hs-mmap/patches: patch-cbits_posix_c 

Log message:
Update to mmap-0.5.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/02 14:21:40

Modified files:
	devel/hs-hashed-storage: Makefile distinfo 

Log message:
Update to hashed-storage-0.5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/02 14:22:35

Modified files:
	devel/darcs    : Makefile distinfo 
	devel/darcs/pkg: PLIST 
Added files:
	devel/darcs/patches: 
	                     patch-tests_issue1875-honor-no-set-default_sh 
Removed files:
	devel/darcs/patches: patch-src_Darcs_Patch_Info_hs 
	                     patch-src_Darcs_Patch_Match_lhs 

Log message:
Update to darcs-2.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/02 14:32:59

Modified files:
	infrastructure/lib/DPB: Grabber.pm PortBuilder.pm Vars.pm 

Log message:
in case the signature doesn't match, clean ALL packages that will be
rebuilt. Otherwise, you may suffer through 3 or 4 rebuilds of qt3...

ouchie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/02 15:28:00

Modified files:
	net/irssi-icb  : Makefile 

Log message:
openbsd libtool can build it, depend on gnu only for autoconf


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/02 15:30:36

Modified files:
	net/ices2      : Makefile 

Log message:
openbsd libtool can build this too


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/02 16:15:09

Modified files:
	sys/dev/ic     : trm.c 

Log message:
Make error message specify if a REQUEST SENSE has timed out, not the
original command. Return xs->error = XS_SENSE, when REQUEST SENSE
times out, rather that XS_TIMEOUT. Reduces many useless retries of
commands getting sense errors.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2010/11/02 17:05:17

Modified files:
	.              : press.html 

Log message:
pasto


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 00:56:37

Modified files:
	misc/fileutils : Makefile 
	misc/fileutils/patches: patch-configure patch-src_Makefile_in 
	                        patch-src_dircolors_c patch-src_ls_c 
	                        patch-src_ls_h patch-src_mv_c 
	                        patch-src_remove_c patch-src_rm_c 

Log message:
- regen patches, add missing rcs id's


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 01:00:01

Modified files:
	misc/fileutils : Makefile 

Log message:
- it's disappearing from more and more gnu mirrors, so add another mirror


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/03 01:12:41

Modified files:
	misc/redshift  : Makefile distinfo 
	misc/redshift/pkg: PLIST 

Log message:
Update to redshift-1.6.
Use MODPY_ADJ_FILES.

prodded by Remi Pointel on ports@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 01:20:50

Modified files:
	benchmarks/xengine: Makefile 

Log message:
- add working master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 01:27:26

Modified files:
	devel/cppcheck : Makefile distinfo 
	devel/cppcheck/pkg: DESCR PLIST 

Log message:
- update cppcheck to 1.45
- improve DESCR

from maintainer igor zinovik
ok steven@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 01:34:51

Modified files:
	productivity/googlecl: Makefile 

Log message:
it should be run dependency, not lib dependency.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/03 02:19:24

Modified files:
	faq/pf         : example1.html 

Log message:
remove translation/scrub from the index at the top of the page;
scrub pointed out by Przemyslaw Pawelczyk on misc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/03 03:17:57

Modified files:
	infrastructure/db: systrace.filter 

Log message:
permit native-ogetdirentries, ok aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 03:21:00

Modified files:
	audio/p5-Audio-MPD-Common: Makefile distinfo 
	audio/p5-Audio-MPD-Common/pkg: PLIST 

Log message:
- update to 1.100430


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/03 04:15:23

Modified files:
	sys/arch/amd64/amd64: mainbus.c 
	sys/arch/i386/i386: mainbus.c 
	sys/dev        : vmt.c 

Log message:
only let vmt match and therefore attach if mainbus is specifically asking
for vmt to attach after vmt_probe succeeds. this prevents vmt from
appearing at other attach points hanging off mainbus.

found by phessler@ and debugged gently by claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 04:23:24

Modified files:
	net/ushare     : Makefile 
	net/ushare/pkg : MESSAGE PLIST 
Added files:
	net/ushare/pkg : ushare.rc 

Log message:
- add an rc file for ushare.

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/03 04:33:17

Modified files:
	usr.sbin/ldapd : filter.c ldapd.h search.c 

Log message:
Evaluate filters according to the three-valued logic of X.511, as required
by RFC 4511. A filter term can now be evaluated as undefined if the
attribute description is not recognized, the attribute type doesn't define
the appropriate matching rule, or the filtering is not implemented.

This also implements the NOT filter in the query planner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/03 04:55:30

Modified files:
	net/ushare     : Makefile 
	net/ushare/pkg : ushare.rc 

Log message:
Missing rcs id.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/03 05:21:11

Modified files:
	usr.sbin/ldapd : ldapd.conf.5 

Log message:
An index can now also be used for a presence filter.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/03 05:57:16

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: zarafa.rc 

Log message:
Fix rc scripts name.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/03 06:01:10

Modified files:
	usr.sbin/amd/amd: Makefile 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/03 06:01:32

Modified files:
	usr.sbin/ldapd/schema: core.schema 

Log message:
caseExactIA5Match is not an appropriate matching rule for directory strings
(syntax oid 1.3.6.1.4.1.1466.115.121.1.15). Use caseExactMatch instead.
Prepares for upcoming validation of matching rules.


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2010/11/03 06:51:10

Modified files:
	games/cribbage : support.c 

Log message:
fix errx() usage.

OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/03 08:17:01

Modified files:
	usr.sbin/ldapd : Makefile schema.c schema.h 
	usr.sbin/ldapctl: Makefile 
Added files:
	usr.sbin/ldapd : matching.c 

Log message:
Validate matching rules against attribute syntaxes. All matching rules from
RFC 4517 are recognized, except the optional wordMatch and keywordMatch.

Requires a current core.schema file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 08:53:46

Modified files:
	security/zebedee: Makefile 

Log message:
- add missing build dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/03 09:11:01

Modified files:
	bin/pax        : cpio.1 tar.1 

Log message:
remove $OpenBSD$ lines that duplicate earlier ones


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 10:18:43

Modified files:
	net/libnetdude/plugins/conntrack: Makefile 
	net/libnetdude/plugins/demux: Makefile 
	net/libnetdude/plugins/traceset: Makefile 
	net/libnetdude/plugins/traffic-analyzer: Makefile 

Log message:
- add missing build dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 10:37:47

Modified files:
	devel/uthash   : Makefile distinfo 
	devel/uthash/patches: patch-tests_Makefile 
	devel/uthash/pkg: PLIST 

Log message:
- update uthash to 1.9.3


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/03 11:30:01

Modified files:
	usr.sbin/ldapd : btree.3 

Log message:
Update the internal btree documentation to reflect the current api.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 11:30:14

Modified files:
	devel/fossil   : Makefile distinfo 
	devel/fossil/patches: patch-src_main_mk 
	devel/fossil/pkg: DESCR 

Log message:
- update fossil to 20101101142335

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/03 11:49:42

Modified files:
	sys/kern       : subr_pool.c 

Log message:
pool_sethardlimit should not imply pool_sethiwat;  figured out with claudio

ok claudio tedu


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/03 12:18:51

Modified files:
	audio/mpd      : Makefile 
	audio/mpd/pkg  : PLIST 

Log message:
- tweak


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/11/03 13:01:28

Added files:
	images         : pf2_big.jpg pf2_cov.jpg 

Log message:
Artwork for Book of PF 2nd Edition


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 13:23:05

Modified files:
	devel/hs-ghc-paths/pkg: PLIST 

Log message:
@comment the LICENSE stuff, because it's the only documentation stuff in this port.

I'm skipping the bump because there'll be another sweep over all hs-* ports soon.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/11/03 13:38:27

Modified files:
	build/mirrors  : anoncvs.html.head 
	faq/pf         : index.html 

Log message:
Fixes for 4.8 release from Maurice Janssen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/03 13:39:38

Modified files:
	usr.bin/ctags  : C.c ctags.1 ctags.c ctags.h 

Log message:
POSIX specifies that ctags create tags for typedefs, structs, unions,
and enums by default.  The -t flag becomes a no-op for backwards
compat only.  OK deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/03 13:50:18

Modified files:
	cs             : ftp.html index.html 
	faq/nl         : faq10.html faq11.html faq15.html faq2.html 
	                 faq3.html faq6.html faq8.html faq9.html 
	faq/pf/nl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	it             : ftp.html index.html 
	nl             : anoncvs.html ftp.html index.html orders.html 
	openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2010/11/03 13:57:57

Modified files:
	faq            : current.html 

Log message:
4.8


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/03 14:08:03

Modified files:
	sys/arch/alpha : Makefile 
	sys/arch/amd64 : Makefile 
	sys/arch/armish: Makefile 
	sys/arch/aviion: Makefile 
	sys/arch/beagle: Makefile 
	sys/arch/gumstix: Makefile 
	sys/arch/hp300 : Makefile 
	sys/arch/hppa  : Makefile 
	sys/arch/hppa64: Makefile 
	sys/arch/i386  : Makefile 
	sys/arch/landisk: Makefile 
	sys/arch/loongson: Makefile 
	sys/arch/luna88k: Makefile 
	sys/arch/mac68k: Makefile 
	sys/arch/macppc: Makefile 
	sys/arch/mvme68k: Makefile 
	sys/arch/mvme88k: Makefile 
	sys/arch/mvmeppc: Makefile 
	sys/arch/octeon: Makefile 
	sys/arch/palm  : Makefile 
	sys/arch/sgi   : Makefile 
	sys/arch/socppc: Makefile 
	sys/arch/solbourne: Makefile 
	sys/arch/sparc : Makefile 
	sys/arch/sparc64: Makefile 
	sys/arch/vax   : Makefile 
	sys/arch/zaurus: Makefile 

Log message:
no need to specify the -t flag to ctags


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/03 14:10:59

Modified files:
	net/zsync      : Makefile distinfo 

Log message:
update zsync to 0.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 15:32:08

Modified files:
	lang/ghc       : Makefile ghc.port.mk 
Added files:
	lang/ghc/patches: 
	                  patch-libraries_Cabal_Distribution_InstalledPackageInfo_hs 
	                  patch-libraries_Cabal_Distribution_Simple_Register_hs 
	                  patch-libraries_Cabal_Distribution_Simple_Setup_hs 
	                  patch-libraries_bin-package-db_Distribution_InstalledPackageInfo_Binary_hs 

Log message:
Add a `pkgpath' field to installed GHC libraries. Only applies to
libraries not coming together with ghc. This allows for looking up
a library's PKGPATH by running

ghc-pkg field $pkgname pkgpath

where $pkgname is the GHC library name without the `hs-' prefix,
for example `ghc-paths'.

looks good to jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:12:02

Modified files:
	archivers/hs-zlib: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:12:52

Modified files:
	databases/hs-HDBC: Makefile 
	databases/hs-HDBC-sqlite3: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:13:39

Modified files:
	devel/cpphs    : Makefile 
	devel/haddock  : Makefile 
	devel/hs-ConfigFile: Makefile 
	devel/hs-FindBin: Makefile 
	devel/hs-HUnit : Makefile 
	devel/hs-HsSyck: Makefile 
	devel/hs-List  : Makefile 
	devel/hs-ListLike: Makefile 
	devel/hs-MetaObject: Makefile 
	devel/hs-MissingH: Makefile 
	devel/hs-MonadCatchIO-transformers: Makefile 
	devel/hs-PSQueue: Makefile 
	devel/hs-QuickCheck: Makefile 
	devel/hs-binary: Makefile 
	devel/hs-cereal: Makefile 
	devel/hs-control-timeout: Makefile 
	devel/hs-convertible: Makefile 
	devel/hs-dataenc: Makefile 
	devel/hs-deepseq: Makefile 
	devel/hs-directory-tree: Makefile 
	devel/hs-dlist : Makefile 
	devel/hs-fgl   : Makefile 
	devel/hs-ghc-paths: Makefile 
	devel/hs-gio   : Makefile 
	devel/hs-glade : Makefile 
	devel/hs-glib  : Makefile 
	devel/hs-hashed-storage: Makefile 
	devel/hs-hlint : Makefile 
	devel/hs-hood  : Makefile 
	devel/hs-hslogger: Makefile 
	devel/hs-iteratee: Makefile 
	devel/hs-language-c: Makefile 
	devel/hs-mmap  : Makefile 
	devel/hs-monads-fd: Makefile 
	devel/hs-murmur-hash: Makefile 
	devel/hs-network: Makefile 
	devel/hs-pango : Makefile 
	devel/hs-parallel: Makefile 
	devel/hs-parsec: Makefile 
	devel/hs-primitive: Makefile 
	devel/hs-pugs-DrIFT: Makefile 
	devel/hs-pugs-compat: Makefile 
	devel/hs-readline: Makefile 
	devel/hs-regex-base: Makefile 
	devel/hs-regex-compat: Makefile 
	devel/hs-regex-pcre-builtin: Makefile 
	devel/hs-regex-posix: Makefile 
	devel/hs-sendfile: Makefile 
	devel/hs-stm   : Makefile 
	devel/hs-stringtable-atom: Makefile 
	devel/hs-tar   : Makefile 
	devel/hs-text  : Makefile 
	devel/hs-transformers: Makefile 
	devel/hs-uniplate: Makefile 
	devel/hs-unix-compat: Makefile 
	devel/hs-vector: Makefile 
	devel/hscolour : Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:16:39

Modified files:
	graphics/hs-GLUT: Makefile 
	graphics/hs-OpenGL: Makefile 
	graphics/hs-cairo: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:17:15

Modified files:
	lang/hs-HsParrot: Makefile 
	lang/hs-haskell-src: Makefile 
	lang/hs-haskell-src-exts: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:17:40

Modified files:
	net/hs-HTTP    : Makefile 
	net/hs-network-bytestring: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:18:16

Modified files:
	textproc/hs-HaXml: Makefile 
	textproc/hs-attoparsec: Makefile 
	textproc/hs-attoparsec-iteratee: Makefile 
	textproc/hs-bytestring-nums: Makefile 
	textproc/hs-bytestring-show: Makefile 
	textproc/hs-heist: Makefile 
	textproc/hs-hexpat: Makefile 
	textproc/hs-xml: Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:18:39

Modified files:
	www/hs-cgi     : Makefile 
	www/hs-html    : Makefile 
	www/hs-snap-core: Makefile 
	www/hs-snap-server: Makefile 
	www/hs-xhtml   : Makefile 
	www/hs-xhtml-combinators: Makefile 

Log message:
w
bumpski


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/03 16:19:02

Modified files:
	x11/hs-X11     : Makefile 
	x11/hs-X11-xft : Makefile 
	x11/hs-gtk     : Makefile 
	x11/hs-xmonad-contrib: Makefile 
	x11/xmonad     : Makefile 

Log message:
bumpski


CVSROOT:	/cvs
Module name:	www
Changes by:	jakemsr@cvs.openbsd.org	2010/11/03 18:20:49

Modified files:
	.              : want.html 

Log message:
I have enough usb audio devices, other devices would be useful though.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2010/11/03 19:41:11

Modified files:
	www/nginx      : Makefile distinfo 
	www/nginx/pkg  : PLIST 

Log message:
update nginx to 0.8.53. the main flavor builds and works fine. the
passenger build works, but i havent got a test case for it.

ok william@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/03 20:45:34

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
umask should be parsed as octal. reported by candland AT xmission.com;
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/03 22:15:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
default to using all the IPs for ntp servers; ok krw henning


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/04 00:39:20

Modified files:
	distrib/miniroot: install.sub 

Log message:
correct comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/04 01:18:54

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/pkg : PLIST-libpurple 

Log message:
update to 2.7.5

from brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/04 01:20:57

Modified files:
	sysutils/ruby-puppet: Makefile distinfo 
Added files:
	sysutils/ruby-puppet/patches: patch-lib_puppet_defaults_rb 
	                              patch-lib_puppet_indirector_ldap_rb 
	                              patch-lib_puppet_indirector_node_ldap_rb 
	                              patch-lib_puppet_indirector_yaml_rb 
	                              patch-lib_puppet_provider_user_useradd_rb 

Log message:
Update to 2.6.3rc and fix a file locking issue while using LDAP.
Also add a patch for the LDAP connections to make puppet retry
instead of just erroring out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 01:28:36

Modified files:
	devel/glog     : Makefile distinfo 
Removed files:
	devel/glog/patches: patch-src_logging_cc 

Log message:
- update to 0.3.1
- new depends

OK maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/04 01:39:44

Modified files:
	www/nginx      : Makefile 
	www/nginx/pkg  : DESCR PLIST 
Added files:
	www/nginx/pkg  : nginx.rc 
Removed files:
	www/nginx/pkg  : MESSAGE 

Log message:
Add an rc script for nginx too


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/04 01:43:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
badspec match_locations must return a ref, fixes pkg_add -nz bzr
(sorry, I don't remember your name, I misplaced that email)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 01:54:51

Modified files:
	www/nginx      : Makefile 
	www/nginx/pkg  : nginx.rc 

Log message:
Add rcs id and shebang.
Protect variable names.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/04 02:38:59

Modified files:
	faq            : current.html 

Log message:
upgrade46.html->upgrade48.html


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 03:17:38

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Make sure we don't end up using /usr/src/etc if we forget to pass the
correct option (e.g. 'sysmerge /tmp/etc48.tgz'). Use OPTIND as all args
are handled by getopts we can catch misusage and we exit with an error.

from Brian Poole, thanks.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/04 03:49:07

Modified files:
	usr.sbin/ldpd  : lde.h lde_lib.c 

Log message:
Only consider pathes with highest priority when replying to label
requests. Else a priority inversion may happen that would build
label switching pathes that use inactive routes.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 03:49:53

Modified files:
	devel/libnotify: Makefile distinfo 
	devel/libnotify/pkg: PLIST 

Log message:
Update to libnotify-0.5.2.
0.5.X versions will be the latest to work with gtk+2, starting 0.6 it
will require gtk+3.
This update brings ~3 years worth of fixes.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 03:50:44

Modified files:
	sysutils/notification-daemon: Makefile distinfo 
	sysutils/notification-daemon/pkg: PFRAG.shared PLIST 

Log message:
Update to notification-daemon-0.5.0.
This update brings ~3 years worth of changes and actually fixes several
lock up issues people have been seeing.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/04 03:52:16

Modified files:
	usr.sbin/ldpd  : address.c hello.c init.c keepalive.c 
	                 labelmapping.c ldp.h ldpe.h notification.c 
	                 packet.c 

Log message:
Rewrite all packet parsers to be more careful about alignment. Until
now ldpd had no chance to run on a strict alignment architecture but
this makes ldpd happy on sparc64. Be careful to do all needed overflow
checks and try to make all parsing functions look similar.
OK michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 05:18:12

Modified files:
	security/clamav: Makefile 
	security/clamav/pkg: PLIST 
Added files:
	security/clamav/pkg: clamav_daemon.rc clamav_freshclam.rc 

Log message:
add rc scripts. "go ahead" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 05:19:40

Modified files:
	security/clamav: Makefile 
Removed files:
	security/clamav/pkg: MESSAGE 

Log message:
remove unnecessary MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 05:29:45

Modified files:
	security/clamav: Makefile 
	security/clamav/patches: patch-etc-clamd_conf 

Log message:
Make the default config work without eating all FDs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 06:01:42

Modified files:
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/pkg: smtp_vilter.rc 

Log message:
add missing ", ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/04 06:05:25

Modified files:
	x11/wxWidgets  : Makefile 
	x11/wxWidgets/patches: patch-Makefile_in 
	                       patch-contrib_src_fl_Makefile_in 
	                       patch-contrib_src_gizmos_Makefile_in 
	                       patch-contrib_src_ogl_Makefile_in 
	                       patch-contrib_src_plot_Makefile_in 
	                       patch-contrib_src_stc_Makefile_in 
	                       patch-contrib_src_svg_Makefile_in 
	                       patch-utils_wxrc_Makefile_in 

Log message:
Fix debug build.

"Go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 06:07:09

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-SpamAssassin/pkg: PLIST 
Added files:
	mail/p5-Mail-SpamAssassin/pkg: spamassassin.rc 

Log message:
rc script for spamassassin; suggestions and ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 07:45:10

Modified files:
	lang/ocaml     : Makefile 

Log message:
Add a prominent comment asking people to check/handle dependent
ports if they update this. Suggested by espie on ports@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/04 07:45:54

Modified files:
	geo/postgis    : Makefile distinfo 
	geo/postgis/patches: patch-doc_Makefile_in 
	                     patch-loader_Makefile_in 
	geo/postgis/pkg: PLIST 

Log message:
- update postgis to 1.5.2
- install documentation properly

NOTE: An upgrade of all postgis DBs is required. A "hard upgrade" is
advised. A "soft upgrade" might be possible by keeping a copy of
/usr/local/lib/postgresql/postgis-1.4.so. In all cases, read the
documentation.

ok landry@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/04 08:32:28

Modified files:
	usr.bin/ctags  : ctags.1 

Log message:
- fix a comma oopsie
- Tn for "YACC" is silly
- since ex(1) and vi(1) are the same page, let's not list them both in SEE ALSO


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/04 08:39:13

Modified files:
	.              : books.html older.html orders.html 

Log message:
book of pf, 2nd edition can be ordered
this matches the functionality in 4.8 pf


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/04 09:35:00

Modified files:
	usr.sbin/ldapd : matching.c schema.c schema.h search.c 

Log message:
Publish matching rules in the cn=schema subentry as the matchingRules
attribute. This is an operational attribute and only returned if explicitly
asked for. Required by RFC 4517.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/04 10:16:28

Modified files:
	print/texlive2010: README 
	print/texlive2010/texmf: distinfo 

Log message:
Update README with symlink warnings descriptions and update checksums of
pregenerated format and map files (I had to regenerate them).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2010/11/04 10:54:14

Modified files:
	lang/jamvm/pkg : PLIST 

Log message:
Remove @symlink so this packages again. no pkg bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/04 11:07:10

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: MESSAGE-main 

Log message:
tyop in MESSAGE.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2010/11/04 11:37:05

Modified files:
	usr.sbin/tcpdump: nameser.h print-domain.c 

Log message:
Sync with tcpdump.org to fix multicast DNS support, and get some
other updates in the process. Initial report/patch from  Christiano
F. Haesbaert. Ok matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 11:44:14

Modified files:
	x11/qvwm       : Makefile 
Removed files:
	x11/qvwm/pkg   : MESSAGE 

Log message:
- zap pointless MESSAGE and unneeded SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 11:44:18

ports/devel/vtcl/files

Update of /cvs/ports/devel/vtcl/files
In directory cvs.openbsd.org:/tmp/cvs-serv19702/files

Log Message:
Directory /cvs/ports/devel/vtcl/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/04 11:50:41

Removed files:
	usr.bin/aucat  : legacy.c 

Log message:
legacy.c is not used any longer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 11:51:46

Modified files:
	devel/vtcl     : Makefile 
Added files:
	devel/vtcl/files: vtcl 

Log message:
provide a proper wrapper script


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 11:53:56

Modified files:
	x11/gtk+2      : Makefile 

Log message:
- cups builds fine nowadays on mips64(el), most likely because of the switch to gcc4.
so drop the hack to not build -cups on those arches.

ok ajacoutot@ (MAINTAINER) phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/04 11:55:28

Modified files:
	usr.bin/aucat  : aparams.c aparams.h aproc.c aproc.h sock.c 

Log message:
Replace ``short'' by a new ``adata_t'' typedef corresponding to
audio samples and cleanup ADATA_XXX macros. This allows easilly
switching to 24 bit fixed point arithmetic by simply redefining
the adata_t typedef to int and updating ADATA_XXX macros. No
object change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 11:57:21

Modified files:
	emulators/vba  : Makefile 

Log message:
- add VMEM_WARNING


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/04 12:44:43

Modified files:
	.              : books.html 

Log message:
fix url


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 14:13:10

Modified files:
	devel/doxygen  : Makefile distinfo 
	devel/doxygen/patches: patch-Makefile_in 
	                       patch-addon_doxywizard_doxywizard_pro_in 
	                       patch-configure 
	                       patch-examples_Makefile_in 
	                       patch-qtools_qtools_pro_in 
	                       patch-src_dirdef_cpp 
	                       patch-src_doxygen_pro_in 
	                       patch-src_libdoxycfg_pro_in 
	                       patch-src_libdoxygen_pro_in 
	devel/doxygen/pkg: PLIST-gui PLIST-main 
Added files:
	devel/doxygen/patches: patch-addon_doxywizard_Makefile_in 
Removed files:
	devel/doxygen/patches: patch-src_fortranscanner_l 
	                       patch-src_portable_cpp 

Log message:
update Doxygen to 1.7.2; original 1.7.1 update by me / ok jasper@,
revised for 1.7.2 by jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 14:14:20

Modified files:
	databases/freetds: Makefile 
	databases/freetds/pkg: PLIST 

Log message:
- regen PLIST after doxygen update
- tighten build dependency on doxygen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 14:14:30

Modified files:
	geo/geos       : Makefile 
	geo/geos/pkg   : PLIST 

Log message:
- regen PLIST after doxygen update
- tighten build dependency on doxygen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 14:14:43

Modified files:
	graphics/lensfun: Makefile 
	graphics/lensfun/pkg: PLIST 

Log message:
- regen PLIST after doxygen update
- tighten build dependency on doxygen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 14:14:50

Modified files:
	multimedia/libquicktime: Makefile 
	multimedia/libquicktime/pkg: PLIST 

Log message:
- regen PLIST after doxygen update
- tighten build dependency on doxygen


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/04 14:22:35

Modified files:
	usr.sbin/ldapd : ldapd.conf.5 

Log message:
Document the syntax of schema files. Only a brief synopsis of the attribute
type and object class syntax is given, the rest is referred to the RFC.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/04 14:48:48

Modified files:
	usr.sbin/ldapd : ldapd.8 

Log message:
Only LDAP version 3 is implemented.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 15:33:49

Modified files:
	databases/freetds: Makefile 
Removed files:
	databases/freetds/patches: patch-configure 

Log message:
use autoconf/automake to regenerate (the distribution patchset updates
configure.ac obsoleting patch-configure but doesn't provide a regenerated
configure script so it was never picked up).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/04 15:34:25

Modified files:
	www/webkit/patches: patch-WebCore_platform_text_AtomicString_cpp 
	                    patch-WebCore_platform_text_StringHash_h 
Added files:
	www/webkit/patches: patch-JavaScriptCore_wtf_Platform_h 

Log message:
Add a bunch of patches from Todd Carson <toc at daybefore dot net> to
allow webkit to build (and even run!) on mips64el, many thanks !
Patches will probably need to be reworked so that they can be fed
upstream, but at least this allows another part of the tree to build on
loongson. And this might even work for sgi.
Tested by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/11/04 15:59:20

Log message:
    Import chntpw, for resetting your M$Windows-NT/XP/... password under *Nix.
    Useful now that NTFS is enabled by default. Tested by several. OK merdely@.
    Prodded by "Jiri B" who submitted a similar port.
    
    Status:
    
    Vendor Tag:	ian
    Release Tags:	ian_2010-Nov-04
    
    N ports/security/chntpw/Makefile
    N ports/security/chntpw/distinfo
    N ports/security/chntpw/files/README.OpenBSD
    N ports/security/chntpw/pkg/MESSAGE
    N ports/security/chntpw/pkg/DESCR
    N ports/security/chntpw/pkg/PLIST
    N ports/security/chntpw/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/11/04 16:01:03

Modified files:
	security       : Makefile 

Log message:
+= chntpw


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 16:13:33

Modified files:
	databases/freetds: Makefile 
Added files:
	databases/freetds/patches: patch-include_tds_h 

Log message:
- include missing netinet/in.h header pointed out by landry@
- don't run configure twice


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/04 16:27:22

Modified files:
	devel/git      : Makefile 

Log message:
Unbreak when building with systrace, replacing
${TAR} -C ${WRKSRC}/doc by cd ${WRKSRC}/doc && ${TAR}.
Maybe this got broken by gtar update ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/04 16:28:37

Modified files:
	devel/hs-HsSyck: Makefile 

Log message:
Set EPOCH to get around the p0OB fatfingerism.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/04 16:51:13

Modified files:
	archivers/gtar : Makefile 

Log message:
don't reset BUILD_DEPENDS if we're using the static flavor, so we keep
xz as a build dependency there. fixes build of gtar,static on a clean box


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2010/11/04 17:07:15

Modified files:
	sys/net        : if_bridge.c 

Log message:
Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as
per the 802.1D-2004 spec.  With lots of help and guidance (and some
nagging) from claudio.  Tested with net/ladvd port on i386 and amd64.

'be a man' claudio@, ok mpf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/04 17:33:45

Modified files:
	www/nginx      : Makefile 

Log message:
move back to new-style LIB_DEPENDS, req by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/04 18:05:15

Modified files:
	print/poppler  : Makefile 

Log message:
don't ever make PSEUDO_FLAVORS/MULTI_PACKAGES dependent on arch.
Just use NOT_FOR_ARCH-* to not build some stuff somewhere.
That way, dpb says happy.

okay kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/11/04 18:23:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
Properly quote the wpakey argument. Fixes issue noted by tdm.

ok krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/04 20:35:14

Modified files:
	faq            : faq5.html 

Log message:
make sure people know that following -current from source is best done
on a machine with full console access.
from discussion between henning@ and kettenis@ et al.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/04 20:46:47

Modified files:
	usr.bin/ssh    : packet.c 

Log message:
whitespace KNF


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/11/05 00:57:15

Modified files:
	.              : books.html 

Log message:
Correct link to order page for Book of PF 2nd Edition.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/05 01:18:30

Modified files:
	usr.sbin/ldapd : ldapd.8 

Log message:
Change to read better after suggestion from jmc.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/05 01:49:03

Modified files:
	usr.sbin/ldapd : conn.c 

Log message:
When draining the input buffer of more than two complete requests, an
additional incomplete request would be truncated. This fixes the number of
bytes consumed from the input buffer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/05 01:51:57

Modified files:
	print/cups     : Makefile 

Log message:
Propagate AUTO{MAKE,CONF}_VERSION to aclocal/autoconf calls. Fixes build
with upcoming metaauto change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/05 01:57:07

Modified files:
	productivity/devtodo: Makefile 
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	productivity/grisbi: Makefile 
	productivity/homebank: Makefile 
	productivity/osmo: Makefile 
	productivity/qhacc: Makefile 
	productivity/rubrica2: Makefile 
	productivity/siag: Makefile 
	productivity/taskjuggler: Makefile 
	productivity/tasks: Makefile 
	productivity/tdl: Makefile 
	productivity/vym: Makefile 
	productivity/when: Makefile 
	productivity/workrave: Makefile 
	productivity/wyrd: Makefile 
	productivity/xinvest: Makefile 
	productivity/xquote: Makefile 

Log message:
new-style revision/lib_depends


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/05 02:17:46

Modified files:
	usr.sbin/ldapd : search.c 

Log message:
If the base DN in a search request doesn't exist, return early.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 02:21:22

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-base_utils_py 
	                     patch-ui4_nodevicesdialog_py 
	                     patch-ui_nodevicesform_py 

Log message:
Use xdg-open instead of trying to come up with a giant list of browser
names. Fix CUPS web interface URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2010/11/05 02:23:04

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile 
	devel/git/pkg  : PLIST-main 
Added files:
	devel/git/pkg  : README-main 
Removed files:
	devel/git/files: README.OpenBSD 

Log message:
Update to git-1.7.3.2 and switch to new README stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/05 02:24:51

Modified files:
	misc/WordGenerator: Makefile 
	misc/amanda    : Makefile 
	misc/astrolog  : Makefile 
	misc/brltty    : Makefile 
	misc/brs       : Makefile 
	misc/bsdiff    : Makefile 
	misc/buffer    : Makefile 
	misc/calentool : Makefile 
	misc/cbb       : Makefile 
	misc/ccze      : Makefile 
	misc/cdrdao    : Makefile 
	misc/clex      : Makefile 
	misc/dates     : Makefile 
	misc/deco      : Makefile 
	misc/delay     : Makefile 
	misc/digitemp  : Makefile 
	misc/dtach     : Makefile 
	misc/garmin-utils: Makefile 
	misc/geekcode  : Makefile 
	misc/gnugetopt : Makefile 
	misc/gnuwatch  : Makefile 
	misc/gone      : Makefile 
	misc/gpsd      : Makefile 
	misc/hfsplus   : Makefile 
	misc/ktimeclock: Makefile 
	misc/libutf8   : Makefile 
	misc/lifelines : Makefile 
	misc/logjam    : Makefile 
	misc/magicpoint: Makefile 
	misc/mc        : Makefile 
	misc/most      : Makefile 
	misc/mshell    : Makefile 
	misc/openbabel : Makefile 
	misc/pdmenu    : Makefile 
	misc/remind    : Makefile 
	misc/rpm       : Makefile 
	misc/sh-utils  : Makefile 
	misc/shared-mime-info: Makefile 
	misc/tkcron    : Makefile 
	misc/tkinfo    : Makefile 
	misc/tkman     : Makefile 
	misc/tpp       : Makefile 
	misc/ttyrec    : Makefile 
	misc/viz       : Makefile 
	misc/wmmand    : Makefile 
	misc/wmtimer   : Makefile 
	misc/wordnet   : Makefile 
	misc/xcdroast  : Makefile 
	misc/xd        : Makefile 
	misc/xgas      : Makefile 
	misc/xkcd-viewer: Makefile 
	misc/xless     : Makefile 
	misc/xnc       : Makefile 
	misc/xtar      : Makefile 
	misc/xtimer    : Makefile 

Log message:
move to revision/new-style lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/05 03:15:57

Modified files:
	devel/doxygen  : Makefile 

Log message:
Add devel/bison to BUILD_DEPENDS, fixes build on clean box.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/05 03:50:52

Modified files:
	databases/freetds: Makefile 

Log message:
this needs gnu libtool macros


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 04:03:00

Modified files:
	etc            : rc.local 

Log message:
Print the daemon name _before_ starting the corresponding rc script.

"makes sense" schwarze@, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/05 04:06:44

Modified files:
	devel/bouml    : Makefile 
	editors/openoffice3: Makefile 
	inputmethods/uim: Makefile 
	net/avahi      : Makefile 
	print/poppler  : Makefile 
	x11/qt3        : qt3.port.mk 

Log message:
convert qt3 to new style


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/05 04:07:30

Modified files:
	usr.bin/systat : mbufs.c 

Log message:
Print relativ number of livelocks that happend between two systat
updates instead of showing absolut figures. Makes it easier to
estimate the "livelockyness" of a system.
OK dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/05 04:25:24

Modified files:
	databases/freetds: Makefile 
Added files:
	databases/freetds/patches: patch-m4_iconv_m4 

Log message:
use shared libiconv again (fixed amd64 build noted by landry)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 04:29:48

Modified files:
	print/hplip    : Makefile 
Added files:
	print/hplip/patches: patch-base_mdns_py patch-base_slp_py 

Log message:
Allow hp-setup to go a bit further... not complete yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/05 04:30:33

Modified files:
	usr.sbin/mrouted: igmp.c 

Log message:
- fix possible use of uninitialized variable.

ok claudio@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/05 06:30:03

Modified files:
	driver/xf86-video-geode: COPYING Makefile.in README aclocal.m4 
	                         configure configure.ac 
	driver/xf86-video-geode/src: Makefile.in geode.h geode_driver.c 
	                             gx_randr.c lx_display.c lx_exa.c 
	                             lx_memory.c lx_output.c lx_panel.c 
	                             lx_video.c z4l.c 
	driver/xf86-video-geode/src/cim: cim_df.c cim_modes.c 
	driver/xf86-video-geode/src/panel: gx2_9211.c 
Added files:
	driver/xf86-video-geode: NEWS 

Log message:
Update to xf86-video-geode 2.11.9.
A bunch of bug fixes and performance improvements. Tested on Alix 3c3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/05 06:54:51

Log message:
    Oggz comprises liboggz and the tool oggz, which provides commands to
    inspect, edit and validate Ogg files. The oggz-chop tool can also be
    used to serve time ranges of Ogg media over HTTP by any web server that
    supports CGI.
    
    liboggz is a C library for reading and writing Ogg files and streams.
    It offers various features over the reference libogg, including
    support for seeking, validation and timestamp interpretation. Ogg is
    an interleaving data container developed by Monty at Xiph.org,
    originally to support the Ogg Vorbis audio format but now used for
    many free codecs including Dirac, FLAC, Speex and Theora.
    
    ok pea@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2010_11_05
    
    N ports/multimedia/oggz/Makefile
    N ports/multimedia/oggz/distinfo
    N ports/multimedia/oggz/pkg/DESCR
    N ports/multimedia/oggz/pkg/PLIST
    N ports/multimedia/oggz/pkg/PFRAG.shared
    N ports/multimedia/oggz/patches/patch-src_tools_oggz-chop_httpdate_c
    N ports/multimedia/oggz/patches/patch-src_tools_oggz-chop_httpdate_test_c
    N ports/multimedia/oggz/patches/patch-doc_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/05 07:00:09

Modified files:
	multimedia     : Makefile 

Log message:
+oggz


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/05 07:47:46

Modified files:
	x11/qt4        : qt4.port.mk 
	print/poppler  : Makefile 

Log message:
zap old lib depends for qt4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 07:52:59

Modified files:
	x11/gtk-vnc    : Makefile distinfo 
	x11/gtk-vnc/patches: patch-configure patch-plugin_npshell_c 
	                     patch-plugin_npunix_c 
	x11/gtk-vnc/pkg: PLIST-main PLIST-plugin 
Removed files:
	x11/gtk-vnc/patches: patch-gnulib_tests_Makefile_in 
	                     patch-plugin_Makefile_in 

Log message:
Update to gtk-vnc-0.4.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/05 08:02:25

Log message:
    import stm32loader
    
    Python script which will talk to the STM32 bootloader to upload and
    download firmware.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100511
    
    N ports/devel/stm32loader/Makefile
    N ports/devel/stm32loader/distinfo
    N ports/devel/stm32loader/pkg/DESCR
    N ports/devel/stm32loader/pkg/PLIST
    N ports/devel/stm32loader/patches/patch-stm32loader_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/05 08:02:59

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/05 09:17:51

Modified files:
	sys/ddb        : db_command.c db_command.h db_interface.h 
	sys/kern       : uipc_mbuf.c 
	sys/sys        : mbuf.h 

Log message:
Implement m_print as real ddb command "show mbuf addr" in the way other
such commands are implemented.
"Ja! You'll need to update ddb.4 as well, of course." miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/05 09:18:54

Modified files:
	share/man/man4 : ddb.4 

Log message:
Document "show mbuf addr" to display the mbuf header of the mbuf at addr.
Requested by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/05 09:23:18

Modified files:
	usr.bin/aucat  : aparams.c aparams.h headers.c wav.c 

Log message:
Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather
than s16 (using hardcoded constants). Currently s16 is the native format,
so no behavior change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/05 09:34:02

Modified files:
	databases/pgadmin3: Makefile distinfo 
	databases/pgadmin3/pkg: PLIST 
Added files:
	databases/pgadmin3/patches: patch-pgadmin_Makefile_deps 
	                            patch-pgadmin_ver_svn_sh 

Log message:
Update to 1.12.1

comitski landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/11/05 10:09:30

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
Sync a bunch of USB devices from i386 to macppc, compiles, but
devices not tested. Not going to get tested unless they are available.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/05 10:09:50

Modified files:
	usr.bin/aucat  : aucat.c file.c 

Log message:
unbreak compilation without DEBUG defined


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/05 10:10:49

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Minor code cleanups. No functional change. From Alexandr Shadchin.

ok nicm@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 10:38:49

Modified files:
	.              : bank-donation.html 

Log message:
remove chunk of advice people do not need anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 10:39:11

Modified files:
	sysutils/backintime: Makefile.inc 
	sysutils/backintime/common: distinfo 
	sysutils/backintime/common/patches: patch-common_backintime 
	                                    patch-common_config_py 
	                                    patch-common_snapshots_py 
	                                    patch-common_tools_py 
	sysutils/backintime/common/pkg: PLIST 
	sysutils/backintime/gnome: Makefile distinfo 
	sysutils/backintime/gnome/patches: patch-gnome_backintime-gnome 
	sysutils/backintime/gnome/pkg: PLIST 
Added files:
	sysutils/backintime/common/patches: patch-common_backintime_py 
	sysutils/backintime/gnome/patches: 
	                                   patch-gnome_plugins_gnomeplugin_py 
	                                   patch-gnome_settingsdialog_glade 
	                                   patch-gnome_settingsdialog_py 

Log message:
Update to backintime-common-1.0.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/05 10:42:17

Modified files:
	usr.bin/aucat  : aparams.h 

Log message:
Add experimental support for 24-bit arithmetic, meaning that full
dynamic range of 24-bit hardware can be used. Offline processing like
mixing and channel mapping is done with 24-bit precision too.

Since most hardware and audio programs use 16-bit precision, 24-bit
processing is a small waste of CPU time in many cases, so 24-bit
processing is not desirable and this is disabled by default.
Furthermore it's available on i386, amd64 and sparc64 only. To
experiment with it:

make COPTS="-DADATA_BITS=24"


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/05 10:58:12

Modified files:
	share/man/man4 : Makefile 
	sys/dev/usb    : files.usb 
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
Added files:
	share/man/man4 : urtwn.4 
	sys/dev/usb    : if_urtwn.c if_urtwnreg.h 

Log message:
urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.
these devices are different from the RTL8191SU/RTL8192SU ones that are
not supported by this driver.
requires a firmware (urtwn-firmware-1.0)

committed over a Hercules HWNUp-150 (RTL8188CU).

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/05 11:01:59

Modified files:
	share/man/man4 : usb.4 

Log message:
.Xr urtwn


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/05 11:26:38

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
double \n\n in dmesg


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/05 11:57:10

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
s/urtw_devs/urtwn_devs/
no binary change


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 12:03:57

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/05 12:45:11

Modified files:
	share/man/man4 : ral.4 

Log message:
mention RT3090 in 4.9 in HISTORY section


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2010/11/05 14:06:02

Modified files:
	.              : books.html 

Log message:
remove link for ordering older edition of Book of PF


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/05 15:23:46

Modified files:
	lang/ghc       : Makefile 
	lang/ghc/patches: 
	                  patch-libraries_Cabal_Distribution_Simple_Register_hs 

Log message:
Tweak the pkgpath hack so it doesn't change the Cabal API. Unbreaks
hs-glib (and probably other stuff that uses the Cabal library).

Bump both -main and -doc (yes, really, -doc, too).

I hereby nominate myself for the HSMAUS (Homer Simpson Memorial
Award of Unlimited Stupidity).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/05 15:24:29

Modified files:
	share/man/man4 : urtwn.4 

Log message:
a RF -> an RF;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 18:09:06

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add a logitec RT3020 found by mtu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 18:09:17

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 18:09:30

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
support the logic rt3020 that mtu@ found


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 18:12:32

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Planex GW-USNano


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 18:12:39

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/05 18:17:30

Modified files:
	faq/cs         : faq1.html faq2.html faq3.html faq4.html 
	                 faq9.html index.html 
	faq/nl         : faq1.html faq4.html faq5.html index.html 
	faq/pf/cs      : config.html filter.html index.html macros.html 
	                 tables.html 
	faq/pf/nl      : index.html 
	fr             : alpha.html 
	it             : ftp.html index.html 
	nl             : bank-donation.html books.html older.html 
	                 orders.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/05 21:52:15

Modified files:
	faq            : faq1.html 

Log message:
lame proofreados.  Spotted by remco at d-compu dot dyndns dot org, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/05 23:08:52

Modified files:
	share/man/man4 : run.4 

Log message:
list a newly supported device


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 00:25:10

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 
	graphics/gdk-pixbuf2/pkg: PLIST 

Log message:
Maintainance update to gdk-pixbuf-2.22.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 01:52:28

Modified files:
	www/aria2      : Makefile 
	www/aria2/pkg  : PLIST 

Log message:
Fix RCS id.
Remove empty pkg-readmes dir, please update your mtree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 01:56:48

Modified files:
	net/samba      : Makefile 
	net/samba/pkg  : README-main 
	net/ejabberd   : Makefile 
	net/ejabberd/pkg: README 
	www/statusnet  : Makefile 
	www/statusnet/pkg: README 
	www/rackmonkey : Makefile 
	www/rackmonkey/pkg: README 
	x11/dbus       : Makefile 
	x11/dbus/pkg   : README 

Log message:
Cosmetic, be consistent with how we set the rcs id in other files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 01:58:40

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: PLIST 
Added files:
	graphics/sane-backends/pkg: README 
Removed files:
	graphics/sane-backends/files: README.OpenBSD 
	graphics/sane-backends/pkg: MESSAGE 

Log message:
Move to pkg-readmes.
Remove references to ss(4) which is gone now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:03:05

Modified files:
	devel/xdg-utils: Makefile 
	devel/xdg-utils/pkg: PLIST 
Added files:
	devel/xdg-utils/pkg: README 
Removed files:
	devel/xdg-utils/files: README.OpenBSD 

Log message:
Move to pkg-readmes and REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:14:37

Modified files:
	mail/imap-uw   : Makefile 
	mail/imap-uw/pkg: PLIST-server 
Added files:
	mail/imap-uw/pkg: README-server 
Removed files:
	mail/imap-uw/files: README.OpenBSD 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:27:27

Modified files:
	www/tikiwiki   : Makefile 
	www/tikiwiki/pkg: PLIST 
Added files:
	www/tikiwiki/pkg: README 
Removed files:
	www/tikiwiki/files: README.OpenBSD 

Log message:
Move to pkg-readmes.
Add proper @group markers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:32:42

Modified files:
	mail/imap-uw   : Makefile 
Removed files:
	mail/imap-uw/pkg: MESSAGE-server 

Log message:
Forgot to remove this in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:35:34

Modified files:
	www/timetrex   : Makefile 
	www/timetrex/pkg: PLIST 
Added files:
	www/timetrex/pkg: README 
Removed files:
	www/timetrex/files: README.OpenBSD 
	www/timetrex/pkg: MESSAGE 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:38:44

Modified files:
	www/tikiwiki   : Makefile 
	www/tikiwiki/pkg: README 
Removed files:
	www/tikiwiki/pkg: MESSAGE 

Log message:
Merge MESSAGE into README.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 02:46:05

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: PLIST-main 
Added files:
	mail/zarafa/zarafa/pkg: README-main 
Removed files:
	mail/zarafa/zarafa/files: README.OpenBSD 
	mail/zarafa/zarafa/pkg: MESSAGE-main 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 03:01:07

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-main PLIST-web 
Added files:
	net/zabbix/pkg : README-main README-web 
Removed files:
	net/zabbix/files: README.OpenBSD 
	net/zabbix/pkg : MESSAGE-main MESSAGE-web 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 03:11:22

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/pkg: PLIST 
Removed files:
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c 
	                         patch-src_gtkamlc_h 

Log message:
Update to gtkaml-0.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 04:03:31

Modified files:
	x11/gnustep    : gnustep.port.mk 

Log message:
add the missing pieces to handle MULTI_PACKAGES port: LIB/RUN/WANT should
always go thru an indirection, so that a multi-packages port can turn them
on/off piecewise (required for libiconv cleanup of sope).

style nits: makefiles with lots of ?= +=   do *REQUIRE* spaces.
also indent tests, and do the :L dance to have cleaner stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 04:18:39

Modified files:
	converters/libpst: Makefile 
	databases/lbdb : Makefile 
	devel/cpphs    : Makefile 
	devel/git      : Makefile 
	devel/haddock  : Makefile 
	lang/gfortran  : Makefile 
	lang/ghc       : Makefile 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	mail/dovecot   : Makefile 
	mail/exim      : Makefile 
	net/pfstat     : Makefile 
	print/poppler  : Makefile 
	textproc/libxml: Makefile 
	www/sope       : Makefile 
	x11/xmonad     : Makefile 
	converters/libiconv: libiconv.port.mk 

Log message:
convert libiconv to new wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/06 04:54:53

Modified files:
	devel/automake/1.10: Makefile 
	devel/automake/1.8: Makefile 
	devel/automake/1.9: Makefile 

Log message:
Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS as those automake ports
check for autoconf existence during configure. Propagate
AUTOCONF_VERSION to CONFIGURE/MAKE_ENV to make sure the needed version
is found.
'go ahead' espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/06 04:58:15

Modified files:
	devel/metaauto : Makefile 
	devel/metaauto/files: meta.in 

Log message:
Return an error code in case the AUTO{CONF,MAKE}_VERSION variable is not
found in environment instead of failing silently. Bump metaauto to 1.0.

from Tobias Ulmer, ports failing with that diff (automake, cups, freetds,
tremor-tools) fixed by sthen@ and myself, 'go ahead' espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 05:19:28

Modified files:
	faq/nl         : faq1.html 
	fr             : amd64.html armish.html bank-donation.html 
	                 books.html errata.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 errata45.html errata46.html ftp.html 
	                 hackathons.html hp300.html hppa.html i386.html 
	                 index.html landisk.html macppc.html 
	                 mvme68k.html mvme88k.html sgi.html socppc.html 
	                 sparc.html sparc64.html vax-simh.html vax.html 
	                 want.html zaurus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/06 06:19:38

Modified files:
	audio/tremor-tools: Makefile 
	audio/tremor-tools/patches: patch-ogg123_http_transport_c 
	                            patch-ogg123_oggvorbis_format_c 
	audio/tremor-tools/pkg: PLIST 
Added files:
	audio/tremor-tools/patches: patch-Makefile_in patch-configure 
	                            patch-ogg123_cfgfile_options_c 
	                            patch-ogg123_ogg123rc-example 
Removed files:
	audio/tremor-tools/patches: patch-Makefile_am patch-aclocal_m4 
	                            patch-configure_in 
	                            patch-ogg123_Makefile_am 

Log message:
Stop the auto* madness and bring this port inline with today's standards:
- use ${SUBST_CMD} instead of perl -pi
- remove auto*/aclocal*.am patches and only patch configure/Makefile.in.
- use @sample to install a config file instead of @cwd, and default
to sndio output
- remove auto* dependency, unbreaks it with new metaauto


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 06:24:28

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
urtwn(4) works on sparc64 too.
committed from my Sun Blade 1500 with the HWNUp-150.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 06:27:43

Modified files:
	sys/dev/usb    : if_urtwn.c if_urtwnreg.h 

Log message:
print the MAC address on the second line like with the other USB
802.11 drivers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 10:07:01

Modified files:
	cad/kicad      : Makefile 
	databases/iodbc: Makefile 
	devel/glib2    : Makefile 
	games/frozen-bubble: Makefile 
	games/neverball: Makefile 
	geo/gdal       : Makefile 
	inputmethods/uim: Makefile 
	lang/clisp/pkg : PLIST 
	mail/maildrop  : Makefile 
	mail/zarafa/zarafa: Makefile 
	math/plplot    : Makefile 
	net/avahi      : Makefile 
	print/gutenprint: Makefile 
	print/hplip    : Makefile 
	print/lilypond : Makefile 
	print/poppler  : Makefile 
	security/hydra : Makefile 
	sysutils/apcupsd: Makefile 
	sysutils/gamin : Makefile 
	sysutils/heartbeat: Makefile 
	sysutils/nut   : Makefile 
	telephony/kamailio: Makefile 
	www/php5/extensions: Makefile 
	x11/vlc        : Makefile 
	devel/gettext  : gettext.port.mk 

Log message:
move gettext to new WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 10:41:23

Modified files:
	x11/qt4        : qt4.port.mk 

Log message:
izbetter to also remove extra LIB_DEPENDS partz


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/06 10:45:49

Modified files:
	lib/freetype/src/truetype: ttinterp.c 

Log message:
MFC security fix for CVE-2010-3814

commit 0edf0986f3be570f5bf90ff245a85c1675f5c9a4
Author: Werner Lemberg <wl@gnu.org>
Date:   Wed Oct 6 11:52:27 2010 +0200

[truetype] Improve error handling of `SHZ' bytecode instruction.
Problem reported by Chris Evans <scarybeasts@gmail.com>.

* src/truetype/ttinterp.c (Ins_SHZ): Check `last_point'.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/06 10:46:57

Modified files:
	lib/freetype/src/truetype: ttgxvar.c 

Log message:
Security MFC for CVE-2010-3855

commit 59eb9f8cfe7d1df379a2318316d1f04f80fba54a
Author: Werner Lemberg <wl@gnu.org>
Date:   Tue Oct 12 07:49:17 2010 +0200

Fix Savannah bug #31310.

* src/truetype/ttgxvar.c (ft_var_readpackedpoints): Protect against
invalid `runcnt' values.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/06 10:50:41

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
another planex device


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/06 10:50:47

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/06 10:53:15

Modified files:
	sys/dev/ata    : ata_wdc.c 

Log message:
If the dma_init callback function returns with EINVAL, fall back to PIO.
This will be used to work around bugs in certain pciide(4) controllers.

From NetBSD.

ok jsg@, krw@, deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/06 10:56:11

Modified files:
	faq            : faq6.html 

Log message:
"Delete it please." deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/06 10:57:34

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't do
DMA for LBA48 commands.  Work around this issue by (silently) falling back
to PIO for LBA48 commands.  Access to the tail end of large disks will be much
slower, but at least it works.

From NetBSD (Takeshi Nakayama).

ok jsg@, krw@, deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/06 11:01:46

Modified files:
	util/imake     : Makefile.am Makefile.in 

Log message:
Temporary workaround for make bug in variable substitutions.

This lead to install imake and realpath binaires in /usr/X11R6/man/man1
instead of the manual pages. Problem noticed by todd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/11/06 11:47:11

Modified files:
	security/chntpw: Makefile 
	security/chntpw/pkg: PLIST 
Added files:
	security/chntpw/pkg: README 
Removed files:
	security/chntpw/files: README.OpenBSD 
	security/chntpw/pkg: MESSAGE 

Log message:
Implement new pkg/README and zap MESSAGE.
Prodded by aja
ok aja & ian


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 12:42:35

Modified files:
	textproc/xpdf  : Makefile 

Log message:
prepare for motif lib-depends -> wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 13:05:28

Modified files:
	net/avahi      : Makefile 

Log message:
Remove duplicate WANTLIB.

from Charles Smith


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/06 13:07:42

Modified files:
	print/hplip    : Makefile 

Log message:
Remove duplicate WANTLIB.

from Charles Smith


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/06 13:11:43

Modified files:
	lang/ghc       : Makefile 

Log message:
Fill in the `pkgpath' field of the libraries contained in ghc.

You'll now get sane output for all Haskell libraries. For example:

$ ghc-pkg field mtl pkgpath
pkgpath: lang/ghc


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 13:28:28

Modified files:
	share/man/man4 : urtwn.4 

Log message:
The "AirLink101 AWLL5088 Wireless N 150 Ultra Mini USB Adapter" is
an RTL8188CUS urtwn(4) adapter.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 13:36:30

Modified files:
	share/man/man4 : urtwn.4 

Log message:
The "EDUP EP-N8508" NANO-USB is an RTL8188CUS too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 13:38:54

Modified files:
	x11/kde        : kde.port.mk 

Log message:
kde -> wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 13:48:18

Modified files:
	share/man/man4 : urtwn.4 

Log message:
+ Aus. Linx AL-9604R1S


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 14:07:22

Modified files:
	share/man/man4 : urtwn.4 

Log message:
Add two RTL8188CUS:
- Full River FR-W100NUL
- Planex GW-USValue-EZ

The GW-USValue-EZ is damn small! I hope it ships with tweezers.


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2010/11/06 14:11:30

Modified files:
	faq            : faq13.html 

Log message:
it's not necessary to renice aucat by hand anymore, neither the hack
using su(8) is necessary to start it at system boot. Use sndio(7)
midi port names which are consistend with ``soft'' midi ports.

ok nick, jakemsr


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2010/11/06 14:19:09

Modified files:
	.              : want.html 

Log message:
hard disk of my x40 died


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/06 14:21:33

Modified files:
	share/man/man4 : run.4 

Log message:
The Buffalo WLI-UC-GNM is a Ralink RT3070V.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/06 14:25:42

Modified files:
	include        : sndio.h 
	lib/libsndio   : shlib_version sio_open.3 sndio.c sun.c 
	regress/lib/libsndio/fd: Makefile 
	regress/lib/libsndio/play: Makefile 
	regress/lib/libsndio/rec: Makefile 
	regress/lib/libsndio/vol: Makefile vol.c 
Added files:
	regress/lib/libsndio: tools.c 

Log message:
make sio_onvol(3) return a integer exposing whether a volume knob
is available for the stream. As we're at it, remove macros and
functions that are neither used nor documented.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 14:48:11

Modified files:
	editors/openoffice3: Makefile 
	games/gtetrinet: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	devel/gconf2   : gconf2.port.mk 

Log message:
gconf2 module goes wantlib


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/06 15:00:44

Modified files:
	app/xvinfo     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xvinfo.c 
	                 xvinfo.man 

Log message:
Update to xvinfo 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/06 15:07:52

Modified files:
	driver/xf86-input-void: COPYING ChangeLog Makefile.am 
	                        Makefile.in aclocal.m4 configure 
	                        configure.ac 
	driver/xf86-input-void/man: Makefile.am Makefile.in 
	driver/xf86-input-void/src: Makefile.in void.c 
Added files:
	driver/xf86-input-void: INSTALL 
Removed files:
	driver/xf86-input-void: autogen.sh 

Log message:
Update to xf86-input-void 1.3.1. No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/06 15:50:21

Modified files:
	graphics/xmedcon: Makefile distinfo 
Removed files:
	graphics/xmedcon/patches: patch-configure 

Log message:
- update xmedcon to 0.10.7
- remove patch

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 16:06:59

Modified files:
	cad/xcircuit   : Makefile 
	comms/hamlib   : Makefile 
	databases/db/v3: Makefile 
	lang/expect    : Makefile 
	lang/ocaml     : Makefile 
	math/R         : Makefile 
	misc/wordnet   : Makefile 
	net/quirc      : Makefile 
	sysutils/findlib: Makefile 
	x11/itk        : Makefile 
	lang/tcl       : tcl.port.mk 
	x11/tk         : tk.port.mk 

Log message:
tk/tcl wantlib conversion


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/06 16:07:04

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.loongson md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/06 16:17:26

Modified files:
	lib/libsndio   : sio_open.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 16:50:03

Modified files:
	databases/libdbi-drivers: Makefile 
	databases/mysql: Makefile 
	databases/ocaml-sqlite3: Makefile 
	databases/openldap: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-GDBM_File: Makefile 
	databases/p5-pgsql: Makefile 
	databases/pg_top: Makefile 
	databases/pgadmin3: Makefile 
	databases/pgtcl: Makefile 
	databases/postgresql: Makefile 
	databases/postgresql-odbc: Makefile 
	databases/py-ldap: Makefile 
	databases/py-mysql: Makefile 
	databases/py-odbc: Makefile 
	databases/py-pgsql: Makefile 
	databases/py-psycopg2: Makefile 
	databases/py-pygresql: Makefile 
	databases/py-sqlite: Makefile 
	databases/py-sqlite2: Makefile 
	databases/py-sybase: Makefile 
	databases/qt3-sqlite3-plugin: Makefile 
	databases/sqlite3: Makefile 
	databases/sqlitebrowser: Makefile 
	databases/sqliteman: Makefile 
	databases/sqsh : Makefile 
	databases/xmysql: Makefile 

Log message:
bye bye old LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/11/06 17:01:56

Modified files:
	sys/dev        : softraid.c softraid_crypto.c softraid_raid1.c 
	                 softraidvar.h 

Log message:
Move raid1 and crypto io to a workq.  This is to avoid a potential VOP_
call while in interrupt context.

Contains an additional spl dance as found by thib.

Tested by many opn various arches.  Note that raid 0/4/5/6 have not been
moved over yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/11/06 17:05:48

Modified files:
	multimedia/x264: Makefile distinfo 
	multimedia/x264/patches: patch-Makefile patch-configure 
	                         patch-version_sh 
Removed files:
	multimedia/x264/patches: patch-common_ppc_mc_c 

Log message:
update to x264-snapshot-20101023-2245
works with upcoming mplayer update as well as current ports
from Brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/11/06 17:28:23

Modified files:
	multimedia/libvpx: Makefile 
	multimedia/libvpx/patches: patch-configure 

Log message:
let it build on sparc64
from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 17:49:20

Modified files:
	x11/gaia       : Makefile 
	x11/goggles    : Makefile 
	x11/itk        : Makefile 
	x11/py-wxPython: Makefile 
	x11/tellico    : Makefile 
	x11/tk/8.4     : Makefile 
	x11/tk/8.5     : Makefile 
	x11/wxSVG      : Makefile 
	x11/xdrawchem  : Makefile 
	x11/xfe        : Makefile 

Log message:
convert LIB_DEPENDS in x11 ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 17:52:59

Modified files:
	inputmethods/uim: Makefile 

Log message:
new wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 18:01:40

Modified files:
	infrastructure/bin: register-plist 

Log message:
allow register-plist to do a quickie on print-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/06 18:03:38

Modified files:
	infrastructure/mk: bsd.port.mk pkgpath.mk 

Log message:
- add check-register, that basically does print-plist
- switch motif to WANTLIB
- start warning about old style LIB_DEPENDS. It's time !


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/11/06 18:26:14

Modified files:
	x11/qwt        : Makefile distinfo 
	x11/qwt/files  : Makefile.examples 
	x11/qwt/patches: patch-designer_designer_pro 
	                 patch-examples_examples_pri patch-qwtconfig_pri 
	                 patch-src_src_pro 
	x11/qwt/pkg    : PLIST 
Added files:
	x11/qwt/pkg    : README 
Removed files:
	x11/qwt/files  : README.OpenBSD 

Log message:
emove myself as maintainer
- Remove USE_GROFF
- Remove gettext MODULE
- Remove LIB_DEPENDS line (included with qt4 MODULE)
- Fix WANTLIB
- SUBST_CMD
- Major lib bump (removed some functions)
- New pkg/README

help from and ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/11/06 18:27:56

Modified files:
	x11/qwt        : Makefile 

Log message:
s/VAR=foo/VAR = foo/


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/06 18:44:10

Log message:
    This is a library based on the mod rendering code from ModPlug, a
    popular Windows mod player written by Olivier Lapicque, found at
    http://www.modplug.com.
    
    Based on a diff from Alexandr Shadchin.
    
    OK jakemsr@
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-nov-06
    
    N ports/audio/libmodplug/Makefile
    N ports/audio/libmodplug/distinfo
    N ports/audio/libmodplug/pkg/DESCR
    N ports/audio/libmodplug/pkg/PFRAG.shared
    N ports/audio/libmodplug/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/06 18:50:22

Modified files:
	audio/aqualung : Makefile 

Log message:
Enable speex, mod, cdda, and cddb support, now that all related
libraries have been imported.  These all appear to work correctly,
except that CD audio playback has some occassional gaps, but
jakemsr@ reports that other libcdio users have similar issues.

OK jakemsr@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/06 21:13:37

Modified files:
	faq            : faq6.html 

Log message:
knob twisting bad, m'kay?  pointed out by deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/06 21:19:36

Modified files:
	faq            : faq4.html 

Log message:
"please do not suggest" chroot /mnt.  per deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/06 21:36:20

Modified files:
	faq            : upgrade47.html upgrade48.html 

Log message:
fix forwards/backwards links at top and bottom of page.  Problem pointed
out by Daniel Levai


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/07 01:05:56

Modified files:
	bin/md5        : cksum.1 
	usr.bin/mail   : mail.1 
	usr.bin/expand : expand.1 

Log message:
more EXIT STATUS bits; from Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/07 05:00:55

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/07 05:01:53

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/07 05:32:07

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/files: ssl-openssl.c 

Log message:
have the OpenSSL module call OpenSSL_add_all_algorithms() upon initialization

from brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2010/11/07 06:29:21

Modified files:
	lib/libpthread : shlib_version 
	lib/libpthread/man: Makefile.inc pthread_schedparam.3 
	lib/libpthread/uthread: Makefile.inc 
Added files:
	lib/libpthread/man: sched_prio.3 
	lib/libpthread/uthread: sched_prio.c 

Log message:
Add sched_get_priority_{min,max}. tested in a bulk by landry@.
input and ok from phessler@ and guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/11/07 08:21:12

Modified files:
	.              : plus.html 

Log message:
another week of plus.html from Nicolas MP Legrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/07 08:52:38

Modified files:
	x11/gnustep/ftp: Makefile 

Log message:
Fix WANTLIB

OK, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/07 09:37:42

Modified files:
	lang/jruby     : Makefile 
Added files:
	lang/jruby/patches: 
	                    patch-lib_ruby_site_ruby_shared_ffi_library_rb 

Log message:
Fix build on a clean system and add a patch to make JRuby work with
more FFI libraries.

OK landry@, bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/07 10:00:45

Modified files:
	devel/glib2    : Makefile 
Removed files:
	devel/glib2/patches: patch-configure 

Log message:
We have sched_get_priority_* now.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/07 10:12:09

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/07 10:12:52

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/07 10:17:42

Modified files:
	devel/py-buildbot: Makefile distinfo 
	devel/py-buildbot/pkg: PLIST 

Log message:
Update to buildbot 0.8.2. wcmaier@ (maintainer) ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/07 11:00:42

Modified files:
	sys/dev/ic     : ar5008.c 

Log message:
fix a test in ar5008_rx_free()


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/07 11:06:00

Log message:
    Import vmwh, a handy vmware userland helper for X.
    
    vmwh is a vmware helper for X11, developed on OpenBSD to run in userland
    alongside the vmt(4) vmware kernel driver and the vmmouse Xorg driver.
    It detects when the mouse cursor switches back to the host ("ungrabs")
    and sends the guest's X11 clipboard data (read from xclip) to the host
    through the vmware backdoor, which gets put onto the host's clipboard.
    It then detects when the mouse cursor switches back to the guest
    ("grabs") and replaces the X11 clipboard contents (via xclip) with the
    host's, which is read through the vmware backdoor.
    
    OK jasper@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101107
    
    N ports/sysutils/vmwh/distinfo
    N ports/sysutils/vmwh/Makefile
    N ports/sysutils/vmwh/pkg/PLIST
    N ports/sysutils/vmwh/pkg/DESCR
    N ports/sysutils/vmwh/pkg/MESSAGE
    N ports/sysutils/vmwh/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/07 11:07:50

Modified files:
	sysutils       : Makefile 

Log message:
+vmwh

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/07 11:15:32

Modified files:
	lib/libpthread/man: sched_prio.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/07 11:16:43

Modified files:
	lib/libpthread/man: pthread_schedparam.3 

Log message:
do not list MLINKed man pages multiple times in SEE ALSO;


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/07 11:19:43

Modified files:
	faq            : upgrade47.html 

Log message:
forward link on upgrade47.html, from the long-lost Joel Knight.
Hiya, Joel!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:29:54

Modified files:
	sysutils/memtest86+: Makefile 
	sysutils/memtest86+/pkg: PLIST 
Added files:
	sysutils/memtest86+/pkg: README 
Removed files:
	sysutils/memtest86+/files: README.OpenBSD 
	sysutils/memtest86+/pkg: MESSAGE 

Log message:
- move to pkg readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:45:38

Modified files:
	multimedia/xine-lib: Makefile 
Removed files:
	multimedia/xine-lib/patches: 
	                             patch-src_xine-engine_audio_decoder_c 
	                             patch-src_xine-engine_video_decoder_c 

Log message:
- remove unneeded patches that we have sched_get_priority_* now.

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:46:57

Modified files:
	multimedia/xine-ui: Makefile 
Removed files:
	multimedia/xine-ui/patches: patch-src_xitk_panel_c 
	                            patch-src_xitk_xine-toolkit_label_c 
	                            patch-src_xitk_xine-toolkit_tips_c 

Log message:
- remove unneeded patches that we have sched_get_priority_* now.

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:48:24

Modified files:
	graphics/tesseract: Makefile 
	graphics/tesseract/pkg: PLIST-main 
Removed files:
	graphics/tesseract/files: README.OpenBSD 

Log message:
- move to pkg readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:49:10

Added files:
	graphics/tesseract/pkg: README-main 

Log message:
i made you a readme, but cvs eated it..


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/07 11:50:57

Modified files:
	editors/beaver : Makefile 
	editors/ht     : Makefile 
	editors/ldapvi : Makefile 
	editors/leafpad: Makefile 
	editors/tea    : Makefile 
	editors/vim    : Makefile 
	editors/xemacs21/stable: Makefile 
	emulators/fuse-utils: Makefile 
	emulators/sdlmess: Makefile 

Log message:
do LIB_DEPENDS for emulators/editors


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/07 11:58:24

Modified files:
	www/gnash      : Makefile 
Added files:
	www/gnash/patches: patch-gui_Player_cpp 
	                   patch-libcore_DisplayList_cpp 
	                   patch-libcore_ExternalInterface_cpp 
	                   patch-libcore_asobj_XMLNode_as_cpp 
	                   patch-libsound_sdl_sound_handler_sdl_cpp 
	                   patch-plugin_npapi_plugin_cpp 

Log message:
Backport a bunch of bug fixes from upstream, including fixing WAV
header writing on 64-bit archs.

From Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 11:58:39

Modified files:
	games/clonekeen: Makefile 
	games/clonekeen/pkg: PLIST 
Added files:
	games/clonekeen/pkg: README 
Removed files:
	games/clonekeen/files: README.OpenBSD 
	games/clonekeen/pkg: MESSAGE 

Log message:
- move to pkg readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/07 12:04:18

Modified files:
	textproc/libwpd: Makefile 
	textproc/libwpd/pkg: PFRAG.shared PLIST 
Removed files:
	textproc/libwpd/patches: patch-Makefile_in patch-configure 
	                         patch-libwpd-0_8_pc_in 
	                         patch-libwpd-stream-0_8_pc_in 
	                         patch-libwpd_spec 
	                         patch-src_conv_html_Makefile_in 
	                         patch-src_conv_raw_Makefile_in 
	                         patch-src_conv_text_Makefile_in 
	                         patch-src_lib_Makefile_in 
	                         patch-src_test_Makefile_in 

Log message:
Do not rename the libwpd-0.8 library to libwpd. It was a stupid thing
to do and openoffice/libreoffice expects it to be called libwpd-0.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/07 12:04:41

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/patches: patch-configure_in 

Log message:
Adapt to the libwpd library named change


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:06:15

Modified files:
	sysutils/memtest86+: Makefile 
	sysutils/memtest86+/patches: patch-Makefile 

Log message:
- honor CC/CFLAGS

ok form@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/07 12:12:42

Modified files:
	geo/gdal       : Makefile 
	geo/geoclue    : Makefile 
	geo/gpsbabel   : Makefile 
	lang/chicken   : Makefile 
	lang/eltclsh   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/gfortran  : Makefile 
	lang/mono      : Makefile 
	lang/python    : Makefile.inc 
	lang/ruby/1.8  : Makefile 

Log message:
convert WANTLIB on geo/lang


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:13:40

Modified files:
	www/lighttpd   : Makefile 
Added files:
	www/lighttpd/patches: patch-src_network_c 

Log message:
- unbreak https

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:28:48

Modified files:
	x11/skippy     : Makefile 
	x11/skippy/pkg : PLIST 
Added files:
	x11/skippy/pkg : README 
Removed files:
	x11/skippy/files: README.OpenBSD 

Log message:
- move to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:29:56

Modified files:
	x11/skippy     : Makefile 

Log message:
- remove unneeded PKG_CONFIG_PATH


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:50:10

Modified files:
	graphics/amide : Makefile 
	x11/fluxbox    : Makefile 
	x11/kde/base3  : Makefile 
	x11/kde/graphics3: Makefile 
	x11/matchbox/libmatchbox: Makefile 
	x11/mlterm     : Makefile 
	x11/wmi        : Makefile 
	x11/xawtv      : Makefile 

Log message:
- ${LOCALBASE}/lib/pkgconfig and ${X11BASE}/lib/pkgconfig are default search
directories for pkg-config(1) nowadays. so remove these quirks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:52:00

Modified files:
	x11/openmotif  : Makefile 
	x11/openmotif/pkg: PLIST-main 
Added files:
	x11/openmotif/pkg: README-main 
Removed files:
	x11/openmotif/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 12:59:00

Modified files:
	x11/xawtv      : Makefile 

Log message:
- alpha has bktr(4) as well, so enable it here too.

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/07 13:15:42

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/mkvtoolnix: Makefile 
	multimedia/recordmydesktop/base: Makefile 

Log message:
LIB_DEPENDS -> WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/07 13:18:22

Modified files:
	lib/libpthread/man: Makefile.inc 
Added files:
	lib/libpthread/man: sched_get_priority_min.3 
Removed files:
	lib/libpthread/man: sched_prio.3 

Log message:
there is no library function called sched_prio(), so this manual page
was incorrectly named.  there should be no sched_prio(3) page; it is
misleading.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/07 13:33:59

Modified files:
	math/arpack    : Makefile 
	math/calcoo    : Makefile 
	math/cblas     : Makefile 
	math/galculator: Makefile 
	math/ginac     : Makefile 
	math/gnuplot   : Makefile 
	math/grace     : Makefile 
	math/grpn      : Makefile 
	math/kst       : Makefile 
	math/lapack    : Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-GMP: Makefile 
	math/py-numpy  : Makefile 
	math/qtoctave  : Makefile 
	math/wcalc     : Makefile 

Log message:
WANTLIB for math


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/07 13:47:08

Modified files:
	comms/conserver: Makefile 
	comms/conserver/pkg: PLIST 
Added files:
	comms/conserver/pkg: README 
Removed files:
	comms/conserver/files: README.OpenBSD 

Log message:
- move to pkg-readmes


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/07 13:49:33

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/07 15:33:40

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.loongson md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/07 18:20:06

Modified files:
	devel/py-buildbot: Makefile 
	devel/py-buildbot/pkg: PLIST 

Log message:
correct plist and don't need to fake to run regress.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/07 18:22:37

Modified files:
	devel/ORBit2   : Makefile 
	devel/apr-util : Makefile 
	devel/asp2php  : Makefile 
	devel/autogen  : Makefile 
	devel/avrdude  : Makefile 
	devel/bakery   : Makefile 
	devel/beediff  : Makefile 
	devel/c2hs     : Makefile 
	devel/ccrtp    : Makefile 
	devel/cln      : Makefile 
	devel/codeblocks: Makefile 
	devel/cvsgraph : Makefile 
	devel/cvstrac  : Makefile 

Log message:
LIB_DEPENDS cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/07 23:27:32

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-server 

Log message:
Use MAJ_V in PLIST (regened).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 01:24:32

Modified files:
	sysutils/rancid: Makefile 
	sysutils/rancid/pkg: PLIST 
Added files:
	sysutils/rancid/pkg: README 
Removed files:
	sysutils/rancid/files: README.OpenBSD 
	sysutils/rancid/pkg: MESSAGE 

Log message:
- switch to pkg-readmes/REVISION/EPOCH

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/08 01:45:56

Modified files:
	math/plplot    : Makefile 

Log message:
Bump all REVISIONS.. libcsirocsa major was (accidentally?) bumped in
last commit, and PLISTDB complained out loud.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 01:53:05

Modified files:
	databases/pgbouncer: Makefile 
Added files:
	databases/pgbouncer/pkg: README 
Removed files:
	databases/pgbouncer/files: README.OpenBSD 
	databases/pgbouncer/pkg: MESSAGE 

Log message:
- switch to pkg-readmes
- disable silent builds

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/08 02:00:20

Modified files:
	inputmethods/scim: Makefile 
	inputmethods/scim/pkg: PLIST 
Added files:
	inputmethods/scim/pkg: README 
Removed files:
	inputmethods/scim/files: README.OpenBSD 

Log message:
switch to pkg-readmes.  kevlo@ (maintainer) ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 02:04:52

Modified files:
	lang/tcl       : tcl.port.mk 
	x11/tk         : tk.port.mk 

Log message:
bad me, fix modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 02:20:49

Modified files:
	devel/xulrunner: Makefile.inc 

Log message:
forgotten commit, noticed by landry...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 02:28:25

Modified files:
	lang/expect    : Makefile 

Log message:
fix no_tk flavor, noticed by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 02:57:40

Modified files:
	devel/eclipse/sdk: Makefile 
	devel/ethos    : Makefile 
	devel/flatzebra: Makefile 
	devel/fox      : Makefile 
	devel/gal2     : Makefile 
	devel/gconfmm  : Makefile 
	devel/geotiff  : Makefile 
	devel/giblib   : Makefile 
	devel/giggle   : Makefile 
	devel/glade3   : Makefile 
	devel/glib2mm  : Makefile 
	devel/glpk     : Makefile 
	devel/gtkparasite: Makefile 
	devel/guilib   : Makefile 
	devel/kdbg     : Makefile 
	devel/libIDL   : Makefile 
	devel/libast   : Makefile 
	devel/libgdata : Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop2 : Makefile 
	devel/libmpc   : Makefile 
	devel/libmtp   : Makefile 
	devel/libofx   : Makefile 
	devel/libopensync: Makefile 
	devel/libsoup  : Makefile 
	devel/libspectrum: Makefile 
	devel/libunique: Makefile 
	devel/libuta   : Makefile 
	devel/libvmime : Makefile 
	devel/luarexlib: Makefile 
	devel/m4       : Makefile 

Log message:
kill a few libspecs in LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/08 02:58:11

Modified files:
	comms/conserver: Makefile 
	comms/conserver/pkg: PLIST 
Added files:
	comms/conserver/pkg: conserver.rc 
Removed files:
	comms/conserver/pkg: README 

Log message:
move to rc.d; ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/08 03:27:50

Modified files:
	sys/crypto     : gmac.c 

Log message:
use a well established define instead of rolling our own;  no binary change


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 03:28:23

Modified files:
	devel/mcs      : Makefile 
	devel/mpfr     : Makefile 
	devel/mysql++  : Makefile 
	devel/opencm   : Makefile 
	devel/p5-Device-USB: Makefile 
	devel/p5-Glib2 : Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-SDL   : Makefile 
	devel/pango    : Makefile 
	devel/pangomm  : Makefile 
	devel/pcre++   : Makefile 
	devel/poedit   : Makefile 
	devel/ptlib    : Makefile 
	devel/py-notify: Makefile 
	devel/py-orbit : Makefile 
	devel/py-silc  : Makefile 
	devel/pygame   : Makefile 
	devel/pyusb    : Makefile 
	devel/qt-creator: Makefile 
	devel/qt4-eventsview: Makefile 
	devel/rapidsvn : Makefile 
	devel/rsvndump : Makefile 
	devel/smpeg    : Makefile 
	devel/startup-notification: Makefile 

Log message:
more conversions


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 03:34:53

Modified files:
	graphics/evince: Makefile 

Log message:
restore gconf2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/08 03:56:02

Modified files:
	telephony/pjsua: Makefile 
Added files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 

Log message:
We now have sched_get_priority_(mix|max)

OK landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/08 03:58:05

Modified files:
	x11/wxWidgets  : Makefile 
	x11/wxWidgets/patches: patch-configure_in 
Removed files:
	x11/wxWidgets/patches: patch-src_unix_threadpsx_cpp 

Log message:
We now have sched_get_priority_*

OK landry@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/08 05:16:20

Modified files:
	sbin/iked      : crypto.c 

Log message:
fixup number rounding;  ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 05:26:01

Modified files:
	devel/subversion: Makefile 

Log message:
new WANTLIB. fix-up a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 05:29:25

Modified files:
	devel/tclcl    : Makefile 
	devel/uuid     : Makefile 
	devel/vanessa/adt: Makefile 
	devel/vanessa/socket: Makefile 
	devel/varconf  : Makefile 

Log message:
devel almost finished, doxygen wants some love


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/11/08 05:36:57

Modified files:
	sys/arch/octeon/octeon: locore.S 

Log message:
clear ERL register on secondary processors


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 06:15:10

Modified files:
	devel/doxygen  : Makefile 

Log message:
fix doxygen gui pseudo-flavor (don't bring stuff in doxygen-main)
and convert to wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/08 06:20:44

Modified files:
	net/vnstat     : Makefile 
	net/vnstat/pkg : PLIST 
Added files:
	net/vnstat/pkg : README vnstatd.rc 
Removed files:
	net/vnstat/files: README.OpenBSD 
	net/vnstat/pkg : MESSAGE 

Log message:
+ new readme location
+ add rc script

With tweaks/advices from jasper@
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 06:51:52

Modified files:
	games/afternoonstalker: Makefile 
	games/amoebax  : Makefile 
	games/amph     : Makefile 
	games/atomix   : Makefile 
	games/barrage  : Makefile 
	games/batrachians: Makefile 
	games/belooted : Makefile 
	games/bomberclone: Makefile 
	games/boswars  : Makefile 
	games/burgerspace: Makefile 
	games/bzflag   : Makefile 
	games/chocolate-doom: Makefile 
	games/circuit  : Makefile 
	games/corewars : Makefile 
	games/cosmosmash: Makefile 
	games/crimson  : Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 

Log message:
new WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/08 07:05:09

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
No need to differentiate newly installed files versus automatically
updated files in the output, this is confusing.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/08 07:12:24

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/patches: 
	                              patch-src_interfaces_ecpg_compatlib_Makefile 
	                              patch-src_interfaces_ecpg_ecpglib_Makefile 
	                              patch-src_interfaces_libpq_Makefile 
	databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main 
	                          PLIST-server 
Added files:
	databases/postgresql/pkg: README-server postgresql.rc 
Removed files:
	databases/postgresql/files: README.OpenBSD 
	databases/postgresql/pkg: MESSAGE-server 

Log message:
* MAJOR UPGRADE *

+ upgrade to 9.0.1
+ move readme to new location
+ add a rc script

A dump / restore is needed for this upgrade.
See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt
if you need help for this.

ok jasper@, eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/08 07:32:56

Modified files:
	geo/postgis    : Makefile 

Log message:
bump after postgresql update.

suggested by and ok landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	pea@cvs.openbsd.org	2010/11/08 07:42:29

Modified files:
	faq            : current.html 

Log message:
Mention the PostgreSQL update.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/08 07:57:56

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: README-server 

Log message:
Add missing RCS id.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/08 08:04:15

Modified files:
	x11/gnome-mplayer: Makefile distinfo 
	x11/gnome-mplayer/patches: patch-configure patch-src_gui_c 
	                           patch-src_main_c 
	x11/gnome-mplayer/pkg: PLIST 
Removed files:
	x11/gnome-mplayer/patches: patch-gnome-mplayer_schemas_in 
	                           patch-src_playlist_c 
	                           patch-src_support_c 
	                           patch-src_thread_c 

Log message:
Update to gnome-mplayer 1.0.0 and drop GConf dependency.

Suggestions about volume defaults by landry@

OK landry@
"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/08 08:06:32

Modified files:
	www/gecko-mediaplayer: Makefile distinfo 
	www/gecko-mediaplayer/patches: patch-configure 
	                               patch-src_Makefile_in 
	www/gecko-mediaplayer/pkg: PLIST 
Removed files:
	www/gecko-mediaplayer/patches: patch-src_plugin_cpp 
	                               patch-src_plugin_list_cpp 
	                               patch-src_plugin_setup_cpp 
	                               patch-src_plugin_setup_h 

Log message:
Update to gecko-mediaplayer 1.0.0 and drop GConf dependency.

OK landry@
"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/08 08:20:33

Modified files:
	www/gecko-mediaplayer: Makefile 
	x11/gnome-mplayer: Makefile 

Log message:
Ops! Leftovers from previous commit :(


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/08 08:49:13

Modified files:
	usr.bin/diff   : diffdir.c 

Log message:
getdirentries(2) should be avoided outside of libc so use scandir(3)
instead.  This makes slurpdir() just a thin wrapper around scandir(3).
OK schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/11/08 08:52:05

Modified files:
	share/man/man8 : crash.8 

Log message:
neither systat(1) nor slstats(8) understands `-M core' and `-N system';
while here, sort these options.

ok jmc@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 08:54:54

Modified files:
	games/defendguin: Makefile 
	games/dopewars : Makefile 
	games/eboard   : Makefile 
	games/egoboo   : Makefile 
	games/einstein : Makefile 
	games/enigma   : Makefile 
	games/f1spirit : Makefile 
	games/falconseye: Makefile 
	games/fire     : Makefile 
	games/freedroid: Makefile 
	games/freedroidrpg: Makefile 
	games/frozen-bubble: Makefile 
	games/gemdropx : Makefile 
	games/ggz/ggz-client-libs: Makefile 
	games/ggz/ggz-gnome-client: Makefile 
	games/ggz/libggz: Makefile 
	games/glsfcave : Makefile 
	games/glutton  : Makefile 
	games/gnome-mastermind: Makefile 
	games/gtkballs : Makefile 
	games/heroes   : Makefile 
	games/icebreaker: Makefile 
	games/ivan     : Makefile 
	games/kbilliards: Makefile 
	games/kobodeluxe: Makefile 
	games/komi     : Makefile 
	games/kslide   : Makefile 
	games/late     : Makefile 
	games/lbreakout2: Makefile 
	games/lgeneral : Makefile 
	games/life     : Makefile 
	games/lincity-ng: Makefile 
	games/maelstrom: Makefile 
	games/micropolis: Makefile 
	games/mirrormagic: Makefile 
	games/moonlander: Makefile 
	games/neverball: Makefile 
	games/newvox   : Makefile 
	games/numptyphysics: Makefile 
	games/oilwar   : Makefile 
	games/oolite   : Makefile 
	games/openarena: Makefile 
	games/pingus   : Makefile 
	games/pioneers : Makefile 
	games/prboom   : Makefile 
	games/quake    : Makefile 
	games/quake2   : Makefile 
	games/ri-li    : Makefile 
	games/roadfighter: Makefile 
	games/rocksndiamonds: Makefile 
	games/scummvm-tools: Makefile 
	games/scummvm  : Makefile 
	games/sdlroids : Makefile 

Log message:
a few more WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/08 09:02:45

Modified files:
	emulators/fedora/base: Makefile 

Log message:
Remove the gcpio hack since we are not using gcpio anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/08 09:31:51

Modified files:
	archivers/gtar : Makefile distinfo 
Removed files:
	archivers/gtar/patches: patch-tests_extrac11_at 

Log message:
update to 1.25: fixes extraction with the -C option in effect


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/08 09:54:55

Modified files:
	graphics/tesseract: Makefile 

Log message:
bump subpackages after HOMEPAGE change


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 10:28:10

Modified files:
	databases/pgbouncer/pkg: PLIST 

Log message:
meh, regen PLIST might help

spotted by charles smith


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 11:14:21

Modified files:
	games/sdlzombies: Makefile 
	games/snipe2d  : Makefile 
	games/sudoku-solver: Makefile 
	games/tetrinetx: Makefile 
	games/toppler  : Makefile 
	games/tutris   : Makefile 
	games/tuxpaint : Makefile 
	games/uqm      : Makefile 
	games/vectoroids: Makefile 
	games/vodovod  : Makefile 
	games/warzone2100: Makefile 
	games/widelands: Makefile 

Log message:
more WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 11:18:11

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/08 12:16:16

Modified files:
	lib/libc/time  : strptime.3 strptime.c 

Log message:
Add %F, %g, %G, %u, %z (extended) and %Z.
This is mostly a sync with NetBSD.

tested in a bulk build by landry@
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/08 12:28:32

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-configure 

Log message:
Make the Xephyr window default to 800x600.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/08 12:44:36

Modified files:
	etc            : rc 

Log message:
Don't print 'Null message body; hope that's ok' in the rc output if the
call to rc.firstime doesn't output anything to mail(1).

ok deraadt@ halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/11/08 13:00:13

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.34
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/08 13:08:55

Log message:
    Gummi is a LaTeX editor written in the C programming language using
    the GTK+ toolkit. It was designed with simplicity in mind, but hopes
    to attract both novice and advanced LaTeX writers.
    
    ok, "if you append 'textproc/intltool' to MODULES" (which i did), jasper@
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20101108
    
    N ports/editors/gummi/Makefile
    N ports/editors/gummi/distinfo
    N ports/editors/gummi/patches/patch-src_updatecheck_c
    N ports/editors/gummi/pkg/PLIST
    N ports/editors/gummi/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/08 13:09:36

Modified files:
	editors        : Makefile 

Log message:
+ gummi


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/08 13:11:13

Modified files:
	archivers/xz   : Makefile distinfo 
	archivers/xz/pkg: PLIST 
Removed files:
	archivers/xz/patches: patch-src_common_cpucores_h 
	                      patch-src_xz_util_c 

Log message:
update to first non-beta release 5.0.0; mostly from steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 13:12:13

Modified files:
	sysutils/grub  : Makefile 
	sysutils/grub/pkg: PLIST 
Added files:
	sysutils/grub/pkg: README 
Removed files:
	sysutils/grub/files: README.OpenBSD 
	sysutils/grub/pkg: MESSAGE 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/08 13:23:12

Modified files:
	lib/libc/time  : strptime.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 13:46:43

Modified files:
	textproc/raptor: Makefile 
	textproc/redland: Makefile 

Log message:
- fix COMMENT, and switch to newstyle DEPENDS whilst here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 13:48:56

Modified files:
	textproc/redland: Makefile 

Log message:
actually, MODULES is better


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/11/08 14:08:43

Modified files:
	mail/sympa     : Makefile 

Log message:
There are regression tests for mail/sympa.  NO_REGRESS=Yes
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/08 14:25:44

Modified files:
	x11/mplayer    : Makefile distinfo 
	x11/mplayer/files: ao_sndio.c version.h 
	x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 
	                     patch-DOCS_xml_configure patch-Makefile 
	                     patch-command_c patch-configure 
	                     patch-libmpcodecs_ad_faad_c 
	                     patch-stream_tvi_bsdbt848_c 
	x11/mplayer/pkg: PLIST 
Added files:
	x11/mplayer/patches: patch-DOCS_xml_en_usage_xml 
	                     patch-ffmpeg_libavcodec_Makefile 
	                     patch-ffmpeg_libavcodec_x86_vp56_arith_h 
	                     patch-ffmpeg_libavutil_x86_cpu_h 
	                     patch-ffmpeg_libswscale_Makefile 
	                     patch-libmenu_menu_console_c 
	                     patch-libvo_x11_common_c patch-mplayer_c 
	                     patch-unrar_exec_c 
	x11/mplayer/pkg: README 
Removed files:
	x11/mplayer/files: README.OpenBSD 
	x11/mplayer/patches: patch-DOCS_xml_en_cd-dvd_xml 
	                     patch-libavcodec_Makefile 
	                     patch-libavutil_x86_cpu_h 
	                     patch-libpostproc_Makefile 
	                     patch-libswscale_Makefile 
	x11/mplayer/pkg: MESSAGE 

Log message:
Update to mplayer-20101024. Noteworthy improvements include vpx
(webm) support and alpha support. This work is a joint effort from
myself, naddy@ and jakemsr@. Cheers.

OK jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/08 14:29:10

Modified files:
	net/flickcurl  : Makefile 
	net/flickcurl/pkg: PLIST 
Added files:
	net/flickcurl/pkg: README 
Removed files:
	net/flickcurl/files: README.OpenBSD 
	net/flickcurl/pkg: MESSAGE 

Log message:
- move to pkg-readmes

ok edd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/11/08 14:44:39

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xfont: md.x11r7 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/08 15:23:50

Modified files:
	textproc/libwpd: Makefile 

Log message:
Depend on doxygen so that we can build the documentation too,
and fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/08 16:12:32

Modified files:
	games/frozen-bubble: Makefile 
	games/taxipilot: Makefile 
	games/wormux   : Makefile 
	games/xbubble  : Makefile 
	games/xcowsay  : Makefile 
	games/xmine    : Makefile 
	games/xmoto    : Makefile 
	games/xscorch  : Makefile 
	games/xscrabble: Makefile 
	games/xteddy   : Makefile 
	games/xwelltris: Makefile 
	games/zoom     : Makefile 

Log message:
old-style LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:20:43

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Major changes to allow the same port directory to build ports for both
ruby 1.8, ruby 1.9, and jruby.

One major change for all ports is that RDoc documentation is no longer
going to be installed by default for gem ports.  For ruby 1.8, it used
a separate documentation file per method, and the file names created
weren't consistent across ruby versions (1.8.6 differed from 1.8.7,
and 1.8.7 differs from 1.9.2 and jruby).  It made reviewing diffs very
painful, and since most ruby developers do not use the documentation
(preferring web documentation), it doesn't make sense to include them.

For most gem ports, a ruby 1.9 version can be built by using
the ruby19 FLAVOR, and a jruby version can be build using the jruby
FLAVOR.  These flavors modify the FULLPKGNAME to use either the
ruby19- or jruby- package stem, so you don't need to worry about
the ruby 1.8 package conflicting.

In most cases, you no longer need the PKGNAME set in the port
Makefile, as the FULLPKGNAME handling will take care of that for you.
Also, for pure ruby gems (without C extensions), PKG_ARCH = * is added
automatically.

Changes to all dependent ports will be committed shortly. For new
ruby ports, you need to make sure that gem dependencies are specified
like this (assuming they depend on the hoe gem):

:${MODRUBY_PKG_PREFIX}-hoe-*:devel/ruby-hoe,${FLAVOR}

MODRUBY_PKG_PREFIX will be ruby for ruby 1.8 ports, ruby19 for ruby
1.9 ports, and jruby for jruby ports.  The ,${FLAVOR} part at the end
makes sure that dependencies use the same version of ruby that
the current port uses.

PLISTs are going to become a lot smaller with this.  However, any
binaries installed by the gem need to have a special string added.
For example, the minitar binary installed by
archivers/ruby-archive-tar-minitar looks like this in the PLIST:

${GEM_BIN}/minitar${GEM_BIN_SUFFIX}

The ${GEM_BIN_SUFFIX} needs to be added manually so the package
works on ruby 1.9, which installs the binaries with a 19 suffix.

GEM_SKIPDEPENDS has been removed and related support will be removed
from devel/ruby-gems.  To modify dependencies inside the gem, the gem
metadata is placed under WRKDIST and can be modified with the standard
patching procedure.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:21:47

Modified files:
	devel/ruby-gems: Makefile 
Removed files:
	devel/ruby-gems/patches: 
	                         patch-lib_rubygems_dependency_installer_rb 
	                         patch-lib_rubygems_install_update_options_rb 
	                         patch-lib_rubygems_installer_rb 

Log message:
Remove --skip-depends and --default-source-index gem install options,
no longer needed.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:24:45

Modified files:
	archivers/ruby-archive-tar-minitar/pkg: PLIST 
	audio/ruby-id3lib/pkg: PLIST 
	databases/ruby-activerecord/pkg: PLIST 
	databases/ruby-bdb/pkg: PLIST 
	databases/ruby-couch_potato/pkg: PLIST 
	databases/ruby-couchrest/pkg: PLIST 
	databases/ruby-datamapper/aggregates/pkg: PLIST 
	databases/ruby-datamapper/core/pkg: PLIST 
	databases/ruby-datamapper/migrations/pkg: PLIST 
	databases/ruby-datamapper/serializer/pkg: PLIST 
	databases/ruby-datamapper/sweatshop/pkg: PLIST 
	databases/ruby-datamapper/timestamps/pkg: PLIST 
	databases/ruby-datamapper/types/pkg: PLIST 
	databases/ruby-datamapper/validations/pkg: PLIST 
	databases/ruby-kirbybase/pkg: PLIST 
	databases/ruby-ldap/pkg: PLIST 
	databases/ruby-mysql/pkg: PLIST 
	databases/ruby-pg/pkg: PLIST 
	databases/ruby-postgres/pkg: PLIST 
	databases/ruby-sequel/pkg: PLIST 
	databases/ruby-sequel_pg/pkg: PLIST 
	databases/ruby-validatable/pkg: PLIST 
	devel/ruby-abstract/pkg: PLIST 
	devel/ruby-actionpack/pkg: PLIST 
	devel/ruby-activesupport/pkg: PLIST 
	devel/ruby-assistance/pkg: PLIST 
	devel/ruby-bacon/pkg: PLIST 
	devel/ruby-clio/pkg: PLIST 
	devel/ruby-color-tools/pkg: PLIST 
	devel/ruby-columnize/pkg: PLIST 
	devel/ruby-cucumber/pkg: PLIST 
	devel/ruby-daemons/pkg: PLIST 
	devel/ruby-debug/pkg: PLIST 
	devel/ruby-debug-base/pkg: PLIST 
	devel/ruby-diff-lcs/pkg: PLIST 
	devel/ruby-echoe/pkg: PLIST 
	devel/ruby-extlib/pkg: PLIST 
	devel/ruby-facets/pkg: PLIST 
	devel/ruby-fastthread/pkg: PLIST 
	devel/ruby-flexmock/pkg: PLIST 
	devel/ruby-gem_plugin/pkg: PLIST 
	devel/ruby-gettext/pkg: PLIST 
	devel/ruby-highline/pkg: PLIST 
	devel/ruby-hoe/pkg: PLIST 
	devel/ruby-linecache/pkg: PLIST 
	devel/ruby-locale/pkg: PLIST 
	devel/ruby-minitest/pkg: PLIST 
	devel/ruby-mocha/pkg: PLIST 
	devel/ruby-ncurses/pkg: PLIST 
	devel/ruby-needle/pkg: PLIST 
	devel/ruby-open4/pkg: PLIST 
	devel/ruby-parsetree/pkg: PLIST 
	devel/ruby-polyglot/pkg: PLIST 
	devel/ruby-rack-test/pkg: PLIST 
	devel/ruby-rake/pkg: PLIST 
	devel/ruby-rcov/pkg: PLIST 
	devel/ruby-rparsec/pkg: PLIST 
	devel/ruby-rspec/pkg: PLIST 
	devel/ruby-ruby2ruby/pkg: PLIST 
	devel/ruby-ruby_parser/pkg: PLIST 
	devel/ruby-rubyinline/pkg: PLIST 
	devel/ruby-sexp/pkg: PLIST 
	devel/ruby-sexp_processor/pkg: PLIST 
	devel/ruby-systemtimer/pkg: PLIST 
	devel/ruby-term-ansicolor/pkg: PLIST 
	devel/ruby-tilt/pkg: PLIST 
	devel/ruby-transaction-simple/pkg: PLIST 
	devel/ruby-trollop/pkg: PLIST 
	devel/ruby-tzinfo/pkg: PLIST 
	devel/ruby-uuidtools/pkg: PLIST 
	devel/ruby-zentest/pkg: PLIST 
	geo/ruby-findmyiphone/pkg: PLIST 
	graphics/ruby-color/pkg: PLIST 
	graphics/ruby-gd2/pkg: PLIST 
	graphics/ruby-gruff/pkg: PLIST 
	graphics/ruby-mini_magick/pkg: PLIST 
	graphics/ruby-rmagick/pkg: PLIST 
	mail/ruby-actionmailer/pkg: PLIST 
	mail/ruby-mailfactory/pkg: PLIST 
	mail/ruby-mime/pkg: PLIST 
	mail/ruby-mime-types/pkg: PLIST 
	mail/ruby-rmail/pkg: PLIST 
	net/ruby-amqp/pkg: PLIST 
	net/ruby-amqp-utils/pkg: PLIST 
	net/ruby-bunny/pkg: PLIST 
	net/ruby-errand/pkg: PLIST 
	net/ruby-eventmachine/pkg: PLIST 
	net/ruby-minion/pkg: PLIST 
	net/ruby-net-dns/pkg: PLIST 
	net/ruby-net-scp/pkg: PLIST 
	net/ruby-net-sftp/pkg: PLIST 
	net/ruby-net-ssh/pkg: PLIST 
	net/ruby-net-ssh-gateway/pkg: PLIST 
	net/ruby-nmap-parser/pkg: PLIST 
	net/ruby-pcap/pkg: PLIST 
	net/ruby-rrdtool/pkg: PLIST 
	net/ruby-snmp/pkg: PLIST 
	net/ruby-stomp/pkg: PLIST 
	net/ruby-xmpp4r/pkg: PLIST 
	security/ruby-bcrypt/pkg: PLIST 
	security/ruby-ezcrypto/pkg: PLIST 
	security/ruby-openid/pkg: PLIST 
	security/ruby-yadis/pkg: PLIST 
	sysutils/god/pkg: PLIST 
	sysutils/ruby-capistrano/pkg: PLIST 
	sysutils/ruby-mongrel_cluster/pkg: PLIST 
	sysutils/ruby-rails-app-installer/pkg: PLIST 
	sysutils/ruby-thor/pkg: PLIST 
	sysutils/ruby-vlad/pkg: PLIST 
	textproc/ruby-ascii85/pkg: PLIST 
	textproc/ruby-builder/pkg: PLIST 
	textproc/ruby-erubis/pkg: PLIST 
	textproc/ruby-fastercsv/pkg: PLIST 
	textproc/ruby-fastri/pkg: PLIST 
	textproc/ruby-haml/pkg: PLIST 
	textproc/ruby-hpricot/pkg: PLIST 
	textproc/ruby-htmlentities/pkg: PLIST 
	textproc/ruby-icalendar/pkg: PLIST 
	textproc/ruby-markaby/pkg: PLIST 
	textproc/ruby-pdf-reader/pkg: PLIST 
	textproc/ruby-pdf-writer/pkg: PLIST 
	textproc/ruby-prawn/core/pkg: PLIST 
	textproc/ruby-prawn/format/pkg: PLIST 
	textproc/ruby-prawn/layout/pkg: PLIST 
	textproc/ruby-prawn/prawn/pkg: PLIST 
	textproc/ruby-randexp/pkg: PLIST 
	textproc/ruby-redcloth/pkg: PLIST 
	textproc/ruby-rubigen/pkg: PLIST 
	textproc/ruby-templater/pkg: PLIST 
	textproc/ruby-treetop/pkg: PLIST 
	www/ruby-activemerchant/pkg: PLIST 
	www/ruby-activeresource/pkg: PLIST 
	www/ruby-addressable/pkg: PLIST 
	www/ruby-fcgi/pkg: PLIST 
	www/ruby-httpclient/pkg: PLIST 
	www/ruby-mechanize/pkg: PLIST 
	www/ruby-merb/action-args/pkg: PLIST 
	www/ruby-merb/activerecord/pkg: PLIST 
	www/ruby-merb/assets/pkg: PLIST 
	www/ruby-merb/auth/pkg: PLIST 
	www/ruby-merb/auth-core/pkg: PLIST 
	www/ruby-merb/auth-more/pkg: PLIST 
	www/ruby-merb/auth-slice-password/pkg: PLIST 
	www/ruby-merb/cache/pkg: PLIST 
	www/ruby-merb/core/pkg: PLIST 
	www/ruby-merb/datamapper/pkg: PLIST 
	www/ruby-merb/exceptions/pkg: PLIST 
	www/ruby-merb/gen/pkg: PLIST 
	www/ruby-merb/haml/pkg: PLIST 
	www/ruby-merb/helpers/pkg: PLIST 
	www/ruby-merb/mailer/pkg: PLIST 
	www/ruby-merb/merb/pkg: PLIST 
	www/ruby-merb/more/pkg: PLIST 
	www/ruby-merb/param-protection/pkg: PLIST 
	www/ruby-merb/slices/pkg: PLIST 
	www/ruby-mongrel/pkg: PLIST 
	www/ruby-rack/pkg: PLIST 
	www/ruby-rails/pkg: PLIST 
	www/ruby-rest-client/pkg: PLIST 
	www/ruby-sinatra/pkg: PLIST 
	www/ruby-thin/pkg: PLIST 
	www/ruby-thin_http/pkg: PLIST 
	www/ruby-typo/pkg: PLIST 
Removed files:
	devel/ruby-systemtimer/pkg: PFRAG.shared 
	net/ruby-eventmachine/pkg: PFRAG.shared 

Log message:
Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:28:56

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/ruby-id3lib: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-bdb: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-datamapper: Makefile.inc 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-activesupport: Makefile 
	devel/ruby-assistance: Makefile 
	devel/ruby-bacon: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-debug: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-facets: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-linecache: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-rack-test: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-rparsec: Makefile 
	devel/ruby-rspec: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-systemtimer: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime-types: Makefile 
	mail/ruby-rmail: Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-amqp-utils: Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-errand: Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-minion: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-pcap  : Makefile 
	net/ruby-rrdtool: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/god   : Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-mongrel_cluster: Makefile 
	sysutils/ruby-rails-app-installer: Makefile 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-prawn: Makefile.inc 
	textproc/ruby-prawn/core: Makefile 
	textproc/ruby-prawn/format: Makefile 
	textproc/ruby-prawn/layout: Makefile 
	textproc/ruby-prawn/prawn: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-merb  : Makefile.inc 
	www/ruby-merb/action-args: Makefile 
	www/ruby-merb/activerecord: Makefile 
	www/ruby-merb/assets: Makefile 
	www/ruby-merb/auth: Makefile 
	www/ruby-merb/auth-core: Makefile 
	www/ruby-merb/auth-more: Makefile 
	www/ruby-merb/auth-slice-password: Makefile 
	www/ruby-merb/cache: Makefile 
	www/ruby-merb/core: Makefile 
	www/ruby-merb/datamapper: Makefile 
	www/ruby-merb/exceptions: Makefile 
	www/ruby-merb/gen: Makefile 
	www/ruby-merb/haml: Makefile 
	www/ruby-merb/helpers: Makefile 
	www/ruby-merb/mailer: Makefile 
	www/ruby-merb/merb: Makefile 
	www/ruby-merb/more: Makefile 
	www/ruby-merb/param-protection: Makefile 
	www/ruby-merb/slices: Makefile 
	www/ruby-mongrel: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rails : Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
Added files:
	net/ruby-amqp-utils/patches: patch-_metadata 
	www/ruby-merb/core/patches: patch-_metadata 
	www/ruby-mongrel/patches: patch-_metadata 
Removed files:
	www/ruby-mongrel/patches: patch-mongrel_gemspec 

Log message:
REVISION bumps for most ruby ports after the ruby.port.mk update.

PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:31:59

Modified files:
	converters/ruby-json: Makefile distinfo 
	converters/ruby-json/pkg: PLIST 

Log message:
Update ruby-json to 1.4.6 and update PLIST for ruby.port.mk changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:33:27

Modified files:
	databases/ruby-data_objects: Makefile distinfo 
	databases/ruby-data_objects/pkg: PLIST 

Log message:
Update ruby-data_objects to 0.10.2 and update PLIST for ruby.port.mk
changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:34:25

Modified files:
	databases/ruby-do_sqlite3: Makefile distinfo 
	databases/ruby-do_sqlite3/pkg: PLIST 

Log message:
Update ruby-do_sqlite3 to 0.10.2 and update PLIST for ruby.port.mk
changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:35:15

Modified files:
	databases/ruby-sqlite3: Makefile distinfo 
	databases/ruby-sqlite3/pkg: PLIST 

Log message:
Update ruby-sqlite3 to 1.3.1 and update PLIST for ruby.port.mk
changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:36:15

Modified files:
	devel/ruby-rubyforge: Makefile distinfo 
	devel/ruby-rubyforge/pkg: PLIST 

Log message:
Update ruby-rubyforge to 2.0.0 and update PLIST for ruby.port.mk
changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:37:17

Modified files:
	textproc/ruby-nokogiri: Makefile distinfo 
	textproc/ruby-nokogiri/pkg: PLIST 

Log message:
Update ruby-nokogiri to 1.4.3.1 and update PLIST for ruby.port.mk
changes.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:39:04

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Add a quirks entry for the renaming of nmap-parser to
ruby-nmap-parser.  This is a ruby library, not a program written
in ruby, so it should have the ruby- prefix.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:47:37

Modified files:
	www/ruby-passenger: Makefile distinfo 
	www/ruby-passenger/files: nginx-passenger.conf.sample 
	www/ruby-passenger/patches: patch-ext_nginx_config 
	www/ruby-passenger/pkg: PLIST 
Added files:
	www/ruby-passenger/patches: patch-build_config_rb 
	                            patch-build_documentation_rb 
	                            patch-build_packaging_rb 
	                            patch-ext_boost_smart_ptr_detail_sp_has_sync_hpp 
	                            patch-ext_common_AgentBase_cpp 
	                            patch-ext_common_ResourceLocator_h 
	                            patch-lib_phusion_passenger_packaging_rb 
	                            patch-lib_phusion_passenger_platform_info_compiler_rb 
	                            patch-lib_phusion_passenger_rb 
Removed files:
	www/ruby-passenger/patches: patch-Rakefile 
	                            patch-ext_boost_detail_atomic_count_hpp 
	                            patch-ext_boost_detail_sp_counted_base_hpp 
	                            patch-ext_nginx_HelperServer_cpp 
	                            patch-ext_nginx_StaticContentHandler_c 
	                            patch-lib_phusion_passenger_platform_info_rb 

Log message:
Update ruby-passenger to 3.0.0.  Switch the directory name from
phusion_passenger to phusion-passenger, since that's the name used
by upstream. Also tested by Pierre-Yves Ritschard.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/08 16:50:31

Modified files:
	www/nginx      : Makefile 

Log message:
For the passenger flavor, adjust for new location of ruby-passenger
and bump.

OK landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 01:15:23

Modified files:
	faq/cs         : faq1.html faq4.html 
	faq/fr         : faq10.html faq11.html faq13.html faq15.html 
	                 faq2.html faq3.html faq5.html faq6.html 
	                 faq8.html faq9.html 
	faq/nl         : faq4.html faq6.html 
	faq/pf/fr      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	fr             : want.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
Removed files:
	faq/fr         : upgrade-old.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/09 01:55:32

Modified files:
	databases/mysql: Makefile 
	databases/mysql/files: README.OpenBSD 
	databases/mysql/pkg: PLIST-server 
Added files:
	databases/mysql/pkg: mysqld.rc 

Log message:
Add an rc script for mysqld


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 01:58:06

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 

Log message:
Add missing RCS id. Protect variable names.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 01:58:06

Modified files:
	x11/gnustep/make: Makefile 
	x11/gnustep/make/pkg: PLIST 
Added files:
	x11/gnustep/make/pkg: README 
Removed files:
	x11/gnustep/make/files: README.OpenBSD 
	x11/gnustep/make/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok sebastia@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 02:05:31

Modified files:
	x11/gnustep/make: Makefile 
	x11/gnustep/make/pkg: README 

Log message:
Consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/09 02:07:28

Modified files:
	databases/postgresql/pkg: PLIST-server 

Log message:
pkg-readme filename comes from ${FULLPKGNAME}, fixes packaging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 02:14:31

Modified files:
	graphics/GraphicsMagick: Makefile 
	graphics/ImageMagick: Makefile 
	graphics/agg   : Makefile 
	graphics/autopano-sift-c: Makefile 
	graphics/blender: Makefile 
	graphics/camlimages: Makefile 
	graphics/cqcam : Makefile 
	graphics/ctl   : Makefile 
	graphics/dcmtk : Makefile 
	graphics/dia   : Makefile 

Log message:
more WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 02:55:56

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: PLIST-server 
Added files:
	databases/mysql/pkg: README-server 
Removed files:
	databases/mysql/files: README.OpenBSD 
	databases/mysql/pkg: MESSAGE-server 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/09 03:06:34

Modified files:
	textproc/libwpd: Makefile 
	textproc/libwpd/pkg: PLIST 

Log message:
Just disable docs. Different versions of doxygen generates different
number of files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 03:52:22

Modified files:
	x11/x11vnc     : Makefile 
	x11/x11vnc/pkg : PLIST 
Added files:
	x11/x11vnc/pkg : x11vnc.rc 

Log message:
Add rc script.

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 04:18:47

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
trap does not exit, avoid unlocking twice, even though it's harmless


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/09 04:33:34

Modified files:
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/pkg: PLIST 
Added files:
	net/ircd-ratbox/pkg: ircd-ratbox.rc 
Removed files:
	net/ircd-ratbox/pkg: MESSAGE 

Log message:
Add rc script and move to new style LIB_DEPENDS.
jasper@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 04:53:53

Modified files:
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/pkg: ircd-ratbox.rc 

Log message:
Use tab for consistency with other rc scripts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 04:56:18

Modified files:
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/pkg: PLIST 
Added files:
	net/ircd-ratbox/pkg: ircd_ratbox.rc 
Removed files:
	net/ircd-ratbox/pkg: ircd-ratbox.rc 

Log message:
- better filename for the script


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/09 06:21:45

ports/emulators/fedora/cups

Update of /cvs/ports/emulators/fedora/cups
In directory cvs.openbsd.org:/tmp/cvs-serv25167/cups

Log Message:
Directory /cvs/ports/emulators/fedora/cups added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/09 06:22:05

ports/emulators/fedora/cups/pkg

Update of /cvs/ports/emulators/fedora/cups/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv24157/pkg

Log Message:
Directory /cvs/ports/emulators/fedora/cups/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/09 06:23:21

Modified files:
	emulators/fedora: Makefile 
Added files:
	emulators/fedora/cups: Makefile distinfo 
	emulators/fedora/cups/pkg: DESCR PLIST 

Log message:
Add a package for the cups runtime libraries for Linux emulation.
This lets Textmaker 2010 run.  ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 06:26:31

Modified files:
	multimedia/mediatomb: Makefile 
	multimedia/mediatomb/patches: patch-configure_ac 
	                              patch-tombupnp_threadutil_src_ThreadPool_c 

Log message:
- we have sched_get_priority_{min|max} now.

from brad, ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/09 06:38:23

Modified files:
	print/texlive2010: README 
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PFRAG.xindy PLIST 
	print/texlive2010/texmf: Makefile 
	print/texlive2010/texmf/pkg: PLIST-full PLIST-main 

Log message:
silence bogus symlinks warnings by using scripts from -base where
possible instead of using all scripts from texmf. Add p5-Tk as a dep of
texmf-docs to allow texdoctk to work. Update README.

Is anyone testing this?


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/09 07:35:46

Modified files:
	mail/dovecot   : Makefile distinfo 

Log message:
update Dovecot to 1.2.16, from Brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/09 08:21:06

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/pkg: PLIST 

Log message:
SMall update to gtkaml-0.4.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 08:45:58

Modified files:
	devel/ruby-rake: Makefile 

Log message:
Bump after change in PLIST due to ruby.port.mk change.  Noticed by
landry@.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/09 09:03:38

Modified files:
	share/man/man9 : uvm.9 

Log message:
update struct uvmexp, and fix some spacing issues while here;
ok tedu


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 09:08:57

Modified files:
	databases      : Makefile 

Log message:
Build ruby 1.9 packages of some ruby database adapters by default.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/09 09:27:04

Modified files:
	x11/kde/office3: Makefile 
	x11/kde/office3/patches: patch-configure_in 

Log message:
cope with the libwpd -> libwpd-0.8 re-renaming


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/09 09:28:59

Modified files:
	archivers/gtar : Makefile 

Log message:
allow building as root; requested by ckuethe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/09 09:47:19

Modified files:
	telephony      : Makefile 

Log message:
enable iaxclient, discussed with jakemsr@ p2k10. Using OSS Mixer is OK,
for the rest of the audio it depends on and uses portaudio.

OK, jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 09:58:55

Modified files:
	telephony/iaxclient: Makefile 
Removed files:
	telephony/iaxclient/patches: patch-lib_unixfuncs_c 

Log message:
- we have sched_get_priority_{min|max} now.

from brad, ok sebastia@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 09:59:31

Modified files:
	net/poco       : Makefile 
Removed files:
	net/poco/patches: patch-Foundation_src_Thread_POSIX_cpp 

Log message:
- we have sched_get_priority_{min|max} now.

from brad, ok sebastia@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 10:05:44

Modified files:
	x11/fvwm2      : Makefile 
	x11/fvwm2/pkg  : MESSAGE-fvicons MESSAGE-main 
Removed files:
	x11/fvwm2/pkg  : MESSAGE-fvwm2 

Log message:
- stop explaining how to add fvwm2 to xinitrc, and remove some more obvious
bits.

pointed out by danh@, ok pval@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/09 10:20:23

Modified files:
	share/man/man4 : urtwn.4 

Log message:
more ultra nano adapters.
some, like the DWA-121 or GW-USNano2 are not yet available (they just
passed wi-fi alliance certification) but it shouldn't take too long
before they hit the shelves.


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 10:39:10

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Update for recent changes to ruby.port.mk.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/09 10:49:51

Modified files:
	share/man/man4 : run.4 

Log message:
the ZyXEL NWD2705 is a run(4) RT3070


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/09 10:59:30

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
correct some bit tests spotted by -Wparentheses in newer gcc.
ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 11:22:27

Modified files:
	graphics/digikam: Makefile 
	graphics/discwrapper: Makefile 
	graphics/dumpmpeg: Makefile 
	graphics/enjoympeg: Makefile 
	graphics/evince: Makefile 
	graphics/ffmpegthumbnailer: Makefile 
	graphics/fswebcam: Makefile 
	graphics/fxtv  : Makefile 
	graphics/fyre  : Makefile 
	graphics/gegl  : Makefile 
	graphics/gfract: Makefile 
	graphics/ggi   : Makefile 
	graphics/gimp/liquid-rescale: Makefile 
	graphics/glpng : Makefile 
	graphics/gmt   : Makefile 
	graphics/gocr  : Makefile 
	graphics/goocanvas: Makefile 
	graphics/gphoto2: Makefile 
	graphics/gpicview: Makefile 
	graphics/gqview: Makefile 
	graphics/gtkam : Makefile 
	graphics/gtkimageview: Makefile 
	graphics/gwenview: Makefile 
	graphics/imlib : Makefile 
	graphics/imlib2: Makefile 
	graphics/iview : Makefile 
	graphics/jbig2dec: Makefile 
	graphics/jpegpixi: Makefile 
	graphics/kimdaba: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/lcms  : Makefile 
	graphics/libcaca: Makefile 
	graphics/libexif-gtk: Makefile 
	graphics/libgphoto2: Makefile 
	graphics/libkdcraw: Makefile 
	graphics/libkexif: Makefile 
	graphics/libkexiv2: Makefile 
	graphics/libkipi: Makefile 
	graphics/liblqr: Makefile 
	graphics/libmng: Makefile 
	graphics/luagd : Makefile 
	graphics/makehuman: Makefile 
	graphics/mhgui : Makefile 
	graphics/mpeg_encode: Makefile 
	graphics/netpbm: Makefile 
	graphics/openexr-ctl: Makefile 
	graphics/openexr: Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/pecl-imagick: Makefile 
	graphics/pigment: Makefile 
	graphics/png2ico: Makefile 
	graphics/pngmeta: Makefile 
	graphics/povray: Makefile 
	graphics/py-Imaging: Makefile 
	graphics/py-gd : Makefile 
	graphics/py-goocanvas: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-opengl: Makefile 
	graphics/py-pigment: Makefile 
	graphics/qiv   : Makefile 

Log message:
WANTLIB conversion


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/09 11:40:05

Modified files:
	editors/openoffice3: Makefile distinfo 
	editors/openoffice3/patches: 
	                             patch-automation_source_testtool_objtest_cxx 
	                             patch-configure_in 
	                             patch-crashrep_source_unx_makefile_mk 
	                             patch-desktop_scripts_soffice_sh 
	                             patch-desktop_source_deployment_misc_dp_platform_cxx 
	                             patch-desktop_source_migration_wizard_cxx 
	                             patch-extensions_source_plugin_unx_makefile_mk 
	                             patch-external_gcc3_specific_makefile_mk 
	                             patch-hyphen_makefile_mk 
	                             patch-instsetoo_native_util_makefile_mk 
	                             patch-jvmfwk_plugins_sunmajor_pluginlib_sunversion_cxx 
	                             patch-lpsolve_lp_solve_5_5_patch 
	                             patch-odk_settings_settings_mk 
	                             patch-odk_util_makefile_pmk 
	                             patch-sal_inc_osl_endian_h 
	                             patch-sal_inc_rtl_uuid_h 
	                             patch-sal_inc_sal_config_h 
	                             patch-sal_osl_unx_file_volume_cxx 
	                             patch-sal_osl_unx_nlsupport_c 
	                             patch-sal_osl_unx_process_c 
	                             patch-sal_osl_unx_socket_c 
	                             patch-sal_osl_unx_system_h 
	                             patch-sal_rtl_source_alloc_c 
	                             patch-sal_rtl_source_macro_hxx 
	                             patch-scp2_source_ooo_file_library_ooo_scp 
	                             patch-scp2_source_ooo_ure_scp 
	                             patch-sdext_source_pdfimport_filterdet_cxx 
	                             patch-sdext_source_pdfimport_wrapper_wrapper_cxx 
	                             patch-set_soenv_in 
	                             patch-shell_source_backends_localebe_localebackend_cxx 
	                             patch-shell_source_unix_sysshell_recently_used_file_handler_cxx 
	                             patch-solenv_bin_modules_installer_globals_pm 
	                             patch-solenv_bin_modules_installer_parameter_pm 
	                             patch-solenv_bin_modules_installer_worker_pm 
	                             patch-solenv_bin_modules_osarch_pm 
	                             patch-solenv_config_ssolar_cmn 
	                             patch-solenv_inc_libs_mk 
	                             patch-solenv_inc_settings_mk 
	                             patch-solenv_inc_unx_mk 
	                             patch-solenv_inc_unxobsd_mk 
	                             patch-soltools_mkdepend_ifparser_c 
	                             patch-tools_inc_tools_inetdef_hxx 
	                             patch-tools_inc_tools_solar_h 
	                             patch-tools_source_stream_strmunx_cxx 
	                             patch-vcl_unx_source_app_i18n_ic_cxx 
	                             patch-vcl_unx_source_app_saldisp_cxx 
	                             patch-vcl_unx_source_dtrans_X11_selection_cxx 
	                             patch-vcl_unx_source_printer_printerinfomanager_cxx 
	                             patch-vcl_util_makefile_mk 
	                             patch-xpdf_makefile_mk 
	editors/openoffice3/pkg: PFRAG.shared-java PFRAG.shared-kde 
	                         PFRAG.shared-main PLIST-i18n-bg 
	                         PLIST-i18n-ca PLIST-i18n-de 
	                         PLIST-i18n-es PLIST-i18n-fa 
	                         PLIST-i18n-fi PLIST-i18n-fr 
	                         PLIST-i18n-hu PLIST-i18n-it 
	                         PLIST-i18n-ja PLIST-i18n-ko 
	                         PLIST-i18n-lt PLIST-i18n-lv 
	                         PLIST-i18n-nl PLIST-i18n-pl 
	                         PLIST-i18n-pt-br PLIST-i18n-ru 
	                         PLIST-i18n-sl PLIST-i18n-sv PLIST-java 
	                         PLIST-main 
Added files:
	editors/openoffice3/patches: 
	                             patch-bridges_inc_bridges_cpp_uno_shared_vtablefactory_hxx 
	                             patch-bridges_source_cpp_uno_gcc3_linux_intel_makefile_mk 
	                             patch-bridges_source_cpp_uno_gcc3_linux_x86-64_makefile_mk 
	                             patch-hyphen_hyphen-2_4-bash_patch 
	                             patch-testtools_source_bridgetest_makefile_mk 
	                             patch-tools_inc_tools_prex_h 
	editors/openoffice3/pkg: PFRAG.no-no_java-i18n-bg 
	                         PFRAG.no-no_java-i18n-ca 
	                         PFRAG.no-no_java-i18n-de 
	                         PFRAG.no-no_java-i18n-es 
	                         PFRAG.no-no_java-i18n-fa 
	                         PFRAG.no-no_java-i18n-fi 
	                         PFRAG.no-no_java-i18n-fr 
	                         PFRAG.no-no_java-i18n-hu 
	                         PFRAG.no-no_java-i18n-it 
	                         PFRAG.no-no_java-i18n-ja 
	                         PFRAG.no-no_java-i18n-ko 
	                         PFRAG.no-no_java-i18n-lt 
	                         PFRAG.no-no_java-i18n-lv 
	                         PFRAG.no-no_java-i18n-nl 
	                         PFRAG.no-no_java-i18n-pl 
	                         PFRAG.no-no_java-i18n-pt-br 
	                         PFRAG.no-no_java-i18n-ru 
	                         PFRAG.no-no_java-i18n-sl 
	                         PFRAG.no-no_java-i18n-sv PLIST-i18n-foo 
Removed files:
	editors/openoffice3/patches: patch-bridges_prj_build_lst 
	                             patch-cppu_test_alignment_diagnose_h 
	                             patch-cppunit_cppunit-1_8_0-r1_patch 
	                             patch-epm_epm-3_7_patch 
	                             patch-hunspell_hunspell-1_2_8_patch 
	                             patch-i18npool_source_paper_makefile_mk 
	                             patch-lingucomponent_source_hyphenator_altlinuxhyph_hyphen_makefile_mk 
	                             patch-ucb_source_ucp_ftp_ftpcontent_cxx 
	                             patch-ucb_source_ucp_ftp_ftpurl_cxx 
	editors/openoffice3/pkg: PFRAG.no_java-i18n-bg 
	                         PFRAG.no_java-i18n-ca 
	                         PFRAG.no_java-i18n-de 
	                         PFRAG.no_java-i18n-es 
	                         PFRAG.no_java-i18n-fa 
	                         PFRAG.no_java-i18n-fi 
	                         PFRAG.no_java-i18n-fr 
	                         PFRAG.no_java-i18n-hu 
	                         PFRAG.no_java-i18n-it 
	                         PFRAG.no_java-i18n-ja 
	                         PFRAG.no_java-i18n-ko 
	                         PFRAG.no_java-i18n-lt 
	                         PFRAG.no_java-i18n-lv 
	                         PFRAG.no_java-i18n-nl 
	                         PFRAG.no_java-i18n-pl 
	                         PFRAG.no_java-i18n-pt-br 
	                         PFRAG.no_java-i18n-ru 
	                         PFRAG.no_java-i18n-sl 
	                         PFRAG.no_java-i18n-sv 

Log message:
- update to openoffice.org 3.3rc3
- rework a port a little bit to be sync in the openoffice linux
code and remove some hacks that we don't need anymore
- also use --as-needed while linking (which results in at least a 50% speed
improovement)
- depend on more libraries from the system instead of using the internal
ones


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:42:46

Modified files:
	devel/ruby-gems/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change, no
bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:44:14

Modified files:
	sysutils/ruby-facter: Makefile 
	sysutils/ruby-facter/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST.  Use
MODRUBY_EXAMPLEDIR for the examples.  Bump because
MODRUBY_EXAMPLEDIR is a different location than the
old directory used.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:45:34

Modified files:
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-puppet/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST.  Use
MODRUBY_EXAMPLEDIR for the examples.  Bump because
MODRUBY_EXAMPLEDIR is a different location than the
old directory used.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:46:18

Modified files:
	textproc/eruby/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change,
no bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:47:57

Modified files:
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-hyperestraier/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. Do not install
RDoc documentation, and use MODRUBY_EXAMPLEDIR for the examples.
Also, LIB_DEPENDS -> WANTLIB.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:48:47

Modified files:
	textproc/ruby-rss/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change,
no bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/09 11:49:33

Modified files:
	x11/ruby-dbus/pkg: PLIST 

Log message:
Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change,
no bump.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 12:00:28

Modified files:
	graphics/quesoglc: Makefile 
	graphics/s10sh : Makefile 
	graphics/sane-frontends: Makefile 
	graphics/scrot : Makefile 
	graphics/simple-scan: Makefile 
	graphics/smpeg-xmms: Makefile 
	graphics/sng   : Makefile 
	graphics/synaesthesia: Makefile 
	graphics/tiff  : Makefile 
	graphics/tiff2png: Makefile 
	graphics/vcdimager: Makefile 
	graphics/vid   : Makefile 
	graphics/videod: Makefile 
	graphics/xfig  : Makefile 
	graphics/xmms-kj: Makefile 
	graphics/xpaint: Makefile 
	graphics/xsane : Makefile 
	graphics/xzgv  : Makefile 
	graphics/zbar  : Makefile 

Log message:
WANTLIB conversion


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 12:46:52

Modified files:
	net/BitTorrent : Makefile 
	net/BitTorrent/pkg: PLIST-main 
Added files:
	net/BitTorrent/pkg: README-main 
Removed files:
	net/BitTorrent/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/09 12:49:03

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Mark as BROKEN on sparc64, agreed by jasper@. Build stalls


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/09 12:49:29

Modified files:
	graphics/asymptote: Makefile 

Log message:
Mark as BROKEN on sparc64, agreed by jasper@. Build stalls


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 13:00:38

Modified files:
	inputmethods/ibus: Makefile 
	inputmethods/ibus/pkg: PLIST 
Added files:
	inputmethods/ibus/pkg: README 
Removed files:
	inputmethods/ibus/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 13:13:25

Modified files:
	mail/asmail    : Makefile 
	mail/avenger   : Makefile 
	mail/bogofilter: Makefile 
	mail/claws-mail-attremover: Makefile 
	mail/claws-mail-htmlviewer: Makefile 
	mail/claws-mail-notification: Makefile 
	mail/claws-mail-pdfviewer: Makefile 
	mail/claws-mail-rssyl: Makefile 
	mail/claws-mail-vcalendar: Makefile 
	mail/claws-mail: Makefile 
	mail/courier-authlib: Makefile 

Log message:
WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/09 13:26:16

Modified files:
	games/jbrickshooter: Makefile distinfo 

Log message:
update to jbrickshooter 1.5.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/09 14:13:13

Modified files:
	editors/openoffice3/patches: patch-solenv_inc_unxobsd_mk 

Log message:
Opps missing part from diff


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/09 14:14:47

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
when setting the rdomain, use the same define as the kernel
for the maximum route-id instead of a currently incorrect number
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/09 14:28:36

Modified files:
	lang/clisp     : Makefile 
	lang/clisp/pkg : PLIST 

Log message:
Undo bogus change to PLIST that slipped in with an unrelated commit.
Bump, in case people built the package in the meantime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 14:33:24

Modified files:
	databases/gnats: Makefile 
	databases/gnats/pkg: PLIST 
Added files:
	databases/gnats/pkg: README 
Removed files:
	databases/gnats/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 14:38:37

Modified files:
	www/mod_jk     : Makefile 
	www/mod_jk/pkg : MESSAGE PLIST 
Added files:
	www/mod_jk/pkg : README 
Removed files:
	www/mod_jk/files: README.OpenBSD 

Log message:
- switch to pkg-readmes

ok kurt@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 14:39:57

Modified files:
	devel/hudson   : Makefile 
	devel/hudson/pkg: PLIST 
Added files:
	devel/hudson/pkg: README 
Removed files:
	devel/hudson/files: README.OpenBSD 
	devel/hudson/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/09 14:46:50

Modified files:
	mail/mailman   : Makefile 
	mail/mailman/pkg: MESSAGE PLIST 
Added files:
	mail/mailman/pkg: README mailman.rc 
Removed files:
	mail/mailman/files: README.OpenBSD 

Log message:
- switch to pkg-readmes
- add an rc script

looks ok to sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/09 16:55:29

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
oops. noticed by sthen@/jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/09 18:33:07

Modified files:
	usr.bin/ssh    : kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c 
	                 moduli.c 

Log message:
use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.
these have been around for years by this time. ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/10 00:32:50

Modified files:
	usr.sbin/ldapd : log.c 

Log message:
Prefix debug logging on stderr with time and pid, like syslog.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/10 00:33:02

Modified files:
	databases/gnats: Makefile 
	databases/gnats/pkg: README 

Log message:
Trailing space.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/10 00:36:44

Modified files:
	mail/mailman   : Makefile 
	mail/mailman/pkg: README 

Log message:
Trailing space.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 00:58:59

Modified files:
	devel/intellij : Makefile 
	devel/intellij/pkg: PLIST 
Added files:
	devel/intellij/pkg: README 
Removed files:
	devel/intellij/files: README.OpenBSD 
	devel/intellij/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok daniel dickman (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 01:00:03

Modified files:
	audio/jack     : Makefile 
	audio/jack/pkg : PLIST 
Added files:
	audio/jack/pkg : README 
Removed files:
	audio/jack/files: README.OpenBSD 

Log message:
- switch to pkg-readmes

ok sir jake@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/10 01:00:54

Modified files:
	usr.sbin/ldapd : conn.c ldapd.8 ldapd.c ldapd.h ldape.c log.c 
	                 search.c 

Log message:
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Also shows a hexdump of the input buffer if BER decoding fails.
Useful when debugging protocol issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/10 01:04:15

Modified files:
	net/gajim      : Makefile distinfo 
	net/gajim/pkg  : PLIST 

Log message:
Bugfixes update to 0.14.1

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/10 01:18:18

Modified files:
	www/nginx      : Makefile 
	www/nginx/pkg  : PLIST 

Log message:
- Install files for the SCGI and uwsgi modules, from Piotr Sikora.
makes sense to dlg@, ok william@ (maintainer).

- Fix bad REVISION bump in an .if ${FLAVOR... block from last commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/10 01:19:30

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
update to OOo_3.3.0rc4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/10 01:28:33

Modified files:
	net/ldns       : Makefile.inc 
	net/ldns/drill : Makefile distinfo 
	net/ldns/libldns: Makefile distinfo 
	net/ldns/libldns/patches: patch-Makefile_in 

Log message:
update ldns to 1.67, from Brad. "please commit" jakob@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/10 01:29:01

Modified files:
	net/unbound    : Makefile distinfo 
	net/unbound/patches: patch-Makefile_in 
	net/unbound/pkg: PLIST 

Log message:
update unbound to 1.4.7, from Brad. "please commit" jakob@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/10 02:00:10

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
quote pattern and only work on files (-type f) in MODRUBY_ADJ_REPLACE.
From Mikolaj Kucharski on ports@, ok sthen@ jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/10 03:23:36

Modified files:
	mail/dspam     : Makefile 

Log message:
switch to new WANTLIB, clean-up the mess, make those errors actually BE
errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/10 05:53:09

Modified files:
	print/cups     : Makefile 
Added files:
	print/cups/patches: patch-cups_ipp_c patch-cups_ipp_h 

Log message:
Security patch: CVE-2010-2941 (from redhat).

ok ajacoutot@ (maintainer)

For increased fun, read the ticket at redhat:
https://bugzilla.redhat.com/show_bug.cgi?id=624438


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/10 06:00:19

Modified files:
	devel/hs-mmap  : Makefile 

Log message:
Fix dependencies. Noticed by landrty@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/10 06:12:02

Modified files:
	mail/dspam     : Makefile 

Log message:
fix (charles smith)


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/11/10 06:18:42

Modified files:
	audio/picard   : Makefile 

Log message:
Include 'MusicBrainz' in the COMMENT, so searches can find this

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/10 06:24:41

Modified files:
	databases/py-storm: Makefile distinfo 
	databases/py-storm/pkg: PLIST 

Log message:
- update to 0.18
- take maintainership

ok wcmaier@ (former maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2010/11/10 06:50:04

Modified files:
	net/openvpn    : Makefile distinfo 
	net/openvpn/patches: patch-configure patch-route_c 

Log message:
update to openvpn 2.1.4, which is a bug fix release only.

ok dcoppa@, benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/10 06:54:56

Modified files:
	net/mon/server : Makefile 
	net/mon/server/pkg: PLIST 
Added files:
	net/mon/server/pkg: README mon.rc 
Removed files:
	net/mon/server/files: README.OpenBSD 
	net/mon/server/pkg: MESSAGE 

Log message:
+ move readme to the new location
+ add rc script

tweaks/advices from jasper@

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/10 08:09:47

Modified files:
	editors/openoffice3: Makefile 

Log message:
add a new mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/10 08:14:36

Modified files:
	usr.sbin/bgpd  : rde.c session.c 

Log message:
Make sure that the initial configuration of the child is zeroed out
by using calloc(). This fixes an issue where the RDE would start up
as route-collector because uninitialized memory made the RDE switch
to that mode.
OK henning@, sthen@, phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/10 08:23:25

Modified files:
	sys/dev/pci    : if_ix.c ixgbe_type.h 

Log message:
Enable low latency interrupt moderation and set the LL interval
to the maximum value to reduce the number of low latency interrupts
hitting the card when the ring is getting full.
Tested at least by deraadt@ on 99 and myself on 99 and 98 ix(4).
OK mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/10 09:14:35

Modified files:
	net/zabbix     : Makefile 

Log message:
Fix RUN_DEPENDS-server specs.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/10 10:05:39

Modified files:
	sys/arch/amd64/amd64: aesni.c aes_intel.S 

Log message:
pass aesni_ctr_enc an initial counter block instead of an initialization vector


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/10 10:23:44

Modified files:
	share/man/man4 : run.4 

Log message:
s/NWD2705/NWD2205/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/10 10:24:45

Log message:
    import PRICE: precision raster image convolution engine
    
    from DESCR:
    PRICE allows you to open files in several formats and apply high quality
    filters and other enhancements to the image.
    
    OK, landry@, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101110
    
    N ports/x11/gnustep/price/Makefile
    N ports/x11/gnustep/price/distinfo
    N ports/x11/gnustep/price/pkg/DESCR
    N ports/x11/gnustep/price/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/10 10:26:40

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable price


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 12:02:09

Modified files:
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 
Added files:
	x11/gnome/empathy/pkg: README 
Removed files:
	x11/gnome/empathy/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 12:25:25

Modified files:
	net/prosody    : Makefile 
	net/prosody/pkg: PLIST 
Added files:
	net/prosody/pkg: README 
Removed files:
	net/prosody/files: README.OpenBSD 
	net/prosody/pkg: MESSAGE 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/10 14:03:04

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-config_ac-macros_ssl_m4 
	                         patch-configure_in 
	                         patch-mysql-test_Makefile_in 
	                         patch-mysql-test_lib_My_SafeProcess_Makefile_in 
	                         patch-sql-bench_Makefile_in 
	                         patch-sql_mysqld_cc 
	databases/mysql/pkg: PLIST-main PLIST-tests 

Log message:
Update MySQL to 5.1.52, from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/10 14:03:38

Added files:
	databases/mysql/patches: patch-mysql-test_r_variables_result 
	                         patch-mysql-test_t_variables_test 
	                         patch-sql_set_var_cc 
	                         patch-sql_set_var_h 
	                         patch-sql_sql_class_h 
	                         patch-sql_sql_parse_cc 

Log message:
Update MySQL to 5.1.52, from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/10 14:06:44

Modified files:
	sys/dev/ic     : athnvar.h ar9003.c ar9003reg.h ar9380.c 
	                 ar9380reg.h 

Log message:
Several updates for the Osprey (AR9380):
- Add the different ROM templates for the different chips
- Fix AR_PHY_65NM_CH0_TOP_XPABIASLVL definition
- Apply attenuation settings from the ROM


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 14:21:26

Modified files:
	net/ntp        : Makefile 
	net/ntp/pkg    : PLIST 
Added files:
	net/ntp/pkg    : README ntpd.rc 
Removed files:
	net/ntp/files  : README.OpenBSD 
	net/ntp/pkg    : MESSAGE 

Log message:
- switch to pkg-readmes
- add an rc script

looks good to sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/10 14:40:55

Modified files:
	sys/dev/acpi   : acpibat.c 

Log message:
The acpibat(4) notify function should not unconditionally call both _BIF
and _BST.  Some machines (like the Toshiba Satellite Pro U550 18F mentioned
in PR 6508) have AML that does a Notify(0x81) from the _BST method, which leads
to infinite recursion.  Instead call _BIF when the argument is 0x81 and call
_BST when the argument is 0x80 or 0x00 (the latter indicates we're polling).
Simplify the battery detection logic while there.

ok mikeb@, marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 15:10:03

Modified files:
	graphics/py-Imaging: Makefile 
	graphics/py-Imaging/patches: patch-Scripts_pilfont_py 
	                             patch-setup_py 
	graphics/py-Imaging/pkg: DESCR-main 
Removed files:
	graphics/py-Imaging/patches: patch-Scripts_pilconvert_py 
	                             patch-Scripts_pildriver_py 
	                             patch-Scripts_pilfile_py 
	                             patch-Scripts_pilprint_py 

Log message:
- don't hardcode paths, but use ${X11BASE} and ${LOCALBASE}
- dump a few patches and use MODPY_ADJ_FILES instead
- tweak DESCR-main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 15:12:40

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 
	x11/py-qt4/pkg : PLIST-docs 

Log message:
- update py-qt4 to 4.8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 15:24:16

Modified files:
	textproc/py-lxml: Makefile 
	textproc/py-yaml: Makefile 
	textproc/urlview: Makefile 
	textproc/wdg-sgml-lib: Makefile 
	textproc/xmlcatmgr: Makefile 
	textproc/xmlto : Makefile 
	textproc/xxdiff: Makefile 

Log message:
- some WANTLIB/LIB_DEPENDS/REVISION cleaning


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 15:44:03

Modified files:
	textproc/aspell/core: Makefile 
	textproc/clo++ : Makefile 
	textproc/enchant: Makefile 
	textproc/gtkspell: Makefile 
	textproc/hyperestraier: Makefile 
	textproc/iksemel: Makefile 
	textproc/libical: Makefile 
	textproc/libnxml: Makefile 
	textproc/libwpd: Makefile 
	textproc/libxml: Makefile 
	textproc/libxslt: Makefile 
	textproc/lq-sp : Makefile 
	textproc/validate: Makefile 

Log message:
- some WANTLIB/LIB_DEPENDS/REVISION cleaning


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/10 15:56:06

Modified files:
	textproc/openjade: Makefile 
	textproc/ots   : Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-XML-LibXML: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-Sablotron: Makefile 
	textproc/source-highlight: Makefile 
	textproc/sphinx: Makefile 
	textproc/tre   : Makefile 

Log message:
- last bits of WANTLIB/LIB_DEPENDS/REVISION cleaning for textproc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/10 16:35:41

Modified files:
	net/prosody    : Makefile 
	net/prosody/pkg: README 

Log message:
Trailing line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/10 16:37:32

Modified files:
	net/ntp        : Makefile 
	net/ntp/pkg    : ntpd.rc 

Log message:
Fix crazy indent.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 00:58:53

Removed files:
	mail/evolution/files: evolution.sh 

Log message:
Remove left-over that hasn't been used for quite a while...


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/11 01:40:27

Modified files:
	net/argus      : Makefile 
	net/argus-clients: Makefile 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:18:57

Log message:
    import py-ftpdlib 0.5.2
    
    Python FTP server library provides a high-level portable interface to
    easily write asynchronous FTP servers with Python.  pyftpdlib is
    currently the most complete RFC-959 FTP server implementation available
    for Python programming language.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101111
    
    N ports/net/py-ftpdlib/distinfo
    N ports/net/py-ftpdlib/Makefile
    N ports/net/py-ftpdlib/pkg/PLIST
    N ports/net/py-ftpdlib/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:19:38

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:21:37

Modified files:
	textproc/clo++ : Makefile 
	textproc/clo++/pkg: DESCR PLIST 

Log message:
- use libiconv module,
- regen plist while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:27:14

Modified files:
	x11/slim       : Makefile 
	x11/slim/pkg   : MESSAGE PLIST 
Added files:
	x11/slim/pkg   : README 
Removed files:
	x11/slim/files : README.OpenBSD 

Log message:
- switch to pkg-readmes

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:30:37

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/pkg: PLIST-main 
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/pkg: PLIST 
	www/firefox35  : Makefile 
	www/firefox35/pkg: PLIST 
Added files:
	mail/mozilla-thunderbird/pkg: README-main 
	www/mozilla-firefox/pkg: README 
	www/firefox35/pkg: README 
Removed files:
	mail/mozilla-thunderbird/files: README.OpenBSD 
	mail/mozilla-thunderbird/pkg: MESSAGE-main 
	www/mozilla-firefox/files: README.OpenBSD 
	www/mozilla-firefox/pkg: MESSAGE 
	www/firefox35/files: README.OpenBSD 
	www/firefox35/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/11 02:42:11

Modified files:
	inputmethods/ibus: Makefile distinfo 
	inputmethods/ibus/pkg: README 

Log message:
Update to ibus 1.3.8.  Add TRUEPREFIX to the README.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/11 02:42:52

Modified files:
	inputmethods/ibus-anthy: Makefile distinfo 
Removed files:
	inputmethods/ibus-anthy/patches: patch-engine_Makefile_in 
	                                 patch-engine_ibus-engine-anthy_in 
	                                 patch-setup_ibus-setup-anthy_in 

Log message:
Update to ibus-anthy 1.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 02:55:05

Modified files:
	www/seamonkey  : Makefile 
	www/seamonkey/pkg: PLIST-main 
Added files:
	www/seamonkey/pkg: README-main 
Removed files:
	www/seamonkey/files: README.OpenBSD 
	www/seamonkey/pkg: MESSAGE-main 

Log message:
- also switch to pkg-readmes, reminded by landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:02:26

Modified files:
	proto/inputproto: COPYING ChangeLog Makefile.am XI2proto.txt 
	                  XIproto.txt configure.ac 
Added files:
	proto/inputproto: INSTALL README 

Log message:
Update to inputproto 2.0.1. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:03:57

xenocara/proto/x11proto/specs

Update of /cvs/xenocara/proto/x11proto/specs
In directory cvs.openbsd.org:/tmp/cvs-serv18695/specs

Log Message:
Directory /cvs/xenocara/proto/x11proto/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:07:51

Modified files:
	proto/x11proto : Makefile.am README configure.ac 
	                 do-not-use-config.h.in 
Added files:
	proto/x11proto/specs: Makefile.am encoding.xml glossary.xml 
	                      keysyms.xml sect1-9.xml x11protocol.xml 

Log message:
Update to xproto 7.0.19. No functional change.
This mostly adds the new docbook xml docs to the source tree.
Formatting it will be handled later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/11 03:09:34

Modified files:
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/pkg: PLIST 
Added files:
	x11/xfce4/xfce4-session/pkg: README 
Removed files:
	x11/xfce4/xfce4-session/files: README.OpenBSD 
	x11/xfce4/xfce4-session/pkg: MESSAGE 

Log message:
Switch to pkg-readme.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 03:10:52

Modified files:
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/pkg: README 

Log message:
- missing rcs id


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:11:29

xenocara/lib/libXdmcp/doc

Update of /cvs/xenocara/lib/libXdmcp/doc
In directory cvs.openbsd.org:/tmp/cvs-serv29845/doc

Log Message:
Directory /cvs/xenocara/lib/libXdmcp/doc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:14:41

Modified files:
	lib/libXdmcp   : ChangeLog Fill.c Flush.c INSTALL Makefile.am 
	                 Makefile.in Unwrap.c Wrap.c Wrap.h Wraphelp.c 
	                 aclocal.m4 configure configure.ac 
	lib/libXdmcp/include/X11: Xdmcp.h 
Added files:
	lib/libXdmcp   : Array.c Key.c Read.c Write.c 
	lib/libXdmcp/doc: Makefile.am Makefile.in xdmcp.xml 
Removed files:
	lib/libXdmcp   : A8Eq.c AA16.c AA32.c AA8.c Alloc.c AofA8.c 
	                 CA8.c CmpKey.c DA16.c DA32.c DA8.c DAofA8.c 
	                 DecKey.c GenKey.c IncKey.c RA16.c RA32.c RA8.c 
	                 RAofA8.c RC16.c RC32.c RC8.c RHead.c RR.c 
	                 RaA16.c RaA32.c RaA8.c RaAoA8.c WA16.c WA32.c 
	                 WA8.c WAofA8.c WC16.c WC32.c WC8.c Whead.c 

Log message:
Update to libXdmcp 1.1.0.
Tested by krw@, ajacoutot@, jasper@ and on a bulk ports build by landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:15:19

xenocara/lib/libXext/specs

Update of /cvs/xenocara/lib/libXext/specs
In directory cvs.openbsd.org:/tmp/cvs-serv370/specs

Log Message:
Directory /cvs/xenocara/lib/libXext/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:17:25

Modified files:
	lib/libXext    : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
	lib/libXext/include/X11/extensions: MITMisc.h XEVI.h XLbx.h 
	                                    XShm.h Xag.h Xcup.h Xdbe.h 
	                                    Xext.h dpms.h extutil.h 
	                                    multibuf.h security.h 
	                                    shape.h sync.h xtestext1.h 
	lib/libXext/man: DBE.man DPMSCapable.man DPMSDisable.man 
	                 DPMSEnable.man DPMSForceLevel.man 
	                 DPMSGetTimeouts.man DPMSGetVersion.man 
	                 DPMSInfo.man DPMSQueryExtension.man 
	                 DPMSSetTimeouts.man Makefile.am Makefile.in 
	                 XShape.man XcupGetReservedColormapEntries.man 
	                 XcupQueryVersion.man XcupStoreColors.man 
	                 XdbeAllocateBackBufferName.man 
	                 XdbeBeginIdiom.man 
	                 XdbeDeallocateBackBufferName.man 
	                 XdbeEndIdiom.man XdbeFreeVisualInfo.man 
	                 XdbeGetBackBufferAttributes.man 
	                 XdbeGetVisualInfo.man XdbeQueryExtension.man 
	                 XdbeSwapBuffers.man Xevi.man Xmbuf.man 
	lib/libXext/src: DPMS.c MITMisc.c Makefile.am Makefile.in 
	                 XAppgroup.c XEVI.c XLbx.c XMultibuf.c 
	                 XSecurity.c XShape.c XShm.c XSync.c XTestExt1.c 
	                 Xcup.c Xdbe.c Xge.c extutil.c globals.c 
Added files:
	lib/libXext/man: XShapeCombineMask.man 
	                 XShapeCombineRectangles.man 
	                 XShapeCombineRegion.man XShapeCombineShape.man 
	                 XShapeGetRectangles.man XShapeInputSelected.man 
	                 XShapeOffsetShape.man XShapeQueryExtension.man 
	                 XShapeQueryExtents.man XShapeQueryVersion.man 
	                 XShapeSelectInput.man XShmAttach.man 
	                 XShmCreateImage.man XShmCreatePixmap.man 
	                 XShmDetach.man XShmGetEventBase.man 
	                 XShmGetImage.man XShmPixmapFormat.man 
	                 XShmPutImage.man XShmQueryExtension.man 
	                 XShmQueryVersion.man XeviGetVisualInfo.man 
	                 XeviQueryExtension.man XeviQueryVersion.man 
	                 XmbufChangeBufferAttributes.man 
	                 XmbufChangeWindowAttributes.man 
	                 XmbufCreateBuffers.man 
	                 XmbufCreateStereoWindow.man 
	                 XmbufDestroyBuffers.man XmbufDisplayBuffers.man 
	                 XmbufGetBufferAttributes.man 
	                 XmbufGetScreenInfo.man XmbufGetVersion.man 
	                 XmbufGetWindowAttributes.man 
	                 XmbufQueryExtension.man 
	lib/libXext/specs: Makefile.am Makefile.in dbelib.xml 
	                   dpmslib.xml shapelib.xml synclib.xml 
Removed files:
	lib/libXext/include/X11/extensions: lbxbuf.h lbxbufstr.h 
	                                    lbximage.h 

Log message:
Update to libXext 1.4.0.
Tested by ajacoutot@, jasper@, krw@ and on a bulk ports build by landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:18:58

Modified files:
	lib/libXft     : ChangeLog Makefile.am Makefile.in NEWS 
	                 aclocal.m4 configure configure.ac xft.pc.in 
	lib/libXft/include/X11/Xft: Xft.h.in 
	lib/libXft/man : Makefile.am Makefile.in 
	lib/libXft/src : Makefile.am Makefile.in 
Added files:
	lib/libXft/man : Xft.man 
Removed files:
	lib/libXft     : xft-config.in 
	lib/libXft/man : Xft.3.in xft-config.1.in 

Log message:
Update to libXft 2.2.0
Tested by ajacoutot@, jasper@, krw@ and on a bulk ports build by landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:23:20

xenocara/lib/libxtrans/doc

Update of /cvs/xenocara/lib/libxtrans/doc
In directory cvs.openbsd.org:/tmp/cvs-serv27979/doc

Log Message:
Directory /cvs/xenocara/lib/libxtrans/doc added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/11 03:32:54

Modified files:
	net/icecast    : Makefile 
	net/icecast/pkg: MESSAGE PLIST 
Added files:
	net/icecast/pkg: README icecast.rc 
Removed files:
	net/icecast/files: README.OpenBSD 

Log message:
clean up icecast port a little: new LIB_DEPENDS, new README style, add rc
script, make the MESSAGE more obvious, spell check README.

MAINTAINER is happy with this and OK from sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:34:28

Modified files:
	lib/libxtrans  : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README Xtrans.c Xtransint.h 
	                 Xtranslcl.c Xtranssock.c aclocal.m4 configure 
	                 configure.ac xtrans.m4 
Added files:
	lib/libxtrans/doc: Makefile.am Makefile.in xtrans.xml 
Removed files:
	lib/libxtrans  : Xtrans.mm 

Log message:
Update to xtrans 1.2.6. Only a small bug fix in addition to the
usual doc/autotools churn.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 03:38:47

Modified files:
	net/icecast    : Makefile 
	net/icecast/pkg: icecast.rc 

Log message:
We do not hardcode /usr/local.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 03:46:11

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Unconfuse usage.

prodded by and ok espie@, ok jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:47:02

xenocara/lib/libXi/doc

Update of /cvs/xenocara/lib/libXi/doc
In directory cvs.openbsd.org:/tmp/cvs-serv20939/doc

Log Message:
Directory /cvs/xenocara/lib/libXi/doc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:47:10

xenocara/lib/libXi/specs

Update of /cvs/xenocara/lib/libXi/specs
In directory cvs.openbsd.org:/tmp/cvs-serv27944/specs

Log Message:
Directory /cvs/xenocara/lib/libXi/specs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:49:22

Modified files:
	lib/libXi      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac 
	lib/libXi/man  : Makefile.am Makefile.in XAllowDeviceEvents.man 
	                 XAllowDeviceEvents.txt 
	                 XChangeDeviceDontPropagateList.man 
	                 XChangeKeyboardDevice.man 
	                 XChangePointerDevice.man XDeviceBell.man 
	                 XGetDeviceControl.man XGetDeviceKeyMapping.man 
	                 XGetDeviceModifierMapping.man 
	                 XGetDeviceMotionEvents.man 
	                 XGetDeviceProperty.man XGetDeviceProperty.txt 
	                 XGetExtensionVersion.man 
	                 XGetFeedbackControl.man XGrabDevice.man 
	                 XGrabDeviceButton.man XGrabDeviceKey.man 
	                 XIChangeHierarchy.man XIChangeProperty.man 
	                 XIDefineCursor.man XIGrabButton.man 
	                 XIGrabDevice.man XIGrabEnter.man 
	                 XIListProperties.man XIQueryDevice.man 
	                 XIQueryDevice.txt XIQueryPointer.man 
	                 XIQueryVersion.man XISelectEvents.man 
	                 XISetClientPointer.man XISetFocus.man 
	                 XIWarpPointer.man XListDeviceProperties.man 
	                 XListInputDevices.man XOpenDevice.man 
	                 XQueryDeviceState.man XSelectExtensionEvent.man 
	                 XSendExtensionEvent.man 
	                 XSetDeviceButtonMapping.man XSetDeviceFocus.man 
	                 XSetDeviceMode.man XSetDeviceValuators.man 
	lib/libXi/src  : Makefile.am Makefile.in XExtInt.c XExtToWire.c 
	                 XGetDCtl.c XGetFCtl.c XIint.h XListDev.c 
	                 XQueryDv.c XSetBMap.c 
Added files:
	lib/libXi/doc  : Makefile.am Makefile.in porting.xml 
	lib/libXi/specs: Makefile.am Makefile.in encoding.xml 
	                 inputlib.xml library.xml 

Log message:
Update to libXi 1.4.0. small bug fixes plus doc/spec/autotools churn.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 03:54:02

Modified files:
	mail/evolution-plugin-webcal: Makefile 
	mail/exim      : Makefile 
	mail/fdm       : Makefile 
	mail/gmime24   : Makefile 
	mail/hypermail : Makefile 
	mail/imapfilter: Makefile 
	mail/isync     : Makefile 
	mail/kbiff     : Makefile 
	mail/ldapvacation: Makefile 
	mail/libetpan  : Makefile 
	mail/maildrop  : Makefile 
	mail/mairix    : Makefile 
	mail/mboxgrep  : Makefile 
	mail/milter-greylist: Makefile 
	mail/msmtp     : Makefile 
	mail/perdition : Makefile 

Log message:
a few email WANTLIBs


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:54:03

Modified files:
	lib/libXi      : Makefile.bsd-wrapper 

Log message:
Explicitely disable build of specs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 03:57:40

Modified files:
	mail/postfix   : Makefile.inc 

Log message:
WANTLIB conversion


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 03:57:47

Modified files:
	font/bh-ttf    : ChangeLog Makefile.am Makefile.bsd-wrapper 
	                 Makefile.in configure configure.ac 

Log message:
Update to bh-ttf 1.0.3.
Fixes installation of fontconfig configuration files.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:00:06

Modified files:
	app/mkfontdir  : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac mkfontdir.cpp 
	                 mkfontdir.man 

Log message:
Update to mkfontdir 1.0.6


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:06:33

Modified files:
	app/xdriinfo   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 config.h.in configure configure.ac 

Log message:
Update to xdriinfo 1.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:08:43

Modified files:
	app/xgamma     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xgamma.c 
	                 xgamma.man 

Log message:
Update to xgamma 1.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:11:47

Modified files:
	app/xinput     : Makefile.in aclocal.m4 configure configure.ac 
	app/xinput/man : Makefile.am Makefile.in 
	app/xinput/src : Makefile.in list.c property.c setmode.c 
	                 test_xi2.c xinput.c 

Log message:
Update to xinput 1.5.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:14:22

Modified files:
	app/xkill      : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xkill.c 
	                 xkill.man 

Log message:
Update to xkill 1.0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/11 04:15:26

Modified files:
	net/icecast    : Makefile 
	net/icecast/pkg: MESSAGE 

Log message:
remove reference to README in MESSAGE as requested by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 04:16:03

Modified files:
	misc/dates     : Makefile 

Log message:
tidy


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:16:58

Modified files:
	app/xrdb       : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xrdb.c 
	                 xrdb.man 

Log message:
Update to xrdb 1.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 04:18:31

Modified files:
	misc/rpm       : Makefile 

Log message:
tidy


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:18:56

Modified files:
	app/xrefresh   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xrefresh.c 
	                 xrefresh.man 

Log message:
Update to xrefresh 1.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 04:19:10

Modified files:
	mail/smsmail   : Makefile 
	mail/wmbiff    : Makefile 
	mail/wmmail    : Makefile 
	mail/xfaces    : Makefile 
	multimedia/mjpegtools: Makefile 

Log message:
zap WANTLIB


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:21:09

Modified files:
	app/xset       : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac xset.c xset.man 

Log message:
Update to xset 1.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:23:59

Modified files:
	app/xwd        : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac dsimple.c 
	                 dsimple.h list.c list.h multiVis.c multiVis.h 
	                 wsutils.h xwd.c xwd.man 

Log message:
Update to xwd 1.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:26:53

Modified files:
	app/xwud       : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac xwud.c 
	                 xwud.man 

Log message:
Update to xwud 1.0.3


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 04:28:50

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Add libXi doc dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 04:54:09

Modified files:
	net/amsn       : Makefile 
	net/amule      : Makefile 
	net/angst      : Makefile 
	net/arpd       : Makefile 
	net/arping     : Makefile 
	net/bitlbee    : Makefile 
	net/bluetooth-tools: Makefile 
	net/bro        : Makefile 
	net/cadaver    : Makefile 
	net/castget    : Makefile 
	net/crawl      : Makefile 
	net/dc_gui     : Makefile 
	net/dclib      : Makefile 
	net/dctc       : Makefile 
	net/dxpc       : Makefile 
	net/ettercap   : Makefile 
	net/ezstream   : Makefile 
	net/filezilla  : Makefile 
	net/firewalk   : Makefile 
	net/freeradius : Makefile 

Log message:
WANTLIB conversion


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 05:17:20

Modified files:
	infrastructure/lib/OpenBSD: Recorder.pm 

Log message:
fix stupid warnings


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/11 05:35:09

Modified files:
	www/amaya/browser: Makefile 
	www/analog     : Makefile 
	www/ap2-mod_fcgid: Makefile 
	www/ap2-mod_perl: Makefile 
	www/apache-httpd: Makefile 
	www/august     : Makefile 
	www/bluefish   : Makefile 
	www/cgicc      : Makefile 
	www/cgiparse   : Makefile 
	www/cherokee   : Makefile 
	www/cntlm      : Makefile 
	www/cronolog   : Makefile 
	www/dansguardian: Makefile 
	www/dillo      : Makefile 
	www/drupal6/FCKeditor: Makefile 
	www/drupal6/ldap_integration: Makefile 
	www/drupal6/locale-fr: Makefile 
	www/drupal6/locale-it: Makefile 
	www/drupal6/locale-ja: Makefile 
	www/drupal6/masquerade: Makefile 
	www/drupal6/nodetype: Makefile 
	www/drupal6/securelogin: Makefile 
	www/drupal6/themesettingsapi: Makefile 
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 
	www/fcgi       : Makefile 
	www/ffproxy    : Makefile 
	www/gtkhtml3   : Makefile 
	www/havp       : Makefile 
	www/http_load  : Makefile 
	www/japana     : Makefile 
	www/jesred     : Makefile 
	www/junkbuster : Makefile 
	www/ktdms      : Makefile 
	www/larbin     : Makefile 
	www/libghttp   : Makefile 
	www/liferea    : Makefile 
	www/lighttpd   : Makefile 

Log message:
new-style LIB_DEPENDS/REVISION/WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/11 05:35:14

Modified files:
	www/links+     : Makefile 
	www/mantis     : Makefile 
	www/mediawiki-httpauth: Makefile 
	www/mimetex    : Makefile 
	www/mod_auth_ldap: Makefile 
	www/mod_auth_mysql: Makefile 
	www/mod_auth_pgsql: Makefile 
	www/mod_geoip  : Makefile 
	www/mod_ldapvhost: Makefile 
	www/mod_log_sql: Makefile 
	www/mod_mp3    : Makefile 
	www/myreview   : Makefile 
	www/netsurf/browser: Makefile 
	www/netsurf/hubbub: Makefile 
	www/netsurf/libcss: Makefile 
	www/p5-HTML-Base: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-RewriteAttributes: Makefile 
	www/p5-HTML-Tidy: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-PHP-Session: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/pear-HTML-Common2: Makefile 
	www/pear-HTML-Page2: Makefile 
	www/pear-HTML-QuickForm: Makefile 
	www/pear-HTML-Select: Makefile 
	www/pear-HTML-Template-IT: Makefile 
	www/pear-SOAP  : Makefile 
	www/pecl-geoip : Makefile 
	www/pecl-ssh2  : Makefile 
	www/pecl-swish : Makefile 
	www/phplist    : Makefile 
	www/plans      : Makefile 
	www/plone/3.0  : Makefile 
	www/plone-formgen: Makefile 
	www/plone-ldap : Makefile 
	www/plone-massloader: Makefile 
	www/pmwiki     : Makefile 
	www/privoxy    : Makefile 
	www/py-webkitgtk: Makefile 

Log message:
new-style LIB_DEPENDS/REVISION/WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/11 05:35:19

Modified files:
	www/reportmagic: Makefile 
	www/retawq     : Makefile 
	www/sarg       : Makefile 
	www/snownews   : Makefile 
	www/spawn-fcgi : Makefile 
	www/squid      : Makefile 
	www/squidguard : Makefile 
	www/surf       : Makefile 
	www/thttpd     : Makefile 
	www/tntnet     : Makefile 
	www/tomcat/v4  : Makefile 
	www/tomcat/v5  : Makefile 
	www/tomcat/v6  : Makefile 
	www/vteplugin  : Makefile 
	www/w3m        : Makefile 
	www/wApua      : Makefile 
	www/webalizer  : Makefile 
	www/webcollab  : Makefile 
	www/webgui     : Makefile 
	www/weblint    : Makefile 
	www/wwwoffle   : Makefile 
	www/xcache     : Makefile 
	www/xmhtml     : Makefile 
	www/zope/2.10  : Makefile 
	www/zope-cmf   : Makefile 
	www/zope-cmfquickinstaller: Makefile 
	www/zope-coreblog: Makefile 
	www/zope-externaleditor: Makefile 
	www/zope-formulator: Makefile 
	www/zope-fortune: Makefile 
	www/zope-fscounter: Makefile 
	www/zope-genericsetup: Makefile 
	www/zope-groupuserfolder: Makefile 
	www/zope-jtracker: Makefile 
	www/zope-ldapmultiplugins: Makefile 
	www/zope-ldapuserfolder: Makefile 
	www/zope-logger: Makefile 
	www/zope-placelesstranslationservice: Makefile 
	www/zope-pluggableauthservice: Makefile 
	www/zope-pluginregistry: Makefile 
	www/zope-rdfsummary: Makefile 
	www/zope-xmlmethods: Makefile 
	www/zope-zippy : Makefile 
	www/zope-zsyncer: Makefile 
	www/zope-zwiki : Makefile 
	www/zopeedit   : Makefile 

Log message:
new-style LIB_DEPENDS/REVISION/WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 05:38:51

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
"fake" extra @depend lines for LIB_DEPENDS in port-lib-depends-check, so
that they show up even if there's no WANTLIB for them yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 05:43:04

Modified files:
	infrastructure/lib/OpenBSD: Issue.pm 

Log message:
show everything as WANTLIB for now, this needs more love obviously


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/11 05:43:26

Modified files:
	games/bzflag   : Makefile 
Removed files:
	games/bzflag/patches: patch-src_3D_FontManager_cxx 
	                      patch-src_bzflag_playing_cxx 

Log message:
Some further clean up of the port and garbage collect two useless
local patches.

From Brad

OK dcoppa@, landry@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 05:51:31

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
Missed that part in previous.

from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 05:55:24

Modified files:
	print/foomatic-filters: Makefile 
	print/foomatic-filters/patches: patch-util_c 
Added files:
	print/foomatic-filters/patches: patch-fileconverter_c 

Log message:
Add a couple of upstream patches from Abel Abraham Camarillo Ojeda to
fix some lpr usages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 07:00:45

Modified files:
	net/freetalk   : Makefile 
	net/galago-daemon: Makefile 
	net/gftp       : Makefile 
	net/gmudix     : Makefile 
	net/gnet       : Makefile 
	net/gnugk      : Makefile 
	net/gsnmp      : Makefile 
	net/h323plus   : Makefile 
	net/haproxy    : Makefile 
	net/honeyd     : Makefile 
	net/ices       : Makefile 
	net/ices2      : Makefile 
	net/ircd-hybrid: Makefile 
	net/irssi      : Makefile 
	net/jabberd    : Makefile 

Log message:
more WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 07:11:34

Modified files:
	net/kismet     : Makefile 
	net/kismet/patches: patch-Makefile_in patch-configure 

Log message:
fix WANTLIB, make sure the pseudo-flavor is a pseudo-flavor (don't link
non gpsmap parts with libz), and thus bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/11 07:52:01

Modified files:
	sysutils/vmwh  : Makefile 
	sysutils/vmwh/pkg: PLIST 
Added files:
	sysutils/vmwh/pkg: README 
Removed files:
	sysutils/vmwh/pkg: MESSAGE 

Log message:
Clarify usage and switch to pkg-readmes.

With help from and OK fgsch@


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2010/11/11 08:07:55

Modified files:
	faq            : current.html 

Log message:
Note obsoleted files to be removed after recent libXft and libXext
updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 09:27:55

Modified files:
	net/ktorrent   : Makefile 
	net/libgalago  : Makefile 
	net/libnetdude/libnetdude: Makefile 
	net/libnice    : Makefile 
	net/libproxy   : Makefile 
	net/librest    : Makefile 
	net/librsync   : Makefile 
	net/libshout   : Makefile 
	net/libtorrent : Makefile 
	net/loudmouth  : Makefile 
	net/mbrowse    : Makefile 
	net/mcabber    : Makefile 
	net/meanwhile  : Makefile 
	net/mrtg       : Makefile 
	net/mtr        : Makefile 
	net/nagios/nsca: Makefile 
	net/nemesis    : Makefile 
	net/nepenthes  : Makefile 
	net/nepim      : Makefile 
	net/netatalk   : Makefile 
	net/netdude/netdude: Makefile 
	net/nfdump     : Makefile 
	net/ngrep      : Makefile 
	net/nmap       : Makefile 
	net/ns         : Makefile 
	net/oggfwd     : Makefile 
	net/olsrd      : Makefile 
	net/openvpn    : Makefile 
	net/p5-Geo-IP  : Makefile 
	net/p5-Net-DBus: Makefile 
	net/p5-Net-SSH2: Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/packit     : Makefile 
	net/pavuk      : Makefile 
	net/pidgin-facebookchat: Makefile 
	net/pidgin     : Makefile 
	net/pmacct     : Makefile 
	net/powerdns   : Makefile 
	net/prosody    : Makefile 
	net/psi        : Makefile 
	net/pure-ftpd  : Makefile 
	net/putty      : Makefile 
	net/py-GeoIP   : Makefile 
	net/py-adns    : Makefile 
	net/py-curl    : Makefile 
	net/py-flowtools: Makefile 

Log message:
new WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 10:20:28

Modified files:
	net/rrdtool    : Makefile 
	net/rtg        : Makefile 
	net/rtorrent   : Makefile 
	net/samba      : Makefile 
	net/scli       : Makefile 
	net/ser        : Makefile 
	net/si         : Makefile 
	net/silc-client: Makefile 
	net/sing       : Makefile 
	net/sipsak     : Makefile 
	net/snort      : Makefile 
	net/spectrum-tools: Makefile 
	net/ssvnc      : Makefile 
	net/tclcurl    : Makefile 
	net/tcpreplay  : Makefile 
	net/tcptraceroute: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/thcrut     : Makefile 
	net/tightvnc   : Makefile 
	net/twitux     : Makefile 
	net/unison     : Makefile.inc 
	net/ushare     : Makefile 
	net/valknut    : Makefile 
	net/vncsnapshot: Makefile 
	net/wget       : Makefile 
	net/winexe     : Makefile 
	net/wmnetload  : Makefile 
	net/xmlrpc-c   : Makefile 
	net/yaz        : Makefile 
	net/ziproxy    : Makefile 

Log message:
finish net WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:34:53

Modified files:
	sys/arch/mips64/mips64: db_disasm.c 

Log message:
Correctly disassemble ssnop.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:35:23

Modified files:
	sys/kern       : tty_subr.c 

Log message:
Kill unused cinit(), and skip some diagnostic printf if option
DIAGNOSTIC is not set. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:40:56

Modified files:
	bin/rcp        : Makefile 
	libexec/rshd   : Makefile 

Log message:
Remove commented out references to old kerberosIV libraries we do not
ship since ages. ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:47:00

Modified files:
	sys/arch/sparc/dev: fga.c isp_sbus.c qe.c xd.c 
	sys/dev/ic     : atw.c ibm561.c ncr53c9x.c 

Log message:
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:54:54

Modified files:
	sys/arch/alpha/tc: tcasic.c 
	sys/dev/tc     : asc_tc.c tc.c tcvar.h 

Log message:
DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;
correctly report this.

Then, in asc@tc, compute synchronous transfer periods (involving the bus
clock) with a better accuracy.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:55:32

Modified files:
	sys/arch/mac68k/dev: esp.c 

Log message:
Compute syhcnronous transfer periods with a better accuracy, to get better
results on the 16.5MHz clock case. ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/11 10:58:00

Modified files:
	net/ldns/utils : Makefile distinfo 

Log message:
fix for ldns 1.6.7, missed with last update, spotted by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/11 10:58:23

Modified files:
	sys/arch/macppc/macppc: autoconf.c 
	sys/arch/sparc/sparc: cpu.c 
	sys/arch/sparc64/dev: cbus.c central.c ebus_mainbus.c fhc.c 
	                      sbus.c upa.c vbus.c 

Log message:
Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 11:20:52

Modified files:
	mail/dspam     : Makefile 

Log message:
set DRIVER=sqlite when sqlite3 or sqlite, as noticed by landry.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 11:34:59

Modified files:
	print/libspectre: Makefile 
	print/lilypond : Makefile 
	print/lss      : Makefile 
	print/pdflib   : Makefile 
	print/py-reportlab/plugins/renderPM: Makefile 
	print/scribus  : Makefile 
	print/splix    : Makefile 
	print/texlive/base: Makefile 
	print/transfig : Makefile 
	security/amap  : Makefile 
	security/despoof: Makefile 
	security/dsniff: Makefile 
	security/fragroute: Makefile 
	security/gnupg : Makefile 
	security/gnupg2: Makefile 
	security/gpgme : Makefile 
	security/ipguard: Makefile 
	security/isic  : Makefile 
	security/libfprint: Makefile 

Log message:
more WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 11:43:11

Modified files:
	security/libksba: Makefile 
	security/libotr: Makefile 
	security/nessus/core: Makefile 
	security/nessus/libnasl: Makefile 
	security/opencdk: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/pidgin-otr: Makefile 
	security/py-crack: Makefile 
	security/py-crypto: Makefile 
	security/rarcrack: Makefile 
	security/rdp   : Makefile 
	security/scanlogd: Makefile 
	security/scanssh: Makefile 
	security/sentinel: Makefile 
	security/shash : Makefile 
	security/vomit : Makefile 
	security/vpnc  : Makefile 
	security/xmlsec: Makefile 

Log message:
new WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:00:49

Modified files:
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/bubblemon: Makefile 
	sysutils/cfengine: Makefile 
	sysutils/conky : Makefile 
	sysutils/contool: Makefile 
	sysutils/duplicity: Makefile 
	sysutils/faubackup: Makefile 
	sysutils/filelight: Makefile 
	sysutils/freeipmi: Makefile 
	sysutils/ggrep : Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins/mms: Makefile 
	sysutils/gkrellm/plugins/mss: Makefile 
	sysutils/hcidump: Makefile 
	sysutils/heartbeat: Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/knutclient: Makefile 
	sysutils/krename: Makefile 
	sysutils/ktsuss: Makefile 
	sysutils/login_fingerprint: Makefile 
	sysutils/login_ldap: Makefile 
	sysutils/logpp : Makefile 
	sysutils/luastatgrab: Makefile 
	sysutils/modlogan: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/rdiff-backup: Makefile 
	sysutils/shmux : Makefile 
	sysutils/syslog-ng: Makefile 
	sysutils/testdisk: Makefile 
	sysutils/tpb   : Makefile 

Log message:
last WANTLIB conversion, hopefully


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:03:25

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
all old LIB_DEPENDS=libspec:pkg:path should be gone, so the warning becomes
an error.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 12:06:23

Modified files:
	www/chromium   : Makefile 

Log message:
Use the python MODULE instead of harcoding python version.
This port is still broken though, it missed a -I/usr/local/include somewhere...


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/11 12:23:53

Modified files:
	games/pokerth  : Makefile distinfo 

Log message:
bug fix update to 0.8.1, from maintainer Mikko Tolmunen. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/11 12:33:27

Modified files:
	net/argus      : Makefile 
	net/argus/pkg  : PLIST 
Added files:
	net/argus/patches: patch-man_man5_argus_conf_5 
	                   patch-support_Config_argus_conf 
	net/argus/pkg  : argus.rc 

Log message:
install a default config file
add rc startup script
fix manpage section

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:39:23

Modified files:
	archivers/py-lzo: Makefile 

Log message:
forgotten commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:41:31

Modified files:
	graphics/gegl  : Makefile 

Log message:
missed execinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:46:30

Modified files:
	graphics/kipi-plugins: Makefile 
	mail/hypermail : Makefile 
	mail/mutt      : Makefile.inc 
	multimedia/mjpegtools: Makefile 

Log message:
fix some WANTLIB we missed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:52:40

Modified files:
	telephony/iaxclient: Makefile 

Log message:
missed WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/11 12:56:19

Modified files:
	www/lighttpd   : Makefile 
	www/netsurf/hubbub: Makefile 
	www/php5/core  : Makefile 
	www/webalizer  : Makefile 

Log message:
every WANTLIB that's linked to the build should be okay


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/11 13:19:52

Modified files:
	www/polipo     : Makefile 
	www/polipo/pkg : PLIST 
Added files:
	www/polipo/pkg : polipo.rc 
Removed files:
	www/polipo/pkg : MESSAGE 

Log message:
Zap MESSAGE and add polipo.rc. Initially from Jiri B. <jirib@live.com>,
rc tweaks discussed with and suggested by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/11 13:37:29

Modified files:
	sysutils/ruby-facter: Makefile 
Added files:
	sysutils/ruby-facter/patches: patch-lib_facter_memory_rb 

Log message:
Make sure that we are not referencing a nil variable when there is
no swap device specified on the machine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/11 13:40:56

Modified files:
	sysutils/ruby-puppet: Makefile 
Added files:
	sysutils/ruby-puppet/patches: 
	                              patch-examples_etc_puppet_puppet_conf 

Log message:
sync the default configuration to the new style


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/11 13:51:30

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Declaration in header should be extern.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/11 13:54:06

Modified files:
	usr.bin/tmux   : cmd-unbind-key.c tmux.1 

Log message:
Flag to flush all key bindings from Rob Paisley.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 13:54:41

Modified files:
	www/polipo     : Makefile 
	www/polipo/pkg : polipo.rc 

Log message:
We do not hardcode /usr/local.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/11 14:00:59

Modified files:
	usr.bin/cvs    : add.c rcs.c util.c util.h 

Log message:
Nuke dead assignments and a dead function, from Michael W Bombardieri
using lint.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/11 14:06:09

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/11 16:02:21

Modified files:
	www/blogsum    : Makefile 
	www/blogsum/pkg: PLIST 
Added files:
	www/blogsum/pkg: README 
Removed files:
	www/blogsum/files: README.OpenBSD 
	www/blogsum/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok jdixon@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/11 23:26:40

Modified files:
	mail/cyrus-imapd: Makefile distinfo 
	mail/cyrus-imapd/patches: patch-configure patch-imap_mbdump_c 
	mail/cyrus-imapd/pkg: PLIST-main 

Log message:
Bugfix update to cyrus-imapd-2.4.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/11/11 23:47:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
- introduce quote() which prints its arguments quoted for sh/ksh parsing
- use the aformentioned function to properly quote the wireless config
into /etc/hostname.$if

Now, if only /etc/netstart didn't screw up whitespace...

"I don't speak Swahili, so I'm going to have to trust you" deraadt@
no objections from others, specifically so from krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 00:02:24

Modified files:
	print/foo2zjs  : Makefile 
	print/foo2zjs/pkg: PLIST-main 
Added files:
	print/foo2zjs/pkg: README-main 
Removed files:
	print/foo2zjs/pkg: MESSAGE-main 

Log message:
Move big MESSAGE to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 00:09:00

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/patches: patch-config-scripts_cups-common_m4 
	                    patch-scheduler_ipp_c 
	                    patch-systemv_lpadmin_c 
	print/cups/pkg : PLIST 
Removed files:
	print/cups/patches: patch-cups_ipp_c patch-cups_ipp_h 
	                    patch-man_lp_man 

Log message:
This release fixes several scheduler and printing bugs as well as a reported
security bug (which kili@ already patched for in previous commmit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/12 00:54:21

Modified files:
	net/ldns/utils : Makefile 

Log message:
Tighten library-specs in WANTLIB, pointed out by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/12 01:06:42

Modified files:
	databases/db/v4: Makefile 

Log message:
The patchsets are no longer available at their old location on
oracle.com; I've mirrored them. Pointed out by Diana Eichert, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/12 02:08:02

Modified files:
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/1.9/pkg: PLIST-main 

Log message:
Fix packaging after last mozilla-firefox commit. Noticed by matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/12 03:28:05

Removed files:
	editors/openoffice3/pkg: PLIST-i18n-foo 

Log message:
oops this file is not really part of the port


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/12 04:58:36

Modified files:
	security/gnupg2: Makefile 
	security/gnupg2/pkg: PLIST 
Added files:
	security/gnupg2/patches: patch-g10_call-agent_c patch-scd_apdu_c 

Log message:
- Disable the pcsc backend since it's screwed up with our current
threading implementation
- Backport a patch from upstream that allows using all the available
hash algorithms with scdaemon
- Fix license marker
- Fix wrong REGRESS_DEPENDS
- Swith to new-style LIB_DEPENDS/WANTLIB
- Adjust spacing

OK sthen@, pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 05:26:16

Modified files:
	devel/netbeans : Makefile distinfo 
	devel/netbeans/patches: patch-etc_netbeans_conf 
	devel/netbeans/pkg: PLIST 
Added files:
	devel/netbeans/pkg: README 
Removed files:
	devel/netbeans/files: README.OpenBSD 
	devel/netbeans/pkg: MESSAGE 

Log message:
- update netbeans to 6.9.1
- switch to pkg-readmes

from daniel dickman (MAINTAINER) with small tweaks by me


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/12 06:14:41

Modified files:
	sbin/pfctl     : pf_print_state.c pfctl.h 
	usr.sbin/tcpdump: pf_print_state.c 

Log message:
The ioctl to show states returns a pfsync_state which is in network byte
order and therefore a ntohs is needed to show the rdomain correctly.
OK henning@ dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 06:20:28

Modified files:
	devel/nant     : Makefile 

Log message:
- mark as broken on amd64 as the build always hangs

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhill@cvs.openbsd.org	2010/11/12 06:26:29

Modified files:
	sys/net        : if_trunk.c 

Log message:
avoid pointer arithmetic on void *
no change in .o

ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 06:54:28

Modified files:
	www/community-id: Makefile 
	www/community-id/pkg: PLIST 
Added files:
	www/community-id/pkg: README 
Removed files:
	www/community-id/files: README.OpenBSD 
	www/community-id/pkg: MESSAGE 

Log message:
switch to pkg-readmes

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 06:54:47

Modified files:
	mail/alpine    : Makefile 
	mail/alpine/pkg: PLIST-main 
Added files:
	mail/alpine/pkg: README-main 
Removed files:
	mail/alpine/files: README.OpenBSD 
	mail/alpine/pkg: MESSAGE-main 

Log message:
switch to pkg-readmes

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 06:54:58

Modified files:
	print/splix    : Makefile 
	print/splix/pkg: PLIST 
Added files:
	print/splix/pkg: README 
Removed files:
	print/splix/files: README.OpenBSD 
	print/splix/pkg: MESSAGE 

Log message:
switch to pkg-readmes

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 07:08:47

Modified files:
	net/rtorrent   : Makefile 
	net/rtorrent/pkg: PLIST 
Added files:
	net/rtorrent/pkg: README 
Removed files:
	net/rtorrent/files: README.OpenBSD 

Log message:
- switch to pkg-readmes

ok naddy@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 07:22:13

Modified files:
	x11/compiz/core: Makefile 
	x11/compiz/core/pkg: PLIST 
Added files:
	x11/compiz/core/pkg: README 
Removed files:
	x11/compiz/core/files: README.OpenBSD 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 07:35:23

Modified files:
	www/zope       : Makefile.inc 
	www/zope/2.10  : Makefile 
	www/zope/2.10/pkg: MESSAGE PLIST 
Added files:
	www/zope/2.10/pkg: README 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 07:43:13

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/pkg: PLIST 
	emulators/qemu-old: Makefile 
	emulators/qemu-old/pkg: PLIST 
Added files:
	emulators/qemu/pkg: README 
	emulators/qemu-old/pkg: README 
Removed files:
	emulators/qemu/files: README.OpenBSD 
	emulators/qemu/pkg: MESSAGE 
	emulators/qemu-old/files: README.OpenBSD 
	emulators/qemu-old/pkg: MESSAGE 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 07:43:59

Removed files:
	www/zope/2.10/files: README.OpenBSD 

Log message:
zap zap


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 08:04:51

Modified files:
	net/poptop     : Makefile 
	net/poptop/pkg : PLIST 
Added files:
	net/poptop/pkg : README 
Removed files:
	net/poptop/files: README.OpenBSD 

Log message:
- switch to pkg-readmes

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 08:05:17

Modified files:
	x11/gnome/anjuta: Makefile distinfo 
	x11/gnome/anjuta/patches: patch-configure 
	                          patch-plugins_Makefile_in 
	x11/gnome/anjuta/pkg: PLIST 

Log message:
Bugfix update to anjuta-2.32.1.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 09:06:33

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST-main 

Log message:
Update to foo2zjs-20101112.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 09:10:17

Modified files:
	mail/sympa     : Makefile 
	mail/sympa/pkg : PLIST 
Added files:
	mail/sympa/pkg : README 
Removed files:
	mail/sympa/files: README.OpenBSD 
	mail/sympa/pkg : MESSAGE 

Log message:
- switch to pkg-readmes

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 09:17:36

Modified files:
	mail/sympa     : Makefile 
	mail/sympa/pkg : README 

Log message:
/etc/mail/aliases will always be under /etc, not SYSCONFDIR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 09:26:01

Modified files:
	graphics/gtkam : Makefile 

Log message:
Remove myself from MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 09:30:44

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
ftp sucks balls and cubes, so put http mirrors first in MASTER_SITE_GNOME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 09:48:41

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
	x11/gnome/gvfs/pkg: PFRAG.shared-main PLIST-main 

Log message:
Update to gvfs-1.6.6.
* Revert removal of app lookup extension for stable Gnome 2.32 line


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/12 10:11:44

Modified files:
	sys/arch/alpha : Makefile 
	sys/arch/amd64 : Makefile 
	sys/arch/armish: Makefile 
	sys/arch/aviion: Makefile 
	sys/arch/beagle: Makefile 
	sys/arch/gumstix: Makefile 
	sys/arch/hp300 : Makefile 
	sys/arch/hppa  : Makefile 
	sys/arch/hppa64: Makefile 
	sys/arch/i386  : Makefile 
	sys/arch/landisk: Makefile 
	sys/arch/loongson: Makefile 
	sys/arch/luna88k: Makefile 
	sys/arch/mac68k: Makefile 
	sys/arch/macppc: Makefile 
	sys/arch/mvme68k: Makefile 
	sys/arch/mvme88k: Makefile 
	sys/arch/mvmeppc: Makefile 
	sys/arch/octeon: Makefile 
	sys/arch/palm  : Makefile 
	sys/arch/sgi   : Makefile 
	sys/arch/socppc: Makefile 
	sys/arch/solbourne: Makefile 
	sys/arch/sparc : Makefile 
	sys/arch/sparc64: Makefile 
	sys/arch/vax   : Makefile 
	sys/arch/zaurus: Makefile 

Log message:
Push all potential (as in, all system MI not utilized by the bootblocks)
.h files into the ctags run as well to bring #define's and structs and
such into scope.  Problem reported by thib


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/12 10:17:27

Modified files:
	devel/cil      : Makefile 

Log message:
HOMEPAGE has been changed long ago.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 10:22:55

Modified files:
	faq/fr         : current.html faq4.html 
	faq/pf/fr      : example1.html 
	fr             : press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/12 10:57:58

Modified files:
	.              : cvsup.html 

Log message:
stop talking about sup


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/12 12:02:13

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20101111133638
* one can now export fossil to git and import a git repository into fossil

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/12 14:03:46

Modified files:
	net/argus      : Makefile 
	net/argus/patches: patch-support_Config_argus_conf 
	net/argus/pkg  : argus.rc 
Added files:
	net/argus/patches: patch-argus_argus_c 

Log message:
- use /var/argus instead of /var/log/argus in config file,
problem spotted by aja@, thanks
- don't modify argv[0] when starting argus with absolute path, allows to
drop pexp from the rc script
- respect SYSCONFDIR

all looks ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2010/11/12 14:32:17

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
Fix MASTER_SITE_ECLIPSE. Prodded by Diana Eichert, Thanks.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/11/12 14:37:45

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xetc: mi 
	distrib/sets/lists/xfont: md.x11r7 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2010/11/12 14:41:35

Modified files:
	textproc/mozilla-dicts: Makefile distinfo 
	textproc/mozilla-dicts/pkg: PLIST-af PLIST-ar PLIST-be PLIST-bg 
	                            PLIST-ca PLIST-cs PLIST-cy-GB 
	                            PLIST-da PLIST-de-AT PLIST-de-CH 
	                            PLIST-de-DE PLIST-el PLIST-en-AU 
	                            PLIST-en-CA PLIST-en-GB PLIST-en-ZA 
	                            PLIST-eo PLIST-es-AR PLIST-et 
	                            PLIST-eu PLIST-fr PLIST-fy-NL 
	                            PLIST-ga-IE PLIST-gl PLIST-he 
	                            PLIST-hr PLIST-hsb PLIST-hu PLIST-id 
	                            PLIST-is PLIST-it PLIST-ku PLIST-la 
	                            PLIST-lt PLIST-lv PLIST-nb-NO 
	                            PLIST-nl PLIST-nn-NO PLIST-pl 
	                            PLIST-pt-BR PLIST-pt-PT PLIST-ro 
	                            PLIST-ru PLIST-sl PLIST-sq PLIST-sr 
	                            PLIST-sv-SE PLIST-uk 
Added files:
	textproc/mozilla-dicts/pkg: DESCR-ak DESCR-am-ET DESCR-az-IR 
	                            DESCR-bn-BD DESCR-ca-valencia 
	                            DESCR-csb DESCR-dsb DESCR-es-MX 
	                            DESCR-es-VE DESCR-es-es DESCR-fa 
	                            DESCR-fo-FO DESCR-fur-IT DESCR-gu-IN 
	                            DESCR-hi-IN DESCR-hr-HR DESCR-lb-LU 
	                            DESCR-mg-MG DESCR-mi DESCR-mn 
	                            DESCR-ne-NP DESCR-nr DESCR-nso 
	                            DESCR-ny-MW DESCR-oc DESCR-or-IN 
	                            DESCR-pa-IN DESCR-sk-SK DESCR-ss 
	                            DESCR-st DESCR-sw-TZ DESCR-ta 
	                            DESCR-tn DESCR-ts DESCR-ur DESCR-ve 
	                            DESCR-vi DESCR-xh DESCR-yi DESCR-zu 
	                            PLIST-ak PLIST-am-ET PLIST-az-IR 
	                            PLIST-bn-BD PLIST-ca-valencia 
	                            PLIST-csb PLIST-dsb PLIST-es-MX 
	                            PLIST-es-VE PLIST-es-es PLIST-fa 
	                            PLIST-fo-FO PLIST-fur-IT PLIST-gu-IN 
	                            PLIST-hi-IN PLIST-hr-HR PLIST-lb-LU 
	                            PLIST-mg-MG PLIST-mi PLIST-mn 
	                            PLIST-ne-NP PLIST-nr PLIST-nso 
	                            PLIST-ny-MW PLIST-oc PLIST-or-IN 
	                            PLIST-pa-IN PLIST-sk-SK PLIST-ss 
	                            PLIST-st PLIST-sw-TZ PLIST-ta 
	                            PLIST-tn PLIST-ts PLIST-ur PLIST-ve 
	                            PLIST-vi PLIST-xh PLIST-yi PLIST-zu 
Removed files:
	textproc/mozilla-dicts/pkg: DESCR-el-EN DESCR-es-ES DESCR-sk 
	                            PLIST-el-EN PLIST-es-ES PLIST-sk 

Log message:
update to the more recent mozilla dictionaries.  requested by Levai Daniel.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/11/12 15:17:30

Modified files:
	sys/dev/ic     : re.c rtl81x9reg.h 

Log message:
revert MCLGETI for re(4) for now, it is causing hangs (in some cases
temporary, in others apparently permanent) with high rates of input
packets.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/11/12 21:16:42

Modified files:
	sys/arch/amd64/include: cpu.h gdt.h intrdefs.h pcb.h proc.h 
	                        segments.h tss.h 
	sys/arch/amd64/amd64: acpi_machdep.c cpu.c gdt.c genassym.cf 
	                      ipifuncs.c locore.S machdep.c mptramp.S 
	                      pmap.c vm_machdep.c 
	sys/arch/amd64/conf: files.amd64 

Log message:
Switch from TSS-per-process to TSS-per-CPU, placing the TSS right
next to the cpu's GDT, also making the double-fault stack per-CPU,
leaving it at the top of the page of the CPU's idle process.  Inline
pmap_activate() and pmap_deactivate() into the asm cpu_switchto
routine, adding a check for the new pmap already being marked as
active on the CPU.  Garbage collect the hasn't-been-used-in-years
GDT update IPI.

Tested by many; ok mikeb@, kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/12 23:52:41

Modified files:
	net/ircd-hybrid: Makefile 
	net/ircd-hybrid/pkg: PLIST 
Added files:
	net/ircd-hybrid/pkg: ircd_hybrid.rc 
Removed files:
	net/ircd-hybrid/pkg: MESSAGE 

Log message:
Add rc script. While here, add @conflict with ircd-ratbox.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 00:31:59

Modified files:
	net/openfire   : Makefile 
	net/openfire/pkg: PLIST 
Added files:
	net/openfire/pkg: README 
Removed files:
	net/openfire/files: README.OpenBSD 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 00:44:33

Modified files:
	www/mod_auth_kerb: Makefile 
	www/mod_auth_kerb/pkg: PLIST 
Added files:
	www/mod_auth_kerb/pkg: README 
Removed files:
	www/mod_auth_kerb/files: README 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 01:59:54

Modified files:
	textproc/p5-XML-LibXSLT: Makefile 

Log message:
Unfuck PKGNAME after recent WANTLIB/LIB_DEPENDS/REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 02:24:52

Modified files:
	devel/cvsweb   : Makefile 
	devel/cvsweb/pkg: PLIST 
Added files:
	devel/cvsweb/pkg: README 
Removed files:
	devel/cvsweb/files: README.chroot 

Log message:
Move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 02:36:22

Modified files:
	print/foomatic-filters: Makefile 
	print/foomatic-filters/pkg: PLIST 
Added files:
	print/foomatic-filters/pkg: README 
Removed files:
	print/foomatic-filters/pkg: MESSAGE 

Log message:
Move big MESSAGE to a README.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 02:48:42

Modified files:
	print/foomatic-db-engine: Makefile 
	print/foomatic-db-engine/pkg: PLIST 
Added files:
	print/foomatic-db-engine/pkg: README 
Removed files:
	print/foomatic-db-engine/pkg: MESSAGE 

Log message:
Move big MESSAGE into a README.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/13 03:43:20

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
mention the helper scripts and how to get to their documentation.
be clearer about print-package-signature, that is it looks only at
the ports tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 04:18:41

Modified files:
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-puppet/patches: 
	                              patch-examples_etc_puppet_puppet_conf 

Log message:
factsync is deprecated, so remove it from the default sample configuration
to prevent warnings.

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/13 04:53:16

Modified files:
	databases/ruby-sqlite3: Makefile 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/13 05:59:18

Modified files:
	audio/pianobar : Makefile distinfo 
	audio/pianobar/patches: patch-Makefile 

Log message:
Update to pianobar-2010.11.06
Fixing "Error: Protocol incompatible. Please upgrade libpiano."

pianobar is playing cat and mouse with pandora.com...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 06:07:46

Modified files:
	x11/gnome/nautilus: Makefile distinfo 

Log message:
Update to nautilus-2.32.1.
* Fix a crasher when unmounting volumes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 06:09:05

Modified files:
	x11/gnome/librsvg: Makefile distinfo 

Log message:
Bugfix update to librsvg-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 06:09:48

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 

Log message:
Bugfix update to gucharmap-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/13 09:26:41

Modified files:
	lang/gcc/4.2   : Makefile 

Log message:
enable on alpha


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/13 10:45:44

Modified files:
	sys/kern       : vfs_bio.c 

Log message:
backout 1.86
it is totally wrong to convert bdwrite into bawrite on the fly.  this just
causes way bigger issues.
ok beck blambert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 11:46:55

Modified files:
	devel/vte      : Makefile distinfo 

Log message:
Bugfix update to vte-0.26.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/13 11:47:23

Modified files:
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/pkg: PLIST 

Log message:
Bugfix update to gnome-terminal-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/13 14:28:09

Modified files:
	mail/dovecot   : Makefile distinfo 

Log message:
update the managesieve plugin, from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/13 16:27:51

Modified files:
	usr.bin/ssh    : clientloop.c misc.c misc.h packet.c packet.h 
	                 readconf.c readconf.h servconf.c servconf.h 
	                 session.c ssh.c ssh_config.5 sshd_config.5 

Log message:
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
hardcoding lowdelay/throughput.

bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/14 00:24:07

Modified files:
	usr.sbin/pkg_add/OpenBSD/LibSpec: Build.pm 

Log message:
simplify slightly, make the . optional


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/14 00:26:11

Modified files:
	share/man/man7 : library-specs.7 

Log message:
document some more


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/14 00:44:53

Modified files:
	infrastructure/lib/DPB: PortInfo.pm 

Log message:
prepare to deal with new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/14 01:42:00

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: Var.pm 

Log message:
prepare for new specs


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/14 01:57:19

Modified files:
	databases/py-mysql: Makefile distinfo 
	databases/py-mysql/patches: patch-_mysql_c 
	databases/py-mysql/pkg: PLIST 

Log message:
- update py-mysql to 1.2.3
- regen patches, PLIST
- take maintainership
- use MODPY_EGG_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/14 01:58:25

Modified files:
	usr.bin/tmux   : window.c 

Log message:
Don't allow last and active window to become the same - a very bad move
when the active window is closed and freed. Reported by sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/14 02:04:22

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Update man page for update-environment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/14 04:17:36

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
revamp the way dependencies work
- strip extra : at start of depends (old LIB_DEPENDS are gone, right)
- rely on the fact, :extra is only patch|configure|build for any depends.
- use _parse_pkgspec to do things intelligently.
- _set_stem2default to handle STEM-*.

- switch internal stuff to new style.

This is backwards compatible. But this does require -current dpb, -current
sqlports, and -current pkg_add to work !


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/14 04:18:30

Modified files:
	share/man/man5 : bsd.port.mk.5 
	share/man/man7 : packages-specs.7 

Log message:
document the new simpler way to do specs


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/14 05:10:12

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
drop dead savannah mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/14 05:20:27

Modified files:
	editors/openoffice3: Makefile 

Log message:
Make sure that we donwnload all distfiles and extract only the ones that
needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/14 05:27:19

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PLIST 
	print/texlive2010/texmf/pkg: PLIST-docs 

Log message:
use latexmk from ports


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/14 06:42:50

Modified files:
	lib/pixman     : Makefile.bsd-wrapper Makefile.in README 
	                 config.h.in configure configure.ac 
	lib/pixman/pixman: Makefile.am Makefile.in pixman-access.c 
	                   pixman-arm-neon-asm.S pixman-arm-neon-asm.h 
	                   pixman-arm-neon.c pixman-arm-simd-asm.S 
	                   pixman-arm-simd.c pixman-bits-image.c 
	                   pixman-combine.c.template 
	                   pixman-combine.h.template pixman-compiler.h 
	                   pixman-conical-gradient.c pixman-cpu.c 
	                   pixman-fast-path.c pixman-general.c 
	                   pixman-image.c pixman-linear-gradient.c 
	                   pixman-mmx.c pixman-private.h 
	                   pixman-radial-gradient.c pixman-region.c 
	                   pixman-region16.c pixman-region32.c 
	                   pixman-solid-fill.c pixman-sse2.c pixman.c 
	                   pixman.h 
	lib/pixman/test: Makefile.am Makefile.in alphamap.c 
	                 blitters-test.c composite-test.c composite.c 
	                 gtk-utils.c scaling-test.c utils.c utils.h 
Added files:
	lib/pixman     : compile 
	lib/pixman/pixman: pixman-fast-path.h 
	lib/pixman/test: affine-test.c alpha-loop.c 
	                 gradient-crash-test.c lowlevel-blt-bench.c 
	                 region-translate-test.c scaling-crash-test.c 

Log message:
Update to pixman 0.20.0.
tested by ajacoutot@, krw@ and on a bulk ports build by landry@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2010/11/14 06:51:27

Modified files:
	usr.bin/aucat  : midi.c 

Log message:
Terminate midi thru boxes trying to drain but that have no
outputs anymore, otherwise they can't be cleaned up by dev_close()


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/14 07:16:43

Modified files:
	devel/gconf2   : Makefile 
	devel/gconf2/patches: patch-gconf_gconftool_c 

Log message:
Redirect stderr to /dev/null for the pkill(1) exec.
That is needed because one may want to install packages while running
on a ramdisk kernel which does not have kvm_getproc2().

discussed with robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/14 07:25:24

Modified files:
	textproc/hunspell: Makefile distinfo 
	textproc/hunspell/patches: patch-man_hu_hunspell_1 
	                           patch-man_hunspell_1 
	                           patch-src_tools_hunspell_cxx 
	textproc/hunspell/pkg: PLIST 

Log message:
update Hunspell to 1.2.12, from LEVAI Daniel, with WANTLIB fix
pointed out by edd. ok edd@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/14 08:31:46

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PLIST 

Log message:
use pdfjam from ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/14 08:56:55

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/patches: patch-docs_reference_glib_Makefile_in 
	                     patch-gio_tests_Makefile_in 
	                     patch-glib_Makefile_in 
	                     patch-glib_tests_Makefile_in 
	                     patch-gobject_Makefile_in 
	                     patch-gobject_tests_Makefile_in 
	                     patch-gthread_Makefile_in 
	                     patch-tests_Makefile_in 
	                     patch-tests_refcount_Makefile_in 
Removed files:
	devel/glib2/patches: patch-m4macros_gsettings_m4 

Log message:
Bugfix update to glib2-2.26.1.
Amongst other things, fixes an issue with GSettings on big endian.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/14 09:58:39

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/pkg: MESSAGE PLIST 
Added files:
	print/texlive/base/pkg: README 
Removed files:
	print/texlive/base/files: README.OpenBSD 

Log message:
Fix WANTLIB, new style README, fix typo in README (noticed by Nicholas
Fleisher).

OK kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/14 10:48:00

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/pkg: README 
Removed files:
	print/texlive/base/pkg: MESSAGE 

Log message:
- remove MESSAGE with over-obvious info
- tweak README's rcs id


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/14 10:50:10

Modified files:
	lang/kaffe     : Makefile 

Log message:
- better MASTER_SITES

pointed out by Diana Eichert


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/14 11:24:43

Modified files:
	usr.bin/diff   : diffdir.c 

Log message:
scandir() does not NULL-terminate the list of dirent structs so use
the returned count and set and end pointer instead.  we no longer
need to allocate a dummy array when diffing against a non-existent
directory so eliminate slurpdir() and call scandir() directly.
OK krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/14 12:53:51

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/pkg: README 

Log message:
fix formatting of ruler in README at aja's request

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/14 12:58:40

Log message:
    import py-mechanize 0.2.4
    
    Stateful programmatic web browsing in Python, after Andy Lester's Perl
    module WWW::Mechanize.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101411
    
    N ports/www/py-mechanize/distinfo
    N ports/www/py-mechanize/Makefile
    N ports/www/py-mechanize/pkg/DESCR
    N ports/www/py-mechanize/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/14 12:59:34

Modified files:
	www            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/11/14 13:24:00

Removed files:
	sys/arch/octeon/include: octeon_pcmap_regs.h 

Log message:
remove unused header file


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2010/11/14 13:38:43

Modified files:
	sys/dev/usb    : if_axe.c 

Log message:
Cleanup dmesg a bit, do not print the device name twice when attaching
axe(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/14 16:37:41

Modified files:
	editors/openoffice3: Makefile 

Log message:
make sure to remove :[0-9]$ from DISTFILES to extract
noticed by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/14 16:46:39

Log message:
    Initial import of LibreOffice 3.3rc3;
    
    LibreOffice is a productivity suite that is
    compatible with other major office suites,
    and available on a variety of platforms.
    It is free software and therefore free to
    download, use and distribute.
    
    The port is not yet ready and not linked
    to the build yet, but it builds and works
    fine. All of the OpenBSD specific patches
    have been commited to upstream already.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20101114
    
    N ports/editors/libreoffice/distinfo
    N ports/editors/libreoffice/Makefile
    N ports/editors/libreoffice/patches/patch-bin_install-artwork
    N ports/editors/libreoffice/patches/patch-build_libreoffice_solenv_inc_libs_mk
    N ports/editors/libreoffice/patches/patch-build_libreoffice_desktop_scripts_soffice_sh
    N ports/editors/libreoffice/patches/patch-build_libreoffice_desktop_scripts_unopkg_sh
    N ports/editors/libreoffice/patches/patch-bin_package-ooo
    N ports/editors/libreoffice/patches/patch-build_libreoffice_configure_in
    N ports/editors/libreoffice/patches/patch-build_libreoffice_set_soenv_in
    N ports/editors/libreoffice/patches/patch-build_libreoffice_filter_source_config_fragments_makefile_mk
    N ports/editors/libreoffice/pkg/DESCR-i18n-bg
    N ports/editors/libreoffice/pkg/DESCR-i18n-ca
    N ports/editors/libreoffice/pkg/DESCR-i18n-de
    N ports/editors/libreoffice/pkg/DESCR-i18n-es
    N ports/editors/libreoffice/pkg/DESCR-i18n-fa
    N ports/editors/libreoffice/pkg/DESCR-i18n-fi
    N ports/editors/libreoffice/pkg/DESCR-i18n-fr
    N ports/editors/libreoffice/pkg/DESCR-i18n-hu
    N ports/editors/libreoffice/pkg/DESCR-i18n-it
    N ports/editors/libreoffice/pkg/DESCR-i18n-ja
    N ports/editors/libreoffice/pkg/DESCR-i18n-ko
    N ports/editors/libreoffice/pkg/DESCR-i18n-lt
    N ports/editors/libreoffice/pkg/DESCR-i18n-lv
    N ports/editors/libreoffice/pkg/DESCR-i18n-nl
    N ports/editors/libreoffice/pkg/DESCR-i18n-pl
    N ports/editors/libreoffice/pkg/DESCR-i18n-pt-br
    N ports/editors/libreoffice/pkg/DESCR-i18n-ru
    N ports/editors/libreoffice/pkg/DESCR-i18n-sl
    N ports/editors/libreoffice/pkg/PLIST-i18n-ca
    N ports/editors/libreoffice/pkg/PFRAG.shared-java
    N ports/editors/libreoffice/pkg/DESCR-i18n-sv
    N ports/editors/libreoffice/pkg/DESCR-java
    N ports/editors/libreoffice/pkg/DESCR-kde
    N ports/editors/libreoffice/pkg/DESCR-main
    N ports/editors/libreoffice/pkg/PLIST-java
    N ports/editors/libreoffice/pkg/PFRAG.shared-kde
    N ports/editors/libreoffice/pkg/PFRAG.shared-main
    N ports/editors/libreoffice/pkg/PLIST-i18n-bg
    N ports/editors/libreoffice/pkg/PLIST-i18n-de
    N ports/editors/libreoffice/pkg/PLIST-i18n-es
    N ports/editors/libreoffice/pkg/PLIST-i18n-fa
    N ports/editors/libreoffice/pkg/PLIST-i18n-fi
    N ports/editors/libreoffice/pkg/PLIST-i18n-fr
    N ports/editors/libreoffice/pkg/PLIST-i18n-hu
    N ports/editors/libreoffice/pkg/PLIST-i18n-it
    N ports/editors/libreoffice/pkg/PLIST-i18n-ja
    N ports/editors/libreoffice/pkg/PLIST-i18n-ko
    N ports/editors/libreoffice/pkg/PLIST-i18n-lt
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-ca
    N ports/editors/libreoffice/pkg/PLIST-i18n-lv
    N ports/editors/libreoffice/pkg/PLIST-i18n-nl
    N ports/editors/libreoffice/pkg/PLIST-i18n-pl
    N ports/editors/libreoffice/pkg/PLIST-i18n-ru
    N ports/editors/libreoffice/pkg/PLIST-i18n-sl
    N ports/editors/libreoffice/pkg/PLIST-i18n-sv
    N ports/editors/libreoffice/pkg/PLIST-kde
    N ports/editors/libreoffice/pkg/PLIST-main
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-de
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-es
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-fa
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-fi
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-fr
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-hu
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-pt-br
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-ja
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-ko
    N ports/editors/libreoffice/pkg/PLIST-i18n-pt-br
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-lt
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-lv
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-nl
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-pl
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-ru
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-sl
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-sv
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-bg
    N ports/editors/libreoffice/pkg/PFRAG.no-no_java-i18n-it
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/14 17:22:54

Modified files:
	archivers/deco : Makefile 
	archivers/gtar : Makefile 
	archivers/libarchive: Makefile 
	archivers/luazlib: Makefile 
	archivers/lzop : Makefile 
	archivers/p5-Archive-Zip: Makefile 
	archivers/p5-Compress-Bzip2: Makefile 
	archivers/p5-Compress-LZO: Makefile 
	archivers/p5-POE-Filter-Zlib: Makefile 
	archivers/p7zip: Makefile 
	archivers/pecl-lzf: Makefile 
	archivers/pecl-rar: Makefile 
	archivers/pecl-zip: Makefile 
	archivers/py-lzo: Makefile 
	archivers/rzip : Makefile 
	archivers/ucl  : Makefile 
	archivers/zziplib: Makefile 
	astro/celestia : Makefile 
	astro/luna     : Makefile 
	astro/stellarium: Makefile 
	astro/sunclock : Makefile 
	astro/wmglobe  : Makefile 
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	audio/abcde    : Makefile 
	audio/akode    : Makefile 
	audio/amarok   : Makefile 
	audio/aqualung : Makefile 
	audio/ascd     : Makefile 
	audio/audacious: Makefile 
	audio/audacious-plugins: Makefile 
	audio/audacity : Makefile 
	audio/aumix    : Makefile 
	audio/bmp      : Makefile 
	audio/calf     : Makefile 
	audio/cmixer   : Makefile 
	audio/cmt      : Makefile 
	audio/cmu-sphinx3: Makefile 
	audio/cmu-sphinxbase: Makefile 
	audio/cplay    : Makefile 
	audio/daapd    : Makefile 
	audio/disc-cover: Makefile 
	audio/dumb     : Makefile 
	audio/easytag  : Makefile 
	audio/esound   : Makefile 
	audio/espeak   : Makefile 
	audio/exaile   : Makefile 
	audio/faac     : Makefile 
	audio/faad     : Makefile 
	audio/festival/arctic: Makefile.inc 
	audio/festival/festlex: Makefile.inc 
	audio/festival/festvox: Makefile.inc 
	audio/festival/festvox/festvox_ellpc11k: Makefile 
	audio/festival/ogi: Makefile.inc 
	audio/festival/ogi/OGIlexicon: Makefile 
	audio/flac     : Makefile 
	audio/fluidsynth: Makefile 
	audio/freealut : Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/gmpc-plugins: Makefile 
	audio/gnomad2  : Makefile 
	audio/gogo     : Makefile 
	audio/gqmpeg   : Makefile 
	audio/grip     : Makefile 
	audio/gtkpod   : Makefile 
	audio/herrie   : Makefile 
	audio/hydrogen : Makefile 
	audio/id3ed    : Makefile 
	audio/ifp-line : Makefile 
	audio/jack     : Makefile 
	audio/ksmp3play: Makefile 
	audio/lame     : Makefile 
	audio/last.fm  : Makefile 
	audio/liba52   : Makefile 
	audio/libcanberra: Makefile 
	audio/libcdio  : Makefile 
	audio/libgpod  : Makefile 
	audio/libid3tag: Makefile 
	audio/libmp3splt: Makefile 
	audio/libmpd   : Makefile 
	audio/libmusicbrainz: Makefile 
	audio/libnjb   : Makefile 
	audio/libsamplerate: Makefile 
	audio/libvorbis: Makefile 
	audio/lmms     : Makefile 
	audio/mac      : Makefile 
	audio/madplay  : Makefile 
	audio/milkytracker: Makefile 
	audio/mixer.app: Makefile 
	audio/mono-taglib: Makefile 
	audio/morseplayer: Makefile 
	audio/mp3blaster: Makefile 
	audio/mp3cddb  : Makefile 
	audio/mp3cut   : Makefile 
	audio/mp3info  : Makefile 
	audio/mp3splt  : Makefile 
	audio/mp3splt-gtk: Makefile 
	audio/mpc      : Makefile 
	audio/mpd      : Makefile 
	audio/mpd-add-similar: Makefile 
	audio/mpdBrowser: Makefile 
	audio/mpg123   : Makefile 
	audio/mpg321   : Makefile 
	audio/mt-daapd : Makefile 
	audio/multimux : Makefile 
	audio/ncmpc    : Makefile 
	audio/normalize: Makefile 
	audio/oggtag   : Makefile 
	audio/openal   : Makefile 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-FLAC-Header: Makefile 
	audio/p5-Audio-M4P: Makefile 
	audio/p5-Audio-MPD: Makefile 
	audio/p5-Audio-MPD-Common: Makefile 
	audio/p5-Audio-Musepack: Makefile 
	audio/p5-Audio-Scan: Makefile 
	audio/p5-Audio-Scrobbler: Makefile 
	audio/p5-CDDB-File: Makefile 
	audio/p5-CDDB_get: Makefile 
	audio/p5-MP4-Info: Makefile 
	audio/p5-Music-Audioscrobbler-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-Submit: Makefile 
	audio/p5-Ogg-Vorbis-Header: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 
	audio/p5-gnupod: Makefile 
	audio/p5-libvorbis: Makefile 
	audio/pacpl    : Makefile 
	audio/pianobar : Makefile 
	audio/picard   : Makefile 
	audio/pms      : Makefile 
	audio/py-ao    : Makefile 
	audio/py-eyed3 : Makefile 
	audio/py-ogg   : Makefile 
	audio/py-tagpy : Makefile 
	audio/py-xmms  : Makefile 
	audio/pykaraoke: Makefile 
	audio/pympd    : Makefile 
	audio/rhythmbox: Makefile 
	audio/rioutil  : Makefile 
	audio/rplay    : Makefile 
	audio/rsynth   : Makefile 
	audio/ruby-id3lib: Makefile 
	audio/scmpc    : Makefile 
	audio/shell-fm : Makefile 
	audio/sidplay  : Makefile 
	audio/sonata   : Makefile 
	audio/sound-theme-freedesktop: Makefile 
	audio/soundtouch: Makefile 
	audio/soundtracker: Makefile 
	audio/sox      : Makefile 
	audio/speex    : Makefile 
	audio/squeezecenter: Makefile 
	audio/streamripper: Makefile 
	audio/swh-plugins: Makefile 
	audio/tagtool  : Makefile 
	audio/tempest  : Makefile 
	audio/timidity : Makefile 
	audio/tracker  : Makefile 
	audio/tremor   : Makefile 
	audio/tremor-tools: Makefile 
	audio/vagalume : Makefile 
	audio/vamp-plugin-sdk: Makefile 
	audio/vlorb    : Makefile 
	audio/vorbis-tools: Makefile 
	audio/vorbisgain: Makefile 
	audio/wavpack  : Makefile 
	audio/wmix     : Makefile 
	audio/wmmp     : Makefile 
	audio/wmmp3    : Makefile 
	audio/wmtune   : Makefile 
	audio/workman  : Makefile 
	audio/xhippo   : Makefile 
	audio/xmmix    : Makefile 
	audio/xmms     : Makefile 
	audio/xmms-bonk: Makefile 
	audio/xmms-flac: Makefile 
	audio/xmms-fmradio: Makefile 
	audio/xmms-mad : Makefile 
	audio/xmms-shn : Makefile 
	audio/xmms-sid : Makefile 
	audio/xmms-speex: Makefile 
	audio/xmms-tremor: Makefile 
	audio/xmms-wavpack: Makefile 
	audio/xmms-xf86audio: Makefile 
	audio/xmms2    : Makefile 
	audio/xmms2-scrobbler: Makefile 
	audio/xmmsctrl : Makefile 
	audio/xmp      : Makefile 
	benchmarks/httperf: Makefile 
	benchmarks/siege: Makefile 
	benchmarks/sysbench: Makefile 
	biology/AcePerl: Makefile 
	biology/bioperl: Makefile 
	biology/p5-Bio-ASN1-EntrezGene: Makefile 
	biology/py-biopython: Makefile 
	cad/fritzing   : Makefile 
	cad/geda-gaf   : Makefile 
	cad/gerbv      : Makefile 
	cad/gnucap     : Makefile 
	cad/gtkwave    : Makefile 
	cad/kicad      : Makefile 
	cad/klogic     : Makefile 
	cad/pcb        : Makefile 
	cad/spice      : Makefile 
	cad/xcircuit   : Makefile 
	cad/xnecview   : Makefile 
	cad/xtrkcad    : Makefile 
	chinese/bg5pdf : Makefile 
	chinese/bg5ps  : Makefile 
	chinese/crxvt  : Makefile 
	chinese/libtabe: Makefile 
	comms/dfu-util : Makefile 
	comms/gmfsk    : Makefile 
	comms/gnokii   : Makefile 
	comms/gpsk31   : Makefile 
	comms/hamlib   : Makefile 
	comms/hylafax  : Makefile 
	comms/jpilot   : Makefile 
	comms/jpilot-syncmal: Makefile 
	comms/libmal   : Makefile 
	comms/mgetty+sendfax: Makefile 
	comms/minicom  : Makefile 
	comms/obexftp  : Makefile 
	comms/p5-Device-Gsm: Makefile 
	comms/p5-Device-Modem: Makefile 
	comms/p5-SendPage: Makefile 
	comms/pilot-link: Makefile 
	comms/smstools : Makefile 
	comms/tkhylafax: Makefile 
	comms/tlf      : Makefile 
	comms/x3270    : Makefile 
	comms/xastir   : Makefile 
	comms/xdx      : Makefile 
	comms/xlog     : Makefile 
	converters/html2text: Makefile 
	converters/html2wml: Makefile 
	converters/libiconv: Makefile libiconv.port.mk 
	converters/libpst: Makefile 
	converters/p5-Calendar-Simple: Makefile 
	converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile 
	converters/p5-Catalyst-View-JSON: Makefile 
	converters/p5-Convert-PEM: Makefile 
	converters/p5-Convert-TNEF: Makefile 
	converters/p5-DateManip: Makefile 
	converters/p5-Encode-IMAPUTF7: Makefile 
	converters/p5-Finance-Currency-Convert-XE: Makefile 
	converters/p5-JSON: Makefile 
	converters/p5-JSON-Any: Makefile 
	converters/p5-JSON-XS: Makefile 
	converters/p5-JSON-XS-VersionOneAndTwo: Makefile 
	converters/p5-Net-IDN-Encode: Makefile 
	converters/p5-Net-IDN-Nameprep: Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-MapUTF8: Makefile 
	converters/p5-Unicode-Stringprep: Makefile 
	converters/ppmtoTbmp: Makefile 
	converters/rpm2cpio: Makefile 
	converters/trans: Makefile 
	converters/wv  : Makefile 
	converters/wv2 : Makefile 
	converters/xmltoman: Makefile 
	databases/apache-couchdb: Makefile 
	databases/db/v3: Makefile 
	databases/db/v4: Makefile 
	databases/directoryassistant: Makefile 
	databases/evolution-data-server: Makefile 
	databases/freetds: Makefile 
	databases/gq   : Makefile 
	databases/hs-HDBC: Makefile 
	databases/hs-HDBC-sqlite3: Makefile 
	databases/iodbc: Makefile 
	databases/keximdb: Makefile 
	databases/lbdb : Makefile 
	databases/libdbi-drivers: Makefile 
	databases/libpqxx: Makefile 
	databases/luasqlite3: Makefile 
	databases/luma : Makefile 
	databases/maatkit: Makefile 
	databases/mdbtools/snapshot: Makefile 
	databases/mysql: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 
	databases/mysql-zrm: Makefile 
	databases/mysql2pgsql: Makefile 
	databases/mysqlcc: Makefile 
	databases/mytop: Makefile 
	databases/ocaml-postgresql: Makefile 
	databases/ocaml-sqlite3: Makefile 
	databases/openldap: Makefile 
	databases/p5-AnyEvent-CouchDB: Makefile 
	databases/p5-AsciiDB-TagFile: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-CGI-Application-Plugin-DBH: Makefile 
	databases/p5-Catalyst-Controller-Rose: Makefile 
	databases/p5-Catalyst-Model-CDBI: Makefile 
	databases/p5-Catalyst-Model-DBI: Makefile 
	databases/p5-Catalyst-Model-DBIC-Schema: Makefile 
	databases/p5-Catalyst-Model-DBIDM: Makefile 
	databases/p5-Catalyst-Model-RDBO: Makefile 
	databases/p5-Class-DBI: Makefile 
	databases/p5-Class-DBI-AbstractSearch: Makefile 
	databases/p5-Class-DBI-AsForm: Makefile 
	databases/p5-Class-DBI-FromCGI: Makefile 
	databases/p5-Class-DBI-FromForm: Makefile 
	databases/p5-Class-DBI-Loader: Makefile 
	databases/p5-Class-DBI-Loader-Relationship: Makefile 
	databases/p5-Class-DBI-Pager: Makefile 
	databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile 
	databases/p5-Class-DBI-Plugin-Type: Makefile 
	databases/p5-Class-DBI-SQLite: Makefile 
	databases/p5-Class-DBI-mysql: Makefile 
	databases/p5-CouchDB-View: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-Chart: Makefile 
	databases/p5-DBD-LDAP: Makefile 
	databases/p5-DBD-Mock: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-DBD-mysqlPP: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-DBI-Shell: Makefile 
	databases/p5-DBIx-Class: Makefile 
	databases/p5-DBIx-Class-HTMLWidget: Makefile 
	databases/p5-DBIx-Class-Schema-Loader: Makefile 
	databases/p5-DBIx-Class-UUIDColumns: Makefile 
	databases/p5-DBIx-Class-Validation: Makefile 
	databases/p5-DBIx-ContextualFetch: Makefile 
	databases/p5-DBIx-DBSchema: Makefile 
	databases/p5-DBIx-DWIW: Makefile 
	databases/p5-DBIx-DataModel: Makefile 
	databases/p5-DBIx-Migration: Makefile 
	databases/p5-DBIx-SearchBuilder: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-DBM-Deep: Makefile 
	databases/p5-Data-Page: Makefile 
	databases/p5-Data-Pageset: Makefile 
	databases/p5-Data-RandomPerson: Makefile 
	databases/p5-GDBM_File: Makefile 
	databases/p5-Ima-DBI: Makefile 
	databases/p5-Jifty-DBI: Makefile 
	databases/p5-Rose-DB: Makefile 
	databases/p5-Rose-DB-Object: Makefile 
	databases/p5-Rose-DateTime: Makefile 
	databases/p5-Rose-Object: Makefile 
	databases/p5-SQL-Abstract-Limit: Makefile 
	databases/p5-SQL-ReservedWords: Makefile 
	databases/p5-SQL-Statement: Makefile distinfo 
	databases/p5-SQL-Statement/pkg: PLIST 
	databases/p5-SQL-Translator: Makefile 
	databases/p5-Search-Xapian: Makefile 
	databases/p5-Tangram: Makefile 
	databases/p5-ldap: Makefile 
	databases/p5-pgsql: Makefile 
	databases/p5-sybperl: Makefile 
	databases/pear-DB: Makefile 
	databases/pear-DB_DataObject: Makefile 
	databases/pear-MDB2: Makefile 
	databases/pear-MDB2-mysql: Makefile 
	databases/pear-MDB2-mysqli: Makefile 
	databases/pear-MDB2-sqlite: Makefile 
	databases/pg-toolbox: Makefile 
	databases/pg_top: Makefile 
	databases/pgadmin3: Makefile 
	databases/pgbouncer: Makefile 
	databases/pgfouine: Makefile 
	databases/pgloader: Makefile 
	databases/pgtcl: Makefile 
	databases/pgworksheet: Makefile 
	databases/postgresql: Makefile 
	databases/postgresql-jdbc: Makefile 
	databases/postgresql-odbc: Makefile 
	databases/postgresql_autodoc: Makefile 
	databases/py-axiom: Makefile 
	databases/py-couchdb: Makefile 
	databases/py-elixir: Makefile 
	databases/py-ldap: Makefile 
	databases/py-mysql: Makefile 
	databases/py-odbc: Makefile 
	databases/py-pgsql: Makefile 
	databases/py-psycopg: Makefile 
	databases/py-psycopg2: Makefile 
	databases/py-pygresql: Makefile 
	databases/py-sqlalchemy: Makefile 
	databases/py-sqlite: Makefile 
	databases/py-sqlite2: Makefile 
	databases/py-sqlobject: Makefile 
	databases/py-storm: Makefile 
	databases/py-sybase: Makefile 
	databases/qdbm : Makefile 
	databases/qt3-sqlite3-plugin: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-bdb: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-validatable: Makefile 
	databases/sharedance: Makefile 
	databases/skytools: Makefile 
	databases/soprano: Makefile 
	databases/sqlite: Makefile 
	databases/sqlite3: Makefile 
	databases/sqlitebrowser: Makefile 
	databases/sqliteman: Makefile 
	databases/sqlports: Makefile 
	databases/sqsh : Makefile 
	databases/strigi: Makefile 
	databases/xapian-core: Makefile 
	databases/xmysql: Makefile 

Log message:
convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/14 17:26:16

Modified files:
	shells         : Makefile 

Log message:
having tcsh,static again is a problem, as we made things transparently
update thru a pkgpath.
If ever we decide to build it again, remember to bump and tweak the
pkgpath.

consensus for no build from naddy/jasper.
should make theo future updates happy.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/14 23:52:11

Modified files:
	usr.bin/tmux   : cmd-list-panes.c cmd-list-windows.c 

Log message:
Show more window and pane flags in list-* output, and put layout on the
same line.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/15 00:40:14

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
libary -> library;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/15 00:41:21

Modified files:
	share/man/man7 : library-specs.7 

Log message:
desambiguate -> disambiguate;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/15 00:44:23

Modified files:
	share/man/man7 : packages-specs.7 

Log message:
remove trailing whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 01:11:17

Modified files:
	net/openafs    : Makefile 
	net/openafs/pkg: PLIST 
Added files:
	net/openafs/pkg: README 
Removed files:
	net/openafs/files: README.OpenBSD 
	net/openafs/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok todd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 01:11:54

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: PLIST 
Added files:
	print/texlive2010/base/pkg: README 
Removed files:
	print/texlive2010/base/files: README.OpenBSD 
	print/texlive2010/base/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok edd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/15 02:05:41

Modified files:
	www/drupal6    : drupal6.port.mk 
	www/drupal6/CKeditor: Makefile 
	www/drupal6/FCKeditor: Makefile 
	www/drupal6/admin-menu: Makefile 
	www/drupal6/advanced_help: Makefile 
	www/drupal6/advanced_user: Makefile 
	www/drupal6/alternate_login: Makefile 
	www/drupal6/auto_nodetitle: Makefile 
	www/drupal6/backup_migrate: Makefile 
	www/drupal6/blocks404: Makefile 
	www/drupal6/bookmadesimple: Makefile 
	www/drupal6/bueditor: Makefile 
	www/drupal6/captcha: Makefile 
	www/drupal6/cck: Makefile 
	www/drupal6/cck_blocks: Makefile 
	www/drupal6/ckeditor-link: Makefile 
	www/drupal6/compact_forms: Makefile 
	www/drupal6/contemplate: Makefile 
	www/drupal6/content_access: Makefile 
	www/drupal6/core: Makefile 
	www/drupal6/core/pkg: PLIST 
	www/drupal6/ctools: Makefile 
	www/drupal6/date: Makefile 
	www/drupal6/devel: Makefile 
	www/drupal6/dhtml_menu: Makefile 
	www/drupal6/diff: Makefile 
	www/drupal6/draft: Makefile 
	www/drupal6/faq: Makefile 
	www/drupal6/filefield: Makefile 
	www/drupal6/filefield_sources: Makefile 
	www/drupal6/globalredirect: Makefile 
	www/drupal6/imageapi: Makefile 
	www/drupal6/imagecache: Makefile 
	www/drupal6/imagecache_profiles: Makefile 
	www/drupal6/ldap_integration: Makefile 
	www/drupal6/locale-de: Makefile 
	www/drupal6/locale-fr: Makefile 
	www/drupal6/locale-it: Makefile 
	www/drupal6/locale-ja: Makefile 
	www/drupal6/masquerade: Makefile 
	www/drupal6/nodetype: Makefile 
	www/drupal6/securelogin: Makefile 
	www/drupal6/themesettingsapi: Makefile 

Log message:
least invasive round of cleanup:
- install drupal modules/themes as root:daemon rather than www:www
(only the files/ directory needs to be writeable by 'www').
- don't install 'settings.php' world-readable since it contains the
DB password. Use 640, owner 'www' instead.
- bump all modules.

tested in production, including upgrade szenarios.
ok sthen@ and landry@, maintainer timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 02:09:24

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Add missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 02:33:53

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Tighten up build depends, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/15 02:47:26

Modified files:
	net/bird       : Makefile distinfo 

Log message:
Update BIRD to 1.2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 02:54:12

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/patches: patch-Makefile.in 
	                         patch-python_Makefile_in 
	                         patch-python_tests_Makefile_in 
	                         patch-xstc_Makefile_in 

Log message:
- bugfix update of libxml to 2.7.8

ok aja@, landry@ (who also tested it in a bulk, thanks)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/15 02:56:53

Modified files:
	net/nagios/plugins: Makefile 
	net/nagios/plugins/pkg: MESSAGE-main PLIST-main 
Added files:
	net/nagios/plugins/pkg: README-main 
Removed files:
	net/nagios/plugins/files: README.OpenBSD 

Log message:
move to pkg-readmes; mostly from jasper@ with tweaks by me.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 03:05:05

Modified files:
	comms/hylafax  : Makefile 
	comms/hylafax/pkg: PLIST 
Added files:
	comms/hylafax/pkg: README 
Removed files:
	comms/hylafax/files: README.OpenBSD 
	comms/hylafax/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/15 03:45:54

Modified files:
	www/tomcat/v4  : Makefile 
	www/tomcat/v4/pkg: PLIST-examples PLIST-main 
	www/tomcat/v5  : Makefile 
	www/tomcat/v5/pkg: PLIST-examples PLIST-main 
	www/tomcat/v6  : Makefile 
	www/tomcat/v6/pkg: PLIST-examples PLIST-main 
Added files:
	www/tomcat/v4/pkg: README-main 
	www/tomcat/v5/pkg: README-main 
	www/tomcat/v6/pkg: README-main 
Removed files:
	www/tomcat/v4/files: README.OpenBSD 
	www/tomcat/v4/pkg: MESSAGE-main 
	www/tomcat/v5/files: README.OpenBSD 
	www/tomcat/v5/pkg: MESSAGE-main 
	www/tomcat/v6/files: README.OpenBSD 
	www/tomcat/v6/pkg: MESSAGE-main 

Log message:
- convert to pkg-readmes
- fix PF nat rules for nat-to
- add missing @conflict for jakarta-tomcat-examples (for people
upgrading from really old packages; niklas@ hit this upgrading
a machine from 3.8 :-)

tweaks/ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2010/11/15 03:57:49

Modified files:
	usr.bin/who    : who.c 

Log message:
show more of the host, but be careful not to go over 80 cols; ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/15 04:11:34

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_gui_c patch-src_main_c 
Added files:
	x11/gnome-mplayer/patches: patch-src_common_h 

Log message:
Backport a fix from upstream: don't hide controls and mouse in
fullscreen mode when mouse is over controls.

While here, make our defaults really work as it was intended.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/15 04:39:09

Modified files:
	devel/cmake    : Makefile distinfo 
	devel/cmake/patches: patch-CMakeLists_txt 
	                     patch-Modules_CMakeUnixFindMake_cmake 
	                     patch-Modules_Compiler_G95-Fortran_cmake 
	                     patch-Modules_Compiler_GNU_cmake 
	                     patch-Modules_FindBoost_cmake 
	                     patch-Modules_FindJNI_cmake 
	                     patch-Modules_FindJava_cmake 
	                     patch-Modules_FindMPEG2_cmake 
	                     patch-Modules_FindMPEG_cmake 
	                     patch-Modules_FindPythonInterp_cmake 
	                     patch-Modules_FindPythonLibs_cmake 
	                     patch-Modules_FindQt4_cmake 
	                     patch-Modules_FindTclsh_cmake 
	                     patch-Modules_FindWish_cmake 
	                     patch-Modules_Platform_OpenBSD_cmake 
	                     patch-Modules_Qt4Macros_cmake 
	                     patch-Source_cmTarget_cxx 
	devel/cmake/pkg: PLIST 
Removed files:
	devel/cmake/patches: patch-Source_kwsys_CMakeLists_txt 

Log message:
Update to cmake-2.8.3

OK sthen@, landry@ (who also tested this in a bulk build)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 04:39:30

Modified files:
	net/igmpproxy  : Makefile 
	net/igmpproxy/pkg: PLIST 
Added files:
	net/igmpproxy/pkg: README 
Removed files:
	net/igmpproxy/files: README.OpenBSD 
	net/igmpproxy/pkg: MESSAGE 

Log message:
- switch igmpproxy to pkg-readmes

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 04:52:58

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
there's either mbuf or an iovec, no other option is possible


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 05:14:28

Modified files:
	www/py-mechanize: Makefile 
	www/py-mechanize/pkg: DESCR PLIST 

Log message:
- install a few examples
- tweak DESCR


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2010/11/15 05:25:29

Modified files:
	.              : donations.html 

Log message:
one dodnor asked to have the link in his entry to be removed


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 05:30:29

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
round up crd_len to the blocksize;  will be needed for gcm


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 05:36:49

Modified files:
	www/statusnet  : Makefile 
Removed files:
	www/statusnet/pkg: MESSAGE 

Log message:
- remove bogus file


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 05:44:20

Modified files:
	audio/amarok   : Makefile 
	audio/ascd     : Makefile 
	audio/esound   : Makefile 
	audio/gnomad2  : Makefile 
	comms/hamlib   : Makefile 
	databases/directoryassistant: Makefile 
	databases/p5-Jifty-DBI: Makefile 
	databases/postgresql: Makefile 
	databases/ruby-sqlite3: Makefile 

Log message:
a few depends I missed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 05:46:18

Modified files:
	books/autobook : Makefile 

Log message:
broken REVISION, switch to EPOCH


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 05:47:39

Modified files:
	books/mason-book: Makefile 
	books/svnbook  : Makefile 

Log message:
new-style depends


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 05:57:24

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
convert one if-else instance to the switch to ease gcm integration;
use proper define for the initial counter block


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/15 05:58:52

Modified files:
	www/drupal6/core: Makefile 
	www/drupal6/core/pkg: PLIST 
Added files:
	www/drupal6/core/pkg: README 
Removed files:
	www/drupal6/core/pkg: MESSAGE 

Log message:
switch to pkg-readme, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 06:08:38

Modified files:
	audio/audacity : Makefile 
	audio/hydrogen : Makefile 
	audio/last.fm  : Makefile 
	audio/mpg321   : Makefile 
	audio/oggtag   : Makefile 
	audio/p5-libvorbis: Makefile 
	cad/pcb        : Makefile 
	databases/gq   : Makefile 
	databases/keximdb: Makefile 
	databases/p5-BerkeleyDB: Makefile 

Log message:
missed libspecs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 06:11:24

Modified files:
	databases/p5-SQL-Statement: Makefile 

Log message:
overeager commit, revert. noticed by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/15 06:51:20

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
More cleanup. Add DEVNAME() macro and generic functions for various
actions (set/get/reset/enable/disable) to wrap pms_cmd() invocations.

No functional change. From Alexandr Scadchin again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 07:04:52

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 

Log message:
Bugfix update to gnome-settings-daemon 2.32.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/11/15 07:15:47

Modified files:
	usr.sbin/bgpd  : Tag: OPENBSD_4_8 session.c rde.c 

Log message:
MFC, original commit from claudio@
(r1.300 of rde.c and r1.313 of session.c):
- - - - - - - - - - - - - -
Make sure that the initial configuration of the child is zeroed out
by using calloc(). This fixes an issue where the RDE would start up
as route-collector because uninitialized memory made the RDE switch
to that mode.
OK henning@, sthen@, phessler@
- - - - - - - - - - - - - -

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 07:24:13

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
thrash less cache lines and zero out only what we've touched


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 07:41:41

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
do session allocations from the pool


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 07:48:17

Modified files:
	sys/arch/amd64/amd64: aesni.c aes_intel.S 

Log message:
rename aesni_sess to aesni_session;  bugged me all the time


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 07:52:31

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/patches: patch-configure 

Log message:
Bugfix update to empathy-2.32.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/15 07:57:41

Modified files:
	usr.sbin/smtpd : queue_shared.c 

Log message:
Do not fatal if an attempt to open a message envelope results in ENOENT.
This prevents smtpd from exiting if 'smtpctl schedule' is run with a valid
but non-existent message ID. Whilst here make ENOSPC fatal since this
should not happen.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/15 08:07:40

Modified files:
	lib/libutil    : Makefile opendev.c util.h 
Added files:
	lib/libutil    : duid.c 

Log message:
Factor out DUID identification code so that it can easily be reused.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/15 08:11:31

Modified files:
	lib/libutil    : readlabel.c 

Log message:
Teach readlabelfs() how to handle DUIDs.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 10:24:39

Modified files:
	x11/gnome/mousetweaks: Makefile distinfo 

Log message:
Bugfix update to mousetweaks-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 10:37:16

Modified files:
	www/ktdms      : Makefile 
	www/ktdms/pkg  : PLIST 
Added files:
	www/ktdms/pkg  : README 
Removed files:
	www/ktdms/files: INSTALL README.chroot 
	www/ktdms/pkg  : MESSAGE 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 10:39:47

Modified files:
	www/p5-Apache-Gallery: Makefile 
	www/p5-Apache-Gallery/pkg: PLIST 
Added files:
	www/p5-Apache-Gallery/pkg: README 
Removed files:
	www/p5-Apache-Gallery/files: README.chroot 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 10:41:03

Modified files:
	x11/gnome/themes: Makefile distinfo 
	x11/gnome/themes/pkg: PLIST 

Log message:
Maintainance update to gnome-themes-2.32.1.
(translation updates)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 11:05:19

Modified files:
	x11/gnome/gcalctool: Makefile distinfo 
	x11/gnome/gcalctool/patches: patch-configure 

Log message:
- update gcalctool to 5.32.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 11:13:45

Modified files:
	net/adsuck     : Makefile 
	net/adsuck/pkg : MESSAGE PLIST 
Added files:
	net/adsuck/pkg : README 
Removed files:
	net/adsuck/files: README.dhclient 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 11:13:55

Modified files:
	mail/mini_sendmail: Makefile 
	mail/mini_sendmail/pkg: PLIST-chroot PLIST-main 
Removed files:
	mail/mini_sendmail/files: README.php 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 11:18:55

Added files:
	mail/mini_sendmail/pkg: README-main 

Log message:
woopsie


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 11:21:46

Modified files:
	www/gtkhtml3   : Makefile distinfo 
Removed files:
	www/gtkhtml3/patches: 
	                      patch-components_editor_gtkhtml-editor-actions_c 

Log message:
Bugfix update to gtkhtml3-3.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/15 11:26:39

Modified files:
	lang/tcl/8.5   : Makefile 
	lang/tcl/8.5/pkg: PLIST 
Added files:
	lang/tcl/8.5/pkg: README 
Removed files:
	lang/tcl/8.5/files: README.OpenBSD 

Log message:
- switch to pkg-readmes

ok Stuart Cassoff (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 11:30:38

Modified files:
	x11/gdesklets  : Makefile 
Added files:
	x11/gdesklets/patches: patch-utils_ErrorFormatter_py 

Log message:
Unbreak usage with python 2.6.
(patch from Fedora)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 11:34:33

Modified files:
	databases/evolution-data-server: Makefile distinfo 

Log message:
Bugfix update to evolution-data-server-2.32.0.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 11:41:58

Modified files:
	faq/fr         : faq1.html 
	faq/nl         : faq13.html 
	faq/pt         : faq2.html faq3.html faq6.html faq8.html 
	                 faq9.html index.html 
	fr             : anoncvs.html cvsup.html 
	openntpd/pt    : ftp.html portable.html 
	pt             : cvsup.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/15 11:56:14

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
print board type in human readable form in dmesg.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/15 12:07:34

Modified files:
	sys/arch/armish/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 

Log message:
add urtwn(4) to more USB 2.0 capable architectures, since it works
on sparc64 and macppc.

prodded by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/15 12:11:57

Modified files:
	sys/dev/pci    : if_ipw.c if_iwi.c 

Log message:
Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.

From Jeremy Chase.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 12:46:10

Modified files:
	devel/ORBit2   : Makefile 
	devel/acpica   : Makefile 
	devel/ald      : Makefile 
	devel/alex     : Makefile 
	devel/apache-ant: Makefile 
	devel/apr      : Makefile 
	devel/apr-util : Makefile 
	devel/argtable : Makefile 
	devel/arm-elf/gcc: Makefile 
	devel/arm-elf/gdb: Makefile 
	devel/arm-elf/newlib: Makefile 
	devel/asp2php  : Makefile 
	devel/atk      : Makefile 
	devel/atk2mm   : Makefile 
	devel/autoconf/2.13: Makefile 
	devel/autoconf/2.52: Makefile 
	devel/autoconf/2.54: Makefile 
	devel/autoconf/2.56: Makefile 
	devel/autoconf/2.57: Makefile 
	devel/autoconf/2.58: Makefile 
	devel/autoconf/2.59: Makefile 
	devel/autoconf/2.60: Makefile 
	devel/autoconf/2.61: Makefile 
	devel/autoconf/2.62: Makefile 
	devel/autoconf/2.63: Makefile 
	devel/autoconf/2.64: Makefile 
	devel/autoconf/2.65: Makefile 
	devel/autogen  : Makefile 
	devel/automake/1.10: Makefile 
	devel/automake/1.4: Makefile 
	devel/automake/1.8: Makefile 
	devel/automake/1.9: Makefile 
	devel/avr/gcc  : Makefile 
	devel/avr/gdb  : Makefile 
	devel/avr/libc : Makefile 
	devel/avrdude  : Makefile 
	devel/bakery   : Makefile 
	devel/beediff  : Makefile 
	devel/bison    : Makefile 
	devel/bluetooth-libs: Makefile 
	devel/boehm-gc : Makefile 
	devel/bouml    : Makefile 
	devel/bzr      : Makefile 
	devel/c2hs     : Makefile 
	devel/cabal-install: Makefile 
	devel/catalyst : Makefile 
	devel/catalyst-tutorial: Makefile 
	devel/ccache   : Makefile 
	devel/ccrtp    : Makefile 
	devel/cdk      : Makefile 
	devel/cln      : Makefile 
	devel/cmake    : Makefile cmake.port.mk 
	devel/codeblocks: Makefile 
	devel/codeworker: Makefile 
	devel/cppcheck : Makefile 
	devel/cpphs    : Makefile 
	devel/cppunit  : Makefile 
	devel/cscope   : Makefile 
	devel/ctm      : Makefile 
	devel/cunit    : Makefile 
	devel/cutils   : Makefile 
	devel/cvs20hg  : Makefile 
	devel/cvs2svn  : Makefile 
	devel/cvsgraph : Makefile 
	devel/cvsplot  : Makefile 
	devel/cvstrac  : Makefile 
	devel/cvsutils : Makefile 
	devel/darcs    : Makefile 
	devel/dconf    : Makefile 
	devel/ddd      : Makefile 
	devel/dejagnu  : Makefile 
	devel/desktop-file-utils: Makefile 
	devel/dissy    : Makefile 
	devel/doc++    : Makefile 
	devel/doxygen  : Makefile 
	devel/dtc      : Makefile 
	devel/eclipse/plugins/emf: Makefile 
	devel/eclipse/plugins/epic: Makefile 
	devel/eclipse/plugins/findbugs: Makefile 
	devel/eclipse/plugins/gef: Makefile 
	devel/eclipse/plugins/ivyde: Makefile 
	devel/eclipse/plugins/py-dev: Makefile 
	devel/eclipse/plugins/rdt: Makefile 
	devel/eclipse/plugins/struts-console: Makefile 
	devel/eclipse/plugins/subclipse: Makefile 
	devel/eclipse/plugins/uml2: Makefile 
	devel/eclipse/plugins/wtp: Makefile 
	devel/eclipse/sdk: Makefile 
	devel/eggdbus  : Makefile 
	devel/ethos    : Makefile 
	devel/fasm     : Makefile 
	devel/flatzebra: Makefile 
	devel/flawfinder: Makefile 
	devel/flex     : Makefile 
	devel/fossil   : Makefile 
	devel/fox      : Makefile 
	devel/fribidi  : Makefile 
	devel/gal2     : Makefile 
	devel/gconf2   : Makefile gconf2.port.mk 
	devel/gconfmm  : Makefile 
	devel/geany    : Makefile 
	devel/geotiff  : Makefile 
	devel/gettext  : gettext.port.mk 
	devel/gflags   : Makefile 
	devel/giblib   : Makefile 
	devel/giggle   : Makefile 
	devel/git      : Makefile 
	devel/git-cola : Makefile 
	devel/glade3   : Makefile 
	devel/glib     : Makefile 
	devel/glib2    : Makefile 
	devel/glib2mm  : Makefile 
	devel/glog     : Makefile 
	devel/glpk     : Makefile 
	devel/gmake    : Makefile 
	devel/gobject-introspection: Makefile 
	devel/goffice  : Makefile 
	devel/gperf    : Makefile 
	devel/grcs     : Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/gsl      : Makefile 
	devel/gtest    : Makefile 
	devel/gtk2hs-buildtools: Makefile 
	devel/gtkparasite: Makefile 
	devel/guichan  : Makefile 
	devel/guilib   : Makefile 
	devel/haddock  : Makefile 
	devel/happy    : Makefile 
	devel/help2man : Makefile 
	devel/hmake    : Makefile 
	devel/hs-ConfigFile: Makefile 
	devel/hs-List  : Makefile 
	devel/hs-MetaObject: Makefile 
	devel/hs-MissingH: Makefile 
	devel/hs-MonadCatchIO-transformers: Makefile 
	devel/hs-control-timeout: Makefile 
	devel/hs-gio   : Makefile 
	devel/hs-glade : Makefile 
	devel/hs-glib  : Makefile 
	devel/hs-hashed-storage: Makefile 
	devel/hs-hlint : Makefile 
	devel/hs-hslogger: Makefile 
	devel/hs-iteratee: Makefile 
	devel/hs-language-c: Makefile 
	devel/hs-mmap  : Makefile 
	devel/hs-monads-fd: Makefile 
	devel/hs-network: Makefile 
	devel/hs-pango : Makefile 
	devel/hs-parallel: Makefile 
	devel/hs-pugs-DrIFT: Makefile 
	devel/hs-pugs-compat: Makefile 
	devel/hs-regex-compat: Makefile 
	devel/hs-regex-pcre-builtin: Makefile 
	devel/hs-regex-posix: Makefile 
	devel/hs-sendfile: Makefile 
	devel/hs-stringtable-atom: Makefile 
	devel/hs-text  : Makefile 
	devel/hs-vector: Makefile 
	devel/hudson   : Makefile 
	devel/id-utils : Makefile 
	devel/idoc     : Makefile 
	devel/intellij : Makefile 
	devel/iso-codes: Makefile 
	devel/ivy      : Makefile 
	devel/jam      : Makefile 
	devel/jdk      : java.port.mk 
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
	devel/json-glib: Makefile 
	devel/kdbg     : Makefile 
	devel/lam      : Makefile 
	devel/libIDL   : Makefile 
	devel/libJudy  : Makefile 
	devel/libast   : Makefile 
	devel/libaudiofile: Makefile 
	devel/libbio   : Makefile 
	devel/libdockapp: Makefile 
	devel/libdvdread: Makefile 
	devel/libev    : Makefile 
	devel/libeventextra: Makefile 
	devel/libexecinfo: Makefile 
	devel/libf2c-old: Makefile 
	devel/libffi   : Makefile 
	devel/libfmt   : Makefile 
	devel/libftdi  : Makefile 
	devel/libgdata : Makefile 
	devel/libgee   : Makefile 
	devel/libglade2: Makefile 
	devel/libglademm: Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop2 : Makefile 
	devel/libhid   : Makefile 
	devel/libidn   : Makefile 
	devel/libixp   : Makefile 
	devel/libmemcached: Makefile 
	devel/libmpc   : Makefile 
	devel/libmtp   : Makefile 
	devel/libnotify: Makefile 
	devel/libofx   : Makefile 
	devel/liboobs  : Makefile 
	devel/liboop   : Makefile 
	devel/libopensync: Makefile 
	devel/libregexp9: Makefile 
	devel/libsigc++: Makefile 
	devel/libsigc++-2: Makefile 
	devel/libslang : Makefile 
	devel/libsoup  : Makefile 
	devel/libspectrum: Makefile 
	devel/libtool  : Makefile 
	devel/libunicode: Makefile 
	devel/libunique: Makefile 
	devel/libuta   : Makefile 
	devel/libvmime : Makefile 
	devel/libvstr  : Makefile 
	devel/libwnck  : Makefile 
	devel/llvm     : Makefile 
	devel/luaalarm : Makefile 
	devel/luabitop : Makefile 
	devel/luacopas : Makefile 
	devel/luadoc   : Makefile 
	devel/luaevent : Makefile 
	devel/luapack  : Makefile 
	devel/luaposix : Makefile 
	devel/luarexlib: Makefile 
	devel/m4       : Makefile 
	devel/maven    : Makefile 
	devel/mcs      : Makefile 
	devel/mercurial: Makefile 
	devel/metaauto : Makefile 
	devel/mico     : Makefile 
	devel/mk       : Makefile 
	devel/mm       : Makefile 
	devel/mono-addins: Makefile 
	devel/mono-flickrnet: Makefile 
	devel/mono-notify: Makefile 
	devel/monodevelop: Makefile 
	devel/monotone : Makefile 
	devel/mpfr     : Makefile 
	devel/mysql++  : Makefile 
	devel/mysql-gui-common: Makefile 
	devel/netbeans : Makefile 
	devel/ocaml-calendar: Makefile 
	devel/omake    : Makefile 
	devel/opencm   : Makefile 
	devel/openmpi  : Makefile 
	devel/openocd  : Makefile 
	devel/p5-Algorithm-Annotate: Makefile 
	devel/p5-Algorithm-C3: Makefile 
	devel/p5-Algorithm-CurveFit: Makefile 
	devel/p5-Algorithm-Dependency: Makefile 
	devel/p5-Algorithm-IncludeExclude: Makefile 
	devel/p5-Alien-wxWidgets: Makefile 
	devel/p5-Any-Moose: Makefile 
	devel/p5-AnyEvent-HTTP: Makefile 
	devel/p5-AppConfig-Std: Makefile 
	devel/p5-Array-Compare: Makefile 
	devel/p5-Array-Diff: Makefile 
	devel/p5-Array-Window: Makefile 
	devel/p5-B-Deobfuscate: Makefile 
	devel/p5-B-Hooks-EndOfScope: Makefile 
	devel/p5-B-Hooks-OP-Check: Makefile 
	devel/p5-B-Utils: Makefile 
	devel/p5-Benchmark-Timer: Makefile 
	devel/p5-Best  : Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-Cache-Cache: Makefile 
	devel/p5-Cache-Memcached: Makefile 
	devel/p5-Carp-Assert-More: Makefile 
	devel/p5-Carp-Clan: Makefile 
	devel/p5-Carp-Datum: Makefile 
	devel/p5-Catalyst-Plugin-C3: Makefile 
	devel/p5-Catalyst-Plugin-StackTrace: Makefile 
	devel/p5-Class-Accessor: Makefile 
	devel/p5-Class-Accessor-Chained: Makefile 
	devel/p5-Class-Accessor-Grouped: Makefile 
	devel/p5-Class-AutoClass: Makefile 
	devel/p5-Class-Autouse: Makefile 
	devel/p5-Class-C3: Makefile 
	devel/p5-Class-C3-Adopt-NEXT: Makefile 
	devel/p5-Class-C3-Componentised: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Classless: Makefile 
	devel/p5-Class-Container: Makefile 
	devel/p5-Class-Data-Accessor: Makefile 
	devel/p5-Class-Default: Makefile 
	devel/p5-Class-Handle: Makefile 
	devel/p5-Class-MOP: Makefile 
	devel/p5-Class-Meta: Makefile 
	devel/p5-Class-Meta-Express: Makefile 
	devel/p5-Class-Method-Modifiers: Makefile 
	devel/p5-Class-ReturnValue: Makefile 
	devel/p5-Class-Singleton: Makefile 
	devel/p5-Class-Std: Makefile 
	devel/p5-Class-Std-Utils: Makefile 
	devel/p5-Class-Trigger: Makefile 
	devel/p5-Class-Virtual: Makefile 
	devel/p5-Class-XSAccessor: Makefile 
	devel/p5-Clone : Makefile 
	devel/p5-Config-Any: Makefile 
	devel/p5-Config-Auto: Makefile 
	devel/p5-Config-Options: Makefile 
	devel/p5-Context-Preserve: Makefile 
	devel/p5-Curses-UI: Makefile 
	devel/p5-Curses-Widgets: Makefile 
	devel/p5-Data-Dump-Streamer: Makefile 
	devel/p5-Data-Dumper-Simple: Makefile 
	devel/p5-Data-FormValidator: Makefile 
	devel/p5-Data-Hierarchy: Makefile 
	devel/p5-Data-ICal: Makefile 
	devel/p5-Data-ICal-TimeZone: Makefile 
	devel/p5-Data-OptList: Makefile 
	devel/p5-Data-Random: Makefile 
	devel/p5-Data-ShowTable: Makefile 
	devel/p5-Data-Stag: Makefile 
	devel/p5-Data-Types: Makefile 
	devel/p5-Data-Validate: Makefile 
	devel/p5-Data-Validate-Struct: Makefile 
	devel/p5-Data-Visitor: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-Date-ICal: Makefile 
	devel/p5-DateTime: Makefile 
	devel/p5-DateTime-Calendar-Mayan: Makefile 
	devel/p5-DateTime-Event-ICal: Makefile 
	devel/p5-DateTime-Event-Recurrence: Makefile 
	devel/p5-DateTime-Format-Builder: Makefile 
	devel/p5-DateTime-Format-HTTP: Makefile 
	devel/p5-DateTime-Format-ICal: Makefile 
	devel/p5-DateTime-Format-ISO8601: Makefile 
	devel/p5-DateTime-Format-Mail: Makefile 
	devel/p5-DateTime-Format-MySQL: Makefile 
	devel/p5-DateTime-Format-Natural: Makefile 
	devel/p5-DateTime-Format-Pg: Makefile 
	devel/p5-DateTime-Format-Strptime: Makefile 
	devel/p5-DateTime-Format-W3CDTF: Makefile 
	devel/p5-DateTime-Locale: Makefile 
	devel/p5-DateTime-Set: Makefile 
	devel/p5-DateTime-TimeZone: Makefile 
	devel/p5-Declare-Constraints-Simple: Makefile 
	devel/p5-Devel-Caller: Makefile 
	devel/p5-Devel-Cover: Makefile 
	devel/p5-Devel-Declare: Makefile 
	devel/p5-Devel-FastProf: Makefile 
	devel/p5-Devel-GlobalDestruction: Makefile 
	devel/p5-Devel-NYTProf: Makefile 
	devel/p5-Devel-PartialDump: Makefile 
	devel/p5-Devel-SawAmpersand: Makefile 
	devel/p5-Devel-SmallProf: Makefile 
	devel/p5-Devel-ebug: Makefile 
	devel/p5-Devel-ptkdb: Makefile 
	devel/p5-Device-USB: Makefile 
	devel/p5-Directory-Scratch: Makefile 
	devel/p5-Event-ExecFlow: Makefile 
	devel/p5-Exception-Class: Makefile 
	devel/p5-Expect: Makefile 
	devel/p5-Expect-Simple: Makefile 
	devel/p5-Exporter-Lite: Makefile 
	devel/p5-ExtUtils-XSBuilder: Makefile 
	devel/p5-ExtUtils-XSpp: Makefile 
	devel/p5-File-Attributes: Makefile 
	devel/p5-File-Attributes-Recursive: Makefile 
	devel/p5-File-BOM: Makefile 
	devel/p5-File-BaseDir: Makefile 
	devel/p5-File-ChangeNotify: Makefile 
	devel/p5-File-CreationTime: Makefile 
	devel/p5-File-DesktopEntry: Makefile 
	devel/p5-File-DirCompare: Makefile 
	devel/p5-File-Find-Rule: Makefile 
	devel/p5-File-Find-Rule-Filesys-Virtual: Makefile 
	devel/p5-File-Find-Rule-Perl: Makefile 
	devel/p5-File-Finder: Makefile 
	devel/p5-File-Flat: Makefile 
	devel/p5-File-HomeDir: Makefile 
	devel/p5-File-MimeInfo: Makefile 
	devel/p5-File-Next: Makefile 
	devel/p5-File-ShareDir: Makefile 
	devel/p5-File-Tempdir: Makefile 
	devel/p5-File-chdir: Makefile 
	devel/p5-Filter-Template: Makefile 
	devel/p5-FormValidator-Simple: Makefile 
	devel/p5-Getargs-Long: Makefile 
	devel/p5-Getopt-Euclid: Makefile 
	devel/p5-Getopt-Long-Descriptive: Makefile 
	devel/p5-Glib2 : Makefile 
	devel/p5-Graph : Makefile 
	devel/p5-Hash-AutoHash: Makefile 
	devel/p5-Hash-AutoHash-Args: Makefile 
	devel/p5-Hash-Merge: Makefile 
	devel/p5-Hash-Util-FieldHash-Compat: Makefile 
	devel/p5-IO-All: Makefile 
	devel/p5-IO-Capture: Makefile 
	devel/p5-IO-Digest: Makefile 
	devel/p5-IO-KQueue: Makefile 
	devel/p5-IO-Lambda: Makefile 
	devel/p5-IO-Multiplex: Makefile 
	devel/p5-IO-String: Makefile 
	devel/p5-IO-Tty: Makefile 
	devel/p5-IO-stringy: Makefile 
	devel/p5-IPC-Run: Makefile 
	devel/p5-IPC-Run-SafeHandles: Makefile 
	devel/p5-Inline: Makefile 
	devel/p5-Lchown: Makefile 
	devel/p5-List-MoreUtils: Makefile 
	devel/p5-Locale-Maketext-Fuzzy: Makefile 
	devel/p5-Locale-Maketext-Lexicon: Makefile 
	devel/p5-Locale-PGettext: Makefile 
	devel/p5-LockFile-Simple: Makefile 
	devel/p5-Log-Dispatch: Makefile 
	devel/p5-Log-Dispatch-Binlog: Makefile 
	devel/p5-Log-Dispatch-Config: Makefile 
	devel/p5-Log-Dispatch-Config-TestLog: Makefile 
	devel/p5-Log-Dispatch-FileRotate: Makefile 
	devel/p5-Log-Log4perl: Makefile 
	devel/p5-MLDBM : Makefile 
	devel/p5-MLDBM-Sync: Makefile 
	devel/p5-MRO-Compat: Makefile 
	devel/p5-Module-Find: Makefile 
	devel/p5-Module-Install: Makefile 
	devel/p5-Module-Pluggable-Fast: Makefile 
	devel/p5-Module-Starter: Makefile 
	devel/p5-Module-Starter-Plugin-CGIApp: Makefile 
	devel/p5-Moose : Makefile 
	devel/p5-MooseX-Async: Makefile 
	devel/p5-MooseX-AttributeHelpers: Makefile 
	devel/p5-MooseX-Clone: Makefile 
	devel/p5-MooseX-ConfigFromFile: Makefile 
	devel/p5-MooseX-Declare: Makefile 
	devel/p5-MooseX-Emulate-Class-Accessor-Fast: Makefile 
	devel/p5-MooseX-Getopt: Makefile 
	devel/p5-MooseX-Has-Sugar: Makefile 
	devel/p5-MooseX-LazyRequire: Makefile 
	devel/p5-MooseX-Log-Log4perl: Makefile 
	devel/p5-MooseX-LogDispatch: Makefile 
	devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion: Makefile 
	devel/p5-MooseX-Method-Signatures: Makefile 
	devel/p5-MooseX-MethodAttributes: Makefile 
	devel/p5-MooseX-MultiInitArg: Makefile 
	devel/p5-MooseX-POE: Makefile 
	devel/p5-MooseX-Params-Validate: Makefile 
	devel/p5-MooseX-Role-Parameterized: Makefile 
	devel/p5-MooseX-Role-WithOverloading: Makefile 
	devel/p5-MooseX-SemiAffordanceAccessor: Makefile 
	devel/p5-MooseX-Traits: Makefile 
	devel/p5-MooseX-Types: Makefile 
	devel/p5-MooseX-Types-Common: Makefile 
	devel/p5-MooseX-Types-Path-Class: Makefile 
	devel/p5-MooseX-Types-Structured: Makefile 
	devel/p5-Mouse : Makefile 
	devel/p5-Net-Server: Makefile 
	devel/p5-Number-Compare-Date: Makefile 
	devel/p5-Object-Declare: Makefile 
	devel/p5-Object-Pluggable: Makefile 
	devel/p5-PAR   : Makefile 
	devel/p5-POE   : Makefile 
	devel/p5-POE-API-Peek: Makefile 
	devel/p5-POE-Component-IKC: Makefile 
	devel/p5-POE-Component-Pluggable: Makefile 
	devel/p5-POE-Component-PubSub: Makefile 
	devel/p5-POE-Component-Supervisor: Makefile 
	devel/p5-POE-Loop-Event: Makefile 
	devel/p5-POE-Loop-Tk: Makefile 
	devel/p5-Package-Generator: Makefile 
	devel/p5-Package-Stash: Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-Parallel-Forker: Makefile 
	devel/p5-Params-CallbackRequest: Makefile 
	devel/p5-Params-Coerce: Makefile 
	devel/p5-Params-Util: Makefile 
	devel/p5-Params-Validate: Makefile 
	devel/p5-Parse-Method-Signatures: Makefile 
	devel/p5-Parse-PlainConfig: Makefile 
	devel/p5-Perl-Critic: Makefile 
	devel/p5-PerlIO-via-Bzip2: Makefile 
	devel/p5-PerlIO-via-dynamic: Makefile 
	devel/p5-Pod-Coverage: Makefile 
	devel/p5-Pod-ToDemo: Makefile 
	devel/p5-Probe-Perl: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-Regexp-Copy: Makefile 
	devel/p5-SDL   : Makefile 
	devel/p5-SUPER : Makefile 
	devel/p5-SVN-Mirror: Makefile 
	devel/p5-SVN-Notify: Makefile 
	devel/p5-SVN-Simple: Makefile 
	devel/p5-SVN-Web: Makefile 
	devel/p5-Safe-World: Makefile 
	devel/p5-Scalar-Defer: Makefile 
	devel/p5-Set-IntRange: Makefile 
	devel/p5-Slay-Makefile: Makefile 
	devel/p5-Slay-Makefile-Gress: Makefile 
	devel/p5-Slay-Maker: Makefile 
	devel/p5-Smart-Comments: Makefile 
	devel/p5-Sub-Exporter: Makefile 
	devel/p5-Sub-Identify: Makefile 
	devel/p5-Sub-Install: Makefile 
	devel/p5-Sub-Lambda: Makefile 
	devel/p5-Sub-Override: Makefile 
	devel/p5-Sub-Uplevel: Makefile 
	devel/p5-Sys-SigAction: Makefile 
	devel/p5-Task-Weaken: Makefile 
	devel/p5-Term-ProgressBar: Makefile 
	devel/p5-Term-Prompt: Makefile 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Term-ReadLine-Perl: Makefile 
	devel/p5-Term-ReadLine-Zoid: Makefile 
	devel/p5-Term-ReadPassword: Makefile 
	devel/p5-Term-Screen: Makefile 
	devel/p5-Term-ScreenColor: Makefile 
	devel/p5-Test-Assertions: Makefile 
	devel/p5-Test-Base: Makefile 
	devel/p5-Test-Class: Makefile 
	devel/p5-Test-ClassAPI: Makefile 
	devel/p5-Test-Corpus-Audio-MPD: Makefile 
	devel/p5-Test-Deep: Makefile 
	devel/p5-Test-Differences: Makefile 
	devel/p5-Test-Distribution: Makefile 
	devel/p5-Test-Exception: Makefile 
	devel/p5-Test-Expect: Makefile 
	devel/p5-Test-File: Makefile 
	devel/p5-Test-File-Contents: Makefile 
	devel/p5-Test-Group: Makefile 
	devel/p5-Test-HTML-Tidy: Makefile 
	devel/p5-Test-Inline: Makefile 
	devel/p5-Test-JSON: Makefile 
	devel/p5-Test-Memory-Cycle: Makefile 
	devel/p5-Test-MockObject: Makefile 
	devel/p5-Test-NoTabs: Makefile 
	devel/p5-Test-NoWarnings: Makefile 
	devel/p5-Test-Output: Makefile 
	devel/p5-Test-Perl-Critic: Makefile 
	devel/p5-Test-Pod-Coverage: Makefile 
	devel/p5-Test-Script: Makefile 
	devel/p5-Test-Spelling: Makefile 
	devel/p5-Test-Strict: Makefile 
	devel/p5-Test-SubCalls: Makefile 
	devel/p5-Test-TempDir: Makefile 
	devel/p5-Test-URI: Makefile 
	devel/p5-Test-Unit: Makefile 
	devel/p5-Test-WWW-Mechanize: Makefile 
	devel/p5-Test-WWW-Mechanize-Catalyst: Makefile 
	devel/p5-Test-Warn: Makefile 
	devel/p5-Test-YAML-Valid: Makefile 
	devel/p5-Text-vFile-asData: Makefile 
	devel/p5-Throwable: Makefile 
	devel/p5-Tie-Cache-LRU: Makefile 
	devel/p5-Tie-Cache-LRU-Expires: Makefile 
	devel/p5-Tie-ToObject: Makefile 
	devel/p5-Time-Clock: Makefile 
	devel/p5-Time-Duration-Parse: Makefile 
	devel/p5-Time-Format: Makefile 
	devel/p5-Time-Period: Makefile 
	devel/p5-Tree-Simple: Makefile 
	devel/p5-Tree-Simple-View: Makefile 
	devel/p5-Tree-Simple-VisitorFactory: Makefile 
	devel/p5-Try-Tiny: Makefile 
	devel/p5-Universal-exports: Makefile 
	devel/p5-Universal-moniker: Makefile 
	devel/p5-VCP-autrijus: Makefile 
	devel/p5-YAML  : Makefile 
	devel/p5-YAML-Shell: Makefile 
	devel/p5-YAML-Tiny: Makefile 
	devel/p5-accessors: Makefile 
	devel/p5-capitalization: Makefile 
	devel/p5-libintl: Makefile 
	devel/p5-namespace-autoclean: Makefile 
	devel/p5-namespace-clean: Makefile 
	devel/pango    : Makefile 
	devel/pangomm  : Makefile 
	devel/pcre     : Makefile 
	devel/pcre++   : Makefile 
	devel/pear-Cache: Makefile 
	devel/pear-Config: Makefile 
	devel/pear-Date: Makefile 
	devel/pear-Log : Makefile 
	devel/pear-PHPUnit2: Makefile 
	devel/pear-Validate: Makefile 
	devel/pkgconfig: Makefile 
	devel/plib     : Makefile 
	devel/pmk      : Makefile pmk.port.mk 
	devel/poedit   : Makefile 
	devel/popt     : Makefile 
	devel/proj     : Makefile 
	devel/protobuf : Makefile 
	devel/pscan    : Makefile 
	devel/ptlib    : Makefile 
	devel/py-SOAPpy: Makefile 
	devel/py-addons: Makefile 
	devel/py-babel : Makefile 
	devel/py-buildbot: Makefile 
	devel/py-bytecodeassembler: Makefile 
	devel/py-cheetah: Makefile 
	devel/py-dulwich: Makefile 
	devel/py-epsilon: Makefile 
	devel/py-gobject: Makefile 
	devel/py-hg-git: Makefile 
	devel/py-html5lib: Makefile 
	devel/py-logilab-astng: Makefile 
	devel/py-logilab-common: Makefile 
	devel/py-nose  : Makefile 
	devel/py-notify: Makefile 
	devel/py-orbit : Makefile 
	devel/py-peak-rules: Makefile 
	devel/py-prioritized_methods: Makefile 
	devel/py-protocols: Makefile 
	devel/py-ruledispatch: Makefile 
	devel/py-silc  : Makefile 
	devel/py-simplejson: Makefile 
	devel/py-turbocheetah: Makefile 
	devel/py-turbojson: Makefile 
	devel/py-turbokid: Makefile 
	devel/py-twisted: Makefile.inc 
	devel/py-twisted/conch: Makefile 
	devel/py-twisted/core: Makefile 
	devel/py-twisted/lore: Makefile 
	devel/py-twisted/mail: Makefile 
	devel/py-twisted/names: Makefile 
	devel/py-twisted/news: Makefile 
	devel/py-twisted/pair: Makefile 
	devel/py-twisted/runner: Makefile 
	devel/py-twisted/web: Makefile 
	devel/py-twisted/web2: Makefile 
	devel/py-twisted/words: Makefile 
	devel/py-urwid : Makefile 
	devel/py-zopeinterface: Makefile 
	devel/py-zopetesting: Makefile 
	devel/pygame   : Makefile 
	devel/pylint   : Makefile 
	devel/pyrex    : Makefile 
	devel/pyusb    : Makefile 
	devel/qgit     : Makefile 
	devel/qt-creator: Makefile 
	devel/qt4-eventsview: Makefile 
	devel/rapidsvn : Makefile 
	devel/rats     : Makefile 
	devel/re2c     : Makefile 
	devel/readline : Makefile 
	devel/remake   : Makefile 
	devel/rsvndump : Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-assistance: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-debug: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-gems: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-rake: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-zentest: Makefile 
	devel/scons    : scons.port.mk 
	devel/sdcc     : Makefile 
	devel/sdl      : Makefile 
	devel/sdl-gfx  : Makefile 
	devel/sdl-image: Makefile 
	devel/sdl-mixer: Makefile 
	devel/sdl-net  : Makefile 
	devel/sdl-pango: Makefile 
	devel/sdl-sound: Makefile 
	devel/sdl-ttf  : Makefile 
	devel/sdlmm    : Makefile 
	devel/sfio     : Makefile 
	devel/shapelib : Makefile 
	devel/silc-toolkit: Makefile 
	devel/slib-guile: Makefile 
	devel/smarty   : Makefile 
	devel/smpeg    : Makefile 
	devel/spe      : Makefile 
	devel/splint   : Makefile 
	devel/startup-notification: Makefile 
	devel/stm32loader: Makefile 
	devel/stp      : Makefile 
	devel/subversion: Makefile 
	devel/svk      : Makefile 
	devel/swig     : Makefile 
	devel/t1lib    : Makefile 
	devel/tclcl    : Makefile 
	devel/tcllib   : Makefile 
	devel/tig      : Makefile 
	devel/tkcvs    : Makefile 
	devel/tkdiff   : Makefile 
	devel/tklib    : Makefile 
	devel/tla      : Makefile 
	devel/tmake    : Makefile 
	devel/ucpp     : Makefile 
	devel/uisp     : Makefile 
	devel/uuid     : Makefile 
	devel/vanessa/adt: Makefile 
	devel/vanessa/socket: Makefile 
	devel/varconf  : Makefile 
	devel/vim-taglist: Makefile 
	devel/vte      : Makefile 
	devel/waf      : waf.port.mk 
	devel/xdg-user-dirs: Makefile 
	devel/xulrunner: Makefile.inc 

Log message:
move depends to new style


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 13:21:01

Modified files:
	devel/autoconf/2.13: Makefile 
	devel/autoconf/2.52: Makefile 
	devel/autoconf/2.54: Makefile 
	devel/autoconf/2.56: Makefile 
	devel/autoconf/2.57: Makefile 
	devel/autoconf/2.58: Makefile 
	devel/autoconf/2.59: Makefile 
	devel/autoconf/2.60: Makefile 
	devel/autoconf/2.61: Makefile 
	devel/autoconf/2.62: Makefile 
	devel/autoconf/2.63: Makefile 
	devel/autoconf/2.64: Makefile 
	devel/autoconf/2.65: Makefile 
Added files:
	devel/autoconf : Makefile.inc 

Log message:
move common parts into a Makefile.inc, should have done this ages ago...


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/15 13:25:31

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Aesthetic improvements to make it appear more normal and knf'y.

No functional change. From Alexandr Scadchin again.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/15 13:26:01

Modified files:
	usr.bin/sed    : compile.c 

Log message:
NUL-terminate buffer in compiler_text() after realloc, not before.
Now that we have dynamically sized buffers there may not be room
for the NUL until after realloc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/15 13:55:25

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.4: Makefile 
	lang/python/2.4/patches: patch-setup_py 
	lang/python/2.5: Makefile 
	lang/python/2.5/patches: patch-setup_py 
	lang/python/2.6: Makefile 
	lang/python/2.6/patches: patch-setup_py 

Log message:
use tk.port.mk and move -tkinter to a more recent version of Tcl/Tk.
reads fine to fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/15 13:57:10

Modified files:
	graphics/py-Imaging: Makefile distinfo 
	graphics/py-Imaging/patches: patch-Scripts_pilfont_py 
	                             patch-Tk_tkImaging_c patch-setup_py 
	graphics/py-Imaging/pkg: PLIST-examples PLIST-main 
Added files:
	graphics/py-Imaging/patches: patch-selftest_py 
	graphics/py-Imaging/pkg: DESCR-docs PLIST-docs 

Log message:
- update py-Imaging to 1.17, from Alexander Shadchin
- use tk.port.mk and move to a more recent version of Tcl/Tk

mostly reads fine to fgsch@, and I've fixed the part which didn't.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 15:16:19

Modified files:
	x11/gnome/games: Makefile distinfo 

Log message:
Bugfix update to gnome-games-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 15:51:20

Modified files:
	x11/gnome/file-roller: Makefile distinfo 

Log message:
Bugfix update to file-roller-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 15:59:56

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 

Log message:
Bugfix update to orca-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 16:04:02

Modified files:
	x11/gnome/eog  : Makefile distinfo 

Log message:
Bugfix update to eog-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/15 16:06:20

Modified files:
	x11/gnome/zenity: Makefile distinfo 

Log message:
Bugfix update to zenity-2.32.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/15 16:19:34

Modified files:
	sys/dev/cardbus: com_cardbus.c 

Log message:
fix up a pointer bug introduced in the previous revision
jsg agrees, ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/15 16:22:08

Modified files:
	editors/abiword: Makefile 
	editors/axe    : Makefile 
	editors/beaver : Makefile 
	editors/cooledit: Makefile 
	editors/ee     : Makefile 
	editors/emacs21: Makefile 
	editors/emacs22: Makefile 
	editors/gummi  : Makefile 
	editors/ht     : Makefile 
	editors/jed    : Makefile 
	editors/kile   : Makefile 
	editors/kxmleditor: Makefile 
	editors/ldapvi : Makefile 
	editors/leafpad: Makefile 
	editors/nedit  : Makefile 
	editors/nvi-m17n: Makefile 
	editors/openoffice3: Makefile 
	editors/openoffice3-dicts: Makefile 
	editors/qscintilla: Makefile 
	editors/scintilla: Makefile 
	editors/scite  : Makefile 
	editors/subtitleeditor: Makefile 
	editors/tea    : Makefile 
	editors/teaqt  : Makefile 
	editors/ted    : Makefile 
	editors/texmaker: Makefile 
	editors/textedit: Makefile 
	editors/texworks: Makefile 
	editors/vim    : Makefile 
	editors/vim-spell: Makefile 
	editors/xemacs21/stable: Makefile 
	editors/zile   : Makefile 
	education/algotutor: Makefile 
	education/drgeo: Makefile 
	education/epte : Makefile 
	education/gamgi: Makefile 
	education/verbiste: Makefile 
	emulators/BasiliskII: Makefile 
	emulators/dosbox: Makefile 
	emulators/dynagen: Makefile 
	emulators/dynamips: Makefile 
	emulators/fedora: Makefile.inc 
	emulators/fedora/cups: Makefile 
	emulators/fedora/motif: Makefile 
	emulators/frodo: Makefile 
	emulators/fuse : Makefile 
	emulators/fuse-utils: Makefile 
	emulators/generator: Makefile 
	emulators/gns3 : Makefile 
	emulators/gxemul: Makefile 
	emulators/ines : Makefile 
	emulators/kqemu: Makefile 
	emulators/mastergear: Makefile 
	emulators/qemu : Makefile 
	emulators/qemu-old: Makefile 
	emulators/redhat: Makefile.inc 
	emulators/redhat/libc5: Makefile 
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 
	emulators/snes9x: Makefile 
	emulators/spectemu: Makefile 
	emulators/spim : Makefile 
	emulators/stella: Makefile 
	emulators/uae  : Makefile 
	emulators/vba  : Makefile 
	emulators/vgb  : Makefile 
	emulators/wine : Makefile 
	emulators/zsnes: Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/16 00:33:59

Modified files:
	mail/mailscanner: Makefile 

Log message:
alphabetically sort RUN_DEPENDS and add p5-DBD-SQLite, it's optional but
fairly lightweight and is used in the default configuration.
Brad (maintainer) ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 00:37:25

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/patches: patch-configure patch-gtk_Makefile_in 
	                   patch-gtk_gtkprintunixdialog_c 
	x11/gtk+2/pkg  : PLIST-main 

Log message:
Minor update to gtk+2-2.22.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 01:55:49

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure patch-shell_main_c 
	mail/evolution/pkg: PLIST-main 

Log message:
Bugfix update to evolution-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/16 02:16:26

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
most abreviated format for depends. there's a consensus that it's good,
and it works.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 02:17:55

Modified files:
	mail/mailscanner: Makefile 
	mail/mailscanner/pkg: PLIST 
Added files:
	mail/mailscanner/pkg: README 
Removed files:
	mail/mailscanner/files: README.OpenBSD.port 
	mail/mailscanner/pkg: MESSAGE 

Log message:
- switch to pkg-readmes

ok brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 02:18:15

Modified files:
	mail/evolution-exchange: Makefile distinfo 
	mail/evolution-exchange/patches: patch-configure 

Log message:
Bugfix update to evolution-exchange-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/16 02:39:45

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
missed _print-plist-with-extra-depends, noticed by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 03:08:49

Modified files:
	net/zabbix     : Makefile 

Log message:
Take MAINTAINER, agreed by sthen@ and jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 03:11:51

Modified files:
	security/prelude/libpreludedb: Makefile 
	security/prelude/libpreludedb/pkg: PLIST-main 
	security/prelude/lml: Makefile 
	security/prelude/lml/pkg: PLIST 
	security/prelude/manager: Makefile 
	security/prelude/manager/pkg: PLIST 
	security/prelude/pflogger: Makefile 
	security/prelude/pflogger/pkg: PLIST 
	security/prelude/prewikka: Makefile 
	security/prelude/prewikka/pkg: PLIST 
Added files:
	security/prelude/libpreludedb/pkg: README-main 
	security/prelude/lml/pkg: README 
	security/prelude/manager/pkg: README 
	security/prelude/pflogger/pkg: README 
	security/prelude/prewikka/pkg: README 
Removed files:
	security/prelude/libpreludedb/files: README.OpenBSD 
	security/prelude/libpreludedb/pkg: MESSAGE-main 
	security/prelude/lml/files: README.OpenBSD 
	security/prelude/lml/pkg: MESSAGE 
	security/prelude/manager/files: README.OpenBSD 
	security/prelude/manager/pkg: MESSAGE 
	security/prelude/pflogger/files: README.OpenBSD 
	security/prelude/pflogger/pkg: MESSAGE 
	security/prelude/prewikka/files: README.OpenBSD 
	security/prelude/prewikka/pkg: MESSAGE 

Log message:
- switch to pkg-readmes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 03:17:56

Modified files:
	security/prelude/prewikka: Makefile 
	security/prelude/prewikka/files: siteconfig.py 

Log message:
- use SUBST_CMD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/16 04:23:29

Modified files:
	games/abuse    : Makefile 
	games/adom     : Makefile 
	games/afternoonstalker: Makefile 
	games/agm      : Makefile 
	games/alephone/alephone: Makefile 
	games/alephone/scenarios: Makefile.inc 
	games/alephone/scenarios/marathon2: Makefile 
	games/alephone/scenarios/marathoninfinity: Makefile 
	games/alephone/weland: Makefile 
	games/allegro  : Makefile 
	games/amoebax  : Makefile 
	games/amph     : Makefile 
	games/angband  : Makefile 
	games/angrydd  : Makefile 
	games/atomix   : Makefile 
	games/barrage  : Makefile 
	games/bass     : Makefile 
	games/batrachians: Makefile 
	games/belooted : Makefile 
	games/bomberclone: Makefile 
	games/boswars  : Makefile 
	games/burgerspace: Makefile 
	games/bzflag   : Makefile 
	games/castle-combat: Makefile 
	games/cgoban   : Makefile 
	games/childsplay: Makefile 
	games/childsplay-plugins: Makefile 
	games/chocolate-doom: Makefile 
	games/circuit  : Makefile 
	games/clines   : Makefile 
	games/clonekeen: Makefile 
	games/cmatrix  : Makefile 
	games/corewars : Makefile 
	games/cosmosmash: Makefile 
	games/cowsay   : Makefile 
	games/crack-attack: Makefile 
	games/crimson  : Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 
	games/defendguin: Makefile 
	games/dopewars : Makefile 
	games/dungeon-crawl: Makefile 
	games/eboard   : Makefile 
	games/eboard-extras: Makefile 
	games/egoboo   : Makefile 
	games/einstein : Makefile 
	games/enigma   : Makefile 
	games/f1spirit : Makefile 
	games/falconseye: Makefile 
	games/fire     : Makefile 
	games/foobillard: Makefile 
	games/forcedattack: Makefile 
	games/fotaq    : Makefile 
	games/freeciv  : Makefile 
	games/freedroid: Makefile 
	games/freedroidrpg: Makefile 
	games/fretsonfire: Makefile 
	games/frogatto : Makefile 
	games/frotz    : Makefile 
	games/frozen-bubble: Makefile 
	games/gargoyle : Makefile 
	games/gbrainy  : Makefile 
	games/gcompris : Makefile 
	games/gemdropx : Makefile 
	games/ggz/ggz-client-libs: Makefile 
	games/ggz/ggz-gnome-client: Makefile 
	games/ggz/libggz: Makefile 
	games/glsfcave : Makefile 
	games/glutton  : Makefile 
	games/gnome-mastermind: Makefile 
	games/gnuchess : Makefile 
	games/grhino   : Makefile 
	games/gtetrinet: Makefile 
	games/gtkballs : Makefile 
	games/hackdata : Makefile 
	games/heroes   : Makefile 
	games/icebreaker: Makefile 
	games/ivan     : Makefile 
	games/jbrickshooter: Makefile 
	games/kbilliards: Makefile 
	games/kobodeluxe: Makefile 
	games/komi     : Makefile 
	games/kslide   : Makefile 
	games/late     : Makefile 
	games/lbreakout2: Makefile 
	games/lgeneral : Makefile 
	games/life     : Makefile 
	games/lincity  : Makefile 
	games/lincity-ng: Makefile 
	games/londonlaw: Makefile 
	games/lostpixels: Makefile 
	games/maelstrom: Makefile 
	games/micropolis: Makefile 
	games/mirrormagic: Makefile 
	games/mnemosyne: Makefile 
	games/monadius : Makefile 
	games/moon-buggy: Makefile 
	games/moonlander: Makefile 
	games/moria    : Makefile 
	games/nethack  : Makefile 
	games/neverball: Makefile 
	games/newvox   : Makefile 
	games/numptyphysics: Makefile 
	games/oilwar   : Makefile 
	games/omega    : Makefile 
	games/oolite   : Makefile 
	games/openarena: Makefile 
	games/opensonic: Makefile 
	games/openttd  : Makefile 
	games/pathological: Makefile 
	games/pingus   : Makefile 
	games/pioneers : Makefile 
	games/pokerth  : Makefile 
	games/prboom   : Makefile 
	games/qgo      : Makefile 
	games/quake    : Makefile 
	games/quake2   : Makefile 
	games/rftg     : Makefile 
	games/ri-li    : Makefile 
	games/roadfighter: Makefile 
	games/rocksndiamonds: Makefile 
	games/scorched3d: Makefile 
	games/scummvm  : Makefile 
	games/scummvm-tools: Makefile 
	games/sdlroids : Makefile 
	games/sdlzombies: Makefile 
	games/singularity: Makefile 
	games/sl       : Makefile 
	games/slash    : Makefile 
	games/slash-em : Makefile 
	games/snipe2d  : Makefile 
	games/spacehulk: Makefile 
	games/spatial  : Makefile 
	games/speyes   : Makefile 
	games/spider   : Makefile 
	games/sudoku   : Makefile 
	games/sudoku-solver: Makefile 
	games/supertuxkart: Makefile 
	games/taxipilot: Makefile 
	games/teeworlds: Makefile 
	games/tetrinetx: Makefile 
	games/tmw      : Makefile 
	games/toppler  : Makefile 
	games/tutris   : Makefile 
	games/tuxkart  : Makefile 
	games/tuxpaint : Makefile 
	games/tuxpaint-config: Makefile 
	games/tuxpaint-stamps: Makefile 
	games/uqm      : Makefile 
	games/vectoroids: Makefile 
	games/vitetris : Makefile 
	games/vodovod  : Makefile 
	games/wanderer : Makefile 
	games/warzone2100: Makefile 
	games/wesnoth  : Makefile 
	games/widelands: Makefile 
	games/wmminichess: Makefile 
	games/wmtictactoe: Makefile 
	games/wormux   : Makefile 
	games/xasteroids: Makefile 
	games/xbat     : Makefile 
	games/xbattle  : Makefile 
	games/xbill    : Makefile 
	games/xbl      : Makefile 
	games/xboard   : Makefile 
	games/xbreaky  : Makefile 
	games/xbubble  : Makefile 
	games/xchomp   : Makefile 
	games/xcowsay  : Makefile 
	games/xcubes   : Makefile 
	games/xdeblock : Makefile 
	games/xdino    : Makefile 
	games/xevil    : Makefile 
	games/xgolgo   : Makefile 
	games/xinvaders: Makefile 
	games/xjewel   : Makefile 
	games/xjig     : Makefile 
	games/xkobo    : Makefile 
	games/xlife    : Makefile 
	games/xmahjongg: Makefile 
	games/xmine    : Makefile 
	games/xminehunter: Makefile 
	games/xminesweep: Makefile 
	games/xmj      : Makefile 
	games/xmoto    : Makefile 
	games/xneko    : Makefile 
	games/xonix    : Makefile 
	games/xpilot   : Makefile 
	games/xripple  : Makefile 
	games/xroach   : Makefile 
	games/xscavenger: Makefile 
	games/xscorch  : Makefile 
	games/xscrabble: Makefile 
	games/xskat    : Makefile 
	games/xsoldier : Makefile 
	games/xteddy   : Makefile 
	games/xwelltris: Makefile 
	games/xzip     : Makefile 
	games/zangband : Makefile 
	games/zoom     : Makefile 
	games/ztrack   : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/16 04:38:39

Modified files:
	lib/libutil    : shlib_version 

Log message:
Crank minor due to the addition of isduid().


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/11/16 05:28:42

Modified files:
	databases/skytools: Makefile distinfo 
	databases/skytools/patches: patch-doc_Makefile 

Log message:
Update to 2.1.12.
This version works with PostgreSQL 9

"comitski" landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/16 06:33:47

Modified files:
	x11/xfce4/thunar: Makefile 
	x11/xfce4/thunar/patches: patch-thunar-vfs_thunar-vfs-os-bsd_c 

Log message:
The getdirentries basep type change was not handled correctly in
this case.
Fix a crash reported by Paolo Aglialoro and Andreas Kahari.

OK landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 06:58:21

Modified files:
	databases/p5-SQL-Statement: distinfo 

Log message:
- revert this too


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 07:06:52

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
iUnbreak runtime: telepathy-mission-control is a run_depends, not a lib depends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 07:36:34

Modified files:
	databases/p5-SQL-Statement/pkg: PLIST 

Log message:
- and revert this too of espie's overeager commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/16 08:03:00

Modified files:
	print/texlive2010/base: Makefile 
	print/texlive2010/base/pkg: README 

Log message:
disable pdfjam as a dep for now, depends upon tl09. Clean up RUN_DEPENDS.
Mention gmverb breakage in README.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/16 08:19:01

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Add missing run_depends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 08:20:33

Modified files:
	mail/mini_sendmail: Makefile 

Log message:
- missing bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/16 08:31:01

Modified files:
	usr.sbin/relayd: pfe.c relay.c 

Log message:
Add support for enable/disable table when using relays instead of redirects.
From Patrik Lundin and Linus Widstromer.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/16 09:20:18

Modified files:
	www/drupal6/imagefield: Makefile 
	www/drupal6/jquery_ui: Makefile 
	www/drupal6/lightbox2: Makefile 
	www/drupal6/link: Makefile 
	www/drupal6/linkchecker: Makefile 
	www/drupal6/menu_force: Makefile 
	www/drupal6/meta-tags: Makefile 
	www/drupal6/modalframe: Makefile 
	www/drupal6/nodeaccess_userreference: Makefile 
	www/drupal6/noderelationships: Makefile 
	www/drupal6/notify: Makefile 
	www/drupal6/override_node_options: Makefile 
	www/drupal6/panels: Makefile 
	www/drupal6/pathauto: Makefile 
	www/drupal6/phpmailer: Makefile 
	www/drupal6/pngfix: Makefile 
	www/drupal6/poormanscron: Makefile 
	www/drupal6/printer-friendly: Makefile 
	www/drupal6/publishcontent: Makefile 
	www/drupal6/relevant_content: Makefile 
	www/drupal6/rules: Makefile 
	www/drupal6/scheduler: Makefile 
	www/drupal6/schema: Makefile 
	www/drupal6/search_config: Makefile 
	www/drupal6/session_api: Makefile 
	www/drupal6/spamspan: Makefile 
	www/drupal6/tables: Makefile 
	www/drupal6/theme-acquia-marina: Makefile 
	www/drupal6/theme-newsflash: Makefile 
	www/drupal6/theme-zen: Makefile 
	www/drupal6/token: Makefile 
	www/drupal6/transliteration: Makefile 
	www/drupal6/ubercart: Makefile 
	www/drupal6/user_import: Makefile 
	www/drupal6/user_readonly: Makefile 
	www/drupal6/view_unpublished: Makefile 
	www/drupal6/views: Makefile 
	www/drupal6/views_bonus: Makefile 
	www/drupal6/views_bulk_operations: Makefile 
	www/drupal6/webform: Makefile 
	www/drupal6/workflow: Makefile 

Log message:
add missing bump, noticed by jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	stephan@cvs.openbsd.org	2010/11/16 09:40:21

Modified files:
	.              : errata48.html 

Log message:
errata 001 and 002, ok jasper@, sthen@, kettenis@, claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	stephan@cvs.openbsd.org	2010/11/16 10:03:10

Modified files:
	.              : errata48.html 

Log message:
add errata 003, ok deraadt@, kettenis@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/16 10:04:52

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.loongson md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/16 10:31:19

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
update to OOo 3.3rc5


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/16 11:02:59

Modified files:
	sys/dev/usb    : if_urtwn.c if_urtwnreg.h 

Log message:
periodically measure temperature and redo LC calibration if temperature
changes significantly since last LC calibration.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/16 11:06:42

Modified files:
	geo/gpstk      : Makefile 

Log message:
fix, convert, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:14:54

Modified files:
	devel/ruby-debug-base: Makefile 

Log message:
Modify PKGNAME to not begin with ruby-, since that is automatically
added to FULLPKGNAME by ruby.port.mk.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:16:12

Modified files:
	net/rrdtool/pkg: PLIST-ruby 

Log message:
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:17:06

Modified files:
	devel/subversion/pkg: PLIST-main PLIST-ruby 

Log message:
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:21:02

Modified files:
	www/puppet-dashboard/pkg: PLIST 

Log message:
Remove unintended use of MODRUBY_REV in PLIST.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:21:39

Modified files:
	textproc/gonzui/pkg: PLIST 

Log message:
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:23:59

Modified files:
	multimedia/iplayer-dl/pkg: PLIST 

Log message:
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 11:30:39

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Fix various minor issues in ruby.port.mk:

* No longer remove ruby-* from PKGNAME when building FULLPKGNAME for
the gem and extconf ports
* Correctly remove ruby18 FLAVOR
* Use extract/build/install cookies
* Fix installing of certain gems as root without systrace, by working
around a bug in devel/ruby-gems
* Remove MODRUBY_REV from SUBST_VARS

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/11/16 11:59:00

Modified files:
	libexec/ld.so  : library.c library_mquery.c library_subr.c 

Log message:
Fix error message when ld.so ends up loading a different than expected
library, but other library needs the one loaded. mostly ok kurt@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/16 12:25:27

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
new "FeiXun Communication" vendor id and two associated
RTL8188CU product ids.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/16 12:26:18

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
small tweaks:
compute _CHECK_DEPENDS earlier
set extra_msg to have flavor_fragment show something better than empty
directories


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/16 12:26:45

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/16 12:28:56

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
attach FeiXun products.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/11/16 12:39:17

Modified files:
	sys/net        : route.c 

Log message:
If the interface address referenced by a cloning route did not point
to an interface any more, the kernel crashed with a null pointer
dereference.  This situation could be created by a strange sequence
of route and ifconfig commands.
Now when a cloning route references a stale interface address and
rtrequest1(RTM_RESOLVE) has to create a cloned route, it does a
lookup for a valid interface address with the same ip address.  The
new interface address and its interface are used for the new cloned
route and they replace the old ones at the cloning route.
ok claudio@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/16 12:53:02

Modified files:
	devel/intellij : Makefile 

Log message:
- USE_GROFF not needed.

pointed out by daniel dickman (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/16 12:54:58

Modified files:
	sys/sys        : scsiio.h 

Log message:
- add a define for CMDBUFLEN, and use it for scsireq.cmd

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/16 12:55:34

Modified files:
	sbin/scsi      : libscsi.c 

Log message:
- remove XXX here now that CMDBUFLEN is defined in scsiio.h

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/16 13:01:31

Modified files:
	share/man/man4 : urtwn.4 

Log message:
urtwn-firmware-1.1 contains V60 firmware (1.0 was V57).
please upgrade.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/16 14:50:27

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Remove MODRUBY_BIN_REV from SUBST_VARS, never used.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/16 14:58:52

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-configure_ac 
	                            patch-main_asterisk_c 
	telephony/asterisk/pkg: PLIST-main 

Log message:
update Asterisk to 1.6.2.14


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/11/16 15:05:29

Modified files:
	.              : want.html 

Log message:
i could use a beagleboard (rev C4, not the xM yet)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/16 15:28:35

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/16 15:28:48

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/16 15:28:55

Modified files:
	sys/dev/usb    : uplcom.c 

Log message:
BenQ M32 GSM/GPRS modem uses a custom product ID prolific PL2303; Mark Peoples


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/17 01:05:18

Modified files:
	geo/emerillon  : Makefile 
	geo/gdal       : Makefile 
	geo/geoclue    : Makefile 
	geo/geos       : Makefile 
	geo/globe      : Makefile 
	geo/gmapcatcher: Makefile 
	geo/gpsbabel   : Makefile 
	geo/gpx-viewer : Makefile 
	geo/jeoip      : Makefile 
	geo/josm       : Makefile 
	geo/mapserver  : Makefile 
	geo/merkaartor : Makefile 
	geo/osm-gps-map: Makefile 
	geo/osm2go     : Makefile 
	geo/p5-Geo-Coder-US: Makefile 
	geo/p5-Geo-Coordinates-UTM-XS: Makefile 
	geo/p5-Geo-Ellipsoids: Makefile 
	geo/p5-Geo-Fips55: Makefile 
	geo/p5-Geo-Forward: Makefile 
	geo/p5-Geo-Functions: Makefile 
	geo/p5-Geo-TigerLine: Makefile 
	geo/postgis    : Makefile 
	geo/py-proj    : Makefile 
	geo/qgis       : Makefile 
	geo/qlandkarte : Makefile 
	geo/ruby-findmyiphone: Makefile 
	geo/tangogps   : Makefile 
	geo/tilecache  : Makefile 
	geo/viking     : Makefile 
	graphics/GraphicsMagick: Makefile 
	graphics/ImageMagick: Makefile 
	graphics/aalib : Makefile 
	graphics/agg   : Makefile 
	graphics/allegropng: Makefile 
	graphics/amide : Makefile 
	graphics/animorph: Makefile 
	graphics/aqsis : Makefile 
	graphics/asymptote: Makefile 
	graphics/autopano-sift-c: Makefile 
	graphics/barcode: Makefile 
	graphics/blender: Makefile 
	graphics/cadubi: Makefile 
	graphics/cairo : Makefile 
	graphics/cairomm: Makefile 
	graphics/cal3d : Makefile 
	graphics/camlimages: Makefile 
	graphics/cfdg  : Makefile 
	graphics/clutter/clutter-box2d: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	graphics/clutter/clutter-gtk: Makefile 
	graphics/clutter/core: Makefile 
	graphics/clutter/pyclutter: Makefile 
	graphics/colorexplorer: Makefile 
	graphics/comix : Makefile 
	graphics/compface: Makefile 
	graphics/cqcam : Makefile 
	graphics/ctl   : Makefile 
	graphics/darktable: Makefile 
	graphics/dcmtk : Makefile 
	graphics/dcraw : Makefile 
	graphics/dia   : Makefile 
	graphics/digikam: Makefile 
	graphics/digikam-doc: Makefile 
	graphics/discwrapper: Makefile 
	graphics/djview4: Makefile 
	graphics/djvulibre: Makefile 
	graphics/dumpmpeg: Makefile 
	graphics/dvdrip: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/enjoympeg: Makefile 
	graphics/evince: Makefile 
	graphics/feh   : Makefile 
	graphics/ffmpeg: Makefile 
	graphics/ffmpegthumbnailer: Makefile 
	graphics/flash : Makefile 
	graphics/fswebcam: Makefile 
	graphics/ftgl  : Makefile 
	graphics/fxtv  : Makefile 
	graphics/fyre  : Makefile 
	graphics/gd    : Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/gegl  : Makefile 
	graphics/gfract: Makefile 
	graphics/ggi   : Makefile 
	graphics/gif2png: Makefile 
	graphics/gii   : Makefile 
	graphics/gimp/liquid-rescale: Makefile 
	graphics/gimp/stable: Makefile 
	graphics/gle   : Makefile 
	graphics/glitz : Makefile 
	graphics/glpng : Makefile 
	graphics/gmt   : Makefile 
	graphics/gocr  : Makefile 
	graphics/goocanvas: Makefile 
	graphics/gphoto2: Makefile 
	graphics/gpicview: Makefile 
	graphics/gqview: Makefile 
	graphics/gthumb: Makefile 
	graphics/gtkam : Makefile 
	graphics/gtkimageview: Makefile 
	graphics/gwenview: Makefile 
	graphics/gwenview-i18n: Makefile 
	graphics/hs-GLUT: Makefile 
	graphics/hs-cairo: Makefile 
	graphics/hugin : Makefile 
	graphics/ilmbase: Makefile 
	graphics/imlib : Makefile 
	graphics/imlib2: Makefile 
	graphics/indexpage: Makefile 
	graphics/inkscape: Makefile 
	graphics/iview : Makefile 
	graphics/jasper: Makefile 
	graphics/jbig2dec: Makefile 
	graphics/jbigkit: Makefile 
	graphics/jhead : Makefile 
	graphics/jpeg2ps: Makefile 
	graphics/jpegpixi: Makefile 
	graphics/k3dsurf: Makefile 
	graphics/kimdaba: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/l2p   : Makefile 
	graphics/lcms  : Makefile 
	graphics/lensfun: Makefile 
	graphics/libcaca: Makefile 
	graphics/libdivxdecore: Makefile 
	graphics/libexif-gtk: Makefile 
	graphics/libgexiv2: Makefile 
	graphics/libgphoto2: Makefile 
	graphics/libkdcraw: Makefile 
	graphics/libkexif: Makefile 
	graphics/libkexiv2: Makefile 
	graphics/libkipi: Makefile 
	graphics/liblqr: Makefile 
	graphics/libmng: Makefile 
	graphics/libmpeg2: Makefile 
	graphics/libpano13: Makefile 
	graphics/libungif: Makefile 
	graphics/libvidcap: Makefile 
	graphics/libwmf: Makefile 
	graphics/luagd : Makefile 
	graphics/luvcview: Makefile 
	graphics/makehuman: Makefile 
	graphics/mapivi: Makefile 
	graphics/mapnik: Makefile 
	graphics/mhgui : Makefile 
	graphics/molden: Makefile 
	graphics/mpeg-lib: Makefile 
	graphics/mpeg_encode: Makefile 
	graphics/netpbm: Makefile 
	graphics/openexr: Makefile 
	graphics/openexr-ctl: Makefile 
	graphics/openexr-viewers: Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/p5-Captcha-reCAPTCHA: Makefile 
	graphics/p5-Chart: Makefile 
	graphics/p5-Color-Calc: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-GD-Barcode: Makefile 
	graphics/p5-GD-Graph: Makefile 
	graphics/p5-GD-Graph3d: Makefile 
	graphics/p5-GD-SVG: Makefile 
	graphics/p5-GD-SecurityImage: Makefile 
	graphics/p5-GD-TextUtil: Makefile 
	graphics/p5-Graphics-ColorNames: Makefile 
	graphics/p5-Graphics-ColorNames-WWW: Makefile 
	graphics/p5-Image-BioChrome: Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Image-Info: Makefile 
	graphics/p5-Image-Size: Makefile 
	graphics/p5-Imager: Makefile 
	graphics/p5-SVG-Graph: Makefile 
	graphics/pecl-imagick: Makefile 
	graphics/pigment: Makefile 
	graphics/png2ico: Makefile 
	graphics/pngmeta: Makefile 
	graphics/potrace: Makefile 
	graphics/povray: Makefile 
	graphics/pstoedit: Makefile 
	graphics/py-Imaging: Makefile 
	graphics/py-cairo: Makefile 
	graphics/py-dot: Makefile 
	graphics/py-gd : Makefile 
	graphics/py-goocanvas: Makefile 
	graphics/py-graphics: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-opengl: Makefile 
	graphics/py-pigment: Makefile 
	graphics/py-pyx: Makefile 
	graphics/pycha : Makefile 
	graphics/qiv   : Makefile 
	graphics/quesoglc: Makefile 
	graphics/rawstudio: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	graphics/s10sh : Makefile 
	graphics/sane-backends: Makefile 
	graphics/sane-frontends: Makefile 
	graphics/scratch: Makefile 
	graphics/scrot : Makefile 
	graphics/shotwell: Makefile 
	graphics/simple-scan: Makefile 
	graphics/smpeg-xmms: Makefile 
	graphics/sng   : Makefile 
	graphics/swfdec: Makefile 
	graphics/synaesthesia: Makefile 
	graphics/tesseract: Makefile 
	graphics/tgif  : Makefile 
	graphics/tiff  : Makefile 
	graphics/tiff2png: Makefile 
	graphics/tkimg : Makefile 
	graphics/ufraw : Makefile 
	graphics/vcdimager: Makefile 
	graphics/vid   : Makefile 
	graphics/videod: Makefile 
	graphics/wmgrabimage: Makefile 
	graphics/wmicons: Makefile 
	graphics/wmphoto: Makefile 
	graphics/xanim : Makefile 
	graphics/xbmbrowser: Makefile 
	graphics/xfig  : Makefile 
	graphics/xmedcon: Makefile 
	graphics/xmms-kj: Makefile 
	graphics/xoris : Makefile 
	graphics/xpaint: Makefile 
	graphics/xsane : Makefile 
	graphics/xv    : Makefile 
	graphics/xzgv  : Makefile 
	graphics/zbar  : Makefile 
	inputmethods/anthy: Makefile 
	inputmethods/ibus: Makefile 
	inputmethods/ibus-anthy: Makefile 
	inputmethods/ibus-skk: Makefile 
	inputmethods/libtomoe-gtk: Makefile 
	inputmethods/scim: Makefile 
	inputmethods/scim-anthy: Makefile 
	inputmethods/scim-chewing: Makefile 
	inputmethods/scim-fcitx: Makefile 
	inputmethods/scim-hangul: Makefile 
	inputmethods/scim-pinyin: Makefile 
	inputmethods/scim-qtimm: Makefile 
	inputmethods/scim-tables: Makefile 
	inputmethods/uim: Makefile 
	inputmethods/uim-chewing: Makefile 
	inputmethods/uim-tomoe-gtk: Makefile 
	japanese/Wnn   : Makefile 
	japanese/canna : Makefile 
	japanese/jvim  : Makefile 
	japanese/kanatest: Makefile 
	japanese/kanjipad: Makefile 
	japanese/kasumi: Makefile 
	japanese/kinput2: Makefile 
	japanese/kterm : Makefile 
	japanese/onew  : Makefile 
	japanese/p5-Text-Kakasi: Makefile 
	java/junit     : Makefile 
	lang/chicken   : Makefile 
	lang/classpath : Makefile 
	lang/clisp     : Makefile 
	lang/ecl       : Makefile 
	lang/eltclsh   : Makefile 
	lang/gcc/3.3   : Makefile gcc3.port.mk 
	lang/gcc/3.4   : Makefile 
	lang/gcc/4.0   : Makefile 
	lang/gcc/4.2   : Makefile gcc4.port.mk 
	lang/gfortran  : Makefile 
	lang/ghc       : Makefile ghc.port.mk 
	lang/gprolog   : Makefile 
	lang/guile     : Makefile 
	lang/hs-HsParrot: Makefile 
	lang/hs-haskell-src: Makefile 
	lang/hs-haskell-src-exts: Makefile 
	lang/hugs      : Makefile 
	lang/icon/book : Makefile 
	lang/icon/interp: Makefile 
	lang/icon/lib  : Makefile 
	lang/iverilog  : Makefile 
	lang/jamvm     : Makefile 
	lang/jruby     : Makefile 
	lang/kaffe     : Makefile 
	lang/librep    : Makefile 
	lang/llvm-gcc4 : Makefile 
	lang/lua       : lua.port.mk 
	lang/mono      : Makefile mono.port.mk 
	lang/nhc98     : Makefile 
	lang/ocaml     : ocaml.port.mk 
	lang/ocamlduce : Makefile 
	lang/open-cobol: Makefile 
	lang/otcl      : Makefile 
	lang/parrot    : Makefile 
	lang/petite-chez: Makefile 
	lang/php       : Makefile.inc php.port.mk 
	lang/php/5.2   : Makefile 
	lang/pm3       : Makefile 
	lang/pm3/patches: 
	                  patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_c 
	                  patch-language_modula3_m3compiler_m3cc_gcc_configure 
	lang/pugs      : Makefile 
	lang/python    : Makefile.inc python.port.mk 
	lang/ruby      : ruby.port.mk 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	lang/sbcl      : Makefile 
	lang/scm       : Makefile 
	lang/spidermonkey: Makefile 
	lang/squeak/funsqueak: Makefile 
	lang/squeak/image: Makefile 
	lang/squeak/vm : Makefile 
	lang/swi-prolog: Makefile 
	lang/tcl       : tcl.port.mk 
	lang/unicon    : Makefile 
	lang/vala      : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 01:34:06

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/patches: patch-common_platform_h 
	                            patch-common_platform_linux_h 
	                            patch-provider_soap_soapdefs_h 

Log message:
Use default FD_SETSIZE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/17 01:44:54

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_c 
Added files:
	databases/redis/patches: patch-ae_c 

Log message:
Bugfix update to redis-2.0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/17 01:54:39

Modified files:
	audio/shell-fm : Makefile 
Added files:
	audio/shell-fm/patches: patch-source_pipe_c 

Log message:
HOMEPAGE has changed (plus small bugfix)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 02:48:24

Modified files:
	graphics/gthumb: Makefile distinfo 
	graphics/gthumb/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/gthumb/patches: patch-configure 
	                         patch-gthumb_make-header_sh 

Log message:
- update gthumb to 2.12.1
- remove patches that have been integrated upstream
- take maintainership

ok Guillaume PROTET (previous maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 02:51:34

Modified files:
	graphics/gthumb: Makefile 

Log message:
Fix MAINTAINER line.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/17 03:10:31

Modified files:
	lib/libutil    : Makefile 
Added files:
	lib/libutil    : isduid.3 

Log message:
Document isduid(3).

Tweaks from jmc@

ok jmc@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 03:16:11

Modified files:
	lang/iverilog  : Makefile distinfo 

Log message:
- update iverilog to 0.9.3


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2010/11/17 03:43:23

Modified files:
	sys/dev/pci    : if_msk.c if_skreg.h 

Log message:
Add support for Marvell 88E8059, found in HP mini 5102.
Tested by Frans Haarman <franshaarman at gmail.com>

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 03:47:02

Modified files:
	misc/dates     : Makefile 
Added files:
	misc/dates/patches: patch-src_dates_gtk_c patch-src_dates_main_c 
	                    patch-src_dates_view_c 

Log message:
- add patches to make this work with newer libedataserver
- remove BROKEN
- new DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/17 03:56:52

Modified files:
	lang/spidermonkey: Makefile 

Log message:
Convert to REVISION/EPOCH (sorry this one burnt my eyes)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/17 04:22:42

Modified files:
	sbin/fsck      : fsck.c 

Log message:
Try to determine file system type using readlabelfs(3) if fsck is given
a disklabel UID.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 04:29:30

Modified files:
	x11/gnome/menus: Makefile distinfo 
	x11/gnome/menus/pkg: PLIST 

Log message:
Minor update to gnome-menus-2.30.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 04:37:31

Modified files:
	x11/gnome/session: Makefile distinfo 

Log message:
Minor update to gnome-session-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 04:41:23

Modified files:
	x11/gnome/pessulus: Makefile distinfo 
	x11/gnome/pessulus/patches: patch-data_Makefile_in 
	x11/gnome/pessulus/pkg: PLIST 

Log message:
Minor update to pessulus-2.30.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 04:47:32

Modified files:
	devel/libwnck  : Makefile distinfo 
	devel/libwnck/pkg: PLIST 

Log message:
Minor update to libwnck-2.30.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 05:01:08

Modified files:
	x11/gnome/desktop: Makefile distinfo 

Log message:
- update gnome-desktop to 2.32.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 05:24:48

Modified files:
	x11/gnome/panel: Makefile distinfo 

Log message:
- update gnome-panel to 2.32.1
- new DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/17 05:27:03

Modified files:
	sys/msdosfs    : msdosfs_vfsops.c 

Log message:
Teach msdosfs_mount() how to handle disklabel UIDs.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/17 05:31:11

Modified files:
	sbin/fsck_msdos: Makefile check.c 

Log message:
Switch fsck_msdos(8) to opendev(3) so that it can handle disklabel UIDs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/17 06:07:17

Modified files:
	sysutils/ruby-puppet: Makefile distinfo 
	sysutils/ruby-puppet/patches: 
	                              patch-lib_puppet_indirector_node_ldap_rb 

Log message:
Update to 2.6.3 and make it possible to tell the server from the client
which default node to use in case LDAP is used by setting the FACTER_defnode
environment variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/17 06:19:06

Modified files:
	print/texlive2010/base: Makefile 

Log message:
fix wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2010/11/17 06:19:39

Modified files:
	sys/dev/pci    : if_skreg.h 

Log message:
the text editor sucks


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/17 06:30:58

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-i18n-bg PLIST-i18n-ca 
	                         PLIST-i18n-de PLIST-i18n-es 
	                         PLIST-i18n-fa PLIST-i18n-fi 
	                         PLIST-i18n-fr PLIST-i18n-hu 
	                         PLIST-i18n-it PLIST-i18n-ja 
	                         PLIST-i18n-ko PLIST-i18n-lt 
	                         PLIST-i18n-lv PLIST-i18n-nl 
	                         PLIST-i18n-pl PLIST-i18n-pt-br 
	                         PLIST-i18n-ru PLIST-i18n-sl 
	                         PLIST-i18n-sv PLIST-main 

Log message:
Use ${OA} which is either x86 or x86_64


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 06:42:34

Modified files:
	x11/gtk-vnc    : Makefile 

Log message:
- add missing dependency

w/ aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 06:43:19

Modified files:
	etc            : rc.shutdown 

Log message:
Consistency and remove the >50 spaces after 'do'...

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 07:00:04

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: zarafa.rc 

Log message:
Fix restarting all daemons, there is no such thing as rc_restart.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/17 07:14:42

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PFRAG.shared-main PLIST-i18n-es 
	                         PLIST-i18n-ja 

Log message:
move to new style depends and fix plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/17 07:41:17

Modified files:
	editors/libreoffice/pkg: PLIST-i18n-bg PLIST-i18n-ca 
	                         PLIST-i18n-de PLIST-i18n-es 
	                         PLIST-i18n-fa PLIST-i18n-fi 
	                         PLIST-i18n-fr PLIST-i18n-hu 
	                         PLIST-i18n-it PLIST-i18n-ja 
	                         PLIST-i18n-ko PLIST-i18n-lt 
	                         PLIST-i18n-lv PLIST-i18n-nl 
	                         PLIST-i18n-pl PLIST-i18n-pt-br 
	                         PLIST-i18n-ru PLIST-i18n-sl 
	                         PLIST-i18n-sv PLIST-java PLIST-kde 
	                         PLIST-main 

Log message:
conflict with openoffice


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/11/17 08:01:05

Modified files:
	sys/sys        : disk.h 
	share/man/man9 : disk.9 

Log message:
Make the comment for dk_timestamp more accurate.
ok krw@, jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 08:30:47

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Mark BROKEN for now.
It needs the sqlite fts3 module which is not buildable on the vax...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 08:32:56

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 

Log message:
Small update to gsettings-desktop-schemas-0.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 09:34:43

Modified files:
	sysutils/backintime/common: Makefile 

Log message:
Add missing dependency.


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2010/11/17 09:43:45

Modified files:
	sbin/iked      : iked.c iked.h parse.y 

Log message:
Allow the -D command line flag to actually define macros.
ok mikeb@ reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 10:56:14

Modified files:
	games/pioneers : Makefile 

Log message:
- unbreak on a clean box


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 11:37:25

Modified files:
	graphics/py-Imaging: Makefile 
	graphics/py-Imaging/pkg: PFRAG.python2.6-main PLIST-main 

Log message:
Unbreak the python2.4 FLAVOR after recent update.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 11:48:26

Modified files:
	sys/netinet    : in.c 

Log message:
move the ifa_add call to in_ifinit() so it is called AFTER the ifaddr
structure is fully set up
tested by many as part of a larger diff, ok claudio dlg sthen krw


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 11:51:57

Modified files:
	sys/net        : if.c if.h 

Log message:
introduce ifa_update_broadaddr to update an ifaddr's broadcast address,
trivial for the moment, more needed soon
tested by many as part of a larger diff, ok sthen claudio dlg krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:09:32

Modified files:
	lib/libssl/src/ssl: t1_lib.c 

Log message:
- Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix).

ok djm@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:12:56

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_8 t1_lib.c 

Log message:
- Apply security fix for CVE-2010-3864.

ok djm@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:14:21

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_7 t1_lib.c 

Log message:
- Apply security fix for CVE-2010-3864.

ok djm@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 12:21:28

Modified files:
	sys/netinet    : in.c 

Log message:
use ifa_update_broadaddr and make sure bcast address is set before calling
in_ifinit
tested by many as part of a larger diff, ok claudio dlg krw sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:23:05

Modified files:
	games/pioneers : Makefile distinfo 
	games/pioneers/patches: patch-Makefile_in patch-configure 
	games/pioneers/pkg: PLIST 

Log message:
- update pioneers to 0.12.3.1


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 12:25:49

Modified files:
	sys/net        : if_spppsubr.c 
	sys/netinet    : in.c in_var.h 

Log message:
an extra parameter for in_ifinit, indicating wether the ifaddr passed to it
is new or an already existing one. for existing ones, call ifa_del first
tested by many as part of a larger diff, ok claudio dlg krw sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:27:54

Modified files:
	x11/py-Xlib    : Makefile distinfo 
	x11/py-Xlib/pkg: PLIST 

Log message:
- update py-xlib to 0.14


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 12:34:49

Modified files:
	sys/net        : if.c 

Log message:
maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs,
the latter is also the dest addr on P2P interfaces) for faster lookups in
the future. walking the linked list of all interfaces in the system to walk
the linked list of addresses on each of them isn't particularily fast,
especially with many interfaces and addresses.
written at n2k10 in australia in january, but had to be backed
out. the offenders have been fixed:
-ipvshit rtsol code calling these functions in interrupt context
(surprised this hasn't caused more havoc)
-various places in the stack added empty ifaddr structs, filling them in later
-sloppy recycling of ifaddrs in some places
finished at j2k10 in japan in september
tested by many, ok sthen krw dlg claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:37:49

Modified files:
	graphics/liblqr: Makefile 
	graphics/libkexiv2: Makefile 
	graphics/libkexif: Makefile 
	graphics/libkdcraw: Makefile 

Log message:
- use gettext module


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 12:40:56

Modified files:
	sys/net        : if.c 

Log message:
add ifa_print_rb(), dumps the RB tree to the console, can be called from
ddb>, ok claudio dlg krw sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 12:41:52

Modified files:
	graphics/digikam: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/xmms-kj: Makefile 

Log message:
- use gettext module


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/11/17 12:43:23

Modified files:
	sys/net        : if.c 

Log message:
make ifa_ifwithaddr use the RB tree for lookups instead of nested list
walking. make the function shorter, easier and faster with many addresses
while still being at least as fast as the old one with a common "on real IP"
setup. tested by many, ok claudio sthen dlg krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 13:01:04

Modified files:
	editors/nedit  : Makefile distinfo 
	editors/nedit/pkg: PLIST 

Log message:
- fix REVISION
- add haskell pattern


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/17 13:34:17

Modified files:
	print/texlive2010: README 

Log message:
- add todo item: upgrade path from 2009

ok edd


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 13:40:16

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Rename tracker-search to meta-tracker as it's what it is and even
upstream refers to it as such.

jasper@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 13:40:31

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/pkg: README 

Log message:
tracker-search -> meta-tracker


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 13:40:42

Modified files:
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/deskbar-applet/pkg: MESSAGE 

Log message:
tracker-search -> meta-tracker


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 13:40:54

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
tracker-search -> meta-tracker


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 15:19:28

Log message:
    Import ports/devel/p5-Class-ISA. This is currently present in core perl,
    but triggers a warning "Class::ISA will be removed from the Perl core
    distribution in the next major release. Please install it from CPAN.
    It is being used at [...]".
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20101117
    
    C ports/devel/p5-Class-ISA/Makefile
    C ports/devel/p5-Class-ISA/distinfo
    U ports/devel/p5-Class-ISA/pkg/PLIST
    C ports/devel/p5-Class-ISA/pkg/DESCR
    
    3 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jsthen:yesterday -jsthen ports/devel/p5-Class-ISA

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 15:45:40

Added files:
	devel/p5-Class-ISA: Makefile distinfo 
	devel/p5-Class-ISA/pkg: DESCR PLIST 

Log message:
adding files manually to fix my botched import, port was already in the attic.

Import ports/devel/p5-Class-ISA. This is currently present in core perl,
but triggers a warning "Class::ISA will be removed from the Perl core
distribution in the next major release. Please install it from CPAN.
It is being used at [...]".

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 15:46:09

Modified files:
	devel          : Makefile 

Log message:
+p5-Class-ISA


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 15:50:57

Modified files:
	devel/p5-Class-Virtual: Makefile 

Log message:
depend on devel/p5-Class-ISA, bump REVISION.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/17 15:55:05

Modified files:
	lt             : anoncvs.html armish.html donations.html 
	                 errata.html errata39.html errata40.html 
	                 errata41.html ftp.html index.html landisk.html 
	                 vax-simh.html vax.html why-cvs.html 
	nl             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 16:18:15

Modified files:
	devel/p5-Class-Handle: Makefile 

Log message:
depend on p5-Class-ISA, bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/17 16:30:49

Modified files:
	devel/p5-Class-InsideOut: Makefile 
	devel/p5-Class-Meta: Makefile 
	devel/p5-Params-CallbackRequest: Makefile 
	devel/p5-Test-Class: Makefile 

Log message:
depend on p5-Class-ISA, bump REVISION.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/17 22:28:50

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/18 00:30:10

Modified files:
	graphics/xsane : Makefile distinfo 

Log message:
Bugfix update to xsane-0.998.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/11/18 01:34:45

Modified files:
	.              : errata47.html errata48.html 

Log message:
openssl errata 008 for 4.7 and 004 for 4.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/18 03:20:38

Modified files:
	x11/gnome/controlcenter2: Makefile distinfo 
	x11/gnome/controlcenter2/pkg: PLIST 

Log message:
Minor update to gnome-control-center-2.32.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/18 03:41:56

Modified files:
	devel/libglade2: Makefile 

Log message:
add missing WANTLIBs, bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 03:48:14

Modified files:
	www/drupal6/relevant_content: Makefile distinfo 
	www/drupal6/relevant_content/pkg: PLIST 

Log message:
update to 1.5, addresses SA-CONTRIB-2010-104 (Information Disclosure), details at http://drupal.org/node/975094


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/18 04:16:07

Modified files:
	lang/pm3       : Makefile 

Log message:
still broken,  unfortunately


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 04:25:57

Modified files:
	www/drupal6/bookmadesimple: Makefile distinfo 

Log message:
update to 2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 04:42:22

Modified files:
	www/drupal6/masquerade: Makefile distinfo 
	www/drupal6/masquerade/pkg: PLIST 

Log message:
update to 1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 05:03:28

Modified files:
	audio/amarok   : Makefile 
	audio/calf     : Makefile 
	audio/xmms-flac: Makefile 
	audio/xmms-fmradio: Makefile 
	audio/xmms-shn : Makefile 
	audio/xmms-sid : Makefile 
	audio/xmms-speex: Makefile 
	audio/xmms-tremor: Makefile 
	audio/xmms-wavpack: Makefile 
	audio/xmms-xf86audio: Makefile 

Log message:
- missing gettext module


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/18 05:18:06

Modified files:
	devel/libev    : Makefile distinfo 
	devel/libev/patches: patch-Makefile_in patch-configure 

Log message:
Update to libev-4.01, zap USE_GROFF


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/18 05:18:31

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_attr.c util.c 

Log message:
Accept but ignore (treat as withdraw) updates with AS_CONFED_* path
segments. Bgpd does not support confederations but it is too extreme
to close a session because a path contained such elements.
OK henning@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/18 05:18:54

Modified files:
	x11/awesome    : Makefile 

Log message:
Bump after libev update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/18 05:20:54

Modified files:
	x11/i3         : Makefile 
Added files:
	x11/i3/patches : patch-src_mainx_c patch-src_randr_c 

Log message:
Bump after libev update.

While here, add two patches from upstream:

"Don't setup event handler when RandR base event is not set"
"Properly call init_workspaces() when RandR is known but not present"

I've found that they are needed (the hard way) when tried to run i3
under Xnest.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/18 05:51:25

Modified files:
	usr.sbin/bgpd  : log.c session.c session.h 

Log message:
Log sent notification messages as well having them in the log may
help to figure out the cause of flapping session faster.
OK henning@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 06:38:39

Modified files:
	www/drupal6/captcha: Makefile distinfo 
	www/drupal6/captcha/pkg: PLIST 

Log message:
update to 2.3

fixes a session reuse issue even though this release has not been tagged
as 'security relevant'. Details at http://drupal.org/node/967244.

Make sure you upgrade all files while you're logged in (or have access
to settings.php) otherwise you'll lock yourself out pretty easily, in
case you use Captcha for logins. Database upgrade required, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 07:16:47

Modified files:
	www/ruby-passenger: Makefile 

Log message:
- add missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 07:20:40

Modified files:
	www/drupal6/captcha: Tag: OPENBSD_4_8 Makefile distinfo 
	www/drupal6/captcha/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC:
- - - - - - -
update to 2.3

fixes a session reuse issue even though this release has not been tagged
as 'security relevant'. Details at http://drupal.org/node/967244.

Make sure you upgrade all files while you're logged in (or have access
to settings.php) otherwise you'll lock yourself out pretty easily, in
case you use Captcha for logins. Database upgrade required, too.
- - - - - - -

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/18 07:24:51

Modified files:
	www/drupal6/captcha: Tag: OPENBSD_4_7 Makefile distinfo 
	www/drupal6/captcha/pkg: Tag: OPENBSD_4_7 PLIST 

Log message:
MFC:
- - - - - - -
update to 2.3

fixes a session reuse issue even though this release has not been tagged
as 'security relevant'. Details at http://drupal.org/node/967244.

Make sure you upgrade all files while you're logged in (or have access
to settings.php) otherwise you'll lock yourself out pretty easily, in
case you use Captcha for logins. Database upgrade required, too.
- - - - - - -

ok jasperix@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/18 08:01:00

Modified files:
	usr.bin/ssh    : scp.1 sftp.1 ssh.1 sshd_config.5 

Log message:
add IPQoS to the various -o lists, and zap some trailing whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 08:34:41

Modified files:
	graphics/xoris : Makefile distinfo 
	graphics/xoris/pkg: PLIST 

Log message:
- update xoris to 0.1e
- fix homepage/master_sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 08:47:48

Modified files:
	graphics/sng   : Makefile distinfo 
	graphics/sng/patches: patch-sngd_c 
	graphics/sng/pkg: PLIST 
Removed files:
	graphics/sng/patches: patch-Makefile_in 

Log message:
- update sng to 1.0.2
- remove USE_GMAKE
- remove maintainer as the address bounces


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 09:44:33

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-main 
Removed files:
	x11/gnome/libgda/pkg: DESCR-ldap DESCR-odbc PLIST-ldap 
	                      PLIST-odbc 

Log message:
- update libgda to 4.2.1
- remove the empty subpacakges for ldap and odbc now that upstream
decided not to rework them, but just removed the code instead.
- add @pkgpath markers accordingly
- new DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 09:47:55

Modified files:
	x11/gnome/libgdamm: Makefile distinfo 
	x11/gnome/libgdamm/pkg: PLIST 

Log message:
- update libgdamm to 4.1.1
- new DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/18 11:10:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Split the NVIDIIA MCP89 disk controller IDs into SATA, AHCI and RAID, following
the same scheme as the MCP79 ones.  This is a guess, but it matches the changes
the were made before, and ID 0x0d85 defenitely is in SATA mode.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/18 11:10:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/18 11:12:52

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
Mark NVIDIA MCP89 SATA controllers as such.  Makes them use DMA instead of PIO
such that we get decent performance out of them.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/18 12:17:34

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_configure_in 
	editors/libreoffice/pkg: PFRAG.shared-kde PLIST-kde PLIST-main 

Log message:
Enable opengl support and fix some wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 12:19:26

Modified files:
	devel/p5-POE-Component-Supervisor: Makefile distinfo 

Log message:
- update POE-Component-Supervisor to 0.07


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 12:21:55

Modified files:
	devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
- update p5-Config-IniFiles to 2.61


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/18 13:38:17

Modified files:
	x11/gnome/main-menu: Makefile 

Log message:
- missed bump after tracker-meta rename

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/18 13:48:05

Modified files:
	databases/py-pygresql: Makefile 
Added files:
	databases/py-pygresql/patches: patch-setup_py 

Log message:
- unbreak py-pygresql under i386, spotted by naddy@
- take maintainership on it

ok Laurence Tratt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/11/18 13:56:49

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
postfix snapshot 20101108


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:12:48

Modified files:
	sys/sys        : dkstat.h 

Log message:
Remove unused DK_NDRIVE define. ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:13:19

Modified files:
	sys/arch/amd64/amd64: autoconf.c 
	sys/arch/aviion/aviion: autoconf.c 
	sys/arch/i386/i386: autoconf.c 
	sys/arch/luna88k/luna88k: autoconf.c 
	sys/arch/mvme68k/dev: osiop_mvme68k.c sbic.c vs.c 
	sys/arch/mvme68k/mvme68k: autoconf.c 
	sys/arch/mvme88k/dev: osiop_pcctwo.c vs.c 
	sys/arch/mvme88k/mvme88k: autoconf.c 
	sys/arch/solbourne/solbourne: autoconf.c 
	sys/arch/sparc/dev: fd.c 
	sys/arch/sparc/sparc: autoconf.c 
	sys/arch/sparc64/sparc64: autoconf.c 
	sys/arch/vax/qbus: uba.c 
	sys/arch/vax/vsa: vsbus.c 
	sys/ddb        : db_structinfo.c 
	sys/dev/atapiscsi: atapiscsi.c 
	sys/dev/isa    : fd.c fdc.c 
	sys/kern       : subr_disk.c 

Log message:
Do not #include <sys/dkstat.h> if you don't need anything from it.
ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:15:15

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 
	sys/arch/i386/i386: acpi_wakecode.S 
	sys/arch/vax/uba: qv.c 
	sys/dev        : audio.c midi.c sequencer.c 
	sys/dev/eisa   : ahc_eisa.c 
	sys/dev/ic     : cy.c 

Log message:
Don't
#include "foo.h"
#if NFOO > 0
(whole file)
#endif
since config(8) file inclusion rules already do it for you.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:16:57

Modified files:
	share/mk       : bsd.README bsd.prog.mk 

Log message:
Sync the LIBFOO defines with the current set of libraries we build and
install. Also define LIBARCH on arm platforms.
ok millert@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:18:10

Modified files:
	sys/ntfs       : ntfs_vnops.c 
	sys/ufs/ext2fs : ext2fs_lookup.c 

Log message:
Make sure readdir cookies are actually allocated with the correct size
(in case eventually we change their type from u_long to something else),
and do not truncate them to 32 bits in the ntfs code.
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/18 14:21:38

Modified files:
	sys/arch/hppa/include: pmap.h 
	sys/arch/m68k/include: pmap_motorola.h 
	sys/arch/m88k/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/sh/include: pmap.h 
	sys/arch/solbourne/include: pmap.h 
	sys/uvm        : uvm_pmap.h 

Log message:
Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>
provides an inline version of it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/18 14:27:23

Modified files:
	print/poppler  : Makefile 

Log message:
Enable poppler-qt4 for powerpc (but not for arm) and clean up some mess.

- Remove arch specific FLAVOR settings for real.
- Don't set CXXFLAGS, it's not needed (and it confused qt3 and qt4).
- Don't pass CXXFLAGS and CFLAGS via CONFIGURE_ENV (not needed, either).

`reads good', landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/18 15:30:04

Modified files:
	print/poppler  : Makefile 

Log message:
sync WANTLIB-main and bump; ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/18 15:39:58

Modified files:
	x11/libgdiplus : Makefile distinfo 

Log message:
update to 2.8.1 and take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/18 15:40:16

Modified files:
	lang/mono      : Makefile distinfo 
	lang/mono/pkg  : PLIST 
Removed files:
	lang/mono/patches: patch-eglib_configure_ac 
	                   patch-eglib_src_gunicode_c 
	                   patch-mono_utils_mono-sigcontext_h 

Log message:
update to 2.8.1


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/18 16:25:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
do not run makedev for a uid; ok krw


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	william@cvs.openbsd.org	2010/11/18 18:22:27

Modified files:
	.              : Tag: OPENBSD_4_8 Makefile 

Log message:
MFC:

- - -
revision 1.38
date: 2010/08/25 17:42:18;  author: todd;  state: Exp;  lines: +2 -2
make 'make release' work on vax
- - -

requested by todd
"commit" matthieu


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/11/18 18:27:22

Modified files:
	devel/autogen  : Tag: OPENBSD_4_8 Makefile 

Log message:
Distfile no longer found at sourceforge, use MASTER_SITE_GNU instead.
Working path from Mike Korbakov to ports@

ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2010/11/18 20:00:15

Modified files:
	gnu/usr.bin/lynx/WWW/Library/Implementation: HTTP.c 

Log message:
Fix the "SSL error:host(blah)!=cert(*.blah)-Continue? (y)" error when going
to sites using wildcard certs (i.e. github.com). Adapted from lynx 2.8.7.
deraadt@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/19 00:23:15

Modified files:
	mail/akpop3d   : Makefile 
	mail/alpine    : Makefile 
	mail/amavisd-new: Makefile 
	mail/asmail    : Makefile 
	mail/avenger   : Makefile 
	mail/bmf       : Makefile 
	mail/bogofilter: Makefile 
	mail/bulk_mailer: Makefile 
	mail/clamnailer: Makefile 
	mail/clamsmtp  : Makefile 
	mail/claws-mail: Makefile 
	mail/claws-mail-attremover: Makefile 
	mail/claws-mail-cachesaver: Makefile 
	mail/claws-mail-htmlviewer: Makefile 
	mail/claws-mail-notification: Makefile 
	mail/claws-mail-pdfviewer: Makefile 
	mail/claws-mail-rssyl: Makefile 
	mail/claws-mail-vcalendar: Makefile 
	mail/cmail     : Makefile 
	mail/courier-authlib: Makefile 
	mail/courier-imap: Makefile 
	mail/cyrus-imapd: Makefile 
	mail/dkim-milter: Makefile 
	mail/dovecot   : Makefile 
	mail/drac      : Makefile 
	mail/dspam     : Makefile 
	mail/evolution : Makefile 
	mail/evolution-exchange: Makefile 
	mail/evolution-plugin-rss: Makefile 
	mail/evolution-plugin-webcal: Makefile 
	mail/exim      : Makefile 
	mail/exmh2     : Makefile 
	mail/extsmail  : Makefile 
	mail/faces     : Makefile 
	mail/fdm       : Makefile 
	mail/femail    : Makefile 
	mail/fetchmail : Makefile 
	mail/gmime24   : Makefile 
	mail/grepmail  : Makefile 
	mail/greyscanner: Makefile 
	mail/hashcash  : Makefile 
	mail/hypermail : Makefile 
	mail/imapfilter: Makefile 
	mail/imapproxy : Makefile 
	mail/imapsync  : Makefile 
	mail/isync     : Makefile 
	mail/kbiff     : Makefile 
	mail/kpoppassd : Makefile 
	mail/ldapvacation: Makefile 
	mail/libetpan  : Makefile 
	mail/mail-notification: Makefile 
	mail/mailcrypt : Makefile 
	mail/maildrop  : Makefile 
	mail/mailgraph : Makefile 
	mail/mairix    : Makefile 
	mail/majordomo : Makefile 
	mail/mboxgrep  : Makefile 
	mail/mew       : Makefile 
	mail/milter-greylist: Makefile 
	mail/milter-regex: Makefile 
	mail/milter-spamd: Makefile 
	mail/mimedefang: Makefile 
	mail/mini_sendmail: Makefile 
	mail/mixmaster : Makefile 
	mail/movemail  : Makefile 
	mail/mozilla-thunderbird: Makefile 
	mail/msmtp     : Makefile 
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile 
	mail/nail      : Makefile 
	mail/nmh       : Makefile 
	mail/nmzmail   : Makefile 
	mail/offlineimap: Makefile 
	mail/openwebmail: Makefile 
	mail/osbf-lua  : Makefile 
	mail/p5-Catalyst-Plugin-Email: Makefile 
	mail/p5-Email-Abstract: Makefile 
	mail/p5-Email-Date: Makefile 
	mail/p5-Email-Filter: Makefile 
	mail/p5-Email-Folder: Makefile 
	mail/p5-Email-FolderType: Makefile 
	mail/p5-Email-LocalDelivery: Makefile 
	mail/p5-Email-MIME: Makefile 
	mail/p5-Email-MIME-Attachment-Stripper: Makefile 
	mail/p5-Email-MIME-Creator: Makefile 
	mail/p5-Email-MIME-Modifier: Makefile 
	mail/p5-Email-MessageID: Makefile 
	mail/p5-Email-Reply: Makefile 
	mail/p5-Email-Send: Makefile 
	mail/p5-Email-Sender: Makefile 
	mail/p5-Email-Simple: Makefile 
	mail/p5-Email-Valid: Makefile 
	mail/p5-Email-Valid-Loose: Makefile 
	mail/p5-FuzzyOcr: Makefile 
	mail/p5-GMail-IMAPD: Makefile 
	mail/p5-GetLive: Makefile 
	mail/p5-Log-Procmail: Makefile 
	mail/p5-MIME-Base32: Makefile 
	mail/p5-MIME-EncWords: Makefile 
	mail/p5-MIME-Lite: Makefile 
	mail/p5-MIME-Lite-HTML: Makefile 
	mail/p5-MIME-Types: Makefile 
	mail/p5-MIME-tools: Makefile 
	mail/p5-Mail-Audit: Makefile 
	mail/p5-Mail-Box: Makefile 
	mail/p5-Mail-DKIM: Makefile 
	mail/p5-Mail-GnuPG: Makefile 
	mail/p5-Mail-IMAPClient: Makefile 
	mail/p5-Mail-Mbox-MessageParser: Makefile 
	mail/p5-Mail-SPF-Iterator: Makefile 
	mail/p5-Mail-SPF-Query: Makefile 
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-Tools: Makefile 
	mail/p5-Mail-Webmail-Gmail: Makefile 
	mail/pear-Mail : Makefile 
	mail/pear-Mail-mimeDecode: Makefile 
	mail/pecl-mailparse: Makefile 
	mail/perdition : Makefile 
	mail/pflogsumm : Makefile 
	mail/pgpsendmail: Makefile 
	mail/pine-pgp-filters: Makefile 
	mail/popclient : Makefile 
	mail/poppassd  : Makefile 
	mail/postfix   : Makefile.inc 
	mail/postgrey  : Makefile 
	mail/prepop    : Makefile 
	mail/procmail  : Makefile 
	mail/py-milter : Makefile 
	mail/py-policyd-spf: Makefile 
	mail/py-spf    : Makefile 
	mail/pyzor     : Makefile 
	mail/razor-agents: Makefile 
	mail/roundcubemail: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/sma       : Makefile 
	mail/smsmail   : Makefile 
	mail/smtp-vilter: Makefile 
	mail/smtpclient: Makefile 
	mail/solid-pop3d: Makefile 
	mail/sqlgrey   : Makefile 
	mail/swaks     : Makefile 
	mail/sylpheed  : Makefile 
	mail/sympa     : Makefile 
	mail/teapop    : Makefile 
	mail/thunderbird-i18n: Makefile 
	mail/tkrat     : Makefile 
	mail/vrfy      : Makefile 
	mail/wmbiff    : Makefile 
	mail/wmmail    : Makefile 
	mail/wmmultipop3: Makefile 
	mail/wmpop3    : Makefile 
	mail/xfaces    : Makefile 
	mail/xlbiff    : Makefile 
	mail/z-push    : Makefile 
	mail/zarafa/libvmime: Makefile 
	mail/zarafa/zarafa: Makefile 
	math/R         : Makefile 
	math/aamath    : Makefile 
	math/abs       : Makefile 
	math/arpack    : Makefile 
	math/calcoo    : Makefile 
	math/camd      : Makefile 
	math/cblas     : Makefile 
	math/ccolamd   : Makefile 
	math/cfitsio   : Makefile 
	math/colamd    : Makefile 
	math/coq       : Makefile 
	math/ecm       : Makefile 
	math/fftw3     : Makefile 
	math/freemat   : Makefile 
	math/galculator: Makefile 
	math/ginac     : Makefile 
	math/gnumeric  : Makefile 
	math/gnuplot   : Makefile 
	math/grace     : Makefile 
	math/graphviz  : Makefile 
	math/grpn      : Makefile 
	math/kst       : Makefile 
	math/lapack    : Makefile 
	math/mathomatic: Makefile 
	math/maxima    : Makefile 
	math/netcdf    : Makefile 
	math/ntl       : Makefile 
	math/octave    : Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-AI-NeuralNet-Kohonen: Makefile 
	math/p5-AI-NeuralNet-Kohonen-Visual: Makefile 
	math/p5-AI-Perceptron: Makefile 
	math/p5-Algorithm-NaiveBayes: Makefile 
	math/p5-Bit-Vector: Makefile 
	math/p5-Chart-Math-Axis: Makefile 
	math/p5-Data-PowerSet: Makefile 
	math/p5-GraphViz: Makefile 
	math/p5-Math-Base36: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-Derivative: Makefile 
	math/p5-Math-Fibonacci-Phi: Makefile 
	math/p5-Math-GMP: Makefile 
	math/p5-Math-Pari: Makefile 
	math/p5-Math-Spline: Makefile 
	math/p5-Math-Symbolic: Makefile 
	math/p5-Math-SymbolicX-ParserExtensionFactory: Makefile 
	math/p5-Statistics-Contingency: Makefile 
	math/p5-Statistics-Descriptive: Makefile 
	math/pari      : Makefile 
	math/plplot    : Makefile 
	math/py-gnuplot: Makefile 
	math/py-numpy  : Makefile 
	math/py-scipy  : Makefile 
	math/qtoctave  : Makefile 
	math/udunits   : Makefile 
	math/umfpack   : Makefile 
	math/wcalc     : Makefile 
	math/wmcalc    : Makefile 
	misc/WordGenerator: Makefile 
	misc/amanda    : Makefile 
	misc/brltty    : Makefile 
	misc/bsdiff    : Makefile 
	misc/calentool : Makefile 
	misc/cbb       : Makefile 
	misc/ccze      : Makefile 
	misc/cdrdao    : Makefile 
	misc/clex      : Makefile 
	misc/contacts  : Makefile 
	misc/digitemp  : Makefile 
	misc/dnetc     : Makefile 
	misc/dvtm      : Makefile 
	misc/ent       : Makefile 
	misc/fileutils : Makefile 
	misc/findutils : Makefile 
	misc/gpsd      : Makefile 
	misc/gramps    : Makefile 
	misc/gutenpy   : Makefile 
	misc/hfsplus   : Makefile 
	misc/impress   : Makefile 
	misc/ktimeclock: Makefile 
	misc/lifelines : Makefile 
	misc/logjam    : Makefile 
	misc/magicpoint: Makefile 
	misc/mc        : Makefile 
	misc/memcached : Makefile 
	misc/memchan   : Makefile 
	misc/migrationtools: Makefile 
	misc/most      : Makefile 
	misc/omconsole : Makefile 
	misc/openbabel : Makefile 
	misc/p5-Acme-LOLCAT: Makefile 
	misc/p5-File-MMagic: Makefile 
	misc/p5-File-Rotate-Backup: Makefile 
	misc/p5-Finance-Quote: Makefile 
	misc/p5-Finance-QuoteHist: Makefile 
	misc/p5-I18N-Charset: Makefile 
	misc/p5-Lingua-Romana-Perligata: Makefile 
	misc/p5-Spreadsheet-ParseExcel: Makefile 
	misc/p5-Spreadsheet-WriteExcel: Makefile 
	misc/p5-Term-Animation: Makefile 
	misc/p5-User-Identity: Makefile 
	misc/pdmenu    : Makefile 
	misc/pfm       : Makefile 
	misc/py-imdb   : Makefile 
	misc/pymissile : Makefile 
	misc/redshift  : Makefile 
	misc/remind    : Makefile 
	misc/rlwrap    : Makefile 
	misc/rpm       : Makefile 
	misc/sh-utils  : Makefile 
	misc/shared-mime-info: Makefile 
	misc/supercat  : Makefile 
	misc/tkman     : Makefile 
	misc/tpp       : Makefile 
	misc/wmmand    : Makefile 
	misc/wmtimer   : Makefile 
	misc/xcdroast  : Makefile 
	misc/xkcd-viewer: Makefile 
	misc/xnc       : Makefile 
	multimedia/audiopreview: Makefile 
	multimedia/avidemux: Makefile 
	multimedia/avinfo: Makefile 
	multimedia/coherence: Makefile 
	multimedia/devede: Makefile 
	multimedia/dvdauthor: Makefile 
	multimedia/dvdbackup: Makefile 
	multimedia/dvdcpy: Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/ffmpeg-php: Makefile 
	multimedia/ffmpeg2theora: Makefile 
	multimedia/get_flash_videos: Makefile 
	multimedia/get_iplayer: Makefile 
	multimedia/gstreamer-0.10: Makefile.inc 
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/mm: Makefile 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-farsight: Makefile 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/gstreamer-0.10/plugins-gl: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-ugly: Makefile 
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	multimedia/k3b : Makefile 
	multimedia/kaffeine: Makefile 
	multimedia/libdv: Makefile 
	multimedia/libdvdnav: Makefile 
	multimedia/libmatroska: Makefile 
	multimedia/libmms: Makefile 
	multimedia/libmp4v2: Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/libtheora: Makefile 
	multimedia/libvpx: Makefile 
	multimedia/lsdvd: Makefile 
	multimedia/mediatomb: Makefile 
	multimedia/mjpegtools: Makefile 
	multimedia/mkvtoolnix: Makefile 
	multimedia/moovida: Makefile.inc 
	multimedia/moovida/core: Makefile 
	multimedia/moovida/plugins-bad: Makefile 
	multimedia/moovida/plugins-good: Makefile 
	multimedia/moovida/plugins-ugly: Makefile 
	multimedia/mpgtx: Makefile 
	multimedia/oggconvert: Makefile 
	multimedia/oggz: Makefile 
	multimedia/ogmtools: Makefile 
	multimedia/phonon: Makefile 
	multimedia/pspvc: Makefile 
	multimedia/recordmydesktop/base: Makefile 
	multimedia/recordmydesktop/gtk: Makefile 
	multimedia/schroedinger: Makefile 
	multimedia/streamdvd: Makefile 
	multimedia/subrip: Makefile 
	multimedia/subtitleripper: Makefile 
	multimedia/transcode: Makefile 
	multimedia/vitunes: Makefile 
	multimedia/xine-lib: Makefile 
	multimedia/xine-ui: Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 00:52:49

Modified files:
	www/vtigercrm  : Makefile distinfo 
	www/vtigercrm/pkg: PLIST 

Log message:
- update vtigercrm to 5.2.1
* this includes fixes for CVE-2010-3909, CVE-2010-3910, CVE-2010-3911.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/19 01:00:56

Modified files:
	usr.sbin/dhcpd : dispatch.c 

Log message:
Prevent dhcpd(8) from trying to listen on interfaces that don't have a
valid broadcast (e.g. pflog0).

"no objection" krw@, ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 01:58:18

Modified files:
	devel/orc      : Makefile distinfo 
	devel/orc/patches: patch-configure_ac 
	devel/orc/pkg  : PLIST 
Removed files:
	devel/orc/patches: patch-orc_orcprogram_h 
	                   patch-orc_orcrules-arm_c 

Log message:
- update orc to 0.4.11

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 01:58:39

Modified files:
	multimedia/schroedinger: Makefile distinfo 
	multimedia/schroedinger/patches: patch-configure_ac 
	                                 patch-schroedinger_pc_in 

Log message:
- update schroedinger to 1.0.10

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 01:59:32

Modified files:
	x11/vlc        : Makefile 

Log message:
- adjust after recent schroedinger update

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 02:00:00

Modified files:
	x11/mplayer    : Makefile 

Log message:
- adjust after recent schroedinger update

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/11/19 02:01:12

Log message:
    Import Qhull 2010.1
    
    Qhull computes convex hulls, Delaunay triangulations, halfspace
    intersections about a point, Voronoi diagrams, furthest-site Delaunay
    triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
    3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
    for computing the convex hull. Qhull handles roundoff errors from
    floating point arithmetic. It computes volumes, surface areas, and
    approximations to the convex hull.
    
    OK jasper@
    
    Status:
    
    Vendor Tag:	shadchin
    Release Tags:	shadchin_20101911
    
    N ports/math/qhull/Makefile
    N ports/math/qhull/distinfo
    N ports/math/qhull/patches/patch-CMakeLists_txt
    N ports/math/qhull/patches/patch-src_CMakeLists_txt
    N ports/math/qhull/pkg/DESCR
    N ports/math/qhull/pkg/PLIST
    N ports/math/qhull/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 02:02:17

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
- adjust after recent schroedinger update

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 02:02:33

Modified files:
	graphics/ffmpeg: Makefile 

Log message:
- adjust after recent schroedinger update

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/11/19 02:06:28

Modified files:
	math           : Makefile 

Log message:
+qhull


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 03:21:02

Modified files:
	devel/hs-convertible: Makefile distinfo 

Log message:
- update hs-convertible to 1.0.9.1

ok dcoppa@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 03:21:35

Modified files:
	databases/hs-HDBC: Makefile distinfo 
	databases/hs-HDBC/pkg: PLIST 

Log message:
- update hs-HDBC to 2.2.6.1

ok dcoppa@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/11/19 03:25:42

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add myself.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/19 04:10:35

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: 
	                     patch-Modules_Qt4ConfigDependentSettings_cmake 

Log message:
Fix a bug that broke $QT_QT*_LIB_DEPENDENCIES since cmake-2.8.2.
Now port-lib-depends-check for geo/qgis is happy.

Problem noticed by, and OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/19 08:57:43

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 

Log message:
Update from 1.5.3 to 1.5.5.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 09:00:17

Log message:
    import hs-HDBC-postgresql 2.2.3.1
    
    PostgreSQL driver for HDBC, the generic database access system for
    Haskell.
    
    ok dcoppa@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101911
    
    N ports/databases/hs-HDBC-postgresql/Makefile
    N ports/databases/hs-HDBC-postgresql/distinfo
    N ports/databases/hs-HDBC-postgresql/pkg/DESCR
    N ports/databases/hs-HDBC-postgresql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/19 09:00:39

Modified files:
	databases      : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/19 09:18:12

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: 
	                     patch-Modules_Qt4ConfigDependentSettings_cmake 

Log message:
Just removing that check makes more sense. I'm a moron.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/19 09:57:52

Modified files:
	share/man/man4 : urtwn.4 

Log message:
More ultra-{micro,nano,pico,femto,atto,zepto,yocto} wifi dongles:
- Digitus DN-7042
- Solwise NET-WL-UMD-606N


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/19 09:59:35

Modified files:
	share/man/man4 : urtwn.4 

Log message:
Another "I'm the world's smallest" "No, this is me!" player:
- TRENDnet TEW-648UBM


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/11/19 10:12:15

Log message:
    libofa port
    
    Status:
    
    Vendor Tag:	millert
    Release Tags:	millert_2010-Nov-19
    
    N ports/audio/libofa/Makefile
    N ports/audio/libofa/distinfo
    N ports/audio/libofa/patches/patch-lib_JAMA_tnt_math_utils_h
    N ports/audio/libofa/pkg/DESCR
    N ports/audio/libofa/pkg/PLIST
    N ports/audio/libofa/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/11/19 10:12:43

Modified files:
	audio          : Makefile 

Log message:
add libofa; ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/19 10:16:48

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
Use regular double quotes ("") in the MAILTO example so we don't
suggest something that is a syntax error.  OK jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/19 10:51:44

Log message:
    Rubinius is an implementation of the Ruby programming language.
    
    The Rubinius bytecode virtual machine is written in C++, incorporating
    LLVM to compile bytecode to machine code at runtime. The bytecode
    compiler and vast majority of the core classes are written in pure Ruby.
    
    To interact with the rest of the system, the VM provides primitives
    which can be attached to methods and invoked. Additionally, FFI provides
    a direct call path to most C functions.
    
    Rubinius uses a precise, compacting, generational garbage collector. It
    includes a compatible C-API for C extensions written for the standard
    Ruby interpreter (often referred to as MRI.Matz's Ruby Implementation).
    
    OK landry@, sthen@
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-nov-19
    
    N ports/lang/rubinius/Makefile
    N ports/lang/rubinius/distinfo
    N ports/lang/rubinius/pkg/DESCR
    N ports/lang/rubinius/pkg/PLIST
    N ports/lang/rubinius/patches/patch-lib_fileutils_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/19 10:54:37

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Allow building of rubinius versions of the ruby gem and extconf ports
using the rbx FLAVOR and the rbx- package prefix.

OK landry@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/19 11:01:39

Modified files:
	lang           : Makefile 

Log message:
Hook lang/rubinius up to the build.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/19 11:11:21

Modified files:
	sys/arch/mvme68k/stand/installboot: installboot.c 
	sys/arch/mvme88k/stand/installboot: installboot.c 
	sys/arch/mvmeppc/stand/installboot: installboot.c 
	sys/arch/sparc/stand/installboot: installboot.c 
	sys/arch/sparc64/stand/installboot: installboot.c 

Log message:
gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock is
zero-sized.  Apply similar fixes to installboot for other architectures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/19 11:34:18

Modified files:
	audio/libofa   : Makefile 

Log message:
Lowercase COMMENT.

ok millert@ (out of pity I guess ;-))


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/19 11:35:16

Modified files:
	sys/kern       : kern_sysctl.c 
	lib/libc/gen   : sysctl.3 
	usr.bin/systat : vmstat.c 
	usr.bin/vmstat : vmstat.c 

Log message:
Make KERN_CPTIME return an avarage number of ticks across all CPUs
tedu agreed with an idea, tested by Luis Useche and me; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 11:42:27

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
Do not allow malloc() to wait in uhci_device_setintr(), instead check for
failure and return USBD_NOMEM, callers will do TRT.
ok jakemser@ deraadt@ kettenis@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/11/19 12:33:13

Modified files:
	distrib/miniroot: install.sub 

Log message:
- drop dhcp group from interfaces which did not go UP and got
an ip address
- do the same on startup of the install/upgrade too
- do NOT do it unconditionally on all dhcp'd interfaces, since
we use the group to retain state.

ok krw@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 13:52:41

Modified files:
	sys/arch/hp300/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/sparc/conf: GENERIC 

Log message:
add pseudo-device hotplug.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 13:53:44

Modified files:
	sys/arch/loongson/conf: GENERIC 

Log message:
Add urio and uscanner.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 13:54:12

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 

Log message:
Add urio, uscanner and pseudo-device hotplug.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 13:55:48

Modified files:
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 
	sys/arch/alpha/alpha: conf.c 
	sys/arch/hp300/hp300: conf.c 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/sgi/sgi: conf.c 
	sys/arch/socppc/socppc: conf.c 
	sys/arch/sparc/sparc: conf.c 

Log message:
Sync MAKEDEV against conf.c, and both against GENERIC.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 13:56:07

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.loongson: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 14:09:20

Modified files:
	usr.sbin/mopd/mopa.out: mopa.out.c 

Log message:
mahine->machine


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/19 14:12:14

Modified files:
	sys/arch/arm/include: isa_machdep.h 
	sys/dev/usb    : if_zydreg.h 

Log message:
miscellanous->miscellaneous


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/19 15:28:08

Modified files:
	multimedia/avidemux: Makefile 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/19 15:31:39

Modified files:
	net            : Makefile 
	net/BitTorrent : Makefile 
	net/adsuck     : Makefile 
	net/aguri      : Makefile 
	net/aimsniff   : Makefile 
	net/aircontrol : Makefile 
	net/amsn       : Makefile 
	net/amule      : Makefile 
	net/angst      : Makefile 
	net/argus      : Makefile 
	net/argus-clients: Makefile 
	net/arp-scan   : Makefile 
	net/arpd       : Makefile 
	net/arping     : Makefile 
	net/avahi      : Makefile 
	net/axyftp     : Makefile 
	net/balance    : Makefile 
	net/bindgraph  : Makefile 
	net/bird       : Makefile 
	net/bitlbee    : Makefile 
	net/bluetooth-tools: Makefile 
	net/bnc        : Makefile 
	net/bro        : Makefile 
	net/btpd       : Makefile 
	net/bwm-ng     : Makefile 
	net/cadaver    : Makefile 
	net/castget    : Makefile 
	net/charm      : Makefile 
	net/cjc        : Makefile 
	net/coccinella : Makefile 
	net/crawl      : Makefile 
	net/ctrace     : Makefile 
	net/curl       : Makefile 
	net/cvsup      : Makefile 
	net/darkstat   : Makefile 
	net/dc_gui     : Makefile 
	net/dclib      : Makefile 
	net/dctc       : Makefile 
	net/ddclient   : Makefile 
	net/dhcping    : Makefile 
	net/dlint      : Makefile 
	net/dnsreflector: Makefile 
	net/dnstop     : Makefile 
	net/dss        : Makefile 
	net/dxpc       : Makefile 
	net/dysnomia   : Makefile 
	net/echoping   : Makefile 
	net/ejabberd   : Makefile 
	net/emesene    : Makefile 
	net/etherape   : Makefile 
	net/ettercap   : Makefile 
	net/ezstream   : Makefile 
	net/farsight2  : Makefile 
	net/filezilla  : Makefile 
	net/firewalk   : Makefile 
	net/flickcurl  : Makefile 
	net/flow-tools : Makefile 
	net/flowd      : Makefile 
	net/fping      : Makefile 
	net/freeradius : Makefile 
	net/freetalk   : Makefile 
	net/gajim      : Makefile 
	net/galago-daemon: Makefile 
	net/gftp       : Makefile 
	net/gloox      : Makefile 
	net/gmudix     : Makefile 
	net/gnaughty   : Makefile 
	net/gnet       : Makefile 
	net/gnugk      : Makefile 
	net/gotthard   : Makefile 
	net/gsnmp      : Makefile 
	net/gtk-gnutella: Makefile 
	net/h323plus   : Makefile 
	net/haproxy    : Makefile 
	net/honeyd     : Makefile 
	net/hpodder    : Makefile 
	net/hs-HTTP    : Makefile 
	net/hs-network-bytestring: Makefile 
	net/hs-pb      : Makefile 
	net/icecast    : Makefile 
	net/ices       : Makefile 
	net/ices2      : Makefile 
	net/ifstat     : Makefile 
	net/iftop      : Makefile 
	net/ii         : Makefile 
	net/iodine     : Makefile 
	net/ipaudit    : Makefile 
	net/ipcad      : Makefile 
	net/ipfm       : Makefile 
	net/ipfreely   : Makefile 
	net/ipsvd      : Makefile 
	net/ircd-hybrid: Makefile 
	net/ircd-ratbox: Makefile 
	net/irssi      : Makefile 
	net/irssi-icb  : Makefile 
	net/irssi-silc : Makefile 
	net/isc-dhcp   : Makefile 
	net/jabberd    : Makefile 
	net/kismet     : Makefile 
	net/ktorrent   : Makefile 
	net/ladvd      : Makefile 
	net/ldns/drill : Makefile 
	net/ldns/utils : Makefile 
	net/libbgpdump : Makefile 
	net/libcares   : Makefile 
	net/libdnet    : Makefile 
	net/libgadu    : Makefile 
	net/libgalago  : Makefile 
	net/libnetdude/libnetdude: Makefile 
	net/libnetdude/plugins/conntrack: Makefile 
	net/libnetdude/plugins/demux: Makefile 
	net/libnetdude/plugins/tcpfilter: Makefile 
	net/libnetdude/plugins/traceset: Makefile 
	net/libnetdude/plugins/traffic-analyzer: Makefile 
	net/libnice    : Makefile 
	net/libnids    : Makefile 
	net/libproxy   : Makefile 
	net/librest    : Makefile 
	net/librsync   : Makefile 
	net/libshout   : Makefile 
	net/libtorrent : Makefile 
	net/loudmouth  : Makefile 
	net/mbrowse    : Makefile 
	net/mcabber    : Makefile 
	net/meanwhile  : Makefile 
	net/microblog-purple: Makefile 
	net/minbif     : Makefile 
	net/mirmon     : Makefile 
	net/mldonkey/stable: Makefile 
	net/mon/server : Makefile 
	net/mono-zeroconf: Makefile 
	net/mrtd       : Makefile 
	net/mrtg       : Makefile 
	net/mtr        : Makefile 
	net/munin      : Makefile 
	net/mutella    : Makefile 
	net/nagios/check_bioctl: Makefile 
	net/nagios/check_email_delivery: Makefile 
	net/nagios/check_hw_sensors: Makefile 
	net/nagios/check_mssql_health: Makefile 
	net/nagios/check_openbgpd: Makefile 
	net/nagios/check_sip: Makefile 
	net/nagios/cnagios: Makefile 
	net/nagios/nagios: Makefile 
	net/nagios/nrpe: Makefile 
	net/nagios/nsca: Makefile 
	net/nagios/p5-Nagios-Plugin: Makefile 
	net/nagios/plugins: Makefile 
	net/nam        : Makefile 
	net/nemesis    : Makefile 
	net/neon       : Makefile 
	net/nepenthes  : Makefile 
	net/nepim      : Makefile 
	net/net-snmp   : Makefile 
	net/netatalk   : Makefile 
	net/netdude/netdude: Makefile 
	net/netdude/plugins/traffic-analyzer: Makefile 
	net/nfdump     : Makefile 
	net/nfsen      : Makefile 
	net/ngrep      : Makefile 
	net/nicotine   : Makefile 
	net/nmap       : Makefile 
	net/ns         : Makefile 
	net/nslint     : Makefile 
	net/oggfwd     : Makefile 
	net/oinkmaster : Makefile 
	net/olsrd      : Makefile 
	net/onioncat   : Makefile 
	net/opal       : Makefile 
	net/openfire   : Makefile 
	net/openvpn    : Makefile 
	net/openvpn_bsdauth: Makefile 
	net/p5-Bot-BasicBot: Makefile 
	net/p5-Business-PayPal: Makefile 
	net/p5-Business-PayPal-API: Makefile 
	net/p5-Business-PayPal-IPN: Makefile 
	net/p5-DNS-ZoneParse: Makefile 
	net/p5-Danga-Socket: Makefile 
	net/p5-Event-RPC: Makefile 
	net/p5-Filesys-Virtual-DAAP: Makefile 
	net/p5-Geo-IP  : Makefile 
	net/p5-IO-Socket-INET6: Makefile 
	net/p5-IO-Socket-Multicast: Makefile 
	net/p5-IP-Country: Makefile 
	net/p5-Net-Amazon: Makefile 
	net/p5-Net-DAAP-Client: Makefile 
	net/p5-Net-DAV-Server: Makefile 
	net/p5-Net-DBus: Makefile 
	net/p5-Net-DNS : Makefile 
	net/p5-Net-DNS-DynDNS: Makefile 
	net/p5-Net-DNS-SEC: Makefile 
	net/p5-Net-Dict: Makefile 
	net/p5-Net-FTP-AutoReconnect: Makefile 
	net/p5-Net-FTPSSL: Makefile 
	net/p5-Net-FTPServer: Makefile 
	net/p5-Net-GPSD: Makefile 
	net/p5-Net-Google: Makefile 
	net/p5-Net-ICal: Makefile 
	net/p5-Net-INET6Glue: Makefile 
	net/p5-Net-IPTrie: Makefile 
	net/p5-Net-Jabber: Makefile 
	net/p5-Net-MySQL: Makefile 
	net/p5-Net-OAuth: Makefile 
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-Ping-External: Makefile 
	net/p5-Net-Radius: Makefile 
	net/p5-Net-SFTP: Makefile 
	net/p5-Net-SMTP-SSL: Makefile 
	net/p5-Net-SMTP-TLS: Makefile 
	net/p5-Net-SMTP_auth: Makefile 
	net/p5-Net-SNMP: Makefile 
	net/p5-Net-SSH-Expect: Makefile 
	net/p5-Net-SSH-Perl: Makefile 
	net/p5-Net-SSH2: Makefile 
	net/p5-Net-Telnet: Makefile 
	net/p5-Net-Telnet-Cisco: Makefile 
	net/p5-Net-Traceroute: Makefile 
	net/p5-Net-Twitter: Makefile 
	net/p5-Net-Whois-RIPE: Makefile 
	net/p5-Net-Whois-Raw: Makefile 
	net/p5-Net-XMPP: Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/p5-NetAddr-IP: Makefile 
	net/p5-NetPacket: Makefile 
	net/p5-Nmap-Parser: Makefile 
	net/p5-Nmap-Scanner: Makefile 
	net/p5-POE-Component-Client-DNS: Makefile 
	net/p5-POE-Component-Client-HTTP: Makefile 
	net/p5-POE-Component-Client-Keepalive: Makefile 
	net/p5-POE-Component-IRC: Makefile 
	net/p5-POE-Component-IRC-Plugin-RSS-Headlines: Makefile 
	net/p5-POE-Component-Jabber: Makefile 
	net/p5-POE-Component-Pcap: Makefile 
	net/p5-POE-Component-Server-FTP: Makefile 
	net/p5-POE-Filter-IRCD: Makefile 
	net/p5-PlRPC   : Makefile 
	net/p5-RPC-XML : Makefile 
	net/p5-SNMP-BridgeQuery: Makefile 
	net/p5-SNMP-Info: Makefile 
	net/p5-Validate-Net: Makefile 
	net/p5-flowd   : Makefile 
	net/packit     : Makefile 
	net/papyon     : Makefile 
	net/pavuk      : Makefile 
	net/pcapdiff   : Makefile 
	net/pcapmerge  : Makefile 
	net/pear-HTTP-Request: Makefile 
	net/pear-Net-DNS: Makefile 
	net/pear-Net-IMAP: Makefile 
	net/pear-Net-LDAP: Makefile 
	net/pear-Net-SMTP: Makefile 
	net/pear-Net-URL-Mapper: Makefile 
	net/pear-Services-Weather: Makefile 
	net/pear-Services-oEmbed: Makefile 
	net/pen        : Makefile 
	net/pfflowd    : Makefile 
	net/pfstat     : Makefile 
	net/php-weathermap: Makefile 
	net/pidgin     : Makefile 
	net/pidgin-facebookchat: Makefile 
	net/pidgin-icb : Makefile 
	net/pidgin-tlen: Makefile 
	net/pktstat    : Makefile 
	net/plushs     : Makefile 
	net/pmacct     : Makefile 
	net/poco       : Makefile 
	net/poptop     : Makefile 
	net/powerdns   : Makefile 
	net/prosody    : Makefile 
	net/psi        : Makefile 
	net/pure-ftpd  : Makefile 
	net/putty      : Makefile 
	net/py-GeoIP   : Makefile 
	net/py-adns    : Makefile 
	net/py-curl    : Makefile 
	net/py-flowd   : Makefile 
	net/py-flowtools: Makefile 
	net/py-impacket: Makefile 
	net/py-libpcap : Makefile 
	net/py-nmap    : Makefile 
	net/py-pcs     : Makefile 
	net/py-xmpp    : Makefile 
	net/py-zsi     : Makefile 
	net/quagga     : Makefile 
	net/rabbitmq   : Makefile 
	net/radiusd-cistron: Makefile 
	net/rrdtool    : Makefile 
	net/rsnapshot  : Makefile 
	net/rtg        : Makefile 
	net/rtmpdump   : Makefile 
	net/rtorrent   : Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-amqp-utils: Makefile 
	net/ruby-errand: Makefile 
	net/ruby-minion: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-pcap  : Makefile 
	net/ruby-rrdtool: Makefile 
	net/samba      : Makefile 
	net/scapy      : Makefile 
	net/scli       : Makefile 
	net/sendxmpp   : Makefile 
	net/ser        : Makefile 
	net/si         : Makefile 
	net/silc-client: Makefile 
	net/silc-server: Makefile 
	net/sing       : Makefile 
	net/sipsak     : Makefile 
	net/smokeping  : Makefile 
	net/snmptt     : Makefile 
	net/snort      : Makefile 
	net/spectrum   : Makefile 
	net/spectrum-tools: Makefile 
	net/ssldump    : Makefile 
	net/ssvnc      : Makefile 
	net/tclcurl    : Makefile 
	net/tcludp     : Makefile 
	net/tcpdpriv   : Makefile 
	net/tcpflow    : Makefile 
	net/tcpreen    : Makefile 
	net/tcpreplay  : Makefile 
	net/tcptrace   : Makefile 
	net/tcptraceroute: Makefile 
	net/telepathy/folks: Makefile 
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-logger: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/telepathy/telepathy-spec: Makefile 
	net/thcrut     : Makefile 
	net/tightvnc   : Makefile 
	net/tircd      : Makefile 
	net/tkirc      : Makefile 
	net/totd       : Makefile 
	net/transmission: Makefile 
	net/twirssi    : Makefile 
	net/twitux     : Makefile 
	net/unbound    : Makefile 
	net/unison     : Makefile.inc 
	net/ushare     : Makefile 
	net/valknut    : Makefile 
	net/vicq       : Makefile 
	net/vncsnapshot: Makefile 
	net/vnstat     : Makefile 
	net/walker     : Makefile 
	net/weex       : Makefile 
	net/wget       : Makefile 
	net/wide-dhcpv6: Makefile 
	net/winexe     : Makefile 
	net/wmnetload  : Makefile 
	net/wol        : Makefile 
	net/xchat      : Makefile 
	net/xmlrpc-c   : Makefile 
	net/xmlrpc-epi : Makefile 
	net/xorp       : Makefile 
	net/xprobe     : Makefile 
	net/yaz        : Makefile 
	net/yersinia   : Makefile 
	net/ysmv7      : Makefile 
	net/yt         : Makefile 
	net/zabbix     : Makefile 
	net/zenirc     : Makefile 
	net/ziproxy    : Makefile 
	net/znc        : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/11/19 15:36:11

Modified files:
	sys/altq       : altq.h 

Log message:
typo;  from ilya a. kovalenko <shadow () oganer ! net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/19 15:50:56

Modified files:
	databases      : Makefile 

Log message:
Build rubinius/rbx versions of some ruby gem ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/11/19 21:45:32

Modified files:
	net/avahi      : Tag: OPENBSD_4_8 Makefile 
Added files:
	net/avahi/patches: Tag: OPENBSD_4_8 patch-avahi-client_client_c 

Log message:
MFC:

- - -
date: 2010/08/21 19:41:10;  author: ajacoutot;  state: Exp;  lines: +3 -1
Add a patch from Debian bug #590760:
Let the client check if the daemon is already running instead of just
trying to start it, which doesn't work if there is no service file (the
service file is just meant for systems using system.d).

This fixes avahi-browse as well as "bonjour/zeroconf" support in several
applications.

Issue also pointed by Greg Jones.
- - -

ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2010/11/19 21:47:19

Modified files:
	security/clamav: Tag: OPENBSD_4_8 Makefile distinfo 
	security/clamav/patches: Tag: OPENBSD_4_8 
	                         patch-clamd_Makefile_in 
	                         patch-database_Makefile_in 
	                         patch-etc-clamd_conf 
	                         patch-etc_Makefile_in 
	                         patch-libclamav_Makefile_in 
	security/clamav/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
MFC:

- - -
date: 2010/10/25 23:36:38;  author: sthen;  state: Exp;  lines: +3 -3
update ClamAV to 0.96.4.

as the release notes say, "a bugfix release recommended for all users"
(or as ChangeLog says, "fix stack smash")
- - -

ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/19 22:12:39

Modified files:
	usr.sbin/ypldap: yp.c 
	usr.bin/ssh    : auth2-pubkey.c 
	usr.bin/aucat  : midi.c wav.c 
	sys/dev/ic     : isp.c 
	sys/dev/ata    : atascsi.c 

Log message:
clean up cases of ;;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/20 02:48:40

Modified files:
	news/hellanzb  : Makefile 
	news/leafnode  : Makefile 
	news/nn        : Makefile 
	news/p5-Gateway: Makefile 
	news/p5-News-Article: Makefile 
	news/p5-News-Newsrc: Makefile 
	news/pan       : Makefile 
	news/py-yenc   : Makefile 
	news/slrn      : Makefile 
	news/tin       : Makefile 
	news/ubh       : Makefile 
	palm/coldsync  : Makefile 
	palm/palm2ical : Makefile 
	palm/pose      : Makefile 
	plan9/9libs    : Makefile 
	plan9/wily     : Makefile 
	print/a2ps     : Makefile 
	print/acrofonts: Makefile 
	print/acroread : Makefile 
	print/apsfilter: Makefile 
	print/apvlv    : Makefile 
	print/auctex   : Makefile 
	print/cups     : Makefile 
	print/cups-pdf : Makefile 
	print/detex    : Makefile 
	print/dvi2tty  : Makefile 
	print/enscript : Makefile 
	print/epdfview : Makefile 
	print/foiltex  : Makefile 
	print/fontforge: Makefile 
	print/foo2zjs  : Makefile 
	print/foomatic-db: Makefile 
	print/foomatic-db-engine: Makefile 
	print/foomatic-filters: Makefile 
	print/ghostscript/gnu: Makefile 
	print/ghostview: Makefile 
	print/gtklp    : Makefile 
	print/gutenprint: Makefile 
	print/gv       : Makefile 
	print/hplip    : Makefile 
	print/htmldoc  : Makefile 
	print/ijs      : Makefile 
	print/l2a      : Makefile 
	print/latex-mk : Makefile 
	print/libpaper : Makefile 
	print/libspectre: Makefile 
	print/lilypond : Makefile 
	print/lout     : Makefile 
	print/lss      : Makefile 
	print/lyx      : Makefile 
	print/mftrace  : Makefile 
	print/openclipart: Makefile 
	print/pdfjam   : Makefile 
	print/pdflib   : Makefile 
	print/pkfonts  : Makefile 
	print/poppler  : Makefile 
	print/poppler-data: Makefile 
	print/ps2eps   : Makefile 
	print/psdim    : Makefile 
	print/psutils  : Makefile 
	print/py-cups  : Makefile 
	print/py-reportlab/plugins: Makefile.inc 
	print/py-reportlab/plugins/renderPM: Makefile 
	print/py-reportlab/reportlab: Makefile 
	print/scribus  : Makefile 
	print/splix    : Makefile 
	print/system-config-printer: Makefile 
	print/texlive  : Makefile.inc 
	print/texlive/base: Makefile 
	print/texlive/texmf: Makefile 
	print/texlive2010: Makefile.inc 
	print/texlive2010/base: Makefile 
	print/texlive2010/texmf: Makefile 
	print/transfig : Makefile 
	print/xpp      : Makefile 
	productivity/bruce: Makefile 
	productivity/fet: Makefile 
	productivity/glabels: Makefile 
	productivity/gnucash: Makefile 
	productivity/googlecl: Makefile 
	productivity/grisbi: Makefile 
	productivity/gtg: Makefile 
	productivity/homebank: Makefile 
	productivity/impressive: Makefile 
	productivity/ledger: Makefile 
	productivity/osmo: Makefile 
	productivity/rednotebook: Makefile 
	productivity/rubrica2: Makefile 
	productivity/siag: Makefile 
	productivity/slideml: Makefile 
	productivity/taskjuggler: Makefile 
	productivity/tasks: Makefile 
	productivity/thinkingrock: Makefile 
	productivity/vym: Makefile 
	productivity/workrave: Makefile 
	productivity/wyrd: Makefile 
	productivity/xquote: Makefile 
	productivity/yokadi: Makefile 
	russian/pscyr  : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/20 03:05:05

Modified files:
	share/man/man7 : packages-specs.7 

Log message:
/tmp/cvsaGVL4U


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/20 03:46:28

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/20 04:16:22

Added files:
	graphics/darktable/patches: patch-src_Makefile_in 

Log message:
reorder -I paths to fix the build if you have libraw installed;
darktable uses its own internal copy (of a newer beta version) of libraw.
doesn't change things if it previously built, so no bump. problem
reported by/ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/20 06:10:42

Modified files:
	sys/arch/mvme68k/stand/installboot: installboot.c 
	sys/arch/mvme88k/stand/installboot: installboot.c 
	sys/arch/sparc64/stand/installboot: installboot.c 

Log message:
some more installboot cleanup from gapz@dud-t.org


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/20 07:12:07

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.loongson 
	                          md.mac68k md.macppc md.mvme68k md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2010/11/20 07:23:09

Modified files:
	sys/net        : bridgestp.c if_bridge.h 

Log message:
remove bs_list occurrences. fixes panic on destroy.
ok from the m guild: mikeb@ miod@ mpf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/20 08:35:47

Modified files:
	devel/atk2mm   : Makefile distinfo 
	devel/atk2mm/pkg: PLIST 

Log message:
- update atk2mm to 2.22.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/11/20 08:48:58

Modified files:
	audio/picard   : Makefile distinfo 
	audio/picard/patches: patch-setup_py 
	audio/picard/pkg: PLIST 
Removed files:
	audio/picard/patches: patch-picard_const_py 

Log message:
Update picard to version 0.12.1 and link with libavcodec, libavformat
and libofa to support tagging by audio fingerprint.  OK phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 09:45:46

Modified files:
	sys/dev/hil    : hil.c 

Log message:
Missing splx() in hil_thread(). This turned out to be harmless due to the
way this code works (always ends up in tsleep eventually), but it never hurts
to be correct.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/20 09:59:56

Modified files:
	inputmethods/ibus-skk: Makefile distinfo 
	inputmethods/ibus-skk/pkg: PLIST 
Removed files:
	inputmethods/ibus-skk/patches: patch-engine_ibus-engine-skk_in 
	                               patch-setup_ibus-setup-skk_in 
	                               patch-setup_main_py 

Log message:
Update to ibus-skk 1.3.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/20 10:22:46

Modified files:
	sysutils/LPRng : Makefile 
	sysutils/acx-firmware: Makefile 
	sysutils/anacron: Makefile 
	sysutils/apachetop: Makefile 
	sysutils/apc-upsd: Makefile 
	sysutils/apcupsd: Makefile 
	sysutils/autossh: Makefile 
	sysutils/backintime/common: Makefile 
	sysutils/backintime/gnome: Makefile 
	sysutils/bacula: Makefile 
	sysutils/bubblemon: Makefile 
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/bwi-firmware: Makefile 
	sysutils/cdrtools: Makefile 
	sysutils/cfengine: Makefile 
	sysutils/checkbashisms: Makefile 
	sysutils/clusterit: Makefile 
	sysutils/collectd: Makefile 
	sysutils/colortail: Makefile 
	sysutils/conky : Makefile 
	sysutils/consolekit: Makefile 
	sysutils/contool: Makefile 
	sysutils/d-feet: Makefile 
	sysutils/dcfldd: Makefile 
	sysutils/dcled : Makefile 
	sysutils/ddrescue: Makefile 
	sysutils/diskrescue: Makefile 
	sysutils/dmassage: Makefile 
	sysutils/dtpstree: Makefile 
	sysutils/duplicity: Makefile 
	sysutils/dvd+rw-tools: Makefile 
	sysutils/dwdiff: Makefile 
	sysutils/e2fsprogs: Makefile 
	sysutils/fdupes: Makefile 
	sysutils/filelight: Makefile 
	sysutils/findlib: Makefile 
	sysutils/flyback: Makefile 
	sysutils/freeipmi: Makefile 
	sysutils/fsstress: Makefile 
	sysutils/gamin : Makefile 
	sysutils/ggrep : Makefile 
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins: Makefile.inc 
	sysutils/gkrellm/plugins/mms: Makefile 
	sysutils/gkrellm/plugins/mss: Makefile 
	sysutils/gkrellm/plugins/shoot: Makefile 
	sysutils/gkrellm/plugins/stock: Makefile 
	sysutils/glastree: Makefile 
	sysutils/god   : Makefile 
	sysutils/gpioflicker: Makefile 
	sysutils/hcidump: Makefile 
	sysutils/heartbeat: Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/ipmitool: Makefile 
	sysutils/knutclient: Makefile 
	sysutils/krename: Makefile 
	sysutils/ktsuss: Makefile 
	sysutils/lat   : Makefile 
	sysutils/login_fingerprint: Makefile 
	sysutils/login_ldap: Makefile 
	sysutils/logpp : Makefile 
	sysutils/luastatgrab: Makefile 
	sysutils/malo-firmware: Makefile 
	sysutils/modlogan: Makefile 
	sysutils/mtools: Makefile 
	sysutils/ncdu  : Makefile 
	sysutils/ndesk-dbus: Makefile 
	sysutils/ndesk-dbus-glib: Makefile 
	sysutils/notification-daemon: Makefile 
	sysutils/ns4   : Makefile 
	sysutils/nut   : Makefile 
	sysutils/openpoppassd: Makefile 
	sysutils/p5-Capture-Tiny: Makefile 
	sysutils/p5-File-NFSLock: Makefile 
	sysutils/p5-File-Which: Makefile 
	sysutils/p5-Filesys-Df: Makefile 
	sysutils/p5-Filesys-DiskSpace: Makefile 
	sysutils/p5-Filesys-Virtual: Makefile 
	sysutils/p5-Filesys-Virtual-Plain: Makefile 
	sysutils/p5-Parse-DMIDecode: Makefile 
	sysutils/p5-Unix-PID: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/p5-Unix-Syslog: Makefile 
	sysutils/pciutils: Makefile 
	sysutils/pecl-fileinfo: Makefile 
	sysutils/pftop : Makefile 
	sysutils/pgt-firmware: Makefile 
	sysutils/pkg_mgr: Makefile 
	sysutils/polkit: Makefile 
	sysutils/pstree: Makefile 
	sysutils/pv    : Makefile 
	sysutils/py-daemon: Makefile 
	sysutils/py-lockfile: Makefile 
	sysutils/radiusreport: Makefile 
	sysutils/radmind: Makefile 
	sysutils/rancid: Makefile 
	sysutils/rdiff-backup: Makefile 
	sysutils/resmon: Makefile 
	sysutils/rpl   : Makefile 
	sysutils/rsyslog: Makefile 
	sysutils/rtty  : Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-facter: Makefile 
	sysutils/ruby-mongrel_cluster: Makefile 
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-rails-app-installer: Makefile 
	sysutils/ruby-vlad: Makefile 
	sysutils/runit : Makefile 
	sysutils/setquota: Makefile 
	sysutils/shmux : Makefile 
	sysutils/skill : Makefile 
	sysutils/sleuthkit: Makefile 
	sysutils/smartmontools: Makefile 
	sysutils/smbldap-tools: Makefile 
	sysutils/stow  : Makefile 
	sysutils/symon : Makefile 
	sysutils/sysgen: Makefile 
	sysutils/syslog-ng: Makefile 
	sysutils/system-tools-backends: Makefile 
	sysutils/tabled: Makefile 
	sysutils/tcplist: Makefile 
	sysutils/testdisk: Makefile 
	sysutils/tkdvd : Makefile 
	sysutils/tpb   : Makefile 
	sysutils/tree  : Makefile 
	sysutils/upgt-firmware: Makefile 
	sysutils/vmwh  : Makefile 
	sysutils/whowatch: Makefile 
	sysutils/wmapm : Makefile 
	sysutils/wmcb  : Makefile 
	sysutils/wmcube: Makefile 
	sysutils/wmmon : Makefile 
	sysutils/wmwlmon: Makefile 
	sysutils/xbatt : Makefile 
	sysutils/xjobs : Makefile 
	sysutils/xstatbar: Makefile 
	sysutils/xuvmstat: Makefile 
	security/ADMfzap: Makefile 
	security/ADMsmb: Makefile 
	security/ADMsnmp: Makefile 
	security/aide  : Makefile 
	security/aircrack-ng: Makefile 
	security/amap  : Makefile 
	security/apg   : Makefile 
	security/bsd-airtools: Makefile 
	security/ccrypt: Makefile 
	security/cfs   : Makefile 
	security/chrootuid: Makefile 
	security/clamav: Makefile 
	security/clusterssh: Makefile 
	security/cops  : Makefile 
	security/cryptcat: Makefile 
	security/cryptokit: Makefile 
	security/cyrus-sasl2: Makefile 
	security/dante : Makefile 
	security/despoof: Makefile 
	security/dsniff: Makefile 
	security/fcrackzip: Makefile 
	security/fragroute: Makefile 
	security/fragrouter: Makefile 
	security/fwbuilder: Makefile 
	security/gksu-polkit: Makefile 
	security/gnomint: Makefile 
	security/gnupg : Makefile 
	security/gnupg2: Makefile 
	security/gnutls: Makefile 
	security/gpa   : Makefile 
	security/gpgme : Makefile 
	security/gringotts: Makefile 
	security/hatchet: Makefile 
	security/hlfl  : Makefile 
	security/hs-crypto: Makefile 
	security/integrit: Makefile 
	security/ipguard: Makefile 
	security/isic  : Makefile 
	security/its4  : Makefile 
	security/jailkit: Makefile 
	security/kedpm : Makefile 
	security/keepassx: Makefile 
	security/keychain: Makefile 
	security/libassuan: Makefile 
	security/libfprint: Makefile 
	security/libfwbuilder: Makefile 
	security/libgcrypt: Makefile 
	security/libgringotts: Makefile 
	security/libgsasl: Makefile 
	security/libksba: Makefile 
	security/libmcrypt: Makefile 
	security/libnipper: Makefile 
	security/libotr: Makefile 
	security/libssh2: Makefile 
	security/libtasn1: Makefile 
	security/logsentry: Makefile 
	security/luacrypto: Makefile 
	security/luasec: Makefile 
	security/mcrypt: Makefile 
	security/nbaudit: Makefile 
	security/nessus/core: Makefile 
	security/nessus/libnasl: Makefile 
	security/nessus/libraries: Makefile 
	security/nessus/plugins: Makefile 
	security/nfsshell: Makefile 
	security/nikto : Makefile 
	security/nipper: Makefile 
	security/nss   : Makefile 
	security/opencdk: Makefile 
	security/openct: Makefile 
	security/opensc: Makefile 
	security/ophcrack: Makefile 
	security/otpcalc: Makefile 
	security/p0f   : Makefile 
	security/p5-Authen-Htpasswd: Makefile 
	security/p5-Authen-Radius: Makefile 
	security/p5-Authen-SASL: Makefile 
	security/p5-Catalyst-Authentication-Store-DBI: Makefile 
	security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile 
	security/p5-Catalyst-Plugin-Authentication: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: 
	                                                           Makefile 
	security/p5-Catalyst-Plugin-Authorization-ACL: Makefile 
	security/p5-Catalyst-Plugin-Authorization-Roles: Makefile 
	security/p5-Crypt-Blowfish: Makefile 
	security/p5-Crypt-Blowfish_PP: Makefile 
	security/p5-Crypt-CBC: Makefile 
	security/p5-Crypt-CipherSaber: Makefile 
	security/p5-Crypt-DES-EDE3: Makefile 
	security/p5-Crypt-DH: Makefile 
	security/p5-Crypt-DSA: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/p5-Crypt-OpenSSL-DSA: Makefile 
	security/p5-Crypt-OpenSSL-RSA: Makefile 
	security/p5-Crypt-Primes: Makefile 
	security/p5-Crypt-RSA: Makefile 
	security/p5-Crypt-Random: Makefile 
	security/p5-Crypt-SmbHash: Makefile 
	security/p5-Crypt-TripleDES: Makefile 
	security/p5-Crypt-Twofish: Makefile 
	security/p5-Digest-HMAC: Makefile 
	security/p5-GPG: Makefile 
	security/p5-GnuPG: Makefile 
	security/p5-GnuPG-Interface: Makefile 
	security/p5-IO-Socket-SSL: Makefile 
	security/p5-Module-Signature: Makefile 
	security/p5-Net_SSLeay: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/p5-POE-Component-SSLify: Makefile 
	security/p5-Tie-EncryptedHash: Makefile 
	security/passwdqc: Makefile 
	security/pcsc-lite: Makefile 
	security/pear-Auth: Makefile 
	security/pear-Auth-HTTP: Makefile 
	security/pidgin-otr: Makefile 
	security/pinentry: Makefile 
	security/prelude/libprelude: Makefile 
	security/prelude/libpreludedb: Makefile 
	security/prelude/lml: Makefile 
	security/prelude/manager: Makefile 
	security/prelude/pflogger: Makefile 
	security/prelude/prewikka: Makefile 
	security/pwgen : Makefile 
	security/pwsafe: Makefile 
	security/py-crack: Makefile 
	security/py-crypto: Makefile 
	security/py-gnupg: Makefile 
	security/py-openssl: Makefile 
	security/py-paramiko: Makefile 
	security/qca-tls: Makefile 
	security/rarcrack: Makefile 
	security/rdp   : Makefile 
	security/ruby-bcrypt: Makefile 
	security/samdump2: Makefile 
	security/scanlogd: Makefile 
	security/scanssh: Makefile 
	security/scrypt: Makefile 
	security/sentinel: Makefile 
	security/shash : Makefile 
	security/smtpscan: Makefile 
	security/smurflog: Makefile 
	security/ssh-askpass-fullscreen: Makefile 
	security/stegdetect: Makefile 
	security/steghide: Makefile 
	security/stunnel: Makefile 
	security/swatch: Makefile 
	security/tcltls: Makefile 
	security/tinyca: Makefile 
	security/towitoko: Makefile 
	security/vomit : Makefile 
	security/vpnc  : Makefile 
	security/wpa_supplicant: Makefile 
	security/xmlsec: Makefile 
	security/zebedee: Makefile 
	security/zkt   : Makefile 
	shells/bash    : Makefile 
	shells/perlsh  : Makefile 
	shells/sash    : Makefile 
	shells/scsh    : Makefile 
	shells/zoidberg: Makefile 
	shells/zsh     : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/11/20 10:46:24

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
Explain how to start a rebuild in a more obvious way and add an example.
help and ok marco@ jsing@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/11/20 11:23:19

Modified files:
	lib/libc/locale: mbtowc.3 

Log message:
Add CAVEATS section documenting error handling caveats.
tweak and ok jmc, tedu


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/20 12:56:52

Modified files:
	telephony/appkonference: Makefile 
	telephony/asterisk: Makefile 
	telephony/asterisk-openbsd-moh: Makefile 
	telephony/gsutil: Makefile 
	telephony/iaxclient: Makefile 
	telephony/iaxmodem: Makefile 
	telephony/kamailio: Makefile 
	telephony/p5-Net-SIP: Makefile 
	telephony/pjsua: Makefile 
	telephony/siproxd: Makefile 
	telephony/spandsp: Makefile 
	textproc/TclXML: Makefile 
	textproc/agrep : Makefile 
	textproc/asciidoc: Makefile 
	textproc/aspell/core: Makefile 
	textproc/aspell/dicts: Makefile.inc 
	textproc/aspell/dicts/es: Makefile 
	textproc/aspell/dicts/fo: Makefile 
	textproc/aspell/dicts/is: Makefile 
	textproc/aspell/dicts/lt: Makefile 
	textproc/aspell/dicts/nb: Makefile 
	textproc/aspell/dicts/pt: Makefile 
	textproc/aspell/dicts/ro: Makefile 
	textproc/boust : Makefile 
	textproc/boust/pkg: MESSAGE 
	textproc/c2html: Makefile 
	textproc/catdoc: Makefile 
	textproc/catfish: Makefile 
	textproc/chmsee: Makefile 
	textproc/clo++ : Makefile 
	textproc/dblatex: Makefile 
	textproc/diffstat: Makefile 
	textproc/discount: Makefile 
	textproc/docbook: Makefile 
	textproc/docbook-to-man: Makefile 
	textproc/docbook-xsl: Makefile 
	textproc/enchant: Makefile 
	textproc/eruby : Makefile 
	textproc/filepp: Makefile 
	textproc/gdiff : Makefile 
	textproc/glimpse: Makefile 
	textproc/gnuvd : Makefile 
	textproc/gonzui: Makefile 
	textproc/groff : Makefile 
	textproc/gsed  : Makefile 
	textproc/gtk-doc: Makefile 
	textproc/gtkaml: Makefile 
	textproc/gtkspell: Makefile 
	textproc/gtranslator: Makefile 
	textproc/hevea : Makefile 
	textproc/hgrep : Makefile 
	textproc/highlight: Makefile 
	textproc/hs-attoparsec-iteratee: Makefile 
	textproc/hs-bytestring-show: Makefile 
	textproc/hs-heist: Makefile 
	textproc/hs-hexpat: Makefile 
	textproc/hunspell: Makefile 
	textproc/hyperestraier: Makefile 
	textproc/icu4c : Makefile 
	textproc/iksemel: Makefile 
	textproc/info2html: Makefile 
	textproc/intltool: Makefile intltool.port.mk 
	textproc/isearch: Makefile 
	textproc/ispell: Makefile 
	textproc/latex2html: Makefile 
	textproc/lgrind: Makefile 
	textproc/liblrdf: Makefile 
	textproc/libnxml: Makefile 
	textproc/libwpd: Makefile 
	textproc/libxml: Makefile 
	textproc/libxml++: Makefile 
	textproc/libxslt: Makefile 
	textproc/linuxdoc: Makefile 
	textproc/luaexpat: Makefile 
	textproc/meld  : Makefile 
	textproc/mupdf : Makefile 
	textproc/mxml  : Makefile 
	textproc/namazu: Makefile 
	textproc/ocaml-rss: Makefile 
	textproc/ocaml-xml-light: Makefile 
	textproc/odt2txt: Makefile 
	textproc/openjade: Makefile 
	textproc/opensp: Makefile 
	textproc/ots   : Makefile 
	textproc/p5-Catalyst-Plugin-Markdown: Makefile 
	textproc/p5-Catalyst-Plugin-Textile: Makefile 
	textproc/p5-Catalyst-Plugin-Unicode: Makefile 
	textproc/p5-Catalyst-View-TT: Makefile 
	textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile 
	textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile 
	textproc/p5-Catalyst-View-XSLT: Makefile 
	textproc/p5-Email-Find: Makefile 
	textproc/p5-Font-AFM: Makefile 
	textproc/p5-LaTeX-TOM: Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-Libxml: Makefile 
	textproc/p5-Lingua-EN-Fathom: Makefile 
	textproc/p5-Lingua-EN-Inflect-Number: Makefile 
	textproc/p5-Lingua-EN-Summarize: Makefile 
	textproc/p5-Lingua-EN-Syllable: Makefile 
	textproc/p5-Lingua-Stem: Makefile 
	textproc/p5-Lingua-Stem-It: Makefile 
	textproc/p5-Lingua-Treebank: Makefile 
	textproc/p5-MojoX-Renderer-TT: Makefile 
	textproc/p5-PDF-Table: Makefile 
	textproc/p5-POE-Filter-XML: Makefile 
	textproc/p5-PPI: Makefile 
	textproc/p5-PPI-HTML: Makefile 
	textproc/p5-PPIx-Regexp: Makefile 
	textproc/p5-PPIx-Utilities: Makefile 
	textproc/p5-Pod-POM: Makefile 
	textproc/p5-RSS-Parser-Lite: Makefile 
	textproc/p5-Regexp-Common: Makefile 
	textproc/p5-SWISH-API: Makefile 
	textproc/p5-String-Koremutake: Makefile 
	textproc/p5-String-RewritePrefix: Makefile 
	textproc/p5-String-ShellQuote: Makefile 
	textproc/p5-Syntax-Highlight-HTML: Makefile 
	textproc/p5-Syntax-Highlight-Mason: Makefile 
	textproc/p5-Template: Makefile 
	textproc/p5-Template-Plugin-Class: Makefile 
	textproc/p5-Template-Plugin-GD: Makefile 
	textproc/p5-Template-Plugin-Markdown: Makefile 
	textproc/p5-Template-Plugin-Number-Format: Makefile 
	textproc/p5-Template-Provider-Encoding: Makefile 
	textproc/p5-Template-Timer: Makefile 
	textproc/p5-Text-Affixes: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-Text-Autoformat: Makefile 
	textproc/p5-Text-Diff: Makefile 
	textproc/p5-Text-Diff-HTML: Makefile 
	textproc/p5-Text-LevenshteinXS: Makefile 
	textproc/p5-Text-Markdown: Makefile 
	textproc/p5-Text-Quoted: Makefile 
	textproc/p5-Text-RecordParser: Makefile 
	textproc/p5-Text-Reform: Makefile 
	textproc/p5-Text-Restructured: Makefile 
	textproc/p5-Text-Table: Makefile 
	textproc/p5-Text-WikiFormat: Makefile 
	textproc/p5-Text-WordDiff: Makefile 
	textproc/p5-Text-Wrapper: Makefile 
	textproc/p5-WML-Card: Makefile 
	textproc/p5-XML-Checker: Makefile 
	textproc/p5-XML-DOM: Makefile 
	textproc/p5-XML-Dumper: Makefile 
	textproc/p5-XML-Elemental: Makefile 
	textproc/p5-XML-Filter-BufferText: Makefile 
	textproc/p5-XML-Filter-ExceptionLocator: Makefile 
	textproc/p5-XML-Generator: Makefile 
	textproc/p5-XML-LibXML: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-Literal: Makefile 
	textproc/p5-XML-RAI: Makefile 
	textproc/p5-XML-RSS: Makefile 
	textproc/p5-XML-RSS-LibXML: Makefile 
	textproc/p5-XML-RSS-Parser: Makefile 
	textproc/p5-XML-RSS-TimingBot: Makefile 
	textproc/p5-XML-SAX: Makefile 
	textproc/p5-XML-SAX-Expat: Makefile 
	textproc/p5-XML-SAX-Expat-Incremental: Makefile 
	textproc/p5-XML-SAX-ExpatXS: Makefile 
	textproc/p5-XML-SAX-Writer: Makefile 
	textproc/p5-XML-Sablotron: Makefile 
	textproc/p5-XML-Simple: Makefile 
	textproc/p5-XML-Smart: Makefile 
	textproc/p5-XML-Stream: Makefile 
	textproc/p5-XML-Twig: Makefile 
	textproc/p5-XML-Validator-Schema: Makefile 
	textproc/p5-XML-XPath: Makefile 
	textproc/p5-XML-XSLT: Makefile 
	textproc/p5-XML-XSPF: Makefile 
	textproc/p5-ack: Makefile 
	textproc/p5-tkispell: Makefile 
	textproc/par   : Makefile 
	textproc/pear-File: Makefile 
	textproc/pear-XML-Parser: Makefile 
	textproc/pear-XML-RSS: Makefile 
	textproc/pear-XML-Serializer: Makefile 
	textproc/pear-XML-Tree: Makefile 
	textproc/pear-XML-Util: Makefile 
	textproc/pinfo : Makefile 
	textproc/py-Chart: Makefile 
	textproc/py-cElementTree: Makefile 
	textproc/py-epydoc: Makefile 
	textproc/py-lxml: Makefile 
	textproc/py-nltk: Makefile 
	textproc/py-pygments: Makefile 
	textproc/py-sphinx: Makefile 
	textproc/py-vobject: Makefile 
	textproc/py-xml: Makefile 
	textproc/py-xmldiff: Makefile 
	textproc/py-yaml: Makefile 
	textproc/raptor: Makefile 
	textproc/rarian: Makefile 
	textproc/redland: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-prawn/core: Makefile 
	textproc/ruby-prawn/format: Makefile 
	textproc/ruby-prawn/layout: Makefile 
	textproc/ruby-prawn/prawn: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	textproc/sablotron: Makefile 
	textproc/sgmlformat: Makefile 
	textproc/sim   : Makefile 
	textproc/source-highlight: Makefile 
	textproc/sp    : Makefile 
	textproc/sphinx: Makefile 
	textproc/spiff : Makefile 
	textproc/swish-e: Makefile 
	textproc/tcpdf : Makefile 
	textproc/texi2html: Makefile 
	textproc/textutils: Makefile 
	textproc/tre   : Makefile 
	textproc/txt2tags: Makefile 
	textproc/urlview: Makefile 
	textproc/validate: Makefile 
	textproc/vgrind: Makefile 
	textproc/wdiff : Makefile 
	textproc/xerces: Makefile 
	textproc/xmlto : Makefile 
	textproc/xmlwf : Makefile 
	textproc/xpdf  : Makefile 
	textproc/xxdiff: Makefile 
	textproc/zathura: Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/20 12:57:30

Modified files:
	infrastructure/mk: cpan.port.mk fortran.port.mk gnu.port.mk 
	                   perl.port.mk 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/20 12:58:01

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
tweak where stem-* is computed, to be documented and used later


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:11:19

Modified files:
	sys/arch/amd64/include: fpu.h segments.h tss.h 
	sys/arch/amd64/stand/libsa: pxe.h 
	sys/arch/i386/pci: pcibios.c 
	sys/arch/i386/stand/libsa: pxe.h 
	sys/dev/i2o    : ioprbs.c 
	sys/dev/ic     : atwvar.h 
	sys/dev/usb    : uticom.c 
	sys/dev/vesa   : vesabiosreg.h 
	sys/net        : pipex_local.h 
	sys/sys        : videoio.h 

Log message:
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
uncommenting it is intentional.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:15:28

Modified files:
	sys/arch/arm/include: param.h 

Log message:
Do not attempt to include <machine/psl.h> when including this file from
assembly code (_KERNEL && _LOCORE)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:15:58

Removed files:
	sys/arch/beagle/include: psl.h 
	sys/arch/gumstix/include: psl.h 
	sys/arch/palm/include: psl.h 
	sys/arch/zaurus/include: psl.h 

Log message:
Remove unnecessary empty <machine/psl.h> files on arm-based platforms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:21:13

Modified files:
	sys/arch/i386/i386: pmap.c sys_machdep.c 

Log message:
Check uvm_km_alloc() return values; pmap_fork() will currently panic,
while i386_set_ldt() can fail gracefully. To be improved eventually.
From mpech@ sometime ago. ok deraadt@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:22:57

Removed files:
	lib            : bumpversion 

Log message:
At first I intended to make this use mktemp for its temporary file, but since
we don't really use this script, let's rm it. ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:29:09

Modified files:
	sys/arch/mac68k/mac68k: machdep.c 

Log message:
Make sure we do not overrun the memory ranges array, should the booter
give us more ranges than we expect.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:33:24

Modified files:
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/amd64/amd64: bus_dma.c machdep.c pmap.c 
	sys/arch/arm/arm: bus_dma.c 
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 
	sys/arch/i386/i386: bus_dma.c pmap.c 
	sys/arch/mac68k/mac68k: pmap_bootstrap.c 
	sys/arch/sh/sh : pmap.c 
	sys/arch/sparc64/sparc64: machdep.c pmap.c 
	sys/arch/vax/vax: bus_dma.c mem.c 

Log message:
This is a first step towards getting rid of avail_start and avail_end in the
kernel, currently limited to low-hanging fruit: these variables were used
by bus_dma to specify the range in which to allocate memory, back when
uvm_pglistalloc() was stupid and would not walk the vm_physseg[].

Nowadays, except on some platforms for early initialization, these variables
are not used, or do not need to be global variables. Therefore:
- remove `extern' declarations of avail_start and avail_end (or close cousins,
such as arm physical_start and physical_end) from files which no longer need
to use them.
- make them local variables whenever possible.
- remove them when they are assigned to but no longer used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:47:38

Modified files:
	sys/dev/wscons : wskbd.c 

Log message:
Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is a
short #define for the former, and seeing both forms in this file is confusing.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:52:11

Modified files:
	sys/dev/wscons : wscons_callbacks.h wsdisplay.c wskbd.c 

Log message:
Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of
a single keysym_t at a time - this means tty sanity checks will only happen
once.

Introduce wsdisplay_rawkbdinput() for raw mode input, since raw input is
a byte array. As a bonus this allows us to skip the `is this a KS_GROUP_Ascii
value' test in that case.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/20 13:58:51

Modified files:
	sys/arch/alpha/isa: isadma_bounce.c 
	sys/arch/amd64/isa: isa_machdep.c 
	sys/arch/i386/isa: isa_machdep.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/20 14:22:01

Modified files:
	build          : mirrors.dat 

Log message:
- readd some mirrors which are complete/in-sync again
- drop some dead commented-out mirrors


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/20 14:22:42

Modified files:
	build          : mirrors.dat 

Log message:
missing GZ line


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/20 14:24:39

Modified files:
	openssh        : ftp.html portable.html 
	.              : anoncvs.html cvsync.html ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/11/20 16:58:13

Modified files:
	sys/net        : pf_table.c 

Log message:
throw some yields into the pf table code so it doesn't lock up the kernel.
ok deraadt henning


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/11/20 17:02:30

Modified files:
	lib/libc/regex : Makefile.inc regcomp.c 

Log message:
the posix regex mistake is here to stay. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/20 18:01:13

Modified files:
	usr.bin/ssh    : clientloop.c misc.c misc.h ssh-agent.1 
	                 ssh-agent.c 

Log message:
honour $TMPDIR for client xauth and ssh-agent temporary directories;
feedback and ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2010/11/20 18:29:07

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
Properly handle when uhci_alloc_sqh() fails to allocate memory in
uhci_device_setintr().

ok jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/21 01:02:38

Modified files:
	mail/mailscanner: Makefile 

Log message:
Missed bump after move to pkg-readmes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:31:00

Modified files:
	devel/proj     : Makefile distinfo 

Log message:
Update to proj 4.7.0, adds pthread as dependency for mutexes..
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/21 02:31:32

Modified files:
	devel/dconf    : Makefile 
	devel/dconf/patches: patch-engine_dconf-engine_c 

Log message:
Use ftruncate(2), from FreeBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:31:55

Modified files:
	devel/geotiff  : Makefile distinfo 
	devel/geotiff/pkg: PLIST 
Removed files:
	devel/geotiff/patches: patch-Makefile_in patch-configure 

Log message:
Update to libgeotiff 1.3.0, now uses libtool, hence remove two
unneeded patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:32:57

Modified files:
	geo/mapserver  : Makefile 
	geo/mapserver/patches: patch-configure 

Log message:
Fix after proj update: add -pthread to LDFLAGS and WANTLIB-{main,utils}.
Bump corresponding REVISIONs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:33:27

Modified files:
	geo/qlandkarte : Makefile 

Log message:
Fix after proj update: add -pthread to LDFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:33:56

Modified files:
	geo/postgis    : Makefile 

Log message:
Fix after proj update: add -pthread to LDFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/21 02:37:40

Modified files:
	geo/gdal       : Makefile distinfo 
	geo/gdal/patches: patch-configure patch-swig_python_GNUmakefile 
	                  patch-swig_python_setup_py 
	geo/gdal/pkg   : PLIST-main 
Removed files:
	geo/gdal/patches: patch-ogr_GNUmakefile 

Log message:
Update to gdal 1.7.3:
- bump major
- fix WANTLIBs after proj update
- clean CONFIGURE_ARGS, remove unknown flags and precise png/geotiff dir


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/11/21 02:54:50

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	build          : mirrors.dat 
	openssh        : ftp.html portable.html 

Log message:
fix rsync url for piotrkosoft.net; from Piotr Maluty


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2010/11/21 03:26:03

Modified files:
	faq/ports      : differences.html guide.html ports.html 
	                 specialtopics.html 

Log message:
synch with reality, somewhat:
- infrastructure scripts have moved, and resolve-lib has never been part
of lib-depends-check.
- LIB_DEPENDS is less likely than RUN_DEPENDS to affect directory removal
in update-plist (it will only do so for SHARED_ONLY ports)
- inter-subpackages dependencies are totally handled, and there's no way
to put libraries in front of LIB_DEPENDS anymore.
- document the new dir/foo>=version

- remind people that version numbers must go forward.

- why do people insist on using make search ?
make key=value is so much better.
- fix LIB_DEPENDS example, which never worked anyways


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/21 03:57:07

Modified files:
	usr.bin/ssh    : authfile.c 

Log message:
Refactor internals of private key loading and saving to work on memory
buffers rather than directly on files. This will make a few things
easier to do in the future; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/21 04:39:17

Modified files:
	emulators/stella: Makefile distinfo 
	emulators/stella/pkg: PLIST 

Log message:
- update stella to 3.3
- regen PLIST

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/21 05:25:50

Modified files:
	textproc/libxml: Makefile 

Log message:
I don't know if the removal of versioning was intentional, but this is
definitely NOT the same library.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/11/21 05:51:40

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 
	net/p5-NetAddr-IP/pkg: PLIST 

Log message:
update p5-NetAddr-IP to 4.037


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/21 07:42:36

Modified files:
	x11/fltk2      : Makefile distinfo 
	x11/fltk2/patches: patch-configure 

Log message:
- update fltk2 to 2.0.x-r7725
- regen patches
- move LIB_DEPENDS to new style


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2010/11/21 08:13:52

Modified files:
	driver/xf86-input-mouse: COPYING ChangeLog Makefile.am 
	                         Makefile.in README aclocal.m4 
	                         config.h.in configure configure.ac 
	driver/xf86-input-mouse/man: Makefile.am Makefile.in 
	driver/xf86-input-mouse/src: Makefile.am Makefile.in 
	                             hurd_mouse.c lnx_mouse.c mouse.c 
	                             pnp.c sun_mouse.c xf86OSmouse.h 
Added files:
	driver/xf86-input-mouse: INSTALL 
Removed files:
	driver/xf86-input-mouse: README.sgml 

Log message:
Update to xf86-input-mouse 1.6.0.
ok matthieu@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/11/21 08:52:43

Modified files:
	faq            : faq10.html 

Log message:
correct link, from John Cosimano (jmc at cosmicnetworks net), thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/21 10:45:05

Modified files:
	fr             : anoncvs.html cvsync.html donations.html 
	                 ftp.html want.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/21 10:52:55

Modified files:
	devel/haddock  : Makefile 
	devel/haddock/pkg: PLIST-lib 

Log message:
Move the entry for unregister.sh *below* the @unexec line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/21 11:03:17

Modified files:
	devel/cpphs    : Makefile 
	devel/cpphs/pkg: PLIST-lib 

Log message:
Move the unregister.sh entry below the @unexec line.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/21 11:03:44

Modified files:
	.              : index.html 
	openssh        : index.html 
	openbgpd       : index.html 
	openntpd       : index.html 
	opencvs        : index.html 

Log message:
Unlink outdated translations.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/21 11:09:26

Modified files:
	.              : translation.html 

Log message:
Update translations status. Remove tobias for now since he is too busy with
other stuffs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/21 12:43:31

Modified files:
	lang/ghc       : Makefile distinfo 

Log message:
New bootstrapper.

Thanks to armani and jasper for building the i386 version (even if
armanis i7 didn't win the race ;-))


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/21 13:42:59

Modified files:
	devel/hs-uniplate: Makefile distinfo 
	devel/hs-uniplate/pkg: PLIST 

Log message:
- update hs-uniplate to 1.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/21 14:11:15

Modified files:
	lang/hs-haskell-src-exts: Makefile distinfo 

Log message:
- update hs-haskell-src-exts to 1.9.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/21 14:11:26

Modified files:
	devel/hs-hlint : Makefile distinfo 

Log message:
- update hs-hlint to 1.8.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/21 14:26:55

Modified files:
	x11/afterstep  : Makefile 

Log message:
- add a working mirror


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/21 15:25:03

Modified files:
	lang/hs-haskell-src: Makefile distinfo 

Log message:
- update hs-haskell-src to 1.0.1.4

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/11/21 15:58:40

Modified files:
	sys/dev        : rnd.c 

Log message:
adding timer randomness in ioctl doesn't really help and looks suspicious.
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/21 17:19:37

Modified files:
	devel/mercurial: Makefile distinfo 
	devel/mercurial/pkg: PLIST 

Log message:
Update to mercurial 1.7.1. wcmaier@ (maintainer) ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/21 18:43:43

Modified files:
	sbin/fdisk     : fdisk.8 

Log message:
Update example disk partition info to more current reality. Noticed
by and diff from Roberth via tech@.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 01:37:07

Modified files:
	www/ajaxterm   : Makefile 
	www/amaya      : Makefile.inc 
	www/amaya/browser: Makefile 
	www/analog     : Makefile 
	www/ap2-mod_fastcgi: Makefile 
	www/ap2-mod_fcgid: Makefile 
	www/ap2-mod_perl: Makefile 
	www/apache-httpd: Makefile 
	www/aria2      : Makefile 
	www/august     : Makefile 
	www/bk2site    : Makefile 
	www/blogsum    : Makefile 
	www/bluefish   : Makefile 
	www/bricolage  : Makefile 
	www/calamaris  : Makefile 
	www/cherokee   : Makefile 
	www/chromium   : Makefile 
	www/cms-ms     : Makefile 
	www/cntlm      : Makefile 
	www/community-id: Makefile 
	www/concrete5  : Makefile 
	www/cssed      : Makefile 
	www/dansguardian: Makefile 
	www/dillo      : Makefile 
	www/drupal6    : drupal6.port.mk 
	www/drupal6/cck_blocks: Makefile 
	www/drupal6/ckeditor-link: Makefile 
	www/drupal6/core: Makefile 
	www/drupal6/date: Makefile 
	www/drupal6/filefield: Makefile 
	www/drupal6/filefield_sources: Makefile 
	www/drupal6/imagecache: Makefile 
	www/drupal6/imagecache_profiles: Makefile 
	www/drupal6/imagefield: Makefile 
	www/drupal6/link: Makefile 
	www/drupal6/modalframe: Makefile 
	www/drupal6/nodeaccess_userreference: Makefile 
	www/drupal6/noderelationships: Makefile 
	www/drupal6/panels: Makefile 
	www/drupal6/pathauto: Makefile 
	www/drupal6/theme-acquia-marina: Makefile 
	www/drupal6/theme-newsflash: Makefile 
	www/drupal6/theme-zen: Makefile 
	www/drupal6/ubercart: Makefile 
	www/drupal6/views_bonus: Makefile 
	www/drupal6/views_bulk_operations: Makefile 
	www/drush      : Makefile 
	www/elinks     : Makefile 
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 
	www/ezpublish  : Makefile 
	www/fcgi       : Makefile 
	www/ffproxy    : Makefile 
	www/firefox-i18n: Makefile 
	www/firefox35  : Makefile 
	www/fluxbb     : Makefile 
	www/flyspray   : Makefile 
	www/gecko-mediaplayer: Makefile 
	www/gnash      : Makefile 
	www/gtkhtml3   : Makefile 
	www/havp       : Makefile 
	www/hiawatha   : Makefile 
	www/horde      : horde.port.mk 
	www/horde/dimp : Makefile 
	www/horde/horde: Makefile 
	www/horde/imp  : Makefile 
	www/horde/ingo : Makefile 
	www/horde/kronolith: Makefile 
	www/horde/mimp : Makefile 
	www/horde/mnemo: Makefile 
	www/horde/nag  : Makefile 
	www/horde/turba: Makefile 
	www/hs-cgi     : Makefile 
	www/hs-snap-core: Makefile 
	www/hs-snap-server: Makefile 
	www/hs-xhtml-combinators: Makefile 
	www/igal       : Makefile 
	www/japana     : Makefile 
	www/kazehakase : Makefile 
	www/ktdms      : Makefile 
	www/larbin     : Makefile 
	www/libcroco   : Makefile 
	www/liferea    : Makefile 
	www/lightsquid : Makefile 
	www/lighttpd   : Makefile 
	www/linkchecker: Makefile 
	www/links+     : Makefile 
	www/llgal      : Makefile 
	www/mantis     : Makefile 
	www/mediawiki  : Makefile 
	www/mediawiki-CategoryTree: Makefile 
	www/mediawiki-httpauth: Makefile 
	www/mhonarc    : Makefile 
	www/midori     : Makefile 
	www/minitube   : Makefile 
	www/mod_auth_ldap: Makefile 
	www/mod_auth_mysql: Makefile 
	www/mod_auth_pgsql: Makefile 
	www/mod_geoip  : Makefile 
	www/mod_ldapvhost: Makefile 
	www/mod_log_sql: Makefile 
	www/mod_mp3    : Makefile 
	www/mod_perl   : Makefile 
	www/mollify    : Makefile 
	www/moodle     : Makefile 
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 
	www/mozplugger : Makefile 
	www/mycalendar : Makefile 
	www/myreview   : Makefile 
	www/netsurf/browser: Makefile 
	www/netsurf/hubbub: Makefile 
	www/netsurf/libcss: Makefile 
	www/netsurf/libwapcaplet: Makefile 
	www/nginx      : Makefile 
	www/opera      : Makefile 
	www/opera-flashplugin: Makefile 
	www/p5-Apache-ASP: Makefile 
	www/p5-Apache-DB: Makefile 
	www/p5-Apache-DBI: Makefile 
	www/p5-Apache-Gallery: Makefile 
	www/p5-Apache-MP3: Makefile 
	www/p5-Apache-Reload: Makefile 
	www/p5-Apache-Session: Makefile 
	www/p5-Apache-Session-Generate-UUID: Makefile 
	www/p5-Apache-Session-Memcached: Makefile 
	www/p5-Blatte-HTML: Makefile 
	www/p5-CGI-Ajax: Makefile 
	www/p5-CGI-Application: Makefile 
	www/p5-CGI-Application-Generator: Makefile 
	www/p5-CGI-Application-Plugin-ConfigAuto: Makefile 
	www/p5-CGI-Application-Plugin-ValidateRM: Makefile 
	www/p5-CGI-Cookie-Splitter: Makefile 
	www/p5-CGI-FormBuilder: Makefile 
	www/p5-CGI-SSI : Makefile 
	www/p5-CGI-Session: Makefile 
	www/p5-CGI-Simple: Makefile 
	www/p5-CGI-Untaint: Makefile 
	www/p5-CGI-XMLApplication: Makefile 
	www/p5-CSS-Squish: Makefile 
	www/p5-Catalyst-Action-RenderView: Makefile 
	www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile 
	www/p5-Catalyst-Component-InstancePerContext: Makefile 
	www/p5-Catalyst-Controller-FormBuilder: Makefile 
	www/p5-Catalyst-Controller-HTML-FormFu: Makefile 
	www/p5-Catalyst-Devel: Makefile 
	www/p5-Catalyst-Engine-Apache: Makefile 
	www/p5-Catalyst-Engine-HTTP-POE: Makefile 
	www/p5-Catalyst-Helper-Controller-Scaffold: Makefile 
	www/p5-Catalyst-Log-Log4perl: Makefile 
	www/p5-Catalyst-Plugin-Cache: Makefile 
	www/p5-Catalyst-Plugin-Cache-FileCache: Makefile 
	www/p5-Catalyst-Plugin-Cache-Memcached: Makefile 
	www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader-Environment: Makefile 
	www/p5-Catalyst-Plugin-DefaultEnd: Makefile 
	www/p5-Catalyst-Plugin-FormValidator: Makefile 
	www/p5-Catalyst-Plugin-HTML-Widget: Makefile 
	www/p5-Catalyst-Plugin-I18N: Makefile 
	www/p5-Catalyst-Plugin-LogWarnings: Makefile 
	www/p5-Catalyst-Plugin-PageCache: Makefile 
	www/p5-Catalyst-Plugin-Pluggable: Makefile 
	www/p5-Catalyst-Plugin-Prototype: Makefile 
	www/p5-Catalyst-Plugin-Session: Makefile 
	www/p5-Catalyst-Plugin-Session-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-PerUser: Makefile 
	www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile 
	www/p5-Catalyst-Plugin-Session-State-URI: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-File: Makefile 
	www/p5-Catalyst-Plugin-Singleton: Makefile 
	www/p5-Catalyst-Plugin-Static-Simple: Makefile 
	www/p5-Catalyst-Plugin-SubRequest: Makefile 
	www/p5-Catalyst-Plugin-XMLRPC: Makefile 
	www/p5-Catalyst-Runtime: Makefile 
	www/p5-Catalyst-View-Mason: Makefile 
	www/p5-Config-ApacheFormat: Makefile 
	www/p5-Drupal-Admin: Makefile 
	www/p5-Feed-Find: Makefile 
	www/p5-HTML-Calendar-Month-Simple: Makefile 
	www/p5-HTML-Copy: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-FillInForm: Makefile 
	www/p5-HTML-FormFu: Makefile 
	www/p5-HTML-Format: Makefile 
	www/p5-HTML-FormatText-WithLinks: Makefile 
	www/p5-HTML-FromText: Makefile 
	www/p5-HTML-Lint: Makefile 
	www/p5-HTML-Mason: Makefile 
	www/p5-HTML-Parser: Makefile 
	www/p5-HTML-PopupTreeSelect: Makefile 
	www/p5-HTML-Prototype: Makefile 
	www/p5-HTML-ResolveLink: Makefile 
	www/p5-HTML-RewriteAttributes: Makefile 
	www/p5-HTML-SBC: Makefile 
	www/p5-HTML-Scrubber: Makefile 
	www/p5-HTML-SiteTear: Makefile 
	www/p5-HTML-StripScripts-Parser: Makefile 
	www/p5-HTML-TableContentParser: Makefile 
	www/p5-HTML-TableExtract: Makefile 
	www/p5-HTML-TagFilter: Makefile 
	www/p5-HTML-Template-Expr: Makefile 
	www/p5-HTML-Template-JIT: Makefile 
	www/p5-HTML-Tidy: Makefile 
	www/p5-HTML-TokeParser-Simple: Makefile 
	www/p5-HTML-Tree: Makefile 
	www/p5-HTML-TreeBuilder-XPath: Makefile 
	www/p5-HTML-Widget: Makefile 
	www/p5-HTTP-Async: Makefile 
	www/p5-HTTP-Body: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-HTTP-GetImages: Makefile 
	www/p5-HTTP-Proxy: Makefile 
	www/p5-HTTP-Recorder: Makefile 
	www/p5-HTTP-Request-AsCGI: Makefile 
	www/p5-HTTP-Request-Params: Makefile 
	www/p5-HTTP-Response-Encoding: Makefile 
	www/p5-HTTP-Server-Simple: Makefile 
	www/p5-HTTP-Server-Simple-Mason: Makefile 
	www/p5-HTTP-Server-Simple-Recorder: Makefile 
	www/p5-LWP-Authen-Wsse: Makefile 
	www/p5-LWP-UserAgent-Determined: Makefile 
	www/p5-MasonX-Interp-WithCallbacks: Makefile 
	www/p5-Maypole : Makefile 
	www/p5-Maypole-Authentication-UserSessionCookie: Makefile 
	www/p5-MojoX-Session: Makefile 
	www/p5-PHP-Session: Makefile 
	www/p5-Plagger : Makefile 
	www/p5-PodToHTML: Makefile 
	www/p5-RTx-Tags: Makefile 
	www/p5-Rose-HTML-Objects: Makefile 
	www/p5-Rose-HTMLx-Form-Field-Autocomplete: Makefile 
	www/p5-Rose-URI: Makefile 
	www/p5-SOAP-Lite: Makefile 
	www/p5-Test-HTTP-Server-Simple: Makefile 
	www/p5-URI-Fetch: Makefile 
	www/p5-URI-Find: Makefile 
	www/p5-WWW-Bugzilla: Makefile 
	www/p5-WWW-Curl: Makefile 
	www/p5-WWW-Ebay: Makefile 
	www/p5-WWW-Google-SiteMap: Makefile 
	www/p5-WWW-IndexParser: Makefile 
	www/p5-WWW-Mechanize: Makefile 
	www/p5-WWW-Mechanize-TreeBuilder: Makefile 
	www/p5-WWW-Robot: Makefile 
	www/p5-WWW-Search: Makefile 
	www/p5-WWW-Search-Ebay: Makefile 
	www/p5-WWW-Tumblr: Makefile 
	www/p5-WWW-Wikipedia: Makefile 
	www/p5-Weather-Com: Makefile 
	www/p5-WebService-Audioscrobbler: Makefile 
	www/p5-WebService-MusicBrainz: Makefile 
	www/p5-XML-Atom: Makefile 
	www/p5-XML-Atom-SimpleFeed: Makefile 
	www/p5-XML-Feed: Makefile 
	www/p5-libapreq: Makefile 
	www/p5-libapreq2: Makefile 
	www/p5-libwww  : Makefile 
	www/p5-pQuery  : Makefile 
	www/pear       : Makefile pear.port.mk 
	www/pear-HTML-Common2: Makefile 
	www/pear-HTML-QuickForm: Makefile 
	www/pecl-APC   : Makefile 
	www/pecl-chroot: Makefile 
	www/pecl-geoip : Makefile 
	www/pecl-memcache: Makefile 
	www/pecl-pcntl : Makefile 
	www/pecl-phar  : Makefile 
	www/pecl-proctitle: Makefile 
	www/pecl-ssh2  : Makefile 
	www/pecl-swish : Makefile 
	www/pecl-uploadprogress: Makefile 
	www/perlbal    : Makefile 
	www/php-openid : Makefile 
	www/php5/core  : Makefile 
	www/php5/extensions: Makefile 
	www/phpicalendar: Makefile 
	www/phpldapadmin: Makefile 
	www/phplist    : Makefile 
	www/phpmyadmin : Makefile 
	www/phppgadmin : Makefile 
	www/piwik      : Makefile 
	www/plone      : Makefile.inc plone.port.mk 
	www/plone/3.0  : Makefile 
	www/plone-ldap : Makefile 
	www/plone-massloader: Makefile 
	www/pmwiki     : Makefile 
	www/polipo     : Makefile 
	www/pound      : Makefile 
	www/privoxy    : Makefile 
	www/puppet-dashboard: Makefile 
	www/py-beaker  : Makefile 
	www/py-formencode: Makefile 
	www/py-jinja2  : Makefile 
	www/py-mako    : Makefile 
	www/py-nevow   : Makefile 
	www/py-paste   : Makefile 
	www/py-paste-deploy: Makefile 
	www/py-paste-script: Makefile 
	www/py-pylons  : Makefile 
	www/py-quixote : Makefile 
	www/py-repoze-profile: Makefile 
	www/py-routes  : Makefile 
	www/py-tempita : Makefile 
	www/py-turbogears: Makefile 
	www/py-weberror: Makefile 
	www/py-webhelpers: Makefile 
	www/py-webkitgtk: Makefile 
	www/py-webob   : Makefile 
	www/py-webpy   : Makefile 
	www/py-webtest : Makefile 
	www/py-werkzeug: Makefile 
	www/py-wsgiproxy: Makefile 
	www/py-zine    : Makefile 
	www/rackmonkey : Makefile 
	www/raggle     : Makefile 
	www/ratproxy   : Makefile 
	www/reportmagic: Makefile 
	www/rt         : Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-merb/action-args: Makefile 
	www/ruby-merb/activerecord: Makefile 
	www/ruby-merb/assets: Makefile 
	www/ruby-merb/auth: Makefile 
	www/ruby-merb/auth-core: Makefile 
	www/ruby-merb/auth-more: Makefile 
	www/ruby-merb/auth-slice-password: Makefile 
	www/ruby-merb/cache: Makefile 
	www/ruby-merb/core: Makefile 
	www/ruby-merb/datamapper: Makefile 
	www/ruby-merb/exceptions: Makefile 
	www/ruby-merb/gen: Makefile 
	www/ruby-merb/haml: Makefile 
	www/ruby-merb/helpers: Makefile 
	www/ruby-merb/mailer: Makefile 
	www/ruby-merb/merb: Makefile 
	www/ruby-merb/more: Makefile 
	www/ruby-merb/param-protection: Makefile 
	www/ruby-merb/slices: Makefile 
	www/ruby-mongrel: Makefile 
	www/ruby-passenger: Makefile 
	www/ruby-rails : Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-typo  : Makefile 
	www/sabredav   : Makefile 
	www/sarg       : Makefile 
	www/seamonkey  : Makefile 
	www/snownews   : Makefile 
	www/sope       : Makefile 
	www/squid      : Makefile 
	www/squidguard : Makefile 
	www/statusnet  : Makefile 
	www/surf       : Makefile 
	www/surfraw    : Makefile 
	www/swfdec-plugin: Makefile 
	www/syweb      : Makefile 
	www/tidy       : Makefile 
	www/tikiwiki   : Makefile 
	www/timetrex   : Makefile 
	www/tinyproxy  : Makefile 
	www/tntnet     : Makefile 
	www/tomcat/v4  : Makefile 
	www/tomcat/v5  : Makefile 
	www/tomcat/v6  : Makefile 
	www/trac       : Makefile 
	www/trac-ldapplugin: Makefile 
	www/tracnav    : Makefile 
	www/tt-rss     : Makefile 
	www/twiki      : Makefile 
	www/twill      : Makefile 
	www/varnish    : Makefile 
	www/vteplugin  : Makefile 
	www/vtigercrm  : Makefile 
	www/w3m        : Makefile 
	www/w3mir      : Makefile 
	www/wApua      : Makefile 
	www/webalizer  : Makefile 
	www/webcollab  : Makefile 
	www/webgui     : Makefile 
	www/webkit     : Makefile 
	www/wml        : Makefile 
	www/wordpress  : Makefile 
	www/wwwoffle   : Makefile 
	www/xapian-omega: Makefile 
	www/xcache     : Makefile 
	www/xmhtml     : Makefile 
	www/xxxterm    : Makefile 
	www/yui        : Makefile 
	www/zendframework: Makefile 
	www/zope       : zope.port.mk 
	www/zope-cmfquickinstaller: Makefile 
	www/zope-ldapmultiplugins: Makefile 
	www/zope-ldapuserfolder: Makefile 
	www/zope-placelesstranslationservice: Makefile 
	www/zope-pluggableauthservice: Makefile 
	www/zope-zwiki : Makefile 
	x11/Xdialog    : Makefile 
	x11/aewm       : Makefile 
	x11/afterstep  : Makefile 
	x11/amiwm      : Makefile 
	x11/artwiz-aleczapka: Makefile 
	x11/asapm      : Makefile 
	x11/asfiles    : Makefile 
	x11/astime     : Makefile 
	x11/aterm      : Makefile 
	x11/awesome    : Makefile 
	x11/awn        : Makefile 
	x11/bbkeys     : Makefile 
	x11/bbpager    : Makefile 
	x11/belt       : Makefile 
	x11/bgs        : Makefile 
	x11/blackbox   : Makefile 
	x11/blast      : Makefile 
	x11/bluetile   : Makefile 
	x11/chbg       : Makefile 
	x11/compiz/core: Makefile 
	x11/dbus-glib  : Makefile 
	x11/dbus-python: Makefile 
	x11/devilspie  : Makefile 
	x11/dmenu      : Makefile 
	x11/driconf    : Makefile 
	x11/driftnet   : Makefile 
	x11/dwm        : Makefile 
	x11/dzen2      : Makefile 
	x11/e16keyedit : Makefile 
	x11/e17/e      : Makefile 
	x11/e17/e_dbus : Makefile 
	x11/e17/ecore  : Makefile 
	x11/e17/edje   : Makefile 
	x11/e17/eet    : Makefile 
	x11/e17/efreet : Makefile 
	x11/e17/embryo : Makefile 
	x11/e17/epeg   : Makefile 
	x11/e17/etk    : Makefile 
	x11/e17/evas   : Makefile 
	x11/emelfm2    : Makefile 
	x11/enlightenment: Makefile 
	x11/eterm      : Makefile 
	x11/evilwm     : Makefile 
	x11/extace     : Makefile 
	x11/farsi-bfonts-ttf: Makefile 
	x11/fbpanel    : Makefile 
	x11/fleditor   : Makefile 
	x11/fltk       : Makefile 
	x11/fluxbox    : Makefile 
	x11/fluxter    : Makefile 
	x11/flvw       : Makefile 
	x11/flwm       : Makefile 
	x11/freerdp    : Makefile 
	x11/fsv        : Makefile 
	x11/fvwm2      : Makefile 
	x11/fvwm95     : Makefile 
	x11/gaia       : Makefile 
	x11/gammapage  : Makefile 
	x11/gbdfed     : Makefile 
	x11/gcolor2    : Makefile 
	x11/gdesklets  : Makefile 
	x11/gdevilspie : Makefile 
	x11/gentoo     : Makefile 
	x11/gigolo     : Makefile 
	x11/gmrun      : Makefile 
	x11/gnome      : gnome.port.mk 
	x11/gnome/alacarte: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/anjuta-extras: Makefile 
	x11/gnome/applets2: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/backgrounds: Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/byzanz: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/development-monitor: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/f-spot: Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/games-extra-data: Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/genius: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/gyrus: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/krb5-auth-dialog: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgail-gnome: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnome-keyring: Makefile 
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomecanvasmm: Makefile 
	x11/gnome/libgnomecups: Makefile 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgnomemm: Makefile 
	x11/gnome/libgnomeprint: Makefile 
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libslab: Makefile 
	x11/gnome/libxklavier: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/main-menu: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mono-gnome: Makefile 
	x11/gnome/mono-gnome-desktop: Makefile 
	x11/gnome/mono-keyring: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nettool: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/pessulus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-plugins: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/speech: Makefile 
	x11/gnome/ssh-askpass: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/system-tools: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/themes: Makefile 
	x11/gnome/themes-extras: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/zenity: Makefile 
	x11/gnome-mplayer: Makefile 
	x11/gnustep    : gnustep.port.mk 
	x11/gnustep/back: Makefile 
	x11/gnustep/base: Makefile 
	x11/gnustep/fisicalab: Makefile 
	x11/gnustep/gnumail: Makefile 
	x11/gnustep/gspdf: Makefile 
	x11/gnustep/gui: Makefile 
	x11/gnustep/make: Makefile 
	x11/gnustep/pantomime: Makefile 
	x11/gnustep/remotedesk: Makefile 
	x11/gnustep/simpleagenda: Makefile 
	x11/gob2       : Makefile 
	x11/goggles    : Makefile 
	x11/golem      : Makefile 
	x11/gromit     : Makefile 
	x11/gtk+       : Makefile 
	x11/gtk+2      : Makefile 
	x11/gtk-chtheme: Makefile 
	x11/gtk-engines2: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtk2-aurora-engine: Makefile 
	x11/gtk2-clearlooks-engine: Makefile 
	x11/gtk2-equinox-engine: Makefile 
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-nodoka-engine: Makefile 
	x11/gtk2-rezlooks-engine: Makefile 
	x11/gtk2-theme-switch: Makefile 
	x11/gtk2mm     : Makefile 
	x11/gtkdatabox : Makefile 
	x11/gtkglarea  : Makefile 
	x11/gtkglext   : Makefile 
	x11/gtkhotkey  : Makefile 
	x11/gtksourceview: Makefile 
	x11/gtksourceviewmm: Makefile 
	x11/gxmessage  : Makefile 
	x11/hs-X11-xft : Makefile 
	x11/hs-gtk     : Makefile 
	x11/hs-xmonad-contrib: Makefile 
	x11/human-icon-theme: Makefile 
	x11/i3         : Makefile 
	x11/icewm      : Makefile 
	x11/icon-naming-utils: Makefile 
	x11/icontool   : Makefile 
	x11/idesk      : Makefile 
	x11/industrial-icon-theme: Makefile 
	x11/ion        : Makefile 
	x11/isomaster  : Makefile 
	x11/itk        : Makefile 
	x11/iwidgets   : Makefile 
	x11/jwm        : Makefile 
	x11/kde        : kde.port.mk 
	x11/kde/accessibility3: Makefile 
	x11/kde/addons3: Makefile 
	x11/kde/admin3 : Makefile 
	x11/kde/arts3  : Makefile 
	x11/kde/artwork3: Makefile 
	x11/kde/base3  : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/edu3   : Makefile 
	x11/kde/games3 : Makefile 
	x11/kde/graphics3: Makefile 
	x11/kde/i18n3  : Makefile 
	x11/kde/libs3  : Makefile 
	x11/kde/libs3-doc: Makefile 
	x11/kde/multimedia3: Makefile 
	x11/kde/network3: Makefile 
	x11/kde/office-i18n3: Makefile 
	x11/kde/office3: Makefile 
	x11/kde/okle   : Makefile 
	x11/kde/pim3   : Makefile 
	x11/kde/sdk3   : Makefile 
	x11/kde/toys3  : Makefile 
	x11/kde/utils3 : Makefile 
	x11/kde/webdev : Makefile 
	x11/kde4/accessibility: Makefile 
	x11/kde4/admin : Makefile 
	x11/kde4/akonadi: Makefile 
	x11/kde4/artwork: Makefile 
	x11/kde4/base  : Makefile 
	x11/kde4/base-runtime: Makefile 
	x11/kde4/base-workspace: Makefile 
	x11/kde4/edu   : Makefile 
	x11/kde4/extragear-plasma: Makefile 
	x11/kde4/games : Makefile 
	x11/kde4/graphics: Makefile 
	x11/kde4/libs  : Makefile 
	x11/kde4/multimedia: Makefile 
	x11/kde4/network: Makefile 
	x11/kde4/pim   : Makefile 
	x11/kde4/pimlibs: Makefile 
	x11/kde4/sdk   : Makefile 
	x11/kde4/toys  : Makefile 
	x11/kde4/utils : Makefile 
	x11/kde4/velop : Makefile 
	x11/kde4/webdev: Makefile 
	x11/kdirstat   : Makefile 
	x11/klavaro    : Makefile 
	x11/kmplayer   : Makefile 
	x11/kountdown  : Makefile 
	x11/krusader   : Makefile 
	x11/lablgtk    : Makefile 
	x11/lablgtk2   : Makefile 
	x11/libgdiplus : Makefile 
	x11/libsexy    : Makefile 
	x11/lxrandr    : Makefile 
	x11/matchbox/libmatchbox: Makefile 
	x11/matchbox/matchbox-common: Makefile 
	x11/matchbox/matchbox-desktop: Makefile 
	x11/matchbox/matchbox-keyboard: Makefile 
	x11/matchbox/matchbox-nest: Makefile 
	x11/matchbox/matchbox-panel: Makefile 
	x11/matchbox/matchbox-panel-manager: Makefile 
	x11/matchbox/matchbox-themes-extra: Makefile 
	x11/matchbox/matchbox-window-manager: Makefile 
	x11/mlterm     : Makefile 
	x11/mono-gtk2  : Makefile 
	x11/mowitz     : Makefile 
	x11/mplayer    : Makefile 
	x11/mrxvt      : Makefile 
	x11/msttcorefonts: Makefile 
	x11/mterm      : Makefile 
	x11/nx/nxcomp  : Makefile 
	x11/nx/nxssh   : Makefile 
	x11/nx/opennx  : Makefile 
	x11/obconf     : Makefile 
	x11/obmenu     : Makefile 
	x11/ogle       : Makefile 
	x11/ogle_gui   : Makefile 
	x11/olvwm      : Makefile 
	x11/openbox    : Makefile 
	x11/openmotif  : Makefile 
	x11/osd_clock  : Makefile 
	x11/p5-AnyEvent-I3: Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-Ex-FormFactory: Makefile 
	x11/p5-Gtk2-Ex-PodViewer: Makefile 
	x11/p5-Gtk2-Ex-Simple-List: Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/p5-Tk      : Makefile 
	x11/p5-Tk-ProgressBar-Mac: Makefile 
	x11/p5-Tk-Splash: Makefile 
	x11/p5-Tk-Stderr: Makefile 
	x11/p5-Wx      : Makefile 
	x11/p5-X-Osd   : Makefile 
	x11/partiwm    : Makefile 
	x11/pbrowser   : Makefile 
	x11/pcmanfm    : Makefile 
	x11/pekwm      : Makefile 
	x11/pidgin-guifications: Makefile 
	x11/pidgin-libnotify: Makefile 
	x11/pinot      : Makefile 
	x11/podbrowser : Makefile 
	x11/polkit-gnome: Makefile 
	x11/polkit-qt4 : Makefile 
	x11/pwm        : Makefile 
	x11/py-gtk2    : Makefile 
	x11/py-gtksourceview: Makefile 
	x11/py-kiwi    : Makefile 
	x11/py-osd     : Makefile 
	x11/py-qt3     : Makefile 
	x11/py-qt4     : Makefile 
	x11/py-wxPython: Makefile 
	x11/pypanel    : Makefile 
	x11/qinx       : Makefile 
	x11/qrfcview   : Makefile 
	x11/qt3        : Makefile qt3.port.mk 
	x11/qt4        : Makefile qt4.port.mk 
	x11/quadkonsole: Makefile 
	x11/ratpoison  : Makefile 
	x11/rdesktop   : Makefile 
	x11/rep-gtk    : Makefile 
	x11/root-tail  : Makefile 
	x11/rox-filer  : Makefile 
	x11/roxterm    : Makefile 
	x11/rxvt       : Makefile 
	x11/sawfish    : Makefile 
	x11/scrotwm    : Makefile 
	x11/sisctrl    : Makefile 
	x11/skippy     : Makefile 
	x11/slim       : Makefile 
	x11/smplayer   : Makefile 
	x11/stalonetray: Makefile 
	x11/tangerine-icon-theme: Makefile 
	x11/tango-icon-theme: Makefile 
	x11/tango-icon-theme-extras: Makefile 
	x11/tellico    : Makefile 
	x11/thewidgetfactory: Makefile 
	x11/tilda      : Makefile 
	x11/tint       : Makefile 
	x11/tk         : tk.port.mk 
	x11/tk/8.4     : Makefile 
	x11/tk/8.5     : Makefile 
	x11/tkcon      : Makefile 
	x11/tkhtml     : Makefile 
	x11/tktable    : Makefile 
	x11/tktreectrl : Makefile 
	x11/trayer     : Makefile 
	x11/vlc        : Makefile 
	x11/windowmaker: Makefile 
	x11/windowmaker-extra: Makefile 
	x11/winwrangler: Makefile 
	x11/wm2        : Makefile 
	x11/wmcalclock : Makefile 
	x11/wmclock    : Makefile 
	x11/wmclockmon : Makefile 
	x11/wmctrl     : Makefile 
	x11/wmdate     : Makefile 
	x11/wmfishtime : Makefile 
	x11/wmii       : Makefile 
	x11/wmmenu     : Makefile 
	x11/wmpinboard : Makefile 
	x11/wmthemeinstall: Makefile 
	x11/wmtz       : Makefile 
	x11/wmweather  : Makefile 
	x11/wterm      : Makefile 
	x11/wxSVG      : Makefile 
	x11/wxWidgets  : Makefile 
	x11/x11vnc     : Makefile 
	x11/xarchive   : Makefile 
	x11/xarchiver  : Makefile 
	x11/xautolock  : Makefile 
	x11/xawtv      : Makefile 
	x11/xchm       : Makefile 
	x11/xclip      : Makefile 
	x11/xcursor-themes: Makefile 
	x11/xcursorgen : Makefile 
	x11/xdesktopwaves: Makefile 
	x11/xdg-user-dirs-gtk: Makefile 
	x11/xdrawchem  : Makefile 
	x11/xdtm       : Makefile 
	x11/xdu        : Makefile 
	x11/xfce4      : xfce4.port.mk 
	x11/xfce4/exo  : Makefile 
	x11/xfce4/gtk-xfce-engine: Makefile 
	x11/xfce4/libxfce4menu: Makefile 
	x11/xfce4/libxfce4util: Makefile 
	x11/xfce4/libxfcegui4: Makefile 
	x11/xfce4/mousepad: Makefile 
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/orage: Makefile 
	x11/xfce4/parole: Makefile 
	x11/xfce4/ristretto: Makefile 
	x11/xfce4/terminal: Makefile 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/thunar-archive: Makefile 
	x11/xfce4/thunar-media-tags: Makefile 
	x11/xfce4/thunar-thumbnailers: Makefile 
	x11/xfce4/thunar-vcs: Makefile 
	x11/xfce4/xfce-utils: Makefile 
	x11/xfce4/xfce4-appfinder: Makefile 
	x11/xfce4/xfce4-clipman: Makefile 
	x11/xfce4/xfce4-dev-tools: Makefile 
	x11/xfce4/xfce4-dict: Makefile 
	x11/xfce4/xfce4-mailwatch: Makefile 
	x11/xfce4/xfce4-mixer: Makefile 
	x11/xfce4/xfce4-mpc: Makefile 
	x11/xfce4/xfce4-notes: Makefile 
	x11/xfce4/xfce4-notifyd: Makefile 
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/xfce4-places: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-settings: Makefile 
	x11/xfce4/xfce4-taskmanager: Makefile 
	x11/xfce4/xfce4-weather: Makefile 
	x11/xfce4/xfce4-wmdock: Makefile 
	x11/xfce4/xfconf: Makefile 
	x11/xfce4/xfdesktop: Makefile 
	x11/xfce4/xfmpc: Makefile 
	x11/xfce4/xfprint: Makefile 
	x11/xfce4/xfwm4: Makefile 
	x11/xfce4/xfwm4-themes: Makefile 
	x11/xfe        : Makefile 
	x11/xfm        : Makefile 
	x11/xforms     : Makefile 
	x11/xglobe     : Makefile 
	x11/xgrab      : Makefile 
	x11/xkbset     : Makefile 
	x11/xloadimage : Makefile 
	x11/xmobar     : Makefile 
	x11/xmonad     : Makefile 
	x11/xplanet    : Makefile 
	x11/xrootconsole: Makefile 
	x11/xscreensaver: Makefile 
	x11/xsnow      : Makefile 
	x11/xtraceroute: Makefile 
	x11/xtu        : Makefile 
	x11/xview/clients: Makefile 
	x11/xview/lib  : Makefile 
	x11/xvkbd      : Makefile 
	x11/xwrits     : Makefile 
	x11/yakuake    : Makefile 

Log message:
new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/22 01:50:26

Modified files:
	devel/omake    : Makefile 
Added files:
	devel/omake/patches: patch-OMakefile 
	                     patch-src_build_omake_rule_ml 
	                     patch-src_libmojave-external_cutil_lm_printf_c 

Log message:
Add some patches from upstream.
One fixes a problem with dpb display, as reported by jasper@

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 01:56:47

Modified files:
	textproc/xmlcatmgr: Makefile 
	x11/xtu        : Makefile 
	net/mutella    : Makefile 
	converters/pflogx: Makefile 
	audio/gnomad2  : Makefile 
	audio/libnjb   : Makefile 
	audio/wmmp     : Makefile 
	devel/argtable : Makefile 
	x11/aterm      : Makefile 
	x11/gdevilspie : Makefile 
	devel/stm32loader: Makefile 

Log message:
- drop maintainership of ports i don't use anymore, and take maintainership of three new ones.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:02:49

Modified files:
	x11/mplayer    : Makefile 

Log message:
fix build, do not pick rtdump if it's not intended


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 02:14:20

Modified files:
	devel/hs-hlint : Makefile 
Added files:
	devel/hs-hlint/patches: patch-data_hlint_1 

Log message:
- fix path to documentation


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:20:34

Modified files:
	games/neverball: Makefile 
	geo/libchamplain/core: Makefile 
	geo/merkaartor : Makefile 
	graphics/p5-Image-Info: Makefile 
	japanese/canna : Makefile 

Log message:
missed some


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:23:59

Modified files:
	lang/gcc/3.3   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/python    : Makefile.inc 
	mail/claws-mail-pdfviewer: Makefile 
	mail/enigmail  : Makefile.inc 

Log message:
missed some


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:28:34

Modified files:
	mail/mailscanner: Makefile 
	mail/postfix   : Makefile.inc 
	math/amd       : Makefile 
	math/graphviz  : Makefile 
	math/jacal     : Makefile 
	math/maple     : Makefile 
	math/maple-share: Makefile 

Log message:
missed some


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:30:38

Modified files:
	math/py-numpy  : Makefile 
	multimedia/mjpegtools: Makefile 
	net/ettercap   : Makefile 
	net/freeradius : Makefile 
	net/gnet       : Makefile 

Log message:
missed a few depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:34:10

Modified files:
	net/irssi      : Makefile 
	print/acroread : Makefile 
	print/ghostscript/gnu: Makefile 
	security/gnupg2: Makefile 
	security/hydra : Makefile 
	security/zebedee: Makefile 
	sysutils/dvd+rw-tools: Makefile 

Log message:
missed some new depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:38:08

Modified files:
	sysutils/faubackup: Makefile 
	sysutils/polkit: Makefile 
	telephony/kamailio: Makefile 
	textproc/hevea : Makefile 
	textproc/lgrind: Makefile 
	textproc/mozilla-dicts: Makefile 

Log message:
missed a few depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:40:48

Modified files:
	www/moodle     : Makefile 
	www/php5/extensions: Makefile 
	www/py-mechanize: Makefile 
	x11/qt3        : Makefile 
	x11/xpad       : Makefile 

Log message:
missed a few depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 02:53:43

Modified files:
	net/freeradius : Makefile 

Log message:
missed depend


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 03:04:18

Modified files:
	devel/gettext  : gettext.port.mk 

Log message:
new style >=


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 03:16:09

Modified files:
	games/crack-attack: Makefile 
	games/gnome-mastermind: Makefile 
	games/openarena: Makefile 
	games/prboom   : Makefile 
	games/taxipilot: Makefile 
	games/warzone2100: Makefile 
	games/wormux   : Makefile 
	graphics/discwrapper: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/ffmpeg: Makefile 
	graphics/gimp/stable: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/mpeg_encode: Makefile 
	graphics/py-Imaging: Makefile 
	graphics/py-gd : Makefile 
	mail/asmail    : Makefile 
	math/gnuplot   : Makefile 
	misc/calentool : Makefile 
	net/bitlbee    : Makefile 
	net/filezilla  : Makefile 
	net/libshout   : Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	print/texlive/base: Makefile 
	security/gringotts: Makefile 
	textproc/gtkspell: Makefile 
	textproc/hyperestraier: Makefile 
	www/lighttpd   : Makefile 
	www/snownews   : Makefile 
	www/tntnet     : Makefile 
	www/w3m        : Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/vino : Makefile 
	x11/goggles    : Makefile 
	x11/jwm        : Makefile 
	x11/kde/addons3: Makefile 
	x11/kde/pim3   : Makefile 
	x11/kde/toys3  : Makefile 
	x11/mplayer    : Makefile 
	x11/tint       : Makefile 
	x11/vlc        : Makefile 

Log message:
remaining WANTLIB go .>=   to >=


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/22 03:26:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
allow weird practices such as ftp_proxy='' instead of unset altogether
because, apparently, that's what they do in the 3rd world.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 03:27:12

Modified files:
	net/crawl      : Makefile 
	net/telepathy/telepathy-salut: Makefile 
	textproc/enchant: Makefile 

Log message:
last remaining old-style lib version numbers


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/22 04:15:55

Modified files:
	multimedia/xine-lib: Makefile 
	multimedia/xine-lib/patches: patch-src_xine-engine_xine_c 
Added files:
	multimedia/xine-lib/patches: patch-src_xine-engine_configfile_c 

Log message:
Fixes from upstream, from Brad:

- Proper place for log mutex initialization. Fixed a leak.
- Using binary mode when checking configfile. New configfile would not be
written only when switching binaries for different platforms.

Also sync WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/22 04:16:33

Modified files:
	net/znc        : Makefile distinfo 
	net/znc/patches: patch-man_Makefile_in 
	net/znc/pkg    : PLIST 

Log message:
Update znc to 0.096, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/22 04:32:01

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/patches: patch-configure patch-exec_c 
	                        patch-net_tap-bsd_c 
	                        patch-slirp_slirp_config_h 
	emulators/qemu/pkg: PLIST README 
Added files:
	emulators/qemu/patches: patch-qemu-timer_c 
Removed files:
	emulators/qemu/patches: patch-hw_rtl8139_c patch-rules_mak 
	                        patch-target-sparc_translate_c 
	                        patch-vl_c 

Log message:
Update to qemu 0.13.0. fmt README and sync with reality.
with input and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 04:45:20

ports/print/texlive2010/tests

Update of /cvs/ports/print/texlive2010/tests
In directory cvs.openbsd.org:/tmp/cvs-serv2259/tests

Log Message:
Directory /cvs/ports/print/texlive2010/tests added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 04:45:48

ports/print/texlive2010/tests/context

Update of /cvs/ports/print/texlive2010/tests/context
In directory cvs.openbsd.org:/tmp/cvs-serv31326/tests/context

Log Message:
Directory /cvs/ports/print/texlive2010/tests/context added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 04:45:49

ports/print/texlive2010/tests/xelatex-fontspec

Update of /cvs/ports/print/texlive2010/tests/xelatex-fontspec
In directory cvs.openbsd.org:/tmp/cvs-serv31326/tests/xelatex-fontspec

Log Message:
Directory /cvs/ports/print/texlive2010/tests/xelatex-fontspec added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 04:52:52

Modified files:
	print/texlive2010/base/pkg: README 

Log message:
Add tests/ which details how to test texlive. Update note on ruby being
required for context, so as to reflect the recent ruby binary naming
changes. Remove note on p5-tk, as I have now added that as a RUN_DEPEND.

----------------------------------------------------------------------
----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 04:53:14

Added files:
	print/texlive2010/tests: README 
	print/texlive2010/tests/context: context.tex 
	print/texlive2010/tests/xelatex-fontspec: xelatex-fontspec.tex 

Log message:
See previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/22 05:21:46

Modified files:
	sys/scsi       : cd.c 

Log message:
SCSI devices are assumed to be T_FIXED unless they say otherwise.
cd(4) did not believe any T_FIXED device was its responsibility.
Thus when a USB CD forgot to mention that it is T_REMOV, it appeared
as uk(4).

Make cd(4) accept even T_FIXED devices that claim to be T_CDROM or
T_WORM.

Noticed and fix tested by Rene Maroufi. Closes PR #6513.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 06:04:22

Modified files:
	games/openttd  : Makefile distinfo 
	games/openttd/patches: patch-Makefile_bundle_in 
	games/openttd/pkg: PLIST 
Added files:
	games/openttd/pkg: README 
Removed files:
	games/openttd/pkg: MESSAGE 

Log message:
- update openttd to 1.0.5, which among bugfixes, fixes CVE-2010-4168.

with daniel dickman (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 06:57:54

Modified files:
	.              : INDEX 

Log message:
regen INDEX with all dependencies fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 07:07:54

Modified files:
	devel/intellij : Makefile distinfo 

Log message:
- update intelij to 9.0.4

from daniel dickman (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/11/22 07:10:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
create devices for fstab entries that are using the disklabel UID notation too

ok krw@, jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 07:12:11

Modified files:
	print/texlive2010/base: Makefile 

Log message:
banner needs a separating minus, else it looks ugly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 07:28:15

Modified files:
	www/gtkhtml3   : Makefile 

Log message:
- add a HOMEPAGE.

aja@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/11/22 07:32:54

Modified files:
	devel/glpk     : Makefile distinfo 
	devel/glpk/pkg : PLIST 

Log message:
Update to 4.44.
ok jasper@, okan@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/22 08:39:21

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-main PLIST-server README-web 
Added files:
	net/zabbix/pkg : README-server zabbix_agentd.rc zabbix_proxy.rc 
	                 zabbix_server.rc 
Removed files:
	net/zabbix/pkg : README-main 

Log message:
Rewrite / fix several portions of the READMEs.
Move README-main to README-server.
Create a default /var/db/zabbix/ directory for sqlite3 usage.
Add rc scripts for zabbix_agentd, zabbix_proxy and zabbix_server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 08:48:34

Modified files:
	print/texlive2010/base/pkg: PLIST 

Log message:
unexec for texlinks had slipped down the PLIST, needs to be at the top


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/22 08:49:14

Modified files:
	lang/jruby     : Makefile 

Log message:
Fix build on amd64.  Bump for safety because i386 package could have
changed.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/22 09:08:28

Modified files:
	print/texlive2010/base/pkg: PLIST 

Log message:
add missing directories that cause noise at package deletion


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 09:11:40

Modified files:
	audio/ruby-id3lib: Makefile 

Log message:
fix regress


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/22 09:20:32

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
update to rc6


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/22 09:26:30

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/files: FindIconv.cmake 
	devel/cmake/patches: 
	                     patch-Modules_Qt4ConfigDependentSettings_cmake 
	                     patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in 
	devel/cmake/pkg: PLIST 
Added files:
	devel/cmake/files: FindLibintl.cmake 
Removed files:
	devel/cmake/files: FindLibIntl.cmake 

Log message:
Sync with KDE upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/22 11:16:03

Modified files:
	x11/gnome/applets2: Makefile distinfo 
	x11/gnome/applets2/pkg: PLIST-main 

Log message:
Bugfix update to gnome-applets2-2.32.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 11:25:11

Modified files:
	devel/hs-primitive: Makefile distinfo 

Log message:
- update hs-primitive to 0.3.1

ok jim@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/11/22 12:25:13

Modified files:
	.              : plat.html 

Log message:
mention more types of machines; brad


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/22 12:25:58

Modified files:
	faq/nl         : faq10.html 
	nl             : anoncvs.html cvsync.html ftp.html index.html 
	                 translation.html 
	openbgpd/nl    : index.html 
	opencvs/nl     : index.html 
	opencvs/pt     : index.html 
	openntpd/nl    : index.html 
	openssh/nl     : ftp.html index.html portable.html 
	pt             : donations.html index.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 12:52:49

Modified files:
	x11/gdevilspie : Makefile 

Log message:
sigh, i should .poison REVISOIN..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/22 13:10:54

Modified files:
	sysutils/lsof  : Makefile 

Log message:
- add a homepage


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 13:28:31

Modified files:
	sys/arch/arm/include: vmparam.h 
	sys/arch/sparc64/include: param.h 

Log message:
Remove unused VM_MAX_KERNEL_BUF define.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/11/22 13:38:35

Modified files:
	.              : plus48.html 

Log message:
Errata additions from Nicolas PM Legrand


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:07:18

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/amd64/include: biosvar.h cpu.h 
	sys/arch/macppc/macppc: machdep.c 

Log message:
Remove prototypes for missing (removed) functions or already found in a
MI header file.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:07:40

Modified files:
	sys/arch/arm/include: isa_machdep.h 

Log message:
Remove old pcons leftover defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:08:08

Modified files:
	sys/arch/i386/i386: bios.c 
	sys/arch/i386/include: biosvar.h 

Log message:
Remove unused (and dummied) bios console routines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:08:57

Modified files:
	sys/arch/luna88k/include: bus.h 

Log message:
Remove bus_space_probe prototype, this function is not implemented.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:09:32

Modified files:
	sys/arch/macppc/dev: zs.c 

Log message:
Use cons_decl() to get console routine prototypes, instead of rolling our own.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/22 14:10:45

Modified files:
	sys/arch/amd64/amd64: conf.c 
	sys/arch/aviion/aviion: conf.c 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/mvme68k/mvme68k: conf.c 
	sys/arch/mvme88k/mvme88k: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/sgi/sgi: conf.c 

Log message:
Remove old comment about constab[] being eventually generated by config(8).
This has never happened and this wouldn't make much sense on anything but
hp300, if at all, nowadays.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/22 14:13:13

Modified files:
	usr.bin/tmux   : resize.c tmux.h tty.c 

Log message:
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
be and I can't find it, but the flag itself is a useless optimisation
that only applies to automatic-resize windows, so just dispose of it
entirely.

Fixes problems reported by Nicholas Riley.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/22 14:16:42

Modified files:
	infrastructure/lib/OpenBSD: Issue.pm 

Log message:
also add older LIB_DEPENDS to WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/22 15:27:02

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: 
	                     patch-Modules_Qt4ConfigDependentSettings_cmake 

Log message:
It's better having iconv and intl as QtCore dependencies.
This is my last commit for this, I promise.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/22 19:35:50

Modified files:
	usr.bin/ssh    : auth.c 

Log message:
use strict_modes already passed as function argument over referencing
global options.strict_modes


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/11/22 21:07:55

Modified files:
	sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2100_a50.c 
	                      dec_550.c dec_6600.c dec_axppci_33.c 
	                      dec_eb164.c dec_eb64plus.c dec_kn20aa.c 
	                      dec_kn300.c 
	sys/arch/amd64/amd64: wscons_machdep.c 
	sys/arch/i386/i386: wscons_machdep.c 
	sys/arch/loongson/loongson: wscons_machdep.c 
	sys/arch/sparc64/dev: pckbc_ebus.c 
	sys/dev/ic     : pckbc.c pckbcvar.h 

Log message:
removed slot argument of function pckbc_cnattach
because it is always PCKBC_KBD_SLOT

ok krw@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/22 22:58:11

Modified files:
	x11/gnome/gcalctool: Makefile distinfo 
Removed files:
	x11/gnome/gcalctool/patches: patch-configure 

Log message:
Bugfix update to gcalctool-5.32.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/22 23:00:31

Modified files:
	x11/gnome/genius: Makefile distinfo 

Log message:
Bugfix update to genius-1.0.12.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2010/11/22 23:59:27

Modified files:
	sys/dev/mii    : eephy.c miidevs 

Log message:
Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman
From FreeBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2010/11/22 23:59:55

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 01:34:39

Modified files:
	graphics/gif2png: Makefile 
Added files:
	graphics/gif2png/patches: patch-gif2png_c 

Log message:
- SECURITY FIX, fix two buffer overflow issues. patch from fedora.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/23 01:51:29

Modified files:
	x11/gnome-mplayer: Makefile 
Added files:
	x11/gnome-mplayer/patches: patch-src_libgmlib_gm_file_c 

Log message:
From upstream: remove useless socket.h declaration.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/23 03:05:48

Modified files:
	x11/mplayer    : Makefile 

Log message:
sort ONLY_FOR_ARCHES, noticed by brad.

OK phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 03:39:48

Modified files:
	net/telepathy  : Makefile.inc 
	net/telepathy/folks: distinfo 
	net/telepathy/telepathy-butterfly: distinfo 
	net/telepathy/telepathy-farsight: distinfo 
	net/telepathy/telepathy-gabble: distinfo 
	net/telepathy/telepathy-glib: distinfo 
	net/telepathy/telepathy-haze: distinfo 
	net/telepathy/telepathy-idle: distinfo 
	net/telepathy/telepathy-inspector: distinfo 
	net/telepathy/telepathy-logger: distinfo 
	net/telepathy/telepathy-mission-control: distinfo 
	net/telepathy/telepathy-pinocchio: distinfo 
	net/telepathy/telepathy-python: distinfo 
	net/telepathy/telepathy-salut: distinfo 
	net/telepathy/telepathy-spec: distinfo 

Log message:
- use DIST_SUBDIR


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/23 04:07:40

Modified files:
	net/spectrum   : Makefile distinfo 

Log message:
Update spectrum to 1.4.3.
Some bug fixes and minor enhancements.

OK sthen@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2010/11/23 05:37:25

Modified files:
	distrib/special/sysctl: sysctl.c 

Log message:
do not print the terminating null character after strings

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/23 06:56:18

Modified files:
	www/opera      : Makefile 
	www/opera/patches: patch-install_sh 

Log message:
Add -notrayicon to args by default. This prevent a (hard to reproduce)
crash under some circumstances where the linux qt libs fail to load
if one is running a panel which then ends up in a hard crash of opera
(which in turn can hangs the entire display)...

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2010/11/23 08:08:16

Modified files:
	www/py-httplib2: Makefile distinfo 
	www/py-httplib2/pkg: PLIST 
Removed files:
	www/py-httplib2/patches: patch-httplib2___init___py 

Log message:
Update to 0.6.0. maintainer timed-out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 08:58:54

Added files:
	infrastructure/templates: README.template 

Log message:
Add a template for pkg-readmes.
Currently one needs protective glasses to read a random README; so new
READMEs should be in line with the simple "rules" layed out here.

OK aja@ naddy@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/11/23 11:11:45

Modified files:
	mail/amavisd-new: Makefile 
	mail/amavisd-new/pkg: PLIST 
Added files:
	mail/amavisd-new/pkg: amavisd.rc 
Removed files:
	mail/amavisd-new/pkg: MESSAGE 

Log message:
Add an rcscript
help and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 11:14:02

Modified files:
	audio/jack     : Makefile 
	audio/jack/pkg : README 

Log message:
- minor style


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 11:14:19

Modified files:
	databases/gnats: Makefile 
	databases/gnats/pkg: README 
	databases/pgbouncer: Makefile 
	databases/pgbouncer/pkg: README 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/23 11:15:18

Modified files:
	mail/amavisd-new: Makefile 
	mail/amavisd-new/pkg: amavisd.rc 

Log message:
Use tab here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/11/23 11:21:45

Modified files:
	sysutils/smartmontools: Makefile distinfo 
	sysutils/smartmontools/patches: patch-Makefile_in 
	sysutils/smartmontools/pkg: PLIST 
Added files:
	sysutils/smartmontools/patches: patch-os_openbsd_cpp 
	sysutils/smartmontools/pkg: smartd.rc 

Log message:
Update to 5.40, add rcscript and a patch to correctly handle hw.disknames


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/23 11:34:20

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix quoting (spotted by jeremy@), make old style depends an error


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/11/23 11:46:29

Modified files:
	sys/arch/octeon/dev: obio.c obiovar.h octeon_pcibus.c 
	                     octeonreg.h 
	sys/arch/octeon/include: cpu.h 
	sys/arch/octeon/octeon: machdep.c 

Log message:
Correct interrupt handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/23 11:52:40

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure patch-qt_qtr_pro 
	net/transmission/pkg: PLIST-gtk PLIST-main 

Log message:
* maintenance update to 2.12
* drop groff dependency, Transmission has mdoc pages


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/23 11:53:46

Modified files:
	sysutils/smartmontools: Makefile 
	sysutils/smartmontools/pkg: smartd.rc 

Log message:
pexp is useless here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 12:51:48

Modified files:
	net/etherape   : Makefile 

Log message:
- missing build dependency, and remove rarian, as that's already a run
dependency of gnome-doc-utils.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 13:10:12

Log message:
    import hs-atom 1.0.7
    
    Atom is a Haskell DSL for designing hard realtime embedded software.
    Based on guarded atomic actions (similar to STM), Atom enables highly
    concurrent programming without the need for mutex locking. In addition,
    Atom performs compile-time task scheduling and generates code with
    deterministic execution time and constant memory use, simplifying the
    process of timing verification and memory consumption in hard realtime
    applications. You can now program your Arduino with Haskell. [..]
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102311
    
    N ports/devel/hs-atom/distinfo
    N ports/devel/hs-atom/Makefile
    N ports/devel/hs-atom/pkg/DESCR
    N ports/devel/hs-atom/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 13:11:25

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/23 14:26:46

Modified files:
	print/ps2eps   : Makefile distinfo 
	print/ps2eps/pkg: PLIST 

Log message:
- update ps2eps to 1.68

from Laurence Tratt (MAINTAINER)
ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/11/23 15:06:57

Modified files:
	sys/arch/octeon/octeon: locore.S machdep.c 

Log message:
passing stack pointer to secondary processors


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/23 16:57:25

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
avoid NULL deref on receiving a channel request on an unknown or invalid
channel; report bz#1842 from jchadima AT redhat.com; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/11/23 17:56:08

Modified files:
	sys/net        : if_pppx.c 

Log message:
malloc the temporary struct pppx_if used in pppx_if_find (it's currently
only called from pppx_del_session); lets an amd64 pppx kernel build
(otherwise we hit excessive stack use warnings with -Werror).
if this ends up being called more frequently in future, then dlg
suggests making it static instead.  ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2010/11/23 17:58:10

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
fix spelling in an error message


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/23 18:24:15

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
remove a debug() that pollutes stderr on client connecting to a server
in debug mode (channel_close_fds is called transitively from the session
code post-fork); bz#1719, ok dtucker


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 00:10:44

Modified files:
	x11/gnustep/make: Makefile 
	x11/gnustep/make/patches: patch-Instance_framework_make 

Log message:
Do the same thing for frameworks, as we do for libraries to set the .so.MAJOR.MINOR correctly, use the INSTANCE_VERSION variable instead of VERSION

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 00:14:44

Modified files:
	x11/gnustep    : gnustep.port.mk 

Log message:
Require the updated gnustep-make as BUILD_DEPENDS for the gnustep ports.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 00:16:20

Modified files:
	x11/gnustep/projectcenter: Makefile 

Log message:
Fix building of projectcenter. Make use of updated gnustep-make.

OK, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 00:17:29

Modified files:
	x11/gnustep/gspdf: Makefile distinfo 

Log message:
Update to gspdf 0.4. Fixes some nasty random crasher on startup, and adds some smaller improvements.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/24 01:18:09

Modified files:
	databases/apache-couchdb: Makefile distinfo 
	databases/apache-couchdb/pkg: PLIST 

Log message:
Update to apache-couchdb 1.0.1, from MAINTAINER Benoit Chesneau.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/24 01:19:24

Modified files:
	misc/dvtm      : Makefile distinfo 

Log message:
Update to dvtm 0.6, from MAINTAINER Emilien Gaspar.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 01:21:27

Modified files:
	misc/dvtm      : Makefile 

Log message:
- remove USE_GROFF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 01:24:32

Modified files:
	audio/vlorb    : Makefile 
	audio/vlorb/patches: patch-vlorb 

Log message:
- unbreak after vorbis-tools update

from Oliver Klima


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 01:25:58

Log message:
    import py-twitter 1.4.2
    
    The Minimalist Twitter API for Python is a Python API for Twitter,
    everyone's favorite Web 2.0 Facebook-style status updater for people on
    the go.
    
    from Mark Peoples, with tweaks by me
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102411
    
    N ports/net/py-twitter/Makefile
    N ports/net/py-twitter/distinfo
    N ports/net/py-twitter/pkg/DESCR
    N ports/net/py-twitter/pkg/PLIST
    N ports/net/py-twitter/patches/patch-setup_py
    N ports/net/py-twitter/patches/patch-twitter_ett-info__requires_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 01:26:47

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/24 02:03:26

Modified files:
	devel/hs-hslogger: Makefile distinfo 
	devel/hs-hslogger/pkg: PLIST 

Log message:
Update to hslogger-1.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/24 02:04:20

Modified files:
	databases/hs-HDBC-sqlite3: Makefile distinfo 

Log message:
Update to HDBC-sqlite3-2.3.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/24 02:05:54

Modified files:
	net/hpodder    : Makefile 
	net/hpodder/patches: patch-Commands_Setup_hs 

Log message:
rss feed fix from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/24 04:09:43

Modified files:
	usr.sbin/smtpd : aliases.c 

Log message:
we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user part
of an email address at session time, then fatal() when we can't fit it
in a LOGIN_NAME_MAX (32 bytes) buffer in the aliases expansion code.

fix aliases functions to use a buffer that's appropriate, preventing a
fatal() from being triggered in aliases_exist(). bug experienced by
and reported by Jason Houx, if you're testing smtpd you want to update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/11/24 05:12:01

Modified files:
	textproc/zathura: Makefile distinfo 
	textproc/zathura/patches: patch-config_mk 

Log message:
Minor update to 0.0.8.2.

OK MAINTAINER and landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 06:09:11

Modified files:
	misc/dvtm      : Makefile 
	misc/dvtm/patches: patch-config_mk 
	misc/dvtm/pkg  : DESCR 
Added files:
	misc/dvtm/patches: patch-Makefile 

Log message:
- don't do silent builds
- don't strip binary unconditionally
- reformat DESCR
- regen patches

ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 06:10:07

Log message:
    import nitrogen 1.5.1
    
    Nitrogen is a background browser and setter for X windows. It is written
    in C++ using the gtkmm toolkit. It can be used in two modes: browser and
    recall.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102411
    
    N ports/x11/nitrogen/distinfo
    N ports/x11/nitrogen/Makefile
    N ports/x11/nitrogen/pkg/PLIST
    N ports/x11/nitrogen/pkg/DESCR
    N ports/x11/nitrogen/patches/patch-src_Thumbview_cc
    N ports/x11/nitrogen/patches/patch-data_icon-theme-installer
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 06:10:27

Modified files:
	x11            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 06:34:25

Modified files:
	x11/nitrogen   : Makefile 

Log message:
- zap double dependency. spotted by aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/11/24 06:57:07

Modified files:
	usr.sbin/relayd: relay.c 

Log message:
When disabling and enabling tables set the number of hosts that are up
to zero, consistent with pfe and makes other parts of the code better
behaved.  From Patrik Lundin.

ok reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/24 07:15:31

Modified files:
	sbin/disklabel : disklabel.c editor.c extern.h 

Log message:
When dealing with disklabel UIDs (DUIDs) be specific and consistent with
naming.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/24 07:40:49

Log message:
    Import HDBC-mysql-0.6.3
    
    MySQL driver for HDBC, the generic database access system for Haskell.
    
    ok kili@, jasper@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101124
    
    N ports/databases/hs-HDBC-mysql/distinfo
    N ports/databases/hs-HDBC-mysql/Makefile
    N ports/databases/hs-HDBC-mysql/pkg/DESCR
    N ports/databases/hs-HDBC-mysql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/24 07:42:22

Modified files:
	databases      : Makefile 

Log message:
+hs-HDBC-mysql


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/24 08:14:45

Modified files:
	net/fping      : Makefile distinfo 
	net/fping/patches: patch-fping_c 
Removed files:
	net/fping/patches: patch-fping_8 

Log message:
update fping to 2.4b2_to4 (great numbering scheme!) from the
smokeping MASTER_SITE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:27:00

Modified files:
	devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
- update p5-Config-IniFiles to 2.64


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:27:46

Modified files:
	devel/p5-POE-Test-Loops: Makefile distinfo 

Log message:
- Update p5-POE-Test-Loops to 1.036


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:28:09

Modified files:
	devel/p5-POE   : Makefile distinfo 
	devel/p5-POE/pkg: PLIST 

Log message:
- update p5-POE to 1.294
- install examples


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:28:28

Modified files:
	databases/p5-AnyEvent-CouchDB: Makefile distinfo 

Log message:
- Update p5-AnyEvent-CouchDB to 1.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:28:45

Modified files:
	devel/p5-Algorithm-Dependency: Makefile distinfo 
	devel/p5-Algorithm-Dependency/pkg: PLIST 

Log message:
- Update p5-Algorithm-Dependency to 1.110


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/11/24 08:31:34

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Ensure that hw.disknames gets updated whenever a disklabel is set, since
the disklabel UID may have changed.

ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:52:00

Modified files:
	devel/p5-B-Keywords: Makefile distinfo 

Log message:
- Update p5-B-Keywords to 1.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:52:04

Modified files:
	devel/p5-B-Deobfuscate: Makefile distinfo 

Log message:
- Update p5-B-Deobfuscate to 0.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:52:05

Modified files:
	devel/p5-AnyEvent-HTTP: Makefile distinfo 

Log message:
- Update p5-AnyEvent-HTTP to 1.46


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:52:07

Modified files:
	devel/p5-App-CLI: Makefile distinfo 
	devel/p5-App-CLI/patches: patch-Makefile_PL 
	devel/p5-App-CLI/pkg: PLIST 

Log message:
- Update p5-App-CLI to 0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 08:54:00

Modified files:
	databases/p5-Sort-SQL: Makefile distinfo 

Log message:
- Update p5-Sort-SQL 0.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 10:34:11

Modified files:
	misc/p5-User-Identity: Makefile distinfo 

Log message:
- update p5-User-Identity to 0.93


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 11:04:38

Modified files:
	infrastructure/db: user.list 

Log message:
reserve userid/groupid 659 for _sogo (www/sogo)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 11:07:45

Modified files:
	www/sope       : Makefile distinfo 
	www/sope/pkg   : PLIST-main 

Log message:
Update sope to 1.3.4

OK sthen@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/24 11:16:12

Log message:
    Import SOGo: web based groupware server
    
    DESCR:
    SOGo is a groupware server built around OpenGroupware.org (OGo) and the
    SOPE application server, with a focus on scalability. It provides the
    usual groupware functionality as E-Mail, Calendaring, and Contacts
    management.
    
    Not yet linking it to the build, fixing last few things in the tree.
    
    OK landry@, sthen@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101124
    
    N ports/www/sogo/Makefile
    N ports/www/sogo/distinfo
    N ports/www/sogo/patches/patch-OGoContentStore_GNUmakefile_preamble
    N ports/www/sogo/patches/patch-SoObjects_common_make
    N ports/www/sogo/patches/patch-Tools_GNUmakefile_preamble
    N ports/www/sogo/patches/patch-UI_common_make
    N ports/www/sogo/patches/patch-SoObjects_SOGo_GNUmakefile_preamble
    N ports/www/sogo/patches/patch-Main_GNUmakefile_preamble
    N ports/www/sogo/patches/patch-SOPE_NGCards_GNUmakefile_preamble
    N ports/www/sogo/patches/patch-SOPE_NGCards_GNUmakefile_postamble
    N ports/www/sogo/patches/patch-SoObjects_SOGo_GNUmakefile
    N ports/www/sogo/pkg/README
    N ports/www/sogo/pkg/sogod.rc
    N ports/www/sogo/pkg/PLIST
    N ports/www/sogo/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/24 12:08:39

Modified files:
	www/rackmonkey : Makefile 

Log message:
add missing RUN_DEPENDS and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/11/24 12:53:07

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
- use *un*signed byte array for control data
- use UGETW/USETW instead of letoh16/htole16

fixes controls that use two-byte signed data (e.g. brighness and hue)
on sparc64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/24 13:18:39

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
reorder MASTER_SITE_PERL_CPAN; the round-robin server has been refusing
connections for a few days, as noticed by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/24 13:59:19

Modified files:
	sys/arch/mips64/include: pmap.h 
	sys/arch/mips64/mips64: pmap.c 

Log message:
Implement a real pmap_proc_iflush() instead of relying on trap.c to perform
copious cache flushes behind our back.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/24 14:01:03

Modified files:
	sys/arch/mips64/include: proc.h 
	sys/arch/mips64/mips64: process_machdep.c trap.c 

Log message:
Make sure ptrace_sstep(,0) actually clears breakpoints, by replacing the
ptrace guts with a logic similar to what the alpha port does.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/24 14:05:20

Modified files:
	sys/kern       : kern_exec.c 

Log message:
Allow MD code to setup MD-specific mappings (kinda similar to the signal
trampoline) in sys_execve(), if MD <machine/_types.h> defines
__HAVE_EXEC_MD_MAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/24 14:16:28

Modified files:
	sys/arch/mips64/include: _types.h cpu.h proc.h 
	sys/arch/mips64/mips64: cpu.c fp_emulate.c mips64_machdep.c 
	                        trap.c vm_machdep.c 

Log message:
Floating-point emulation code for systems lacking proper FPU (i.e. Octeon),
enabled by option FPUEMUL.

This is pretty straightforward, except for conditional branch on FPU condition
codes emulation (bc1f/bc1fl/bc1t/bc1tl instructions): unlike most
RISC-with-delay-slots designs (m88k, sparc), the branch pipeline is not exposed
to the kernel on Mips, therefore we can not resume a branch without losing the
delay slot instruction.

Some other operating systems work around this issue by emulating the delay
slot instruction, but this is error-prone (and requires the kernel code to
be aware of all supported instructions of the processor it is currently running
on), some use dedicated breakpoints to single-step through the delay slot and
then resume the branch as expected, but this causes a lot of copy-on-write
allocations.

This code chooses a third path, of copying the delay slot instructions to run toa special `magic' page, followed by a special trap instruction to give control
back to the kernel. This makes sure the instruction will actually be run by the
processor, and that no more than one page per process is wasted, regardless of
the number of branches to emulate.

Tested on octeon (big-endian) by syuu@ and on loongson (little-endian) by me.
Note that enabling option FPUEMUL in the kernel will completely disable the
hardware FPU, if there is one; there is currently no way to build a kernel
supporting both hardware and software FPU, and there is no reason to change
this until there is a strong need to support both.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/24 14:26:19

Modified files:
	lang/ruby/1.8  : Makefile 

Log message:
Add a PKGSPEC entry to restrict ports depending on lang/ruby/1.8 to
depend on ruby-1.8 and not ruby-1.9.  This PKGSPEC is slightly
different from the previous one used in ruby.port.mk, so all
dependent ports need to be REVISION bumped (which will happen soon).
In addition, since the subpackages depend on the -main package and
also had a slightly different pkgspec, they need to be bumped as well.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/24 14:28:04

Modified files:
	lang/ruby/1.9  : Makefile 
Added files:
	lang/ruby/1.9/patches: patch-ext_socket_lib_socket_rb 

Log message:
Add a PKGSPEC entry to restrict ports depending on lang/ruby/1.9 to
depend on ruby-1.9 and not ruby-1.8.  This PKGSPEC is slightly
different from the previous one used in ruby.port.mk, so all
dependent ports need to be REVISION bumped (which will happen soon).
In addition, since the subpackages depend on the -main package and
also had a slightly different pkgspec, they need to be bumped as well.

In addition, the -main package is also being bumped for the inclusion
of a patch for Addrinfo that fixes a failing IPv6 UDP regression test.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/24 14:30:36

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Remove MODRUBY_PKGSPEC, rely on the PKGSPEC entries specified
in lang/ruby/1.*/Makefile.

Also, add the ability to pass CONFIGURE_ARGS to gem install.
These get passed to the extconf.rb scripts that create the
Makefiles for C extensions, and may make it easier to port
gems with C extensions without resorting to patching.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/24 14:35:17

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/amarok   : Makefile 
	audio/ruby-id3lib: Makefile 
	converters/ruby-json: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-bdb: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-validatable: Makefile 
	devel/eclipse/plugins/rdt: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-activesupport: Makefile 
	devel/ruby-assistance: Makefile 
	devel/ruby-bacon: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-debug: Makefile 
	devel/ruby-debug-base: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-facets: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gems: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-linecache: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-rack-test: Makefile 
	devel/ruby-rake: Makefile 
	devel/ruby-rcov: Makefile 
	devel/ruby-rparsec: Makefile 
	devel/ruby-rspec: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-systemtimer: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	devel/subversion: Makefile 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	lang/rubinius  : Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime-types: Makefile 
	mail/ruby-rmail: Makefile 
	misc/tpp       : Makefile 
	multimedia/iplayer-dl: Makefile 
	net/rrdtool    : Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-amqp-utils: Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-errand: Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-minion: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-pcap  : Makefile 
	net/ruby-rrdtool: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/arirang: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/god   : Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-facter: Makefile 
	sysutils/ruby-mongrel_cluster: Makefile 
	sysutils/ruby-puppet: Makefile 
	sysutils/ruby-rails-app-installer: Makefile 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/eruby : Makefile 
	textproc/gonzui: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-hyperestraier: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-prawn/core: Makefile 
	textproc/ruby-prawn/format: Makefile 
	textproc/ruby-prawn/layout: Makefile 
	textproc/ruby-prawn/prawn: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rss: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	www/mod_ruby   : Makefile 
	www/puppet-dashboard: Makefile 
	www/raggle     : Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-merb/action-args: Makefile 
	www/ruby-merb/activerecord: Makefile 
	www/ruby-merb/assets: Makefile 
	www/ruby-merb/auth: Makefile 
	www/ruby-merb/auth-core: Makefile 
	www/ruby-merb/auth-more: Makefile 
	www/ruby-merb/auth-slice-password: Makefile 
	www/ruby-merb/cache: Makefile 
	www/ruby-merb/core: Makefile 
	www/ruby-merb/datamapper: Makefile 
	www/ruby-merb/exceptions: Makefile 
	www/ruby-merb/gen: Makefile 
	www/ruby-merb/haml: Makefile 
	www/ruby-merb/helpers: Makefile 
	www/ruby-merb/mailer: Makefile 
	www/ruby-merb/merb: Makefile 
	www/ruby-merb/more: Makefile 
	www/ruby-merb/param-protection: Makefile 
	www/ruby-merb/slices: Makefile 
	www/ruby-mongrel: Makefile 
	www/ruby-passenger: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rails : Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-typo  : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/office3: Makefile 
	x11/ruby-dbus  : Makefile 

Log message:
REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/24 15:41:22

Modified files:
	cad/pcb        : Makefile 
	cad/pcb/pkg    : PLIST 

Log message:
- fix PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2010/11/24 16:27:04

Modified files:
	usr.sbin/smtpd : control.c runner.c smtp.c smtpctl.c smtpd.h 
	                 ssl.c 

Log message:
add *maxactive stats
"ok and no need to keep them for yourself" gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/24 18:00:05

ports/net/smokeping/files

Update of /cvs/ports/net/smokeping/files
In directory cvs.openbsd.org:/tmp/cvs-serv29827/files

Log Message:
Directory /cvs/ports/net/smokeping/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/24 19:16:12

Modified files:
	www/sogo       : Makefile 

Log message:
Fix documentation renaming, reported by Hugo Osvaldo Barrera on ports@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/24 21:10:09

Modified files:
	usr.bin/ssh    : session.c 

Log message:
replace close() loop for fds 3->64 with closefrom();
ok markus deraadt dtucker


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/25 00:31:49

Modified files:
	x11/gnome-mplayer: Makefile 
Added files:
	x11/gnome-mplayer/patches: patch-src_thread_c 

Log message:
Fix an assertion failure.
Patch committed upstream too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/25 01:13:19

Modified files:
	x11/gnome/keyring: Makefile 
Added files:
	x11/gnome/keyring/patches: 
	                           patch-daemon_control_gkd-control-server_c 

Log message:
- fix implicit declaration of strchr().


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/25 01:55:24

Modified files:
	misc/gpsd      : Makefile distinfo 
	misc/gpsd/patches: patch-configure 
	misc/gpsd/pkg  : PFRAG.shared-main PLIST-main 
Added files:
	misc/gpsd/pkg  : DESCR-x11 PLIST-x11 
Removed files:
	misc/gpsd/pkg  : DESCR-motif DESCR-python PLIST-motif 
	                 PLIST-python 

Log message:
Update gpsd to 2.95

OK ckuehte@ (MAINTAINER), landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 01:56:13

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/pkg: PLIST 

Log message:
Update to timetrex-3.3.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/25 01:56:58

Modified files:
	geo/geoclue    : Makefile distinfo 
	geo/geoclue/patches: patch-configure 
	geo/geoclue/pkg: PLIST 

Log message:
Update geoclue to 0.12.0, which makes it compatible with updated gpsd

OK landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/11/25 01:58:49

Modified files:
	x11/gaia       : Makefile 
Added files:
	x11/gaia/patches: patch-programs_gaia_GPSSourceGPSD_cc 

Log message:
Make gaia compatible with updated gpsd.

OK, landry@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/25 04:24:16

Modified files:
	print/hplip    : Makefile 
Added files:
	print/hplip/patches: patch-fax_filters_pstotiff 

Log message:
Fix pstotiff.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/11/25 04:43:28

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to 1.6.15. This release contains fixes for server-side crashes
which can be triggered by clients. Please update your servers (it doesn't
matter whether you use svnserve or mod_dav_svn, you need to update).
A corresponding update for -stable ports will follow.

ok jasper sthen dcoppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/25 06:19:36

Modified files:
	x11/rxvt-unicode: Makefile distinfo 
	x11/rxvt-unicode/patches: patch-doc_Makefile_in 
	                          patch-doc_rxvtd_1_man_in 
	x11/rxvt-unicode/pkg: PLIST 
Added files:
	x11/rxvt-unicode/patches: patch-src_command_C patch-src_init_C 
	                          patch-src_keyboard_C patch-src_main_C 
	                          patch-src_rxvtc_C patch-src_rxvtd_C 
	                          patch-src_rxvtfont_C 
	                          patch-src_xdefaults_C 
Removed files:
	x11/rxvt-unicode/patches: patch-configure_ac patch-src_command_c 
	                          patch-src_feature_h patch-src_init_c 
	                          patch-src_keyboard_c 
	                          patch-src_logging_c patch-src_main_c 
	                          patch-src_rxvt_h patch-src_rxvtc_c 
	                          patch-src_rxvtd_c patch-src_rxvtfont_c 
	                          patch-src_xdefaults_c 

Log message:
Update to rxvt-unicode-9.09

From LEVAI Daniel, with tweaks by me.
He's also the new maintainer of this port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 06:55:57

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: PFRAG.shared PLIST 

Log message:
Remove the microtek2 backend which needs a Linux kernel module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/25 07:52:14

ports/x11/xfce4/mousepad/patches

Update of /cvs/ports/x11/xfce4/mousepad/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9671/patches

Log Message:
Directory /cvs/ports/x11/xfce4/mousepad/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/11/25 07:53:30

Modified files:
	x11/xfce4/mousepad: Makefile 
Added files:
	x11/xfce4/mousepad/patches: patch-src_search_c 

Log message:
Add patch to re-enable search button after a search, broken since Gtk
2.18 update....
http://bugzilla.xfce.org/show_bug.cgi?id=5831


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 08:27:30

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
rc reload is not supported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 08:37:52

Modified files:
	mail/gmime24   : Makefile 
Added files:
	mail/gmime24/pkg: DESCR-main DESCR-mono PFRAG.shared-main 
	                  PLIST-main PLIST-mono 
Removed files:
	mail/gmime24/pkg: DESCR PFRAG.shared PLIST 

Log message:
Enable mono support within a gmime-sharp subpackage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 08:38:33

Modified files:
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/pkg: PLIST 

Log message:
Enable gmime-sharp (i.e. evolution) support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/25 08:45:30

Modified files:
	devel/dconf    : Makefile 
Added files:
	devel/dconf/patches: patch-gsettings_dconfsettingsbackend_c 

Log message:
- plug a few memory leaks, from upstream git.

ok aja@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/25 09:49:11

Modified files:
	cs             : donations.html ftp.html index.html plat.html 
	faq/fr         : faq10.html 
	faq/pf/pt      : index.html logging.html macros.html 
	                 options.html shortcuts.html 
	fr             : ftp.html index.html plat.html translation.html 
	nl             : plat.html 
	openbgpd/fr    : ftp.html index.html 
	opencvs/fr     : index.html 
	opencvs/zh     : index.html 
	openntpd/fr    : ftp.html index.html portable.html 
	openntpd/pt    : ftp.html index.html portable.html 
	openssh/fr     : ftp.html index.html portable.html 
	pt             : plat.html 
	zh             : 46.html 47.html anoncvs.html books.html 
	                 cvsup.html cvsync.html plat.html smp.html 
	                 translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/25 09:59:34

Modified files:
	audio/libogg   : Makefile distinfo 
	audio/libogg/patches: patch-configure patch-doc_Makefile_in 
	                      patch-doc_libogg_Makefile_in 
	audio/libogg/pkg: PLIST 

Log message:
update to 1.2.1: robustness fixes and documentation updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/25 10:00:00

Modified files:
	audio/libvorbis: Makefile distinfo 
	audio/libvorbis/pkg: PLIST 
Added files:
	audio/libvorbis/patches: patch-doc_libvorbis_Makefile_in 

Log message:
update to 1.3.2: robustness fixes and documentation updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/25 11:06:37

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
show the old-style depend.
fix :configure depends for versions.
move PKGSPEC to !dpb dump-vars


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:47:19

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
Build XCB support on static only arches too.
"go ahead" deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:50:37

Modified files:
	app/xlsatoms   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README aclocal.m4 configure configure.ac 
	                 xlsatoms.c 

Log message:
Update to xlsatoms 1.1.0. rewritten to use XCB.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:52:03

Modified files:
	app/xlsclients : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.in README aclocal.m4 config.h.in 
	                 configure configure.ac xlsclients.c 
Added files:
	app/xlsclients : strnlen.c 

Log message:
Update to xlsclients 1.1.0. Rewritten to use XCB.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:55:09

Modified files:
	app/xwininfo   : COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in aclocal.m4 
	                 clientwin.c clientwin.h config.h.in configure 
	                 configure.ac dsimple.c dsimple.h xwininfo.c 
	                 xwininfo.man 
Added files:
	app/xwininfo   : strnlen.c strnlen.h 

Log message:
Update to xwininfo 1.1.1. rewritten to use XCB.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:58:01

Modified files:
	app/xcalc      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 actions.c configure configure.ac math.c xcalc.c 
	                 xcalc.h xcalc.man 
	app/xcalc/app-defaults: XCalc 

Log message:
Update to xcalc 1.0.4.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 14:59:45

Modified files:
	app/xeyes      : COPYING ChangeLog Eyes.c Eyes.h EyesP.h INSTALL 
	                 Makefile.am Makefile.in aclocal.m4 configure 
	                 configure.ac transform.c transform.h xeyes.c 
	                 xeyes.man 

Log message:
Update to xeyes 1.1.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 15:03:22

Modified files:
	driver/xf86-video-ast: ChangeLog Makefile.am Makefile.in 
	                       aclocal.m4 configure configure.ac 
	driver/xf86-video-ast/src: Makefile.in ast.h ast_2dtool.c 
	                           ast_2dtool.h ast_accel.c ast_driver.c 
	                           ast_mode.c ast_mode.h ast_vgatool.c 

Log message:
Update to xf86-video-ast 0.91.10


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/25 15:03:53

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/25 15:23:31

Modified files:
	usr.bin/mandoc : main.c roff.c roff.h 

Log message:
Implement the .de (define macro) roff instruction.
This fixes various Xenocara manuals.
Do not define your own macros in new manuals, though:
this code exists purely to cope with existing and old stuff.

Like in both traditional and GNU roff, the .de and .ds (define string)
roff instructions share the same string table, so one can abuse strings
as macros and vice versa.  This implementation supports multi-line
user-defined macros and user-defined macros taking up to 9 arguments.

Project started near the end of p2k10, now mature for production,
but there is still room for future improvements in various respects.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/25 15:41:51

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Support quoting of arguments passed to user-defined macros,
such that arguments can contain blank characters.
Also support escaping of quote characters by doubling them.
For example, the argument "a""b c." resolves to: a"b c.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/25 16:07:58

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Make .de1 a symnonym for .de, not .ig as it was before.

The .de1 instructions is a GNU extension not found in traditional roff and
not even in old groff, defined as "define a macro that will be executed with
traditional roff compatibility mode switched off during macro execution".
Since we ran into it in the wild, we have been parsing and ignoring it for
a long time.  Now that we have proper .de support, we can as well use the
contents, even though we don't implement compatibility mode at all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2010/11/25 16:35:03

Modified files:
	www/drupal6/FCKeditor: Makefile 
	www/drupal6/FCKeditor/pkg: PLIST 

Log message:
The file fckeditor/editor/filemanager/connectors/php/config.php
is a configuration file, even though it's buried deep in code
directories.  Pointed out by Tobias M. Boelz <tmb at usta dot de>.
Thus, use @sample and bump.
OK espie@ stephan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/11/25 19:43:32

Modified files:
	lang/jruby     : Makefile 
	lang/jruby/pkg : PLIST 

Log message:
Install the binaries with the same names as upstream, fixes building
ruby gem ports with the jruby FLAVOR in some cases.

Don't install the rdoc for the rake and rspec gems, for better
consistency with other ruby gem ports.

Add a @comment file to PLIST to fix update-plist adding a file that
shouldn't be in the package.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/25 22:52:49

Modified files:
	usr.bin/ssh    : scp.c 

Log message:
Pass through ssh command-line flags and options when doing remote-remote
transfers, e.g. to enable agent forwarding which is particularly useful
in this case; bz#1837 ok dtucker@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2010/11/25 23:07:47

Modified files:
	driver/xf86-input-mouse/src: mouse.c xf86OSmouse.h 

Log message:
Remove sunmouse protocol decoder. Now sunmouse works through wsmouse.

The sunmouse protocol decoder is a local addition (it was added by
millert@ back in 2002 and never merged upstreams.

ok matthieu@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:07:57

Modified files:
	archivers/gtar : Makefile 
	audio/akode    : Makefile 
	audio/amarok   : Makefile 
	audio/audacious: Makefile 
	audio/audacious-plugins: Makefile 
	audio/audacity : Makefile 
	audio/exaile   : Makefile 
	audio/gimmix   : Makefile 
	audio/gmpc     : Makefile 
	audio/gmpc-libnotify: Makefile 
	audio/gmpc-plugins: Makefile 
	audio/herrie   : Makefile 
	audio/libcanberra: Makefile 
	audio/mpd      : Makefile 
	audio/mpdBrowser: Makefile 
	audio/p5-Audio-Musepack: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 
	audio/picard   : Makefile 
	audio/pykaraoke: Makefile 
	audio/squeezecenter: Makefile 
	audio/tagtool  : Makefile 
	audio/xmms     : Makefile 
	audio/xmms2    : Makefile 

Log message:
redo depends with >=


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:08:44

Modified files:
	comms/p5-Device-Modem: Makefile 

Log message:
redo depends with >=


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:17:10

Modified files:
	infrastructure/bin: register-plist 

Log message:
teach register-plist that pkgspec-version is equivalent to pkgspec-=version


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:19:01

Modified files:
	converters/p5-JSON-Any: Makefile 
	converters/p5-Net-IDN-Encode: Makefile 
	databases/evolution-data-server: Makefile 
	databases/freetds: Makefile 
	databases/hs-HDBC: Makefile 
	databases/maatkit: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 
	databases/mysql-zrm: Makefile 
	databases/mytop: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-DBD-mysqlPP: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-DBIx-Class: Makefile 
	databases/p5-DBIx-ContextualFetch: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-Jifty-DBI: Makefile 
	databases/p5-Rose-DB-Object: Makefile 
	databases/p5-Search-Xapian: Makefile 
	databases/pear-MDB2-mysql: Makefile 
	databases/pear-MDB2-mysqli: Makefile 
	databases/pear-MDB2-sqlite: Makefile 
	databases/pgadmin3: Makefile 
	databases/postgresql: Makefile 
	databases/postgresql-jdbc: Makefile 
	databases/postgresql-odbc: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-sqlite3: Makefile 
	devel/avr/gcc  : Makefile 
	devel/cmake    : cmake.port.mk 
	devel/codeblocks: Makefile 
	devel/cvs2svn  : Makefile 
	devel/eclipse/plugins/emf: Makefile 
	devel/eclipse/plugins/epic: Makefile 
	devel/eclipse/plugins/findbugs: Makefile 
	devel/eclipse/plugins/gef: Makefile 
	devel/eclipse/plugins/ivyde: Makefile 
	devel/eclipse/plugins/rdt: Makefile 
	devel/eclipse/plugins/struts-console: Makefile 
	devel/eclipse/plugins/subclipse: Makefile 
	devel/eclipse/plugins/uml2: Makefile 
	devel/eclipse/plugins/wtp: Makefile 
	devel/eclipse/sdk: Makefile 
	devel/fossil   : Makefile 
	devel/gconfmm  : Makefile 
	devel/glib2    : Makefile 
	devel/glib2mm  : Makefile 
	devel/hs-MetaObject: Makefile 
	devel/hs-hlint : Makefile 
	devel/hs-pugs-compat: Makefile 
	devel/hs-regex-compat: Makefile 
	devel/hs-regex-pcre-builtin: Makefile 
	devel/hs-regex-posix: Makefile 
	devel/hs-text  : Makefile 
	devel/jdk/1.5  : Makefile 
	devel/libglade2: Makefile 
	devel/libgsf   : Makefile 
	devel/libsoup  : Makefile 
	devel/monodevelop: Makefile 
	devel/mpfr     : Makefile 
	devel/mysql-gui-common: Makefile 
	devel/p5-Algorithm-Annotate: Makefile 
	devel/p5-Any-Moose: Makefile 
	devel/p5-B-Hooks-EndOfScope: Makefile 
	devel/p5-B-Hooks-OP-Check: Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-Cache-Cache: Makefile 
	devel/p5-Carp-Datum: Makefile 
	devel/p5-Class-C3: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Container: Makefile 
	devel/p5-Class-MOP: Makefile 
	devel/p5-Data-Hierarchy: Makefile 
	devel/p5-Data-ICal: Makefile 
	devel/p5-Data-Visitor: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-DateTime: Makefile 
	devel/p5-DateTime-Calendar-Mayan: Makefile 
	devel/p5-DateTime-Format-Strptime: Makefile 
	devel/p5-Devel-NYTProf: Makefile 
	devel/p5-Exception-Class: Makefile 
	devel/p5-Expect: Makefile 
	devel/p5-File-DesktopEntry: Makefile 
	devel/p5-File-Find-Rule-Perl: Makefile 
	devel/p5-FormValidator-Simple: Makefile 
	devel/p5-Getargs-Long: Makefile 
	devel/p5-IO-Digest: Makefile 
	devel/p5-MLDBM : Makefile 
	devel/p5-MRO-Compat: Makefile 
	devel/p5-Module-Install: Makefile 
	devel/p5-Moose : Makefile 
	devel/p5-MooseX-Clone: Makefile 
	devel/p5-MooseX-Emulate-Class-Accessor-Fast: Makefile 
	devel/p5-MooseX-Role-WithOverloading: Makefile 
	devel/p5-MooseX-Types: Makefile 
	devel/p5-Number-Compare-Date: Makefile 
	devel/p5-POE-Component-Pluggable: Makefile 
	devel/p5-POE-Loop-Event: Makefile 
	devel/p5-POE-Loop-Tk: Makefile 
	devel/p5-Params-Validate: Makefile 
	devel/p5-Perl-Critic: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-SVN-Mirror: Makefile 
	devel/p5-SVN-Simple: Makefile 
	devel/p5-Test-Script: Makefile 
	devel/p5-Throwable: Makefile 
	devel/p5-Tree-Simple: Makefile 
	devel/p5-Tree-Simple-View: Makefile 
	devel/p5-VCP-autrijus: Makefile 
	devel/p5-YAML-Shell: Makefile 
	devel/p5-namespace-clean: Makefile 
	devel/poedit   : Makefile 
	devel/pylint   : Makefile 
	devel/quirks/files: Quirks.pm 
	devel/rapidsvn : Makefile 
	devel/rsvndump : Makefile 
	devel/ruby-debug: Makefile 
	devel/subversion: Makefile 
	devel/svk      : Makefile 

Log message:
newer depends with >=


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:20:12

Modified files:
	editors/openoffice3-dicts: Makefile 
	editors/subtitleeditor: Makefile 
	games/afternoonstalker: Makefile 
	games/angrydd  : Makefile 
	games/bass     : Makefile 
	games/batrachians: Makefile 
	games/burgerspace: Makefile 
	games/childsplay: Makefile 
	games/childsplay-plugins: Makefile 
	games/cosmosmash: Makefile 
	games/fotaq    : Makefile 
	games/gtetrinet: Makefile 
	games/monadius : Makefile 
	games/rocksndiamonds: Makefile 
	games/supertuxkart: Makefile 
	games/tuxpaint : Makefile 
	geo/jeoip      : Makefile 

Log message:
new depends with >=


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2010/11/26 00:37:50

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
upgrade to Postfix 2.7.2; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:46:31

Modified files:
	share/man/man5 : bsd.port.mk.5 
	share/man/man7 : packages-specs.7 

Log message:
document package-specs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:50:07

Modified files:
	security/gnupg : Makefile 

Log message:
use PKGSPEC, every dependent port uses this


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:51:00

Modified files:
	databases/mysql-zrm: Makefile 
	devel/fossil   : Makefile 
	mail/enigmail  : Makefile.inc 
	mail/mailcrypt : Makefile 
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/pine-pgp-filters: Makefile 
	security/gpa   : Makefile 
	security/gpgme : Makefile 
	security/p5-GPG: Makefile 
	security/p5-GnuPG: Makefile 
	security/p5-GnuPG-Interface: Makefile 
	security/p5-Module-Signature: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/py-gnupg: Makefile 
	www/rt         : Makefile 

Log message:
make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:54:43

Modified files:
	devel/autoconf : Makefile.inc 
	x11/xfce4/xfce4-dev-tools: Makefile 

Log message:
enforce autoconf-version, fix and bump xfce4-dev-tools
(this also fixes build depends in comms/tlf and games/alephone)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 00:58:43

Modified files:
	devel/automake/1.10: Makefile 
	devel/automake/1.4: Makefile 
	devel/automake/1.8: Makefile 
	devel/automake/1.9: Makefile 
	x11/xfce4/xfce4-dev-tools: Makefile 

Log message:
PKGSPEC for automake as well, finish fixing those ports


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/26 01:09:35

Modified files:
	etc            : rc.shutdown 

Log message:
Do like in rc.local and print the daemon name before running rc_stop.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/26 02:42:44

Modified files:
	devel/goffice  : Makefile distinfo 
	devel/goffice/pkg: PLIST 

Log message:
Minor update to goffice-0.8.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/26 02:43:02

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/patches: patch-src_dialogs_dialog-preferences_c 
	math/gnumeric/pkg: PLIST 

Log message:
Bugfix update to gnumeric-1.10.12.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/26 03:02:35

Modified files:
	share/man/man5 : bsd.port.mk.5 
	share/man/man7 : packages-specs.7 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/26 03:21:17

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/pkg: PLIST-tests 

Log message:
update MySQL to 5.1.53; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/11/26 04:59:40

Modified files:
	sys/arch/amd64/include: cpu.h 
	sys/arch/amd64/amd64: cpu.c 

Log message:
Nuke the unused variable cpus_attached. It is unused and 32 bits
aren't enough to keep track of possible cores these days anyway.

36-core amd64 box encountered by dlg@

ok dlg@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2010/11/26 05:24:14

Modified files:
	etc            : sysctl.conf 

Log message:
better line for net.inet.carp.log reflecing current reality;
ok mcbride@ claudio@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2010/11/26 05:25:52

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
more useful logging level for demotion adjustments
ok mcbide@ claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/26 06:30:19

Modified files:
	devel/libusb   : Makefile 
	devel/libusb/patches: patch-bsd_c 

Log message:
Implement usb_clear_halt as it's required by several scanners and UPS.
Add O_NONBLOCK inusb_interrupt_read  to to fix communication with UPS.
Fix return value of usb_control_msg.

All from FreeBSD.

Add missing WANTLIB while here.

ok sthen@ jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/26 06:45:04

Modified files:
	www/squid      : Makefile 
	www/squid/patches: patch-configure_in 
	www/squid/pkg  : DESCR PLIST 
Added files:
	www/squid/patches: patch-helpers_basic_auth_SMB_Makefile_in 
	                   patch-helpers_external_acl_wbinfo_group_wbinfo_group_pl 
	                   patch-src_defines_h 
	www/squid/pkg  : PFRAG.ntlm README squid.rc 
Removed files:
	www/squid/pkg  : MESSAGE 

Log message:
Add ntlm flavor for NTLM authentication
Fix pthread linkage
Fix default path for errors directory
Switch to pkg-readmes
Add an rcscript

OK giovanni@, Brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:07:17

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
typo, noticed by Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:14:25

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
not yet. bump to avoid problems


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:17:17

Modified files:
	audio/sound-theme-freedesktop: Makefile 
	audio/soundtouch: Makefile 
	audio/tremor   : Makefile 
	devel/arm-elf/gcc: Makefile 
	devel/automake/1.10: Makefile 
	devel/avr/gcc  : Makefile 
	graphics/agg   : Makefile 
	lang/gcc/3.3   : Makefile 
	lang/gcc/4.2   : Makefile 
	print/lilypond : Makefile 

Log message:
zap autoconf-N: part, since it's now default


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:23:31

Modified files:
	chinese/libtabe: Makefile 
	databases/db/v3: Makefile 
	mail/bogofilter: Makefile 
	net/crawl      : Makefile 
	security/dsniff: Makefile 

Log message:
db/v3 meets PKGSPEC


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/11/26 07:44:01

Modified files:
	usr.sbin/ldapd : index.c 

Log message:
Unbreak re-indexing by checking if an index entry already exists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:44:27

Modified files:
	databases/db/v4: Makefile 
	devel/poedit   : Makefile 
	lang/ruby/1.9  : Makefile 
	mail/dovecot   : Makefile 
	mail/perdition : Makefile 
	telephony/kamailio: Makefile 
	textproc/gonzui: Makefile 

Log message:
default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
with erroneous depends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:50:10

Modified files:
	comms/xastir   : Makefile 
	databases/evolution-data-server: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/ruby-bdb: Makefile 
	devel/apr-util : Makefile 
	editors/openoffice3: Makefile 
	lang/open-cobol: Makefile 
	lang/python    : Makefile.inc 
	mail/avenger   : Makefile 
	mail/bogofilter: Makefile 
	mail/cyrus-imapd: Makefile 
	mail/isync     : Makefile 
	net/dc_gui     : Makefile 
	net/dctc       : Makefile 
	net/netatalk   : Makefile 
	security/cyrus-sasl2: Makefile 
	sysutils/cfengine: Makefile 
	www/squidguard : Makefile 
	x11/gnome/libgda: Makefile 
	x11/kde/addons3: Makefile 

Log message:
since db/v4 has db->=4,<5 as default, no need to specify it explicitly


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 07:56:15

Modified files:
	net/angst      : Makefile 
	net/arping     : Makefile 
	net/ettercap   : Makefile 
	net/firewalk   : Makefile 
	net/libnet/1.0 : Makefile 
	net/libnet/1.1 : Makefile 
	net/libnids    : Makefile 
	net/nemesis    : Makefile 
	net/packit     : Makefile 
	net/sing       : Makefile 
	net/tcptraceroute: Makefile 
	net/thcrut     : Makefile 
	net/yersinia   : Makefile 
	security/despoof: Makefile 
	security/dsniff: Makefile 
	security/isic  : Makefile 
	security/rdp   : Makefile 
	security/scanlogd: Makefile 
	security/sentinel: Makefile 
	security/vomit : Makefile 
	sysutils/heartbeat: Makefile 

Log message:
libnet PGKSPEC


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 08:00:45

Modified files:
	devel/libsigc++-2: Makefile 
	devel/libsigc++: Makefile 
	devel/gconfmm  : Makefile 
	devel/glib2mm  : Makefile 
	devel/libuta   : Makefile 
	devel/varconf  : Makefile 
	graphics/cairomm: Makefile 
	net/libtorrent : Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/libgnomecanvasmm: Makefile 

Log message:
better specs for libsigc++, fixes ekiga build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/26 08:44:33

Modified files:
	www/squid      : Makefile 
	www/squid/pkg  : squid.rc 

Log message:
"pexp is useless in the rc script, please remove it." ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2010/11/26 09:04:46

Modified files:
	.              : donations.html 

Log message:
Cato Auestad sent me an SGI O2.  Thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	claudio@cvs.openbsd.org	2010/11/26 09:53:00

Modified files:
	driver/xf86-input-keyboard/src: bsd_kbd.c 

Log message:
Add a nasty little hack to make keyboard selection work for Swiss keyboard
encodings and the Canadian French one. The way XkbLayout and XkbVariant
work for this encodings changed some long time ago and the result was
that you would end up with no keyboard at all in X. Now XkbVariant includes
part of the layout selection which is about as ugly and makes the wscons
mapping a bit tricky.
OK matthieu@, maja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 10:27:38

Modified files:
	lang/ghc       : ghc.port.mk 
	lang/llvm-gcc4 : Makefile 
	lang/ocaml     : ocaml.port.mk 

Log message:
use =${VERSION} dialect


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 11:23:57

Modified files:
	.              : INDEX 

Log message:
synch after latest depends sweep


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 13:11:12

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: Inserter.pm Var.pm mksqlitedb 

Log message:
report Yes/No variables with wrong values.
common work with Florent Tribouilloy

also rework Yes/No variables as valued variables.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/26 13:13:55

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/armish/conf: GENERIC 
	sys/arch/beagle/conf: GENERIC 
	sys/arch/gumstix/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/palm/conf: GENERIC 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC 

Log message:
Disable uscanner(4) by default on all kernels which configure it. First step
until possible removal, if indeed this causes no regression for scanner users.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 13:24:36

Modified files:
	infrastructure/mk: perl.port.mk 

Log message:
SHARED_ONLY is Yes or No


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/26 13:30:21

Modified files:
	share/man/man4/man4.sparc64: creator.4 

Log message:
Don't suggest there are variants of this card that can be stuck in a PCI slot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/26 13:32:38

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: Var.pm mksqlitedb 
	databases/sqlports/pkg: DESCR-compact DESCR-main 

Log message:
handle USE_MOTIF, add PKGSPEC


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/26 13:39:21

Modified files:
	sys/arch/arm/include: vmparam.h 

Log message:
Oops, removed a few lines too many in previous change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/26 14:03:36

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
In gfxp_copyrect(), make sure that the - possibly negative - coordinate fields, which are supposed to be 16 bit values, are properly masked to avoid polluting
other fields.
From NetBSD; ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/11/26 16:21:49

Modified files:
	devel/p5-Sub-Name: Makefile distinfo 

Log message:
- update p5-Sub-Name from 0.04 to 0.05
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2010/11/26 17:32:58

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Another cam: Logitech HD Pro Webcam C910

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2010/11/26 17:35:41

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2010/11/26 17:38:29

Modified files:
	sys/dev/usb    : uvideo.h 

Log message:
Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on
Logitech HD Pro Webcam C910 (and probably others) to make it work.

Debugging, suggested and ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/26 19:17:43

Modified files:
	usr.bin/mandoc : roff.7 

Log message:
Document .so.
This file still needs lots of love before we can consider installing it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/27 01:52:05

Modified files:
	devel/p5-App-CLI: Makefile 

Log message:
- set EPOCH, as pkg_add didn't think the version increased.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/27 02:16:58

Log message:
    import libzip 0.9.3
    
    libzip is a C library for reading, creating, and modifying zip archives.
    Files can be added from data buffers, files, or compressed data copied
    directly from other zip archives. Changes made without closing the
    archive can be reverted.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102711
    
    N ports/archivers/libzip/distinfo
    N ports/archivers/libzip/Makefile
    N ports/archivers/libzip/pkg/DESCR
    N ports/archivers/libzip/pkg/PLIST
    N ports/archivers/libzip/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/27 02:17:40

Modified files:
	archivers      : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/11/27 02:28:44

Modified files:
	net/py-IP      : Makefile distinfo 

Log message:
- update py-IP to 0.72

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/27 02:32:09

Modified files:
	sysutils/testdisk: Makefile 

Log message:
Fix WANTLIB and bump.

Ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/27 03:01:37

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
somewhat large quirk for texlive.

with the needed files, which is quite a bit more than just fmt files,
and does include symlinks too...


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/27 04:12:12

Modified files:
	www/squid      : Makefile 

Log message:
Style fix (no bump needed).

Pointed out by Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/27 04:36:00

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/patches: patch-backend_epson2_c 
	                                patch-configure 
Added files:
	graphics/sane-backends/patches: patch-backend_epson2-commands_c 

Log message:
Fix a few warnings.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/27 04:54:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
minor fix for ports which install manpages in other directories: keep
track of all known directories, so when we generate a manpage in a new
catN directory, we add the entry and it gets deleted properly.
-> requires a bump to affected packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/27 04:54:53

Modified files:
	lang/STk       : Makefile 
	lang/erlang    : Makefile 
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
	lang/kaffe     : Makefile 
	math/maple     : Makefile 
	net/maradns    : Makefile 
	x11/qt3        : Makefile 
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.5   : Makefile 
	x11/tk/8.4     : Makefile 
	x11/tk/8.5     : Makefile 

Log message:
minor bumps after pkg_create fix: generate catN entry when needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/27 04:55:15

Modified files:
	usr.sbin/pkg_add/OpenBSD/LibSpec: Build.pm 

Log message:
zap old-style .>= specs


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/11/27 04:58:12

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
avoid infinite loops correctly this time


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/27 06:03:04

Modified files:
	sys/arch/amd64/amd64: cpu.c 
	sys/arch/i386/i386: cpu.c 

Log message:
Make sure we don't attach more CPUs than we can handle.  Prevents an
out-of-bounds array access later on.

Allows OpenBSD to boot on machines with more than 32 CPUs/cores.

ok krw@, jsing@, dlg@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/27 07:20:47

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
pixman build fails on vax.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/27 07:25:47

Modified files:
	app/cwm        : Makefile 
	app/fvwm       : Makefile.inc 
	app/fvwm/fvwm  : Makefile 
	app/fvwm/modules: Makefile.inc 
	app/fvwm/utils : Makefile 
	app/ssh-askpass: Makefile 
	app/xidle      : Makefile 
	app/xsystrace  : Makefile 
	app/xterm      : Makefile 
	app/video      : Makefile 
	app/xvctl      : Makefile 
	app/xlockmore  : Makefile.bsd-wrapper configure.in 

Log message:
Explicitely link libxcb when needed for static arches.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/27 07:26:12

Modified files:
	app/xlockmore  : configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/27 07:41:06

Modified files:
	driver/xf86-input-keyboard: COPYING ChangeLog Makefile.am 
	                            Makefile.in aclocal.m4 config.h.in 
	                            configure configure.ac 
	driver/xf86-input-keyboard/man: Makefile.am Makefile.in kbd.man 
	driver/xf86-input-keyboard/src: Makefile.am Makefile.in 
	                                at_scancode.c bsd_KbdMap.c 
	                                bsd_kbd.c bsd_kbd.h hurd_kbd.c 
	                                kbd.c lnx_KbdMap.c lnx_kbd.c 
	                                lnx_kbd.h sun_kbd.c sun_kbd.h 
	                                sun_kbdMap.c xf86Keymap.h 
Added files:
	driver/xf86-input-keyboard: INSTALL 
Removed files:
	driver/xf86-input-keyboard/src: sco_KbdMap.c sco_kbd.c sco_kbd.h 

Log message:
update to xf86-input-keyboard 1.5.0
Tested by ajacoutot@, shadchin@, jasper@ and landry@. Thanks.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/27 07:52:38

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/11/27 10:05:00

Modified files:
	geo/josm       : Makefile distinfo 

Log message:
Minor version update 3376->3592


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/27 10:13:42

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-main PLIST-ui 

Log message:
- update libgda to 4.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/27 10:46:47

Modified files:
	usr.bin/mandoc : roff.7 

Log message:
Document .de and .de1.
Extend and improve .ds documentation.
Improve .ig and .nr documentation.
Add minimal explanations for .am, .ami, .am1, and .dei.
Start improving the distinction of requests and macros.
Add myself as an author.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 11:04:23

Modified files:
	sys/arch/solbourne/solbourne: locore.s 
	sys/arch/sparc/sparc: locore.s 
	sys/arch/sparc64/sparc64: locore.s 
	sys/arch/vax/vax: locore.S trap.c 

Log message:
Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, and
fix outdated comments suggesting kcopy() will return -1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 11:21:05

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Missed one rbus_new_body() call in previous change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 11:31:53

Modified files:
	sys/arch/macppc/pci: vgafb.c vgafbvar.h 

Log message:
Remove unused vgafb_cnprobe().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 12:41:48

Modified files:
	sys/arch/sparc/include: cpu.h proc.h 
	sys/arch/sparc/sparc: emul.c machdep.c trap.c 
	sys/arch/sparc64/include: cpu.h proc.h 
	sys/arch/sparc64/sparc64: emul.c machdep.c trap.c 

Log message:
Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN
userland traps on a per-process basis, were necessary for *some* SunOS
binaries on sparc, which had to compiled with explicit misaligned access code
generation (i.e. for vendors to release a working SunOS/sparc version of their
code until they could fix their bogus code).

There is no reason to keep this code on sparc64, and now that we don't provide
COMPAT_SUNOS anymore, there is no reason to keep this code on sparc.

ok kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/11/27 12:51:44

Modified files:
	.              : plus.html plus48.html 

Log message:
openssl fix for plus48 and two weeks of plus.html from Nicolas MP Legrand


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 12:57:23

Modified files:
	share/man/man4 : ddb.4 
	sys/arch/alpha/alpha: db_interface.c db_trace.c 
	sys/arch/alpha/include: db_machdep.h 
	sys/arch/amd64/include: db_machdep.h 
	sys/arch/arm/include: db_machdep.h 
	sys/arch/hppa/hppa: trap.c 
	sys/arch/hppa/include: db_machdep.h 
	sys/arch/hppa64/hppa64: trap.c 
	sys/arch/hppa64/include: db_machdep.h 
	sys/arch/i386/include: db_machdep.h 
	sys/arch/m68k/include: db_machdep.h 
	sys/arch/m88k/include: db_machdep.h 
	sys/arch/m88k/m88k: db_sstep.c 
	sys/arch/mips64/include: db_machdep.h 
	sys/arch/mips64/mips64: db_machdep.c 
	sys/arch/powerpc/include: db_machdep.h 
	sys/arch/sh/include: db_machdep.h 
	sys/arch/sparc/include: db_machdep.h 
	sys/arch/sparc64/include: db_machdep.h 
	sys/arch/sparc64/sparc64: db_interface.c 
	sys/arch/vax/include: db_machdep.h 
	sys/ddb        : db_run.c db_run.h db_trap.c 

Log message:
Remove ddb single-step load and store counters. Most platforms do not
implement them, and they are of questionable usefulness.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 12:59:11

Modified files:
	share/man/man4 : ddb.4 
	sys/ddb        : db_break.c db_break.h db_run.c db_watch.c 
	                 db_watch.h 

Log message:
Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not
pretend these could work on userland addresses.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 13:45:27

Modified files:
	sys/arch/arm/arm: pmap.c 
	sys/arch/arm/include: pmap.h 

Log message:
Get rid of the global pmap list and related debug code. While there, merge
pmap_pinit() into pmap_create(). Help and ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/27 13:46:39

Modified files:
	sys/arch/arm/arm: db_trace.c 

Log message:
Rework the way saved registers are displayed in arm backtraces, to yield a
more compact layout, and use fewer lines. Requested by espie@ long ago due
to the small zaurus screen size.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/27 13:52:34

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Two related bugfixes:

1) When using a user-defined string of length 0 as a macro,
do not access memory before the start of the string (segfault).

2) When beginning to define a user-defined macro, initialize
the string representing the macro to the empty string,
not to the NULL pointer, such that, in case the macro turns
out to not have any content, like in
.de IX
..
the macro will be defined and empty instead of undefined.

This avoids large numbers of bogus mandoc ERROR messages about
undefined macros (which are actually defined and empty), in
particular in man(7) code generated from pod2man(1), for example
in Perl and OpenSSL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/11/27 14:02:55

Modified files:
	archivers/gtar : Makefile 
Added files:
	archivers/gtar/patches: patch-src_create_c patch-src_incremen_c 
	                        patch-src_names_c 

Log message:
Fix bug with --one-file-system and --listed-incremental.  This is
important for at least misc/amanda-client.  From upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/27 14:57:23

Added files:
	share/man/man7 : roff.7 
Removed files:
	usr.bin/mandoc : roff.7 

Log message:
Move our partial roff language manual to the right place,
such that, after some more improvements, we will eventually
be able to install it.
jmc@ agrees with the plan.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/27 15:34:47

Modified files:
	lang/ghc       : Makefile 

Log message:
Set PORTHOME. Needed for the texlive 2010 update (two fonts are
rendered with mktexpk).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/27 18:00:41

Modified files:
	usr.bin/mandoc : roff.c 
	share/man/man7 : roff.7 

Log message:
Parse and ignore the .ad, .hy, .nh, and .ne roff requests.
Ignoring these can neither cause information loss nor serious
formatting issues.  As they are frequently used by pod2man(1),
this considerably reduces ERROR noise from mandoc -Tlint
for the Perl manuals.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/28 04:43:41

Modified files:
	sys/net        : if_pfsync.c 

Log message:
there's no need to take splsoftnet in the input packet action handlers
since theyre only ever called from pfsync_input, which is only called
from ipintr, which is only called by softnet.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2010/11/28 05:23:43

Modified files:
	.              : want.html 

Log message:
remove a few things


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/28 06:56:43

Modified files:
	usr.sbin/smtpd : aliases.c authenticate.c bounce.c client.c 
	                 client.h config.c control.c dns.c enqueue.c 
	                 expand.c forward.c lka.c log.c makemap.c map.c 
	                 map_backend.c map_parser.c mda.c mfa.c mta.c 
	                 parse.y parser.c queue.c queue_shared.c 
	                 ruleset.c runner.c smtp.c smtp_session.c 
	                 smtpctl.c smtpd.c smtpd.h ssl.c util.c 
Added files:
	usr.sbin/smtpd : log.h 

Log message:
a bit of .h cleanups, no functionnal change


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/28 07:02:46

Modified files:
	usr.sbin/smtpd : aliases.c authenticate.c dns.c 

Log message:
remove unused headers


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/28 07:35:58

Modified files:
	usr.sbin/smtpd : enqueue.c expand.c forward.c lka.c makemap.c 
	                 map.c map_backend.c map_parser.c mda.c mfa.c 
	                 mta.c parse.y parser.c queue.c queue_shared.c 
	                 ruleset.c runner.c smtp.c smtp_session.c 
	                 smtpctl.c smtpd.c 

Log message:
remove all unused headers


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/28 08:22:59

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
The change from gpsd-motif to gpsd-x11 needs a quirk to let
pkg_add -ui work correctly.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/28 08:32:00

Modified files:
	usr.sbin/smtpd : queue.c 

Log message:
remove unused functions


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/28 08:45:26

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Define the terms "callable" and "parsed" with more precision.
Be more specific about what "historic groff" refers to.
Explicitely mention the nine argument limit below COMPATIBILITY.
feedback and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/28 10:11:43

Modified files:
	etc            : bgpd.conf 

Log message:
Update example filterset to include a basic IPv6 filterset.
While there extend the current IPv4 filterset.
OK sthen@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/28 11:08:19

Modified files:
	multimedia/libquicktime: Makefile 
	multimedia/libquicktime/pkg: DESCR 

Log message:
sync LIB_DEPENDS/WANTLIB and fix capitalization, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/11/28 11:19:50

Modified files:
	textproc/dblatex: Makefile 
Added files:
	textproc/dblatex/patches: 
	                          patch-lib_dbtexmf_dblatex_grubber_bibtex_py 
	                          patch-lib_dbtexmf_dblatex_grubber_index_py 
	                          patch-xsl_url_xsl 

Log message:
Let this work with both texlive2009 and texlive2010.

The os.environ stuff is ok according to martynas@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/28 12:35:33

Modified files:
	usr.bin/mandoc : main.c man.c mandoc.h mdoc.c roff.c 

Log message:
To avoid FATAL errors, we have been parsing and ignoring the roff
requests .am, .ami, .am1, .dei, and .rm for a long time.
Since ignoring them can (rarely) cause information loss and serious
misformatting, throw an ERROR: NOT IMPLEMENTED when finding them.
Implementing them would not be too difficult, but they are so rare
in practice that i can find better use for my time right now.

In this context,
- Put the string "NOT IMPLEMENTED" into two other error messages
as well, to distinguish them from those caused by broken input.
- Print the string "unknown macro" once, not twice in the error message
associated with MANDOCERR_MACRO, and begin printing the buffer at the
point where the unknown macro really is, not at the start of line.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/28 12:38:15

Modified files:
	fr             : donations.html ftp.html want.html 
	ja             : index.html 
	nl             : donations.html 
	openbgpd/cs    : index.html 
	opencvs/cs     : index.html 
	openntpd/cs    : index.html 
	openntpd/ja    : index.html 
	openssh/cs     : index.html 
	openssh/ja     : ftp.html index.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:09:14

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
Don't bother .import'ing a dead global.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:09:40

Modified files:
	sys/arch/hppa/gsc: gscbus.c gscbusvar.h 

Log message:
Remove unused gscbus bus_dma_tag_t.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/28 13:24:33

Modified files:
	sys/netinet    : in.c 

Log message:
Only call ifa_del() when no error happend previously. Do the same thing
for dohooks() since it makes no sense to call the if_addrhooks when the
address assignment failed. Additionally only call ifa_add() in
in_ifinit() when no error happend. Fixes a carp(4) panic seen by dhill
and dlg.  OK henning@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:28:28

Modified files:
	sys/arch/loongson/include: vmparam.h 
	sys/arch/mips64/include: vmparam.h 

Log message:
Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRAT
strategy value (BSEARCH); use BIGFIRST on loongson since there are only up
to two memory segments.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:30:54

Modified files:
	sys/arch/mips64/include: pmap.h 
	sys/arch/mips64/mips64: pmap.c 

Log message:
Enable __HAVE_PMAP_DIRECT on mips64, unless the kernel is configured to
run on R5000 family processors (e.g. sgi GENERIC-IP32), where direct XKPHYS
mappings hit a silicon bug.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:35:15

Modified files:
	sys/arch/mips64/include: param.h 

Log message:
Update comment to no longer mention a page is 4KB, since this may not be the
case.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:44:20

Modified files:
	sys/arch/arm/arm: arm32_machdep.c pmap.c 
	sys/arch/arm/include: cpu.h 
	sys/arch/armish/armish: autoconf.c 
	sys/arch/beagle/beagle: autoconf.c 
	sys/arch/gumstix/gumstix: autoconf.c 
	sys/arch/palm/palm: autoconf.c 
	sys/arch/zaurus/zaurus: autoconf.c 

Log message:
Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernel
sysctl. Only the first one is really implemented, and it only matters on
older processor flavours we don't run on (and don't want to), so this was
just dead weight.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:45:46

Modified files:
	sys/arch/arm/arm: cpuswitch.S 

Log message:
This file redefines the IRQdisable and IRQenable macros, but never uses them,
so why bother.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:46:55

Modified files:
	sys/arch/palm/include: internal_types.h 

Log message:
Use angle brackets instead of quotes, to bring the common arm file.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:48:46

Modified files:
	sys/arch/arm/arm: conf.c 
	sys/arch/arm/include: conf.h 

Log message:
Remove inapplicable or no longer used cdevsw[] entries and macros.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:49:47

Modified files:
	sys/arch/armish/include: conf.h 
	sys/arch/beagle/include: conf.h 
	sys/arch/gumstix/include: conf.h 
	sys/arch/palm/include: conf.h 
	sys/arch/zaurus/include: conf.h 

Log message:
Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares about
CONF_HAVE_GPIO and CONF_HAVE_APM those days.


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/11/28 13:53:41

Modified files:
	sys/arch/octeon/octeon: machdep.c 

Log message:
boot descriptor support added


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 13:57:10

Modified files:
	sys/arch/alpha/alpha: cpu.c 

Log message:
Do not declare a struct cfdriver and initialize it, and then write `extern
struct cfdriver' the bloody same struct.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 14:00:04

Modified files:
	sys/arch/alpha/alpha: autoconf.c machdep.c 
	sys/arch/alpha/include: cpu.h 

Log message:
Get rid of machdep.root_device sysctl and related variables.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/28 14:01:41

Modified files:
	sys/arch/alpha/alpha: pmap.c 

Log message:
Rename the pmap_growkernel() current limit variable from virtual_end to
pmap_maxkvaddr, to mimic what other pmap_growkernel()-capable pmaps do,
and to reduce confusion with what virtual_end (used to) mean.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/28 14:30:37

Modified files:
	lang/gfortran  : Makefile 
	lang/gfortran/pkg: PLIST-lib PLIST-main 
	lang/gcc/4.0   : Makefile 
	lang/gcc/4.0/pkg: PLIST-f95 
	lang/gcc/4.1   : Makefile 
	lang/gcc/4.1/pkg: PLIST-f95 
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/pkg: PLIST-f95 
	lang/gcc/4.3   : Makefile 
	lang/gcc/4.3/pkg: PLIST-f95 

Log message:
- add missing conflict markers between g95 and (lib)gfortran.

ok steven@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/28 15:08:59

Modified files:
	sys/dev/ic     : re.c rtl81x9reg.h 

Log message:
Bring back MCLGETI; a fix for the issue that was the reason for its previous
backout will be committed shortly.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/28 15:13:48

Modified files:
	sys/dev/ic     : re.c 

Log message:
Get rid of "forever" loop in the interrupt handler such that we drop out of the
interrupt handler if the "Rx Descriptor Unavailable" bit is set and no new
mbufs are available to populate descriptors.  Fixes hangs seen with MCLGETI.

ok sthen@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/28 17:04:09

Modified files:
	sys/arch/amd64/include: cpu.h 

Log message:
bump the number of supported cpus from 32 up to 64. lets me attach and use
all 48 cores in one of my boxes.

requested by deraadt@
made possible by the recent pmap diff by kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/28 17:06:04

Modified files:
	sys/arch/amd64/include: param.h 

Log message:
double the default message buffer size. again.

requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/28 17:12:02

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : main.c man.c man.h man_action.c man_html.c 
	                 man_macro.c man_term.c man_validate.c mandoc.h 

Log message:
Implement the roff .ft (change font) request for man(7).
Of course, we don't want to encourage low-level physical markup,
but pod2man(1) writes such requests, so Perl manuals contain them,
and some Xenocara and lots and lots of ports manuals use them as well.
In base and Xenocara, this will reduce mandoc -Tlint ERROR noise;
in ports, it will improve rendering of many manuals.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/28 18:44:41

Modified files:
	usr.bin/mandoc : man.c 

Log message:
Downgrade the easier of the two cases of MANDOCERR_SYNTLINESCOPE
to MANDOCERR_LINESCOPE, i.e. from FATAL to ERROR.

That is, when an element next line scope is empty except for one
or more NSCOPED macros (like in .B .br .br .B), throw away the
empty element including its NSCOPED children such that the parser
can prod on.

While here, improve the error message and tell the user which element
has been thrown away.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/28 19:26:45

Modified files:
	usr.bin/mandoc : man.3 man.c man.h man_action.c man_html.c 
	                 man_macro.c man_term.c man_validate.c 

Log message:
Now that we have proper .de support in the roff(7) library,
it is time to remove the .Sp, .Vb, and .Ve kludge
that was added to the man(7) library to build Perl manuals.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/28 22:31:38

Modified files:
	sys/net        : if_pfsync.c if_pfsync.h 

Log message:
get rid of struct pfsync_pkt. it was used to store data on the stack to
pass to all the submessage handlers, but only the flags part of it was
ever used. just pass the flags directly instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/11/28 23:48:10

Modified files:
	sys/net        : if_pfsync.c 

Log message:
use m_pulldown to get a contig view of the pfsync_header instead of
m_pullup.

not really a significant change since most rx bufs (which we read pfsync
packets from) are a single contig cluster coming off the network, so we
rarely hit the case m_pullup was called in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/29 02:48:40

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
Update to 3.3.0rc7 and add more mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/29 03:01:04

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/pkg: PLIST-main 

Log message:
Add a bin/openoffice3 link to make some stuff work out of the box,
and there might be more needing this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 03:09:39

Modified files:
	x11/pinot      : Makefile 

Log message:
Remove non existent CONFIGURE_ARGS, no pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/11/29 05:43:55

Modified files:
	usr.sbin/httpd/conf: mime.types 

Log message:
add rss mime type; while here, use tabs instead of spaces in atom+xml type.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 07:16:22

Modified files:
	x11/gnome/libgail-gnome: Makefile 
	x11/gnome/libgail-gnome/pkg: PLIST 
Removed files:
	x11/gnome/libgail-gnome/pkg: PFRAG.shared 

Log message:
Set SHARED_ONLY and don't install static gtk modules.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 07:17:33

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
	x11/gnome/at-spi: Makefile 
	x11/gnome/at-spi/pkg: PLIST 

Log message:
Don't install useless libtool files and static libs under the modules/ dir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 07:18:17

Modified files:
	mail/cyrus-imapd: Makefile distinfo 
	mail/cyrus-imapd/patches: patch-configure patch-imap_mailbox_c 

Log message:
Bugfix update to cyrus-imapd-2.4.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/29 08:05:07

Log message:
    Import drupal6-password_strength-1.0:
    
    This module adds PHP-based password strength checking and validation
    routines that mirror the jQuery routines, so that administrators can
    restrict passwords to only be, for example, "high" strength. The module
    simply modifies existing password confirm fields (where two passwords
    are entered, like the user edit form), so no other setup is required
    beyond configuring the desired enforcement rules.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-11-29
    
    N ports/www/drupal6/password_strength/Makefile
    N ports/www/drupal6/password_strength/distinfo
    N ports/www/drupal6/password_strength/pkg/PLIST
    N ports/www/drupal6/password_strength/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/11/29 08:07:21

Modified files:
	www/drupal6    : Makefile 

Log message:
+drupal6-password_strength


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/11/29 08:25:56

Modified files:
	usr.sbin/smtpd : dns.c lka.c mta.c smtpd.h util.c 
	usr.sbin/smtpd/smtpd: Makefile 
Added files:
	usr.sbin/smtpd : asr.c asr.h dname.c dnsdefs.h dnsutil.h pack.c 
	                 print.c res_random.c sockaddr.c 

Log message:
replace the fork-based-non-blocking-resolver-hack by shiny async resolver
written by eric@. it is still experimental but still better than what we
had earlier so ... we'll improve in tree :)

diff by me with *lots* of help from eric@, tested by todd and I (and a
few people out there)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/29 10:02:42

Modified files:
	usr.sbin/bgpd  : rde_filter.c 

Log message:
Deny prefixes that have F_ATTR_PARSE_ERR set by default. Now they
will not leak into the Loc-RIB or other RIBs but act as withdraws.
The invalid prefixes would not been selected anyway but it is better
to keep them out of all RIBs but the Adj-RIB-In.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 10:18:50

Modified files:
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/patches: patch-Tomboy_tomboy-panel_in 
	x11/gnome/tomboy/pkg: PLIST 
Added files:
	x11/gnome/tomboy/patches: 
	                          patch-Tomboy_Synchronization_SyncUtils_cs 

Log message:
No point in looking for modprode, lsmod or any other program we need to
make FUSE work since we don't support it. Disable WebDAV support which
requires FUSE.
Actually log tomboy-panel output where intended.


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2010/11/29 10:28:29

Modified files:
	sbin/fsck      : preen.c 

Log message:
make "fsck -p" respect fs_passno > 2, as implied by the manual. This can
be used to schedule the check of softraid(4) disks after all the slices
on the component disks have been checked.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/29 10:34:26

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
bunch of RTL8192SU product ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/11/29 10:35:25

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 11:04:25

Modified files:
	x11/pinot      : Makefile 

Log message:
Mark broken on GCC4_ARCHS while a fix is in the work.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/11/29 11:57:06

Modified files:
	usr.bin/ssh    : authfile.c 

Log message:
correctly load comment for encrypted rsa1 keys;
report/fix Joachim Schipper; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/11/29 12:38:59

Modified files:
	sys/net        : if.c 

Log message:
Let ifa_print_rb() build on INET6-free kernels. Repairs RAMDISK on a few
platforms.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 12:43:08

Modified files:
	lt             : index.html 
	pt             : donations.html 
	zh             : errata.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 errata45.html errata46.html errata47.html 
	                 index.html plat.html 
Added files:
	zh             : errata48.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/11/29 12:45:58

Modified files:
	usr.bin/tmux   : tmux.1 tmux.c 

Log message:
If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys
to vi.

Based on a diff from martynas@, previously requested by a couple of
other people.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:03:46

Modified files:
	x11/rendercheck: Makefile distinfo 
Removed files:
	x11/rendercheck/patches: patch-tests_c 

Log message:
Update to version 1.4. with feedback from sthen@, ok ajacoutot@, landry@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:07:18

xenocara/app/xterm/package

Update of /cvs/xenocara/app/xterm/package
In directory cvs.openbsd.org:/tmp/cvs-serv24054/package

Log Message:
Directory /cvs/xenocara/app/xterm/package added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:07:31

xenocara/app/xterm/package/debian

Update of /cvs/xenocara/app/xterm/package/debian
In directory cvs.openbsd.org:/tmp/cvs-serv13585/package/debian

Log Message:
Directory /cvs/xenocara/app/xterm/package/debian added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:07:46

xenocara/app/xterm/package/debian/source

Update of /cvs/xenocara/app/xterm/package/debian/source
In directory cvs.openbsd.org:/tmp/cvs-serv21082/package/debian/source

Log Message:
Directory /cvs/xenocara/app/xterm/package/debian/source added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:10:09

Modified files:
	app/xterm      : MANIFEST THANKS button.c charproc.c 
	                 configure.in ctlseqs.ms ctlseqs.txt fontutils.c 
	                 misc.c trace.h version.h xterm.h xterm.log.html 
	                 xterm.man xtermcfg.h xtermcfg.hin 
Added files:
	app/xterm/package: xterm.spec 
	app/xterm/package/debian: changelog color.sed compat control 
	                          copyright rules watch xterm-dev.docs 
	                          xterm-xres.sed 
	app/xterm/package/debian/source: format 

Log message:
Update to xterm 267. Tested by shadchin@, jasper@, ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/29 13:20:41

Modified files:
	sysutils/collectd: Makefile distinfo 
	sysutils/collectd/patches: patch-configure 
	sysutils/collectd/pkg: PLIST-main 

Log message:
SECURITY UPDATE of collectd to 4.10.2, among the regular bugfixes is a fix
for SA42393, collectd "cu_rrd_create_file()" Denial of Service Vulnerability.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/29 13:39:42

Modified files:
	misc/shared-mime-info: Makefile distinfo 
	misc/shared-mime-info/patches: patch-Makefile_in 
	misc/shared-mime-info/pkg: PLIST 

Log message:
Update to shared-mime-info-0.80.
Lots of new 'magic' and fixes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 13:49:46

Modified files:
	driver/xf86-video-apm: COPYING ChangeLog Makefile.am Makefile.in 
	                       README aclocal.m4 config.h.in configure 
	                       configure.ac ltmain.sh 
	driver/xf86-video-apm/man: Makefile.am Makefile.in 
	driver/xf86-video-apm/src: Makefile.am Makefile.in apm.h 
	                           apm_driver.c 
Added files:
	driver/xf86-video-apm: INSTALL 
Removed files:
	driver/xf86-video-apm: README.sgml 
	driver/xf86-video-apm/src: apm_rush.c 

Log message:
Update to xf86-video-apm 1.2.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/29 14:17:52

Removed files:
	driver/xf86-video-ast: COPYING ChangeLog Makefile.am 
	                       Makefile.bsd-wrapper Makefile.in README 
	                       aclocal.m4 config.guess config.h.in 
	                       config.sub configure configure.ac depcomp 
	                       install-sh ltmain.sh missing 
	driver/xf86-video-ast/src: Makefile.am Makefile.in ast.h 
	                           ast_2dtool.c ast_2dtool.h ast_accel.c 
	                           ast_cursor.c ast_cursor.h 
	                           ast_driver.c ast_mode.c ast_mode.h 
	                           ast_pcirename.h ast_tool.c 
	                           ast_vgatool.c ast_vgatool.h 
	driver/xf86-video-newport: COPYING ChangeLog Makefile.am 
	                           Makefile.bsd-wrapper Makefile.in 
	                           README README.sgml XF86Config.indy 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh ltmain.sh missing 
	driver/xf86-video-newport/man: Makefile.am Makefile.in 
	                               newport.man 
	driver/xf86-video-newport/src: Makefile.am Makefile.in newport.h 
	                               newport_accel.c newport_cmap.c 
	                               newport_cursor.c newport_driver.c 
	                               newport_regs.c newport_regs.h 
	                               newport_shadow.c 
	driver/xf86-video-sisusb: COPYING ChangeLog INSTALL Makefile.am 
	                          Makefile.in README aclocal.m4 
	                          config.guess config.h.in config.sub 
	                          configure configure.ac depcomp 
	                          install-sh ltmain.sh missing 
	driver/xf86-video-sisusb/man: Makefile.am Makefile.in sisusb.man 
	driver/xf86-video-sisusb/src: Makefile.am Makefile.in sisusb.h 
	                              sisusb_accel.c sisusb_accel.h 
	                              sisusb_cursor.c sisusb_cursor.h 
	                              sisusb_dac.c sisusb_dac.h 
	                              sisusb_driver.c sisusb_driver.h 
	                              sisusb_init.c sisusb_init.h 
	                              sisusb_opt.c sisusb_osdef.h 
	                              sisusb_regs.h sisusb_setup.c 
	                              sisusb_shadow.c sisusb_struct.h 
	                              sisusb_types.h sisusb_utility.c 
	                              sisusb_vga.c sisusb_video.c 
	                              sisusb_video.h sisusb_videostr.h 
	driver/xf86-video-suncg14: COPYING ChangeLog Makefile.am 
	                           Makefile.in aclocal.m4 config.guess 
	                           config.h.in config.sub configure 
	                           configure.ac depcomp install-sh 
	                           ltmain.sh missing 
	driver/xf86-video-suncg14/man: Makefile.am Makefile.in 
	                               suncg14.man 
	driver/xf86-video-suncg14/src: Makefile.am Makefile.in cg14.h 
	                               cg14_driver.c 
	driver/xf86-video-suncg3: COPYING ChangeLog Makefile.am 
	                          Makefile.in README aclocal.m4 
	                          config.guess config.h.in config.sub 
	                          configure configure.ac depcomp 
	                          install-sh ltmain.sh missing 
	driver/xf86-video-suncg3/man: Makefile.am Makefile.in suncg3.man 
	driver/xf86-video-suncg3/src: Makefile.am Makefile.in cg3.h 
	                              cg3_driver.c 
	driver/xf86-video-sunleo: COPYING ChangeLog Makefile.am 
	                          Makefile.in aclocal.m4 config.guess 
	                          config.h.in config.sub configure 
	                          configure.ac depcomp install-sh 
	                          ltmain.sh missing 
	driver/xf86-video-sunleo/man: Makefile.am Makefile.in sunleo.man 
	driver/xf86-video-sunleo/src: Makefile.am Makefile.in leo.h 
	                              leo_accel.c leo_checks.c 
	                              leo_cursor.c leo_driver.c 
	                              leo_frect.c leo_frectsp.c 
	                              leo_fspans.c leo_fspanssp.c 
	                              leo_glyph.c leo_regs.h 
	driver/xf86-video-suntcx: COPYING ChangeLog Makefile.am 
	                          Makefile.in README aclocal.m4 
	                          config.guess config.h.in config.sub 
	                          configure configure.ac depcomp 
	                          install-sh ltmain.sh missing 
	driver/xf86-video-suntcx/man: Makefile.am Makefile.in suntcx.man 
	driver/xf86-video-suntcx/src: Makefile.am Makefile.in tcx.h 
	                              tcx_cursor.c tcx_driver.c 
	                              tcx_regs.h 
	driver/xf86-video-tga: COPYING ChangeLog Makefile.am 
	                       Makefile.bsd-wrapper Makefile.in README 
	                       README.sgml aclocal.m4 config.guess 
	                       config.h.in config.sub configure 
	                       configure.ac depcomp install-sh ltmain.sh 
	                       missing 
	driver/xf86-video-tga/src: BT463ramdac.c BTramdac.c 
	                           IBM561ramdac.c ICS1562.c Makefile.am 
	                           Makefile.in tga.h tga_accel.c 
	                           tga_cursor.c tga_dac.c tga_driver.c 
	                           tga_line.c tga_pcirename.h tga_regs.h 
	                           tga_seg.c 

Log message:
Remove a bunch of video drivers that were never built on OpenBSD and
are unlikely to be ported in the future. no objection from miod@ krw@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/29 14:26:01

Modified files:
	www/tomcat/v5  : Makefile distinfo 
	www/tomcat/v5/files: tomcat.rc 
	www/tomcat/v5/patches: patch-bin_catalina_sh 
	                       patch-bin_setclasspath_sh 
	www/tomcat/v5/pkg: DESCR-main PLIST-admin PLIST-examples 
	                   PLIST-main README-main 

Log message:
Update tomcat/v5 to 5.5.31, adjust README, switch to SUBST_CMD,
kurt@ drops maintainership. From Daniel Dickman, "please commit" aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/11/29 14:27:24

Modified files:
	www/tomcat/v4  : Makefile 
	www/tomcat/v4/pkg: DESCR-main 
	www/tomcat/v6  : Makefile 
	www/tomcat/v6/pkg: DESCR-main 

Log message:
Drop obsolete lines from DESCR and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/29 15:33:11

Modified files:
	comms/hylafax  : Makefile 
	comms/hylafax/pkg: README 

Log message:
- style


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/11/29 15:49:26

Modified files:
	sbin/iked      : dh.c 
	sbin/isakmpd   : dh.c 

Log message:
make key exchange faster by not checking the predefined groups with DH_check()
ok mikeb@, djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/11/29 16:06:39

Modified files:
	www/squid      : Makefile 
	www/squid/patches: patch-configure_in 

Log message:
I accidentally broke the ldap flavor. Mea culpa.

Pointed out by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/11/29 16:18:30

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/pkg : PLIST-libpurple 

Log message:
update to 2.7.7

from brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/11/29 16:45:51

Modified files:
	usr.bin/ssh    : auth.c hostfile.c hostfile.h ssh.c ssh_config.5 
	                 sshconnect.c sshconnect.h sshconnect2.c 

Log message:
automatically order the hostkeys requested by the client based on
which hostkeys are already recorded in known_hosts. This avoids
hostkey warnings when connecting to servers with new ECDSA keys
that are preferred by default; with markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/11/29 17:38:58

Modified files:
	lib/libc/time  : localtime.c 

Log message:
replace a large stack buffer with a malloc call, with help from matthew.
ok deraadt
[passed upstream to the tz list as well]


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/11/29 17:48:56

Modified files:
	geo/josm       : distinfo 
	geo/josm/patches: patch-build_xml 

Log message:
Fix corrupt distfile noted by naddy@. Do a bit less work in getting
revision# here, more in mirror script. No bump as it could not have built.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/11/29 17:52:07

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Texas Instruments MSP430 as found in the Launchpad dev board


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/11/29 18:01:49

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 00:06:01

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 
	devel/gsettings-desktop-schemas/pkg: PLIST 

Log message:
Update to gsettings-desktop-schemas-0.1.2.
* add new media-handling schema


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 00:17:10

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
Bugfix update to libsoup-2.32.2.
* fixes a few regressions introduced in version 2.32.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 01:09:09

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : cupsd.rc 

Log message:
Don't try and change ownership on files that don't exist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 01:14:05

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: saned.rc 

Log message:
Give ownership to the _saned user by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 01:34:27

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile 
Added files:
	mail/p5-Mail-SpamAssassin/patches: 
	                                   patch-lib_Mail_SpamAssassin_Plugin_MIMEEval_pm 
	                                   patch-spamd_spamd_raw 

Log message:
Kill 2 very annoying warnings when running spamd, merged from upstream.

ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/30 03:33:27

Modified files:
	databases      : Makefile 

Log message:
- unhook mysql-administrator, mysql-query-browser


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/30 03:33:40

Removed files:
	databases/mysql-administrator: Makefile distinfo 
	databases/mysql-administrator/patches: patch-configure 
	                                       patch-library_source_Makefile_in 
	                                       patch-source_linux_MABackupPanel_cc 
	                                       patch-source_linux_MACatalogsPanel_cc 
	                                       patch-source_linux_MARestorePanel_cc 
	                                       patch-source_linux_MAServerConnectionsPanel_h 
	                                       patch-source_linux_MAServerLogsPanel_cc 
	                                       patch-source_linux_MAdministrator_h 
	                                       patch-source_linux_MInstanceInfo_cc 
	                                       patch-source_linux_Makefile_in 
	                                       patch-source_util_Makefile_in 
	databases/mysql-administrator/pkg: DESCR PLIST 
	databases/mysql-query-browser: Makefile distinfo 
	databases/mysql-query-browser/patches: patch-Makefile_in 
	                                       patch-configure_in 
	                                       patch-library_source_Makefile_in 
	                                       patch-source_linux_MQHistory_cc 
	                                       patch-source_linux_MQResultTab_h 
	                                       patch-source_linux_Makefile_in 
	                                       patch-source_linux_gtksourceview_gtksourceview_Makefile_in 
	                                       patch-source_linux_gtksourceview_gtksourceview_gnu-regex_regex_h 
	databases/mysql-query-browser/pkg: DESCR PLIST 

Log message:
Remove, it's been EOL'd and abondoned upstream. It also didn't built anymore
since a recent MySQL update.

long maintainer time-out (wilfried@)
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/30 03:35:49

Modified files:
	devel          : Makefile 

Log message:
- unhook mysql-gui-common


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/30 03:35:58

Removed files:
	devel/mysql-gui-common: Makefile distinfo 
	devel/mysql-gui-common/patches: 
	                                patch-library_base-library_source_myx_network_c 
	                                patch-library_utilities_include_myx_util_functions_h 
	                                patch-library_utilities_source_myx_util_functions_c 
	                                patch-source_linux_MDispatcher_cc 
	                                patch-source_linux_MGConnectDialog_cc 
	                                patch-source_linux_MGExecSU_cc 
	                                patch-source_linux_MGTreeTooltip_h 
	                                patch-source_linux_myg_gtkutils_h 
	devel/mysql-gui-common/pkg: DESCR PLIST 

Log message:
Remove, it's been EOL'd and abondoned upstream. It also didn't built anymore
since a recent MySQL update.

long maintainer time-out (wilfried@)
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/30 03:53:51

Modified files:
	devel/py-zopeinterface: Makefile distinfo 
	devel/py-zopeinterface/patches: patch-setup_py 

Log message:
update to zope.interface 3.6.1

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/30 03:59:01

Log message:
    Standalone buildslave implementation for the buildbot system.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2010-Nov-30
    
    N ports/devel/py-buildslave/Makefile
    N ports/devel/py-buildslave/distinfo
    N ports/devel/py-buildslave/pkg/DESCR
    N ports/devel/py-buildslave/pkg/PLIST
    N ports/devel/py-buildslave/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2010/11/30 04:09:07

Modified files:
	devel          : Makefile 

Log message:
+py-buildslave


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/11/30 04:23:39

Modified files:
	lang/ecl       : Makefile 
Added files:
	lang/ecl/patches: patch-src_c_print_d 

Log message:
fix buffer overflow that broke maxima.
was always there, probably happened after some changes to our fp code


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/11/30 07:38:45

Modified files:
	usr.sbin/relayd: check_tcp.c hce.c log.c relay.c relayd.c 
	                 relayd.h 

Log message:
The relayd processes did already bump up the socket file descriptor
resource limits to the maximum of the daemon class but the host check
process (hce/health checks) didn't and was limited to a fairly low
default of 128 open sockets (openfiles-cur=128 in login.conf). This
was reached fairly quickly with "check tcp" of many hosts. This diff
increases the maximum number of monitored hosts and concurrent health
checks in relayd in a significant way and may fix issues for people
that have around 100 or more hosts (or fewer hosts with multiple checked
ports).

tested by phessler@
ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/11/30 07:49:14

Modified files:
	usr.sbin/relayd: relay.c 

Log message:
The returned SSL_METHOD of SSLv23_server_method()/SSLv23_client_method()
is const now, adjust the variable and silence a compiler warning.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/11/30 08:33:06

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Do what the comment actually says. Ignore the full attribute not only the
header. ATTR_UNDEF is still a bit strange though but at least it will now
parse and ignore such a freak attribute correctly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/30 09:15:25

Modified files:
	editors/libreoffice/pkg: PLIST-i18n-ko PLIST-main 
Added files:
	editors/libreoffice/patches: patch-Makefile_in 
	                             patch-build_libreoffice_solenv_bin_ooinstall 

Log message:
Fix no_lang build and do not redo the whole build in the install target.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/30 09:18:07

Modified files:
	editors/openoffice3: Makefile 

Log message:
fix a typo in the parallel build check


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 09:37:21

Modified files:
	net/avahi      : Makefile 
	net/avahi/pkg  : avahi_daemon.rc avahi_dnsconfd.rc 

Log message:
Quiet up reload/stop.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/11/30 09:59:21

Modified files:
	distrib/sets/lists/base: md.zaurus 
	distrib/sets/lists/comp: md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/30 11:17:55

Modified files:
	editors/libreoffice: Makefile 

Log message:
fix parallel build


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/30 11:19:33

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/pkg: PLIST-i18n-bg PLIST-i18n-ca 
	                         PLIST-i18n-de PLIST-i18n-es 
	                         PLIST-i18n-fa PLIST-i18n-fi 
	                         PLIST-i18n-fr PLIST-i18n-hu 
	                         PLIST-i18n-it PLIST-i18n-ja 
	                         PLIST-i18n-ko PLIST-i18n-lt 
	                         PLIST-i18n-lv PLIST-i18n-nl 
	                         PLIST-i18n-pl PLIST-i18n-pt-br 
	                         PLIST-i18n-ru PLIST-i18n-sl 
	                         PLIST-i18n-sv PLIST-java PLIST-kde 
	                         PLIST-main 

Log message:
fix parallel build and conflict with libreoffice


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/11/30 11:23:06

Modified files:
	editors        : Makefile 

Log message:
enable libreoffice, yay


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/30 12:28:59

Modified files:
	sys/arch/i386/i386: pmap.c 

Log message:
Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.

ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/11/30 12:30:16

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/amd64/include: pmap.h 

Log message:
Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.

tested by dlg@, ok jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/11/30 12:32:38

Added files:
	lang/rubinius/patches: patch-vm_external_libs_libffi_configure 
	                       patch-vm_external_libs_libffi_src_arm_sysv_S 
	                       patch-vm_external_libs_libffi_src_mips_ffi_c 
	                       patch-vm_external_libs_libffi_src_mips_ffitarget_h 

Log message:
Give this a chance to build on more arches (successfully tested under
powerpc).

ok jeremy@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/30 12:45:02

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
Make THREADED_PERL=true work again (not enabled by default)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/11/30 13:01:04

Modified files:
	www/py-turbogears: Makefile distinfo 
	www/py-turbogears/pkg: PLIST 

Log message:
- update py-turbogears to 1.1.1

from remi pointel, maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/11/30 13:05:03

Modified files:
	games/kobodeluxe: Makefile distinfo 
	games/kobodeluxe/patches: patch-Makefile_in 
	                          patch-data_sfx_Makefile_in 
	games/kobodeluxe/pkg: PLIST 
Added files:
	games/kobodeluxe/files: missile.png missile2.png missile3.png 

Log message:
update kobodeluxe to 0.5.1

major new features include completely redone graphics and sounds.

we redrew the missles, because they were hard to distinguish at the
more advanced levels

OK edd@, espie@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/11/30 13:05:41

Modified files:
	app/xlockmore  : Makefile.bsd-wrapper 

Log message:
Set datarootdir. fixes manual page installing in the wrong dir noticed
by todd@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/30 13:35:56

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Be more specific about what .Xo can be used for.
jmc@ calls this change "sufficient"


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/11/30 14:17:52

Modified files:
	share/man/man7 : roff.7 Makefile 

Log message:
General cleanup of the roff(7) manual, and install it.
Be more careful to not confuse requests, macros and escape sequences.
Add more info at various places, including new SEE ALSO and HISTORY sections.
Reads fine to jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/30 15:22:44

Modified files:
	lib/libc/stdlib: bsearch.c 

Log message:
involes -> involves; from Carlos Alberto Pereira Gomes


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/11/30 15:40:13

Modified files:
	share/man/man7 : roff.7 

Log message:
various clean up; ok schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/11/30 18:20:29

Modified files:
	usr.bin/find   : function.c 

Log message:
Don't error out if we can't opendir() when -empty is used.
Fix by Bakul Shah.  OK deraadt@ halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2010/11/30 20:49:14

Modified files:
	www/wordpress  : Makefile distinfo 
	www/wordpress/pkg: PLIST 

Log message:
Update Wordpress 3.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/01 00:33:05

Modified files:
	x11/rxvt-unicode: Makefile 
	x11/rxvt-unicode/patches: patch-src_main_C 

Log message:
Fix a problem of getting artifacts on the bottom of the screen when
using rxvt-unicode without hints.

From awesome wm wiki, via jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 01:13:19

Modified files:
	education/gamgi: Makefile distinfo 
	education/gamgi/patches: patch-src-make_rules 

Log message:
- update gamgi to 0.14.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 01:40:16

Modified files:
	biology/nutdb  : Makefile distinfo 
	biology/nutdb/patches: patch-Makefile patch-nut_1 
	biology/nutdb/pkg: PLIST 

Log message:
- update nutdb to 16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/12/01 01:49:50

Modified files:
	databases/py-psycopg2: Makefile distinfo 

Log message:
Update to 2.2.2

ok martynas@ (maintainer), eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 02:03:31

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
- SECURITY UPDATE of phpmyadmin to 3.3.8.1
Fixes CVE-2010-4329, phpMyAdmin Database Search Cross-Site Scripting Vulnerability

ok kevlo@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 02:06:53

Log message:
    Import mspgcc4, the toolchain for MSP430 MCUs. based on gnu gcc, binutils, gdb
    with additional patches for msp430 support.
    
    One will need an upcoming umodem.c commit by jakemsr@, and an upcoming
    mspdebug port in order to actually program the devices though.
    
    feedback/ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101201
    
    N ports/devel/msp430/Makefile
    N ports/devel/msp430/Makefile.inc
    N ports/devel/msp430/gcc/Makefile
    N ports/devel/msp430/gcc/distinfo
    N ports/devel/msp430/gcc/pkg/DESCR
    N ports/devel/msp430/gcc/pkg/PLIST
    N ports/devel/msp430/gcc/patches/patch-libgcc_Makefile_in
    N ports/devel/msp430/gcc/patches/patch-libiberty_Makefile_in
    N ports/devel/msp430/gcc/patches/patch-gcc_Makefile_in
    N ports/devel/msp430/binutils/distinfo
    N ports/devel/msp430/binutils/Makefile
    N ports/devel/msp430/binutils/pkg/DESCR
    N ports/devel/msp430/binutils/pkg/PLIST
    N ports/devel/msp430/binutils/patches/patch-libiberty_Makefile_in
    N ports/devel/msp430/libc/Makefile
    N ports/devel/msp430/libc/distinfo
    N ports/devel/msp430/libc/pkg/PLIST
    N ports/devel/msp430/libc/pkg/DESCR
    N ports/devel/msp430/libc/patches/patch-Makefile
    N ports/devel/msp430/gdb/Makefile
    N ports/devel/msp430/gdb/distinfo
    N ports/devel/msp430/gdb/pkg/PLIST
    N ports/devel/msp430/gdb/pkg/DESCR
    N ports/devel/msp430/gdb/patches/patch-libiberty_Makefile_in
    N ports/devel/msp430/gdb/patches/patch-gdb_doc_Makefile_in
    N ports/devel/msp430/gdb/patches/patch-bfd_doc_Makefile_in
    N ports/devel/msp430/gdb/patches/patch-etc_Makefile_in
    N ports/devel/msp430/gdb/patches/patch-gdb_Makefile_in
    N ports/devel/msp430/gdb/patches/patch-libiberty_testsuite_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 02:07:42

Modified files:
	devel          : Makefile 

Log message:
- add msp430


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/01 02:19:28

Modified files:
	devel/libmemcached: Makefile 
Added files:
	devel/libmemcached/patches: patch-clients_ms_conn_c 
	                            patch-libmemcached_platform_h 

Log message:
Include missing header files to fix compilation warnings. Bump revision.

OK jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/01 02:22:49

Modified files:
	x11/rxvt-unicode: Makefile 

Log message:
CONFIGURE_STYLE=autoconf is not needed anymore, switch to
CONFIGURE_STYLE=gnu. No bump required.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/01 02:58:43

Modified files:
	net/ddclient   : Makefile 
	net/ddclient/pkg: PLIST 
Added files:
	net/ddclient/pkg: ddclient.rc 

Log message:
Add a rcscript.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/01 03:35:19

Modified files:
	sbin/pfctl     : parse.y 

Log message:
remove some unused tokens
ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/12/01 05:01:25

Modified files:
	sbin/iked      : iked.h ikev2.c util.c 

Log message:
Clarify the internal ibuf API: rename ibuf_copy() to ibuf_get() because
it returns a new buffer from the internal read offset like stdio get
functions do and not the same buffer when it is called multiple times.
Also rename the old ibuf_get() to ibuf_getdata() because it returns
a "special" data type and it matches the stdio get* conventions.

pointed out by mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 06:44:39

Modified files:
	devel/bouml    : Makefile distinfo 

Log message:
- update bouml to 4.22.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/01 07:03:27

Modified files:
	devel/p5-Test-Exception: Makefile distinfo 

Log message:
update Test::Exception to 0.31, ok jasper@ jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/01 07:06:09

Modified files:
	devel/p5-Class-Accessor-Grouped: Makefile distinfo 

Log message:
update Class::Accessor::Grouped to 0.10000, ok jasper@ jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/01 07:06:43

Modified files:
	devel/p5-Class-XSAccessor: Makefile distinfo 
	devel/p5-Class-XSAccessor/pkg: PLIST 

Log message:
update Class::XSAccessor to 1.09, ok jasper@ jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/01 07:08:12

Modified files:
	devel/p5-Getopt-Long-Descriptive: Makefile distinfo 

Log message:
update Getopt::Long::Descriptive to 0.0087, ok jasper@ jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/01 07:17:35

Modified files:
	devel/subversion: Tag: OPENBSD_4_8 Makefile 
	devel/subversion/patches: Tag: OPENBSD_4_8 patch-configure_ac 
Added files:
	devel/subversion/patches: Tag: OPENBSD_4_8 
	                          patch-subversion_libsvn_repos_rev_hunt_c 
	                          patch-subversion_mod_dav_svn_repos_c 
	                          patch-subversion_svnserve_main_c 

Log message:
Backport fixes for
bugs which can cause client-initiated crashes on the server.
Any server is affected, no matter which protocol (http[s]://,
svn[+ssh]://) is used.

original diff from stsp@.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/12/01 07:27:57

Log message:
    p5-EV port.  Originally from James Wright; OK sthen@
    
    Status:
    
    Vendor Tag:	millert
    Release Tags:	millert_2010-Dec-01
    
    N ports/devel/p5-EV/distinfo
    N ports/devel/p5-EV/Makefile
    N ports/devel/p5-EV/pkg/DESCR
    N ports/devel/p5-EV/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/12/01 07:29:39

Modified files:
	devel          : Makefile 

Log message:
p5-EV port.  Originally from James Wright; OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/01 07:32:49

Modified files:
	editors/libreoffice: Makefile 

Log message:
add two missing dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:45:29

Modified files:
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/py-nautilus/pkg: PLIST 

Log message:
No need to install libtool file for dlopen module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:46:09

Modified files:
	x11/gnome/file-roller: Makefile 
	x11/gnome/file-roller/pkg: PLIST 

Log message:
No need to install libtool files for dlopen module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:46:59

Modified files:
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-nautilus 

Log message:
No need to install libtool file for dlopen module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:51:46

Modified files:
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 

Log message:
Drop galago support which we are going to remove.

jasper@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:53:56

Modified files:
	net            : Makefile 
Removed files:
	net/galago-daemon: Makefile distinfo 
	net/galago-daemon/pkg: DESCR PLIST 

Log message:
Remove galago-daemon.
It's been unmaintained for years and nothing uses it in-tree.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 07:54:43

Modified files:
	net            : Makefile 
Removed files:
	net/libgalago  : Makefile distinfo 
	net/libgalago/patches: patch-Makefile_in 
	net/libgalago/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove libgalago.
It's been unmaintained for years and nothing uses it in-tree.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/01 08:00:12

Modified files:
	devel/xulrunner/1.9: Makefile 
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_toolkit_library_Makefile_in 
	productivity/sunbird: Makefile 
	www/firefox35  : Makefile 
	www/firefox35/patches: patch-toolkit_library_Makefile_in 
	www/mozilla    : mozilla.port.mk 
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/patches: patch-toolkit_library_Makefile_in 
	www/seamonkey  : Makefile 
Added files:
	productivity/sunbird/patches: 
	                              patch-mozilla_toolkit_library_Makefile_in 
	www/seamonkey/patches: patch-mozilla_toolkit_library_Makefile_in 

Log message:
Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/01 08:16:30

Modified files:
	www/seamonkey  : Makefile 

Log message:
Oops! Missed a bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/01 10:07:37

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
PCI id for Atheros AR9485.
This is a single-stream single-band AR9300.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/01 10:08:20

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/12/01 11:16:21

Modified files:
	print/texlive2010/base: Makefile 

Log message:
remove junk comments


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/01 11:45:01

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/01 11:47:51

Modified files:
	sys/dev/pci    : pcireg.h 

Log message:
Add definition for "Extended Synch" bit in PCIe Link Control register.
From PCI Express(R) Base Specification Rev 2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/01 12:30:23

Modified files:
	editors/openoffice3/pkg: PLIST-i18n-bg PLIST-i18n-ca 
	                         PLIST-i18n-de PLIST-i18n-es 
	                         PLIST-i18n-fa PLIST-i18n-fi 
	                         PLIST-i18n-fr PLIST-i18n-hu 
	                         PLIST-i18n-it PLIST-i18n-ja 
	                         PLIST-i18n-ko PLIST-i18n-lt 
	                         PLIST-i18n-lv PLIST-i18n-nl 
	                         PLIST-i18n-pl PLIST-i18n-pt-br 
	                         PLIST-i18n-ru PLIST-i18n-sl 
	                         PLIST-i18n-sv PLIST-java PLIST-kde 
	                         PLIST-main 

Log message:
fix packaging


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2010/12/01 12:40:18

Modified files:
	sbin/bioctl    : bioctl.8 bioctl.c 

Log message:
Allow add a -s switch to make bioctl read the passphrase from stdin. Handy
for scripting a big batch of remote unlocks. ok marco


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 12:57:01

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 

Log message:
Make rc_post quiet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/01 12:57:52

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : dbus_daemon.rc 

Log message:
Quiet up rc_post.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/12/01 13:25:15

Modified files:
	usr.bin/rcs    : buf.c 

Log message:
add missing header needed by mkstemp()

ok stsp@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/01 13:53:25

Modified files:
	util/makedepend: configure.ac 

Log message:
Add missing AM_MAINTAINER_MODE declaration to disable maintainer mode
by default.
This supresses extra attempts to re-run autoheader that fails and
creates an [makedepend.config.h].in file. Noticed by naddy@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/01 13:53:43

Modified files:
	util/makedepend: Makefile.in aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/01 15:02:29

Modified files:
	usr.bin/mandoc : Makefile libmdoc.h main.c mandoc.h mdoc.c 
	                 mdoc_html.c mdoc_macro.c mdoc_term.c 
	                 mdoc_validate.c 
Removed files:
	usr.bin/mandoc : mdoc_action.c 

Log message:
Merge mdoc_action.c into mdoc_validate.c, because having two places to do
basically the same things just causes code duplication and confusion.
Work by kristaps@, including a few bugfixes he found during the merge,
and reapplying OpenBSD changes on top.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/01 15:59:35

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-etc-clamd_conf 

Log message:
update ClamAV to 0.96.5


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/01 16:02:59

Modified files:
	usr.bin/mandoc : Makefile libman.h man.c man_macro.c 
	                 man_validate.c 
Removed files:
	usr.bin/mandoc : man_action.c 

Log message:
Merge man_action.c into man_validate.c.
Same as for mdoc_action.c, but much simpler.
Work by kristaps@, re-applying OpenBSD changes on top.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/01 16:38:11

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Cleanup by kristaps@:
* When autodetecting the format, don't assume all files are the same.
* Add more comments and apply some whitespace beautifications.


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2010/12/01 16:59:53

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Fix path to register-plist. Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/01 18:37:45

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
don't match/attach devices without a data endpoint, since this driver
can't use them anyway.
tested with working umodem by sthen@
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/01 18:38:40

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Handle the gem metadata such that if a build fails and you restart
it, it doesn't fail again just because it can't find the gem
metadata.

Also, get rid of the GEM_REL variable, and just setup the GEM_BIN
and GEM_LIB variables separately for each ruby version.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2010/12/01 18:39:57

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Bring lang/ruby module documentation up to date.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/01 21:08:27

Modified files:
	bin/pax        : extern.h options.c pax.c tar.1 tar.c 

Log message:
a -N option for tar that uses numeric only IDs, useful for cross system
tar file manipulation.  with advice from guenther and jmc.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/01 21:12:35

Modified files:
	sys/dev        : hotplug.c 

Log message:
make hotplug queue dynamic, allowing us to increase size without waste.
ok deraadt kettenis miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/01 21:35:03

Modified files:
	sys/arch/alpha/conf: Makefile.alpha 
	sys/arch/amd64/conf: Makefile.amd64 
	sys/arch/armish/conf: Makefile.armish 
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/beagle/conf: Makefile.beagle 
	sys/arch/gumstix/conf: Makefile.gumstix 
	sys/arch/hp300/conf: Makefile.hp300 
	sys/arch/hppa/conf: Makefile.hppa 
	sys/arch/hppa64/conf: Makefile.hppa64 
	sys/arch/i386/conf: Makefile.i386 
	sys/arch/landisk/conf: Makefile.landisk 
	sys/arch/loongson/conf: Makefile.loongson 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mac68k/conf: Makefile.mac68k 
	sys/arch/macppc/conf: Makefile.macppc 
	sys/arch/mvme68k/conf: Makefile.mvme68k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/mvmeppc/conf: Makefile.mvmeppc 
	sys/arch/octeon/conf: Makefile.octeon 
	sys/arch/palm/conf: Makefile.palm 
	sys/arch/sgi/conf: Makefile.sgi 
	sys/arch/socppc/conf: Makefile.socppc 
	sys/arch/solbourne/conf: Makefile.solbourne 
	sys/arch/sparc/conf: Makefile.sparc 
	sys/arch/sparc64/conf: Makefile.sparc64 
	sys/arch/vax/conf: Makefile.vax 
	sys/arch/zaurus/conf: Makefile.zaurus 

Log message:
move vers.o to before the other objects, so that it is not linked last.
having it linked last is bad (on at least i386 and amd64) because the lapic
is mapped over the start of the data segment -- savecore(8) then reads the
version string for a fixed buffer space, and reads into the lapic area
causing unintended side-effects (at least on Intel X5570 and X5680)
found by pedro, discussed with kettenis and mpf and miod


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/01 23:39:09

Modified files:
	sys/dev/usb    : usb_quirks.c 

Log message:
don't attach to the hid interface of the ti msp430


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/12/02 00:48:42

Modified files:
	x11/mrxvt      : Makefile 
Added files:
	x11/mrxvt/patches: patch-src_init_c 

Log message:
Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok benoit@ (maintainer) revision bump reminded by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/12/02 00:50:06

Modified files:
	x11/icewm      : Makefile 
Added files:
	x11/icewm/patches: patch-src_wmapp_cc 

Log message:
Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok and revision bump reminded by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 01:56:32

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/patches: patch-configure 
Added files:
	mail/cyrus-imapd/patches: patch-lib_imapoptions 
Removed files:
	mail/cyrus-imapd/patches: patch-imap_annotate_c 
	                          patch-imap_duplicate_c 
	                          patch-imap_mailbox_c 
	                          patch-imap_mbdump_c 
	                          patch-imap_mbexamine_c 
	                          patch-imtest_imtest_c 
	                          patch-lib_auth_pts_c patch-lib_prot_c 
	                          patch-notifyd_notify_mailto_c 

Log message:
Remove some un-needed patches. Add some better defaults.
Properly bump this time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 02:14:53

Modified files:
	sysutils/lsof  : Makefile 
	sysutils/lsof/pkg: DESCR PLIST 
Removed files:
	sysutils/lsof/pkg: MESSAGE 

Log message:
Set the sgid kmem bit by default.

"no objections" sthen@, ok pval@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 02:15:25

Modified files:
	devel/libgtop2 : Makefile 

Log message:
This is not needed anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 02:20:29

Removed files:
	devel/libgtop2/pkg: MESSAGE 

Log message:
Forgot to cvs rm in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/02 02:23:38

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/patches: patch-Makefile_in 
	                             patch-build_libreoffice_configure_in 
	                             patch-build_libreoffice_set_soenv_in 
	editors/libreoffice/pkg: PFRAG.no-no_java-i18n-bg 
	                         PFRAG.no-no_java-i18n-ca 
	                         PFRAG.no-no_java-i18n-de 
	                         PFRAG.no-no_java-i18n-es 
	                         PFRAG.no-no_java-i18n-fa 
	                         PFRAG.no-no_java-i18n-fi 
	                         PFRAG.no-no_java-i18n-fr 
	                         PFRAG.no-no_java-i18n-hu 
	                         PFRAG.no-no_java-i18n-it 
	                         PFRAG.no-no_java-i18n-ja 
	                         PFRAG.no-no_java-i18n-ko 
	                         PFRAG.no-no_java-i18n-lt 
	                         PFRAG.no-no_java-i18n-lv 
	                         PFRAG.no-no_java-i18n-nl 
	                         PFRAG.no-no_java-i18n-pl 
	                         PFRAG.no-no_java-i18n-pt-br 
	                         PFRAG.no-no_java-i18n-ru 
	                         PFRAG.no-no_java-i18n-sl 
	                         PFRAG.no-no_java-i18n-sv 
	                         PFRAG.shared-kde PLIST-i18n-bg 
	                         PLIST-i18n-ca PLIST-i18n-de 
	                         PLIST-i18n-es PLIST-i18n-fa 
	                         PLIST-i18n-fi PLIST-i18n-fr 
	                         PLIST-i18n-hu PLIST-i18n-it 
	                         PLIST-i18n-ja PLIST-i18n-ko 
	                         PLIST-i18n-lt PLIST-i18n-lv 
	                         PLIST-i18n-nl PLIST-i18n-pl 
	                         PLIST-i18n-pt-br PLIST-i18n-ru 
	                         PLIST-i18n-sl PLIST-i18n-sv PLIST-main 
Removed files:
	editors/libreoffice/patches: patch-bin_install-artwork 
	                             patch-bin_package-ooo 
	                             patch-build_libreoffice_desktop_scripts_soffice_sh 
	                             patch-build_libreoffice_desktop_scripts_unopkg_sh 
	                             patch-build_libreoffice_filter_source_config_fragments_makefile_mk 
	                             patch-build_libreoffice_solenv_bin_ooinstall 

Log message:
update to 3.3.0.1 (rc1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 02:26:15

Modified files:
	mail/cyrus-imapd: Makefile 

Log message:
Mark this as BROKEN, temporarily, so that I have some time to figure out
what is going on and people don't update. It does work, but I'm
experiencing some strangeness which I'm looking into -- better safe than
sorry.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 02:29:25

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/pkg: PLIST-main 

Log message:
Fix link, it's openoffice.org3 (not openffice3).

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 03:35:04

Log message:
    import mspdebug 0.10
    
    MSPDebug is a free debugger for use with MSP430 MCUs. It supports
    FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
    used as a proxy for gdb or as an independent debugger with support for
    programming, disassembly and reverse engineering.
    
    With a patch from jakemsr@ to work around a ugen/libusb issue where
    usb_bulk_read return 0 on timeout, which isn't deal with properly.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100212
    
    N ports/devel/mspdebug/distinfo
    N ports/devel/mspdebug/Makefile
    N ports/devel/mspdebug/pkg/DESCR
    N ports/devel/mspdebug/pkg/PLIST
    N ports/devel/mspdebug/patches/patch-bsl_c
    N ports/devel/mspdebug/patches/patch-elf32_c
    N ports/devel/mspdebug/patches/patch-Makefile
    N ports/devel/mspdebug/patches/patch-uif_c
    N ports/devel/mspdebug/patches/patch-olimex_c
    N ports/devel/mspdebug/patches/patch-rf2500_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 03:36:29

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 04:30:43

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/patches: patch-lib_imapoptions 
Added files:
	mail/cyrus-imapd/patches: patch-man_imapd_conf_5 

Log message:
Fix path to gdb and don't hardcode /usr/...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 04:40:53

Modified files:
	devel/mspdebug/patches: patch-olimex_c patch-rf2500_c 

Log message:
- use better ifdef blocks


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 06:08:29

Log message:
    import hebrew dictionary for aspell
    
    from ido admon
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100212
    
    N ports/textproc/aspell/dicts/he/Makefile
    N ports/textproc/aspell/dicts/he/distinfo
    N ports/textproc/aspell/dicts/he/pkg/DESCR
    N ports/textproc/aspell/dicts/he/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 06:09:44

Modified files:
	textproc/aspell/dicts: Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 06:52:09

Modified files:
	devel/ethos    : Makefile 
Added files:
	devel/ethos/patches: patch-ethos_ethos-manager_c 

Log message:
- fix tyop


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 06:53:58

Modified files:
	net/farsight2  : Makefile 
	net/farsight2/pkg: PLIST 

Log message:
@comment libtool files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:04:23

Modified files:
	multimedia/gstreamer-0.10/core: Makefile distinfo 
	multimedia/gstreamer-0.10/core/pkg: PLIST 
Removed files:
	multimedia/gstreamer-0.10/core/patches: 
	                                        patch-docs_gst_Makefile_in 
	                                        patch-docs_libs_Makefile_in 
	                                        patch-docs_plugins_Makefile_in 

Log message:
Update to gstreamer-0.10.31.
Relase notes available at:
http://gstreamer.freedesktop.org/releases/gstreamer/0.10.31.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:04:37

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile distinfo 
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-configure_ac 
	                                                patch-docs_plugins_gst-plugins-base-plugins_args 
	multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main 
Removed files:
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-docs_libs_Makefile_in 
	                                                patch-docs_plugins_Makefile_in 

Log message:
Update to gstreamer-plugins-base-0.10.31.
Relase notes available at:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.31.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:04:49

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile distinfo 
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-configure_ac 
	                                                patch-sys_oss_gstosssink_c 
	                                                patch-sys_oss_gstosssrc_c 
	                                                patch-sys_v4l2_gstv4l2object_c 

Log message:
Update to gstreamer-plugins-good-0.10.26.
Relase notes available at:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.26.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:05:02

Modified files:
	multimedia/gstreamer-0.10/py-gstreamer: Makefile distinfo 
Removed files:
	multimedia/gstreamer-0.10/py-gstreamer/patches: patch-configure 

Log message:
Update to py-gstreamer-0.10.20.
Relase notes available at:
http://gstreamer.freedesktop.org/releases/gst-python/0.10.20.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:05:47

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 

Log message:
Regen WANTLIB after recent gstreamer update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:05:59

Modified files:
	multimedia/gstreamer-0.10/plugins-farsight: Makefile 

Log message:
Regen WANTLIB after recent gstreamer update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:06:09

Modified files:
	multimedia/gstreamer-0.10/plugins-gl: Makefile 

Log message:
Regen WANTLIB after recent gstreamer update.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:19:45

Modified files:
	faq/pf/zh      : authpf.html config.html index.html macros.html 
	                 perf.html tables.html 
	faq/pt         : faq1.html 
	faq/zh         : current.html faq1.html faq15.html faq2.html 
	                 faq3.html faq5.html faq6.html index.html 
	zh             : ftp.html orders.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/02 07:26:40

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 

Log message:
Adding libgstgsettingselements was supposed to be a different commit. So
remove the corresponding libtool file now that it's there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/02 07:56:12

Modified files:
	www/sope       : Makefile 
Added files:
	www/sope/patches: patch-sope-core_NGExtensions_common_h 
	                  patch-sope-core_NGStreams_common_h 

Log message:
Include missing headers to get rid of compiler warnings, and bump.

OK sthen@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/02 11:41:46

Modified files:
	devel/mspdebug : Makefile distinfo 
	devel/mspdebug/patches: patch-Makefile patch-bsl_c 
	                        patch-olimex_c patch-rf2500_c 
	                        patch-uif_c 

Log message:
- update mspdebug to 0.13
- remove support for Olimex MSP430-JTAG-ISO which requires a linux-only ioctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/02 12:42:47

Modified files:
	usr.bin/mandoc : mdoc.c 

Log message:
Properly initialize the manual section to a default when .Dt is missing.
Without this, we died on an assertion.
Problem noted and patch provided by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/02 13:40:43

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Track the parser status both per file (file_status), such that
we can for example skip rendering on FATAL parsing errors,
and globally (exit_status), such that we know what to return.
Without this, following files produced no rendered output
once a single file suffered from a FATAL error.
Bug reported by kristaps@, fix by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/02 13:41:13

Modified files:
	etc            : mklogin.conf 

Log message:
The awk's split() starts numbering array indices at 1 not 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/02 13:57:08

Modified files:
	sys/arch/alpha/conf: Makefile.alpha 
	sys/arch/amd64/conf: Makefile.amd64 
	sys/arch/armish/conf: Makefile.armish 
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/beagle/conf: Makefile.beagle 
	sys/arch/gumstix/conf: Makefile.gumstix 
	sys/arch/hp300/conf: Makefile.hp300 
	sys/arch/hppa/conf: Makefile.hppa 
	sys/arch/hppa64/conf: Makefile.hppa64 
	sys/arch/i386/conf: Makefile.i386 
	sys/arch/landisk/conf: Makefile.landisk 
	sys/arch/loongson/conf: Makefile.loongson 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mac68k/conf: Makefile.mac68k 
	sys/arch/macppc/conf: Makefile.macppc 
	sys/arch/mvme68k/conf: Makefile.mvme68k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/mvmeppc/conf: Makefile.mvmeppc 
	sys/arch/octeon/conf: Makefile.octeon 
	sys/arch/palm/conf: Makefile.palm 
	sys/arch/sgi/conf: Makefile.sgi 
	sys/arch/socppc/conf: Makefile.socppc 
	sys/arch/solbourne/conf: Makefile.solbourne 
	sys/arch/sparc/conf: Makefile.sparc 
	sys/arch/sparc64/conf: Makefile.sparc64 
	sys/arch/vax/conf: Makefile.vax 
	sys/arch/zaurus/conf: Makefile.zaurus 

Log message:
After the most recent change, make it possible to make -j again.  The
early MD and late MI files must be split up so that vers.o can sneak
between.  Issue spotted by bluhm, repair discussed with miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/02 14:24:39

Modified files:
	editors/scintilla: Makefile distinfo 

Log message:
Simple version update to 2.22, from Remi Pointel.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/02 14:25:05

Modified files:
	editors/scite  : Makefile distinfo 

Log message:
Simple version update to 2.22, from Remi Pointel.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/02 14:43:59

Modified files:
	editors/libreoffice: Makefile 

Log message:
disable verbose build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/02 14:49:29

Modified files:
	multimedia/get_flash_videos: Makefile distinfo 
	multimedia/get_flash_videos/pkg: PLIST 
Removed files:
	multimedia/get_flash_videos/patches: patch-get_flash_videos 

Log message:
- update get_flash_videos to 1.24
- switch to the modular version on CPAN, as well as being better for
patching if necessary, this also includes regression tests and a manual


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/02 15:16:02

Log message:
    Import audio/celt.
    
    The CELT codec is an experimental audio codec for use in low-delay
    speech and audio communication. It's meant to close the gap between
    Vorbis and Speex for applications where both high quality audio and
    low delay are desired.
    
    ok naddy@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101202
    
    N ports/audio/celt/distinfo
    N ports/audio/celt/Makefile
    N ports/audio/celt/pkg/DESCR
    N ports/audio/celt/pkg/PLIST
    N ports/audio/celt/pkg/PFRAG.shared
    N ports/audio/celt/patches/patch-libcelt_pitch_c
    N ports/audio/celt/patches/patch-tools_Makefile_in
    N ports/audio/celt/patches/patch-tools_celtdec_c
    N ports/audio/celt/patches/patch-tests_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/02 15:17:46

Modified files:
	audio/jack     : Makefile 
	audio/jack/patches: patch-configure_ac 

Log message:
Don't enable CELT support for now.

OK jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/02 15:20:58

Modified files:
	audio          : Makefile 

Log message:
Link celt to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/12/02 17:10:09

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/pkg   : PLIST 
Added files:
	net/mrtg/pkg   : mrtg.rc 

Log message:
Add rc.d script for mrtg, bump pkg. Help and OK sthen@ (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/02 17:36:15

Modified files:
	bin/rmdir      : rmdir.1 

Log message:
minor cleanup;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 00:27:03

Modified files:
	games/adom     : Makefile 
	games/wmminichess: Makefile 
	www/gnash      : Makefile 

Log message:
- boolean variables only take boolean values, not random chit chat.

from mikolaj kucharski.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 00:40:18

Log message:
    import hs-libmpd 0.5.0
    
    libmpd-haskell is a client library for MPD written in Haskell that aims
    to provide a safe and flexible yet consistent and intuitive interface to
    MPD's external API.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100312
    
    N ports/audio/hs-libmpd/distinfo
    N ports/audio/hs-libmpd/Makefile
    N ports/audio/hs-libmpd/pkg/DESCR
    N ports/audio/hs-libmpd/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 00:41:05

Modified files:
	audio          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 00:47:44

Modified files:
	net/iodine     : Makefile 
Removed files:
	net/iodine/patches: patch-Makefile 

Log message:
- remove unneeded patch


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/03 01:06:26

Modified files:
	regress/usr.bin/mdoclint: mdoclint mdoclint.1 

Log message:
turn off -H by default (<> warning), since mandoc does not have the same
html issues as nroff did;

from Thomas Klausner


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/03 01:14:56

Modified files:
	sbin/fdisk     : fdisk.8 

Log message:
disklabel now uses "duid", not "uid";


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 01:43:49

Modified files:
	math/mathomatic: Makefile 
	math/mathomatic/patches: patch-makefile 

Log message:
- remove bogus chunk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 01:46:03

Added files:
	security/logsurfer/patches: patch-Makefile_in 
Removed files:
	security/logsurfer/patches: patch-Makefile.in 

Log message:
- use a proper name, and add an OpenBSD rcs id


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 03:54:05

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-main 

Log message:
Add a link to libreoffice too. Needed by the qstart.desktop file and
maybe other stuffs.

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 04:43:05

Modified files:
	infrastructure/mk: cpan.port.mk 

Log message:
Add a default HOMEPAGE for cpan ports when none is specified.
All work including upcoming huge bump done by Mikolaj Kucharski, thanks!

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 04:44:38

Modified files:
	archivers/p5-Archive-Zip: Makefile 
	archivers/p5-Compress-Bzip2: Makefile 
	archivers/p5-POE-Filter-Zlib: Makefile 
	archivers/p5-PerlIO-gzip: Makefile 
	audio/mp3cut   : Makefile 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-FLAC-Header: Makefile 
	audio/p5-Audio-M4P: Makefile 
	audio/p5-Audio-MPD: Makefile 
	audio/p5-Audio-MPD-Common: Makefile 
	audio/p5-Audio-Musepack: Makefile 
	audio/p5-Audio-Scan: Makefile 
	audio/p5-Audio-Scrobbler: Makefile 
	audio/p5-Audio-WMA: Makefile 
	audio/p5-CDDB-File: Makefile 
	audio/p5-MP3-ID3v1Tag: Makefile 
	audio/p5-MP3-Info: Makefile 
	audio/p5-MP3-Tag: Makefile 
	audio/p5-MP4-Info: Makefile 
	audio/p5-MPEG-Audio-Frame: Makefile 
	audio/p5-Music-Audioscrobbler-MPD: Makefile 
	audio/p5-Music-Audioscrobbler-Submit: Makefile 
	audio/p5-Ogg-Vorbis-Header: Makefile 
	audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile 
	audio/p5-POE-Component-Client-MPD: Makefile 
	audio/p5-cddb  : Makefile 
	audio/p5-libvorbis: Makefile 
	biology/p5-Bio-ASN1-EntrezGene: Makefile 
	comms/p5-Device-Gsm: Makefile 
	comms/p5-Device-Modem: Makefile 
	comms/p5-Device-SerialPort: Makefile 
	converters/p5-Calendar-Simple: Makefile 
	converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile 
	converters/p5-Catalyst-View-JSON: Makefile 
	converters/p5-Convert-ASCII-Armour: Makefile 
	converters/p5-Convert-ASN1: Makefile 
	converters/p5-Convert-BER: Makefile 
	converters/p5-Convert-BinHex: Makefile 
	converters/p5-Convert-Binary-C: Makefile 
	converters/p5-Convert-PEM: Makefile 
	converters/p5-Convert-TNEF: Makefile 
	converters/p5-Convert-UU: Makefile 
	converters/p5-Convert-UUlib: Makefile 
	converters/p5-Date-Tolkien-Shire: Makefile 
	converters/p5-DateManip: Makefile 
	converters/p5-Encode-IMAPUTF7: Makefile 
	converters/p5-Finance-Currency-Convert-XE: Makefile 
	converters/p5-JSON: Makefile 
	converters/p5-JSON-Any: Makefile 
	converters/p5-JSON-DWIW: Makefile 
	converters/p5-JSON-XS: Makefile 
	converters/p5-JSON-XS-VersionOneAndTwo: Makefile 
	converters/p5-MARC-Record: Makefile 
	converters/p5-Net-IDN-Encode: Makefile 
	converters/p5-Net-IDN-Nameprep: Makefile 
	converters/p5-Text-Iconv: Makefile 
	converters/p5-Unicode-Map: Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-MapUTF8: Makefile 
	converters/p5-Unicode-String: Makefile 
	converters/p5-Unicode-Stringprep: Makefile 
	databases/p5-AnyEvent-CouchDB: Makefile 
	databases/p5-AsciiDB-TagFile: Makefile 
	databases/p5-BerkeleyDB: Makefile 
	databases/p5-CGI-Application-Plugin-DBH: Makefile 
	databases/p5-Catalyst-Controller-Rose: Makefile 
	databases/p5-Catalyst-Model-CDBI: Makefile 
	databases/p5-Catalyst-Model-DBI: Makefile 
	databases/p5-Catalyst-Model-DBIC-Schema: Makefile 
	databases/p5-Catalyst-Model-DBIDM: Makefile 
	databases/p5-Catalyst-Model-RDBO: Makefile 
	databases/p5-Class-DBI: Makefile 
	databases/p5-Class-DBI-AbstractSearch: Makefile 
	databases/p5-Class-DBI-AsForm: Makefile 
	databases/p5-Class-DBI-FromCGI: Makefile 
	databases/p5-Class-DBI-FromForm: Makefile 
	databases/p5-Class-DBI-Loader: Makefile 
	databases/p5-Class-DBI-Loader-Relationship: Makefile 
	databases/p5-Class-DBI-Pager: Makefile 
	databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile 
	databases/p5-Class-DBI-Plugin-Type: Makefile 
	databases/p5-Class-DBI-SQLite: Makefile 
	databases/p5-Class-DBI-mysql: Makefile 
	databases/p5-CouchDB-View: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-Chart: Makefile 
	databases/p5-DBD-LDAP: Makefile 
	databases/p5-DBD-Mock: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBD-SQLite: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-mysql: Makefile 
	databases/p5-DBD-mysqlPP: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-DBI-Shell: Makefile 
	databases/p5-DBIx-Class: Makefile 
	databases/p5-DBIx-Class-HTMLWidget: Makefile 
	databases/p5-DBIx-Class-Schema-Loader: Makefile 
	databases/p5-DBIx-Class-UUIDColumns: Makefile 
	databases/p5-DBIx-Class-Validation: Makefile 
	databases/p5-DBIx-ContextualFetch: Makefile 
	databases/p5-DBIx-DBSchema: Makefile 
	databases/p5-DBIx-DWIW: Makefile 
	databases/p5-DBIx-DataModel: Makefile 
	databases/p5-DBIx-Migration: Makefile 
	databases/p5-DBIx-SearchBuilder: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-DBM-Deep: Makefile 
	databases/p5-Data-Page: Makefile 
	databases/p5-Data-Pageset: Makefile 
	databases/p5-Data-RandomPerson: Makefile 
	databases/p5-Ima-DBI: Makefile 
	databases/p5-Jifty-DBI: Makefile 
	databases/p5-Rose-DB: Makefile 
	databases/p5-Rose-DB-Object: Makefile 
	databases/p5-Rose-DateTime: Makefile 
	databases/p5-Rose-Object: Makefile 
	databases/p5-SQL-Abstract: Makefile 
	databases/p5-SQL-Abstract-Limit: Makefile 
	databases/p5-SQL-ReservedWords: Makefile 
	databases/p5-SQL-Statement: Makefile 
	databases/p5-Sort-SQL: Makefile 
	databases/p5-Tangram: Makefile 
	databases/p5-Tie-DBI: Makefile 
	databases/p5-ldap: Makefile 
	devel/catalyst : Makefile 
	devel/catalyst-tutorial: Makefile 
	devel/p5-Algorithm-Annotate: Makefile 
	devel/p5-Algorithm-C3: Makefile 
	devel/p5-Algorithm-CurveFit: Makefile 
	devel/p5-Algorithm-Dependency: Makefile 
	devel/p5-Algorithm-Diff: Makefile 
	devel/p5-Algorithm-IncludeExclude: Makefile 
	devel/p5-Algorithm-MDiff: Makefile 
	devel/p5-Algorithm-MarkovChain: Makefile 
	devel/p5-Algorithm-Permute: Makefile 
	devel/p5-Alien-wxWidgets: Makefile 
	devel/p5-Any-Moose: Makefile 
	devel/p5-AnyEvent: Makefile 
	devel/p5-AnyEvent-HTTP: Makefile 
	devel/p5-App-CLI: Makefile 
	devel/p5-App-Info: Makefile 
	devel/p5-AppConfig: Makefile 
	devel/p5-AppConfig-Std: Makefile 
	devel/p5-Array-Compare: Makefile 
	devel/p5-Array-Diff: Makefile 
	devel/p5-Array-Window: Makefile 
	devel/p5-AutoXS-Header: Makefile 
	devel/p5-B-Deobfuscate: Makefile 
	devel/p5-B-Graph: Makefile 
	devel/p5-B-Hooks-EndOfScope: Makefile 
	devel/p5-B-Hooks-OP-Check: Makefile 
	devel/p5-B-Keywords: Makefile 
	devel/p5-B-Utils: Makefile 
	devel/p5-BFD   : Makefile 
	devel/p5-BSD-Resource: Makefile 
	devel/p5-BSD-stat: Makefile 
	devel/p5-Benchmark-Timer: Makefile 
	devel/p5-Best  : Makefile 
	devel/p5-Bit-Vector-Minimal: Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-CLASS : Makefile 
	devel/p5-Cache-Cache: Makefile 
	devel/p5-Cache-FastMmap: Makefile 
	devel/p5-Cache-Mmap: Makefile 
	devel/p5-Cache-Simple-TimedExpiry: Makefile 
	devel/p5-Carp-Assert: Makefile 
	devel/p5-Carp-Assert-More: Makefile 
	devel/p5-Carp-Clan: Makefile 
	devel/p5-Carp-Datum: Makefile 
	devel/p5-Catalyst-Manual: Makefile 
	devel/p5-Catalyst-Plugin-C3: Makefile 
	devel/p5-Catalyst-Plugin-StackTrace: Makefile 
	devel/p5-Class-Accessor: Makefile 
	devel/p5-Class-Accessor-Chained: Makefile 
	devel/p5-Class-Accessor-Grouped: Makefile 
	devel/p5-Class-AutoClass: Makefile 
	devel/p5-Class-Autouse: Makefile 
	devel/p5-Class-Base: Makefile 
	devel/p5-Class-C3: Makefile 
	devel/p5-Class-C3-Adopt-NEXT: Makefile 
	devel/p5-Class-C3-Componentised: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Classless: Makefile 
	devel/p5-Class-Container: Makefile 
	devel/p5-Class-Data-Accessor: Makefile 
	devel/p5-Class-Data-Inheritable: Makefile 
	devel/p5-Class-Date: Makefile 
	devel/p5-Class-Default: Makefile 
	devel/p5-Class-ErrorHandler: Makefile 
	devel/p5-Class-Factory: Makefile 
	devel/p5-Class-Factory-Util: Makefile 
	devel/p5-Class-Generate: Makefile 
	devel/p5-Class-Handle: Makefile 
	devel/p5-Class-ISA: Makefile 
	devel/p5-Class-Inner: Makefile 
	devel/p5-Class-InsideOut: Makefile 
	devel/p5-Class-Inspector: Makefile 
	devel/p5-Class-Loader: Makefile 
	devel/p5-Class-MOP: Makefile 
	devel/p5-Class-MakeMethods: Makefile 
	devel/p5-Class-Meta: Makefile 
	devel/p5-Class-Meta-Express: Makefile 
	devel/p5-Class-Method-Modifiers: Makefile 
	devel/p5-Class-MethodMaker: Makefile 
	devel/p5-Class-MethodMapper: Makefile 
	devel/p5-Class-Multimethods: Makefile 
	devel/p5-Class-ReturnValue: Makefile 
	devel/p5-Class-Singleton: Makefile 
	devel/p5-Class-Std: Makefile 
	devel/p5-Class-Std-Utils: Makefile 
	devel/p5-Class-Throwable: Makefile 
	devel/p5-Class-Trigger: Makefile 
	devel/p5-Class-Virtual: Makefile 
	devel/p5-Class-WhiteHole: Makefile 
	devel/p5-Class-XPath: Makefile 
	devel/p5-Class-XSAccessor: Makefile 
	devel/p5-Clone : Makefile 
	devel/p5-Config-Any: Makefile 
	devel/p5-Config-Auto: Makefile 
	devel/p5-Config-Grammar: Makefile 
	devel/p5-Config-IniFiles: Makefile 
	devel/p5-Config-Options: Makefile 
	devel/p5-Config-Simple: Makefile 
	devel/p5-Config-Tiny: Makefile 
	devel/p5-Context-Preserve: Makefile 
	devel/p5-Curses: Makefile 
	devel/p5-Curses-UI: Makefile 
	devel/p5-Curses-Widgets: Makefile 
	devel/p5-Data-Alias: Makefile 
	devel/p5-Data-Buffer: Makefile 
	devel/p5-Data-Dump: Makefile 
	devel/p5-Data-Dump-Streamer: Makefile 
	devel/p5-Data-Dumper-Simple: Makefile 
	devel/p5-Data-Flow: Makefile 
	devel/p5-Data-FormValidator: Makefile 
	devel/p5-Data-HexDump: Makefile 
	devel/p5-Data-Hierarchy: Makefile 
	devel/p5-Data-ICal: Makefile 
	devel/p5-Data-ICal-TimeZone: Makefile 
	devel/p5-Data-Lazy: Makefile 
	devel/p5-Data-OptList: Makefile 
	devel/p5-Data-Random: Makefile 
	devel/p5-Data-ShowTable: Makefile 
	devel/p5-Data-Stag: Makefile 
	devel/p5-Data-Structure-Util: Makefile 
	devel/p5-Data-Types: Makefile 
	devel/p5-Data-UUID: Makefile 
	devel/p5-Data-VString: Makefile 
	devel/p5-Data-Validate: Makefile 
	devel/p5-Data-Validate-Struct: Makefile 
	devel/p5-Data-Visitor: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-Date-Handler: Makefile 
	devel/p5-Date-ICal: Makefile 
	devel/p5-Date-Leapyear: Makefile 
	devel/p5-Date-Simple: Makefile 
	devel/p5-DateTime: Makefile 
	devel/p5-DateTime-Calendar-Mayan: Makefile 
	devel/p5-DateTime-Cron-Simple: Makefile 
	devel/p5-DateTime-Event-ICal: Makefile 
	devel/p5-DateTime-Event-Recurrence: Makefile 
	devel/p5-DateTime-Format-Builder: Makefile 
	devel/p5-DateTime-Format-HTTP: Makefile 
	devel/p5-DateTime-Format-ICal: Makefile 
	devel/p5-DateTime-Format-ISO8601: Makefile 
	devel/p5-DateTime-Format-Mail: Makefile 
	devel/p5-DateTime-Format-MySQL: Makefile 
	devel/p5-DateTime-Format-Natural: Makefile 
	devel/p5-DateTime-Format-Pg: Makefile 
	devel/p5-DateTime-Format-Strptime: Makefile 
	devel/p5-DateTime-Format-W3CDTF: Makefile 
	devel/p5-DateTime-Locale: Makefile 
	devel/p5-DateTime-Set: Makefile 
	devel/p5-DateTime-TimeZone: Makefile 
	devel/p5-Declare-Constraints-Simple: Makefile 
	devel/p5-Devel-Caller: Makefile 
	devel/p5-Devel-Cover: Makefile 
	devel/p5-Devel-Cycle: Makefile 
	devel/p5-Devel-Declare: Makefile 
	devel/p5-Devel-FastProf: Makefile 
	devel/p5-Devel-GlobalDestruction: Makefile 
	devel/p5-Devel-Leak: Makefile 
	devel/p5-Devel-NYTProf: Makefile 
	devel/p5-Devel-PartialDump: Makefile 
	devel/p5-Devel-SawAmpersand: Makefile 
	devel/p5-Devel-Size: Makefile 
	devel/p5-Devel-SmallProf: Makefile 
	devel/p5-Devel-StackTrace: Makefile 
	devel/p5-Devel-Symdump: Makefile 
	devel/p5-Devel-Trace: Makefile 
	devel/p5-Devel-ebug: Makefile 
	devel/p5-Directory-Scratch: Makefile 
	devel/p5-EV    : Makefile 
	devel/p5-Env-PS1: Makefile 
	devel/p5-Error : Makefile 
	devel/p5-Event : Makefile 
	devel/p5-Event-ExecFlow: Makefile 
	devel/p5-Event-Lib: Makefile 
	devel/p5-Exception-Class: Makefile 
	devel/p5-Expect: Makefile 
	devel/p5-Expect-Simple: Makefile 
	devel/p5-Exporter-Lite: Makefile 
	devel/p5-Exporter-Tidy: Makefile 
	devel/p5-ExtUtils-Depends: Makefile 
	devel/p5-ExtUtils-PkgConfig: Makefile 
	devel/p5-ExtUtils-XSBuilder: Makefile 
	devel/p5-ExtUtils-XSpp: Makefile 
	devel/p5-File-Attributes: Makefile 
	devel/p5-File-Attributes-Recursive: Makefile 
	devel/p5-File-BOM: Makefile 
	devel/p5-File-BaseDir: Makefile 
	devel/p5-File-ChangeNotify: Makefile 
	devel/p5-File-Copy-Recursive: Makefile 
	devel/p5-File-CreationTime: Makefile 
	devel/p5-File-DesktopEntry: Makefile 
	devel/p5-File-DirCompare: Makefile 
	devel/p5-File-Find-Rule: Makefile 
	devel/p5-File-Find-Rule-Filesys-Virtual: Makefile 
	devel/p5-File-Find-Rule-Perl: Makefile 
	devel/p5-File-Finder: Makefile 
	devel/p5-File-Flat: Makefile 
	devel/p5-File-HomeDir: Makefile 
	devel/p5-File-MimeInfo: Makefile 
	devel/p5-File-Modified: Makefile 
	devel/p5-File-NCopy: Makefile 
	devel/p5-File-Next: Makefile 
	devel/p5-File-Path-Expand: Makefile 
	devel/p5-File-ReadBackwards: Makefile 
	devel/p5-File-Remove: Makefile 
	devel/p5-File-ShareDir: Makefile 
	devel/p5-File-Slurp: Makefile 
	devel/p5-File-Sync: Makefile 
	devel/p5-File-Tail: Makefile 
	devel/p5-File-Tempdir: Makefile 
	devel/p5-File-Type: Makefile 
	devel/p5-File-chdir: Makefile 
	devel/p5-FileHandle-Unget: Makefile 
	devel/p5-Filter-Template: Makefile 
	devel/p5-FormValidator-Simple: Makefile 
	devel/p5-Fortran-Format: Makefile 
	devel/p5-FreezeThaw: Makefile 
	devel/p5-Getargs-Long: Makefile 
	devel/p5-Getopt-Euclid: Makefile 
	devel/p5-Getopt-Long-Descriptive: Makefile 
	devel/p5-Getopt-Simple: Makefile 
	devel/p5-Graph : Makefile 
	devel/p5-Hash-AutoHash: Makefile 
	devel/p5-Hash-AutoHash-Args: Makefile 
	devel/p5-Hash-Merge: Makefile 
	devel/p5-Hash-NoRef: Makefile 
	devel/p5-Hash-Util-FieldHash-Compat: Makefile 
	devel/p5-Heap  : Makefile 
	devel/p5-Hook-LexWrap: Makefile 
	devel/p5-I18N-LangTags: Makefile 
	devel/p5-IO-All: Makefile 
	devel/p5-IO-Capture: Makefile 
	devel/p5-IO-Digest: Makefile 
	devel/p5-IO-KQueue: Makefile 
	devel/p5-IO-Lambda: Makefile 
	devel/p5-IO-LockedFile: Makefile 
	devel/p5-IO-Multiplex: Makefile 
	devel/p5-IO-Pager: Makefile 
	devel/p5-IO-String: Makefile 
	devel/p5-IO-Tee: Makefile 
	devel/p5-IO-Tty: Makefile 
	devel/p5-IO-stringy: Makefile 
	devel/p5-IPC-Run: Makefile 
	devel/p5-IPC-Run-SafeHandles: Makefile 
	devel/p5-IPC-Run3: Makefile 
	devel/p5-IPC-ShareLite: Makefile 
	devel/p5-IPC-Shareable: Makefile 
	devel/p5-Inline: Makefile 
	devel/p5-Internals: Makefile 
	devel/p5-Lchown: Makefile 
	devel/p5-List-Cycle: Makefile 
	devel/p5-List-MoreUtils: Makefile 
	devel/p5-Locale-Hebrew: Makefile 
	devel/p5-Locale-Maketext-Fuzzy: Makefile 
	devel/p5-Locale-Maketext-Gettext: Makefile 
	devel/p5-Locale-Maketext-Lexicon: Makefile 
	devel/p5-Locale-PGettext: Makefile 
	devel/p5-Locale-US: Makefile 
	devel/p5-Locale-gettext: Makefile 
	devel/p5-LockFile-Simple: Makefile 
	devel/p5-Log-Agent: Makefile 
	devel/p5-Log-Dispatch: Makefile 
	devel/p5-Log-Dispatch-Binlog: Makefile 
	devel/p5-Log-Dispatch-Config: Makefile 
	devel/p5-Log-Dispatch-Config-TestLog: Makefile 
	devel/p5-Log-Dispatch-FileRotate: Makefile 
	devel/p5-Log-Log4perl: Makefile 
	devel/p5-Log-Trace: Makefile 
	devel/p5-MLDBM : Makefile 
	devel/p5-MLDBM-Sync: Makefile 
	devel/p5-MRO-Compat: Makefile 
	devel/p5-Module-Find: Makefile 
	devel/p5-Module-Install: Makefile 
	devel/p5-Module-Pluggable-Fast: Makefile 
	devel/p5-Module-Refresh: Makefile 
	devel/p5-Module-ScanDeps: Makefile 
	devel/p5-Module-Starter: Makefile 
	devel/p5-Module-Starter-Plugin-CGIApp: Makefile 
	devel/p5-Module-Versions-Report: Makefile 
	devel/p5-Moose : Makefile 
	devel/p5-MooseX-Async: Makefile 
	devel/p5-MooseX-AttributeHelpers: Makefile 
	devel/p5-MooseX-Clone: Makefile 
	devel/p5-MooseX-ConfigFromFile: Makefile 
	devel/p5-MooseX-Declare: Makefile 
	devel/p5-MooseX-Emulate-Class-Accessor-Fast: Makefile 
	devel/p5-MooseX-Getopt: Makefile 
	devel/p5-MooseX-Has-Sugar: Makefile 
	devel/p5-MooseX-LazyRequire: Makefile 
	devel/p5-MooseX-Log-Log4perl: Makefile 
	devel/p5-MooseX-LogDispatch: Makefile 
	devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion: Makefile 
	devel/p5-MooseX-Method-Signatures: Makefile 
	devel/p5-MooseX-MethodAttributes: Makefile 
	devel/p5-MooseX-MultiInitArg: Makefile 
	devel/p5-MooseX-POE: Makefile 
	devel/p5-MooseX-Params-Validate: Makefile 
	devel/p5-MooseX-Role-Parameterized: Makefile 
	devel/p5-MooseX-Role-WithOverloading: Makefile 
	devel/p5-MooseX-SemiAffordanceAccessor: Makefile 
	devel/p5-MooseX-Traits: Makefile 
	devel/p5-MooseX-Types: Makefile 
	devel/p5-MooseX-Types-Common: Makefile 
	devel/p5-MooseX-Types-Path-Class: Makefile 
	devel/p5-MooseX-Types-Structured: Makefile 
	devel/p5-Mouse : Makefile 
	devel/p5-Number-Compare: Makefile 
	devel/p5-Number-Compare-Date: Makefile 
	devel/p5-OLE-Storage_Lite: Makefile 
	devel/p5-Object-Declare: Makefile 
	devel/p5-Object-Pluggable: Makefile 
	devel/p5-Object-Signature: Makefile 
	devel/p5-PAR   : Makefile 
	devel/p5-PAR-Dist: Makefile 
	devel/p5-POE-API-Peek: Makefile 
	devel/p5-POE-Component-IKC: Makefile 
	devel/p5-POE-Component-Pluggable: Makefile 
	devel/p5-POE-Component-PubSub: Makefile 
	devel/p5-POE-Component-Supervisor: Makefile 
	devel/p5-POE-Loop-Event: Makefile 
	devel/p5-POE-Loop-Tk: Makefile 
	devel/p5-POE-XS-Queue-Array: Makefile 
	devel/p5-Package-Generator: Makefile 
	devel/p5-Package-Stash: Makefile 
	devel/p5-PadWalker: Makefile 
	devel/p5-Pango : Makefile 
	devel/p5-Parallel-Forker: Makefile 
	devel/p5-Params-CallbackRequest: Makefile 
	devel/p5-Params-Coerce: Makefile 
	devel/p5-Params-Util: Makefile 
	devel/p5-Params-Validate: Makefile 
	devel/p5-Paranoid: Makefile 
	devel/p5-Parse-Method-Signatures: Makefile 
	devel/p5-Parse-PlainConfig: Makefile 
	devel/p5-Parse-RecDescent: Makefile 
	devel/p5-Path-Class: Makefile 
	devel/p5-Perl-Critic: Makefile 
	devel/p5-Perl6-Junction: Makefile 
	devel/p5-PerlIO-eol: Makefile 
	devel/p5-PerlIO-via-Bzip2: Makefile 
	devel/p5-PerlIO-via-dynamic: Makefile 
	devel/p5-PerlIO-via-symlink: Makefile 
	devel/p5-Pod-Coverage: Makefile 
	devel/p5-Pod-ToDemo: Makefile 
	devel/p5-Probe-Perl: Makefile 
	devel/p5-Proc-Background: Makefile 
	devel/p5-Proc-Daemon: Makefile 
	devel/p5-Proc-Simple: Makefile 
	devel/p5-Rcs   : Makefile 
	devel/p5-Readonly: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-Regexp-Copy: Makefile 
	devel/p5-Regexp-Shellish: Makefile 
	devel/p5-Return-Value: Makefile 
	devel/p5-SUPER : Makefile 
	devel/p5-SVN-Dump: Makefile 
	devel/p5-SVN-Mirror: Makefile 
	devel/p5-SVN-Notify: Makefile 
	devel/p5-SVN-Simple: Makefile 
	devel/p5-SVN-Web: Makefile 
	devel/p5-Safe-Hole: Makefile 
	devel/p5-Safe-World: Makefile 
	devel/p5-Scalar-Defer: Makefile 
	devel/p5-Scope-Guard: Makefile 
	devel/p5-Scope-Upper: Makefile 
	devel/p5-Set-Infinite: Makefile 
	devel/p5-Set-IntRange: Makefile 
	devel/p5-Set-Object: Makefile 
	devel/p5-Set-Scalar: Makefile 
	devel/p5-Shell-Command: Makefile 
	devel/p5-Slay-Makefile: Makefile 
	devel/p5-Slay-Makefile-Gress: Makefile 
	devel/p5-Slay-Maker: Makefile 
	devel/p5-Smart-Comments: Makefile 
	devel/p5-Sort-Key: Makefile 
	devel/p5-Spiffy: Makefile 
	devel/p5-String-CRC32: Makefile 
	devel/p5-String-Format: Makefile 
	devel/p5-String-Scanf: Makefile 
	devel/p5-Sub-Exporter: Makefile 
	devel/p5-Sub-Identify: Makefile 
	devel/p5-Sub-Install: Makefile 
	devel/p5-Sub-Lambda: Makefile 
	devel/p5-Sub-Name: Makefile 
	devel/p5-Sub-Override: Makefile 
	devel/p5-Sub-Uplevel: Makefile 
	devel/p5-Sys-SigAction: Makefile 
	devel/p5-TAP-Parser: Makefile 
	devel/p5-Taint-Runtime: Makefile 
	devel/p5-Task-Weaken: Makefile 
	devel/p5-Term-Encoding: Makefile 
	devel/p5-Term-ProgressBar: Makefile 
	devel/p5-Term-Prompt: Makefile 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Term-ReadLine-Perl: Makefile 
	devel/p5-Term-ReadLine-Zoid: Makefile 
	devel/p5-Term-ReadPassword: Makefile 
	devel/p5-Term-Screen: Makefile 
	devel/p5-Term-Shell: Makefile 
	devel/p5-Test-Assertions: Makefile 
	devel/p5-Test-Base: Makefile 
	devel/p5-Test-Class: Makefile 
	devel/p5-Test-ClassAPI: Makefile 
	devel/p5-Test-Cmd: Makefile 
	devel/p5-Test-Corpus-Audio-MPD: Makefile 
	devel/p5-Test-Deep: Makefile 
	devel/p5-Test-Differences: Makefile 
	devel/p5-Test-Distribution: Makefile 
	devel/p5-Test-Exception: Makefile 
	devel/p5-Test-Expect: Makefile 
	devel/p5-Test-File: Makefile 
	devel/p5-Test-File-Contents: Makefile 
	devel/p5-Test-Group: Makefile 
	devel/p5-Test-HTML-Tidy: Makefile 
	devel/p5-Test-Inline: Makefile 
	devel/p5-Test-Inter: Makefile 
	devel/p5-Test-JSON: Makefile 
	devel/p5-Test-LeakTrace: Makefile 
	devel/p5-Test-LongString: Makefile 
	devel/p5-Test-Manifest: Makefile 
	devel/p5-Test-Memory-Cycle: Makefile 
	devel/p5-Test-MockModule: Makefile 
	devel/p5-Test-MockObject: Makefile 
	devel/p5-Test-MockTime: Makefile 
	devel/p5-Test-NoTabs: Makefile 
	devel/p5-Test-NoWarnings: Makefile 
	devel/p5-Test-Object: Makefile 
	devel/p5-Test-Output: Makefile 
	devel/p5-Test-POE-Server-TCP: Makefile 
	devel/p5-Test-Perl-Critic: Makefile 
	devel/p5-Test-Pod: Makefile 
	devel/p5-Test-Pod-Coverage: Makefile 
	devel/p5-Test-Reporter: Makefile 
	devel/p5-Test-Script: Makefile 
	devel/p5-Test-Spelling: Makefile 
	devel/p5-Test-Strict: Makefile 
	devel/p5-Test-SubCalls: Makefile 
	devel/p5-Test-Taint: Makefile 
	devel/p5-Test-TempDir: Makefile 
	devel/p5-Test-Tester: Makefile 
	devel/p5-Test-URI: Makefile 
	devel/p5-Test-Unit: Makefile 
	devel/p5-Test-WWW-Mechanize: Makefile 
	devel/p5-Test-WWW-Mechanize-Catalyst: Makefile 
	devel/p5-Test-Warn: Makefile 
	devel/p5-Test-Weaken: Makefile 
	devel/p5-Test-YAML-Valid: Makefile 
	devel/p5-Test-use-ok: Makefile 
	devel/p5-Text-FixEOL: Makefile 
	devel/p5-Text-vFile-asData: Makefile 
	devel/p5-Throwable: Makefile 
	devel/p5-Tie-Array-Sorted: Makefile 
	devel/p5-Tie-CPHash: Makefile 
	devel/p5-Tie-Cache: Makefile 
	devel/p5-Tie-Cache-LRU: Makefile 
	devel/p5-Tie-Cache-LRU-Expires: Makefile 
	devel/p5-Tie-Hash-Indexed: Makefile 
	devel/p5-Tie-Hash-MultiValue: Makefile 
	devel/p5-Tie-IxHash: Makefile 
	devel/p5-Tie-LLHash: Makefile 
	devel/p5-Tie-RegexpHash: Makefile 
	devel/p5-Tie-ToObject: Makefile 
	devel/p5-Time-Clock: Makefile 
	devel/p5-Time-Duration: Makefile 
	devel/p5-Time-Duration-Parse: Makefile 
	devel/p5-Time-Format: Makefile 
	devel/p5-Time-Period: Makefile 
	devel/p5-Time-Piece-MySQL: Makefile 
	devel/p5-Time-Progress: Makefile 
	devel/p5-Time-TimeDate: Makefile 
	devel/p5-Time-modules: Makefile 
	devel/p5-Tree-DAG_Node: Makefile 
	devel/p5-Tree-Simple: Makefile 
	devel/p5-Tree-Simple-View: Makefile 
	devel/p5-Tree-Simple-VisitorFactory: Makefile 
	devel/p5-Try-Tiny: Makefile 
	devel/p5-Universal-can: Makefile 
	devel/p5-Universal-exports: Makefile 
	devel/p5-Universal-isa: Makefile 
	devel/p5-Universal-moniker: Makefile 
	devel/p5-Universal-require: Makefile 
	devel/p5-VCP-autrijus: Makefile 
	devel/p5-Variable-Magic: Makefile 
	devel/p5-Want  : Makefile 
	devel/p5-WeakRef: Makefile 
	devel/p5-YAML  : Makefile 
	devel/p5-YAML-Shell: Makefile 
	devel/p5-YAML-Syck: Makefile 
	devel/p5-YAML-Tiny: Makefile 
	devel/p5-YAML-XS: Makefile 
	devel/p5-accessors: Makefile 
	devel/p5-aliased: Makefile 
	devel/p5-boolean: Makefile 
	devel/p5-capitalization: Makefile 
	devel/p5-common-sense: Makefile 
	devel/p5-enum  : Makefile 
	devel/p5-libintl: Makefile 
	devel/p5-namespace-autoclean: Makefile 
	devel/p5-namespace-clean: Makefile 
	devel/p5-prefork: Makefile 

Log message:
Bump after recent cpan.port.mk change.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 04:45:43

Modified files:
	geo/p5-GPS-PRN : Makefile 
	geo/p5-Geo-Coder-US: Makefile 
	geo/p5-Geo-Constants: Makefile 
	geo/p5-Geo-Coordinates-UTM: Makefile 
	geo/p5-Geo-Coordinates-UTM-XS: Makefile 
	geo/p5-Geo-Ellipsoids: Makefile 
	geo/p5-Geo-Fips55: Makefile 
	geo/p5-Geo-Forward: Makefile 
	geo/p5-Geo-Functions: Makefile 
	geo/p5-Geo-Inverse: Makefile 
	geo/p5-Geo-METAR: Makefile 
	geo/p5-Geo-StreetAddress-US: Makefile 
	geo/p5-Geo-TigerLine: Makefile 
	geo/p5-Geography-Countries: Makefile 
	graphics/p5-Cairo: Makefile 
	graphics/p5-Captcha-reCAPTCHA: Makefile 
	graphics/p5-Chart: Makefile 
	graphics/p5-Color-Calc: Makefile 
	graphics/p5-GD : Makefile 
	graphics/p5-GD-Barcode: Makefile 
	graphics/p5-GD-Graph: Makefile 
	graphics/p5-GD-Graph3d: Makefile 
	graphics/p5-GD-SVG: Makefile 
	graphics/p5-GD-SecurityImage: Makefile 
	graphics/p5-GD-TextUtil: Makefile 
	graphics/p5-Graphics-ColorNames: Makefile 
	graphics/p5-Graphics-ColorNames-WWW: Makefile 
	graphics/p5-Image-BioChrome: Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-ExifTool: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Image-Info: Makefile 
	graphics/p5-Image-MetaData-JPEG: Makefile 
	graphics/p5-SVG: Makefile 
	graphics/p5-SVG-Graph: Makefile 
	mail/p5-Catalyst-Plugin-Email: Makefile 
	mail/p5-Email-Abstract: Makefile 
	mail/p5-Email-Address: Makefile 
	mail/p5-Email-Date: Makefile 
	mail/p5-Email-Date-Format: Makefile 
	mail/p5-Email-FolderType: Makefile 
	mail/p5-Email-LocalDelivery: Makefile 
	mail/p5-Email-MIME: Makefile 
	mail/p5-Email-MIME-Attachment-Stripper: Makefile 
	mail/p5-Email-MIME-ContentType: Makefile 
	mail/p5-Email-MIME-Creator: Makefile 
	mail/p5-Email-MIME-Encodings: Makefile 
	mail/p5-Email-MIME-Modifier: Makefile 
	mail/p5-Email-MessageID: Makefile 
	mail/p5-Email-Reply: Makefile 
	mail/p5-Email-Send: Makefile 
	mail/p5-Email-Sender: Makefile 
	mail/p5-Email-Simple: Makefile 
	mail/p5-Email-Valid: Makefile 
	mail/p5-Email-Valid-Loose: Makefile 
	mail/p5-GMail-IMAPD: Makefile 
	mail/p5-Log-Procmail: Makefile 
	mail/p5-MIME-Base32: Makefile 
	mail/p5-MIME-Charset: Makefile 
	mail/p5-MIME-EncWords: Makefile 
	mail/p5-MIME-Lite: Makefile 
	mail/p5-MIME-Lite-HTML: Makefile 
	mail/p5-MIME-Types: Makefile 
	mail/p5-Mail-Alias: Makefile 
	mail/p5-Mail-Audit: Makefile 
	mail/p5-Mail-Box: Makefile 
	mail/p5-Mail-DKIM: Makefile 
	mail/p5-Mail-GnuPG: Makefile 
	mail/p5-Mail-IMAPClient: Makefile 
	mail/p5-Mail-IMAPTalk: Makefile 
	mail/p5-Mail-Mbox-MessageParser: Makefile 
	mail/p5-Mail-POP3Client: Makefile 
	mail/p5-Mail-SPF-Iterator: Makefile 
	mail/p5-Mail-SPF-Query: Makefile 
	mail/p5-Mail-Sender: Makefile 
	mail/p5-Mail-Tools: Makefile 
	mail/p5-Mail-Webmail-Gmail: Makefile 
	math/p5-AI-FANN: Makefile 
	math/p5-AI-NeuralNet-BackProp: Makefile 
	math/p5-AI-NeuralNet-Kohonen: Makefile 
	math/p5-AI-NeuralNet-Kohonen-Visual: Makefile 
	math/p5-AI-NeuralNet-Mesh: Makefile 
	math/p5-AI-Perceptron: Makefile 
	math/p5-Algorithm-NaiveBayes: Makefile 
	math/p5-Bit-Vector: Makefile 
	math/p5-Chart-Math-Axis: Makefile 
	math/p5-Data-PowerSet: Makefile 
	math/p5-GraphViz: Makefile 
	math/p5-Math-Base36: Makefile 
	math/p5-Math-Bezier: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-Calc-Units: Makefile 
	math/p5-Math-Derivative: Makefile 
	math/p5-Math-FFT: Makefile 
	math/p5-Math-Fibonacci: Makefile 
	math/p5-Math-Fibonacci-Phi: Makefile 
	math/p5-Math-GMP: Makefile 
	math/p5-Math-Pari: Makefile 
	math/p5-Math-Round: Makefile 
	math/p5-Math-Spline: Makefile 
	math/p5-Math-VecStat: Makefile 
	math/p5-Set-IntSpan: Makefile 
	math/p5-Statistics-Contingency: Makefile 
	math/p5-Statistics-Descriptive: Makefile 
	misc/p5-Acme-LOLCAT: Makefile 
	misc/p5-CreditCard: Makefile 
	misc/p5-File-MMagic: Makefile 
	misc/p5-File-MMagic-XS: Makefile 
	misc/p5-File-Rotate-Backup: Makefile 
	misc/p5-Finance-IIF: Makefile 
	misc/p5-Finance-QuoteHist: Makefile 
	misc/p5-I18N-Charset: Makefile 
	misc/p5-Lingua-Romana-Perligata: Makefile 
	misc/p5-Spreadsheet-ParseExcel: Makefile 
	misc/p5-Spreadsheet-WriteExcel: Makefile 
	misc/p5-Term-Animation: Makefile 
	misc/p5-User   : Makefile 
	misc/p5-User-Identity: Makefile 
	net/mon/client : Makefile 
	net/nagios/p5-Nagios-Plugin: Makefile 
	net/p5-Bot-BasicBot: Makefile 
	net/p5-Business-PayPal: Makefile 
	net/p5-Business-PayPal-API: Makefile 
	net/p5-Business-PayPal-IPN: Makefile 
	net/p5-Chatbot-Eliza: Makefile 
	net/p5-DNS-ZoneParse: Makefile 
	net/p5-Danga-Socket: Makefile 
	net/p5-Event-RPC: Makefile 
	net/p5-Filesys-Virtual-DAAP: Makefile 
	net/p5-Geo-IP  : Makefile 
	net/p5-IO-Interface: Makefile 
	net/p5-IO-Socket-INET6: Makefile 
	net/p5-IO-Socket-Multicast: Makefile 
	net/p5-IP-Country: Makefile 
	net/p5-Net-Amazon: Makefile 
	net/p5-Net-BGP : Makefile 
	net/p5-Net-CIDR: Makefile 
	net/p5-Net-CIDR-Lite: Makefile 
	net/p5-Net-DAAP-Client: Makefile 
	net/p5-Net-DAAP-DMAP: Makefile 
	net/p5-Net-DAV-Server: Makefile 
	net/p5-Net-DBus: Makefile 
	net/p5-Net-DNS-DynDNS: Makefile 
	net/p5-Net-Daemon: Makefile 
	net/p5-Net-Dict: Makefile 
	net/p5-Net-Domain-TLD: Makefile 
	net/p5-Net-FTP-AutoReconnect: Makefile 
	net/p5-Net-FTP-Recursive: Makefile 
	net/p5-Net-FTPSSL: Makefile 
	net/p5-Net-FTPServer: Makefile 
	net/p5-Net-GPSD: Makefile 
	net/p5-Net-Google: Makefile 
	net/p5-Net-ICQ2000: Makefile 
	net/p5-Net-ICal: Makefile 
	net/p5-Net-INET6Glue: Makefile 
	net/p5-Net-IP  : Makefile 
	net/p5-Net-IPTrie: Makefile 
	net/p5-Net-IPv4Addr: Makefile 
	net/p5-Net-IRC : Makefile 
	net/p5-Net-Jabber: Makefile 
	net/p5-Net-MySQL: Makefile 
	net/p5-Net-Netmask: Makefile 
	net/p5-Net-OAuth: Makefile 
	net/p5-Net-PH  : Makefile 
	net/p5-Net-ParseWhois: Makefile 
	net/p5-Net-Patricia: Makefile 
	net/p5-Net-Pcap: Makefile 
	net/p5-Net-Ping-External: Makefile 
	net/p5-Net-Radius: Makefile 
	net/p5-Net-RawIP: Makefile 
	net/p5-Net-SFTP: Makefile 
	net/p5-Net-SFTP-Foreign: Makefile 
	net/p5-Net-SMTP-SSL: Makefile 
	net/p5-Net-SMTP-TLS: Makefile 
	net/p5-Net-SMTP_auth: Makefile 
	net/p5-Net-SNMP: Makefile 
	net/p5-Net-SNPP: Makefile 
	net/p5-Net-SSH-Expect: Makefile 
	net/p5-Net-SSH-Perl: Makefile 
	net/p5-Net-SSH2: Makefile 
	net/p5-Net-Snort-Parser: Makefile 
	net/p5-Net-Subnets: Makefile 
	net/p5-Net-TFTP: Makefile 
	net/p5-Net-Telnet: Makefile 
	net/p5-Net-Twitter: Makefile 
	net/p5-Net-UPnP: Makefile 
	net/p5-Net-Wake: Makefile 
	net/p5-Net-Whois-RIPE: Makefile 
	net/p5-Net-Whois-Raw: Makefile 
	net/p5-Net-XMPP: Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/p5-NetAddr-IP: Makefile 
	net/p5-NetPacket: Makefile 
	net/p5-Nmap-Scanner: Makefile 
	net/p5-POE-Component-Client-DNS: Makefile 
	net/p5-POE-Component-Client-HTTP: Makefile 
	net/p5-POE-Component-Client-Keepalive: Makefile 
	net/p5-POE-Component-IRC: Makefile 
	net/p5-POE-Component-IRC-Plugin-RSS-Headlines: Makefile 
	net/p5-POE-Component-Jabber: Makefile 
	net/p5-POE-Component-Pcap: Makefile 
	net/p5-POE-Component-Server-FTP: Makefile 
	net/p5-POE-Filter-IRCD: Makefile 
	net/p5-PlRPC   : Makefile 
	net/p5-RPC-XML : Makefile 
	net/p5-SNMP-BridgeQuery: Makefile 
	net/p5-SNMP-Info: Makefile 
	net/p5-Socket6 : Makefile 
	net/p5-Sys-Hostname-Long: Makefile 
	net/p5-Validate-Net: Makefile 

Log message:
Bump after recent cpan.port.mk change.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 04:46:54

Modified files:
	news/p5-Gateway: Makefile 
	news/p5-News-Article: Makefile 
	news/p5-News-Newsrc: Makefile 
	security/p5-Authen-Htpasswd: Makefile 
	security/p5-Authen-Krb5-Simple: Makefile 
	security/p5-Authen-Radius: Makefile 
	security/p5-Authen-SASL: Makefile 
	security/p5-Catalyst-Authentication-Store-DBI: Makefile 
	security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile 
	security/p5-Catalyst-Plugin-Authentication: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile 
	security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: 
	                                                           Makefile 
	security/p5-Catalyst-Plugin-Authorization-ACL: Makefile 
	security/p5-Catalyst-Plugin-Authorization-Roles: Makefile 
	security/p5-Crypt-Blowfish: Makefile 
	security/p5-Crypt-Blowfish_PP: Makefile 
	security/p5-Crypt-CBC: Makefile 
	security/p5-Crypt-CipherSaber: Makefile 
	security/p5-Crypt-DES: Makefile 
	security/p5-Crypt-DES-EDE3: Makefile 
	security/p5-Crypt-DSA: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/p5-Crypt-PasswdMD5: Makefile 
	security/p5-Crypt-Primes: Makefile 
	security/p5-Crypt-RC4: Makefile 
	security/p5-Crypt-RSA: Makefile 
	security/p5-Crypt-Random: Makefile 
	security/p5-Crypt-Rijndael: Makefile 
	security/p5-Crypt-SSLeay: Makefile 
	security/p5-Crypt-SaltedHash: Makefile 
	security/p5-Crypt-Serpent: Makefile 
	security/p5-Crypt-SmbHash: Makefile 
	security/p5-Crypt-TripleDES: Makefile 
	security/p5-Crypt-Twofish: Makefile 
	security/p5-Digest-BubbleBabble: Makefile 
	security/p5-Digest-HMAC: Makefile 
	security/p5-Digest-MD2: Makefile 
	security/p5-Digest-MD4: Makefile 
	security/p5-Digest-MD5-M4p: Makefile 
	security/p5-Digest-Nilsimsa: Makefile 
	security/p5-Digest-SHA1: Makefile 
	security/p5-GPG: Makefile 
	security/p5-GnuPG: Makefile 
	security/p5-GnuPG-Interface: Makefile 
	security/p5-IO-Socket-SSL: Makefile 
	security/p5-MD5: Makefile 
	security/p5-Module-Signature: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/p5-POE-Component-SSLify: Makefile 
	security/p5-Tie-EncryptedHash: Makefile 
	shells/zoidberg: Makefile 
	sysutils/p5-Capture-Tiny: Makefile 
	sysutils/p5-File-NFSLock: Makefile 
	sysutils/p5-File-Which: Makefile 
	sysutils/p5-Filesys-Df: Makefile 
	sysutils/p5-Filesys-DiskSpace: Makefile 
	sysutils/p5-Filesys-Virtual: Makefile 
	sysutils/p5-Filesys-Virtual-Plain: Makefile 
	sysutils/p5-Parse-DMIDecode: Makefile 
	sysutils/p5-Proc-ProcessTable: Makefile 
	sysutils/p5-Proc-Queue: Makefile 
	sysutils/p5-Quota: Makefile 
	sysutils/p5-Schedule-At: Makefile 
	sysutils/p5-Set-Crontab: Makefile 
	sysutils/p5-Sys-Syscall: Makefile 
	sysutils/p5-UPS-Nut: Makefile 
	sysutils/p5-Unix-PID: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/p5-Unix-Syslog: Makefile 
	telephony/p5-Net-SIP: Makefile 
	textproc/p5-CGI-FastTemplate: Makefile 
	textproc/p5-Catalyst-Plugin-Markdown: Makefile 
	textproc/p5-Catalyst-Plugin-Textile: Makefile 
	textproc/p5-Catalyst-Plugin-Unicode: Makefile 
	textproc/p5-Catalyst-View-TT: Makefile 
	textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile 
	textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile 
	textproc/p5-Catalyst-View-XSLT: Makefile 
	textproc/p5-Email-Find: Makefile 
	textproc/p5-Encode-Detect: Makefile 
	textproc/p5-Font-AFM: Makefile 
	textproc/p5-Font-TTF: Makefile 
	textproc/p5-HTML-Summary: Makefile 
	textproc/p5-LaTeX-TOM: Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-Libxml: Makefile 
	textproc/p5-Lingua-EN-Fathom: Makefile 
	textproc/p5-Lingua-EN-Inflect: Makefile 
	textproc/p5-Lingua-EN-Inflect-Number: Makefile 
	textproc/p5-Lingua-EN-Summarize: Makefile 
	textproc/p5-Lingua-EN-Syllable: Makefile 
	textproc/p5-Lingua-PT-Stemmer: Makefile 
	textproc/p5-Lingua-Stem: Makefile 
	textproc/p5-Lingua-Stem-Fr: Makefile 
	textproc/p5-Lingua-Stem-It: Makefile 
	textproc/p5-Lingua-Stem-Ru: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Da: Makefile 
	textproc/p5-Lingua-Stem-Snowball-No: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Se: Makefile 
	textproc/p5-Lingua-Treebank: Makefile 
	textproc/p5-MojoX-Renderer-TT: Makefile 
	textproc/p5-Object-MultiType: Makefile 
	textproc/p5-PDF-API2: Makefile 
	textproc/p5-PDF-Reuse: Makefile 
	textproc/p5-PDF-Table: Makefile 
	textproc/p5-POE-Filter-XML: Makefile 
	textproc/p5-PPI: Makefile 
	textproc/p5-PPI-HTML: Makefile 
	textproc/p5-PPIx-Regexp: Makefile 
	textproc/p5-PPIx-Utilities: Makefile 
	textproc/p5-PatchReader: Makefile 
	textproc/p5-Pod-POM: Makefile 
	textproc/p5-Pod-Spell: Makefile 
	textproc/p5-Pod-Tests: Makefile 
	textproc/p5-RSS-Parser-Lite: Makefile 
	textproc/p5-Regexp-Assemble: Makefile 
	textproc/p5-Regexp-Common: Makefile 
	textproc/p5-Regexp-DefaultFlags: Makefile 
	textproc/p5-SWISH-API: Makefile 
	textproc/p5-Search-QueryParser: Makefile 
	textproc/p5-Sort-Versions: Makefile 
	textproc/p5-String-Approx: Makefile 
	textproc/p5-String-Koremutake: Makefile 
	textproc/p5-String-Random: Makefile 
	textproc/p5-String-RewritePrefix: Makefile 
	textproc/p5-String-ShellQuote: Makefile 
	textproc/p5-String-Similarity: Makefile 
	textproc/p5-Syntax-Highlight-HTML: Makefile 
	textproc/p5-Syntax-Highlight-Mason: Makefile 
	textproc/p5-Syntax-Highlight-Perl: Makefile 
	textproc/p5-Template-Plugin-Class: Makefile 
	textproc/p5-Template-Plugin-GD: Makefile 
	textproc/p5-Template-Plugin-Markdown: Makefile 
	textproc/p5-Template-Plugin-Number-Format: Makefile 
	textproc/p5-Template-Provider-Encoding: Makefile 
	textproc/p5-Template-Timer: Makefile 
	textproc/p5-Text-ASCIIMathML: Makefile 
	textproc/p5-Text-Affixes: Makefile 
	textproc/p5-Text-Aligner: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-Text-Autoformat: Makefile 
	textproc/p5-Text-CSV: Makefile 
	textproc/p5-Text-CSV_XS: Makefile 
	textproc/p5-Text-Diff: Makefile 
	textproc/p5-Text-Diff-HTML: Makefile 
	textproc/p5-Text-DoubleMetaphone: Makefile 
	textproc/p5-Text-German: Makefile 
	textproc/p5-Text-Glob: Makefile 
	textproc/p5-Text-LevenshteinXS: Makefile 
	textproc/p5-Text-Markdown: Makefile 
	textproc/p5-Text-PDF: Makefile 
	textproc/p5-Text-Quoted: Makefile 
	textproc/p5-Text-RecordParser: Makefile 
	textproc/p5-Text-Reform: Makefile 
	textproc/p5-Text-Restructured: Makefile 
	textproc/p5-Text-SimpleTable: Makefile 
	textproc/p5-Text-Table: Makefile 
	textproc/p5-Text-TabularDisplay: Makefile 
	textproc/p5-Text-Tags: Makefile 
	textproc/p5-Text-Template: Makefile 
	textproc/p5-Text-Thread: Makefile 
	textproc/p5-Text-Tmpl: Makefile 
	textproc/p5-Text-Unidecode: Makefile 
	textproc/p5-Text-WikiFormat: Makefile 
	textproc/p5-Text-WordDiff: Makefile 
	textproc/p5-Text-Wrapper: Makefile 
	textproc/p5-WML-Card: Makefile 
	textproc/p5-XML-AutoWriter: Makefile 
	textproc/p5-XML-Checker: Makefile 
	textproc/p5-XML-DOM: Makefile 
	textproc/p5-XML-Dumper: Makefile 
	textproc/p5-XML-Elemental: Makefile 
	textproc/p5-XML-Filter-BufferText: Makefile 
	textproc/p5-XML-Filter-ExceptionLocator: Makefile 
	textproc/p5-XML-Generator: Makefile 
	textproc/p5-XML-LibXML: Makefile 
	textproc/p5-XML-Literal: Makefile 
	textproc/p5-XML-NamespaceSupport: Makefile 
	textproc/p5-XML-Parser: Makefile 
	textproc/p5-XML-RAI: Makefile 
	textproc/p5-XML-RSS: Makefile 
	textproc/p5-XML-RSS-LibXML: Makefile 
	textproc/p5-XML-RSS-Parser: Makefile 
	textproc/p5-XML-RSS-Timing: Makefile 
	textproc/p5-XML-RSS-TimingBot: Makefile 
	textproc/p5-XML-RSSLite: Makefile 
	textproc/p5-XML-RegExp: Makefile 
	textproc/p5-XML-SAX: Makefile 
	textproc/p5-XML-SAX-Expat: Makefile 
	textproc/p5-XML-SAX-Expat-Incremental: Makefile 
	textproc/p5-XML-SAX-ExpatXS: Makefile 
	textproc/p5-XML-SAX-Writer: Makefile 
	textproc/p5-XML-Simple: Makefile 
	textproc/p5-XML-Smart: Makefile 
	textproc/p5-XML-Stream: Makefile 
	textproc/p5-XML-Validator-Schema: Makefile 
	textproc/p5-XML-Writer: Makefile 
	textproc/p5-XML-XPath: Makefile 
	textproc/p5-XML-XPathEngine: Makefile 
	textproc/p5-XML-XSLT: Makefile 
	textproc/p5-ack: Makefile 
	textproc/p5-sdf: Makefile 
	textproc/p5-tkispell: Makefile 
	www/ap2-mod_perl: Makefile 
	www/p5-Apache-ASP: Makefile 
	www/p5-Apache-DB: Makefile 
	www/p5-Apache-DBI: Makefile 
	www/p5-Apache-MP3: Makefile 
	www/p5-Apache-Reload: Makefile 
	www/p5-Apache-Session: Makefile 
	www/p5-Apache-Session-Generate-UUID: Makefile 
	www/p5-Apache-Session-Memcached: Makefile 
	www/p5-Apache-Test: Makefile 
	www/p5-CGI-Application-Plugin-ConfigAuto: Makefile 
	www/p5-CGI-Application-Plugin-ValidateRM: Makefile 
	www/p5-CGI-Cookie-Splitter: Makefile 
	www/p5-CGI-Deurl: Makefile 
	www/p5-CGI-Lite: Makefile 
	www/p5-CGI-SSI : Makefile 
	www/p5-CGI-Session: Makefile 
	www/p5-CGI-Simple: Makefile 
	www/p5-CGI-Untaint: Makefile 
	www/p5-CGI-XMLApplication: Makefile 
	www/p5-CSS-Minifier: Makefile 
	www/p5-CSS-Squish: Makefile 
	www/p5-CSS-Tiny: Makefile 
	www/p5-Catalyst-Action-RenderView: Makefile 
	www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile 
	www/p5-Catalyst-Component-InstancePerContext: Makefile 
	www/p5-Catalyst-Controller-FormBuilder: Makefile 
	www/p5-Catalyst-Controller-HTML-FormFu: Makefile 
	www/p5-Catalyst-Engine-Apache: Makefile 
	www/p5-Catalyst-Engine-HTTP-POE: Makefile 
	www/p5-Catalyst-Helper-Controller-Scaffold: Makefile 
	www/p5-Catalyst-Log-Log4perl: Makefile 
	www/p5-Catalyst-Plugin-Cache: Makefile 
	www/p5-Catalyst-Plugin-Cache-FileCache: Makefile 
	www/p5-Catalyst-Plugin-Cache-Memcached: Makefile 
	www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader: Makefile 
	www/p5-Catalyst-Plugin-ConfigLoader-Environment: Makefile 
	www/p5-Catalyst-Plugin-DefaultEnd: Makefile 
	www/p5-Catalyst-Plugin-FormValidator: Makefile 
	www/p5-Catalyst-Plugin-HTML-Widget: Makefile 
	www/p5-Catalyst-Plugin-I18N: Makefile 
	www/p5-Catalyst-Plugin-LogWarnings: Makefile 
	www/p5-Catalyst-Plugin-PageCache: Makefile 
	www/p5-Catalyst-Plugin-Pluggable: Makefile 
	www/p5-Catalyst-Plugin-Prototype: Makefile 
	www/p5-Catalyst-Plugin-Session: Makefile 
	www/p5-Catalyst-Plugin-Session-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-PerUser: Makefile 
	www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile 
	www/p5-Catalyst-Plugin-Session-State-URI: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile 
	www/p5-Catalyst-Plugin-Session-Store-File: Makefile 
	www/p5-Catalyst-Plugin-Singleton: Makefile 
	www/p5-Catalyst-Plugin-Static-Simple: Makefile 
	www/p5-Catalyst-Plugin-SubRequest: Makefile 
	www/p5-Catalyst-Plugin-XMLRPC: Makefile 
	www/p5-Catalyst-View-Mason: Makefile 
	www/p5-Config-ApacheFormat: Makefile 
	www/p5-Data-URIEncode: Makefile 
	www/p5-Drupal-Admin: Makefile 
	www/p5-FCGI-ProcManager: Makefile 
	www/p5-Feed-Find: Makefile 
	www/p5-HTML-Base: Makefile 
	www/p5-HTML-CGIChecker: Makefile 
	www/p5-HTML-Calendar-Month-Simple: Makefile 
	www/p5-HTML-Clean: Makefile 
	www/p5-HTML-Copy: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-FillInForm: Makefile 
	www/p5-HTML-FormFu: Makefile 
	www/p5-HTML-Format: Makefile 
	www/p5-HTML-FormatText-WithLinks: Makefile 
	www/p5-HTML-FromText: Makefile 
	www/p5-HTML-Highlight: Makefile 
	www/p5-HTML-Lint: Makefile 
	www/p5-HTML-Parser: Makefile 
	www/p5-HTML-PopupTreeSelect: Makefile 
	www/p5-HTML-ResolveLink: Makefile 
	www/p5-HTML-RewriteAttributes: Makefile 
	www/p5-HTML-SBC: Makefile 
	www/p5-HTML-Scrubber: Makefile 
	www/p5-HTML-SimpleParse: Makefile 
	www/p5-HTML-SiteTear: Makefile 
	www/p5-HTML-Stream: Makefile 
	www/p5-HTML-StripScripts: Makefile 
	www/p5-HTML-StripScripts-Parser: Makefile 
	www/p5-HTML-Table: Makefile 
	www/p5-HTML-TableContentParser: Makefile 
	www/p5-HTML-TableExtract: Makefile 
	www/p5-HTML-TagCloud: Makefile 
	www/p5-HTML-TagFilter: Makefile 
	www/p5-HTML-Tagset: Makefile 
	www/p5-HTML-Template-JIT: Makefile 
	www/p5-HTML-Tidy: Makefile 
	www/p5-HTML-Tiny: Makefile 
	www/p5-HTML-TokeParser-Simple: Makefile 
	www/p5-HTML-Tree: Makefile 
	www/p5-HTML-TreeBuilder-XPath: Makefile 
	www/p5-HTML-Widget: Makefile 
	www/p5-HTTP-Async: Makefile 
	www/p5-HTTP-Body: Makefile 
	www/p5-HTTP-BrowserDetect: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-HTTP-GetImages: Makefile 
	www/p5-HTTP-Lite: Makefile 
	www/p5-HTTP-Proxy: Makefile 
	www/p5-HTTP-Recorder: Makefile 
	www/p5-HTTP-Request-AsCGI: Makefile 
	www/p5-HTTP-Request-Params: Makefile 
	www/p5-HTTP-Response-Encoding: Makefile 
	www/p5-HTTP-Server-Simple: Makefile 
	www/p5-HTTP-Server-Simple-Mason: Makefile 
	www/p5-HTTP-Server-Simple-Recorder: Makefile 
	www/p5-HTTPD-Log-Filter: Makefile 
	www/p5-JavaScript-Minifier: Makefile 
	www/p5-LWP-Authen-Wsse: Makefile 
	www/p5-LWP-UserAgent-Determined: Makefile 
	www/p5-MasonX-Interp-WithCallbacks: Makefile 
	www/p5-Maypole : Makefile 
	www/p5-Maypole-Authentication-UserSessionCookie: Makefile 
	www/p5-Mojo    : Makefile 
	www/p5-MojoX-Session: Makefile 
	www/p5-PHP-Serialization: Makefile 
	www/p5-PHP-Session: Makefile 
	www/p5-PodToHTML: Makefile 
	www/p5-RTx-Tags: Makefile 
	www/p5-Rose-HTML-Objects: Makefile 
	www/p5-Rose-HTMLx-Form-Field-Autocomplete: Makefile 
	www/p5-Rose-URI: Makefile 
	www/p5-SCGI    : Makefile 
	www/p5-SOAP-Lite: Makefile 
	www/p5-Test-HTTP-Server-Simple: Makefile 
	www/p5-URI     : Makefile 
	www/p5-URI-Fetch: Makefile 
	www/p5-URI-Find: Makefile 
	www/p5-WWW-Bugzilla: Makefile 
	www/p5-WWW-Ebay: Makefile 
	www/p5-WWW-Google-SiteMap: Makefile 
	www/p5-WWW-IndexParser: Makefile 
	www/p5-WWW-Mechanize: Makefile 
	www/p5-WWW-Mechanize-TreeBuilder: Makefile 
	www/p5-WWW-Robot: Makefile 
	www/p5-WWW-Search: Makefile 
	www/p5-WWW-Search-Ebay: Makefile 
	www/p5-WWW-Tumblr: Makefile 
	www/p5-WWW-Wikipedia: Makefile 
	www/p5-Weather-Com: Makefile 
	www/p5-WebService-Audioscrobbler: Makefile 
	www/p5-WebService-MusicBrainz: Makefile 
	www/p5-XML-Atom: Makefile 
	www/p5-XML-Atom-SimpleFeed: Makefile 
	www/p5-XML-Feed: Makefile 
	www/p5-libwww  : Makefile 
	www/p5-pQuery  : Makefile 
	www/perlbal    : Makefile 
	x11/p5-AnyEvent-I3: Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-Ex-FormFactory: Makefile 
	x11/p5-Gtk2-Ex-PodViewer: Makefile 
	x11/p5-Gtk2-Ex-Simple-List: Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/p5-Tk      : Makefile 
	x11/p5-Tk-Splash: Makefile 
	x11/p5-Wx      : Makefile 
	x11/p5-X-Osd   : Makefile 
	x11/p5-X11-Protocol: Makefile 

Log message:
Bump after recent cpan.port.mk change.
ok jasper@
(final commit)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 04:50:16

Modified files:
	databases/ruby-activerecord: Makefile 

Log message:
- add missing build dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 04:53:24

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document recent cpan MODULE change.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/03 05:39:19

Modified files:
	share/man/man5 : login.conf.5 

Log message:
Sizes may also be specified in gigabytes or terrabytes.
OK jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 06:15:27

Modified files:
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c 
	                           patch-gnome-session_gsm-dbus-client_c 
	                           patch-gnome-session_gsm-manager_c 
	                           patch-gnome-session_main_c 
	x11/gnome/session/pkg: PLIST 

Log message:
Extend the gs-bug-buddy-debug patch so that g_debug messages are only
printed if we compile with --enable-debug even when the
libgnomesegvhandler module from bug-buddy is loaded.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/03 07:45:43

Added files:
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_testtools_source_bridgetest_makefile_mk 

Log message:
disable the bridgetest on i386 until we figure out what's wrong with it


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 07:55:23

Modified files:
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/pkg: PLIST 
Added files:
	x11/gnome/tomboy/patches: patch-Tomboy_Addins_Makefile_in 
	                          patch-libtomboy_tomboykeybinder_c 

Log message:
* galago is gone, so remove useless CONFIGURE_ARGS.
* Rename tomboy.desktop to Tomboy.desktop to please session managers
looking for corresponding excutable <-> desktop.
* Really disable WebDavSyncService so that it doesn't come back into PLIST
* Merge patch from upstream to stop using gdk_display as it's deprecated
in GDK 2.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/03 07:56:19

Modified files:
	x11/gnome/totem: Makefile 

Log message:
sync comment with reality


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 08:18:28

Modified files:
	x11/gnome/totem: Makefile 

Log message:
Revert previous it was bogus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 08:37:31

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: PLIST-main 

Log message:
Add missing @sample dirs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/03 08:52:51

Modified files:
	mail/cyrus-imapd: Makefile 
Removed files:
	mail/cyrus-imapd/patches: patch-imap_seen_db_c 

Log message:
Remove un-needed patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/03 09:33:59

Modified files:
	graphics/gimp/stable: Makefile distinfo 
	graphics/gimp/stable/pkg: PLIST 

Log message:
Update to 2.6.11, fixes print support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/03 09:45:07

Modified files:
	editors/nano   : Makefile distinfo 
	editors/nano/pkg: PLIST 

Log message:
update to 2.2.6 (fixes for restricted mode), fix wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/03 09:46:18

Modified files:
	x11/freerdp    : Makefile distinfo 

Log message:
Update to 0.8.2
ok merdeley@ (Maintainer) on a similar diff


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/03 10:02:29

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
missing ; in previous


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/03 11:18:55

Modified files:
	.              : books.html lyrics.html press.html 

Log message:
the project has in the past received a small pittance of money for sales
referrals to amazon, but it is wrong to accept this bribe money from such
people.  instead, we will let people who want these books make their own
decisions as to where to purchase books.

for more details, read
http://www.cjr.org/the_news_frontier/why_amazon_caved_and_what_it_m.php?page=all


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/03 11:29:56

Modified files:
	sys/arch/hppa/gsc: gsckbc.c 
	sys/arch/sgi/dev: iockbc.c iockbcvar.h mkbc.c mkbcreg.h 
	sys/arch/sgi/sgi: wscons_machdep.c 
	sys/dev/ic     : pckbc.c 
	sys/dev/pckbc  : pckbd.c pckbdvar.h 

Log message:
removed slot argument of function pckbd_cnattach
because it is always PCKBC_KBD_SLOT

ok miod@, krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/03 12:03:06

Removed files:
	.              : amazon-associates.html 

Log message:
spotted by jasper.  also delete this file, as noted when doing the other purges:

the project has in the past received a small pittance of money for sales
referrals to amazon, but it is wrong to accept this bribe money from such
people.  instead, we will let people who want these books make their own
decisions as to where to purchase books.

for more details, read
http://www.cjr.org/the_news_frontier/why_amazon_caved_and_what_it_m.php?page=all


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/03 12:44:22

Modified files:
	lib/libpthread/arch/i386: _atomic_lock.c 
	lib/librthread/arch/i386: _atomic_lock.c 

Log message:
Sync with amd64, to allow this to compile without warnings with gcc4:
``Correct the _atomic_lock() asm so that gcc accepts the constraints
when compiling without optimization; fix copied from the kernel's atomic.h''
spotted by jim@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/12/03 12:44:58

Modified files:
	usr.bin/rcs    : co.c 

Log message:
add missing header needed by futimes()

ok stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/03 13:22:45

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
really turn -H off;


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2010/12/03 16:29:09

Modified files:
	usr.sbin/smtpd : asr.c 

Log message:
be more strict on socket lifetime (fixes a fd leak).

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/03 16:49:26

Modified files:
	usr.bin/ssh    : schnorr.c 

Log message:
check that g^x^q === 1 mod p; recommended by JPAKE author Feng Hao
(this code is still disabled, but apprently people are treating it as
a reference implementation)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/03 16:55:27

Modified files:
	usr.bin/ssh    : auth-rsa.c 

Log message:
move check for revoked keys to run earlier (in auth_rsa_key_allowed)
bz#1829; patch from ldv AT altlinux.org; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/03 17:18:01

Modified files:
	usr.bin/ssh    : PROTOCOL sftp-client.c sftp-client.h 
	                 sftp-server.c sftp.1 sftp.c 

Log message:
add a protocol extension to support a hard link operation. It is
available through the "ln" command in the client. The old "ln"
behaviour of creating a symlink is available using its "-s" option
or through the preexisting "symlink" command; based on a patch from
miklos AT szeredi.hu in bz#1555; ok markus@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/12/03 17:18:42

Modified files:
	faq            : faq14.html 

Log message:
rework of 14.1, Disks and Partitions.  Help from krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/03 17:21:19

Modified files:
	regress/usr.bin/ssh: sftp-cmds.sh 

Log message:
adjust for hard-link support


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/03 22:18:10

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
Teach swapctl(2) about DUIDs.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/03 22:20:18

Modified files:
	sys/arch/amd64/amd64: locore.S 

Log message:
The pm_cpus member of the pmap is now a 64bit integer: update the assembly
used in cpu_switch() for handling it.  Also, delete an unnecessary
instruction that I added while debugging the pm_cpus handling before

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2010/12/04 03:44:33

Modified files:
	textproc/xpdf  : Makefile distinfo 
Removed files:
	textproc/xpdf/patches: patch-fofi_FoFiType1_cc patch-xpdf_Gfx_cc 

Log message:
Update to xpdf 3.02pl5. ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2010/12/04 03:45:21

Modified files:
	textproc/xpdf/patches: patch-splash_SplashXPath_cc 

Log message:
Prevent more out-of-bounds aray accesses by ignoring hints referencing point
numbers out of the correct range; ok kili@, riding on the update.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/04 04:23:43

Modified files:
	sys/arch/sgi/dev: iockbcvar.h 

Log message:
Make sgi port compile again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/04 04:53:57

Modified files:
	x11/xmonad     : Makefile 
Added files:
	x11/xmonad/pkg : MESSAGE-main 

Log message:
Add a hint to xmonad-lib and hs-xmonad-contrib (initially suggested
by David Cantrell). Also turn {LIB,RUN}_DEPENDS-lib into
RUN_DEPENDS-lib/BUILD_DEPENDS (Haskell libs are still static).

ok dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 06:08:10

Added files:
	regress/usr.bin/mandoc/char/space: nobreak.out_ascii 
	                                   tab.out_ascii 
	regress/usr.bin/mandoc/mdoc/Ar: punct.out_ascii 
	regress/usr.bin/mandoc/mdoc/Bd: blank.out_ascii 
	                                offset-empty.out_ascii 
	regress/usr.bin/mandoc/mdoc/Bl: column.out_ascii diag.out_ascii 
	                                extend.out_ascii hang.out_ascii 
	                                inset.out_ascii 
	                                multitag.out_ascii 
	                                multitype.out_ascii 
	                                nested.out_ascii tag.out_ascii 
	regress/usr.bin/mandoc/mdoc/Fl: multiarg.out_ascii 
	                                noarg.out_ascii punct.out_ascii 
	regress/usr.bin/mandoc/mdoc/Fo: section.out_ascii 
	regress/usr.bin/mandoc/mdoc/In: break.out_ascii 
	regress/usr.bin/mandoc/mdoc/Li: punct.out_ascii 
	regress/usr.bin/mandoc/mdoc/Op: punct.out_ascii 
	regress/usr.bin/mandoc/mdoc/Rs: break.out_ascii 
	regress/usr.bin/mandoc/mdoc/Sm: scope.out_ascii 
	regress/usr.bin/mandoc/mdoc/Xr: args.out_ascii 
	regress/usr.bin/mandoc/mdoc/blank: comment.out_ascii 
	                                   line.out_ascii 

Log message:
Now that we don't have groff in base any longer, check in the desired output,
such that the regression suite does not depend on ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/04 06:31:37

Modified files:
	usr.bin/ssh    : hostfile.c 

Log message:
fix fd leak; spotted and ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/04 07:11:53

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 

Log message:
When using the BerkeleyDB backend, we need a small hack in rc_pre.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/04 07:36:19

Modified files:
	lang/ecl       : Makefile distinfo 
	lang/ecl/patches: patch-src_Makefile_in patch-src_configure 
	lang/ecl/pkg   : PLIST 

Log message:
update to more recent version, which builds more cleanly
(documentation is only online now).

maxima requires an update to build...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/04 07:37:19

Modified files:
	math/maxima    : Makefile distinfo 
	math/maxima/pkg: PLIST 
Removed files:
	math/maxima/patches: patch-src_Makefile_am patch-src_Makefile_in 

Log message:
update so it builds with new ecl. passes most regression.
(requires a chunk of Makefile.in out, otherwise, will whine for automake)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 07:46:56

src/regress/usr.bin/mandoc/mdoc/At

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/At
In directory cvs.openbsd.org:/tmp/cvs-serv30617/At

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/At added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 07:46:57

src/regress/usr.bin/mandoc/mdoc/Lb

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Lb
In directory cvs.openbsd.org:/tmp/cvs-serv30617/Lb

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Lb added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 07:46:58

src/regress/usr.bin/mandoc/mdoc/Mt

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Mt
In directory cvs.openbsd.org:/tmp/cvs-serv30617/Mt

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Mt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 07:46:59

src/regress/usr.bin/mandoc/mdoc/Nm

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Nm
In directory cvs.openbsd.org:/tmp/cvs-serv30617/Nm

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Nm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/04 07:49:40

Modified files:
	regress/usr.bin/mandoc/mdoc: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/At: Makefile invalid.in 
	                                invalid.out_ascii 
	regress/usr.bin/mandoc/mdoc/Lb: Makefile break.in 
	                                break.out_ascii 
	regress/usr.bin/mandoc/mdoc/Mt: Makefile simple.in 
	                                simple.out_ascii 
	regress/usr.bin/mandoc/mdoc/Nm: Makefile empty.in 
	                                empty.out_ascii 

Log message:
add a few simple tests found in my tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/04 08:18:18

Log message:
    import p5-Net-NTP;
    
    This module exports a single method (get_ntp_response) and returns an
    associative array based upon RFC1305 and RFC2030. The response from the
    server is "humanized" to a point that further processing of th information
    received from the server can be manipulated.
    
    ok jasper@, giovanni@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101204
    
    N ports/net/p5-Net-NTP/Makefile
    N ports/net/p5-Net-NTP/distinfo
    N ports/net/p5-Net-NTP/patches/patch-t_1_t
    N ports/net/p5-Net-NTP/pkg/PLIST
    N ports/net/p5-Net-NTP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/04 09:16:17

Modified files:
	net            : Makefile 

Log message:
+p5-Net-NTP


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/04 09:46:00

Modified files:
	sys/arch/octeon/include: bus.h 

Log message:
Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide
a simple bus_space_barrier implementation.
ok syuu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/04 09:46:35

Modified files:
	sys/arch/octeon/dev: octeon_pcibus.c octeon_pcibusvar.h 

Log message:
Remove pci configuration space acces hook infrastructure, which got copied
from loongson but isn't necessary on octeon.
ok syuu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/04 10:06:32

Modified files:
	sys/dev/pci    : pcireg.h 
	sys/arch/alpha/pci: apecs_pci.c cia_pci.c irongate_pci.c 
	                    lca_pci.c mcpcia_pci.c pci_machdep.h 
	                    tsp_pci.c 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 
	sys/arch/arm/include: pci_machdep.h 
	sys/arch/arm/xscale: i80321_pci.c 
	sys/arch/hppa/dev: dino.c elroy.c 
	sys/arch/hppa/include: pci_machdep.h 
	sys/arch/hppa64/dev: elroy.c 
	sys/arch/hppa64/include: pci_machdep.h 
	sys/arch/i386/pci: pci_machdep.c pci_machdep.h 
	sys/arch/landisk/include: pci_machdep.h 
	sys/arch/loongson/dev: bonito.c 
	sys/arch/loongson/include: pci_machdep.h 
	sys/arch/macppc/pci: ht.c mpcpcibus.c 
	sys/arch/mvmeppc/pci: mpcpcibr.c 
	sys/arch/octeon/dev: octeon_pcibus.c 
	sys/arch/octeon/include: pci_machdep.h 
	sys/arch/powerpc/pci: pci_machdep.h 
	sys/arch/sgi/pci: macepcibridge.c pci_machdep.h 
	sys/arch/sgi/xbow: xbridge.c 
	sys/arch/sh/dev: shpcic.c shpcicvar.h 
	sys/arch/socppc/dev: socpcic.c 
	sys/arch/sparc64/dev: pci_machdep.c psycho.c pyro.c schizo.c 
	                      vpci.c 
	sys/arch/sparc64/include: pci_machdep.h 

Log message:
Introduce a new pci routine, pci_conf_size(), which returns the size of a
given pcitag_t configuration address space. Currently, all pci controllers
will return the usual 0x100 bytes of PCI configuration space, but this will
eventually change on PCIe-capable controlers.
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/04 10:08:20

Modified files:
	sys/dev/pci    : pci.c 

Log message:
Check the register offset against the device's configuration space size in
the PCIOCREAD and PCIOCWRITE ioctls.
ok kettenis@ (also ok mikeb@ on an earlier version of this)


CVSROOT:	/cvs
Module name:	src
Changes by:	syuu@cvs.openbsd.org	2010/12/04 13:01:05

Modified files:
	sys/arch/octeon/dev: octeon_pcibus.c 

Log message:
correct constant name


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/05 02:41:55

Modified files:
	usr.sbin/pkg_add: pkg 
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm PkgCheck.pm PkgCreate.pm 
	                          PkgInfo.pm 

Log message:
tweak the framework so that individual modules don't exist and return
the exit code upstream instead.
this simplifies the task of people who want to reuse it, as noted by
landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/05 03:06:12

Modified files:
	infrastructure/lib/DPB: Grabber.pm Vars.pm 

Log message:
allow 'dpb archivers' without extra artifacts, e.g., recognize and
handle categories without classifying them as pkgpaths with errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/05 05:18:00

Modified files:
	sys/nfs        : nfs_syscalls.c 

Log message:
Make sure we only initialize the nfsrv_descript_pl pool once.
Re-initializing the pool everytime nfsd(8) terminates is very bad since it
screws up the list of pools resulting in infinite loops when traversing that
list.  Issue found by Daniel Melameth.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/05 06:15:46

Modified files:
	x11/kde/webdev : Makefile 

Log message:
does not build reproductibly with our libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/12/05 07:59:49

Modified files:
	lib/libc/locale: mbrtowc.3 

Log message:
Rewrite the mbrtowc(3) man page so we can make sense of this function.
tweaks from jmc, help from uwe, "We are going to have to trust you :-)" deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/05 08:15:14

Modified files:
	sys/dev/pci    : pcireg.h 
	sys/arch/sparc64/dev: pyro.c vpci.c 

Log message:
PCIe based sparc64 machines have always supported access to the extended PCIe
configuration space.  So on pyro(4) and vpci(4) return the size appropriate
for the extended PCIe configuration space.

ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/05 08:20:14

xenocara/xserver/doc/xml/dtrace

Update of /cvs/xenocara/xserver/doc/xml/dtrace
In directory cvs.openbsd.org:/tmp/cvs-serv5009/doc/xml/dtrace

Log Message:
Directory /cvs/xenocara/xserver/doc/xml/dtrace added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/05 08:36:11

Modified files:
	xserver        : ChangeLog Makefile.bsd-wrapper Makefile.in 
	                 aclocal.m4 configure configure.ac 
	                 xorg-server.pc.in 
	xserver/Xext   : Makefile.am Makefile.in bigreq.c dpms.c geext.c 
	                 geint.h panoramiX.c panoramiX.h 
	                 panoramiXprocs.c panoramiXsrv.h saver.c 
	                 security.c shape.c shm.c sleepuntil.c sync.c 
	                 xace.c xcalibrate.c xcmisc.c xf86bigfont.c 
	                 xres.c xselinux_ext.c xselinux_hooks.c 
	                 xselinux_label.c xselinuxint.h xtest.c xvdisp.c 
	                 xvdix.h xvmain.c xvmc.c 
	xserver/Xi     : Makefile.in closedev.c exevents.c exglobals.h 
	                 extinit.c getdctl.c getfctl.c getkmap.c 
	                 getmmap.c getprop.c getselev.c gtmotion.c 
	                 listdev.c opendev.c queryst.c sendexev.c 
	                 stubs.c xichangecursor.c xichangehierarchy.c 
	                 xipassivegrab.c xiproperty.c xiquerydevice.c 
	                 xiquerypointer.c xiselectev.c 
	xserver/composite: Makefile.in compalloc.c compext.c compinit.c 
	                   compint.h compoverlay.c compwindow.c 
	xserver/config : Makefile.am Makefile.in config.c dbus.c hal.c 
	                 udev.c 
	xserver/damageext: Makefile.in damageext.c damageextint.h 
	xserver/dbe    : Makefile.in dbe.c dbestruct.h midbe.c midbe.h 
	                 midbestr.h 
	xserver/dix    : Makefile.am Makefile.in atom.c colormap.c 
	                 cursor.c devices.c dispatch.c dixfonts.c 
	                 dixutils.c enterleave.c eventconvert.c events.c 
	                 extension.c gc.c getevents.c globals.c 
	                 glyphcurs.c grabs.c inpututils.c main.c 
	                 pixmap.c privates.c property.c ptrveloc.c 
	                 registry.c resource.c selection.c swaprep.c 
	                 swapreq.c window.c 
	xserver/doc    : Makefile.am Makefile.in 
	xserver/doc/xml: Makefile.in 
	xserver/exa    : Makefile.in exa.c exa_accel.c exa_classic.c 
	                 exa_driver.c exa_glyphs.c 
	                 exa_migration_classic.c exa_mixed.c 
	                 exa_offscreen.c exa_priv.h exa_render.c 
	                 exa_unaccel.c 
	xserver/fb     : Makefile.am Makefile.in fb.h fb24_32.c 
	                 fballpriv.c fbarc.c fbbits.h fbcmap.c fbcopy.c 
	                 fbfill.c fbfillrect.c fbfillsp.c fbgc.c 
	                 fbglyph.c fbimage.c fbline.c fboverlay.c 
	                 fbpict.c fbpixmap.c fbpoint.c fbpush.c 
	                 fbscreen.c fbseg.c fbsetsp.c fbtrap.c 
	                 fbwindow.c wfbrename.h 
	xserver/glx    : Makefile.in glxcmds.c glxdri.c glxdri2.c 
	                 glxdricommon.c glxdricommon.h glxdriswrast.c 
	                 glxext.c glxscreens.c indirect_util.c single2.c 
	                 single2swap.c singlesize.c unpack.h xfont.c 
	xserver/hw     : Makefile.in 
	xserver/hw/dmx : Makefile.in dmx.c dmx.h dmx_glxvisuals.c 
	                 dmxclient.h dmxcmap.c dmxcmap.h dmxcursor.c 
	                 dmxextension.c dmxfont.c dmxgc.c dmxgc.h 
	                 dmxgcops.c dmxinit.c dmxpict.c dmxpict.h 
	                 dmxpixmap.c dmxpixmap.h dmxprop.c dmxscrinit.c 
	                 dmxscrinit.h dmxshadow.c dmxstat.c dmxsync.c 
	                 dmxwindow.c dmxwindow.h 
	xserver/hw/dmx/config: Makefile.in dmxparse.c 
	xserver/hw/dmx/doc: DMXSpec-v1.txt DMXSpec.txt Makefile.am 
	                    Makefile.in 
	xserver/hw/dmx/examples: Makefile.in 
	xserver/hw/dmx/glxProxy: Makefile.in compsize.c g_renderswap.c 
	                         glxcmds.c glxcmdsswap.c glxext.c 
	                         glxfbconfig.c glxscreens.c glxsingle.c 
	                         glxswap.c glxutil.c glxvendor.c 
	                         glxvisuals.c render2swap.c 
	                         renderpixswap.c unpack.h 
	xserver/hw/dmx/input: Makefile.in atKeynames.h dmxbackend.c 
	                      dmxcommon.c dmxconsole.c dmxinputinit.c 
	                      dmxinputinit.h dmxmotion.c dmxxinput.c 
	                      lnx-keyboard.c lnx-ms.c lnx-ps2.c 
	                      usb-common.c usb-keyboard.c 
	xserver/hw/kdrive: Makefile.in 
	xserver/hw/kdrive/ephyr: Makefile.in XF86dri.c ephyr.c 
	                         ephyr_draw.c ephyrdriext.c 
	                         ephyrglxext.c ephyrhostvideo.c 
	                         ephyrvideo.c hostx.c 
	xserver/hw/kdrive/fake: Makefile.in fake.c 
	xserver/hw/kdrive/fbdev: Makefile.in fbdev.c 
	xserver/hw/kdrive/linux: Makefile.in evdev.c keyboard.c mouse.c 
	                         tslib.c 
	xserver/hw/kdrive/openbsd: Makefile.in openbsd.c 
	xserver/hw/kdrive/src: Makefile.in kcmap.c kdrive.c kdrive.h 
	                       kinfo.c kinput.c kshadow.c kxv.c 
	xserver/hw/kdrive/wscons: Makefile.in 
	xserver/hw/vfb : InitInput.c InitOutput.c Makefile.am 
	                 Makefile.in 
	xserver/hw/xfree86: Makefile.in 
	xserver/hw/xfree86/common: Makefile.am Makefile.in compiler.h 
	                           xf86.h xf86AutoConfig.c xf86Bus.c 
	                           xf86Bus.h xf86Config.c 
	                           xf86Configure.c xf86Cursor.c 
	                           xf86DGA.c xf86DPMS.c xf86Events.c 
	                           xf86Globals.c xf86Helper.c xf86Init.c 
	                           xf86Mode.c xf86Module.h xf86Opt.h 
	                           xf86Option.c xf86Priv.h xf86Privstr.h 
	                           xf86RandR.c xf86ShowOpts.c 
	                           xf86VGAarbiter.c xf86VGAarbiterPriv.h 
	                           xf86VidMode.c xf86Xinput.c 
	                           xf86Xinput.h xf86cmap.c xf86cmap.h 
	                           xf86fbman.c xf86pciBus.c xf86pciBus.h 
	                           xf86sbusBus.c xf86str.h xf86xv.c 
	                           xf86xvmc.c xisb.c 
	xserver/hw/xfree86/ddc: Makefile.in ddc.c ddcProperty.c 
	                        interpret_edid.c 
	xserver/hw/xfree86/dixmods: Makefile.in 
	xserver/hw/xfree86/dixmods/extmod: Makefile.in modinit.c 
	                                   modinit.h xf86dga2.c 
	                                   xf86vmode.c 
	xserver/hw/xfree86/doc: Makefile.am Makefile.in 
	xserver/hw/xfree86/doc/devel: Makefile.in 
	xserver/hw/xfree86/doc/man: Makefile.in Xorg.man.pre 
	                            xorg.conf.man.pre 
	xserver/hw/xfree86/doc/sgml: Makefile.am Makefile.in 
	xserver/hw/xfree86/dri: Makefile.in dri.c dristruct.h xf86dri.c 
	xserver/hw/xfree86/dri2: Makefile.in dri2.c dri2.h dri2ext.c 
	xserver/hw/xfree86/exa: Makefile.in examodule.c 
	xserver/hw/xfree86/fbdevhw: Makefile.am Makefile.in fbdevhw.c 
	xserver/hw/xfree86/i2c: Makefile.in bt829.c fi1236.c msp3430.c 
	                        tda8425.c tda9850.c tda9885.c uda1380.c 
	                        xf86i2c.c 
	xserver/hw/xfree86/int10: Makefile.am Makefile.in generic.c 
	                          helper_exec.c helper_mem.c 
	xserver/hw/xfree86/loader: Makefile.in loadext.c loadmod.c 
	                           sdksyms.sh 
	xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c xf86Cursors.c 
	                          xf86DiDGA.c xf86DisplayIDModes.c 
	                          xf86EdidModes.c xf86Modes.c 
	                          xf86RandR12.c xf86RandR12.h 
	                          xf86Rotate.c 
	xserver/hw/xfree86/os-support: Makefile.in 
	xserver/hw/xfree86/os-support/bsd: Makefile.in alpha_video.c 
	                                   arm_video.c bsd_VTsw.c 
	                                   bsd_init.c hppa_video.c 
	                                   i386_video.c sparc64_video.c 
	xserver/hw/xfree86/os-support/bus: Makefile.in Pci.c Pci.h 
	                                   Sbus.c 
	xserver/hw/xfree86/os-support/hurd: Makefile.in 
	xserver/hw/xfree86/os-support/linux: Makefile.in lnx_agp.c 
	                                     lnx_init.c lnx_video.c 
	xserver/hw/xfree86/os-support/linux/int10: linux.c 
	xserver/hw/xfree86/os-support/misc: Makefile.in 
	xserver/hw/xfree86/os-support/sco: Makefile.in VTsw_sco.c 
	                                   sco_init.c 
	xserver/hw/xfree86/os-support/shared: VTsw_noop.c VTsw_usl.c 
	                                      bios_devmem.c bios_mmap.c 
	                                      posix_tty.c vidmem.c 
	xserver/hw/xfree86/os-support/solaris: Makefile.in sun_VTsw.c 
	                                       sun_agp.c sun_bell.c 
	xserver/hw/xfree86/os-support/sysv: Makefile.in sysv_init.c 
	                                    sysv_video.c 
	xserver/hw/xfree86/parser: Configint.h Device.c Flags.c Input.c 
	                           InputClass.c Layout.c Makefile.in 
	                           Monitor.c Screen.c Video.c read.c 
	                           scan.c xf86Parser.h xf86tokens.h 
	xserver/hw/xfree86/ramdac: IBM.c Makefile.in TI.c xf86Cursor.c 
	                           xf86CursorPriv.h xf86HWCurs.c 
	                           xf86RamDac.c 
	xserver/hw/xfree86/shadowfb: Makefile.in shadow.c 
	xserver/hw/xfree86/utils: Makefile.in 
	xserver/hw/xfree86/utils/cvt: Makefile.in 
	xserver/hw/xfree86/utils/gtf: Makefile.in gtf.c 
	xserver/hw/xfree86/vbe: Makefile.in vbe.c vbe.h vbeModes.c 
	xserver/hw/xfree86/vgahw: Makefile.in vgaCmap.c vgaHW.c vgaHW.h 
	xserver/hw/xfree86/x86emu: Makefile.in 
	xserver/hw/xfree86/xaa: Makefile.in xaa.h xaaBitBlt.c 
	                        xaaCpyArea.c xaaCpyPlane.c xaaCpyWin.c 
	                        xaaDashLine.c xaaFillArc.c xaaFillPoly.c 
	                        xaaFillRect.c xaaGC.c xaaImage.c 
	                        xaaInit.c xaaInitAccel.c xaaLine.c 
	                        xaaLineMisc.c xaaNonTEText.c 
	                        xaaOffscreen.c xaaOverlay.c 
	                        xaaOverlayDF.c xaaPCache.c xaaPict.c 
	                        xaaRect.c xaaSpans.c xaaStateChange.c 
	                        xaaTEGlyph.c xaaTEText.c xaaWideLine.c 
	                        xaaWrapper.c xaalocal.h xaawrap.h 
	xserver/hw/xfree86/xf8_16bpp: Makefile.in 
	xserver/hw/xnest: Color.c Cursor.c Display.c Drawable.h Events.c 
	                  Font.c GC.c GCOps.c Keyboard.c Makefile.in 
	                  Pixmap.c Screen.c Window.c XNCursor.h XNGC.h 
	                  XNPixmap.h XNWindow.h 
	xserver/hw/xquartz: Makefile.am Makefile.in X11Application.h 
	                    X11Application.m X11Controller.m applewm.c 
	                    darwin.c darwin.h darwinEvents.c 
	                    darwinXinput.c pseudoramiX.c quartz.c 
	                    quartz.h quartzAudio.c quartzCocoa.m 
	                    quartzCommon.h quartzKeyboard.c 
	xserver/hw/xquartz/GL: Makefile.in glcontextmodes.c indirect.c 
	                       visualConfigs.c 
	xserver/hw/xquartz/bundle: Info.plist.cpp Makefile.in 
	xserver/hw/xquartz/bundle/Resources/Dutch.lproj: 
	                                                 locversion.plist 
	xserver/hw/xquartz/bundle/Resources/Dutch.lproj/main.nib: 
	                                                          designable.nib 
	xserver/hw/xquartz/bundle/Resources/French.lproj: 
	                                                  locversion.plist 
	xserver/hw/xquartz/bundle/Resources/French.lproj/main.nib: 
	                                                           designable.nib 
	xserver/hw/xquartz/bundle/Resources/German.lproj: 
	                                                  locversion.plist 
	xserver/hw/xquartz/bundle/Resources/German.lproj/main.nib: 
	                                                           designable.nib 
	xserver/hw/xquartz/bundle/Resources/Italian.lproj: 
	                                                   locversion.plist 
	xserver/hw/xquartz/bundle/Resources/Italian.lproj/main.nib: 
	                                                            designable.nib 
	xserver/hw/xquartz/bundle/Resources/Japanese.lproj: 
	                                                    locversion.plist 
	xserver/hw/xquartz/bundle/Resources/Japanese.lproj/main.nib: 
	                                                             designable.nib 
	xserver/hw/xquartz/bundle/Resources/Spanish.lproj: 
	                                                   locversion.plist 
	xserver/hw/xquartz/bundle/Resources/Spanish.lproj/main.nib: 
	                                                            designable.nib 
	xserver/hw/xquartz/bundle/Resources/ar.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/da.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/da.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/fi.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/fi.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/ko.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/ko.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/no.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/no.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/pl.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/pl.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/pt.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/pt.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/pt_PT.lproj: 
	                                                 locversion.plist 
	xserver/hw/xquartz/bundle/Resources/pt_PT.lproj/main.nib: 
	                                                          designable.nib 
	xserver/hw/xquartz/bundle/Resources/ru.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/ru.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/sv.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/sv.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/zh_CN.lproj: 
	                                                 locversion.plist 
	xserver/hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib: 
	                                                          designable.nib 
	xserver/hw/xquartz/bundle/Resources/zh_TW.lproj: 
	                                                 locversion.plist 
	xserver/hw/xquartz/bundle/Resources/zh_TW.lproj/main.nib: 
	                                                          designable.nib 
	xserver/hw/xquartz/doc: Makefile.in 
	xserver/hw/xquartz/mach-startup: Makefile.in bundle-main.c 
	                                 launchd_fd.h 
	xserver/hw/xquartz/pbproxy: Makefile.in main.m 
	xserver/hw/xquartz/xpr: Makefile.in appledri.c dri.c driWrap.c 
	                        x-hook.c xprAppleWM.c xprCursor.c 
	                        xprEvent.c xprFrame.c xprScreen.c 
	xserver/hw/xwin: InitOutput.c Makefile.am Makefile.in win.h 
	                 winallpriv.c winauth.c winclipboardxevents.c 
	                 winconfig.c winconfig.h windialogs.c winerror.c 
	                 winfillsp.c wingc.c winglobals.c winkeybd.c 
	                 winkeynames.h winmultiwindowshape.c 
	                 winmultiwindowwindow.c winprefs.c winprocarg.c 
	                 winscrinit.c winsetsp.c winshaddd.c 
	                 winshadddnl.c winshadgdi.c winvalargs.c 
	                 winvideo.c winwin32rootless.c 
	                 winwin32rootlesswindow.c winwindow.c 
	                 winwindowswm.c 
	xserver/hw/xwin/glx: Makefile.in glwindows.h glwrap.c indirect.c 
	xserver/include: Makefile.am Makefile.in closestr.h colormap.h 
	                 cursor.h cursorstr.h dix-config.h.in dix.h 
	                 dixfont.h dixstruct.h do-not-use-config.h.in 
	                 extnsionst.h gc.h gcstruct.h globals.h input.h 
	                 inputstr.h list.h os.h pixmap.h privates.h 
	                 protocol-versions.h ptrveloc.h regionstr.h 
	                 resource.h scrnintstr.h windowstr.h xkbsrv.h 
	                 xorg-config.h.in xserver-properties.h 
	xserver/mi     : Makefile.am Makefile.in mi.h miarc.c mibitblt.c 
	                 micmap.c micmap.h micopy.c midispcur.c mieq.c 
	                 miexpose.c mifillarc.c mifillrct.c mifpolycon.c 
	                 migc.c miglblt.c miinitext.c miline.h 
	                 mioverlay.c mipointer.c mipointer.h mipolycon.c 
	                 mipolygen.c mipolypnt.c mipolyrect.c 
	                 mipolyutil.c mipushpxl.c miscrinit.c mispans.c 
	                 mispans.h misprite.c misprite.h mivaltree.c 
	                 miwideline.c miwideline.h miwindow.c mizerarc.c 
	                 mizerline.c 
	xserver/miext  : Makefile.in 
	xserver/miext/cw: Makefile.in cw.c cw.h cw_render.c 
	xserver/miext/damage: Makefile.in damage.c damagestr.h 
	xserver/miext/rootless: Makefile.in rootless.h rootlessCommon.c 
	                        rootlessCommon.h rootlessGC.c 
	                        rootlessScreen.c rootlessValTree.c 
	                        rootlessWindow.c rootlessWindow.h 
	xserver/miext/shadow: Makefile.in shadow.c shadow.h shalloc.c 
	                      shpacked.c shplanar.c shplanar8.c 
	                      shrotate.c shrotpack.h shrotpackYX.h 
	xserver/os     : Makefile.in WaitFor.c access.c auth.c 
	                 connection.c io.c log.c mitauth.c osdep.h 
	                 osinit.c privsep.c rpcauth.c strcasecmp.c 
	                 strcasestr.c strlcpy.c utils.c xdmauth.c 
	                 xdmcp.c xprintf.c xsha1.c 
	xserver/randr  : Makefile.in randr.c randrstr.h rrcrtc.c 
	                 rrdispatch.c rrinfo.c rrmode.c rroutput.c 
	                 rrproperty.c rrscreen.c rrtransform.c 
	                 rrxinerama.c 
	xserver/record : Makefile.in record.c set.c 
	xserver/render : Makefile.in animcur.c filter.c glyph.c 
	                 miindex.c mipict.c mirect.c mitri.c picture.c 
	                 picture.h picturestr.h render.c 
	xserver/test   : Makefile.am Makefile.in input.c xtest.c 
	xserver/test/xi2: Makefile.in protocol-common.c 
	                  protocol-eventconvert.c 
	xserver/xfixes : Makefile.in cursor.c region.c saveset.c 
	                 select.c xfixes.c xfixes.h 
	xserver/xkb    : Makefile.am Makefile.in XKBAlloc.c XKBGAlloc.c 
	                 XKBMAlloc.c XKBMisc.c ddxList.c ddxLoad.c 
	                 maprules.c xkb.c xkbAccessX.c xkbActions.c 
	                 xkbEvents.c xkbInit.c xkbLEDs.c xkbUtils.c 
	                 xkbfmisc.c xkbout.c xkmread.c 
Added files:
	xserver/config : fdi2iclass.py 
	xserver/dix    : region.c 
	xserver/doc/xml: Makefile.am Xserver-spec.xml xmlrules.in 
	                 xserver.ent.in 
	xserver/doc/xml/dtrace: Makefile.am Makefile.in 
	                        Xserver-DTrace.xml 
	xserver/hw/dmx/doc: dmx.xml scaled.xml 
	xserver/hw/kdrive/sdl: Makefile.in 
	xserver/hw/xfree86/doc/sgml: DESIGN.xml 
	xserver/hw/xquartz: quartzRandR.c quartzRandR.h 
	xserver/hw/xquartz/bundle/Resources/ar.lproj: locversion.plist 
	xserver/hw/xwin/glx: Makefile.am gen_gl_wrappers.py 
	                     wgl_ext_api.c wgl_ext_api.h winpriv.c 
	                     winpriv.h 
	xserver/include: callback.h 
Removed files:
	xserver/Xext   : mbuf.c mbufbf.c mbufpx.c 
	xserver/hw/dmx/doc: dmx.sgml scaled.sgml 
	xserver/hw/vfb : lk201kbd.h 
	xserver/hw/xfree86/doc: README.DRI README.rapidaccess 
	xserver/hw/xfree86/doc/sgml: DESIGN.sgml 
	xserver/hw/xwin: winpriv.c winpriv.h 
	xserver/mi     : mibank.c mibank.h miregion.c 
	xserver/xkb    : ddxDevBtn.c ddxFakeMtn.c 

Log message:
Upgrade to xorg-server 1.9.2.
Tested by ajacoutot@, krw@, shadchin@ and jasper@ on various configurations
including multihead with both zaphod and xrandr.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/05 08:52:19

Modified files:
	audio/xmms     : Makefile 
	audio/xmms/files: audio_sndio.c 
Added files:
	audio/xmms/patches: patch-xmms_util_c 

Log message:
* Allow effects plugins to work; from Thomas Pfaff
* Fix wrong visual when clicking the 'D' button to resize; from FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/05 09:03:02

Modified files:
	net            : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/05 09:14:17

Modified files:
	games/warzone2100: Makefile distinfo 
	games/warzone2100/pkg: PLIST 
Added files:
	games/warzone2100/patches: patch-configure_ac 
	                           patch-lib_exceptionhandler_exceptionhandler_c 
	                           patch-lib_sequence_sequence_c 
Removed files:
	games/warzone2100/patches: patch-Makefile_in patch-configure 

Log message:
Update to warzone2100-2.3.6

From Brad, with tweaks by me.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/05 09:15:41

Modified files:
	driver/xf86-video-glint/man: glint.man 

Log message:
Remove empty .TP that make mandoc puke.
Noticed by kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/05 09:37:25

ports/infrastructure/lib/LibTool

Update of /cvs/ports/infrastructure/lib/LibTool
In directory cvs.openbsd.org:/tmp/cvs-serv15534/LibTool

Log Message:
Directory /cvs/ports/infrastructure/lib/LibTool added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/05 09:37:50

Added files:
	infrastructure/lib/LibTool: Archive.pm Exec.pm LaFile.pm 
	                            LaLoFile.pm Library.pm LoFile.pm 
	                            Parser.pm Program.pm Trace.pm 
	                            Util.pm 

Log message:
move most of libtool code around.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/05 09:38:10

Modified files:
	mail/gmime24   : Makefile distinfo 
	mail/gmime24/pkg: PLIST-main 

Log message:
Bugfix update to gmime-2.4.21.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/05 10:34:14

Modified files:
	www/drush      : Makefile 

Log message:
Minor tweak.. www/drupal5 went into the attic, so remove it from drush
CATEGORIES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/05 11:03:02

Modified files:
	x11/xfce4/xfce4-wavelan: Makefile distinfo 
	x11/xfce4/xfce4-wavelan/pkg: PLIST 

Log message:
Update to xfce4-wavelan 0.5.6. Fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/05 11:06:14

Modified files:
	net/py-twitter : Makefile 

Log message:
- adjust RUN_DEPENDS

from mark peoples


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/05 11:07:24

Modified files:
	www/aria2      : Makefile distinfo 
	www/aria2/pkg  : PLIST 

Log message:
Update to aria2 1.10.7, from MAINTAINER Remi Pointel


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/05 11:13:18

Modified files:
	x11/xfce4/xfce4-cpugraph: Makefile distinfo 
	x11/xfce4/xfce4-cpugraph/pkg: PLIST 

Log message:
Minor update to cpugraph panel plugin 1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/05 11:24:33

Modified files:
	databases/postgresql-jdbc: Makefile 
	databases/qt3-sqlite3-plugin: Makefile 
	devel/atlas    : Makefile 
	devel/dtc      : Makefile 
	devel/eclipse/plugins/epic: Makefile 
	devel/libproplist: Makefile 
	devel/mysql++  : Makefile 
	games/xbomber  : Makefile 
	games/xmris    : Makefile 
	graphics/wmgrabimage: Makefile 
	textproc/aspell/dicts: Makefile.inc 
	textproc/ispell: Makefile 
	games/alephone/scenarios/marathon: Makefile 
	games/gtetrinet: Makefile 
	korean/baekmuk-fonts: Makefile 
	mail/claws-mail-cachesaver: Makefile 
	textproc/hevea : Makefile 

Log message:
- use REVISION instead of a patch-level

from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/05 12:38:31

Modified files:
	driver/xf86-video-savage: COPYING ChangeLog Makefile.am 
	                          Makefile.in aclocal.m4 configure 
	                          configure.ac 
	driver/xf86-video-savage/man: Makefile.am Makefile.in savage.man 
	driver/xf86-video-savage/src: Makefile.in savage_driver.c 
	                              savage_exa.c savage_video.c 

Log message:
Update to xf86-video-savage 2.3.2. Committed from a Savage4 card.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/05 12:47:55

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/12/05 13:25:26

Modified files:
	driver/xf86-video-glint/src: pm2_video.c 

Log message:
It seems the code dealing with YV12 doesn't need to do a byte swapping dance
on sparc64.  So simplify the code.  Makes mplayer play video without weird
colors.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/05 14:38:20

Modified files:
	databases/qt3-sqlite3-plugin: Makefile 

Log message:
- tyop


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/05 15:20:37

Modified files:
	mail/cyrus-imapd: Makefile 

Log message:
Add MASTER_SITES for old versions.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 21:25:27

Modified files:
	sys/dev/usb    : usbdivar.h usbdi.h usbdi.c 

Log message:
* add dying flag to struct usbd_device
* add usbd_deactivate(), which should be use to set the dying flag in
struct usbd_device
* add usbd_is_dying(), which can be used to check if either the device
or the associated bus dying flag has been set
* use usbd_is_dying() to check if the deivce or bus is dying before
issuing transfers or requests


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 21:28:41

Modified files:
	sys/dev/usb    : usb.c 

Log message:
* check that the root hub has been configured before trying to
free it's resources
* use usbd_is_dying() instead of directly checking the device's
bus dying flag


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 21:30:57

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
call config_deactivate() before config_detach() when detaching devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 21:41:40

Modified files:
	sys/dev/usb    : if_atu.c if_atureg.h if_aue.c if_auereg.h 
	                 if_axe.c if_axereg.h if_cue.c if_cuereg.h 
	                 if_mos.c if_mosreg.h if_ral.c if_rum.c 
	                 if_uath.c if_udav.c if_udavreg.h if_upgt.c 
	                 if_upgtvar.h if_url.c if_urlreg.h if_urtw.c 
	                 if_zyd.c udcf.c ueagle.c ueaglevar.h uhub.c 
	                 umbg.c 

Log message:
* replace per-driver dying and/or other state variables with use of
usbd_deactivete() and usbd_is_dying()
* use usbd_deactivate() in activate()/DEACTIVATE
* convert a few more direct checks of the associated bus' dying flag
with usbd_is_dying()


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 22:46:17

Modified files:
	sys/dev/usb    : ueagle.c if_upl.c 

Log message:
a couple unchecked if_detach() in detach routines that were missed
in previous sweep (avoid NULL deref if the device didn't fully attach)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 22:48:56

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
as in ehci and ohci, delete the interrupt timeout in the detach
routine


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/05 23:09:08

Modified files:
	sys/dev/usb    : ehci.c ohci.c uhci.c 

Log message:
* if we got an undercoverable error, set the dying flag
* check the dying flag in timeout and interrupt handlers

fixes crash when disconnecting cardbus usb adapters


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/05 23:38:34

Modified files:
	mail/gmime24   : Makefile 

Log message:
Add missing MODMONO_DEPS.

spotted by Brad Smith.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jasper@cvs.openbsd.org	2010/12/05 23:49:47

Modified files:
	app/xtsscale   : xtsscale.1 xtsscale.c 

Log message:
- add a flag to specify the display to start xtsscale on.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 00:54:12

ports/www/p5-CGI-Simple/patches

Update of /cvs/ports/www/p5-CGI-Simple/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5941/patches

Log Message:
Directory /cvs/ports/www/p5-CGI-Simple/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 00:58:50

Modified files:
	www/p5-CGI-Simple: Makefile 

Log message:
- SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability

from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 00:59:34

Added files:
	www/p5-CGI-Simple/patches: patch-lib_CGI_Simple_pm 
	                           patch-t_050_simple_t 
	                           patch-t_070_standard_t 

Log message:
- missed in previous:
- SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability
from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/06 01:23:24

Modified files:
	devel/mcs      : Makefile distinfo 
	devel/mcs/patches: patch-buildsys_mk_in patch-configure 

Log message:
update to 0.7.2

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/06 01:24:36

Modified files:
	devel/mowgli   : Makefile distinfo 
	devel/mowgli/patches: patch-buildsys_mk_in patch-configure 

Log message:
update to 0.7.1

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/06 02:14:52

Modified files:
	share/man/man5 : port-modules.5 

Log message:
document the cookie pattern to use to override targets in a truely modular
way


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/06 02:31:55

Modified files:
	share/man/man5 : port-modules.5 

Log message:
creating the cookie always works better


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/06 02:44:45

Modified files:
	share/man/man5 : port-modules.5 

Log message:
WRKBUILD might not be defined at modules stage


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/06 03:02:14

Modified files:
	share/man/man5 : port-modules.5 

Log message:
this can't work yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/12/06 03:06:48

Modified files:
	print/epdfview : Makefile 
	print/epdfview/patches: patch-src_gtk_PageView_cxx 

Log message:
Apply patch from upstream to make backspace scroll to the previous
page instead of the next page.
ok Brynet (MAINTAINER), jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/06 05:08:55

Modified files:
	security/amap  : Makefile 
Added files:
	security/amap/patches: patch-appdefs_resp patch-appdefs_trig 

Log message:
- fix COMMENT
- fix MASTER_SITES
- patch response and trigger db's with latest versions
- take maintainership

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/06 06:19:44

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 

Log message:
minor warning fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/06 06:20:45

Modified files:
	infrastructure/lib/DPB: Locks.pm PortInfo.pm Vars.pm 

Log message:
tag dependencies discovered as pure dependencies with their parents, allow
finding out non-sensical stuff in an easier way


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 07:34:15

Modified files:
	gnu/usr.bin/perl: patchlevel.h 
	gnu/usr.bin/perl/cpan/CGI: Changes 
	gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm 
	gnu/usr.bin/perl/cpan/CGI/lib/CGI: Cookie.pm Fast.pm 
	gnu/usr.bin/perl/cpan/CGI/t: http.t 
Added files:
	gnu/usr.bin/perl/cpan/CGI/t: fast.t 

Log message:
- update CGI to 3.50, which includes a fix for SA42443,
"multipart_init()" HTTP Header Injection Vulnerability.
- add a mention in patchlevel.h (reminded by millert@)

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 09:21:05

Modified files:
	x11/wmclock    : Makefile distinfo 
	x11/wmclock/pkg: PLIST 
Removed files:
	x11/wmclock/patches: patch-wmclock_c 

Log message:
- update wmclock to 1.0.13

prompted by bruce cran (upstream maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/06 09:32:17

Modified files:
	lang/jruby     : Makefile distinfo 

Log message:
Bump version to 1.5.6.

OK landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2010/12/06 09:40:00

Modified files:
	.              : want.html 

Log message:
Remove my request for a PCI VT6105M vr(4). Thanks Mitja, you rock! :-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 09:47:06

Modified files:
	x11/gnome/tomboy: Makefile 

Log message:
- missed bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/06 10:38:00

Modified files:
	x11/xscreensaver: Makefile distinfo 
	x11/xscreensaver/patches: patch-configure 
	                          patch-driver_XScreenSaver_ad_in 
	x11/xscreensaver/pkg: PLIST-data 

Log message:
- update xscreensaver to 5.12


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 11:05:29

Modified files:
	sys/arch/arm/conf: files.arm 

Log message:
- remove unused/commented COMPAT_LINUX stuff

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 11:44:49

Modified files:
	sys/arch/alpha/stand/netboot: if_prom.c 
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/libsa: dev_i386.c memprobe.c 
	sys/arch/amd64/stand/pxeboot: conf.c devopen.c 
	sys/arch/armish/stand/boot: conf.c dev_armish.c 
	sys/arch/hp300/stand/common: if_le.c 
	sys/arch/hppa/stand/boot: conf.c 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/hppa/stand/libsa: cmd_hppa.c dev_hppa.c 
	sys/arch/hppa64/stand/boot: conf.c 
	sys/arch/hppa64/stand/cdboot: cdboot.c 
	sys/arch/hppa64/stand/libsa: cmd_hppa64.c dev_hppa64.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/libsa: debug.c dev_i386.c memprobe.c 
	sys/arch/i386/stand/pxeboot: conf.c devopen.c 
	sys/arch/landisk/stand/boot: conf.c 
	sys/arch/landisk/stand/xxboot: boot1.c 
	sys/arch/loongson/stand/boot: conf.c 
	sys/arch/socppc/stand/boot: conf.c dev_socppc.c 
	sys/arch/zaurus/stand/zboot: conf.c devopen.c 
	sys/kern       : vfs_subr.c 
	sys/lib/libsa  : stand.h 

Log message:
- drop NENTS(), which was yet another copy of nitems().
no binary change

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/06 11:51:09

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: README 

Log message:
Tweak the README now that we have an rc script for saned.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/06 12:06:59

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : README-server 

Log message:
Extend the README and create mysql db with character set utf8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/06 12:15:55

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-bad/patches: 
	                                               patch-configure_ac 
	multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 

Log message:
Enable VP8 support, from Brad.
Fix WANTLIB and bump (spotted by landry@).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/12/06 12:16:05

Modified files:
	distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 
	                          md.i386 md.loongson md.mac68k 
	                          md.macppc md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/06 12:35:06

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 

Log message:
fix fix
$build_info //= 1  indeed... ;(


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/06 12:41:54

Modified files:
	net/samba      : Makefile 
	net/samba/patches: patch-Makefile_in 

Log message:
Remove a left-over powerpc optimization workaround.

from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 13:10:18

Modified files:
	sys/arch/alpha/conf: files.alpha 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/armish/conf: files.armish 
	sys/arch/aviion/conf: files.aviion 
	sys/arch/beagle/conf: files.beagle 
	sys/arch/gumstix/conf: files.gumstix 
	sys/arch/i386/conf: files.i386 
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/macppc/conf: files.macppc 
	sys/arch/mvme68k/conf: files.mvme68k 
	sys/arch/mvme88k/conf: files.mvme88k 
	sys/arch/mvmeppc/conf: files.mvmeppc 
	sys/arch/palm/conf: files.palm 
	sys/arch/sparc/conf: files.sparc 
	sys/arch/sparc64/conf: files.sparc64 

Log message:
- use consistent 'include' rules without a full relative path.
tested on a GENERIC config from all arches.

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/06 13:57:19

Modified files:
	sys/arch/arm/arm: pmap.c 
	sys/arch/arm/include: pmap.h 
	sys/arch/hppa/include: pmap.h 
	sys/arch/hppa64/include: pmap.h 
	sys/arch/m68k/include: pmap_motorola.h 
	sys/arch/m68k/m68k: pmap_motorola.c 
	sys/arch/mips64/include: pmap.h 
	sys/arch/mips64/mips64: pmap.c 
	sys/arch/sh/include: pmap.h 
	sys/arch/sh/sh : pmap.c 
	sys/arch/solbourne/include: pmap.h 
	sys/arch/solbourne/solbourne: pmap.c 
	sys/arch/sparc/include: pmap.h 
	sys/arch/sparc/sparc: pmap.c 
	sys/arch/sparc64/include: pmap.h 
	sys/uvm        : uvm_map.c 

Log message:
Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to
vaddr_t PMAP_PREFER(..., vaddr_t). This allows better compiler optimization
when the function is inlined, and avoids accessing memory on architectures
when we can pass function arguments in registers.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/12/06 14:21:52

Modified files:
	xserver/hw/xfree86/os-support/bsd: bsd_init.c 

Log message:
Initialize len before passing it to sysctl(3).

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/06 14:23:19

Added files:
	math/maxima/patches: patch-src_Makefile_in 

Log message:
re-add missing patch


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/12/06 14:54:25

Modified files:
	distrib/sets/lists/xserv: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2010/12/06 14:58:03

Modified files:
	driver/xf86-video-sunffb/src: ffb_driver.c 

Log message:
Don't call xf86DPMSInit() twice.  Since it wraps CloseScreen(), this has
disastrous effects.  Gets rid of some duplicated code as a bonus.  Fixes
X server crashes that appeared with the xserver 1.9.2 import.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/06 15:10:13

Modified files:
	usr.bin/mandoc : mdoc_term.c mdoc_html.c 

Log message:
Do not follow .D1 and .Dl inside .Bd with a blank line.
Kristaps@ came up with this improvement when he merged
my patch introducing support for nested displays.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 15:11:01

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/libsa: dev_i386.c memprobe.c 
	sys/arch/amd64/stand/pxeboot: conf.c devopen.c 
	sys/arch/hppa/stand/boot: conf.c 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/hppa/stand/libsa: cmd_hppa.c dev_hppa.c 
	sys/arch/hppa64/stand/boot: conf.c 
	sys/arch/hppa64/stand/cdboot: cdboot.c 
	sys/arch/hppa64/stand/libsa: cmd_hppa64.c dev_hppa64.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/libsa: debug.c dev_i386.c memprobe.c 
	sys/arch/i386/stand/pxeboot: conf.c devopen.c 
	sys/arch/landisk/stand/boot: conf.c 
	sys/arch/landisk/stand/xxboot: boot1.c 
	sys/arch/zaurus/stand/zboot: conf.c devopen.c 
	sys/lib/libsa  : stand.h 

Log message:
- partially revert previous NENTS removal for arches which got busted.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/06 15:33:18

Log message:
    Import www/canto.
    
    Canto is an Atom/RSS feed reader for the console that is meant to be
    quick, concise, and colorful. It provides a minimal, yet information
    packed interface with almost infinite customization and extensibility.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20101206
    
    N ports/www/canto/distinfo
    N ports/www/canto/Makefile
    N ports/www/canto/pkg/DESCR
    N ports/www/canto/pkg/PLIST
    N ports/www/canto/patches/patch-canto_args_py
    N ports/www/canto/patches/patch-canto_canto_fetch_py
    N ports/www/canto/patches/patch-canto_const_py
    N ports/www/canto/patches/patch-canto_main_py
    N ports/www/canto/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/06 15:36:30

Modified files:
	www            : Makefile 

Log message:
+canto


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/06 15:43:54

Modified files:
	usr.bin/mandoc : man_term.c man_html.c 

Log message:
Never print .P, .PP, and .LP header content.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/12/06 15:47:56

Modified files:
	usr.bin/rcs    : rcsprog.c 

Log message:
add missing header to properly use SIG* definitions

ok tobias@ nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/12/06 15:50:34

Modified files:
	usr.bin/rcs    : rcsdiff.c 

Log message:
add missing header needed by futimes()

ok tobias@ nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/06 15:51:02

Modified files:
	usr.bin/tmux   : cmd-choose-window.c cmd-set-option.c input.c 
	                 server-window.c status.c tmux.1 tmux.c tmux.h 
	                 window.c 

Log message:
Add an option to alert (monitor) for silence (lack of activity) in a
window. From Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/06 15:51:46

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/libsa: dev_i386.c memprobe.c 
	sys/arch/amd64/stand/pxeboot: conf.c devopen.c 
	sys/arch/hppa/stand/boot: conf.c 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/hppa/stand/libsa: cmd_hppa.c dev_hppa.c 
	sys/arch/hppa64/stand/boot: conf.c 
	sys/arch/hppa64/stand/cdboot: cdboot.c 
	sys/arch/hppa64/stand/libsa: cmd_hppa64.c dev_hppa64.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/libsa: debug.c dev_i386.c memprobe.c 
	sys/arch/i386/stand/pxeboot: conf.c devopen.c 
	sys/arch/landisk/stand/boot: conf.c 
	sys/arch/landisk/stand/xxboot: boot1.c 
	sys/arch/zaurus/stand/zboot: conf.c devopen.c 
	sys/lib/libsa  : stand.h 

Log message:
- properly remove NENTS now after fixing the fallout.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2010/12/06 15:52:55

Modified files:
	usr.bin/rcs    : rcsutil.c 

Log message:
add missing header needed by futimes()

ok tobias@ xsa@ nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/06 16:03:56

Modified files:
	usr.bin/mandoc : man_validate.c 

Log message:
Do not report the same problems multiple times,
and do not bother checking the return values of calls
that always return 1.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/06 17:06:24

Modified files:
	usr.bin/mandoc : man_html.c 

Log message:
Back out my .ft implementation for -Thtml.
Kristaps says it is broken and cannot work,
because HTML needs a block structure which .ft does not provide.
Thus, let us just ignore .ft in HTML output.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/06 17:08:52

Modified files:
	usr.bin/mandoc : Makefile man.3 man.c man_term.c man_validate.c 
	                 mandoc.h mdoc_validate.c roff.c 

Log message:
Complete the merge of bsd.lv version 1.10.7:
No more functional changes, just sync ordering, comments and white space.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/12/06 17:30:40

Modified files:
	sys/arch/amd64/amd64: dkcsum.c 

Log message:
the boot loader passes a variable that identifies the disk its
booting off made up of a bunch of fields like adapter, controller,
disk, and partition offsets, plus a table of all the disks it can
see which includes this id and a checksum.

the kernel goes through and checksums the disks and then maps that
back to the id associated with that disk, and then compares some
of the fields in those ids against the boot disks id to figure out
which disk its on.

the problem is we overflow one of those fields (the disk id one).
since the other fields are set to 0 by the boot loader, this doesnt
really matter that much. however, since those fields are now
significant because of the overflow, we should compare them too.

this prevents sd16 being matched as the boot disk after sd0 on my
system with 25 disks attached.

ok krw@ weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/12/06 17:44:48

Modified files:
	sys/arch/i386/i386: dkcsum.c 

Log message:
bring src/sys/arch/amd64/amd64/dkcsum.c r1.16 over to i386:

the boot loader passes a variable that identifies the disk its
booting off made up of a bunch of fields like adapter, controller,
disk, and partition offsets, plus a table of all the disks it can
see which includes this id and a checksum.

the kernel goes through and checksums the disks and then maps that
back to the id associated with that disk, and then compares some
of the fields in those ids against the boot disks id to figure out
which disk its on.

the problem is we overflow one of those fields (the disk id one).
since the other fields are set to 0 by the boot loader, this doesnt
really matter that much. however, since those fields are now
significant because of the overflow, we should compare them too.

this prevents sd16 being matched as the boot disk after sd0 on my
system with 25 disks attached.

ok krw@ weingart@
ithe boot loader passes a variable that identifies the disk its
booting off made up of a bunch of fields like adapter, controller,
disk, and partition offsets, plus a table of all the disks it can
see which includes this id and a checksum.

the kernel goes through and checksums the disks and then maps that
back to the id associated with that disk, and then compares some
of the fields in those ids against the boot disks id to figure out
which disk its on.

the problem is we overflow one of those fields (the disk id one).
since the other fields are set to 0 by the boot loader, this doesnt
really matter that much. however, since those fields are now
significant because of the overflow, we should compare them too.

this prevents sd16 being matched as the boot disk after sd0 on my
system with 25 disks attached.

requested by deraadt@
ok krw@ weingart@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2010/12/06 19:56:19

Modified files:
	mail/mimedefang: Makefile distinfo 
	mail/mimedefang/pkg: PLIST 
Added files:
	mail/mimedefang/pkg: README mimedefang_daemon.rc 
	                     mimedefang_multiplexor.rc 
Removed files:
	mail/mimedefang/files: rc.mimedefang 
	mail/mimedefang/pkg: MESSAGE 

Log message:
- update to 2.71
- switch to pkg-readmes
- add rc scripts

pointers with README's and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/06 23:31:24

Modified files:
	x11/gnome/doc-utils: Makefile 
Added files:
	x11/gnome/doc-utils/patches: patch-tools_gnome-doc-tool_in 

Log message:
This wants gnugetopt(1), from David Cantrell.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/07 01:42:35

Modified files:
	graphics/feh   : Makefile distinfo 
	graphics/feh/pkg: PLIST 

Log message:
Bugfix update to feh-1.10.1

Changelog here: https://derf.homelinux.org/projects/feh/changelog

Also, remove USE_GROFF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/07 01:46:28

Modified files:
	infrastructure/bin: libtool 

Log message:
put stuff in separate modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/07 03:56:26

Modified files:
	infrastructure/lib/DPB: Engine.pm PortInfo.pm Vars.pm 

Log message:
better info rebuild: make Vars responsible for creating info "just in time"
by keeping local state.
That way, when we rescan, we don't have to remove any info, and all affected
infos are replaced at the same time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/07 04:26:37

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
dpb does not need EPOCH + REVISION


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/07 04:39:40

Modified files:
	sys/net        : if_pflog.c pf.c pfvar.h 

Log message:
remove a bunch of unused arguments
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/07 07:46:24

Modified files:
	x11/xbindkeys  : Makefile distinfo 

Log message:
* update to 1.8.4: fix potentioal memory fault with libX11-1.4.0
* update homepage and master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/07 07:57:19

Modified files:
	devel/cil      : Makefile 
	devel/cil/patches: patch-Makefile_in 
	net/unison/stable: Makefile 
Added files:
	net/unison/stable/patches: patch-update_mli 

Log message:
Fix build with upcoming ocaml update.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/07 08:01:35

Modified files:
	lang/ocaml     : Makefile distinfo ocaml.port.mk 
	lang/ocaml/patches: patch-configure 
	lang/ocaml/pkg : PFRAG.native PFRAG.shared PLIST 
Added files:
	lang/ocaml/patches: patch-testsuite_tests_asmcomp_i386_S 
	lang/ocaml/pkg : PFRAG.dynlink-native 
Removed files:
	lang/ocaml/patches: patch-tools_checkstack_c patch-yacc_main_c 

Log message:
Update to ocaml-3.12.0

Maintainer timeout.

OK landry@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/07 10:01:04

Modified files:
	share/man/man4 : urtwn.4 

Log message:
B-Link (not D-Link!) BL-LW05-5R


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/07 10:03:19

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
remove useless #include


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/07 11:11:07

Modified files:
	sys/arch/mvme88k/stand/installboot: installboot.c 

Log message:
Make this compile again.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2010/12/07 11:29:28

Modified files:
	libexec/ld.so  : loader.c 

Log message:
Make the preload error distinct from the normal error.
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/07 14:52:03

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/patches: patch-create_data_data_sql 

Log message:
In the example, redirect stderr to stdout so that we can get debug info.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/07 14:53:05

Modified files:
	editors/libreoffice: Makefile distinfo 

Log message:
Use gcat for all builds because that's easier and it makes
the parallel build work just fine


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/07 14:53:56

Modified files:
	x11/gnome/controlcenter2: Makefile 
Added files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_default-applications_gnome-at-commandline_in_in 

Log message:
Use bash for the accessibility gnome-command line tools for now. I will fix
this correctly when I have more time.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/07 14:54:11

Modified files:
	driver/xf86-video-geode: ChangeLog configure configure.ac 
	driver/xf86-video-geode/src: geode_dcon.c geode_driver.c 
	                             gx_driver.c gx_randr.c gx_video.c 
	                             lx_display.c lx_driver.c 
	                             lx_memory.c lx_output.c lx_panel.c 
	                             lx_video.c z4l.c 

Log message:
Update to xf86-video-geode 2.11.10. Tested on Alix 3C3.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/07 14:55:42

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/07 15:12:44

Modified files:
	sys/arch/amd64/include: cpufunc.h 

Log message:
The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for
the 64-bit output/input.  On i386, this means that the 64-bit value is in
eax:edx, but on amd64 gcc this is not the case (might be a gcc bug, or might
be intentionally different and annoying?).  The consequence is that amd64
errata were not always being matched (and then "corrected" using the magic
repair code).  We need to compose/decompose the 64-bit value like the
un-locked msr functions do.
originally pointed out by ragge, ok kettenis jsg


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2010/12/07 16:08:03

Modified files:
	devel/py-hg-git: Makefile distinfo 
Removed files:
	devel/py-hg-git/patches: patch-hggit_hgrepo_py 

Log message:
Update py-hg-git to 0.2.5 to work with current mercurial.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/07 17:10:28

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20101207133137

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/07 21:02:47

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
explain that IPQoS arguments are separated by whitespace; iirc requested
by jmc@ a while back
CVS ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2010/12/08 00:34:00

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 

Log message:
tighten up the lib depends on orc, as the configure script has it's own
theories about what versions are acceptable.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/08 02:07:48

Modified files:
	geo/qgis       : Makefile distinfo 
	geo/qgis/patches: patch-CMakeLists_txt 
	                  patch-cmake_FindGDAL_cmake 
	                  patch-cmake_FindGEOS_cmake 
	                  patch-cmake_FindPostgres_cmake 
	                  patch-src_app_attributetable_qgsattributetabledelegate_cpp 
	                  patch-src_core_CMakeLists_txt 
	geo/qgis/pkg   : PFRAG.shared PLIST 
Added files:
	geo/qgis/patches: patch-src_mapserver_CMakeLists_txt 
Removed files:
	geo/qgis/patches: patch-python_core_conversions_sip 

Log message:
Update to QuantumGIS 1.6.0.
See http://blog.qgis.org/node/146 for details on this release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/08 04:26:24

Modified files:
	devel/gal2     : Makefile 

Log message:
Regen WANTLIB after avahi removal from gnomevfs2.

spotted by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:44:05

Log message:
    import hs-zlib-bindings
    
    Low-level bindings to the zlib package.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/archivers/hs-zlib-bindings/Makefile
    N ports/archivers/hs-zlib-bindings/distinfo
    N ports/archivers/hs-zlib-bindings/pkg/DESCR
    N ports/archivers/hs-zlib-bindings/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:44:32

Modified files:
	archivers      : Makefile 

Log message:
-sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:45:38

Log message:
    import hs-enumerator 0.4.3
    
    Enumerators and Iteratees are an abstraction discovered by Oleg
    Kiselyov, which provide a performant, predictable, and safe alternative
    to lazy I/O. This library is a simplified, reorganized version of
    Oleg's original code.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/devel/hs-enumerator/Makefile
    N ports/devel/hs-enumerator/distinfo
    N ports/devel/hs-enumerator/pkg/DESCR
    N ports/devel/hs-enumerator/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:46:06

Log message:
    import hs-failure 0.1.0.1
    
    Failure is the typeclass used to model this abstract notion of failure.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/devel/hs-failure/Makefile
    N ports/devel/hs-failure/distinfo
    N ports/devel/hs-failure/pkg/DESCR
    N ports/devel/hs-failure/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:46:55

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 05:47:37

Modified files:
	editors/nedit  : Makefile distinfo 
	editors/nedit/pkg: PLIST 

Log message:
- add a few more patterns


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/08 06:36:30

Modified files:
	net/etherape   : Makefile 
	net/dc_gui     : Makefile 
	productivity/glabels: Makefile 

Log message:
Unbreak after removal of avahi from gnomevfs2.

spotted by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/08 07:53:11

Modified files:
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeui: Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/08 09:07:11

Modified files:
	x11/gnome/nautilus: Makefile distinfo 

Log message:
Bugfix update to nautilus-2.32.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:20:19

Log message:
    import monads-tf 0.1.0.0
    
    Monad classes using type families, with instances for various monad
    transformers, inspired by the paper "Functional Programming with
    Overloading and Higher-Order Polymorphism", by Mark P Jones.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/devel/hs-monads-tf/Makefile
    N ports/devel/hs-monads-tf/distinfo
    N ports/devel/hs-monads-tf/pkg/DESCR
    N ports/devel/hs-monads-tf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:21:02

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:21:42

Log message:
    import hs-AES 0.2.7
    
    Zero-copy binding to Brian Gladman's AES implementation, including a
    copy of that implementation.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/security/hs-AES/Makefile
    N ports/security/hs-AES/distinfo
    N ports/security/hs-AES/pkg/DESCR
    N ports/security/hs-AES/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:22:15

Modified files:
	security       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:22:56

Log message:
    import hs-attoparsec-enumerator 0.2.0.3
    
    Convert an Attoparsec parser into an iteratee.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100812
    
    N ports/textproc/hs-attoparsec-enumerator/distinfo
    N ports/textproc/hs-attoparsec-enumerator/Makefile
    N ports/textproc/hs-attoparsec-enumerator/pkg/DESCR
    N ports/textproc/hs-attoparsec-enumerator/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 09:23:35

Modified files:
	textproc       : Makefile 

Log message:
-sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 11:42:21

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
- SECURITY UPDATE of p5-IO-Socket-SSL

Fixes: SA42508
Perl IO::Socket::SSL "verify_mode" Security Bypass Security Issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 11:44:51

Modified files:
	security/p5-IO-Socket-SSL: Tag: OPENBSD_4_8 Makefile 
Added files:
	security/p5-IO-Socket-SSL/patches: Tag: OPENBSD_4_8 patch-SSL_pm 

Log message:
- Apply fix for SA42508
Perl IO::Socket::SSL "verify_mode" Security Bypass Security Issue


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/08 12:57:03

Modified files:
	usr.bin/tmux   : layout-set.c tmux.c 

Log message:
In the built-in layouts, distribute the panes more evenly. Set the
default value of main-pane-width to 80, rather than 81. By Micah Cowan.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/08 12:58:04

Log message:
    Import gambatte 0.4.1:
    
    Gambatte is an accuracy-focused, cross-platform Game Boy Color emulator.
    It is based on hundreds of corner case hardware tests, as well as
    previous documentation and reverse engineering efforts.
    
    From Anthony J. Bentley on ports@
    
    Status:
    
    Vendor Tag:	ajbentley
    Release Tags:	landry_20101208
    
    N ports/emulators/gambatte/Makefile
    N ports/emulators/gambatte/distinfo
    N ports/emulators/gambatte/pkg/PLIST
    N ports/emulators/gambatte/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/08 12:58:44

Modified files:
	emulators      : Makefile 

Log message:
+gambatte


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 13:04:20

Modified files:
	emulators/gambatte: Makefile 

Log message:
- missing


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/08 13:13:14

Modified files:
	emulators/gambatte: Makefile 

Log message:
Make it use/respect MAKE_ENV/MODSCONS_ENV/MODSCONS_CFLAGS.
Reminded by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/08 13:13:48

Modified files:
	x11/xfce4/xfce4-netload: Makefile distinfo 
	x11/xfce4/xfce4-netload/pkg: PLIST 

Log message:
Update to xfce4-netload 1.0.0, fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/08 13:22:49

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/12/08 14:21:15

Log message:
    Initial import of clojure, a Lisp-1 language for the JVM.
    Upgraded by Dan Cross to 1.2.0 from my earlier submission.
    Improved by and OK jeremy@, martynas@
    
    Status:
    
    Vendor Tag:	ian
    Release Tags:	ian_2010-Dec-08
    
    N ports/lang/clojure/Makefile
    N ports/lang/clojure/distinfo
    N ports/lang/clojure/files/clojure
    N ports/lang/clojure/pkg/DESCR
    N ports/lang/clojure/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:21:45

Log message:
    Import ruby-arel, one of the dependencies for Rails 3.
    
    Arel is a Relational Algebra for Ruby. It 1) simplifies the generation
    complex of SQL queries and it 2) adapts to various RDBMS systems. It is
    intended to be a framework framework; that is, you can build your own
    ORM with it, focusing on innovative object and collection modeling as
    opposed to database compatibility and query generation.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/databases/ruby-arel/Makefile
    N ports/databases/ruby-arel/distinfo
    N ports/databases/ruby-arel/pkg/DESCR
    N ports/databases/ruby-arel/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:23:23

Log message:
    Import ruby-activemodel, one of the dependencies for Rails 3.
    
    A toolkit for building modeling frameworks like Active Record and Active
    Resource. Rich support for attributes, callbacks, validations,
    observers, serialization, internationalization, and testing.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/devel/ruby-activemodel/Makefile
    N ports/devel/ruby-activemodel/distinfo
    N ports/devel/ruby-activemodel/pkg/DESCR
    N ports/devel/ruby-activemodel/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:24:41

Log message:
    Import ruby-bundler, one of the dependencies for Rails 3.
    
    Bundler manages an application's dependencies through its entire life
    across many machines systematically and repeatably.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/devel/ruby-bundler/Makefile
    N ports/devel/ruby-bundler/distinfo
    N ports/devel/ruby-bundler/pkg/DESCR
    N ports/devel/ruby-bundler/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:25:47

Log message:
    Import ruby-i18n, one of the dependencies for Rails 3.
    
    Ruby Internationalization and localization solution.  Features:
    
    * translation and localization
    * interpolation of values to translations (Ruby 1.9 compatible syntax)
    * pluralization (CLDR compatible)
    * customizable transliteration to ASCII
    * flexible defaults
    * bulk lookup
    * lambdas as translation data
    * custom key/scope separator
    * custom exception handlers
    * extensible architecture with a swappable backend
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/devel/ruby-i18n/Makefile
    N ports/devel/ruby-i18n/distinfo
    N ports/devel/ruby-i18n/pkg/DESCR
    N ports/devel/ruby-i18n/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:26:43

Log message:
    Import ruby-mail, one of the dependencies for Rails 3.
    
    Mail is an internet library for Ruby that is designed to handle emails
    generation, parsing and sending in a simple, rubyesque manner.
    
    The purpose of this library is to provide a single point of access to
    handle all email functions, including sending and receiving emails. All
    network type actions are done through proxy methods to Net::SMTP,
    Net::POP3, etc..
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/mail/ruby-mail/Makefile
    N ports/mail/ruby-mail/distinfo
    N ports/mail/ruby-mail/pkg/DESCR
    N ports/mail/ruby-mail/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:27:56

Log message:
    Import ruby-rack-mount, one of the dependencies for Rails 3.
    
    Rack::Mount is a stackable dynamic tree based Rack router.  Rack::Mount
    supports Rack's +X-Cascade+ convention to continue trying routes if the
    response returns pass. This allows multiple routes to be nested or
    stacked on top of each other. Since the application endpoint can trigger
    the router to continue matching, middleware can be used to add arbitrary
    conditions to any route. This allows you to route based on other request
    attributes, session information, or even data dynamically pulled from a
    database.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/www/ruby-rack-mount/Makefile
    N ports/www/ruby-rack-mount/distinfo
    N ports/www/ruby-rack-mount/pkg/DESCR
    N ports/www/ruby-rack-mount/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:28:33

Log message:
    Import ruby-rack-test, one of the dependencies for Rails 3.
    
    Rack::Test is a small, simple testing API for Rack apps. It can be used
    on its own or as a reusable starting point for Web frameworks and
    testing libraries to build on.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/www/ruby-rack-test/Makefile
    N ports/www/ruby-rack-test/distinfo
    N ports/www/ruby-rack-test/pkg/DESCR
    N ports/www/ruby-rack-test/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:29:22

Log message:
    Import ruby-railties, one of the dependencies for Rails 3.
    
    Railties is responsible for gluing the parts of Ruby on Rails together.
    Overall, it:
    
    * handles the entire bootstrapping process for a Rails application;
    * manages the rails command line interface;
    * provides the core Rails generators;
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/www/ruby-railties/Makefile
    N ports/www/ruby-railties/distinfo
    N ports/www/ruby-railties/pkg/DESCR
    N ports/www/ruby-railties/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/12/08 14:31:13

Modified files:
	lang           : Makefile 

Log message:
+= clojure


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/08 14:32:46

Modified files:
	app/xinput/src : list.c 

Log message:
Use ASCII art when the environment is not UTF-8 capable.OB
Based on an initial patch by jasper@, ok jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:37:06

Modified files:
	databases      : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:39:05

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:39:57

Modified files:
	mail           : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:41:15

Modified files:
	www            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:43:44

Modified files:
	sysutils/ruby-thor: Makefile distinfo 
	sysutils/ruby-thor/pkg: PLIST 

Log message:
Update ruby-thor to 0.14.6, required by Rails 3.

This temporarily breaks www/ruby-merb, which will be dealt
with shortly.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:44:48

Modified files:
	mail/ruby-actionmailer: Makefile distinfo 
	mail/ruby-actionmailer/pkg: PLIST 

Log message:
Update to 3.0.3.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:45:30

Modified files:
	www/ruby-activeresource: Makefile distinfo 
	www/ruby-activeresource/pkg: PLIST 

Log message:
Update to 3.0.3.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:46:50

Modified files:
	devel/ruby-tzinfo: Makefile distinfo 
	devel/ruby-tzinfo/pkg: PLIST 

Log message:
Update to 0.3.23.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:47:30

Modified files:
	databases/ruby-activerecord: Makefile distinfo 
	databases/ruby-activerecord/pkg: PLIST 

Log message:
Update to 3.0.3.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:48:23

Modified files:
	textproc/ruby-erubis: Makefile distinfo 

Log message:
Update to 2.6.6.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:48:59

Modified files:
	www/ruby-rack  : Makefile distinfo 
	www/ruby-rack/pkg: PLIST 

Log message:
Update to 1.2.1.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:49:50

Modified files:
	devel/ruby-actionpack: Makefile distinfo 
	devel/ruby-actionpack/pkg: PLIST 

Log message:
Update to 3.0.3.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:50:53

Removed files:
	devel/ruby-actionpack/patches: patch-test_active_record_unit_rb 

Log message:
Remove now unnecessary patch.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:53:03

Modified files:
	devel/ruby-activesupport: Makefile distinfo 
	devel/ruby-activesupport/pkg: PLIST 

Log message:
Update to 3.0.3.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:55:21

Modified files:
	www/ruby-rails : Makefile distinfo 
	www/ruby-rails/pkg: PLIST 

Log message:
Update to 3.0.3.

All rails apps need at least minor modifications to upgrade from
the previous ports version (2.3.4) to 3.0.3. Check the Rails 3
Release notes for details:
http://edgeguides.rubyonrails.org/3_0_release_notes.html

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/08 14:57:47

Modified files:
	sys/dev/ic     : osiop.c 

Log message:
Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be
one bad case of use-after-free after a hell lot of heavy I/O creeping in again
in this driver. This doesn't fix it but will hopefully help me diagnose once
it occurs again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 14:58:53

Log message:
    Import ruby-stringex, required for an update for ruby-datamapper.
    
    Some [hopefully] useful extensions to Ruby.s String class. Stringex is
    made up of three libraries: ActsAsUrl [permalink solution with better
    character translation], Unidecoder [Unicode to Ascii transliteration],
    and StringExtensions [miscellaneous helper methods for the String
    class].
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/devel/ruby-stringex/Makefile
    N ports/devel/ruby-stringex/distinfo
    N ports/devel/ruby-stringex/pkg/DESCR
    N ports/devel/ruby-stringex/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:00:39

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:06:48

Modified files:
	www/ruby-merb/activerecord: Makefile 

Log message:
Tighten depends so it matches gem version

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:08:20

Modified files:
	www/ruby-merb/auth: Makefile distinfo 
	www/ruby-merb/auth/pkg: PLIST 
	www/ruby-merb/auth-core: Makefile distinfo 
	www/ruby-merb/auth-core/pkg: PLIST 
	www/ruby-merb/auth-more: Makefile distinfo 
	www/ruby-merb/auth-more/pkg: PLIST 
	www/ruby-merb/auth-slice-password: Makefile distinfo 
	www/ruby-merb/auth-slice-password/pkg: PLIST 

Log message:
Update merb-auth{,core,more,slice-password} to 1.1.1

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:09:29

Removed files:
	www/ruby-merb/more: Makefile distinfo 
	www/ruby-merb/more/pkg: DESCR PLIST 

Log message:
Remove ruby-merb-more, no longer used.  It's been replaced by ruby-merb.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:12:00

Modified files:
	www/ruby-merb/datamapper: Makefile distinfo 
	www/ruby-merb/datamapper/pkg: PLIST 

Log message:
Update ruby-merb_datamapper to 1.1.2.

This requiers an update to ruby-datamapper, which will be committed
shortly.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:13:25

Modified files:
	www/ruby-merb  : Makefile Makefile.inc 
	www/ruby-merb/action-args: Makefile distinfo 
	www/ruby-merb/action-args/pkg: PLIST 
	www/ruby-merb/assets: Makefile distinfo 
	www/ruby-merb/assets/pkg: PLIST 
	www/ruby-merb/cache: Makefile distinfo 
	www/ruby-merb/cache/pkg: PLIST 
	www/ruby-merb/core: Makefile distinfo 
	www/ruby-merb/core/pkg: PLIST 
	www/ruby-merb/exceptions: Makefile distinfo 
	www/ruby-merb/exceptions/pkg: PLIST 
	www/ruby-merb/gen: Makefile distinfo 
	www/ruby-merb/gen/pkg: PLIST 
	www/ruby-merb/haml: Makefile distinfo 
	www/ruby-merb/haml/pkg: PLIST 
	www/ruby-merb/helpers: Makefile distinfo 
	www/ruby-merb/helpers/pkg: PLIST 
	www/ruby-merb/mailer: Makefile distinfo 
	www/ruby-merb/mailer/pkg: PLIST 
	www/ruby-merb/merb: Makefile distinfo 
	www/ruby-merb/merb/pkg: PLIST 
	www/ruby-merb/param-protection: Makefile distinfo 
	www/ruby-merb/param-protection/pkg: PLIST 
	www/ruby-merb/slices: Makefile distinfo 
	www/ruby-merb/slices/pkg: PLIST 
Removed files:
	www/ruby-merb/core/patches: patch-_metadata 

Log message:
Update rest of ruby-merb to 1.1.3

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:17:01

ports/databases/ruby-datamapper/serializer/patches

Update of /cvs/ports/databases/ruby-datamapper/serializer/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12029/serializer/patches

Log Message:
Directory /cvs/ports/databases/ruby-datamapper/serializer/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:17:02

ports/databases/ruby-datamapper/types/patches

Update of /cvs/ports/databases/ruby-datamapper/types/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12029/types/patches

Log Message:
Directory /cvs/ports/databases/ruby-datamapper/types/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:19:21

Log message:
    Import ruby-datamapper/constraints.
    
    DataMapper Plugin that adds foreign key constraints to associations.
    Currently supports only PostgreSQL and MySQL.  All constraints are added
    to the underlying database, but constraining is implemented in pure
    ruby.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/databases/ruby-datamapper/constraints/Makefile
    N ports/databases/ruby-datamapper/constraints/distinfo
    N ports/databases/ruby-datamapper/constraints/pkg/DESCR
    N ports/databases/ruby-datamapper/constraints/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:20:08

Log message:
    Import ruby-datamapper/transactions.
    
    This gem adds transaction support for datamapper. The currently
    supported adapters are:
    
    * postgres
    * mysql
    * sqlite3
    * oracle
    * sqlserver
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/databases/ruby-datamapper/transactions/Makefile
    N ports/databases/ruby-datamapper/transactions/distinfo
    N ports/databases/ruby-datamapper/transactions/pkg/DESCR
    N ports/databases/ruby-datamapper/transactions/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:23:57

Log message:
    Import ruby-datamapper/data_mapper, a meta gem that depends on the
    other data_mapper gems.
    
    DataMapper is a Object Relational Mapper written in Ruby. The goal is to
    create an ORM which is fast, thread-safe and feature rich.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-08
    
    N ports/databases/ruby-datamapper/data_mapper/Makefile
    N ports/databases/ruby-datamapper/data_mapper/distinfo
    N ports/databases/ruby-datamapper/data_mapper/pkg/DESCR
    N ports/databases/ruby-datamapper/data_mapper/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:26:19

Modified files:
	databases/ruby-datamapper: Makefile Makefile.inc 
	databases/ruby-datamapper/aggregates: Makefile distinfo 
	databases/ruby-datamapper/aggregates/pkg: PLIST 
	databases/ruby-datamapper/core: Makefile distinfo 
	databases/ruby-datamapper/core/pkg: PLIST 
	databases/ruby-datamapper/migrations: Makefile distinfo 
	databases/ruby-datamapper/migrations/pkg: PLIST 
	databases/ruby-datamapper/serializer: Makefile distinfo 
	databases/ruby-datamapper/serializer/pkg: PLIST 
	databases/ruby-datamapper/sweatshop: Makefile distinfo 
	databases/ruby-datamapper/sweatshop/pkg: PLIST 
	databases/ruby-datamapper/timestamps: Makefile distinfo 
	databases/ruby-datamapper/timestamps/pkg: PLIST 
	databases/ruby-datamapper/types: Makefile distinfo 
	databases/ruby-datamapper/types/pkg: PLIST 
	databases/ruby-datamapper/validations: Makefile distinfo 
	databases/ruby-datamapper/validations/pkg: PLIST 
Added files:
	databases/ruby-datamapper/serializer/patches: patch-_metadata 
	databases/ruby-datamapper/types/patches: patch-_metadata 

Log message:
Update ruby-datamapper to 1.0.2.

OK landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:38:19

Modified files:
	textproc/ruby-fastercsv: Makefile distinfo 

Log message:
Update to 1.5.3, needed by the new version of ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:40:02

Modified files:
	devel/ruby-extlib: Makefile distinfo 
	devel/ruby-extlib/pkg: PLIST 

Log message:
Update ruby-extlib to 0.9.15, needed by recent update to ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:40:54

Modified files:
	devel/ruby-polyglot: Makefile distinfo 

Log message:
Update ruby-polyglot to 0.3.1, needed by a recent update to
ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:41:46

Modified files:
	devel/ruby-uuidtools: Makefile distinfo 
	devel/ruby-uuidtools/pkg: PLIST 

Log message:
Update ruby-uuidtools to 2.1.1, needed by recent update to
ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/12/08 15:46:03

Modified files:
	usr.bin/ssh    : scp.1 scp.c 

Log message:
add a new -3 option to scp: Copies between two remote hosts are
transferred through the local host.  Without this option the data
is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:46:36

Modified files:
	textproc/ruby-randexp: Makefile distinfo 

Log message:
Update to 0.1.5, required by update to ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:47:14

Modified files:
	textproc/ruby-templater: Makefile distinfo 
	textproc/ruby-templater/pkg: PLIST 

Log message:
Update to 1.0.0, required by update to ruby-merb.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:53:01

Modified files:
	textproc/ruby-treetop: Makefile distinfo 
	textproc/ruby-treetop/pkg: PLIST 

Log message:
Update to 1.4.9, required by update to ruby-rails.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 15:53:50

Modified files:
	www/ruby-addressable: Makefile distinfo 
	www/ruby-addressable/pkg: PLIST 

Log message:
Update to 2.2.2, required by update to ruby-datamapper.

ok landry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:23:58

Log message:
    import hs-data-fault 0.2
    
    Class for types with a default value.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/devel/hs-data-default/Makefile
    N ports/devel/hs-data-default/distinfo
    N ports/devel/hs-data-default/pkg/DESCR
    N ports/devel/hs-data-default/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:24:29

Log message:
    import hs-tagged 0.1.1
    
    Provides newtype wrappers for phantom types to avoid unsafely passing
    dummy arguments.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/devel/hs-tagged/distinfo
    N ports/devel/hs-tagged/Makefile
    N ports/devel/hs-tagged/pkg/DESCR
    N ports/devel/hs-tagged/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:25:08

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:28:30

Log message:
    import hs-crypto-api 0.2.1
    
    Generic interface for cryptographic operations, platform independent
    quality RNG, property tests and known-answer tests (KATs) for common
    algorithms, and a basic benchmark infrastructure. Maintainers of hash
    and cipher implementations are encouraged to add instances for the
    classes defined in Crypto.Classes. [..]
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-crypto-api/Makefile
    N ports/security/hs-crypto-api/distinfo
    N ports/security/hs-crypto-api/pkg/DESCR
    N ports/security/hs-crypto-api/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:29:04

Log message:
    import hs-cryptohash 0.6.1
    
    Collection of crypto hashes, with a practical incremental and one-pass,
    pure APIs, with performance close to the fastest implementations
    available in others languages.
    
    feedback and ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-cryptohash/Makefile
    N ports/security/hs-cryptohash/distinfo
    N ports/security/hs-cryptohash/pkg/DESCR
    N ports/security/hs-cryptohash/pkg/PLIST
    N ports/security/hs-cryptohash/patches/patch-cbits_bitfn_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/08 16:29:35

Modified files:
	security       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jeremy@cvs.openbsd.org	2010/12/08 17:04:26

Modified files:
	faq            : current.html 

Log message:
Add note about www/ruby-rails port upgrade

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2010/12/08 18:44:16

Modified files:
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: mimedefang_daemon.rc 
	                     mimedefang_multiplexor.rc 

Log message:
add an appropriate rc_reload()

proded by and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2010/12/08 18:46:05

Modified files:
	mail/milter-regex: Makefile distinfo 
	mail/milter-regex/pkg: PLIST 
Added files:
	mail/milter-regex/pkg: milter_regex.rc 
Removed files:
	mail/milter-regex/pkg: MESSAGE 

Log message:
- update to 1.8
- add rc script
- no need for groff
- remove README since the remaining relevant snippet is in the manpage
(maintainer timeout)

feedback and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2010/12/08 18:47:31

Modified files:
	mail/milter-spamd: Makefile 
	mail/milter-spamd/pkg: PLIST 
Added files:
	mail/milter-spamd/pkg: milter_spamd.rc 
Removed files:
	mail/milter-spamd/pkg: MESSAGE 

Log message:
- add rc script
- no need for groff
- remove MESSAGE since the remaining relevant snippet is in the manpage
(maintainer timeout)

feedback and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/09 00:04:48

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	                       patch-icc2ps_Makefile 
	print/foo2zjs/pkg: PLIST-main 

Log message:
Update to foo2zjs-20101208.
* new printer: HP LaserJet Pro CP1025nw (alpha quality)


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/12/09 05:46:11

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
When looking up an SA based on peer address, also check the port
number. Without this, isakmpd deletes SAs from the same IP on an
INITIAL-CONTACT message, possibly deleting unrelated NATed tunnels.

Fixes PR 5562. Verified by Mikolaj Kucharski.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/09 06:50:41

Modified files:
	usr.sbin/bgpd  : pfkey.c session.c session.h 

Log message:
The PF_KEY socket is like the routing socket. It must be polled all the
time to consume broadcasted messages or the socket gets full and own
messages that are needed are lost. This fixes an infinit loop in
pfkey_reply that happens when bgpd tcp md5sum is used on a system that
also runs a larger IPsec setup.
OK henning, lot of patience, debuging and testing by Thomas Boernert


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:53:12

Log message:
    import hs-base64-bytestring 0.1.0.1
    
    Fast base64 encoding and decoding for ByteStrings.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/devel/hs-base64-bytestring/distinfo
    N ports/devel/hs-base64-bytestring/Makefile
    N ports/devel/hs-base64-bytestring/pkg/DESCR
    N ports/devel/hs-base64-bytestring/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:54:16

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:55:04

Log message:
    import hs-asn1-data 0.2.2
    
    AN1 data reader and writer in raw form with supports for high level forms
    of ASN1 (BER, CER and DER).
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-asn1-data/distinfo
    N ports/security/hs-asn1-data/Makefile
    N ports/security/hs-asn1-data/pkg/DESCR
    N ports/security/hs-asn1-data/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:55:34

Log message:
    import hs-certificate 0.3.2
    
    Certificates and Key reader/writer. At the moment only X509 certificate
    and unencrypted private key are supported, but will include PGP
    certificate and pkcs8 private keys.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-certificate/Makefile
    N ports/security/hs-certificate/distinfo
    N ports/security/hs-certificate/pkg/DESCR
    N ports/security/hs-certificate/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:57:01

Log message:
    import hs-cryptocipher 0.2
    
    Symmetrical Block and Stream Ciphers: Camellia, RC4 and RSA.
    
    ok kili@
    VS: ----------------------------------------------------------------------
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-cryptocipher/Makefile
    N ports/security/hs-cryptocipher/distinfo
    N ports/security/hs-cryptocipher/pkg/DESCR
    N ports/security/hs-cryptocipher/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 06:57:50

Modified files:
	security       : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/09 07:13:33

Modified files:
	usr.bin/ssh    : scp.1 scp.c 

Log message:
scp.1: grammer fix
scp.c: add -3 to usage()


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 07:55:39

Modified files:
	x11/xtu        : Makefile 
	x11/xtu/pkg    : PLIST 

Log message:
- remove imlib1 flavor, which isn't built by default.
- add @pkgpath marker


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2010/12/09 08:18:01

Modified files:
	faq            : faq1.html 

Log message:
There were inaccuracies in the emulation list, and realisitically,
emulating legacy OSs is just not a top priority of the project anymore.
Nose rubbed in it by ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/09 08:45:30

Modified files:
	usr.bin/su     : su.1 su.c 

Log message:
Add support for "-s shell" to su(1).  This can be used by the superuser
to run a different shell than what the password database contains.
Based on a diff from robert@.  OK robert@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/12/09 08:50:55

Modified files:
	usr.bin/su     : su.c 

Log message:
add -s to usage


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/12/09 09:02:42

Modified files:
	usr.bin/su     : su.c 

Log message:
usage should fit on a 80-column display

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 09:07:50

Log message:
    import hs-tls 0.3.1
    
    Native TLS protocol implementation, focusing on purity and more
    type-checking.
    Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
    properly secure and missing some features. Do not yet use as replacement
    to more mature implementation.
    Only RSA supported as Key exchange for now.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20100912
    
    N ports/security/hs-tls/Makefile
    N ports/security/hs-tls/distinfo
    N ports/security/hs-tls/pkg/DESCR
    N ports/security/hs-tls/pkg/PLIST
    N ports/security/hs-tls/pkg/SECURITY
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 09:08:16

Modified files:
	security       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/12/09 09:10:00

Modified files:
	usr.bin/su     : su.c 

Log message:
spacing, no functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/12/09 09:42:04

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.37
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/09 10:14:04

Modified files:
	devel/atk2mm   : Makefile distinfo 

Log message:
Upstream rerolling.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/09 10:31:10

Modified files:
	devel/pango    : Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/09 10:36:49

Modified files:
	devel/pangomm  : Makefile distinfo 
	devel/pangomm/pkg: PLIST 

Log message:
Maintenance update to pangomm-2.26.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/09 10:51:16

Modified files:
	security/p5-IO-Socket-SSL: Tag: OPENBSD_4_8 Makefile 
	security/p5-IO-Socket-SSL/patches: Tag: OPENBSD_4_8 patch-SSL_pm 

Log message:
Apply a fix extracted from 1.37 for  fix with a fix from 1.37 for http://rt.cpa$
which was introduced with 1.35/SA42508 fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/09 11:15:12

Modified files:
	distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:04:23

Log message:
    Import ruby-isolate, a regress dependency for unicorn and rainbows.
    
    Isolate is a very simple RubyGems sandbox. It provides a way to express
    and automatically install your project's Gem dependencies.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/devel/ruby-isolate/Makefile
    N ports/devel/ruby-isolate/distinfo
    N ports/devel/ruby-isolate/pkg/DESCR
    N ports/devel/ruby-isolate/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:05:16

Log message:
    Import ruby-kgio, a dependency for unicorn and rainbows.
    
    kgio provides non-blocking I/O methods for Ruby without raising
    exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
    Unicorn and Rainbows! Rack servers, but may be used by other
    applications.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/devel/ruby-kgio/Makefile
    N ports/devel/ruby-kgio/distinfo
    N ports/devel/ruby-kgio/pkg/DESCR
    N ports/devel/ruby-kgio/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:06:47

Log message:
    Import ruby-unicorn.
    
    Unicorn is a HTTP server for Rack applications designed to take
    advantage of features in Unix/Unix-like kernels and only serve
    fast clients on low-latency, high-bandwidth connections.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/www/ruby-unicorn/Makefile
    N ports/www/ruby-unicorn/distinfo
    N ports/www/ruby-unicorn/pkg/DESCR
    N ports/www/ruby-unicorn/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:07:41

Log message:
    Import ruby-rainbows.
    
    Rainbows! is an HTTP server for sleepy Rack applications. It is based
    on Unicorn, but designed to handle applications that expect long
    request/response times and/or slow clients.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/www/ruby-rainbows/Makefile
    N ports/www/ruby-rainbows/distinfo
    N ports/www/ruby-rainbows/pkg/DESCR
    N ports/www/ruby-rainbows/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:10:49

Log message:
    Import ruby-jdbc-h2.
    
    With jdbc-h2 you can connect to an H2 embedded database from JRuby
    without messing around with your Java classpath.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/databases/ruby-jdbc-h2/Makefile
    N ports/databases/ruby-jdbc-h2/distinfo
    N ports/databases/ruby-jdbc-h2/pkg/DESCR
    N ports/databases/ruby-jdbc-h2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:11:28

Log message:
    Import ruby-jdbc-mysql.
    
    With jdbc-mysql you can connect to a MySQL database from JRuby without
    messing around with your Java classpath.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/databases/ruby-jdbc-mysql/Makefile
    N ports/databases/ruby-jdbc-mysql/distinfo
    N ports/databases/ruby-jdbc-mysql/pkg/DESCR
    N ports/databases/ruby-jdbc-mysql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:12:06

Log message:
    Import ruby-jdbc-postgres.
    
    With jdbc-postgres you can connect to a PostgreSQL database from JRuby
    without messing around with your Java classpath.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/databases/ruby-jdbc-postgres/Makefile
    N ports/databases/ruby-jdbc-postgres/distinfo
    N ports/databases/ruby-jdbc-postgres/pkg/DESCR
    N ports/databases/ruby-jdbc-postgres/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:12:46

Log message:
    Import ruby-jdbc-sqlite3.
    
    With jdbc-sqlite3 you can connect to an SQLite3 embedded database from
    JRuby without messing around with your Java classpath.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/databases/ruby-jdbc-sqlite3/Makefile
    N ports/databases/ruby-jdbc-sqlite3/distinfo
    N ports/databases/ruby-jdbc-sqlite3/pkg/DESCR
    N ports/databases/ruby-jdbc-sqlite3/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/09 13:13:30

Modified files:
	editors/libreoffice: Makefile 
Added files:
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_cpp2uno_cxx 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_share_hxx 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_uno2cpp_cxx 
	                             patch-build_libreoffice_solenv_inc_settings_mk 
Removed files:
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_testtools_source_bridgetest_makefile_mk 

Log message:
- fix the libreoffice symlink
- fix the linux i386 bridge code
- use the correct fix for regcomp


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/09 13:45:45

src/regress/usr.bin/mandoc/roff/string

Update of /cvs/src/regress/usr.bin/mandoc/roff/string
In directory cvs.openbsd.org:/tmp/cvs-serv28043/string

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/string added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/09 13:56:30

Modified files:
	usr.bin/mandoc : roff.c 
	share/man/man7 : roff.7 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/string: Makefile escape.in 
	                                    escape.out_ascii 

Log message:
Roff only interpolates \* strings when the leading backslash is not escaped.
Kristaps@ agrees with the idea, even though he didn't review the final patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:58:37

Modified files:
	databases      : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 13:59:31

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 14:00:30

Modified files:
	www            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/09 14:19:30

Log message:
    Import chroma 1.13:
    
    Chroma is an abstract puzzle game. A variety of colourful shapes are arranged
    in a series of increasingly complex patterns, forming fiendish traps that must
    be disarmed and mysterious puzzles that must be manipulated in order to give up
    their subtle secrets. Initially so straightforward that anyone can pick it up
    and begin to play, yet gradually becoming difficult enough to tax even the
    brightest of minds.
    
    From Daniel Levai on ports@ with tweaks by me, ok jasper@
    
    Status:
    
    Vendor Tag:	dlevai
    Release Tags:	landry_20101209
    
    N ports/games/chroma/Makefile
    N ports/games/chroma/distinfo
    N ports/games/chroma/pkg/PLIST
    N ports/games/chroma/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/09 14:20:10

Modified files:
	games          : Makefile 

Log message:
+chroma


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/09 14:29:17

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and
`Brq') to have zero arguments without warning.  This makes sense because
the multi-line quote macros (`Oo/Oc' etc.) allow zero children anyway.
Furthermore, the documentation doesn't state that they're required to
have children.

Reported by Alex Kozlov, patch from kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 14:43:46

Log message:
    Import ruby-cicphash.
    
    CICPHash has the exact same interface as Hash, but is case insensitive
    and case preserving. Any value can be used as a key. However, you cannot
    have two keys in the same CICPHash that would be the same if when
    converted to strings would be equal or differing only in case.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/devel/ruby-cicphash/Makefile
    N ports/devel/ruby-cicphash/distinfo
    N ports/devel/ruby-cicphash/pkg/DESCR
    N ports/devel/ruby-cicphash/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 14:44:23

Log message:
    Import ruby-vorbis_comment.
    
    ruby-vorbis_comment is a ruby extension for manipulating Vorbis
    comments. It wraps libvorbis and libogg, so it should be completely
    standards compatible. Vorbis comment is the standard tagging format for
    Ogg Vorbis, FLAC, and Speex files.
    
    ok landry
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-09
    
    N ports/audio/ruby-vorbis_comment/Makefile
    N ports/audio/ruby-vorbis_comment/distinfo
    N ports/audio/ruby-vorbis_comment/pkg/PLIST
    N ports/audio/ruby-vorbis_comment/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 14:45:17

Modified files:
	audio          : Makefile 

Log message:
+ruby-vorbis_comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/09 14:46:39

Modified files:
	devel          : Makefile 

Log message:
+ruby-cicphash


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2010/12/09 15:34:04

Modified files:
	usr.bin/su     : su.1 

Log message:
.Bk/.Ek is required now to keep the output generated from each macro
input line together on one single output line.

ok jmc@ and millert@, who also noticed the ugly break.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/09 16:01:18

Modified files:
	usr.bin/mandoc : mandoc.h main.c 
	share/man/man7 : roff.7 
	regress/usr.bin/mandoc/roff/string: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/string: infinite.in 
	                                    infinite.out_ascii 

Log message:
Abort endless loops during roff macro and string expansion.
For now, use the simplest conceivable approach, like groff does:
Just a fixed, ugly input stack limit.
Kristaps@ agrees.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 01:34:44

Modified files:
	x11/xfce4/xfce4-systemload: Makefile distinfo 
	x11/xfce4/xfce4-systemload/pkg: PLIST 

Log message:
Update to xfce4-systemload 1.0.0:
- Add libxfcegui4 to LIB_DEPENDS in preparation for Xfce 4.8
- Fix WANTLIB
See for details:
http://foo-projects.org/pipermail/xfce/2010-December/028011.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 01:43:43

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Bugfix update to mozilla-thunderbird 3.1.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 02:08:08

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
Update to thunderbird-i18n 3.1.7


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/10 02:13:02

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
There's no need to flush the cache for the FPU state ever since we got rid
of the non-equivalent aliases for it.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 02:43:34

Log message:
    Import chroma-enigma:
    
    Chroma can also play levels from the game Enigma. It features a "warts and all"
    reimplementation based on a reverse engineering of the game engine, meaning
    that, unlike various other conversions, solutions found with Chroma are
    guaranteed to match those for the original game.
    
    From Danil Levai on ports@ with tweaks by me, looks good to jasper@.
    
    Status:
    
    Vendor Tag:	dlevai
    Release Tags:	landry_20101210
    
    N ports/games/chroma-enigma/Makefile
    N ports/games/chroma-enigma/distinfo
    N ports/games/chroma-enigma/pkg/PLIST
    N ports/games/chroma-enigma/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 02:44:05

Modified files:
	games          : Makefile 

Log message:
+chroma-enigma


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/10 02:48:43

Modified files:
	usr.bin/rcs    : rcs.c 

Log message:
- plug an fd leak

help/ok chl@ nicm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 03:04:21

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
Update to seamonkey 2.0.11.
Fixes MFSA 2010-74->84.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 03:36:00

Modified files:
	www/firefox35  : Makefile distinfo 

Log message:
Update to firefox35 3.5.16.
Fixes MFSA 2010-74->84.
http://www.mozilla.org/security/known-vulnerabilities/firefox35.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/10 03:43:58

Modified files:
	.              : INDEX 

Log message:
sync (+1599,-1528)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 03:53:40

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
Update to mozilla-firefox 3.6.13:
Fixes MFSA 2010-74->84
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 03:54:24

Modified files:
	devel/xulrunner/1.9: Makefile distinfo 

Log message:
Chase firefox 3.6.13 update and update to xulrunner 1.9.2.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/10 03:54:41

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
Update to firefox-i18n 3.6.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/10 03:55:51

Modified files:
	net/p5-Net-DAV-Server: Makefile distinfo 
	net/p5-Net-DAV-Server/pkg: PLIST 

Log message:
- update p5-Net-DAV-Server to 1.301


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/10 03:57:28

Modified files:
	devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
- update p5-Config-IniFiles to 2.65


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/10 04:56:45

Modified files:
	net/p5-POE-Component-IRC: Makefile distinfo 

Log message:
- update p5-Po-Co-IRC to 6.52


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/10 06:57:34

Modified files:
	databases/hs-HDBC-postgresql: Makefile 

Log message:
- missing dependency, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/10 08:58:58

Modified files:
	audio/ruby-vorbis_comment: Makefile 

Log message:
Remove libogg from LIB_DEPENDS (libvorbis already depends on libogg).

Prompted and ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/10 12:29:52

Modified files:
	usr.bin/su     : su.1 

Log message:
Try to make this a little less kerberos-centric and remove a BUGS
entry now that we have the -s option.  OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/10 12:32:21

Modified files:
	usr.bin/su     : su.1 

Log message:
It is user/root not user.root for kerberos 5.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2010/12/10 12:55:37

Modified files:
	usr.bin/su     : su.c 

Log message:
- don't use memory from the session we've already cleaned in the
loop.  fixes "login foo" and "su -L foo".  ok millert@, otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2010/12/10 13:00:14

Modified files:
	usr.bin/login  : login.1 

Log message:
stating that -f may be used by users is wrong, since that would
just execute su in login emulation mode.  from MERIGHI Marcus.
ok millert@, otto@, jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2010/12/10 13:02:01

Modified files:
	x11/py-gtk2    : Makefile 

Log message:
mark it with VMEM_WARNING.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/10 13:45:53

Log message:
    Import libcue-1.4.0
    
    Libcue is intended to parse a so called cue sheet from a char string or
    a file pointer. For handling of the parsed data a convenient API is
    available. This project is meant as a fork of cuetools.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	shadchin
    Release Tags:	shadchin_20101112
    
    N ports/audio/libcue/Makefile
    N ports/audio/libcue/distinfo
    N ports/audio/libcue/pkg/PLIST
    N ports/audio/libcue/pkg/PFRAG.shared
    N ports/audio/libcue/pkg/DESCR
    N ports/audio/libcue/patches/patch-src_libcue_Makefile_in
    N ports/audio/libcue/patches/patch-src_libcue_libcue_pc_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/10 13:50:06

Modified files:
	audio          : Makefile 

Log message:
+libcue


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/10 14:01:38

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Rephrase a confusing sentence.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/12/10 14:25:50

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Add support for setting _user _class and _shell for a specific daemon,
and use su to start the daemons.
By default if there is no class defined, daemon will be used. For a shell
it defaults to /bin/sh.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/10 16:25:35

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/patches: patch-odk_configure_pl 
	                             patch-solenv_inc_settings_mk 
Added files:
	editors/openoffice3/patches: 
	                             patch-bridges_source_cpp_uno_gcc3_linux_intel_cpp2uno_cxx 
	                             patch-bridges_source_cpp_uno_gcc3_linux_intel_share_hxx 
	                             patch-bridges_source_cpp_uno_gcc3_linux_intel_uno2cpp_cxx 
Removed files:
	editors/openoffice3/patches: 
	                             patch-testtools_source_bridgetest_makefile_mk 

Log message:
merge the libreoffice i386 bridges code


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/10 23:33:58

Modified files:
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 

Log message:
Regen WANTLIB to unbreak installation.

prodded by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 00:40:21

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Adapt after recent rc.subr changes.
You will need a very current su(1) and /etc/rc.subr.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:05:38

Modified files:
	www/nginx      : Makefile 
	www/nginx/pkg  : nginx.rc 
	comms/conserver: Makefile 
	comms/conserver/pkg: conserver.rc 

Log message:
Use quotes to be consistent with other rc scripts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:18:50

Modified files:
	mail/zarafa    : Makefile.inc 

Log message:
New minor release, 6.40.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:19:21

Modified files:
	mail/zarafa/libvmime: Makefile distinfo 

Log message:
Rebuild from the zarafa 6.40.4 tarball and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:20:21

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: patch-common_platform_linux_h 
	                            patch-doc_Makefile_in 
	                            patch-doc_manual_xml 
	                            patch-installer_linux_Makefile_in 
	                            patch-php-webclient-ajax_config_php_dist 
	                            patch-provider_server_ECServer_cpp 
	mail/zarafa/zarafa/pkg: PLIST-web 

Log message:
Update to version 6.40.4.
Changelog available at:
http://download.zarafa.com/community/final/6.40/changelog-6.40.txt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:25:30

Modified files:
	mail/z-push    : Makefile distinfo 

Log message:
Update to z-push-1.4.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 01:48:24

Modified files:
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 

Log message:
Adapt to new rc_start and fix RCS Id.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:19:02

Modified files:
	devel/p5-Devel-StackTrace: Makefile distinfo 
	devel/p5-Devel-StackTrace/pkg: PLIST 

Log message:
Update to p5-Devel-Stacktrace 1.26.
From Abel Abraham Camarillo Ojeda on ports@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:32:31

Log message:
    Import p5-Hash-MultiValue 0.08:
    
    Hash::MultiValue is an object (and a plain hash reference) that may
    contain multiple values per key, inspired by MultiDict of WebOb.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/devel/p5-Hash-MultiValue/Makefile
    N ports/devel/p5-Hash-MultiValue/distinfo
    N ports/devel/p5-Hash-MultiValue/pkg/DESCR
    N ports/devel/p5-Hash-MultiValue/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:34:05

Log message:
    Import p5-Devel-StackTrace-AsHTML:
    
    Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
    displays the stack trace in beautiful HTML, with code snippet context
    and function parameters. If you call it on an instance of
    Devel::StackTrace::WithLexicals, you even get to see the lexical
    variables of each stack frame.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/devel/p5-Devel-StackTrace-AsHTML/Makefile
    N ports/devel/p5-Devel-StackTrace-AsHTML/distinfo
    N ports/devel/p5-Devel-StackTrace-AsHTML/pkg/DESCR
    N ports/devel/p5-Devel-StackTrace-AsHTML/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:35:23

Log message:
    Import p5-Test-Requires 0.06
    
    Test::Requires checks to see if the module can be loaded.
    If this fails rather than failing tests this skips all tests.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/devel/p5-Test-Requires/distinfo
    N ports/devel/p5-Test-Requires/Makefile
    N ports/devel/p5-Test-Requires/pkg/DESCR
    N ports/devel/p5-Test-Requires/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:36:52

Log message:
    Import p5-Test-SharedFork:
    
    Test::SharedFork is utility module for Test::Builder. This module makes
    forking test!
    This module merges test count with parent process & child process.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/devel/p5-Test-SharedFork/Makefile
    N ports/devel/p5-Test-SharedFork/distinfo
    N ports/devel/p5-Test-SharedFork/pkg/DESCR
    N ports/devel/p5-Test-SharedFork/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:41:40

Log message:
    Import p5-Filesys-Notify-Simple:
    
    Filesys::Notify::Simple is a simple but unified interface to get
    notifications of changes to a given filesystem path. It utilizes
    inotify2 on Linux and fsevents on OS X if they're installed, with a
    fallback to the full directory scan if they're not available.
    
    (note from importer: it could use a kqueue/libevent backend instead of a
    gross full scan every 2 secs, which is not even configurable :)
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/sysutils/p5-Filesys-Notify-Simple/Makefile
    N ports/sysutils/p5-Filesys-Notify-Simple/distinfo
    N ports/sysutils/p5-Filesys-Notify-Simple/pkg/DESCR
    N ports/sysutils/p5-Filesys-Notify-Simple/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:44:52

Log message:
    Import p5-Test-TCP 1.07:
    
    Test::TCP is a test utility for TCP/IP program.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/net/p5-Test-TCP/Makefile
    N ports/net/p5-Test-TCP/distinfo
    N ports/net/p5-Test-TCP/pkg/DESCR
    N ports/net/p5-Test-TCP/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:46:56

Log message:
    Import p5-PSGI 1.03:
    
    This document specifies a standard interface between web servers and
    Perl web applications or frameworks, to promote web application
    portability and reduce the duplicated efforts by web application
    framework developers.
    
    From Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/www/p5-PSGI/Makefile
    N ports/www/p5-PSGI/distinfo
    N ports/www/p5-PSGI/pkg/DESCR
    N ports/www/p5-PSGI/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:51:31

Log message:
    Import p5-Plack 0.9956 :
    
    Plack is a set of tools for using the PSGI stack. It contains middleware
    components, a reference server and utilities for Web application
    frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.
    
    See PSGI for the PSGI specification and PSGI::FAQ to know what PSGI and
    Plack are and why we need them.
    
    From MAINTAINER Abel Abraham Camarillo Ojeda on ports@
    
    Status:
    
    Vendor Tag:	acamari
    Release Tags:	landry_20101211
    
    N ports/www/p5-Plack/Makefile
    N ports/www/p5-Plack/distinfo
    N ports/www/p5-Plack/pkg/DESCR
    N ports/www/p5-Plack/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/12/11 02:55:37

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Do not overwrite the settings in the rc scripts itself, so use the same
method to handle  _class, _user and _shell as we do for _flags.

discussed with and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 02:55:51

Modified files:
	www            : Makefile 
	sysutils       : Makefile 
	devel          : Makefile 
	net            : Makefile 

Log message:
+p5-Plack and its new dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 02:59:25

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Cope again with rc.subr changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 03:15:23

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Sanitise daemon_flags: remove multiple whitespaces from _rcflags.

requested by okan@, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 03:24:21

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : zabbix_proxy.rc zabbix_server.rc 

Log message:
No need for this hack anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2010/12/11 03:41:30

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
update subst_vars list;  ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2010/12/11 04:02:08

Modified files:
	textproc/py-sphinx: Makefile distinfo 
	textproc/py-sphinx/pkg: PLIST 

Log message:
update to py-sphinx-1.0.5.  requested by Ryan Boggs, benoit@.
freedback, ok fgs@, benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/11 04:03:23

Log message:
    Import libguess-1.0
    
    libguess employs discrete-finite automata to deduce the character set of
    the input buffer. The advantage of this is that all character sets can
    be checked in parallel, and quickly. Right now, libguess passes a byte
    to each DFA on the same pass, meaning that the winning character set can
    be deduced as efficiently as possible.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	shadchin
    Release Tags:	shadchin_20101112
    
    N ports/devel/libguess/Makefile
    N ports/devel/libguess/distinfo
    N ports/devel/libguess/patches/patch-src_libguess_Makefile
    N ports/devel/libguess/patches/patch-buildsys_mk_in
    N ports/devel/libguess/pkg/DESCR
    N ports/devel/libguess/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/11 04:05:05

Modified files:
	net/tor        : Makefile distinfo 

Log message:
- update tor to 0.2.1.27
- maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/11 04:09:53

Modified files:
	devel          : Makefile 

Log message:
+libguess


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 04:11:29

Modified files:
	infrastructure/db: user.list 

Log message:
add userid for misc/srcpd daemon.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 04:14:55

Log message:
    import misc/srcpd: daemon to control digital model railroad systems
    
    DESCR:
    SRCP is an communication protocol designed to integrate all model
    railroad systems. Further key features are full multiuser capabilities
    and simplified user interface development.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101211
    
    N ports/misc/srcpd/Makefile
    N ports/misc/srcpd/distinfo
    N ports/misc/srcpd/patches/patch-srcpd_conf
    N ports/misc/srcpd/patches/patch-src_netservice_c
    N ports/misc/srcpd/patches/patch-src_srcp-command_c
    N ports/misc/srcpd/patches/patch-src_srcp-server_c
    N ports/misc/srcpd/patches/patch-Makefile_in
    N ports/misc/srcpd/patches/patch-src_loconet_c
    N ports/misc/srcpd/patches/patch-man_de_srcpd_conf_5
    N ports/misc/srcpd/patches/patch-man_srcpd_conf_5
    N ports/misc/srcpd/patches/patch-src_clientservice_c
    N ports/misc/srcpd/pkg/PLIST
    N ports/misc/srcpd/pkg/DESCR
    N ports/misc/srcpd/pkg/srcpd.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 04:19:08

Log message:
    import misc/spdrs60: graphical SRCP client to control a digital model railway
    
    DESCR:
    spdrs60 is a graphical SRCP client to comfortably control a digital
    model railway. Visual appearance and usage comply to the original
    SpDrS60 German Federal Railway company locking table. A SRCP server
    (e.g. erddcd or srcpd) is needed as a hardware link.
    
    this and the import of srcpd was, with some comments, OK jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101211
    
    N ports/misc/spdrs60/Makefile
    N ports/misc/spdrs60/distinfo
    N ports/misc/spdrs60/patches/patch-spdrs60_turntablecommander_cpp
    N ports/misc/spdrs60/pkg/PLIST
    N ports/misc/spdrs60/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 04:21:28

Modified files:
	misc           : Makefile 

Log message:
Enable srcpd and spdrs60


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 05:57:21

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Make it possible to mark an rc action as unsupported by setting the
corresponding variable to NO.
e.g.
rc_reload=NO

This will save us the trouble of copying the same rc_reload() function
(or others) all over the tree.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 05:57:37

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: saned.rc 
	net/argus      : Makefile 
	net/argus/pkg  : argus.rc 
	net/mon/server : Makefile 
	net/mon/server/pkg: mon.rc 
	net/ntp        : Makefile 
	net/ntp/pkg    : ntpd.rc 
	net/zabbix     : Makefile 
	net/zabbix/pkg : zabbix_agentd.rc zabbix_proxy.rc 
	                 zabbix_server.rc 
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: mimedefang_daemon.rc 
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	mail/milter-regex: Makefile 
	mail/milter-regex/pkg: milter_regex.rc 
	mail/milter-spamd: Makefile 
	mail/milter-spamd/pkg: milter_spamd.rc 
	security/clamav: Makefile 
	security/clamav/pkg: clamav_daemon.rc clamav_freshclam.rc 
	www/polipo     : Makefile 
	www/polipo/pkg : polipo.rc 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
	x11/x11vnc     : Makefile 
	x11/x11vnc/pkg : x11vnc.rc 

Log message:
Move these to rc_reload=NO.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/11 06:27:27

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
rxi_flags was used uninitialized, and in some cases, received frames
were dropped.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 07:10:32

Modified files:
	www/sope       : Makefile 
Added files:
	www/sope/patches: 
	                  patch-sope-core_NGExtensions_FdExt_subproj_NSString+Encoding_m 

Log message:
Fix an abort() in sogo, and bump.

was OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/11 07:21:08

Modified files:
	www/sogo       : Makefile 
	www/sogo/patches: patch-SoObjects_SOGo_GNUmakefile_preamble 
	                  patch-Tools_GNUmakefile_preamble 
	www/sogo/pkg   : PLIST sogod.rc 
Added files:
	www/sogo/patches: patch-configure 

Log message:
cleanup PLIST and some patches, fix hostname of build machine in about dialog,

was OK sthen@
additionally update rc script to latest changes (patch and OK from ajacoutot@).
Will be enabled after I find time to test on a clean system.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/11 07:29:56

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
Make SYNOPSIS sections and code having .nr nS enabled
behave as if the whole code were wrapped in .Bk/.Ek,
i.e. keeping input lines together on output lines.
This is compatible with new groff behaviour and deviates
from historical groff.
Tweaked version of a patch sent by kristaps@ on July 16, 2010.
ok kristaps@ jmc@ sobrado@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/11 09:05:43

Modified files:
	mail/ruby-rmail: Makefile 

Log message:
ruby-rmail HOMEPAGE is now at github.
From MAINTAINER Lawrence Teo.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/11 09:05:57

Modified files:
	usr.bin/tmux   : server-client.c status.c tmux.h 

Log message:
Make the prompt history global for all clients which is much more useful than per-client history.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/11 09:13:15

Modified files:
	usr.bin/tmux   : status.c 

Log message:
Oops, these functions return a const char *, so make the local variable
const as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/11 10:44:49

Log message:
    Import hs-vector-algorithm, a library with efficient algorithms for
    vector arrays. Needed by the upcoming update of www/hs-snap-server.
    
    Not yet wired to the build; I'll do this after updating a couple of
    other Haskell libraries (and after jasper@ updated devel/hs-text).
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20101211
    
    N ports/devel/hs-vector-algorithms/Makefile
    N ports/devel/hs-vector-algorithms/distinfo
    N ports/devel/hs-vector-algorithms/pkg/DESCR
    N ports/devel/hs-vector-algorithms/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/11 10:56:02

Modified files:
	usr.bin/tmux   : screen.c window-copy.c 

Log message:
Fix rectangle copy to behave like emacs - the cursor is not part of the
selection on the right edge but on the left it is.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/11 11:39:25

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-switch-client.c 
	                 key-bindings.c server-client.c server-fn.c 
	                 tmux.1 tmux.h 

Log message:
Track the last session for a client and add a flag to switch-client and
a key binding (L) to move a client back to its last session.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/11 13:48:21

Modified files:
	share/man/man4 : usb.4 Makefile 
	sys/dev/usb    : files.usb 
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
Added files:
	share/man/man4 : rsu.4 
	sys/dev/usb    : if_rsu.c if_rsureg.h 

Log message:
rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU
802.11n USB devices.
These are FullMAC devices that require a firmware to operate;
see man page for details.

Great thanks to Brad for donating hardware.
Committed over the TRENDnet TEW-649UB.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/11 14:07:38

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
drop Rx'd frames larger than MCLBYTES.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/11 14:59:15

Modified files:
	share/man/man4 : rsu.4 

Log message:
s/RTL8192CU/RTL8192SU/


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/11 15:42:24

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
ZTE MF112


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/11 15:45:02

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/11 15:53:30

Modified files:
	sys/dev/usb    : umsm.c 
	share/man/man4 : umsm.4 

Log message:
Add support for the ZTE MF112 from MERIGHI Marcus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 16:32:36

Modified files:
	devel/libgdata : Makefile distinfo 

Log message:
Bugfix update to libgdata-0.6.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/11 23:04:20

Modified files:
	games/freedroidrpg: Makefile distinfo 
	games/freedroidrpg/patches: patch-src_Makefile_in 
	games/freedroidrpg/pkg: PLIST 

Log message:
Update to freedroidrpg-0.14.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/12 00:08:14

Modified files:
	x11/gnome/session: Makefile 

Log message:
Extend XXX: add URL to the bug report.


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2010/12/12 00:28:05

Modified files:
	.              : want.html 

Log message:
I'm in need of a uvideo webcam, and some DCC capable controllers for digital
model railroad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/12 04:52:30

Modified files:
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: DESCR-main DESCR-perl PLIST-main 
Added files:
	mail/cyrus-imapd/patches: patch-imap_cyr_expire_c 
	                          patch-imap_mailbox_c 
	mail/cyrus-imapd/pkg: README-main 
Removed files:
	mail/cyrus-imapd/pkg: MESSAGE-main 

Log message:
Unbreak.
Thanks to cyrus developer  Bron Gondwana for the huge help in debugging
the issue and for actually fixing it.

While here, move to pkg-readmes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/12 06:50:40

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/12 06:55:23

Modified files:
	share/man/man4 : rsu.4 
	sys/dev/usb    : if_rsu.c 

Log message:
Match the Planex GW-USNano.
ok damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/12 07:03:41

Modified files:
	sys/dev/usb    : if_rsu.c if_rsureg.h 

Log message:
cosmetic


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/12 07:33:57

Modified files:
	sys/arch/armish/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 

Log message:
rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/12/12 08:10:38

Modified files:
	sysutils/syslog-ng: Makefile distinfo 

Log message:
update to 3.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 09:24:03

Modified files:
	devel/hs-text  : Makefile distinfo 
	devel/hs-text/pkg: PLIST 

Log message:
- update hs-text to 0.10.0.2

ok kili@ (MAINTAINER)
testing dependant ports by jim@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:28:54

Modified files:
	devel/hs-vector: Makefile distinfo 

Log message:
Update to hs-vector-0.7.0.1, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/12 09:29:21

Modified files:
	security/libtasn1: Makefile distinfo 

Log message:
Update to libtasn1-2.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:29:51

Modified files:
	textproc/hs-heist: Makefile distinfo 

Log message:
Update to hs-heist-0.2.4, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/12 09:29:59

Modified files:
	security/gnutls: Makefile distinfo 
Removed files:
	security/gnutls/patches: patch-lib_includes_gnutls_gnutls_h_in 
	                         patch-lib_includes_gnutls_x509_h 

Log message:
Bugfix update to gnutls-2.10.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:30:16

Modified files:
	textproc/hs-hexpat: Makefile distinfo 
	textproc/hs-hexpat/pkg: PLIST 

Log message:
Update to hs-hexpat-0.19.5, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:31:28

Modified files:
	www/hs-snap-core: Makefile distinfo 
	www/hs-snap-core/pkg: PLIST 

Log message:
Update to hs-snap-core-0.2.16, necessary for an update of hs-snap-server
(and after the update to hs-text).

Tested by jim@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:32:23

Modified files:
	devel          : Makefile 

Log message:
Wire hs-vector-algorithms to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/12 09:32:59

Modified files:
	www/hs-snap-server: Makefile distinfo 
	www/hs-snap-server/pkg: PLIST 

Log message:
Update to hs-snap-server-0.2.16.2, necessary after the update of hs-text.

Tested by jim@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2010/12/12 10:28:17

Modified files:
	lang/clojure   : Makefile 
	lang/clojure/files: clojure 

Log message:
Remove hard-coded path name in startup script, requested by ajacoutot@ and by Daniel Dickman.
Change MODJAVA_VER from 1.7 to 1.6 and remove redundant PKG_NAME and BUILD_DEPENDS. Bump pkg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/12 11:03:05

Modified files:
	editors/libreoffice: Makefile 

Log message:
add poppler wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/12 11:16:10

Modified files:
	libexec/ld.so/sparc: ldasm.S 

Log message:
Allocate a full C compiler-style stack frame that includes space for 6
extended word argument slots required by the ABI.
Apparently gcc4 uses them in cases where gcc3 didn't.  Fixes segmentation
faults with gcc4 because the space for the slots was colliding with
the space for dl_data that we allocated on the stack.

ok miod@, drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/12 11:51:23

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-youtube-dl 

Log message:
Update to youtube-dl 2010.12.09.

Similar diff from ckuethe@
Ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/12 11:51:42

Modified files:
	gnu/gcc/gcc/config/sparc: openbsd.h 

Log message:
Make sure GCC's idea about size_t and ptrdiff_t matches what we have in
<sys/types.h>.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 11:58:32

Modified files:
	www/squid      : Makefile 
	www/squid/pkg  : README 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 12:13:01

Modified files:
	x11/icewm      : Makefile distinfo 
	x11/icewm/patches: apm-patch-src_aapm_cc apm-patch-src_aapm_h 
	                   patch-Makefile_in patch-configure 
	                   patch-doc_icewm-7_html patch-src_Makefile_in 
	                   patch-src_default_h patch-src_wmapp_cc 
	x11/icewm/pkg  : PLIST 

Log message:
- update icewm to 1.3.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 12:48:45

Modified files:
	textproc/ruby-randexp: Makefile 

Log message:
- missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 13:18:40

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 

Log message:
- unbreak rc_stop()

from frantisek holop, ok brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 13:20:56

Modified files:
	devel/avrdude  : Makefile 
	devel/avrdude/pkg: DESCR PLIST 
Added files:
	devel/avrdude/pkg: README 

Log message:
- ramble a bit about programming various arduino devices with avrdude

prompted by a mail from mark peoples
ok ckuethe@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/12 13:42:39

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure 
	net/transmission/pkg: PLIST-gtk PLIST-main PLIST-qt 

Log message:
* update to 2.13: bug fixes
* install .desktop file for qt client; from FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/12 13:43:41

Modified files:
	security/hs-cryptohash/patches: patch-cbits_bitfn_h 

Log message:
- unbreak on i386. spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/12 14:21:03

Modified files:
	infrastructure/lib/DPB: Logger.pm 

Log message:
not sure why it happens, but log nopkgname...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/12 14:24:24

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
overriden -> overridden;


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/12/12 15:04:33

Modified files:
	telephony/p5-Net-SIP: Makefile distinfo 

Log message:
- update p5-Net-SIP to 0.62
- spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/12 15:29:40

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
use memcpy instead of a cast/deref dance that was reading past
the end of the buffer.

tested by and ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/12/12 17:02:58

Modified files:
	sbin/newfs     : newfs.c 

Log message:
stray tab


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2010/12/12 18:01:41

Modified files:
	sbin/disklabel : editor.c disklabel.c 

Log message:
stray tabs and spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/12 23:37:06

Modified files:
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
Added files:
	multimedia/gstreamer-0.10/py-gstreamer/patches: 
	                                                patch-gst___init___py_in 
Removed files:
	multimedia/gstreamer-0.10/py-gstreamer/patches: 
	                                                patch-gst___init___py 

Log message:
Unbreak dlopening this module by actually patching the right file.

breakage also reported by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 00:56:14

Modified files:
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 01:27:43

Modified files:
	devel/teensyloader: Makefile 

Log message:
- reword COMMENT
- simplify MASTER_SITES
- set  NO_REGRESS

ok ckuethe@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 01:28:28

Log message:
    import hs-blaze-builder 0.2.1.1
    
    This library provides an abstraction of buffered output of byte streams
    and several convenience functions to exploit it. For example, it allows
    to efficiently serialize Haskell values to lazy bytestrings with a large
    average chunk size. The large average chunk size allows to make good use
    of cache prefetching in later processing steps (e.g. compression) and
    reduces the sytem call overhead when writing the resulting lazy
    bytestring to a file or sending it over the network.
    
    ok kili@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20101312
    
    N ports/devel/hs-blaze-builder/Makefile
    N ports/devel/hs-blaze-builder/distinfo
    N ports/devel/hs-blaze-builder/pkg/DESCR
    N ports/devel/hs-blaze-builder/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 01:28:55

Modified files:
	devel          : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 02:50:12

Modified files:
	x11/roxterm    : Makefile 

Log message:
- gmake is not needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/13 02:51:46

Modified files:
	www/chromium   : Makefile 
Added files:
	www/chromium/patches: patch-app_surface_transport_dib_linux_cc 
	                      patch-base_atomicops_h patch-base_base_gyp 
	                      patch-base_base_gypi 
	                      patch-base_base_paths_posix_cc 
	                      patch-base_debug_util_posix_cc 
	                      patch-base_file_util_linux_cc 
	                      patch-base_i18n_number_formatting_cc 
	                      patch-base_leak_annotations_h 
	                      patch-base_message_pump_glib_cc 
	                      patch-base_process_util_linux_cc 
	                      patch-base_profiler_cc 
	                      patch-base_string_util_posix_h 
	                      patch-base_test_test_suite_h 
	                      patch-base_third_party_symbolize_symbolize_cc 
	                      patch-base_third_party_symbolize_symbolize_h 
	                      patch-base_third_party_symbolize_utilities_h 
	                      patch-base_worker_pool_linux_cc 
	                      patch-build_all_gyp 
	                      patch-build_build_config_h 
	                      patch-build_common_gypi 
	                      patch-build_gyp_chromium 
	                      patch-build_linux_python_arch_sh 
	                      patch-build_linux_system_gyp 
	                      patch-chrome_app_chrome_dll_main_cc 
	                      patch-chrome_app_chrome_exe_main_gtk_cc 
	                      patch-chrome_app_chrome_main_uitest_cc 
	                      patch-chrome_browser_app_modal_dialog_cc 
	                      patch-chrome_browser_app_modal_dialog_h 
	                      patch-chrome_browser_browser_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_browser_theme_provider_h 
	                      patch-chrome_browser_child_process_host_cc 
	                      patch-chrome_browser_child_process_launcher_cc 
	                      patch-chrome_browser_cookie_modal_dialog_h 
	                      patch-chrome_browser_download_download_util_cc 
	                      patch-chrome_browser_extensions_extension_process_manager_cc 
	                      patch-chrome_browser_find_bar_host_browsertest_cc 
	                      patch-chrome_browser_geolocation_empty_device_data_provider_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_memory_purger_cc 
	                      patch-chrome_browser_options_util_cc 
	                      patch-chrome_browser_renderer_host_backing_store_x_cc 
	                      patch-chrome_browser_renderer_host_browser_render_process_host_cc 
	                      patch-chrome_browser_renderer_host_mock_render_process_host_cc 
	                      patch-chrome_browser_renderer_host_render_sandbox_host_linux_cc 
	                      patch-chrome_browser_renderer_host_render_view_host_delegate_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_h 
	                      patch-chrome_browser_renderer_host_render_widget_host_unittest_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_view_h 
	                      patch-chrome_browser_renderer_host_test_test_render_view_host_h 
	                      patch-chrome_browser_renderer_preferences_util_cc 
	                      patch-chrome_browser_search_engines_template_url_prepopulate_data_cc 
	                      patch-chrome_browser_shell_integration_linux_cc 
	                      patch-chrome_browser_shell_integration_unittest_cc 
	                      patch-chrome_browser_sync_engine_syncer_thread_cc 
	                      patch-chrome_browser_sync_engine_syncer_thread_h 
	                      patch-chrome_browser_sync_notifier_base_nethelpers_cc 
	                      patch-chrome_browser_sync_notifier_base_network_status_detector_task_mt_cc 
	                      patch-chrome_browser_sync_syncable_syncable_cc 
	                      patch-chrome_browser_tab_contents_interstitial_page_cc 
	                      patch-chrome_browser_tab_contents_render_view_context_menu_cc 
	                      patch-chrome_browser_tab_contents_tab_contents_cc 
	                      patch-chrome_browser_task_manager_resource_providers_cc 
	                      patch-chrome_browser_unload_uitest_cc 
	                      patch-chrome_browser_views_bug_report_view_cc 
	                      patch-chrome_browser_views_content_blocked_bubble_contents_cc 
	                      patch-chrome_browser_views_create_application_shortcut_view_cc 
	                      patch-chrome_browser_views_download_item_view_cc 
	                      patch-chrome_browser_views_dropdown_bar_host_cc 
	                      patch-chrome_browser_views_extensions_extension_popup_cc 
	                      patch-chrome_browser_views_extensions_extension_view_cc 
	                      patch-chrome_browser_views_find_bar_host_interactive_uitest_cc 
	                      patch-chrome_browser_views_frame_app_panel_browser_frame_view_cc 
	                      patch-chrome_browser_views_frame_browser_view_cc 
	                      patch-chrome_browser_views_frame_browser_view_layout_cc 
	                      patch-chrome_browser_views_frame_opaque_browser_frame_view_cc 
	                      patch-chrome_browser_views_fullscreen_exit_bubble_cc 
	                      patch-chrome_browser_views_fullscreen_exit_bubble_h 
	                      patch-chrome_browser_views_info_bubble_cc 
	                      patch-chrome_browser_views_info_bubble_h 
	                      patch-chrome_browser_views_location_bar_view_cc 
	                      patch-chrome_browser_views_notifications_balloon_view_cc 
	                      patch-chrome_browser_views_notifications_balloon_view_host_cc 
	                      patch-chrome_browser_views_page_info_window_view_cc 
	                      patch-chrome_browser_views_tabs_dragged_tab_view_cc 
	                      patch-chrome_browser_views_tabs_dragged_tab_view_h 
	                      patch-chrome_browser_views_tabs_tab_strip_cc 
	                      patch-chrome_browser_views_tabs_tab_strip_h 
	                      patch-chrome_browser_web_applications_web_app_cc 
	                      patch-chrome_browser_zygote_host_linux_cc 
	                      patch-chrome_browser_zygote_main_linux_cc 
	                      patch-chrome_chrome_browser_gypi 
	                      patch-chrome_chrome_gyp 
	                      patch-chrome_chrome_renderer_gypi 
	                      patch-chrome_chrome_tests_gypi 
	                      patch-chrome_common_chrome_constants_cc 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_common_constants_gypi 
	                      patch-chrome_common_native_web_keyboard_event_h 
	                      patch-chrome_gpu_x_util_h 
	                      patch-chrome_installer_installer_util_gypi 
	                      patch-chrome_plugin_plugin_main_linux_cc 
	                      patch-chrome_plugin_plugin_thread_cc 
	                      patch-chrome_renderer_render_process_cc 
	                      patch-chrome_renderer_render_process_impl_cc 
	                      patch-chrome_renderer_render_thread_cc 
	                      patch-chrome_renderer_render_view_h 
	                      patch-chrome_renderer_renderer_main_cc 
	                      patch-chrome_renderer_renderer_main_platform_delegate_linux_cc 
	                      patch-chrome_renderer_renderer_webkitclient_impl_cc 
	                      patch-chrome_renderer_renderer_webkitclient_impl_h 
	                      patch-chrome_renderer_webplugin_delegate_pepper_cc 
	                      patch-chrome_test_automation_automation_proxy_uitest_cc 
	                      patch-chrome_test_chrome_process_util_cc 
	                      patch-chrome_test_in_process_browser_test_cc 
	                      patch-chrome_test_interactive_ui_interactive_ui_tests_gypi 
	                      patch-chrome_test_page_cycler_page_cycler_test_cc 
	                      patch-chrome_test_reliability_page_load_test_cc 
	                      patch-chrome_test_startup_feature_startup_test_cc 
	                      patch-chrome_test_startup_startup_test_cc 
	                      patch-chrome_test_testing_browser_process_h 
	                      patch-chrome_test_testing_profile_cc 
	                      patch-chrome_test_ui_history_uitest_cc 
	                      patch-chrome_test_ui_npapi_test_helper_cc 
	                      patch-chrome_test_ui_sunspider_uitest_cc 
	                      patch-chrome_test_ui_test_utils_cc 
	                      patch-chrome_test_ui_ui_layout_test_cc 
	                      patch-chrome_test_ui_ui_test_cc 
	                      patch-chrome_test_ui_v8_benchmark_uitest_cc 
	                      patch-chrome_test_url_fetch_test_url_fetch_test_cc 
	                      patch-chrome_tools_build_linux_sed_sh 
	                      patch-chrome_worker_worker_uitest_cc 
	                      patch-gfx_gfx_gyp patch-gpu_gpu_gyp 
	                      patch-ipc_ipc_channel_posix_cc 
	                      patch-ipc_ipc_channel_posix_h 
	                      patch-ipc_ipc_gyp 
	                      patch-ipc_sync_socket_unittest_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_h 
	                      patch-media_base_media_switches_cc 
	                      patch-media_base_media_switches_h 
	                      patch-media_base_yuv_row_h 
	                      patch-media_ffmpeg_file_protocol_cc 
	                      patch-media_filters_ffmpeg_glue_cc 
	                      patch-media_media_gyp 
	                      patch-native_client_build_common_gypi 
	                      patch-native_client_src_shared_platform_platform_gyp 
	                      patch-native_client_src_trusted_service_runtime_service_runtime_gyp 
	                      patch-net_base_host_resolver_proc_cc 
	                      patch-net_base_listen_socket_cc 
	                      patch-net_base_listen_socket_unittest_cc 
	                      patch-net_base_mime_util_cc 
	                      patch-net_base_net_util_cc 
	                      patch-net_base_network_change_notifier_cc 
	                      patch-net_base_nss_memio_c 
	                      patch-net_base_nss_memio_h 
	                      patch-net_base_sys_addrinfo_h 
	                      patch-net_base_x509_certificate_unittest_cc 
	                      patch-net_disk_cache_disk_format_h 
	                      patch-net_net_gyp 
	                      patch-net_socket_ssl_client_socket_nss_cc 
	                      patch-net_socket_tcp_client_socket_libevent_cc 
	                      patch-net_third_party_nss_nss_gyp 
	                      patch-net_tools_hresolv_hresolv_cc 
	                      patch-printing_printing_gyp 
	                      patch-sandbox_sandbox_gyp 
	                      patch-skia_ext_image_operations_cc 
	                      patch-skia_skia_gyp 
	                      patch-skia_skia_gyp.orig 
	                      patch-third_party_WebKit_JavaScriptCore_JavaScriptCore_gyp_JavaScriptCore_gyp 
	                      patch-third_party_WebKit_JavaScriptCore_wtf_StringExtras_h 
	                      patch-third_party_WebKit_WebCore_WebCore_gyp_WebCore_gyp 
	                      patch-third_party_WebKit_WebCore_bindings_v8_V8Proxy_cpp 
	                      patch-third_party_WebKit_WebCore_dom_SelectElement_cpp 
	                      patch-third_party_WebKit_WebCore_inspector_InspectorFrontendHost_cpp 
	                      patch-third_party_WebKit_WebCore_loader_CachedFont_cpp 
	                      patch-third_party_WebKit_WebCore_page_EventHandler_cpp 
	                      patch-third_party_WebKit_WebCore_page_chromium_EventHandlerChromium_cpp 
	                      patch-third_party_WebKit_WebCore_platform_chromium_ChromiumBridge_h 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontCustomPlatformData_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontCustomPlatformData_h 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontPlatformData_h 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_GraphicsContextSkia_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_PlatformContextSkia_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_PlatformContextSkia_h 
	                      patch-third_party_WebKit_WebKit_chromium_WebKit_gyp 
	                      patch-third_party_WebKit_WebKit_chromium_src_ChromiumBridge_cpp 
	                      patch-third_party_WebKit_WebKit_chromium_src_GraphicsContext3D_cpp 
	                      patch-third_party_WebKit_WebKit_chromium_src_WebFrameImpl_cpp 
	                      patch-third_party_WebKit_WebKit_chromium_src_WebViewImpl_cpp 
	                      patch-third_party_bzip2_bzip2_gyp 
	                      patch-third_party_expat_expat_gyp 
	                      patch-third_party_ffmpeg_ffmpeg_gyp 
	                      patch-third_party_ffmpeg_source_config_Chromium_linux_ia32_config_h 
	                      patch-third_party_ffmpeg_source_config_Chromium_linux_x64_config_h 
	                      patch-third_party_glew_src_glew_c 
	                      patch-third_party_hunspell_hunspell_gyp 
	                      patch-third_party_icu_icu_gyp 
	                      patch-third_party_icu_public_common_unicode_pfreebsd_h 
	                      patch-third_party_icu_public_common_unicode_umachine_h 
	                      patch-third_party_libevent_event-config_h 
	                      patch-third_party_libevent_openbsd_event-config_h 
	                      patch-third_party_libevent_select_c 
	                      patch-third_party_libjingle_files_talk_base_httpcommon_cc 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libjpeg_libjpeg_gyp 
	                      patch-third_party_libpng_libpng_gyp 
	                      patch-third_party_libxslt_libxslt_gyp 
	                      patch-third_party_npapi_bindings_npruntime_h 
	                      patch-third_party_npapi_npapi_gyp 
	                      patch-third_party_sqlite_sqlite_gyp 
	                      patch-third_party_tcmalloc_chromium_src_config_h 
	                      patch-third_party_zlib_zlib_gyp 
	                      patch-tools_gyp_pylib_gyp_generator_make_py 
	                      patch-tools_gyp_test_additional-targets_src_dir1_actions_gyp 
	                      patch-tools_gyp_test_library_src_library_gyp 
	                      patch-v8_src_globals_h 
	                      patch-v8_tools_gyp_v8_gyp 
	                      patch-webkit_extensions_v8_heap_profiler_extension_cc 
	                      patch-webkit_glue_webkit_resources_grd 
	                      patch-webkit_glue_webkitclient_impl_cc 
	                      patch-webkit_tools_pepper_test_plugin_main_cc 
	                      patch-webkit_tools_pepper_test_plugin_pepper_test_plugin_gyp 
	                      patch-webkit_tools_test_shell_event_sending_controller_cc 
	                      patch-webkit_tools_test_shell_layout_test_controller_cc 
	                      patch-webkit_tools_test_shell_test_shell_gypi 
Removed files:
	www/chromium/patches: patch-amd64 patch-openbsd 

Log message:
cut the "monster patches" into small pieces. pval can fix it to his liking
if he comes back.
In the mean time, fix build of chromium by adding the required
-I/usr/local/includes to gyp glue where needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/13 02:53:16

Log message:
    another scope guard, prereq for coroutines
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/devel/p5-Guard/Makefile
    N ports/devel/p5-Guard/distinfo
    N ports/devel/p5-Guard/pkg/PLIST
    N ports/devel/p5-Guard/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/13 02:53:47

Log message:
    implementation of coroutines for perl5.
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/devel/p5-Coro/Makefile
    N ports/devel/p5-Coro/distinfo
    N ports/devel/p5-Coro/pkg/PLIST
    N ports/devel/p5-Coro/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/13 02:54:48

Modified files:
	devel          : Makefile 

Log message:
+p5-Coro
+p5-Guard


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 03:26:00

Modified files:
	biology/bioperl: Makefile 
	biology/bioperl/pkg: PLIST 

Log message:
- switch to cpan module
- install examples
- sort makefile/dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/13 03:40:52

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_net_c 

Log message:
Update tthis patch from the zabbix repo with a fixed socket leak


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 03:41:22

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-bus_dbus-daemon_1 
	                  patch-configure patch-dbus_Makefile_in 
	                  patch-dbus_dbus-connection_c 
	                  patch-dbus_dbus-sysdeps-unix_c 
	                  patch-doc_Makefile_in patch-tools_Makefile_in 
Removed files:
	x11/dbus/patches: patch-bus_dir-watch-kqueue_c 
	                  patch-dbus-1_pc_in 

Log message:
Update to dbus-1.4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 03:41:41

Modified files:
	x11/dbus-glib  : Makefile distinfo 
	x11/dbus-glib/patches: patch-dbus_dbus-gvalue_c 
	x11/dbus-glib/pkg: PLIST 
Removed files:
	x11/dbus-glib/patches: patch-configure 

Log message:
Update to dbus-glib-0.92.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 03:42:00

Modified files:
	x11/dbus-python: Makefile distinfo 

Log message:
Update to dbus-python-0.83.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/13 03:49:48

Modified files:
	sys/arch/mips64/mips64: exception.S 

Log message:
Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call in
u_general exception handler.  The SAVE_CPU_SREG() is actually harmful, since
it overwrites any changes made to to s0-s8 in the trapframe by ptrace(2).
Fixes some issues with GDB.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 05:00:33

Modified files:
	multimedia/get_flash_videos: Makefile 

Log message:
- PKG_ARCH is taken care of by cpan.port.mk

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/13 05:13:54

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm Dependencies.pm PkgAdd.pm 

Log message:
pass state around and use state->print
inspired by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/13 05:14:38

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgDelete.pm 

Log message:
remove locals, so that it can be called again and again
(again, needed by landry@)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/13 05:54:31

Modified files:
	etc/root       : dot.profile 

Log message:
Only run tset for interactive shells.  OK robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/13 06:15:06

Modified files:
	www/p5-CGI-Session: Makefile distinfo 
	www/p5-CGI-Session/pkg: PLIST 
Removed files:
	www/p5-CGI-Session/patches: patch-t_g4_dbfile_json_t 

Log message:
- update p5-CGI-Session to 4.42 and move some optional dependencies from
RUN_DEPENDS to REGRESS_DEPENDS.

- remove former MAINTAINER at his request.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/12/13 06:43:37

Modified files:
	usr.sbin/ospf6d: parse.y 
	usr.sbin/ospfd : parse.y 

Log message:
Do not use a carp address as ospf router id because it is not unique.
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2010/12/13 06:50:39

Modified files:
	devel/p5-BSD-Resource: Makefile distinfo 

Log message:
- update p5-BSD-Resource to 1.2904
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/13 07:16:46

Modified files:
	editors/libreoffice: Makefile 

Log message:
Call it 3.3.0rc1.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/13 07:46:19

Modified files:
	usr.bin/su     : su.c 

Log message:
Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick up
environment variables specified in login.conf.
Based on a diff from robert@.  OK robert@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2010/12/13 08:27:27

Modified files:
	etc/rc.d       : rc.subr 

Log message:
simulate a full login with su, now that the environment is fine after
the last su(1) commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 08:47:48

Modified files:
	misc/srcpd     : Makefile 
	misc/srcpd/pkg : srcpd.rc 

Log message:
Fix indent.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 09:04:28

Modified files:
	lang/clojure   : Makefile 
	lang/clojure/files: clojure 
	lang/clojure/pkg: DESCR 

Log message:
- fix indent of do-install
- add missing rcs id
- reformat DESCR
- protect $@ in the clojure script

ok ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 09:06:45

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Prefer '-l' over '-' which is deprecated.

Also noticed and agreed by eric@
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 09:13:04

Modified files:
	x11/x11vnc     : Makefile 
	x11/x11vnc/pkg : x11vnc.rc 
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
	net/mon/server : Makefile 
	net/mon/server/pkg: mon.rc 

Log message:
Cope with recent rc.subr changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/13 09:14:38

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: postgresql.rc 
	net/vnstat     : Makefile 
	net/vnstat/pkg : vnstatd.rc 

Log message:
Move to using daemon_user.

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2010/12/13 10:09:16

Modified files:
	.              : want.html 

Log message:
I'll write a driver for Atheros AR9271 802.11n USB devices if someone
sends me an Ubiquiti WifiStation or WifiStation-EXT.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/13 10:11:20

Modified files:
	sys/dev/usb    : if_rsu.c 

Log message:
#undef RSU_DEBUG
print the firmware diagnostic messages only if IFF_DEBUG is set.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2010/12/13 10:22:06

Modified files:
	www/minitube   : Makefile distinfo 
	www/minitube/pkg: PLIST 

Log message:
update to minitube-1.3 following youtube.com changes

from Antti Harri (similar patches from steven@ and dcoppa@ too)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/13 10:32:44

Modified files:
	share/man/man4 : urtwn.4 

Log message:
fixed urtwn-license.
the firmware image does not change, hence the p0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/13 11:30:10

Modified files:
	www/sogo       : Makefile 
	www/sogo/pkg   : PLIST 

Log message:
fix PLIST for the README file, should use FULLPKGNAME.
remove unused SUBST_VARS from Makefile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 11:34:05

Modified files:
	audio/mpd      : Makefile 

Log message:
- fix master sites


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/13 11:45:00

Modified files:
	share/man/man4 : otus.4 

Log message:
the 3Com 3CRUSBN275 is an otus(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 12:50:38

Modified files:
	devel/hs-enumerator: Makefile distinfo 
	devel/hs-enumerator/pkg: PLIST 

Log message:
- update to 0.4.4


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/13 13:51:33

Modified files:
	libexec/ld.so/ldconfig: ldconfig.c 

Log message:
rename() is the atomic operation, unlink() is just there to create
races between ldconfig and ld.so

(simple commit, hours of bug hunt...)

okay kettenis@, deraad@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/13 13:52:23

Modified files:
	gnu/usr.bin/ld/ldconfig: ldconfig.c 

Log message:
same bug, should have guessed this would come from gnu portability stupidity.
as noted by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/13 15:22:15

Modified files:
	devel/msp430/gcc: Makefile distinfo 
	devel/msp430/gdb: Makefile distinfo 

Log message:
- rename extra gcc/gdb distfiles

prompted by ckuethe@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/13 15:53:14

Modified files:
	usr.bin/tmux   : cmd-string.c 

Log message:
Read ${X} environment variables in strings and $HOME from the global
environment rather than getenv, this allows them to be updated during
the configuration file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 01:57:01

Modified files:
	www/hs-snap-core: Makefile 

Log message:
- add missing dependency, spotted by aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 02:33:03

Modified files:
	x11/gnome/byzanz: Makefile 

Log message:
Fix LIB_DEPENDS and WANTLIB to unbreak installation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 02:54:17

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: DESCR 

Log message:
Fix DESCR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 02:54:35

Modified files:
	x11/gnome/deskbar-applet: Makefile 
Removed files:
	x11/gnome/deskbar-applet/pkg: MESSAGE 

Log message:
Tracker deskbar plugin is gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 03:10:33

Modified files:
	x11/gnome/nautilus-sendto: Makefile 

Log message:
Regen WANTLIB to unbreak installation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 03:12:21

Modified files:
	devel/gconf2   : Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/14 04:04:33

Modified files:
	devel/cook     : Makefile 

Log message:
missing license marker. 10 years!!!!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 04:07:31

Modified files:
	x11/tint       : Makefile 
	x11/tint/pkg   : PLIST 

Log message:
* use gettext MODULE instead of iconv/intl in WANTLIB
* tweak the way we install examples so update-plist does not whine
* remove useless use of gtk-update-icon-cache goo
* regen WANTLIB while here

ok edd@ (maintainer)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	martynas@cvs.openbsd.org	2010/12/14 04:08:47

Modified files:
	app/cwm        : mousefunc.c 

Log message:
in MotionNotify geom.x, geom.y calculations take into account bwidth.
fixes the annoying bug where windows would go +bwidth pixels right,
+bwidth pixels down.  ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2010/12/14 04:16:15

Modified files:
	include        : math.h 

Log message:
- make HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the
constant expressions with the help of gcc post-3.3.
ok millert@, mikeb@.  been in snaps for weeks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 04:28:26

Modified files:
	x11/gnome/libgail-gnome: Makefile 

Log message:
Regen WANTLIB to unbreak installation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/14 04:37:38

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
- pass PORTSDIR for libtool, since people seem to want to stuff their
ports tree in weird places.
- show CHECKSUM_FILES if DPB=fetch or better.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/12/14 04:59:06

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
don't mention key type in key-changed-warning, since we also print
this warning if a new key type appears. ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 05:23:30

Modified files:
	x11/gnome/seahorse-plugins: Makefile 

Log message:
Regen WANTLIB to unbreak installation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 07:27:40

ports/devel/libdaemon/patches

Update of /cvs/ports/devel/libdaemon/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29955/patches

Log Message:
Directory /cvs/ports/devel/libdaemon/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 07:54:35

Modified files:
	devel/libdaemon: Makefile distinfo 
	devel/libdaemon/pkg: PLIST 
Added files:
	devel/libdaemon/patches: patch-configure 

Log message:
Minor update to libdaemon-0.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 07:55:02

Modified files:
	net/avahi      : Makefile distinfo 
	net/avahi/pkg  : MESSAGE-main PLIST-main 
Removed files:
	net/avahi/patches: patch-avahi-client_client_c 

Log message:
Bugfix update to avahi-0.6.28.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2010/12/14 08:01:22

Modified files:
	.              : press.html 

Log message:
Short pf mention on techrepublic


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/14 09:13:16

Modified files:
	sys/dev/pci    : ohci_pci.c uhci_pci.c 
	sys/dev/usb    : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c 
	                 uhcivar.h 

Log message:
use the dying flag in struct usbd_bus instead of a private dying flag
in *hci_softc

ok miod@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/14 10:09:53

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/14 11:00:17

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
bunch of Atheros AR9271 product ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/14 11:01:08

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2010/12/14 11:33:06

Modified files:
	.              : want.html 

Log message:
Someone sent money on my PayPal account to buy a Ubiquiti WifiStation-EXT.
Yay! Now I can fry my brain with a new toy!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/14 11:44:23

Modified files:
	sys/arch/loongson/dev: ohci_voyager.c 

Log message:
use the dying flag in struct usbd_bus instead of a private dying flag
in *hci_softc


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/14 11:45:54

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : dbus_daemon.rc 
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 

Log message:
It makes more sense to deal with the pidfile in pre, not post.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 13:08:39

ports/www/phpmyadmin/patches

Update of /cvs/ports/www/phpmyadmin/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31409/patches

Log Message:
Directory /cvs/ports/www/phpmyadmin/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/14 13:24:25

Modified files:
	sys/arch/sh/sh : genassym.cf pmap.c vectors.S 

Log message:
"Implement fast path TLB miss handling.  Walk the page table without
creating a trapframe, with exceptions disabled and using only BANK1
registers.  If a valid pte is found, load it and return.  Otherwise
create a trapframe and proceed to the full-blown C handler."

from uwe@netbsd, ok miod@

speed-ups measured by miod@ and me were between 44% and 50%...


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/14 13:26:44

Modified files:
	sys/crypto     : cryptodev.c 
	sys/kern       : kern_sysctl.c 

Log message:
disable access to the crypto(4) device from userland; ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/12/14 13:27:20

Modified files:
	.              : landisk.html 

Log message:
- landisk certainly has become a bit faster just now, so remove this todo entry.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/14 14:14:46

Modified files:
	sys/arch/sparc/stand/common: promdev.c 

Log message:
There is no "struct filesystem"; uncovered by gcc4.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/14 14:38:03

Modified files:
	share/man/man4 : rsu.4 
	sys/dev/usb    : if_rsu.c 

Log message:
Match the Sitecom WL-349 v1.

ok damien@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 15:25:27

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
- update iso-codes to 3.23


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 15:50:58

Modified files:
	misc/logjam    : Makefile distinfo 
	misc/logjam/pkg: DESCR 

Log message:
- update logjam to 4.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/14 16:31:33

Modified files:
	usr.sbin/cron  : database.c 

Log message:
Treat a missing spool dir like an empty one.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/14 16:32:06

Modified files:
	usr.sbin/cron  : do_command.c 

Log message:
Use _exit() not exit() after forking.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 16:40:14

Modified files:
	misc/gramps    : Makefile distinfo 
	misc/gramps/pkg: PLIST 

Log message:
- update gramps to 3.2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 16:53:07

Modified files:
	biology/AcePerl: Makefile distinfo 

Log message:
- update AcePerl to 1.92


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 17:09:12

Modified files:
	devel          : Makefile 

Log message:
- sort


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/14 17:10:48

Modified files:
	net            : Makefile 
	www            : Makefile 

Log message:
- sort


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/14 17:49:27

Modified files:
	usr.bin/ssh    : readpass.c 

Log message:
fix ControlMaster=ask regression

reset SIGCHLD handler before fork (and restore it after) so we don't miss
the the askpass child's exit status. Correct test for exit status/signal to
account for waitpid() failure; with claudio@ ok claudio@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/14 17:59:26

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
don't delay if the device is dying

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/14 20:34:33

Modified files:
	sys/dev        : hotplug.c 

Log message:
revert the malloc change, as it meant dropping events before the device is
opened.  keep the array expansion.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/14 21:59:53

Modified files:
	sys/arch/i386/include: vmparam.h 
	sys/compat/svr4: svr4_misc.c 
	sys/dev/pci/drm: drm_bufs.c 
	sys/kern       : exec_elf.c 
	sys/uvm        : uvm_map.c uvm_mmap.c 

Log message:
add a BRKSIZ define and use it for the heap gap constant, decoupling
heap gap from max data size.  nothing else changes yet.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/14 22:30:19

Modified files:
	sys/arch/alpha/include: vmparam.h 
	sys/arch/amd64/include: vmparam.h 
	sys/arch/arm/include: vmparam.h 
	sys/arch/armish/include: vmparam.h 
	sys/arch/beagle/include: vmparam.h 
	sys/arch/hppa/include: vmparam.h 
	sys/arch/hppa64/include: vmparam.h 
	sys/arch/i386/include: vmparam.h 
	sys/arch/m68k/include: vmparam.h 
	sys/arch/m88k/include: vmparam.h 
	sys/arch/macppc/include: vmparam.h 
	sys/arch/mips64/include: vmparam.h 
	sys/arch/mvmeppc/include: vmparam.h 
	sys/arch/sh/include: vmparam.h 
	sys/arch/socppc/include: vmparam.h 
	sys/arch/sparc/include: vmparam.h 
	sys/arch/sparc64/include: vmparam.h 

Log message:
oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks
its better as a per arch MD define anyway.  all default to MAXDSIZ as before.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/14 23:40:39

Modified files:
	games/phantasia: fight.c gamesupport.c interplayer.c main.c 
	                 misc.c setup.c 

Log message:
as of 1989, fread/fwrite take void *, so there's no need to cast to char *.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/15 02:31:46

Modified files:
	devel/libconfig: Makefile distinfo 
	devel/libconfig/pkg: PLIST 
Added files:
	devel/libconfig/patches: patch-tests_Makefile_in 

Log message:
- update libconfig to 1.4.6
- remove markus bergkvist as maintainer per his request

identical diffs by remi pointel and pea@
ok pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 02:42:29

Modified files:
	lib/libssl/src/ssl: s3_srvr.c s3_clnt.c 

Log message:
Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/secadv_20101202.txt.
where clients could modify the stored session
cache ciphersuite and in some cases even downgrade the suite to weaker ones.

This code is not enabled by default.

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 02:43:53

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_8 s3_clnt.c s3_srvr.c 

Log message:
Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/secadv_20101202.txt.
where clients could modify the stored session
cache ciphersuite and in some cases even downgrade the suite to weaker ones.

This code is not enabled by default.

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 02:44:23

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_7 s3_clnt.c s3_srvr.c 

Log message:
Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/secadv_20101202.txt.
where clients could modify the stored session
cache ciphersuite and in some cases even downgrade the suite to weaker ones.

This code is not enabled by default.

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/15 04:09:03

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
make this not panic on attach
from Daniel Gracia


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/15 04:24:29

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
enable uticom(4) now it is known to work


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/15 04:32:26

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: postgresql.rc 

Log message:
Fix variable names in rc script. Breakage spotted by pea@
While here, deal with the pidfile in pre, not post.

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/15 05:20:57

Modified files:
	databases/maatkit: Makefile distinfo 

Log message:
- update maatkit to 7119

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/15 06:22:03

Modified files:
	x11/libxdg-basedir: Makefile distinfo 
	x11/libxdg-basedir/patches: patch-configure patch-src_basedir_c 

Log message:
Update to libxdg-basedir-1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/15 06:22:39

Modified files:
	x11/awesome    : Makefile 

Log message:
Bump after libxdg-basedir update.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/12/15 06:54:50

Modified files:
	sbin/pfctl     : parse.y 

Log message:
make the "invalid probability:" yyerror suck less
From: Thomas Pfaff <tpfaff@tp76.info>


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/15 06:59:54

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
avialable -> available


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/15 07:06:05

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
- clarify the "probability" text; based on a diff from Thomas Pfaff
ok henning

- while here, knock out a bad .Pp


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/15 07:22:25

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
Be more careful when copying the pf rule from userland into the kernel.
All pointers in the struct need to be cleared and reset. So instead of
bcopy the struct and clear some fields start with a clean struct and
assign the values that need to be copied.
Fixes a local vulnerability but only root can issue the problematic ioctl().
Reported by Jean Sigwald, has been in snaps for a while and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/15 07:34:17

Modified files:
	usr.sbin/dhcpd : dhcpd.c 

Log message:
We run getopt() twice to know if dhcp-sync is used. To make this work
both getopt calls need the same optstring or the first getopt() call
will end before parsing all arguments.
Problem found and fixed supplied by m_athias
OK millert@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 07:55:04

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
- attach to the startech ICUSB232X, though only the first port can be used
on this multiport device.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 07:56:03

Modified files:
	share/man/man4 : uticom.4 

Log message:
- add CAVEATS section and mention that on multiport devices, only the first
port can be used.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/15 08:40:21

Modified files:
	net/mldonkey/stable: Makefile distinfo 
	net/mldonkey/stable/patches: patch-config_Makefile_in 
	                             patch-config_configure_in 

Log message:
Bugfix update to mldonkey-3.0.6
Fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/15 08:50:30

Modified files:
	www/php-predis : Makefile distinfo 

Log message:
Update to predis-0.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/15 09:01:45

Modified files:
	astro/stellarium: Makefile distinfo 
	astro/stellarium/patches: patch-CMakeLists_txt 
	                          patch-data_default_config_ini 
	                          patch-src_core_modules_ConstellationMgr_cpp 
	astro/stellarium/pkg: PLIST 

Log message:
Update to stellarium-0.10.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/15 09:22:16

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
- the firmware download succeeded message should be wrapped in DPRINTF().

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/15 09:49:03

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add USB ID for the Hercules HWGUn-54;  from pea@
Use a better name for the Hercules HWNUm-300 while I'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/15 09:51:39

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h if_rsu.c 
	share/man/man4 : rsu.4 

Log message:
attach the Hercules HWGUn-54 to rsu(4)

from pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/15 09:57:39

Modified files:
	textproc/enchant: Makefile distinfo 
	textproc/enchant/patches: patch-configure 

Log message:
Bugfix update to enchant-1.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/15 15:10:59

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
- update pngcrush to 1.7.13

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/15 16:34:23

Modified files:
	sys/arch/amd64/amd64: aesni.c via.c 
	sys/arch/i386/i386: via.c 
	sys/arch/i386/pci: glxsb.c 
	sys/dev/pci    : hifn7751.c hifn7751var.h safe.c safevar.h 
	                 ubsec.c ubsecvar.h 

Log message:
Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to
the hardware crypto accelerator land.  This fixes aes-ni, via xcrypt,
glxsb(4), hifn(4), safe(4) and ubsec(4) drivers.

Original commit message by angelos:

Don't keep the last blocksize-bytes of ciphertext for use as the next
plaintext's IV, in CBC mode. Use arc4random() to acquire fresh IVs per
message.

with and ok deraadt, ok markus, djm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/15 17:07:25

Modified files:
	sys/crypto     : cryptodev.h 
	lib/libssl/src/crypto/engine: hw_cryptodev.c 

Log message:
The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length
which should have been declared as CRYPTO_ALGORITHM_MAX + 1,
fix this and reserve enough space for the VIA additions as well.

ok/comments from mikeb & deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/15 18:09:58

Modified files:
	sys/dev/pci/drm: drm_bufs.c 

Log message:
no need to poke the vmspace, uvm_map_hint does what we want. ok oga


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/16 00:13:59

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-bus_dbus-daemon_1 
	                  patch-configure patch-dbus_Makefile_in 
	                  patch-dbus_dbus-connection_c 
	                  patch-dbus_dbus-sysdeps-unix_c 
	                  patch-doc_Makefile_in patch-tools_Makefile_in 
	x11/dbus/pkg   : dbus_daemon.rc 
Added files:
	x11/dbus/patches: patch-bus_dir-watch-kqueue_c 
	                  patch-dbus-1_pc_in 

Log message:
There seems to be an annoying runtime regression with session bus after
the last update which I failed to see in my tests.
While this is being worked on, let's revert for now so that people don't
run into it. Other parts of the D-DBus gang update are fine (glib and
python). Also keep the recent rc script tweak.

Sorry about that...


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/16 02:33:00

Modified files:
	www/drupal6/views: Makefile distinfo 

Log message:
update to views-2.12, addresses SA-CONTRIB-2010-111 (Cross Site Scripting)
full details at http://drupal.org/node/999380, no DB update required.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/16 03:30:53

Modified files:
	www/drupal6/views: Tag: OPENBSD_4_7 Makefile distinfo 

Log message:
MFC:
update to views-2.12, addresses SA-CONTRIB-2010-111 (Cross Site Scripting)
full details at http://drupal.org/node/999380, no DB update required.

'go ahead' jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/16 03:32:31

Modified files:
	www/drupal6/views: Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
MFC:
update to views-2.12, addresses SA-CONTRIB-2010-111 (Cross Site Scripting)
full details at http://drupal.org/node/999380, no DB update required.

'go ahead' jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/12/16 04:11:18

Modified files:
	sys/net        : Tag: OPENBSD_4_8 pf_ioctl.c 

Log message:
MFC, original commit from claudio@:
- - - - - - - - - - - - - - - - - -
Be more careful when copying the pf rule from userland into the kernel.
All pointers in the struct need to be cleared and reset. So instead of
bcopy the struct and clear some fields start with a clean struct and
assign the values that need to be copied.
Fixes a local vulnerability but only root can issue the problematic ioctl().
Reported by Jean Sigwald, has been in snaps for a while and OK deraadt@
- - - - - - - - - - - - - - - - - -

requested by and ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/16 05:05:04

Modified files:
	biology/bioperl: Makefile distinfo 
	biology/bioperl/pkg: DESCR PLIST 
Removed files:
	biology/bioperl/patches: patch-Bio_Graphics_FeatureFile_pm 
	                         patch-INSTALL patch-Makefile_PL 
	                         patch-doc_howto_html_Graphics-HOWTO_html 
	                         patch-doc_howto_sgml_Graphics-HOWTO_xml 
	                         patch-doc_howto_txt_Graphics-HOWTO_txt 
	                         patch-t_BioGraphics_t 

Log message:
- update bioperl to 1.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2010/12/16 09:56:08

Modified files:
	sys/crypto     : cryptodev.h 
	lib/libssl/src/crypto/engine: hw_cryptodev.c 

Log message:
move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only
file it will be used from.

requested by/ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/16 10:40:20

Modified files:
	net/nmap       : Makefile 
Removed files:
	net/nmap/files : prepman.sh 

Log message:
Remove an hack now that mandoc can handle nmap's man pages


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/16 10:52:12

Modified files:
	mail/courier-authlib: Makefile 
	mail/courier-authlib/pkg: PLIST-main 
Added files:
	mail/courier-authlib/pkg: courier_authdaemond.rc 

Log message:
Add an rcscript
hints and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/16 10:55:10

Modified files:
	mail/courier-imap: Makefile 
	mail/courier-imap/pkg: MESSAGE-main MESSAGE-pop3 PLIST-main 
	                       PLIST-pop3 
Added files:
	mail/courier-imap/pkg: courier_imap-ssl.rc courier_imap.rc 
	                       courier_pop3-ssl.rc courier_pop3.rc 

Log message:
Add rcscripts to imap and pop3 servers
Help and ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/16 11:08:57

Modified files:
	etc            : services 

Log message:
Add IANA officially assigned numbers for zabbix.

ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhill@cvs.openbsd.org	2010/12/16 11:47:01

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
avoid pointer arithmetic on void *

tested for a while by me.

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/16 12:12:54

Log message:
    Import bustle-0.2.3.
    
    Bustle draws sequence diagrams of D-Bus activity, showing signal
    emissions, method calls and their corresponding returns, with timestamps
    for each individual event and the duration of each method call. This can
    help you check for unwanted D-Bus traffic, and pinpoint why your
    D-Bus-based application isn't performing as well as you like.
    <...>
    
    ok kili@ jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20101216
    
    N ports/devel/bustle/distinfo
    N ports/devel/bustle/Makefile
    N ports/devel/bustle/pkg/PLIST
    N ports/devel/bustle/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/16 12:13:36

Modified files:
	devel          : Makefile 

Log message:
+bustle


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2010/12/16 12:58:15

Modified files:
	.              : plus.html plus46.html 

Log message:
Two weeks of plus from Nicolas PM Legrand and some small fixes from both of us


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/16 13:15:46

Modified files:
	share/man/man4 : uticom.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/16 13:18:31

Modified files:
	sys/dev/pckbc  : pckbd.c 

Log message:
small cleanup ioctl WSKBDIO_GETLEDS

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/16 13:22:07

Modified files:
	usr.sbin/portmap: portmap.8 

Log message:
- since inetd(8) and inetd.conf(5) are one and the same, let's not list them
both in SEE ALSO
- standard options blurb


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/16 15:43:37

Modified files:
	devel/hs-language-c: Makefile distinfo 

Log message:
- update hs-language-c to 0.3.2.1

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/16 17:00:45

Modified files:
	www/p5-SOAP-Lite: Makefile distinfo 
	www/p5-SOAP-Lite/pkg: PLIST 

Log message:
- update p5-SOAP-Lite to 0.712
- fix license
- set MODCPAN_EXAMPLES


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/16 22:33:06

Modified files:
	etc            : login.conf.in mklogin.conf 

Log message:
allow default blowfish rounds to be tweakable by arch, no behavioral change
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2010/12/16 23:13:48

Modified files:
	sys/net        : Tag: OPENBSD_4_7 pf_ioctl.c 

Log message:
MFC, original commit from claudio@:
- - - - - - - - - - - - - - - - - -
Be more careful when copying the pf rule from userland into the kernel.
All pointers in the struct need to be cleared and reset. So instead of
bcopy the struct and clear some fields start with a clean struct and
assign the values that need to be copied.
Fixes a local vulnerability but only root can issue the problematic ioctl().
Reported by Jean Sigwald, has been in snaps for a while and OK deraadt@
- - - - - - - - - - - - - - - - - -

requested by and ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/16 23:35:44

Modified files:
	net/rsnapshot  : Makefile 
	net/rsnapshot/patches: patch-README 

Log message:
Fix substitution, from Lawrence Teo.


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2010/12/17 00:17:38

Modified files:
	usr.sbin/ldapd : auth.c 

Log message:
Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7
introduced a bug that reversed the check. Found by MERIGHI Marcus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/17 02:26:03

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
Updato to 3.3.0rc8 and do not set envcflags="${CFLAGS}" in the environment
because that will overwrite -O0 set by NOOPTFILES in the build system.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/12/17 03:27:18

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/pkg: PLIST-docs 

Log message:
Bugfixes update to 9.0.2
Changelog: http://www.postgresql.org/docs/9.0/static/release-9-0-2.html

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 06:48:06

Modified files:
	sys/dev/usb    : if_kue.c if_cue.c if_upl.c 

Log message:
- use usb_lookup() instead of handrolled macro.

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 07:52:41

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add moxa uport110, from rivo nurges


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 07:53:10

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
- regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 07:53:44

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
- attach to moxa uport110, from rivo nurges


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/17 08:04:58

Modified files:
	x11/gnustep/projectcenter: Makefile distinfo 
	x11/gnustep/projectcenter/patches: patch-Framework_GNUmakefile 
	x11/gnustep/projectcenter/pkg: PLIST 
Added files:
	x11/gnustep/projectcenter/patches: 
	                                   patch-Modules_Preferences_Build_PCBuildPrefs_h 

Log message:
Update projectcenter to 0.6.0.
many things were restructured, and besides a lot of bug fixes, integration with Gorm was enhanced and now includes internal debugger

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/17 09:17:54

Modified files:
	www/webkit     : Makefile 

Log message:
Use the gettext module instead of the libiconv one and set WANTLIB
accordingly.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 09:25:14

Modified files:
	sys/arch/amd64/amd64: Tag: OPENBSD_4_8 aesni.c via.c 
	sys/arch/i386/i386: Tag: OPENBSD_4_8 via.c 
	sys/arch/i386/pci: Tag: OPENBSD_4_8 glxsb.c 
	sys/dev/pci    : Tag: OPENBSD_4_8 hifn7751.c hifn7751var.h 
	                 safe.c safevar.h ubsec.c ubsecvar.h 

Log message:
Backport from -current, original commit by mikeb@:
------
Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to
the hardware crypto accelerator land.  This fixes aes-ni, via xcrypt,
glxsb(4), hifn(4), safe(4) and ubsec(4) drivers.
------

ok deraadt@ mikeb@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/12/17 09:36:18

Modified files:
	.              : errata47.html errata48.html 

Log message:
- mention pf and cbc errata.

pf bits from stephan@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/17 09:43:15

Modified files:
	faq/fr         : current.html faq1.html faq14.html faq5.html 
	                 index.html 
	faq/nl         : faq1.html 
	fr             : books.html landisk.html press.html want.html 
	nl             : books.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/17 11:42:04

Modified files:
	lang/ocaml     : Makefile 
	lang/ocaml/patches: patch-configure 

Log message:
Fix build on amd64.
Problem reported by landry@ and kili@.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/17 12:35:34

Modified files:
	lib/libutil    : opendev.3 opendev.c util.h 

Log message:
opendev() path argument should be const.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/17 12:36:03

Modified files:
	sbin/fsck_msdos: check.c 

Log message:
Add missing util.h include for opendev()


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 14:00:14

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add abbbott stereo plug cable
from aschrijver@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 14:00:40

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 14:02:58

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
- attach to abbott stereo plug and fix it's firmware loading

from aschrijver@
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/17 14:45:32

Modified files:
	devel/hs-blaze-builder: Makefile distinfo 

Log message:
- update hs-blaze-builder to 0.2.1.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 14:53:34

Modified files:
	sys/dev/usb    : ubsa.c uchcom.c udcf.c umct.c urio.c uvscom.c 

Log message:
- use usb_lookup() instead of handrolled macro

ok jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/17 15:06:46

Modified files:
	www/p5-SOAP-Lite: Makefile 
	www/p5-SOAP-Lite/pkg: PLIST 

Log message:
- remove Net::Jabber from the dependency list, it does nothing as
jabber support requires a different module.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/17 15:38:54

Modified files:
	sys/dev/usb    : uchcom.c usb_subr.c if_ral.c if_rum.c if_atu.c 

Log message:
- use nitems()

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/17 16:14:00

Modified files:
	sys/dev/usb    : usbdi_util.c 

Log message:
don't catch signals in usbd_{bulk,intr}_transfer if a timeout is
set.  no other transfer methods catch signals, and it is not possible
to restart these transfers reliably.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/17 17:19:51

Modified files:
	biology/AcePerl: Makefile 
	biology/AcePerl/pkg: PLIST 

Log message:
- use cpan module
- install examples


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/18 01:27:44

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Sweex LW154


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/18 01:28:40

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/18 03:17:31

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgInfo.pm 

Log message:
go thru state for printing (prodded by landry@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/18 03:32:01

Modified files:
	devel/py-asn1  : Makefile distinfo 
	devel/py-asn1/pkg: PLIST 

Log message:
- update py-asn1 to 0.0.12a
- regen PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/18 03:33:21

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
zap old Error usage, state incorporates error printing.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/18 03:37:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
use copy_file from state
always remove our special sighandlers on fork, this should prevent
all the "smart" progress stuff to fail when perl children are active.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/18 03:39:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: State.pm AddDelete.pm 

Log message:
bump ->defines up to main state class.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/18 06:19:40

Modified files:
	editors/openoffice3/pkg: PFRAG.shared-main 

Log message:
sort


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/18 14:01:30

Modified files:
	sbin/mount_vnd : mount_vnd.8 

Log message:
remove david as author.  he is not to blame for the current C implementation.
ok david


CVSROOT:	/cvs
Module name:	ports
Changes by:	tedu@cvs.openbsd.org	2010/12/18 14:13:46

Added files:
	lang/rubinius/patches: patch-lib_iconv_rb 

Log message:
add patch to handle fact that openbsd iconv symbols have a lib prefix
ok jeremy


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/18 15:25:24

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
document "certificate" a little better;
based on a diff from Sunil Nimmagadda

ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/18 15:55:18

Modified files:
	share/man/man4 : rsu.4 
	sys/dev/usb    : if_rsu.c 

Log message:
rsu(4) supports the Sweex LW154


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 00:53:12

Modified files:
	usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c 
	                 man_validate.c 

Log message:
Remove `i' and `r' macro handlers.  These macros, originally part of the
me package, aren't recognised by "groff -mandoc" so we don't need to do
so either.  Besides, they are not used in base or Xenocara, and only at
two or three places in one single port, which are probably typos.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 01:07:38

Modified files:
	share/man/man7 : man.7 

Log message:
Sync to bsd.lv (except that i'm not adding .ft documentation,
which we have in roff.7):
Remove documentation of the bogus macros .i and .r (which we just
removed from mandoc and which never worked in groff), of .b (which
never existed at all), and of the commented-out chunks for .PD, .Sp,
.Vb, and .Ve (the latter three occur in the pod2man preamble and are
now handled by roff.7 .de).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 02:22:35

Modified files:
	usr.bin/mandoc : html.c html.h man_html.c mandoc.1 mdoc.h 
	                 mdoc_html.c 

Log message:
Significant improvements to -Thtml by kristaps@:
Use less <DIV>, use more <H1>, <H2>, <P>, <BR>, <PRE>, <UL>, <OL>, <DL> etc.
Triggered by input from Will Backman.
Remove CSS2 note in mandoc.1, which is no longer true.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/19 03:25:05

Modified files:
	devel/dconf    : Makefile 
	devel/dconf/pkg: PLIST 

Log message:
Conflict with old version of vala.

spotted by landry@ while updating an oldie...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/19 03:53:19

Modified files:
	audio/p5-Audio-MPD: Makefile 

Log message:
p5-MooseX-Has-Sugar and p5-MooseX-SemiAffordanceAccessor are runtime
dependencies, not only regress dependencies.
ok jasper@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2010/12/19 04:24:17

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
If MX lookup fails, fallback to using the host itself. This has always been
the behavior but I introduced a regression when switching to ASR.

bug reported by jmc@, bugfix tested by jmc@ and I


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 04:53:07

src/regress/usr.bin/mandoc/mdoc/Bk

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Bk
In directory cvs.openbsd.org:/tmp/cvs-serv1193/Bk

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Bk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 05:10:33

Modified files:
	usr.bin/mandoc : mdoc_term.c 
	regress/usr.bin/mandoc/mdoc: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bk: Makefile badarg.in 
	                                badarg.out_ascii break.in 
	                                break.out_ascii 

Log message:
Handle .Bk the same way as groff 1.20.1:
.Bk without arguments defaults to -words.
.Bk with invalid arguments (including -lines) has no effect.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/19 05:18:15

Modified files:
	usr.bin/mandoc : mdoc_html.c 

Log message:
Handle .Bk in -Thmtl the same way as in -Tascii.
From kristaps@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/19 09:08:14

Modified files:
	lib/freetype   : ChangeLog Jamfile Makefile README 
	lib/freetype/builds/amiga/src/base: ftsystem.c 
	lib/freetype/builds/unix: configure.ac configure.raw 
	lib/freetype/builds/vms: ftsystem.c 
	lib/freetype/builds/win32/vc2005: freetype.vcproj index.html 
	lib/freetype/builds/win32/vc2008: freetype.vcproj index.html 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj 
	                                    index.html 
	lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html 
	lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html 
	lib/freetype/docs: CHANGES INSTALL.UNIX VERSION.DLL 
	lib/freetype/docs/reference: ft2-base_interface.html 
	                             ft2-basic_types.html 
	                             ft2-bdf_fonts.html 
	                             ft2-bitmap_handling.html 
	                             ft2-cache_subsystem.html 
	                             ft2-cid_fonts.html 
	                             ft2-computations.html 
	                             ft2-font_formats.html 
	                             ft2-gasp_table.html 
	                             ft2-glyph_management.html 
	                             ft2-glyph_stroker.html 
	                             ft2-glyph_variants.html 
	                             ft2-gx_validation.html 
	                             ft2-gzip.html 
	                             ft2-header_file_macros.html 
	                             ft2-incremental.html ft2-index.html 
	                             ft2-lcd_filtering.html 
	                             ft2-list_processing.html 
	                             ft2-lzw.html ft2-mac_specific.html 
	                             ft2-module_management.html 
	                             ft2-multiple_masters.html 
	                             ft2-ot_validation.html 
	                             ft2-outline_processing.html 
	                             ft2-pfr_fonts.html 
	                             ft2-quick_advance.html 
	                             ft2-raster.html ft2-sfnt_names.html 
	                             ft2-sizes_management.html 
	                             ft2-system_interface.html 
	                             ft2-toc.html 
	                             ft2-truetype_engine.html 
	                             ft2-truetype_tables.html 
	                             ft2-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/docs/tutorial: example2.cpp 
	lib/freetype/include/freetype: freetype.h ftcache.h 
	lib/freetype/src/base: ftbase.h ftdbgmem.c ftobjs.c ftrfork.c 
	                       ftsystem.c 
	lib/freetype/src/cache: ftcbasic.c ftccache.c ftccache.h 
	                        ftccmap.c ftcglyph.c ftcglyph.h 
	                        ftcmanag.h 
	lib/freetype/src/psaux: t1decode.c 
	lib/freetype/src/raster: ftraster.c 
	lib/freetype/src/sfnt: sfobjs.c ttload.c ttpost.c 
	lib/freetype/src/smooth: ftgrays.c 
	lib/freetype/src/truetype: ttinterp.c ttobjs.c ttpload.c 
	lib/freetype/src/type1: t1load.c 

Log message:
Update to freetype 2.4.4. Tested by shadchin@, ajacoutot@, krw@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/19 09:08:54

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/19 09:28:08

Modified files:
	app/xbacklight : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac 
Added files:
	app/xbacklight : INSTALL 

Log message:
Update to xbackkight 1.1.2. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/19 09:32:54

Modified files:
	data/bitmaps   : ChangeLog Makefile.am configure.ac 
Added files:
	data/bitmaps   : INSTALL 

Log message:
Update to xbitmaps 1.1.1. No visible change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 10:43:30

Modified files:
	devel/hs-blaze-builder: Makefile distinfo 

Log message:
- update hs-blade-builder to 0.2.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 10:47:46

Modified files:
	devel/iso-codes: Makefile 

Log message:
master site can be flaky sometimes, add a mirror


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/19 11:13:44

Modified files:
	x11/gnome/f-spot: Makefile distinfo 
	x11/gnome/f-spot/pkg: PLIST 

Log message:
Bugfix update to f-spot-0.8.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/19 11:17:55

Modified files:
	audio/audacious: Makefile distinfo 
	audio/audacious/patches: patch-buildsys_mk_in 
	                         patch-m4_buildsys_m4 
	audio/audacious/pkg: PLIST 
Added files:
	audio/audacious/patches: patch-man_Makefile 
	                         patch-src_audacious_Makefile 
	                         patch-src_audtool_Makefile 
	                         patch-src_libaudcore_Makefile 
	                         patch-src_libaudcore_audio_c 
	                         patch-src_libaudcore_audstrings_c 
Removed files:
	audio/audacious/patches: patch-src_libaudtag_util_h 
	                         patch-src_libaudtag_wma_guid_c 
	                         patch-src_libaudtag_wma_wma_c 
	                         patch-src_libaudtag_wma_wma_fmt_h 

Log message:
Update to 2.4.2.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/19 11:19:56

Modified files:
	audio/audacious-plugins: Makefile distinfo 
	audio/audacious-plugins/files: Makefile sndio.c 
	audio/audacious-plugins/patches: patch-aclocal_m4 
	                                 patch-buildsys_mk_in 
	                                 patch-configure_ac 
	                                 patch-src_aac_libmp4_c 
	                                 patch-src_sun_audio_c 
	audio/audacious-plugins/pkg: PLIST-main 
Added files:
	audio/audacious-plugins/patches: patch-src_ladspa_Makefile 
Removed files:
	audio/audacious-plugins/patches: patch-src_aac_Makefile 

Log message:
Update to 2.4.2.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 11:35:08

Modified files:
	usr.bin/tmux   : cmd-set-option.c layout-set.c tmux.1 tmux.c 

Log message:
Add other-pane-height and other-pane-width options, allowing the width
or height of the smaller panes in the main-horizontal and main-vertical
layouts to be set. Mostly from David Goodlad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/19 12:27:49

Modified files:
	lang/rubinius  : Makefile 

Log message:
Bump after iconv patch added by tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/19 12:54:46

Modified files:
	sys/kern       : sys_generic.c 

Log message:
Since we have an ioctl that uses a struct with an off_t member as its
argument, we need to make sure this buffer has 64-bit alignment, even
on 32-bit architectures.  Fixes the alignment trap triggered by
vnconfig(8) on sparc for kernels compiled with gcc4.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 13:00:31

Modified files:
	databases/postgresql: Tag: OPENBSD_4_8 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_4_8 PLIST-docs 

Log message:
- advised update of postgresql to 8.4.6

from pea@ (MAINTAINER)
'yes please' aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2010/12/19 13:26:00

Modified files:
	www/aria2      : Makefile distinfo 

Log message:
Update to aria2 1.10.8.
ok landry@ (thanks for my first commit!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2010/12/19 13:36:38

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add my coordinates to geo/openbsd-developers.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/19 14:32:58

Modified files:
	sys/dev/usb    : ucycom.c utrh.c utwitch.c 

Log message:
- use usb_lookup(), these should be the last drivers that rolled their own
unneeded macro around it.
- fix a reference to the previous driver name utwitch while here

ok jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 14:54:51

Modified files:
	security/scrypt: Makefile distinfo 

Log message:
- update scrypt to 1.1.6

from marius ROMAN


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 15:03:47

Modified files:
	x11/icewm      : Makefile 

Log message:
- fix install on clean system


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/19 15:11:56

Modified files:
	textproc/docbook: Makefile distinfo 
	textproc/docbook/files: makemastercatalog xml_db_catalog 
	textproc/docbook/pkg: PLIST 
Added files:
	textproc/docbook/files: xml_db45_catalog 

Log message:
Update to docbook-4.5 (adding docbook-xml-4.5).

ok sthen@ (whe sent the same diff some time ago), jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 15:35:54

Modified files:
	usr.bin/tmux   : cmd-choose-session.c 

Log message:
Don't nuke the index counter when a session group comes up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/19 15:45:32

Log message:
    Import p5-Unicode-LineBreak, needed by an upcoming mail/sympa update:
    
    This package provide the following perl modules:
    * Text::LineFold - Line Folding for Plain Text
    * Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
    * Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20101219
    
    N ports/converters/p5-Unicode-LineBreak/Makefile
    N ports/converters/p5-Unicode-LineBreak/distinfo
    N ports/converters/p5-Unicode-LineBreak/pkg/DESCR
    N ports/converters/p5-Unicode-LineBreak/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/19 15:46:12

Modified files:
	converters     : Makefile 

Log message:
+p5-Unicode-LineBreak


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/19 16:06:10

Modified files:
	usr.sbin/pcidump: pcidump.8 pcidump.c 

Log message:
Add -xxx option that print PCIe extended config space.

ok mikeb@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/19 16:23:21

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
add -xxx to usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 16:37:10

Modified files:
	devel/sdl-gfx  : Makefile distinfo 

Log message:
- update sdl-gfx to 2.0.22
* fixes seg. faults in wormux

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 16:46:32

Modified files:
	devel/p5-Cache-Mmap: Makefile distinfo 

Log message:
- update p5-Cache-Mmap to 0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 16:46:55

Modified files:
	converters/p5-Convert-PEM: Makefile distinfo 

Log message:
- update p5-Convert-PEM to 0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 16:51:46

Modified files:
	devel/p5-Config-General: Makefile distinfo 

Log message:
- update p5-Config-General to 2.50


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 16:55:59

Modified files:
	devel/p5-Data-OptList: Makefile distinfo 

Log message:
- update p5-Data-OptList to 0.106


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 17:00:21

Modified files:
	devel/p5-Set-IntRange: Makefile distinfo 

Log message:
- update p5-Set-IntRange to 5.2
- fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/19 17:00:33

Modified files:
	geo/p5-Geo-TigerLine: Makefile distinfo 
	geo/p5-Geo-TigerLine/pkg: PLIST 

Log message:
- update p5-Geo-TigerLine to 0.03


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 17:03:55

Modified files:
	usr.bin/tmux   : cmd-choose-window.c cmd-find-window.c 
	                 cmd-load-buffer.c session.c tmux.h 

Log message:
Unify the way sessions are used by callbacks - store the address and use
the reference count, then check it is still on the global sessions list
in the callback.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 17:17:22

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-switch-client.c 
	                 server-client.c server-fn.c tmux.h 

Log message:
Use pointer rather than index for the client's last session.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 17:19:20

Modified files:
	usr.bin/tmux   : session.c tmux.h 

Log message:
Dead sessions are never on the active sessions list, so the SESSION_DEAD
flag is effectively unused. Remove it.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 17:43:24

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Undo a change to next/previous session that got mixed in prematurely.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/19 18:28:18

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Fix another stray addition that was too early. Oops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 00:51:58

Modified files:
	www/cherokee   : Makefile distinfo 
	www/cherokee/patches: patch-Makefile_in 
	                      patch-admin_configured_py_pre 
	                      patch-admin_wizards_php_py 
	                      patch-cherokee_Makefile_in 
	                      patch-cherokee_conf_sample_pre 
	                      patch-configure patch-constants_h_pre 
	www/cherokee/pkg: MESSAGE-main PLIST-main 
Added files:
	www/cherokee/patches: patch-admin_CTK_Makefile_in 
	                      patch-admin_SystemStats_py 
	                      patch-cherokee_main_admin_c 
	www/cherokee/pkg: cherokee.rc 
Removed files:
	www/cherokee/patches: patch-contrib_Makefile_in 

Log message:
Update to cherokee-1.0.14.

From Fernando Quintero (maintainer).
Several fixes/tweaks as well as the rc script added by myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 01:58:03

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm SharedLibs.pm 

Log message:
pass state to SharedLibs for direct printing
(also cosmetic ws)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 01:59:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
use state->defines


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:03:52

Modified files:
	usr.sbin/pkg_add/OpenBSD: SharedLibs.pm 

Log message:
extra indirection: allow registration of library objects (refactor for later)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2010/12/20 02:07:49

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/pkg: PFRAG.no-no_java-i18n-bg 
	                         PFRAG.no-no_java-i18n-ca 
	                         PFRAG.no-no_java-i18n-de 
	                         PFRAG.no-no_java-i18n-es 
	                         PFRAG.no-no_java-i18n-fa 
	                         PFRAG.no-no_java-i18n-fi 
	                         PFRAG.no-no_java-i18n-fr 
	                         PFRAG.no-no_java-i18n-hu 
	                         PFRAG.no-no_java-i18n-it 
	                         PFRAG.no-no_java-i18n-ja 
	                         PFRAG.no-no_java-i18n-ko 
	                         PFRAG.no-no_java-i18n-lt 
	                         PFRAG.no-no_java-i18n-lv 
	                         PFRAG.no-no_java-i18n-nl 
	                         PFRAG.no-no_java-i18n-pl 
	                         PFRAG.no-no_java-i18n-pt-br 
	                         PFRAG.no-no_java-i18n-ru 
	                         PFRAG.no-no_java-i18n-sl 
	                         PFRAG.no-no_java-i18n-sv PLIST-i18n-bg 
	                         PLIST-i18n-ca PLIST-i18n-de 
	                         PLIST-i18n-es PLIST-i18n-fa 
	                         PLIST-i18n-fi PLIST-i18n-fr 
	                         PLIST-i18n-hu PLIST-i18n-it 
	                         PLIST-i18n-ja PLIST-i18n-ko 
	                         PLIST-i18n-lt PLIST-i18n-lv 
	                         PLIST-i18n-nl PLIST-i18n-pl 
	                         PLIST-i18n-pt-br PLIST-i18n-ru 
	                         PLIST-i18n-sl PLIST-i18n-sv PLIST-java 
	                         PLIST-main 
Removed files:
	editors/libreoffice/patches: patch-Makefile_in 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_cpp2uno_cxx 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_share_hxx 
	                             patch-build_libreoffice_bridges_source_cpp_uno_gcc3_linux_intel_uno2cpp_cxx 
	                             patch-build_libreoffice_configure_in 
	                             patch-build_libreoffice_set_soenv_in 
	                             patch-build_libreoffice_solenv_inc_libs_mk 
	                             patch-build_libreoffice_solenv_inc_settings_mk 

Log message:
Update to 3.3.0rc2 and remove all patches, they are all commited upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:08:42

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
turn find_candidate into a real method we can inherit, tweak parameters


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:10:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
use Auto::cache


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:23:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
move stuff around


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:30:40

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
more refactor: method for global_cache, add find_in_installed, separate
cache handling from the rest for solve_dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:38:40

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
more refactor: errsay_library


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:41:44

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
split solver class into a base that can be reused from pkgcreate.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 02:43:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
prepare for reuse in pkgcreate: allow not finding stuff and not failing
also mark as known a special package known as BUILD


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 04:32:30

Modified files:
	usr.sbin/pkg_add: pkg_create.1 
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
new check in pkg_create: walk the dependency tree for @wantlib, thus
preventing packages that won't install (much easier to fix that when
you still have the fake tree around !)

specifically, look into depend that are installed, and possibly in the
fake tree: if the package does build, it requires the libraries to be
around anyways, so pure RUN_DEPENDS are not an issue (and avoid old libraries,
if we find wantlib only in .lib, something really fishy is going on).

Reuse the Dependencies class, so we're sure to have the exact same way
to find libraries.

Also fix exit codes from pkg_create...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 04:39:48

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/pkg : PLIST 
Added files:
	print/cups/patches: patch-backend_usb-unix_c 
	print/cups/pkg : README 
Removed files:
	print/cups/patches: patch-init_cups_sh_in 
	print/cups/pkg : MESSAGE 

Log message:
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.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 04:40:39

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: README saned.rc 

Log message:
Extend README.
Remove rc_pre and rc_post, uscanner(4) is disabled by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 04:41:43

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: MESSAGE-main 

Log message:
Better README.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 04:48:42

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
disable temporarily


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 04:55:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
missed some


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/20 05:02:12

Modified files:
	editors/nedit  : Makefile 
Added files:
	editors/nedit/patches: patch-source_preferences_c 

Log message:
Add .pp to the list of extensions for Pascal source files.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhill@cvs.openbsd.org	2010/12/20 05:38:06

Modified files:
	usr.sbin/relayd: check_tcp.c relay.c 

Log message:
Only set SO_REUSEPORT for listening ports.

Fixes "Address already in use" errors seen on high load.

OK reyk@ pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/20 06:05:40

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass PORTSDIR to pkg_create so that it can check more things


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/20 07:08:41

Modified files:
	sys/arch/amd64/amd64: Tag: OPENBSD_4_7 via.c 
	sys/arch/i386/i386: Tag: OPENBSD_4_7 via.c 
	sys/arch/i386/pci: Tag: OPENBSD_4_7 glxsb.c 
	sys/dev/pci    : Tag: OPENBSD_4_7 hifn7751.c hifn7751var.h 
	                 safe.c safevar.h ubsec.c ubsecvar.h 

Log message:
Backport from -current, original commit by mikeb@:
------
Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to
the hardware crypto accelerator land.  This fixes aes-ni, via xcrypt,
glxsb(4), hifn(4), safe(4) and ubsec(4) drivers.
------


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 07:39:31

Modified files:
	mail/cyrus-imapd: Makefile distinfo 
	mail/cyrus-imapd/patches: patch-configure 
	mail/cyrus-imapd/pkg: PLIST-main 
Removed files:
	mail/cyrus-imapd/patches: patch-imap_cyr_expire_c 
	                          patch-imap_mailbox_c 

Log message:
Update to cyrus-imapd-2.4.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 07:43:42

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : README 

Log message:
Some rewording a tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/20 08:04:50

Modified files:
	x11/gnome/doc-utils: Makefile distinfo 
	x11/gnome/doc-utils/patches: patch-doc_xslt_Makefile_in 
	                             patch-tools_gnome-doc-tool_in 

Log message:
- bugfix update of gnome-doc-utils to 0.20.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 08:53:05

Modified files:
	print/cups/patches: patch-backend_usb-unix_c 

Log message:
Mention bug report in patch, no pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/20 09:30:04

Modified files:
	usr.sbin/pkg_add: pkg_create.1 
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm PkgCreate.pm 

Log message:
use a better strategy: ask the ports tree for the plist for packages with
the same pkgpath. Thus, PseudoSets need to have a real list, and
pkgcreate needs to loop to solve those depends.

reactivate the check


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/20 09:39:53

Modified files:
	infrastructure/mk: gnu.port.mk 

Log message:
old forgotten PKG_SPEC commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:28:43

Modified files:
	www/ruby-sinatra: Makefile distinfo 
	www/ruby-sinatra/pkg: PLIST 

Log message:
Bump ruby-sinatra version to 1.1.0.

Permission given from landry@ and espie@ to commit ruby ports without
OKs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:29:48

ports/databases/ruby-pg/patches

Update of /cvs/ports/databases/ruby-pg/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2268/patches

Log Message:
Directory /cvs/ports/databases/ruby-pg/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:31:08

Modified files:
	databases/ruby-pg: Makefile distinfo 
	databases/ruby-pg/pkg: PLIST 
Added files:
	databases/ruby-pg/patches: patch-ext_pg_c 

Log message:
Bump ruby-pg version to 0.10.0, add patch so that it continues to
work on rubinius.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:32:49

Log message:
    Import ruby-arrayfields 4.7.0
    
    allow keyword access to array instances.  arrayfields works by adding
    only a few methods to arrays, namely #fields= and fields, but the
    #fields= method is hooked to extend an array on a per object basis.  in
    otherwords __only__ those arrays whose fields are set will have
    auto-magical keyword access bestowed on them - all other arrays remain
    unaffected.  arrays with keyword access require much less memory when
    compared to hashes/objects and yet still provide fast lookup and
    preserve data order.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-arrayfields/Makefile
    N ports/devel/ruby-arrayfields/distinfo
    N ports/devel/ruby-arrayfields/pkg/DESCR
    N ports/devel/ruby-arrayfields/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:34:10

Log message:
    Import ruby-amalgalite 0.15.0
    
    Amalgalite embeds the SQLite database engine in a ruby extension. There
    is no need to install SQLite separately.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-amalgalite/Makefile
    N ports/databases/ruby-amalgalite/distinfo
    N ports/databases/ruby-amalgalite/pkg/DESCR
    N ports/databases/ruby-amalgalite/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:36:22

Log message:
    Import ruby-do_mysql 0.10.2
    
    MySQL plugin for DataObjects.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-do_mysql/Makefile
    N ports/databases/ruby-do_mysql/distinfo
    N ports/databases/ruby-do_mysql/pkg/DESCR
    N ports/databases/ruby-do_mysql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:37:39

Log message:
    Import ruby-do_postgres 0.10.2
    
    PostgreSQL plugin for DataObjects.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-do_postgres/Makefile
    N ports/databases/ruby-do_postgres/distinfo
    N ports/databases/ruby-do_postgres/pkg/DESCR
    N ports/databases/ruby-do_postgres/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:39:55

Log message:
    Import dbic++ 0.4.1, dependency of ruby-swift
    
    dbic++ is a database client library written in C++ which comes with
    support for PostgreSQL and MySQL. It's main features are:
    * Simple API to maximize cross database support.
    * Supports nested transactions.
    * Auto reconnect, re-prepare & execute statements again unless inside
    a transaction.
    * Provides APIs for async queries and a simple reactor API built on
    libevent.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/dbic++/Makefile
    N ports/databases/dbic++/distinfo
    N ports/databases/dbic++/pkg/DESCR
    N ports/databases/dbic++/pkg/PLIST
    N ports/databases/dbic++/patches/patch-modules_Finduuid_cmake
    N ports/databases/dbic++/patches/patch-build_sh
    N ports/databases/dbic++/patches/patch-CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:43:58

Log message:
    Import ruby-swift 0.7.2
    
    Swift is a fast database API and ORM for ruby 1.9, featuring:
    * Multiple databases.
    * Prepared statements.
    * Bind values.
    * Transactions and named save points.
    * EventMachine asynchronous interface.
    * IdentityMap.
    * Migrations.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-swift/Makefile
    N ports/databases/ruby-swift/distinfo
    N ports/databases/ruby-swift/pkg/DESCR
    N ports/databases/ruby-swift/pkg/PLIST
    N ports/databases/ruby-swift/patches/patch-ext_extconf_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 10:45:27

Log message:
    Import ruby-mysqlplus 0.1.2
    
    An enhanced MySQL database driver. With support for async operations and
    threaded database access.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-mysqlplus/Makefile
    N ports/databases/ruby-mysqlplus/distinfo
    N ports/databases/ruby-mysqlplus/pkg/DESCR
    N ports/databases/ruby-mysqlplus/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/12/20 10:47:49

Modified files:
	sys/dev        : softraid.c 

Log message:
READ CAPACITY and READ CAPACITY 16 commands report the last valid
logical block address, not the size of the device. Adjust softraid's
handling of the commands accordingly.

Fixes panics when newfs'ing the 'c' partition of a softraid volume
(one shouldn't newfs 'c' partitions of any device). Reported by
Andreas Bartlet via tech@. Fix tested by Andreas.

ok marco@. functionally identical diff developed by dlg@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/12/20 10:48:32

Modified files:
	.              : errata47.html 

Log message:
- mention cbc errata for 4.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:00:52

Log message:
    Import ruby-mysql2 0.2.6
    
    The Mysql2 gem is meant to serve the extremely common use-case of
    connecting, querying and iterating on results. Some database libraries
    out there serve as direct 1:1 mappings of the already complex C APIs
    available. This one is not.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/databases/ruby-mysql2/Makefile
    N ports/databases/ruby-mysql2/distinfo
    N ports/databases/ruby-mysql2/pkg/DESCR
    N ports/databases/ruby-mysql2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:03:17

Log message:
    Import ruby-rake-compiler 0.7.5
    
    rake-compiler aims to help Gem developers deal with Ruby extensions,
    simplifying code and reducing duplication.
    
    It follows convention over configuration and sets a standardized
    structure to build and package both C and Java extensions in your gems.
    
    This is the result of experiences dealing with several Gems that
    required native extensions across platforms and different user
    configurations where details like portability and clarity of code were
    lacking.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-rake-compiler/Makefile
    N ports/devel/ruby-rake-compiler/distinfo
    N ports/devel/ruby-rake-compiler/pkg/DESCR
    N ports/devel/ruby-rake-compiler/pkg/PLIST
    N ports/devel/ruby-rake-compiler/patches/patch-lib_rake_extensiontask_rb
    N ports/devel/ruby-rake-compiler/patches/patch-tasks_bin_cross-ruby_rake
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:04:16

Log message:
    Import ruby-ffi 0.6.3
    
    Ruby-FFI is a ruby extension for programmatically loading dynamic
    libraries, binding functions within them, and calling those functions
    from Ruby code. Moreover, a Ruby-FFI extension works without changes on
    Ruby and JRuby.
    
    * It has a very intuitive DSL
    * It supports all C native types
    * It supports C structs (also nested), enums and global variables
    * It supports callbacks
    * It has smart methods to handle memory management of pointers and
    structs
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-ffi/Makefile
    N ports/devel/ruby-ffi/distinfo
    N ports/devel/ruby-ffi/pkg/DESCR
    N ports/devel/ruby-ffi/pkg/PLIST
    N ports/devel/ruby-ffi/patches/patch-ext_ffi_c_libffi_bsd_mk
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:05:13

Log message:
    Import ruby-ffi-inliner 0.2.4
    
    With ffi-inliner you can run C code within your ruby script:
    * Mix C snippets in your Ruby code and gulp it on the fly!
    * It's based on Ruby-FFI so the C code you inject is portable across
    Ruby implementations!
    * Yep, it means that you can run it on JRuby too!
    * Fast compilation through tcc
    * But it can use the system's compiler (e.g. gcc) on those platforms
    that don't support tcc (e.g. OSX) or that don't have it installed
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-ffi-inliner/Makefile
    N ports/devel/ruby-ffi-inliner/distinfo
    N ports/devel/ruby-ffi-inliner/pkg/DESCR
    N ports/devel/ruby-ffi-inliner/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:06:00

Log message:
    Import ruby-mspec 1.5.17
    
    MSpec is a specialized framework that is syntax-compatible with RSpec
    for basic things like describe, it blocks and before, after actions.
    
    MSpec contains additional features that assist in writing the RubySpecs
    used by multiple Ruby implementations. Also, MSpec attempts to use the
    simplest Ruby language features so that beginning Ruby implementations
    can run it.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-mspec/Makefile
    N ports/devel/ruby-mspec/distinfo
    N ports/devel/ruby-mspec/pkg/DESCR
    N ports/devel/ruby-mspec/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:06:38

Log message:
    Import ruby-home_run 0.9.4
    
    home_run is an implementation of ruby's Date/DateTime classes in C, with
    much better performance (20-200x) than the version in the standard
    library, while being almost completely compatible.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-home_run/Makefile
    N ports/devel/ruby-home_run/distinfo
    N ports/devel/ruby-home_run/pkg/DESCR
    N ports/devel/ruby-home_run/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:07:39

Log message:
    Import ruby-prof 0.9.2
    
    ruby-prof is a fast code profiler for Ruby. Its features include:
    
    * Speed - it is a C extension and therefore many times faster than the
    standard Ruby profiler.
    * Modes - Ruby prof can measure a number of different parameters,
    including call times, memory usage and object allocations.
    * Reports - can generate text and cross-referenced html reports
    o Flat Profiles - similar to the reports generated by the standard
    Ruby profiler
    o Graph profiles - similar to GProf, these show how long a method
    runs, which methods call it and which methods it calls.
    o Call tree profiles - outputs results in the calltree format
    suitable for the KCacheGrind profiling tool.
    * Threads - supports profiling multiple threads simultaneously
    * Recursive calls - supports profiling recursive method calls
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-prof/Makefile
    N ports/devel/ruby-prof/distinfo
    N ports/devel/ruby-prof/pkg/DESCR
    N ports/devel/ruby-prof/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:09:01

Log message:
    Import ruby-subset_sum 1.0.1
    
    This module provides both a C and pure ruby simple subset sum problem
    solver. The subset sum problem is, given a set of numbers, can the sum
    of any subset of those numbers equal a given number. This problem is
    NP-complete.
    
    Both the C and pure ruby versions implement a fairly simple
    meet-in-the-middle algorithm. The C version uses an AVL tree to store
    the data, while the pure ruby version uses a ruby hash. For the C
    version to be used, the sum of the positive numbers and the sum of the
    negative numbers in the set, as well as the wanted number, must all be
    Fixnums. Additionally, max_seconds should be nil or a Fixnum.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/devel/ruby-subset_sum/Makefile
    N ports/devel/ruby-subset_sum/distinfo
    N ports/devel/ruby-subset_sum/pkg/DESCR
    N ports/devel/ruby-subset_sum/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:10:00

Log message:
    Import ruby-rdiscount 1.6.5
    
    Discount is an implementation of John Gruber's Markdown markup language
    in C. It implements all of the language described in the markdown syntax
    document and passes the Markdown 1.0 test suite. rdiscount is a ruby C
    extension that wraps Discount.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-rdiscount/Makefile
    N ports/textproc/ruby-rdiscount/distinfo
    N ports/textproc/ruby-rdiscount/pkg/DESCR
    N ports/textproc/ruby-rdiscount/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:10:56

Log message:
    Import ruby-classifier 1.3.3, dependency of ruby-jekyll
    
    Classifier is a general module to allow Bayesian and other types of
    classifications. It supports both Bayes and LSI (Latent Semantic
    Indexing) classifications.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-classifier/Makefile
    N ports/textproc/ruby-classifier/distinfo
    N ports/textproc/ruby-classifier/pkg/DESCR
    N ports/textproc/ruby-classifier/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 11:13:08

Modified files:
	devel/ruby-prof: Makefile 
	devel/ruby-prof/pkg: DESCR 

Log message:
Fix DESCR formatting.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:15:48

Log message:
    Import ruby-fast-stemmer 1.0.0, dependency of ruby-jekyll
    
    Fast-stemmer is simply a wrapping around multithreaded Porter stemming
    algorithm.
    
    This gem adds a String#stem method, and it conflicts with the stemmer
    gem.  It's in order of magnitude faster (and uses much less memory) than
    the latter.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-fast-stemmer/Makefile
    N ports/textproc/ruby-fast-stemmer/distinfo
    N ports/textproc/ruby-fast-stemmer/pkg/DESCR
    N ports/textproc/ruby-fast-stemmer/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:17:03

Log message:
    Import ruby-liquid 2.2.2, dependency of ruby-jekyll
    
    Liquid is a template engine which I wrote for very specific
    requirements:
    
    * It has to have beautiful and simple markup. Template engines which
    don't produce good looking markup are no fun to use.
    
    * It needs to be non evaling and secure. Liquid templates are made so
    that users can edit them. You don't want to run code on your server
    which your users wrote.
    
    * It has to be stateless. Compile and render steps have to be seperate
    so that the expensive parsing and compiling can be done once and later
    on you can just render it passing in a hash with local variables and
    objects.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-liquid/Makefile
    N ports/textproc/ruby-liquid/distinfo
    N ports/textproc/ruby-liquid/pkg/DESCR
    N ports/textproc/ruby-liquid/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:18:12

Log message:
    Import ruby-maruku 0.6.0, dependency of ruby-jekyll
    
    Maruku is a Markdown interpreter for Ruby. It also
    implements the syntax of PHP Markdown extra.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-maruku/Makefile
    N ports/textproc/ruby-maruku/distinfo
    N ports/textproc/ruby-maruku/pkg/DESCR
    N ports/textproc/ruby-maruku/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:19:10

Log message:
    Import ruby-syntax 1.0.0, dependency of ruby-jekyll
    
    Syntax highlighting library for various languages. Has built-in support
    for converting source code to syntax-highlighted HTML.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/textproc/ruby-syntax/Makefile
    N ports/textproc/ruby-syntax/distinfo
    N ports/textproc/ruby-syntax/pkg/DESCR
    N ports/textproc/ruby-syntax/pkg/PLIST
    N ports/textproc/ruby-syntax/patches/patch-test_syntax_tc_yaml_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:19:54

Log message:
    Import ruby-directory_watcher 1.3.2, dependency of ruby-jekyll
    
    The directory watcher operates by scanning a directory at some interval
    and generating a list of files based on a user supplied glob pattern. As
    the file list changes from one interval to the next, events are
    generated and dispatched to registered observers. Three types of events
    are supported--added, modified, and removed.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/sysutils/ruby-directory_watcher/Makefile
    N ports/sysutils/ruby-directory_watcher/distinfo
    N ports/sysutils/ruby-directory_watcher/pkg/DESCR
    N ports/sysutils/ruby-directory_watcher/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 11:20:16

Modified files:
	textproc/ruby-liquid: Makefile 
	textproc/ruby-liquid/pkg: DESCR 

Log message:
Trailing whitespace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:21:08

Log message:
    Import ruby-jekyll 0.8.0
    
    Jekyll is a simple, blog aware, static site generator. It takes a
    template directory (representing the raw form of a website), runs it
    through Textile or Markdown and Liquid converters, and spits out a
    complete, static website suitable for serving with Apache or your
    favorite web server.
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2010-Dec-20
    
    N ports/www/ruby-jekyll/Makefile
    N ports/www/ruby-jekyll/distinfo
    N ports/www/ruby-jekyll/pkg/DESCR
    N ports/www/ruby-jekyll/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 11:21:58

Modified files:
	textproc/ruby-syntax: Makefile 

Log message:
Properly format COMMENT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/20 11:34:17

Log message:
    Import wxMaxima 0.8.6.
    
    wxMaxima is a wxWidgets GUI for the computer algebra system maxima.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	shadchin
    Release Tags:	shadchin_20102012
    
    N ports/math/wxMaxima/Makefile
    N ports/math/wxMaxima/distinfo
    N ports/math/wxMaxima/pkg/PLIST
    N ports/math/wxMaxima/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/20 11:43:18

Modified files:
	math           : Makefile 

Log message:
+wxMaxima


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:44:01

Modified files:
	devel          : Makefile 

Log message:
+=ruby-arrayfields
+=ruby-ffi
+=ruby-ffi-inliner
+=ruby-home_run
+=ruby-mspec
+=ruby-prof
+=ruby-rake-compiler
+=ruby-subset_sum


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:49:48

Modified files:
	databases      : Makefile 

Log message:
+=dbic++
+=ruby-amalgalite
+=ruby-amalgalite,ruby19
+=ruby-do_mysql
+=ruby-do_mysql,ruby19
+=ruby-do_mysql,rbx
+=ruby-do_postgres
+=ruby-do_postgres,ruby19
+=ruby-do_postgres,rbx
+=ruby-mysql2
+=ruby-mysql2,ruby19
+=ruby-mysqlplus
+=ruby-swift


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:50:27

Modified files:
	sysutils       : Makefile 

Log message:
+=ruby-directory_watcher


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:52:03

Modified files:
	textproc       : Makefile 

Log message:
+=ruby-classifier
+=ruby-fast-stemmer
+=ruby-liquid
+=ruby-maruku
+=ruby-rdiscount
+=ruby-syntax


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/20 11:52:43

Modified files:
	www            : Makefile 

Log message:
+=ruby-jekyll


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/20 13:07:49

Modified files:
	sys/arch/m88k/m88k: trap.c 

Log message:
mvme88k kernels running on 88110 systems have been prone to panicing for
``invalid opcode'' in kernel mode after being idle for a few hours, since
many months already. This panic does not make sense.

Recently, I've been able to gather enough samples and, looking at the
instructions surrounding the panic location, I have narrowed a pattern,
and I'll conveniently blame these panics upon a (to the best of my
knowledge) new genuine 88110 bug.

The exception handler will now recognize this situation and apply a large
hammer of workaround - probably not the best workaround that could be devised,
but it's short, easy to implement, and works 100% of the time so far. Besides,
since the machine is idle, who cares as long as it keeps running?

(the curious reader will find more information in the trap.c comments)


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2010/12/20 13:16:58

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Moved north six weeks ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/20 14:32:06

Modified files:
	sys/arch/m88k/m88k: trap.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/20 15:21:25

Modified files:
	devel/p5-Coro  : Makefile 

Log message:
- fix build on a clean box


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/20 18:22:00

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Sane behaviour for the growing of very small buffers:
Always grow at least to the minimum requested size.
Before this, a buffer of 1 byte was grown to 2 bytes,
which was too small and sometimes caused segfaults.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/20 18:30:58

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Kristaps questioned the efficiency of the algorithm used in roff.c r1.23.
An indeed, this optimization (using suggestions by Joerg Sonnenberger)
saves about 40% of the processing time needed for the roff_res()
function when processing typical manuals.
No functional change, and the new code is not harder to understand.
ok kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/20 22:57:42

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-bus_dbus-daemon_1 
	                  patch-configure patch-dbus_Makefile_in 
	                  patch-dbus_dbus-connection_c 
	                  patch-dbus_dbus-sysdeps-unix_c 
	                  patch-doc_Makefile_in patch-tools_Makefile_in 
Removed files:
	x11/dbus/patches: patch-bus_dir-watch-kqueue_c 
	                  patch-dbus-1_pc_in 

Log message:
Update to dbus-1.4.0... second try.
Previously missed regression is fixed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/21 02:02:15

Log message:
    import garmindev: garmin gps device driver
    
    pkg/DESCR:
    Garmin GPS device driver plugins. They are no real device drivers, they
    are just converting data into a bytestream on the USB or serial
    interface and vice versa.
    
    OK landry@, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101221
    
    N ports/geo/garmindev/Makefile
    N ports/geo/garmindev/distinfo
    N ports/geo/garmindev/pkg/DESCR
    N ports/geo/garmindev/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/21 02:05:17

Log message:
    import qlandkartegt: garmin gps map management tool
    
    pkg/DESCR:
    QLandkarte GT is the ultimate outdoor aficionado's tool. It supports GPS
    maps in GeoTiff format as well as Garmin's img vector map format.
    
    OK landry@, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101221
    
    N ports/geo/qlandkartegt/distinfo
    N ports/geo/qlandkartegt/Makefile
    N ports/geo/qlandkartegt/pkg/DESCR
    N ports/geo/qlandkartegt/pkg/PLIST
    N ports/geo/qlandkartegt/patches/patch-cmake_Modules_DefineInstallationPaths_cmake
    N ports/geo/qlandkartegt/patches/patch-src_mitab_cpp
    N ports/geo/qlandkartegt/patches/patch-src_mitab_h
    N ports/geo/qlandkartegt/patches/patch-src_CDlgProjWizzard_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/21 02:06:41

Modified files:
	geo            : Makefile 

Log message:
Enable garmindev and qlandkartegt


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/21 03:29:48

Modified files:
	x11/fbpanel    : Makefile distinfo 
	x11/fbpanel/patches: patch-configure 
	                     patch-data_config_default_in 
	                     patch-panel_misc_c 
	                     patch-plugins_Makefile_in 
	x11/fbpanel/pkg: PLIST 

Log message:
Update to fbpanel-6.1. The new battery plugin is disabled as it's
not fully functional yet (even on linux).

Fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/21 04:12:00

Modified files:
	net/telepathy/telepathy-gabble: Makefile 

Log message:
Prefer GnuTLS over openssl. This is the recommended way and it actually
fixes several issues connecting to jabber servers over tls connection.
While here, add missing MODGNU_CONFIG_GUESS_DIRS.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/21 04:25:19

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm PkgCreate.pm 

Log message:
simplify a bit:
- make find_dep_in_installed more regular
- zap the {more} entry, add_dep is okay for that purpose
- don't special case installed_list, provide older_names instead
- make PseudoSets slightly less hackish
- don't read full packinglist, prelinkstuff is exactly what we need


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/21 05:57:09

Modified files:
	net/mrtg       : Makefile distinfo 
Removed files:
	net/mrtg/patches: patch-bin_cfgmaker patch-bin_mrtg 

Log message:
update MRTG to 2.17.0, rolling in our patches


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/21 06:12:14

Modified files:
	usr.bin/netstat: inet6.c 

Log message:
ip6s_exthdrtoolong is always zero so remove it here which is the last user.
OK mikeb@, henning@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/21 06:12:59

Modified files:
	sys/netinet6   : ip6_var.h 

Log message:
Remove the no longer used ip6s_exthdrtoolong field.
OK mikeb@, henning@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/21 06:24:11

Modified files:
	sbin/iked      : control.c crypto.c eap.c 

Log message:
fixup log_warn and log_debug arguments;  ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/21 06:37:28

Modified files:
	databases/hs-HDBC-postgresql: Makefile distinfo 

Log message:
- update hs-HDBC-postgresql to 2.2.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/21 06:57:37

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve uid/gid 661 for _aox user/group, will be needed by archiveopteryx.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/21 07:00:43

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
Ugly workaround in nmbclust_update(). Additionally to setting the limit
also modify the hiwat mark. This was done in pool_sethardlimit() until
rev. 1.99. Without this the mbuf cluster pool may return free pages too
quickly with the result that m_clget() may fail while populating DMA rings.
Seems to fix some hangs seen on MCLGETI() interfaces on i386 e.g. PR 6524.
A proper fix is to make all drivers handle empty rings but that will take
a while to implement.  With and OK mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/21 07:28:59

Modified files:
	sbin/iked      : parse.y 

Log message:
Convert netmask from sockaddr to prefixlen correctly as noticed
by axel rau, axel dot rau at chaos1 dot de.  The actual convert
functions are taken from bgpd(8).  OK reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/12/21 07:45:57

Modified files:
	sys/netinet    : ip_esp.c 

Log message:
don't leak mbuf if padding failes; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/21 07:56:24

Modified files:
	sys/arch/alpha/alpha: interrupt.c 
	sys/arch/alpha/include: intr.h 
	sys/arch/amd64/amd64: vector.S 
	sys/arch/amd64/include: intr.h 
	sys/arch/arm/arm: softintr.c 
	sys/arch/arm/include: softintr.h 
	sys/arch/hppa/hppa: intr.c locore.S trap.c 
	sys/arch/hppa/include: intr.h 
	sys/arch/hppa64/hppa64: locore.S trap.c 
	sys/arch/hppa64/include: cpu.h 
	sys/arch/i386/i386: apicvec.s 
	sys/arch/i386/include: intr.h 
	sys/arch/i386/isa: icu.s 
	sys/arch/loongson/include: intr.h 
	sys/arch/luna88k/luna88k: isr.c 
	sys/arch/m68k/include: intr.h 
	sys/arch/m68k/m68k: softintr.c 
	sys/arch/m88k/include: intr.h 
	sys/arch/m88k/m88k: softintr.c 
	sys/arch/mips64/mips64: softintr.c 
	sys/arch/mvmeppc/mvmeppc: machdep.c 
	sys/arch/powerpc/include: intr.h 
	sys/arch/powerpc/powerpc: softintr.c 
	sys/arch/sgi/include: intr.h 
	sys/arch/sh/include: intr.h 
	sys/arch/sh/sh : interrupt.c 
	sys/arch/sparc/include: intr.h 
	sys/arch/sparc/sparc: intr.c 
	sys/arch/sparc64/include: cpu.h 
	sys/arch/sparc64/sparc64: intr.c 
	sys/arch/vax/include: intr.h 
	sys/arch/vax/vax: locore.S machdep.c softintr.c 
	sys/conf       : files 
	sys/kern       : init_main.c 
	sys/net        : netisr.h 
Added files:
	sys/net        : netisr.c 
Removed files:
	sys/net        : netisr_dispatch.h 

Log message:
Convert netisr to a normal soft interrupt instead of hanving MD code
for it. This makes the netisr a real C function which will help further
development. No noticable performance change on i386 and amd64.
With input from kettenis@ and miod@ additional OKs mikeb@ and henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/21 07:59:14

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Doh! Forgot to set the rdomain when sending out carp announcements.
With and OK phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/21 07:59:49

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-configure 
	                  patch-dbus_Makefile_in 
	                  patch-dbus_dbus-connection_c 
	                  patch-dbus_dbus-sysdeps-unix_c 
	                  patch-doc_Makefile_in patch-tools_Makefile_in 
Added files:
	x11/dbus/patches: patch-doc_dbus-daemon_1 
	                  patch-doc_dbus-uuidgen_1 
Removed files:
	x11/dbus/patches: patch-bus_dbus-daemon_1 
	                  patch-tools_dbus-uuidgen_1 

Log message:
Bugfix update to dbus-1.4.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/21 08:47:52

Modified files:
	lib/libutil    : opendev.c 

Log message:
Always return a pointer to the static buffer in realpath, even if
path and realpath are the same.  This matches the manual and avoids
a bogus cast to non-const.  OK jsing@, previous version OK kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/21 09:56:19

Removed files:
	x11/gnome/f-spot/patches: 
	                          patch-lib_TagLib_TagLib_src_TagLib_IFD_Entries_Rational_cs 
	                          patch-lib_TagLib_TagLib_src_TagLib_IFD_Entries_SRational_cs 

Log message:
Unbreak, I forgot to cvs rm in previous.

whipping from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/21 10:07:06

Modified files:
	databases/ruby-swift: Makefile 

Log message:
Remove implied LIB_DEPENDS and switch dbic++ from a LIB_DEPENDS to a
BUILD_DEPENDS, since it uses a static library.

Prompted by and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/21 10:10:59

Modified files:
	databases/ruby-activerecord: Makefile 
	databases/ruby-amalgalite: Makefile 
	databases/ruby-arel: Makefile 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_postgres: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-mysql2: Makefile 
	databases/ruby-mysqlplus: Makefile 
	databases/ruby-validatable: Makefile 

Log message:
Clean up regression code in some ruby database ports, adding
NO_REGRESS and REGRESS_IS_INTERACTIVE when appropriate, and
comments for some broken regression tests.

Prompted and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2010/12/21 10:15:15

Modified files:
	devel/ruby-rake-compiler: Makefile 
	devel/ruby-rake-compiler/patches: 
	                                  patch-lib_rake_extensiontask_rb 
	                                  patch-tasks_bin_cross-ruby_rake 

Log message:
Switch from hard coding make to using MAKE_PROGRAM.

Prompted and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/21 10:41:54

Modified files:
	net/gnaughty   : Makefile 

Log message:
Fix indent. This port is used as a template for others so it needs to be
"perfect".


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/21 10:43:07

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
fix, as noticed  by dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/21 11:06:06

Modified files:
	audio/xmp      : Makefile distinfo 

Log message:
Update to 3.3.0.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/21 11:16:04

Modified files:
	devel/libmtp   : Makefile distinfo 
	devel/libmtp/patches: patch-configure patch-examples_albumart_c 
	                      patch-examples_connect_c 
	                      patch-examples_delfile_c 
	                      patch-examples_emptyfolders_c 
	                      patch-examples_newfolder_c 
	                      patch-examples_newplaylist_c 
	                      patch-examples_sendfile_c 
	                      patch-examples_thumb_c 
	devel/libmtp/pkg: PFRAG.shared PLIST 
Added files:
	devel/libmtp/patches: patch-examples_util_c 
Removed files:
	devel/libmtp/patches: patch-libmtp_pc_in 

Log message:
- update libmtp to 1.0.3

from LEVAI Daniel, with some tweaks by me
ok william@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/21 11:16:30

Modified files:
	audio/gnomad2  : Makefile 
	audio/amarok   : Makefile 
Added files:
	audio/gnomad2/patches: patch-src_jukebox_c 
	audio/amarok/patches: 
	                      patch-amarok_src_mediadevice_mtp_mtpmediadevice_cpp 

Log message:
- fix after recent libmtp update

ok LEVAI Daniel


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/21 11:17:27

Modified files:
	www/trac       : Makefile 
	www/trac/pkg   : PLIST 

Log message:
Enable i18n support.

ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/21 11:41:37

Modified files:
	print/fontforge: Makefile 
Added files:
	print/fontforge/patches: patch-fontforge_fvimportbdf_c 

Log message:
- Security fix for CVE-2010-4259
FontForge: Stack-based buffer overflow by processing specially-crafted CHARSET_REGISTRY font file header

with and ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/21 11:45:54

Modified files:
	usr.sbin/amd/amd: amd.c 

Log message:
parent_exit() signal handler must use _exit() not exit()


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/21 11:50:07

Modified files:
	education/verbiste: Makefile distinfo 
	education/verbiste/patches: patch-Makefile_in 
	education/verbiste/pkg: PLIST 

Log message:
maintenance update to 0.1.32


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/12/21 12:16:15

Modified files:
	sys/netinet    : ipsec_input.c 

Log message:
don't leak short packets; ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2010/12/21 12:56:24

Modified files:
	shells/tcsh    : Makefile 

Log message:
tcsh.1 can be formatted by mandoc. remove USE_GROFF. Ok jasper@, sthen@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/21 13:10:49

Modified files:
	xserver        : ChangeLog Makefile.in aclocal.m4 configure 
	                 configure.ac 
	xserver/Xext   : Makefile.in panoramiXprocs.c 
	xserver/Xi     : Makefile.in extinit.c listdev.c 
	xserver/composite: Makefile.in compalloc.c compwindow.c 
	xserver/config : Makefile.in 
	xserver/damageext: Makefile.in damageext.c 
	xserver/dbe    : Makefile.in 
	xserver/dix    : Makefile.am Makefile.in eventconvert.c 
	                 getevents.c inpututils.c window.c 
	xserver/doc    : Makefile.in 
	xserver/doc/xml: Makefile.in 
	xserver/doc/xml/dtrace: Makefile.am Makefile.in 
	xserver/exa    : Makefile.in exa.c 
	xserver/fb     : Makefile.in 
	xserver/glx    : Makefile.in glxdri.c 
	xserver/hw     : Makefile.in 
	xserver/hw/dmx : Makefile.in 
	xserver/hw/dmx/config: Makefile.in 
	xserver/hw/dmx/doc: Makefile.in 
	xserver/hw/dmx/examples: Makefile.in 
	xserver/hw/dmx/glxProxy: Makefile.in glxcmds.c glxcmdsswap.c 
	xserver/hw/dmx/input: Makefile.in 
	xserver/hw/kdrive: Makefile.in 
	xserver/hw/kdrive/ephyr: Makefile.in ephyrdriext.c 
	xserver/hw/kdrive/fake: Makefile.in 
	xserver/hw/kdrive/fbdev: Makefile.in 
	xserver/hw/kdrive/linux: Makefile.in tslib.c 
	xserver/hw/kdrive/openbsd: Makefile.in 
	xserver/hw/kdrive/src: Makefile.in 
	xserver/hw/kdrive/wscons: Makefile.in 
	xserver/hw/vfb : Makefile.in 
	xserver/hw/xfree86: Makefile.in 
	xserver/hw/xfree86/common: Makefile.in xf86DGA.c xf86Mode.c 
	                           xf86Xinput.c 
	xserver/hw/xfree86/ddc: Makefile.in ddc.c 
	xserver/hw/xfree86/dixmods: Makefile.in 
	xserver/hw/xfree86/dixmods/extmod: Makefile.in xf86dga2.c 
	xserver/hw/xfree86/doc: Makefile.in 
	xserver/hw/xfree86/doc/devel: Makefile.in 
	xserver/hw/xfree86/doc/man: Makefile.in 
	xserver/hw/xfree86/doc/sgml: Makefile.in 
	xserver/hw/xfree86/dri: Makefile.in 
	xserver/hw/xfree86/dri2: Makefile.in dri2.c 
	xserver/hw/xfree86/exa: Makefile.in 
	xserver/hw/xfree86/fbdevhw: Makefile.in 
	xserver/hw/xfree86/i2c: Makefile.in 
	xserver/hw/xfree86/int10: Makefile.in 
	xserver/hw/xfree86/loader: Makefile.in 
	xserver/hw/xfree86/modes: Makefile.in xf86Cursors.c 
	                          xf86EdidModes.c xf86RandR12.c 
	                          xf86Rotate.c 
	xserver/hw/xfree86/os-support: Makefile.in 
	xserver/hw/xfree86/os-support/bsd: Makefile.in 
	xserver/hw/xfree86/os-support/bus: Makefile.in 
	xserver/hw/xfree86/os-support/hurd: Makefile.in hurd_mmap.c 
	                                    hurd_video.c 
	xserver/hw/xfree86/os-support/linux: Makefile.in lnx_video.c 
	xserver/hw/xfree86/os-support/misc: Makefile.in 
	xserver/hw/xfree86/os-support/sco: Makefile.in 
	xserver/hw/xfree86/os-support/solaris: Makefile.in 
	xserver/hw/xfree86/os-support/sysv: Makefile.in 
	xserver/hw/xfree86/parser: Makefile.in 
	xserver/hw/xfree86/ramdac: Makefile.in 
	xserver/hw/xfree86/shadowfb: Makefile.in 
	xserver/hw/xfree86/utils: Makefile.in 
	xserver/hw/xfree86/utils/cvt: Makefile.in 
	xserver/hw/xfree86/utils/gtf: Makefile.in 
	xserver/hw/xfree86/vbe: Makefile.in 
	xserver/hw/xfree86/vgahw: Makefile.in 
	xserver/hw/xfree86/x86emu: Makefile.in ops.c 
	xserver/hw/xfree86/xaa: Makefile.in 
	xserver/hw/xfree86/xf8_16bpp: Makefile.in 
	xserver/hw/xnest: Makefile.in 
	xserver/hw/xquartz: Makefile.in quartz.c quartzRandR.c 
	xserver/hw/xquartz/GL: Makefile.in 
	xserver/hw/xquartz/bundle: Makefile.am Makefile.in mk_bundke.sh 
	xserver/hw/xquartz/bundle/Resources/Spanish.lproj: 
	                                                   locversion.plist 
	xserver/hw/xquartz/bundle/Resources/Spanish.lproj/main.nib: 
	                                                            designable.nib 
	xserver/hw/xquartz/bundle/Resources/ar.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/ar.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/da.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/da.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/pl.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/pl.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/pt.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/pt.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/sv.lproj: locversion.plist 
	xserver/hw/xquartz/bundle/Resources/sv.lproj/main.nib: 
	                                                       designable.nib 
	xserver/hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib: 
	                                                          designable.nib 
	xserver/hw/xquartz/doc: Makefile.in 
	xserver/hw/xquartz/mach-startup: Makefile.in bundle-main.c 
	xserver/hw/xquartz/pbproxy: Makefile.in 
	xserver/hw/xquartz/xpr: Makefile.in dri.c 
	xserver/hw/xwin: Makefile.in 
	xserver/hw/xwin/glx: Makefile.in 
	xserver/include: Makefile.in eventstr.h inputstr.h 
	xserver/mi     : Makefile.in miwideline.c 
	xserver/miext  : Makefile.in 
	xserver/miext/cw: Makefile.in 
	xserver/miext/damage: Makefile.in 
	xserver/miext/rootless: Makefile.in 
	xserver/miext/shadow: Makefile.in shpacked.c 
	xserver/os     : Makefile.in io.c log.c strlcat.c strlcpy.c 
	xserver/randr  : Makefile.in 
	xserver/record : Makefile.in 
	xserver/render : Makefile.in render.c 
	xserver/test   : Makefile.in input.c 
	xserver/test/xi2: Makefile.in protocol-common.c 
	xserver/xfixes : Makefile.in 
	xserver/xkb    : Makefile.in xkb.c 

Log message:
Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@
in various configurations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/21 13:13:26

Modified files:
	print/fontforge: Tag: OPENBSD_4_8 Makefile 
Added files:
	print/fontforge/patches: Tag: OPENBSD_4_8 
	                         patch-fontforge_fvimportbdf_c 

Log message:
- Security fix for CVE-2010-4259
FontForge: Stack-based buffer overflow by processing specially-crafted CHARSET_REGISTRY font file header

with and ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/12/21 13:14:44

Modified files:
	sys/conf       : files 
	sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c cd9660_vnops.c 
	sys/isofs/udf  : udf_extern.h udf_vfsops.c udf_vnops.c 
	sys/kern       : Makefile vfs_conf.c vfs_init.c vfs_subr.c 
	                 vfs_sync.c 
	sys/miscfs/deadfs: dead_vnops.c 
	sys/miscfs/fifofs: fifo.h fifo_vnops.c 
	sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vnops.c 
	sys/miscfs/specfs: spec_vnops.c specdev.h 
	sys/msdosfs    : msdosfs_denode.c msdosfs_vnops.c 
	sys/nfs        : nfs_node.c nfs_subs.c nfs_vnops.c 
	sys/nnpfs      : nnpfs_node-bsd.c nnpfs_vfsops-openbsd.c 
	                 nnpfs_vnodeops-bsd.c 
	sys/ntfs       : ntfs.h ntfs_vfsops.c ntfs_vnops.c 
	sys/sys        : vnode.h 
	sys/ufs/ext2fs : ext2fs_extern.h ext2fs_subr.c ext2fs_vfsops.c 
	                 ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_extern.h ffs_vfsops.c ffs_vnops.c 
	sys/ufs/mfs    : mfs_extern.h mfs_vfsops.c mfs_vnops.c 
	sys/ufs/ufs    : ufs_extern.h ufs_vnops.c 
	sys/uvm        : uvm_swap.c 

Log message:
Bring back the "End the VOP experiment." diff, naddy's issues where
unrelated, and his alpha is much happier now.

OK deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/21 13:40:29

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/12/21 13:47:48

Log message:
    Import www/conkeror: keyboard-oriented Mozilla-based browser
    
    Conkeror is a keyboard-oriented, highly-customizable, highly-extensible
    web browser based on Mozilla XULRunner, written mainly in JavaScript,
    and inspired by exceptional software such as Emacs and vi. Conkeror
    features a sophisticated keyboard system, allowing users to run
    commands and interact with content in powerful and novel ways. It is
    self-documenting, featuring a powerful interactive help system.
    
    Status:
    
    Vendor Tag:	joshe
    Release Tags:	joshe_20101221
    
    N ports/www/conkeror/Makefile
    N ports/www/conkeror/distinfo
    N ports/www/conkeror/patches/patch-contrib_build_sh
    N ports/www/conkeror/patches/patch-contrib_install_sh
    N ports/www/conkeror/patches/patch-contrib_man_conkeror_1
    N ports/www/conkeror/pkg/DESCR
    N ports/www/conkeror/pkg/PLIST
    N ports/www/conkeror/files/conkeror
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2010/12/21 13:59:00

Modified files:
	www            : Makefile 

Log message:
Hook up www/conkeror

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/21 14:47:26

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
Zap unrecognized configure arg.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2010/12/21 15:24:21

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
remove dead code (ivp did always point to iv in the decrypt path).
instead save one bcopy() per block by alternating between two iv buffers;
ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/21 15:37:59

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd-choose-session.c 
	                 cmd-list-sessions.c cmd-rename-session.c 
	                 cmd-server-info.c cmd.c resize.c server-fn.c 
	                 server-window.c server.c session.c tmux.h 

Log message:
Store sessions in an RB tree by name rather than a list, this is tidier
and allows them to easily be shown sorted in various lists
(list-sessions/choose-sessions).

Keep a session index which is used in a couple of places internally but
make it an ever-increasing number rather than filling in gaps with new
sessions.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/21 16:46:18

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_macro.c mdoc_term.c 
	                 mdoc_validate.c 

Log message:
Vertical spacing improvements from kristaps@, small tweaks by me:
Add a "last child" member to struct mdoc_node.
Remove .Pp or .Lp if it is the first or last child of an .Sh or .Ss body.
Thus, no need to do the same in the front-ends any longer.
Tolerate some cases of .Pp inside .Bl.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/21 16:57:31

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_term.c mdoc_validate.c 

Log message:
Migrate .An to use a pointer to its data, like everybody else.
In preparation for a simpler ref-counted system for node data.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/21 17:33:25

Modified files:
	usr.bin/mandoc : html.c html.h man.3 mandoc.1 mdoc.3 mdoc_html.c 

Log message:
More small -Thtml improvements by kristaps@,
in particular, use <B>, <I> and <U> where appropriate.
Provide relative widths for header and footer lines.
Manuals: More concise short descriptions of output modes.
Correct a few places still talking about CSS2 to say CSS1.
Code examples should use .Dl, not .D1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/21 17:55:45

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
use the do {} while construct in the copying macros
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/21 19:53:24

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/21 23:49:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
once we read the list, make sure it matches the dependency.
Otherwise, this WILL turn into an infinite loop indeed !


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/21 23:50:30

Modified files:
	games/neverball: Makefile 

Log message:
fix bogus dependency: if we update EPOCH, we must depend on FULLPKGNAME-data,
not PKGNAME-data


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/22 00:28:04

Modified files:
	www/cherokee   : Makefile 
	www/cherokee/pkg: PLIST-main 

Log message:
Install language files.

from Fernando Quintero (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2010/12/22 01:23:42

Modified files:
	lib/libc/crypt : arc4random.c 

Log message:
remove comment that hasn't been true for quite a while now;
ok deraadt@ djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 02:20:00

Modified files:
	x11/gnustep    : gnustep.port.mk 
	x11/gnustep/back: Makefile 
	x11/gnustep/back/pkg: PLIST 
	x11/gnustep/base: Makefile 
	x11/gnustep/base/pkg: PLIST 
	x11/gnustep/examples: Makefile 
	x11/gnustep/examples/pkg: PLIST 
	x11/gnustep/gnumail: Makefile 
	x11/gnustep/gnumail/pkg: PLIST 
	x11/gnustep/gorm: Makefile 
	x11/gnustep/gorm/pkg: PLIST 
	x11/gnustep/gui: Makefile 
	x11/gnustep/gui/pkg: PLIST 
	x11/gnustep/gworkspace: Makefile 
	x11/gnustep/gworkspace/pkg: PLIST 
	x11/gnustep/make: Makefile 
	x11/gnustep/projectcenter/pkg: PLIST 
Removed files:
	x11/gnustep/make/patches: patch-Instance_bundle_make 

Log message:
Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 02:21:44

Modified files:
	www/sope       : Makefile 
	www/sope/pkg   : PLIST-main PLIST-mysql PLIST-postgres 

Log message:
Update WANTLIB and PLIST after gnustep.port.mk and gnustep bundles changes

OK aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 02:23:01

Modified files:
	www/sogo       : Makefile 
	www/sogo/pkg   : PLIST 

Log message:
update WANTLIB and PLIST after gnustep.port.mk and bundles changes.

OK aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/22 02:54:27

Modified files:
	sys/dev/ic     : ac97.c ac97.h 
	sys/dev/pci    : envy.c 

Log message:
* recognize/support the Dynex DX-SC51 in envy(4)
* allow ac97(4) flags to be set in envy(4), if there is an ac97 codec
* configure the vt1616 codec on the Dynex DX-SC51 for multi-channel
operation

ok ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/22 03:50:11

Modified files:
	.              : INDEX 

Log message:
Sync, 6798 unzels.
842 insertions(+), 791 deletions(-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 05:01:50

Modified files:
	geo/garmindev  : Makefile 
	geo/garmindev/pkg: PLIST 

Log message:
Do not install libgarmin.a, its not needed at runtime.

first questioned its existence, and then OK, aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 05:21:23

Log message:
    Import gnustep systempreferences: manage settings of the gnustep environment
    
    pkg/DESCR:
    System Preferences is an application which allows to manage the settings
    of many aspects of the gnustep environment and its applications.  System
    Preferences are made of Modules, each one a bundle representing a single
    control panel, and is thus extensible and modular.  Technically, it is a
    clone of the Apple OS X System Preferences and offers a compatible
    framework.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101222
    
    N ports/x11/gnustep/systempreferences/Makefile
    N ports/x11/gnustep/systempreferences/distinfo
    N ports/x11/gnustep/systempreferences/pkg/DESCR
    N ports/x11/gnustep/systempreferences/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/22 05:22:20

Modified files:
	x11/gnustep    : Makefile 

Log message:
hook up systempreferences


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/22 06:12:14

Modified files:
	sys/dev        : vnd.c 

Log message:
When configuring a vnd(4) disk, populate the disk name based on the mode
in which it was configured. If this is a "safe" vnd disk the name should
be "svndX" whereas a standard vnd disk should be named "vndX".

ok deraadt@ todd@ thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/22 07:50:45

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
simplify some more: if it's not installed, ask the ports tree, who knows,
we will catch more mismatches between spec and actual packagenames ?

set status during dependency check

don't check when simply printing the plist, this 'fixes' a bit of
port-lib-depends-check

don't fatal(), error() allows for more stuff to show up


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/22 07:53:26

Modified files:
	x11/icewm      : Makefile 

Log message:
explain


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/22 07:54:03

Modified files:
	graphics/py-matplotlib: Makefile 

Log message:
fix package


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/22 07:54:44

Modified files:
	lib/libc/stdio : vfprintf.c 

Log message:
Fix out of date comment; no code change


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/22 07:58:53

Modified files:
	telephony/pjsua: Makefile distinfo 
Removed files:
	telephony/pjsua/patches: patch-pjlib_src_pj_os_core_unix_c 

Log message:
Bugfix update to pjsua-1.8.10


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/22 09:22:27

Modified files:
	sbin/iked      : config.c iked.conf.5 iked.h ikev2.c ikev2_msg.c 
	                 ikev2_pld.c parse.y pfkey.c policy.c types.h 

Log message:
child sa rekeying revamp plus numerous bugfixes;
with suggestions and OK from reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/22 09:25:33

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
-s carries the same caveat as -p; from Jiri B.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/12/22 09:37:52

Modified files:
	sbin/iked      : control.c 

Log message:
Fix a little control socket bug, as discussed with mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/12/22 09:40:06

Modified files:
	sbin/iked      : iked.conf.5 parse.y 

Log message:
Tweak the grammar a little bit by requiring a "bytes" keyword before the
bytes value ("lifetime 123 bytes 456" instead of "lifetime 123 456").


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/22 09:40:39

Modified files:
	lib/libkeynote : keynote.1 keynote.3 keynote.4 keynote.5 

Log message:
seemingly the "Decentralized Trust Management" paper comes from the
IEEE Symposium on Security and Privacy, not the IEEE Conference on
Privacy and Security;

from Lawrence Teo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/22 10:24:32

Modified files:
	lib/libutil    : opendev.c 

Log message:
Do not attempt to prepend /dev/ to path if it already contains a slash.
OK jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/22 10:30:13

Modified files:
	sbin/iked      : iked.8 

Log message:
ikev2 rfc was recently updated, so list the newer one;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/12/22 10:43:10

Modified files:
	sbin/iked      : Makefile iked.h util.c 
Added files:
	sbin/iked      : imsg_util.c 

Log message:
split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for
everything else.  we might need to include util.c in ikectl later.

sure mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2010/12/22 10:53:54

Modified files:
	sbin/iked      : ca.c iked.h ikev2.c ikev2_pld.c pfkey.c util.c 

Log message:
move and rename util.c:print_id() to ikev2.c:ikev2_print_id() because
it is too specific to be in util.c.  This will allow to link util.c
into ikectl later without all the other dependencies of pritn_id().


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/22 11:13:15

Modified files:
	etc            : rc 
	distrib/miniroot: install.sh 

Log message:
Consistantly use /dev/arandom for feeding entropy to the kernel.
ok kjell otto miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/22 11:16:24

Modified files:
	sys/dev        : rnd.c 

Log message:
rewrite randomwrite() for clarity after discussion with mikeb
ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/22 11:23:54

Modified files:
	distrib/miniroot: install.sh 

Log message:
wow, we must reach into the chroot for /dev/arandom, meaning some of
this code has been busted for quite a while.
pointed out by miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 11:38:03

Log message:
    import yaws 1.89
    
    Yaws is a HTTP high perfomance 1.1 webserver particularly well suited
    for dynamic-content web applications. Two separate modes of operations
    are supported:
    
    * Standalone mode where Yaws runs as a regular webserver daemon.
    This is the default mode.
    * Embedded mode where Yaws runs as an embedded webserver in another
    Erlang application.
    
    Yaws is entirely written in Erlang, and furthermore it is a
    multithreaded webserver where one Erlang lightweight process is used to
    handle each client.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102212
    
    N ports/www/yaws/distinfo
    N ports/www/yaws/Makefile
    N ports/www/yaws/pkg/PFRAG.shared-main
    N ports/www/yaws/pkg/PLIST-web
    N ports/www/yaws/pkg/PLIST-main
    N ports/www/yaws/pkg/DESCR-main
    N ports/www/yaws/pkg/DESCR-web
    N ports/www/yaws/patches/patch-configure
    N ports/www/yaws/patches/patch-man_Makefile
    N ports/www/yaws/patches/patch-scripts_Makefile
    N ports/www/yaws/patches/patch-include_mk_in
    N ports/www/yaws/patches/patch-Makefile
    N ports/www/yaws/patches/patch-doc_Makefile
    N ports/www/yaws/patches/patch-www_doc_yaws
    N ports/www/yaws/patches/patch-scripts_Install
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 11:39:45

Modified files:
	www            : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 11:51:49

Modified files:
	biology/bioperl: Makefile 

Log message:
- hookup excel support


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 12:50:05

Modified files:
	textproc/p5-LibXML-Common: Makefile 

Log message:
- use libiconv module


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2010/12/22 12:55:00

Modified files:
	www/trac       : Makefile 

Log message:
add missing build dep needed now we have added i18n support;
spotted jasper@, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:15:57

Log message:
    import p5-XML-DOM-XPath 0.14
    
    XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
    This is often much easier than relying only on getElementsByTagName.
    It lets you use all of the XML::DOM methods.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102212
    
    N ports/textproc/p5-XML-DOM-XPath/Makefile
    N ports/textproc/p5-XML-DOM-XPath/distinfo
    N ports/textproc/p5-XML-DOM-XPath/pkg/DESCR
    N ports/textproc/p5-XML-DOM-XPath/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:16:35

Modified files:
	textproc       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:21:50

Log message:
    import p5-Class-Std-Fast 0.0.8
    
    Class::Std::Fast allows you to use the beautiful API of Class::Std in a
    faster way than Class::Std does.  You can get the object's ident via
    scalarifiyng your object.  Getting the objects ident is still possible
    via the ident method, but it's faster to scalarify your object.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102212
    
    N ports/devel/p5-Class-Std-Fast/distinfo
    N ports/devel/p5-Class-Std-Fast/Makefile
    N ports/devel/p5-Class-Std-Fast/pkg/DESCR
    N ports/devel/p5-Class-Std-Fast/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:22:30

Log message:
    import p5-Algorithm-Munkres 0.08
    
    Perl extension for Munkres' solution to classical Assignment problem for
    square and rectangular matrices This module extends the solution of
    Assignment problem for square matrices to rectangular matrices by
    padding zeros. Thus a rectangular matrix is converted to square matrix
    by padding necessary zeros.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102212
    
    N ports/devel/p5-Algorithm-Munkres/Makefile
    N ports/devel/p5-Algorithm-Munkres/distinfo
    N ports/devel/p5-Algorithm-Munkres/pkg/DESCR
    N ports/devel/p5-Algorithm-Munkres/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:24:02

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:24:57

Modified files:
	biology/bioperl: Makefile 

Log message:
- add some more functionality


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:25:23

Log message:
    import p5-SOAP-WSDL 2.00.10
    
    SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
    The WSDL is parsed and stored in memory. Your data is serialized
    according to the rules in the WSDL.  The only transport mechanisms
    currently supported are http and https.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102212
    
    N ports/www/p5-SOAP-WSDL/distinfo
    N ports/www/p5-SOAP-WSDL/Makefile
    N ports/www/p5-SOAP-WSDL/pkg/DESCR
    N ports/www/p5-SOAP-WSDL/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 13:26:04

Modified files:
	www            : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/12/22 14:05:20

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
adjust set debug description to reality
From: Thomas Pfaff <tpfaff@tp76.info>


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2010/12/22 14:23:26

Modified files:
	distrib/miniroot: install.sh 

Log message:
add more commands of output of random "junk" to arandom
please commit deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/22 14:30:37

Modified files:
	x11/gnustep/projectcenter: Makefile 

Log message:
missing REVISION bump after PLIST change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/22 14:34:51

Modified files:
	lib/libdrm     : xf86drm.c 

Log message:
Do not remove(3) the device entry if open fails. ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2010/12/22 14:36:05

Modified files:
	xserver/os     : privsep.c 

Log message:
Bring fix from rev 1.12 back once more. ok oga@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 15:08:45

Modified files:
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomecanvas/pkg: PLIST 
Removed files:
	x11/gnome/libgnomecanvas/pkg: PFRAG.shared 

Log message:
- merge PFRAG.shared into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 15:18:51

Modified files:
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeprintui/pkg: PLIST 
Removed files:
	x11/gnome/libgnomeprintui/pkg: PFRAG.shared 

Log message:
- merge PFRAG.shared into PLIS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/22 15:20:36

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
fix sloppy paste in;


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2010/12/22 15:22:40

Modified files:
	distrib/miniroot: install.sh 

Log message:
remove redundant junk
pointed out by Mikalaj Kucharski, mikolaj at kuharski dot name
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/22 15:35:05

Modified files:
	usr.bin/mandoc : man_html.c 

Log message:
Use yet more standard HTML tags,
this time some more <P> and <TABLE> instead of <DIV>.
From kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 15:39:04

Modified files:
	www/vteplugin  : Makefile 

Log message:
- use gettext module
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 15:41:36

Modified files:
	www/kazehakase : Makefile 

Log message:
- use gettext module

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 15:49:02

Modified files:
	x11/gnome/libgnomecanvasmm: Makefile 
	x11/gnome/libgnomecanvasmm/pkg: PLIST 
Removed files:
	x11/gnome/libgnomecanvasmm/pkg: PFRAG.shared 

Log message:
- merge PFRAG into PLIST


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2010/12/22 16:18:33

Modified files:
	distrib/sets/lists/xbase: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 16:24:21

Modified files:
	lang/swi-prolog: Makefile 
	lang/swi-prolog/pkg: DESCR PLIST 

Log message:
- make this fetchable again
- set a license version
- make Makefile somewhat readable
- reformat DESCR
- regen PLIST
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/22 16:45:42

Modified files:
	share/man/man7 : mdoc.7 

Log message:
minor tweaks:
- improve .Bl wording (from jmc@)
- document .Pa default (from kristaps@)
- fix formatting of one COMPATIBILITY note: move "and" out of .Sx
ok jmc@, kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/22 16:59:49

Modified files:
	www/hs-snap-core: Makefile 

Log message:
- use libiconv module

ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/12/22 18:33:47

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add info for Intel (CORE DMI), nVidia (GT425M, GF108 audio), JMicron
(SD, SD/MMC, MS, xD) parts on Dell XSP L401X that were showing up
as 'unknown'.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/12/22 18:37:27

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/23 01:45:57

Modified files:
	x11/rxvt-unicode: Makefile distinfo 
	x11/rxvt-unicode/patches: patch-src_command_C patch-src_init_C 
	                          patch-src_main_C patch-src_rxvtd_C 
	                          patch-src_rxvtfont_C 

Log message:
Bugfix update to rxvt-unicode-9.10


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/23 01:54:59

Modified files:
	bin/csh/USD.doc: csh.2 
	sbin/ifconfig  : ifconfig.8 

Log message:
spelling fixes; from Daniel Dickman


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 01:56:12

Modified files:
	devel          : Makefile 
Removed files:
	devel/p5-Algorithm-MDiff: Makefile distinfo 
	devel/p5-Algorithm-MDiff/pkg: DESCR PLIST 

Log message:
- remove p5-Algorithm-MDiff, it's abandoned upstream, removed from CPAN and unused.

ok kevlo@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/23 03:02:40

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 

Log message:
Minor update to gsettings-desktop-schemas-0.1.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/23 03:21:20

Modified files:
	editors/openoffice3: Makefile 

Log message:
welcome to EPOCH, since version handling got fucked


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/23 03:25:48

Modified files:
	x11/nitrogen   : Makefile 

Log message:
missing dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/23 03:29:52

Log message:
    import pcaprub-msf, the Metasploit fork of ruby-pcap, needed by the soon
    to be imported Metasploit framework:
    
    This goal of this project is to provide a consistent interface to LBL's
    libpcap packet capture library. This project was created because the
    currently available ruby-pcap library is poorly designed and has been
    unmaintained since 2000. This does not provide packet processing
    functionality, it simply provides the interface for capturing packets.
    This version has been forked by the Metasploit project.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-12-23
    
    N ports/net/ruby-pcaprub-msf/Makefile
    N ports/net/ruby-pcaprub-msf/distinfo
    N ports/net/ruby-pcaprub-msf/patches/patch-pcaprub_c
    N ports/net/ruby-pcaprub-msf/pkg/PLIST
    N ports/net/ruby-pcaprub-msf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/23 03:39:39

Modified files:
	net/ruby-pcap  : Makefile 
	net/ruby-pcap/pkg: PLIST 

Log message:
conflict with newly imported ruby-pcaprub-msf-*, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 03:46:10

Modified files:
	security/cryptokit: Makefile 
	security/cryptokit/pkg: PLIST 

Log message:
unbreak after (not so recent) ocaml update...dcoppa?

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/23 05:31:29

Modified files:
	net            : Makefile 

Log message:
+ruby-pcaprub-msf


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/23 05:39:17

Log message:
    import of Metasploit 3.5.0, the open source penetration testing framework:
    
    Metasploit provides useful information and tools for penetration
    testers, security researchers, and IDS signature developers. This
    project was created to provide information on exploit techniques and to
    create a functional knowledgebase for exploit developers and security
    professionals. The tools and information on this site are provided for
    legal security research and testing purposes only.
    
    Subpackages:
    mysql - mysql database backend.
    postgresql - postgresql database backend.
    
    help from nicm@, benoit@ and jeremy@
    ok jasper@ and jeremy@ (of some earlier version)
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2010-12-23
    
    N ports/security/metasploit/Makefile
    N ports/security/metasploit/distinfo
    N ports/security/metasploit/pkg/PLIST-mysql
    N ports/security/metasploit/pkg/PLIST-main
    N ports/security/metasploit/pkg/DESCR-main
    N ports/security/metasploit/pkg/DESCR-mysql
    N ports/security/metasploit/pkg/DESCR-pgsql
    N ports/security/metasploit/pkg/PLIST-pgsql
    N ports/security/metasploit/patches/patch-lib_rbreadline_rb
    N ports/security/metasploit/patches/patch-lib_msf_ui_console_command_dispatcher_db_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2010/12/23 05:42:27

Modified files:
	security       : Makefile 

Log message:
+metasploit


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 06:06:51

Modified files:
	www/pmwiki     : Makefile distinfo 
	www/pmwiki/pkg : MESSAGE PLIST 

Log message:
- SECURITY update of pmwiki to 2.2.21
which fixes SA42608, PmWiki "from" Cross-Site Scripting Vulnerability

If you're upgrading a previous installation, please take a moment to read
http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 06:09:00

Modified files:
	devel/libmtp   : Makefile 
	devel/libmtp/pkg: PLIST 

Log message:
- build and install docs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 06:11:52

Modified files:
	www/pmwiki     : Tag: OPENBSD_4_8 Makefile distinfo 
	www/pmwiki/pkg : Tag: OPENBSD_4_8 PLIST 

Log message:
- SECURITY update of pmwiki to 2.2.21
which fixes SA42608, PmWiki "from" Cross-Site Scripting Vulnerability

If you're upgrading a previous installation, please take a moment to read
http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes


CVSROOT:	/cvs
Module name:	www
Changes by:	johan@cvs.openbsd.org	2010/12/23 06:20:10

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs tree has grown
from Mitja Muzenic  mitja muzenic net


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:26:41

Log message:
    The ruby-ole library provides a variety of functions primarily for
    working with OLE2 structured storage files, such as those produced by
    Microsoft Office - eg *.doc, *.msg etc.
    
    Dependency for ruby-spreadsheet.
    
    OK jeremy@
    
    Status:
    
    Vendor Tag:	claudio
    Release Tags:	claudio-20101223
    
    N ports/devel/ruby-ole/Makefile
    N ports/devel/ruby-ole/distinfo
    N ports/devel/ruby-ole/pkg/PLIST
    N ports/devel/ruby-ole/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:41:05

Modified files:
	devel/ruby-ole : Makefile 

Log message:
Cluestick from jasper@.
COMMENT should start with a lowercase letter and add missing
RUN_DEPENDS for iconv (which seems to be missing in the gem spec).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 06:45:25

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:54:33

Log message:
    The Spreadsheet Library is designed to read and write Spreadsheet Documents.
    As of version 0.6.0, only Microsoft Excel compatible spreadsheets are
    supported. Spreadsheet is a combination/complete rewrite of the
    Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by
    Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.
    
    OK jeremy@ jasper@
    
    Status:
    
    Vendor Tag:	claudio
    Release Tags:	claudio-20101223
    
    N ports/misc/ruby-spreadsheet/Makefile
    N ports/misc/ruby-spreadsheet/distinfo
    N ports/misc/ruby-spreadsheet/pkg/PLIST
    N ports/misc/ruby-spreadsheet/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:56:26

Modified files:
	misc           : Makefile 

Log message:
Add ruby-spreadsheet


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:58:04

Log message:
    RTeX is a Ruby library (and web framework plugin) used to generate
    PDF documents on-the-fly using the LaTeX typesetting system.
    
    OK jeremy@ jasper@
    
    Status:
    
    Vendor Tag:	claudio
    Release Tags:	claudio-20101223
    
    N ports/textproc/ruby-rtex/Makefile
    N ports/textproc/ruby-rtex/distinfo
    N ports/textproc/ruby-rtex/pkg/DESCR
    N ports/textproc/ruby-rtex/pkg/PLIST
    N ports/textproc/ruby-rtex/patches/patch-lib_rtex_framework_rails_rb
    N ports/textproc/ruby-rtex/patches/patch-lib_rtex_tempdir_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 06:59:48

Modified files:
	textproc       : Makefile 

Log message:
Add ruby-rtex


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 07:01:17

Log message:
    PaperTrail lets you track changes to your models' data.  It's good for auditing
    or versioning.  You can see how a model looked at any stage in its lifecycle,
    revert it to any version, and even undelete it after it's been destroyed.
    
    OK jeremy@ jasper@
    
    Status:
    
    Vendor Tag:	claudio
    Release Tags:	claudio-20101223
    
    N ports/devel/ruby-paper_trail/Makefile
    N ports/devel/ruby-paper_trail/distinfo
    N ports/devel/ruby-paper_trail/pkg/PLIST
    N ports/devel/ruby-paper_trail/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2010/12/23 07:03:10

Modified files:
	devel          : Makefile 

Log message:
Add ruby-paper_trail


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/23 07:13:22

Modified files:
	x11/gnome/vino : Makefile distinfo 

Log message:
Update to vino-2.32.1.
* mostly translation updates.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/23 07:22:19

Modified files:
	es             : donations.html goals.html index.html plat.html 
	fr             : press.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 07:26:40

Modified files:
	net/ruby-pcaprub-msf: Makefile 

Log message:
NO_REGRESS not needed here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 07:34:49

Modified files:
	devel/gobject-introspection: Makefile distinfo 
	devel/gobject-introspection/patches: patch-Makefile_in 
	                                     patch-girepository_giroffsets_c 
	                                     patch-tests_Makefile_in 
	                                     patch-tests_offsets_Makefile_in 
	                                     patch-tests_scanner_Makefile_in 
	                                     patch-tools_g-ir-scanner_in 
Removed files:
	devel/gobject-introspection/patches: patch-gir_Makefile_in 
	                                     patch-giscanner_Makefile_in 

Log message:
- update gobject-introspection to 0.10.0

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/23 07:39:21

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
fix my last (sloppy) fix; from Thomas Pfaff
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/23 07:43:03

Modified files:
	bin/kill       : kill.1 

Log message:
document EXIT STATUS; based on a diff from Daniel Dickman
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/23 08:00:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
- sort previous
- add my sata controller

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/23 08:01:33

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/23 08:11:19

Modified files:
	sbin/iked      : ikev2.c 

Log message:
always add a none payload, should fix ike sa rekeying for responders; ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/12/23 08:54:28

Modified files:
	www/xxxterm    : Makefile distinfo 

Log message:
Roll to 1.138

ok and help to fix WANTLIB sthen laurent


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 09:36:16

Modified files:
	devel/libmtp   : Makefile 
	devel/libmtp/pkg: PLIST 

Log message:
- set license number
- tweak PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2010/12/23 09:39:38

Modified files:
	sbin/iked      : parse.y 

Log message:
pick netmask instead of address when we mean it; found by dhill, ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/23 09:42:33

Modified files:
	x11/xfce4/xfce4-verve: Makefile distinfo 
	x11/xfce4/xfce4-verve/pkg: PLIST 

Log message:
Update to xfce4-verve 1.0.0.
Bugfix and translation release.. fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/23 09:44:46

Modified files:
	x11/xfce4/xfce4-fsguard: Makefile distinfo 
	x11/xfce4/xfce4-fsguard/pkg: PLIST 

Log message:
Update to xfce4-fsguard 1.0.0.
Bugfix and translation update.. fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/23 10:38:04

Modified files:
	usr.sbin/dhcpd : sync.c 

Log message:
Use the provided note() and warning() functions of dhcpd instead of
calling syslog_r() directly -- this make -d work as expected.
OK reyk@, stsp@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2010/12/23 10:41:40

Modified files:
	usr.sbin/bgpd  : rde.c session.c 

Log message:
Increase the DATA limit in the RDE to the max value and do the same
for NOFILE in the session engine.
OK henning, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/23 12:53:29

Modified files:
	sys/arch/m88k/m88k: pmap.c 

Log message:
Make the pte created by pmap_map() wired, and count them in pmap_kernel()'s
statistics. This allows these mappings to be removed with pmap_kremove()
without messing with accounting.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/23 12:55:24

Modified files:
	sys/arch/m88k/m88k: trap.c 

Log message:
Check for pcb_onfault being set for genuine kernel data faults, copyout()
may be invoked with an address under the kernel text and we're about to
stop having such pages always mapped.


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/23 13:04:09

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Add a common interface for various devices

This is to make it easier to add additional mice types in future

ok krw@, miod@, nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/23 13:05:08

Modified files:
	sys/arch/aviion/aviion: locore.S 
	sys/arch/aviion/include: prom.h 
	sys/arch/luna88k/luna88k: locore.S 
	sys/arch/m88k/include: cpu.h 
	sys/arch/m88k/m88k: eh_common.S m88k_machdep.c subr.S 
	                    vectors_88100.S vectors_88110.S 
	sys/arch/mvme88k/dev: bugio.c mainbus.c 
	sys/arch/mvme88k/include: prom.h 
	sys/arch/mvme88k/mvme88k: autoconf.c locore.S machdep.c 

Log message:
The exception vector page on m88k systems has always been the same page as
the one used by the firmware, which (at least on mvme88k) is at address zero.

This is unfortunate, since this means that NULL pointer dereferences in the
kernel are not caught, and writes cause havoc.

This behaviour was necessary to be able to use the PROM system call interface
during early bootstrap, without having to disassemble the VBR page and
update branches - which use pc-relative displacement - if we were to use
a different VBR address.

On mvme88k, change this and actually set up two VBR pages: one, over the PROM
page (except for the system call vectors), and another one in the kernel
image (which will be mapped read-only). We'll run with the PROM page until
the end of autoconf, and then switch to the kernel one, and unmap all the
PROM below it.

As a bonus, the final kernel page can use optimized data access fault
handlers, which do not have to check for faults caused by badaddr(), since
badaddr() is only used during device probe on buses which do not support
hotplug.

There are a few infrastructure collateral damage on aviion and luna88k, but
these ports do not change their behaviour yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/23 13:18:39

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Style tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/23 13:25:18

Modified files:
	sys/arch/mvme68k/dev: vs.c 
	sys/arch/mvme88k/dev: vs.c 

Log message:
Better malloc the right size, overruns are so 200x... Pass the brown paper
bag, please.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/23 14:56:38

Modified files:
	usr.bin/tmux   : server-fn.c 

Log message:
server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes
crash seen by Dan Harnett.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 15:54:39

Modified files:
	net/ejabberd   : Makefile distinfo 
	net/ejabberd/patches: patch-src_ejabberd_cfg_example 
	net/ejabberd/pkg: PLIST 
Removed files:
	net/ejabberd/patches: patch-src_mod_caps_erl patch-src_sha_erl 
	                      patch-src_tls_sha_drv_c 

Log message:
- update ejabberd to 2.1.6

from viq (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/23 16:04:56

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
	devel/uuid     : Makefile 
	devel/uuid/pkg : PLIST-main PLIST-perl 

Log message:
Rename uuid to ossp-uuid, which reflects the way various distros/projects
name and refer to this version of a uuid library.

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2010/12/23 16:25:25

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-pidgin_gtkdialogs_c 
	net/pidgin/pkg : PLIST-main 

Log message:
update to 2.7.8

from brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2010/12/23 19:45:33

Modified files:
	sys/scsi       : scsi_all.h scsi_tape.h scsiconf.h sd.c st.c 

Log message:
Have sd(4) devices check for and respect read-only information the
way st(4) does. Have both decline to open read-only devices for
anything but read-only access.

Suggestion to fail opens rather than individual i/o's from deraadt@.

Problem USB device found and donated by chefren, who also tested
diffs. Thanks!

ok dlg@ marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/23 23:10:14

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add info for Intel (Core Host), ATI (Radeon HD 5670)

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/23 23:12:48

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/23 23:23:36

Modified files:
	sys/dev        : rnd.c 

Log message:
try to update the monster comment at the top of this file to explain
what it is we are doing
ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/24 02:04:14

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm AddCreateDelete.pm AddDelete.pm 
	                          ArcCheck.pm CollisionReport.pm 
	                          Delete.pm Dependencies.pm Error.pm 
	                          ForwardDependencies.pm Getopt.pm 
	                          Handle.pm IdCache.pm Interactive.pm 
	                          LibSpec.pm Log.pm Mtree.pm OldLibs.pm 
	                          PackageInfo.pm PackageLocation.pm 
	                          PackageLocator.pm PackageName.pm 
	                          PackageRepository.pm 
	                          PackageRepositoryList.pm 
	                          PackingElement.pm PackingList.pm 
	                          Paths.pm PkgAdd.pm PkgCfl.pm 
	                          PkgCheck.pm PkgConfig.pm PkgCreate.pm 
	                          PkgDelete.pm PkgInfo.pm PkgSpec.pm 
	                          ProgressMeter.pm Replace.pm 
	                          RequiredBy.pm Search.pm SharedItems.pm 
	                          SharedLibs.pm Signature.pm State.pm 
	                          Subst.pm Temp.pm Tracker.pm Update.pm 
	                          UpdateSet.pm Ustar.pm Vstat.pm md5.pm 
	                          x509.pm 

Log message:
handle failures from ports tree with more care.
this does avoid infinite loops in case of wrong plists.
necessary since print-plist-with-depends CAN fail...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/24 02:07:38

Modified files:
	databases/postgresql: Makefile 
	mail/zarafa/zarafa: Makefile 

Log message:
- bump after uuid rename, reminded by aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/24 02:09:55

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm Delete.pm 
	                          PackingElement.pm SharedLibs.pm 

Log message:
move the handling of ldconfig to AddDelete::State
actually simplifies code a great deal. It's not as if trying to avoid
loading ten lines of code is a good idea.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/24 03:13:18

Modified files:
	gnu/gcc/libstdc++-v3/libsupc++: exception_defines.h 

Log message:
define __throw_exception_again to something, so that g++ -fno-exceptions
does not throw warnings for stuff like
if ()
__throw_exception_again;

which does happen in its own fucking headers.
builds of qt3 should no longer warn...

okay millert@, no objection kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/24 03:31:40

Modified files:
	infrastructure/bin: check-lib-depends 

Log message:
pass state around


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/24 03:31:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: OldLibs.pm PkgAdd.pm PkgCheck.pm 
	                          SharedLibs.pm 

Log message:
pass state around.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/24 03:36:48

Modified files:
	regress/usr.sbin/pkg_add: Makefile 

Log message:
now that pkg_create checks more stuff, we have to ask for it to create
more bogus packages so that we can get errors out of pkg_add...


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/24 03:37:24

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Fix a flaw in the rc.subr framework reported by stephan@ where
local_rcconf would get overwritten by flags from the rc script itself.

Based on an original idea and diff from robert@, create an rc_conf
function that we add in the rc_script after the defaults daemon*
variables.
This way we can use defaults variables names in other part of the script
(when defining a specific pexp for instance).

While here, simplify setting up the default daemon variables so that we
don't need to do any substitution in rc_start.

rc scripts must include daemon variables before calling rc_conf. All
other locally modified variables (pexp, rc_reload, local additions...)
must come after.

feedback from and works for sthen@
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/24 03:40:06

Modified files:
	audio/mpd      : Makefile 
	audio/mpd/pkg  : mpd.rc 
	comms/conserver: Makefile 
	comms/conserver/pkg: conserver.rc 
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 
	databases/postgresql: Makefile 
	databases/postgresql/pkg: postgresql.rc 
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: saned.rc 
	net/argus      : Makefile 
	net/argus/pkg  : argus.rc 
	net/ddclient   : Makefile 
	net/ddclient/pkg: ddclient.rc 
	net/mon/server : Makefile 
	net/mon/server/pkg: mon.rc 
	net/munin      : Makefile 
	net/munin/pkg  : munin_node.rc 
	net/icecast    : Makefile 
	net/icecast/pkg: icecast.rc 
	net/ircd-hybrid: Makefile 
	net/ircd-hybrid/pkg: ircd_hybrid.rc 
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/pkg: ircd_ratbox.rc 
	net/ntp        : Makefile 
	net/ntp/pkg    : ntpd.rc 
	net/avahi      : Makefile 
	net/avahi/pkg  : avahi_daemon.rc avahi_dnsconfd.rc 
	net/zabbix     : Makefile 
	net/zabbix/pkg : zabbix_agentd.rc zabbix_proxy.rc 
	                 zabbix_server.rc 
	net/mrtg       : Makefile 
	net/mrtg/pkg   : mrtg.rc 
	net/vnstat     : Makefile 
	net/vnstat/pkg : vnstatd.rc 
	net/ushare     : Makefile 
	net/ushare/pkg : ushare.rc 
	mail/amavisd-new: Makefile 
	mail/amavisd-new/pkg: amavisd.rc 
	mail/courier-authlib: Makefile 
	mail/courier-authlib/pkg: courier_authdaemond.rc 
	mail/courier-imap: Makefile 
	mail/courier-imap/pkg: courier_imap-ssl.rc courier_imap.rc 
	                       courier_pop3-ssl.rc courier_pop3.rc 
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: mimedefang_daemon.rc 
	                     mimedefang_multiplexor.rc 
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	mail/milter-regex: Makefile 
	mail/milter-regex/pkg: milter_regex.rc 
	mail/milter-spamd: Makefile 
	mail/milter-spamd/pkg: milter_spamd.rc 
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/pkg: smtp_vilter.rc 
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: zarafa.rc zarafa_gateway.rc 
	                        zarafa_ical.rc zarafa_monitor.rc 
	                        zarafa_server.rc zarafa_spooler.rc 
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-SpamAssassin/pkg: spamassassin.rc 
	misc/srcpd     : Makefile 
	misc/srcpd/pkg : srcpd.rc 
	print/cups     : Makefile 
	print/cups/pkg : cupsd.rc 
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: saslauthd.rc 
	security/clamav: Makefile 
	security/clamav/pkg: clamav_daemon.rc clamav_freshclam.rc 
	sysutils/smartmontools: Makefile 
	sysutils/smartmontools/pkg: smartd.rc 
	www/cherokee   : Makefile 
	www/cherokee/pkg: cherokee.rc 
	www/nginx      : Makefile 
	www/nginx/pkg  : nginx.rc 
	www/squid      : Makefile 
	www/squid/pkg  : squid.rc 
	www/polipo     : Makefile 
	www/polipo/pkg : polipo.rc 
	www/sogo       : Makefile 
	www/sogo/pkg   : sogod.rc 
	x11/dbus       : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
	x11/x11vnc     : Makefile 
	x11/x11vnc/pkg : x11vnc.rc 

Log message:
Cope with recent rc.subr changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/24 06:19:20

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_thread_c 

Log message:
Fix from upstream: set the MEDIAENDED state correctly when running
as plugin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/24 07:02:12

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-configure 

Log message:
Update to poppler-0.14.5.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/24 07:02:38

Modified files:
	print/poppler-data: Makefile distinfo 

Log message:
Update to poppler-data-0.4.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2010/12/24 07:12:52

Modified files:
	share/man/man9 : uvm.9 

Log message:
Sync uvm_km_alloc1() prototype with reality.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2010/12/24 07:16:58

Modified files:
	sys/arch/zaurus/stand/zbsdmod: zbsdmod.c 

Log message:
Add missing argument to printk(). Spotted while porting on linux 2.6.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2010/12/24 07:22:59

Modified files:
	sys/arch/zaurus/stand/zbsdmod: compat_linux.h 

Log message:
Advertise printk() as a printf-like function.
Diff from miod@, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/24 11:22:20

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
fix crash:
after boot and before the first activation (wsmoused or X),
sc->protocol is not initialized, and any call ioctl lead to crash
(example 'wsconsctl -a')

thanks and ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/24 13:08:52

Modified files:
	lib/csu/sparc  : Makefile 

Log message:
crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for the
gcc3/4 exception handling related symbols will be truncated causing linker
failures when building shared libraries.

ok drahn@, deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2010/12/24 13:12:56

Modified files:
	sys/net        : pf.c 

Log message:
in pf_src_connlimit, the indices to sk->addr were swapped.
tracked down and diff sent by Robert B Mills <rbmills at sdf.lonestar.org>
thanks, very good work! ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/24 13:26:30

Modified files:
	sys/arch/i386/include: segments.h 

Log message:
the bsdi ldt entry is no longer interesting. from valdimir kirillov


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2010/12/24 14:41:49

Modified files:
	usr.bin/ssh    : auth-options.c 

Log message:
don't send the actual forced command in a debug message; ok markus deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/24 14:49:04

Modified files:
	sys/uvm        : uvm_map.c uvm_map.h uvm_mmap.c 

Log message:
add a param to uvm_map_hint to not skip over the heap, and use it as a last
resort if mmap fails otherwise to enable more complete address space
utilization.  tested for a while with no ill effects.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/24 17:13:21

Modified files:
	sys/sys        : malloc.h 

Log message:
ntfs memory names were too long and make vmstat -m look ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/25 06:23:03

Modified files:
	usr.bin/mandoc : Makefile html.c html.h man_html.c mdoc_html.c 

Log message:
Yet another batch of -Thtml polishing from kristaps@:
In particular, use <SMALL> for .SM and <CODE> for .Dl.
Use <B> for bold and <I> for italic in general.
Also call this mandoc 1.10.8 now, as it is functionally equivalent,
even though one one set of refactoring patches has not been merged
yet because it conflicts with our tbl(1) handling.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2010/12/25 13:51:07

Modified files:
	audio/mpg123   : Makefile distinfo 
	audio/mpg123/patches: patch-configure 
	audio/mpg123/pkg: PFRAG.shared 

Log message:
maintenance update to 1.13.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/26 01:23:17

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-configure_in 
	                         patch-mysql-test_Makefile_in 
	                         patch-mysql-test_lib_My_SafeProcess_Makefile_in 
	                         patch-sql-bench_Makefile_in 
	                         patch-sql_mysqld_cc 
	                         patch-sql_sql_parse_cc 
	databases/mysql/pkg: PLIST-tests 

Log message:
Update to mysql-5.1.54.
More details at:
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-54.html

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/26 01:32:07

Modified files:
	www/webkit     : Makefile 

Log message:
Add gst-plugins-bad to RUN_DEPENDS, so that webkit-based browsers know
how to handle WebM/vp8 video out of the box. From brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2010/12/26 02:39:35

Modified files:
	databases/py-redis: Makefile distinfo 

Log message:
Update to py-redis 2.2.1.
ok landry@ aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/26 03:32:57

ports/audio/hs-libmpd/patches

Update of /cvs/ports/audio/hs-libmpd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11206/patches

Log Message:
Directory /cvs/ports/audio/hs-libmpd/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/26 03:41:12

ports/databases/hs-HDBC-mysql/patches

Update of /cvs/ports/databases/hs-HDBC-mysql/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31048/patches

Log Message:
Directory /cvs/ports/databases/hs-HDBC-mysql/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/26 04:50:59

Modified files:
	net/tor        : Makefile distinfo 

Log message:
- update tor to 0.2.1.28
- maintainer timeout

SECURITY update of tor to 0.2.1.28 : CVE-2010-1676


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/26 06:09:22

Modified files:
	usr.bin/make   : lowparse.c parse.c 

Log message:
nits with current being NULL or not.
okay miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/12/26 06:16:29

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/patches: 
	                             patch-gfx_src_psshared_nsCUPSShim_cpp 
Added files:
	www/mozilla-firefox/patches: patch-gfx_src_psshared_nsCUPSShim_h 
	                             patch-gfx_src_psshared_nsPSPrinters_cpp 
	                             patch-gfx_src_psshared_nsPSPrinters_h 

Log message:
Apply patch from upstream to fix the "Print" and "Print Preview" crashes.
https://bugzilla.mozilla.org/show_bug.cgi?id=573039
https://bug573039.bugzilla.mozilla.org/attachment.cgi?id=499233
suggested by and ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/26 06:50:20

Modified files:
	regress/lib/libpthread/preemption_float: preemption_float.c 

Log message:
Use sizeof(double) instead of hardcoding 8.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/26 08:37:20

Modified files:
	sys/arch/sparc/dev: sbus.c 
	sys/arch/sparc64/dev: sbus.c 

Log message:
Clean up how we print the sbus(4) clock speed.  Purely cosmetic.

ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/26 08:41:00

Modified files:
	share/man/man9 : bus_dma.9 
	sys/arch/alpha/alpha: mem.c 
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/alpha/include: pmap.h 
	sys/arch/alpha/tc: cfb.c sfb.c 
	sys/arch/amd64/amd64: bus_dma.c bus_space.c mem.c 
	sys/arch/amd64/include: pmap.h 
	sys/arch/arm/arm: bus_dma.c mem.c 
	sys/arch/arm/include: pmap.h 
	sys/arch/arm/mainbus: mainbus_io.c 
	sys/arch/aviion/aviion: bus_dma.c 
	sys/arch/aviion/dev: nvram.c vme.c 
	sys/arch/hp300/dev: diofb.c 
	sys/arch/hp300/hp300: bus_space.c mem.c 
	sys/arch/hppa/dev: mem.c 
	sys/arch/hppa/include: pmap.h 
	sys/arch/hppa64/dev: mem.c 
	sys/arch/hppa64/include: pmap.h 
	sys/arch/i386/i386: bus_dma.c mem.c 
	sys/arch/i386/include: pmap.h 
	sys/arch/loongson/dev: sisfb.c smfb.c 
	sys/arch/loongson/loongson: bus_dma.c 
	sys/arch/luna88k/dev: lunafb.c 
	sys/arch/m68k/include: pmap_motorola.h 
	sys/arch/m88k/include: pmap.h 
	sys/arch/mac68k/dev: asc.c macfb.c 
	sys/arch/mac68k/mac68k: mem.c 
	sys/arch/macppc/macppc: dma.c 
	sys/arch/mips64/include: pmap.h 
	sys/arch/mvme68k/dev: flash.c nvram.c sram.c vmel.c vmes.c 
	sys/arch/mvme68k/mvme68k: bus_dma.c mem.c 
	sys/arch/mvme88k/dev: nvram.c sram.c vmel.c vmes.c 
	sys/arch/mvme88k/mvme88k: bus_dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/octeon/octeon: bus_dma.c 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/sgi/dev: gbe.c 
	sys/arch/sgi/sgi: bus_dma.c 
	sys/arch/sh/include: pmap.h 
	sys/arch/sh/sh : mem.c 
	sys/arch/socppc/socppc: dma.c 
	sys/arch/solbourne/include: pmap.h 
	sys/arch/sparc/include: pmap.h 
	sys/arch/sparc64/include: pmap.h 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/include: pmap.h 
	sys/arch/vax/vax: bus_dma.c 
	sys/arch/vax/vsa: lcg.c lcspx.c smg.c 
	sys/dev        : ksyms.c video.c 
	sys/dev/pci    : agp.c tga.c vga_pci.c 
	sys/dev/pci/drm: drm_drv.c 
	sys/dev/usb    : udl.c 
	sys/uvm        : uvm_device.c uvm_pmap.h 

Log message:
Kill pmap_phys_address(), and force every driver's mmap() routine to return
a physical address [more precisely, something suitable to pass to pmap_enter()'sphysical address argument].

This allows MI drivers to implement mmap() routines without having to know
about the pmap_phys_address() implementation and #ifdef obfuscation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/26 10:15:55

Log message:
    This package contains the generics system described in the `Scrap
    Your Boilerplate' papers (http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
    It defines the Data class of types permitting folding and unfolding
    of constructor applications, instances of this class for primitive
    types, and a variety of traversals.
    
    Needed by some ports after an update to ghc-7.0.2, not yet linked to the build.
    
    Reads good to landry@
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20121226
    
    N ports/devel/hs-syb/Makefile
    N ports/devel/hs-syb/distinfo
    N ports/devel/hs-syb/pkg/DESCR
    N ports/devel/hs-syb/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/26 12:10:50

Log message:
    Import mtl-2.0.1.0, needed by a couple of hs-* ports after the
    update to ghc-7.0.2. Unfortunately, there are some other ports
    that don't build with mtl-2 yet, so in the worst case i've to
    include mtl-1 within the ghc package and mtl-2 in this new port.
    
    Not yet linked to the build, of course.
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20101226
    
    N ports/devel/hs-mtl/Makefile
    N ports/devel/hs-mtl/distinfo
    N ports/devel/hs-mtl/pkg/DESCR
    N ports/devel/hs-mtl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/26 12:51:05

Modified files:
	sysutils/pkg_mgr: Makefile distinfo 
	sysutils/pkg_mgr/pkg: PLIST 

Log message:
Update to pkg_mgr 0.2.. release early, release often :)
Mostly rewritten, properly (sort of) integrates with pkg_* code,
Likely to have bugs, but if noone uses it they won't show up.
Oh, and even features a manpage with feedback from schwarze@ and jmc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2010/12/26 12:58:43

ports/devel/hs-sendfile/patches

Update of /cvs/ports/devel/hs-sendfile/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20071/patches

Log Message:
Directory /cvs/ports/devel/hs-sendfile/patches added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2010/12/26 13:06:42

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Slightly adjust wording to better match reality.
The advice regarding groff vs. mandoc has been completely stable so far,
so there is no need to sound like the rules would change every week.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/26 14:04:19

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_term.c mdoc_validate.c 

Log message:
Behave more like groff (both old and new): Specifying both .%T and .%J in
an .Rs block causes the title to be quoted instead of underlined, such
that journal title and article title appear visually different.
Original diff from kristaps@, simplified by me, tweaked again by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/26 15:18:20

Modified files:
	sys/arch/m88k/m88k: pmap.c 

Log message:
Misplaced splx() in pmap_unsetbit().


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/26 20:03:50

Modified files:
	sys/dev/usb    : if_cdcef.c if_otus.c if_rsu.c if_urtwn.c 
	                 uberry.c udfu.c udl.c uow.c uyap.c 

Log message:
* add cfattach activate functions and call usbd_deactivate() in the
DVACT_DEACTIVATE case for drivers that don't have activate finctions
* fill out cfattach activate functions and call usbd_deactivate() in
the DVACT_DEACTIVATE case for drivers that don't have a dying flag

"ok with the intent" miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 03:55:16

Modified files:
	security/p5-Crypt-OpenSSL-RSA: Makefile distinfo 

Log message:
- update to 0.26 (no actual changes for OpenBSD)
- reformat Makefile
- remove USE_GROFF
- update maintainers address

from andreas voegele (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 03:56:15

ports/devel/p5-Devel-Caller/patches

Update of /cvs/ports/devel/p5-Devel-Caller/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5210/patches

Log Message:
Directory /cvs/ports/devel/p5-Devel-Caller/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 03:58:40

Modified files:
	devel/p5-Devel-Caller: Makefile distinfo 
Added files:
	devel/p5-Devel-Caller/patches: patch-lib_Devel_Caller_pm 

Log message:
- update p5-Devel-Caller to 2.05

from andres voegele, with a tweak by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 04:00:43

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20101221135605 (with with a git-like stash command)
- update maintainer address
- set NO_REGRESS for this release

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 04:02:05

Modified files:
	devel/p5-Devel-Caller: Makefile 

Log message:
- fix RCS Id


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 04:41:02

Modified files:
	devel/py-progressbar: Makefile 
	games/grhino   : Makefile 
	math/p5-Algorithm-NaiveBayes: Makefile 
	math/p5-Statistics-Contingency: Makefile 

Log message:
- fix RCS id


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 04:49:06

Modified files:
	mail/p5-Mail-Tools: Makefile distinfo 
	mail/p5-Mail-Tools/pkg: PLIST 

Log message:
- update p5-Mail-Tools to 2.07

from brad, ok aja@, espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 04:50:45

Modified files:
	audio/audacious: Makefile 
	audio/audacious/patches: patch-m4_buildsys_m4 

Log message:
- remove unneeded chunk from patch

from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/27 05:03:55

Removed files:
	sys/dev/pckbc  : Makefile 

Log message:
remove unneeded Makefile
ok krw, miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/27 05:04:35

Log message:
    Import graphos: a gnustep based vector drawing application
    
    pkg/DESCR:
    Graphos is a vector drawing application centered around bezier paths.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20101227
    
    N ports/x11/gnustep/graphos/Makefile
    N ports/x11/gnustep/graphos/distinfo
    N ports/x11/gnustep/graphos/pkg/DESCR
    N ports/x11/gnustep/graphos/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 05:05:01

Modified files:
	security/opensc/patches: patch-configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2010/12/27 05:05:13

Log message:
    Import Zim, a desktop wiki.
    From MAINTAINER Sebastian Benoit.
    ok landry@ (thanks).
    
    Status:
    
    Vendor Tag:	sbenoit
    Release Tags:	rpointel_20101227
    
    N ports/productivity/zim/Makefile
    N ports/productivity/zim/distinfo
    N ports/productivity/zim/patches/patch-zim_config_py
    N ports/productivity/zim/patches/patch-setup_py
    N ports/productivity/zim/pkg/PLIST
    N ports/productivity/zim/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/27 05:06:08

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable graphos.

Import was OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2010/12/27 05:06:46

Modified files:
	productivity   : Makefile 

Log message:
+zim


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2010/12/27 05:08:22

Modified files:
	audio/audacious-plugins: Makefile 
	audio/audacious-plugins/patches: patch-configure_ac 
	audio/audacious-plugins/pkg: PLIST-main 
Removed files:
	audio/audacious-plugins/patches: patch-src_sun_audio_c 

Log message:
disable the Sun audio backend
from brad, ok jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2010/12/27 05:22:21

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
cleanup pms_enable_intelli: magic numbers -> defines
ok krw, miod


CVSROOT:	/cvs
Module name:	www
Changes by:	johan@cvs.openbsd.org	2010/12/27 05:32:20

Modified files:
	.              : anoncvs.html 
	build/mirrors  : anoncvs.html.end 

Log message:
Another case of wrong tree size, from our slovenian friend.

Also fixup according to new framework, as pointed out by Stu.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/27 05:48:35

Modified files:
	sys/arch/i386/i386: process_machdep.c 

Log message:
Properly initialize MXCSR and XMM registers if we only write the x87 FPU state
and the process has not used the FPU yet.

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 06:51:31

Modified files:
	net/igmpproxy  : Makefile 
	net/igmpproxy/pkg: README 

Log message:
no need to spell out the license in README

prompted by brad, discussed with markus@/sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2010/12/27 07:04:32

Modified files:
	shells/zsh     : Makefile distinfo 
	shells/zsh/pkg : PLIST 

Log message:
Update to 4.3.11

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/27 07:49:05

Modified files:
	etc/rc.d       : rc.subr 

Log message:
There is no point in calling rc_conf manually from each and every rc
script; instead, rc.subr can call rc_conf itself right after reading in
rc.conf.

from schwarze@ (committing on his behalf)
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/27 07:50:24

Modified files:
	audio/mpd      : Makefile 
	audio/mpd/pkg  : mpd.rc 
	comms/conserver: Makefile 
	comms/conserver/pkg: conserver.rc 
	databases/mysql: Makefile 
	databases/mysql/pkg: mysqld.rc 
	databases/postgresql: Makefile 
	databases/postgresql/pkg: postgresql.rc 
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: saned.rc 
	net/argus      : Makefile 
	net/argus/pkg  : argus.rc 
	net/ddclient   : Makefile 
	net/ddclient/pkg: ddclient.rc 
	net/mon/server : Makefile 
	net/mon/server/pkg: mon.rc 
	net/munin      : Makefile 
	net/munin/pkg  : munin_node.rc 
	net/icecast    : Makefile 
	net/icecast/pkg: icecast.rc 
	net/ircd-hybrid: Makefile 
	net/ircd-hybrid/pkg: ircd_hybrid.rc 
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/pkg: ircd_ratbox.rc 
	net/ntp        : Makefile 
	net/ntp/pkg    : ntpd.rc 
	net/avahi      : Makefile 
	net/avahi/pkg  : avahi_daemon.rc avahi_dnsconfd.rc 
	net/zabbix     : Makefile 
	net/zabbix/pkg : zabbix_agentd.rc zabbix_proxy.rc 
	                 zabbix_server.rc 
	net/mrtg       : Makefile 
	net/mrtg/pkg   : mrtg.rc 
	net/vnstat     : Makefile 
	net/vnstat/pkg : vnstatd.rc 
	net/ushare     : Makefile 
	net/ushare/pkg : ushare.rc 
	mail/amavisd-new: Makefile 
	mail/amavisd-new/pkg: amavisd.rc 
	mail/courier-authlib: Makefile 
	mail/courier-authlib/pkg: courier_authdaemond.rc 
	mail/courier-imap: Makefile 
	mail/courier-imap/pkg: courier_imap-ssl.rc courier_imap.rc 
	                       courier_pop3-ssl.rc courier_pop3.rc 
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: mimedefang_daemon.rc 
	                     mimedefang_multiplexor.rc 
	mail/mailman   : Makefile 
	mail/mailman/pkg: mailman.rc 
	mail/milter-regex: Makefile 
	mail/milter-regex/pkg: milter_regex.rc 
	mail/milter-spamd: Makefile 
	mail/milter-spamd/pkg: milter_spamd.rc 
	mail/cyrus-imapd: Makefile 
	mail/cyrus-imapd/pkg: cyrus_imapd.rc 
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/pkg: smtp_vilter.rc 
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: zarafa.rc zarafa_gateway.rc 
	                        zarafa_ical.rc zarafa_monitor.rc 
	                        zarafa_server.rc zarafa_spooler.rc 
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-SpamAssassin/pkg: spamassassin.rc 
	misc/srcpd     : Makefile 
	misc/srcpd/pkg : srcpd.rc 
	print/cups     : Makefile 
	print/cups/pkg : cupsd.rc 
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: saslauthd.rc 
	security/clamav: Makefile 
	security/clamav/pkg: clamav_daemon.rc clamav_freshclam.rc 
	sysutils/smartmontools: Makefile 
	sysutils/smartmontools/pkg: smartd.rc 
	www/cherokee   : Makefile 
	www/cherokee/pkg: cherokee.rc 
	www/nginx      : Makefile 
	www/nginx/pkg  : nginx.rc 
	www/squid      : Makefile 
	www/squid/pkg  : squid.rc 
	www/polipo     : Makefile 
	www/polipo/pkg : polipo.rc 
	www/sogo       : Makefile 
	www/sogo/pkg   : sogod.rc 
	x11/dbus       : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
	x11/x11vnc     : Makefile 
	x11/x11vnc/pkg : x11vnc.rc 
	x11/dbus/pkg   : dbus_daemon.rc 

Log message:
Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 08:30:11

Modified files:
	security/opensc: Makefile 
Added files:
	security/opensc/patches: patch-src_libopensc_card-acos5_c 
	                         patch-src_libopensc_card-atrust-acos_c 
	                         patch-src_libopensc_card-starcos_c 
	                         patch-src_libopensc_cardctl_h 

Log message:
SECURITY FIX for SA42658,
OpenSC Serial Number Processing Buffer Overflow Vulnerabilities.

patches from upstream svn
ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 08:48:01

Modified files:
	www/ruby-passenger: Makefile 
Added files:
	www/ruby-passenger/patches: patch-ext_boost_detail_endian_hpp 

Log message:
- fix build on at least mips64el by syncing the endian definitions, tested
on both big and little endian machines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 09:07:08

Modified files:
	lang/swi-prolog: Makefile distinfo 
	lang/swi-prolog/patches: patch-packages_semweb_Makefile_in 
	                         patch-src_configure_in 
	                         patch-src_test_memmodel_c 
	lang/swi-prolog/pkg: PFRAG.shared PLIST 
Added files:
	lang/swi-prolog/patches: patch-packages_Makefile_in 
	                         patch-packages_ac_swi_c_m4 
	                         patch-packages_ssl_configure 
	lang/swi-prolog/pkg: MESSAGE 
Removed files:
	lang/swi-prolog/patches: patch-packages_semweb_configure_in 
	                         patch-packages_xpce_src_x11_include_h 

Log message:
- update swi-prolog to 5.10.2
- unbreak on hppa (tested by landry@)

If you are upgrading from an older release (e.g. 5.6.x) it is advised to
read the upgrading guide which is available from
http://www.swi-prolog.org/Upgrade-5.8.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/27 10:19:17

Modified files:
	net/zabbix     : Makefile distinfo 
	net/zabbix/patches: patch-misc_conf_zabbix_proxy_conf 
	                    patch-misc_conf_zabbix_server_conf 
	                    patch-src_libs_zbxnix_daemon_c 
	net/zabbix/pkg : PLIST-server PLIST-web 
Removed files:
	net/zabbix/patches: patch-include_sysinfo_h 
	                    patch-src_libs_zbxsysinfo_openbsd_net_c 
	                    patch-src_libs_zbxsysinfo_openbsd_openbsd_c 
	                    patch-src_libs_zbxsysinfo_openbsd_sensors_c 

Log message:
Update to the latest available RC (1.8.4rc3).
Details available at:
http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.4

We are updating now because this release brings lots of fixes and
integrates robert@'s patches for sensors and network statistics. Used
in production for several weeks now.
Final 1.8.4 is scheduled to be released shortly.

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/27 11:22:25

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Add a missing .Pp and sort options alphabetically, from Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 11:58:40

Modified files:
	devel/ruby-ffi : Makefile 
Added files:
	devel/ruby-ffi/patches: patch-ext_ffi_c_Platform_c 

Log message:
- add missing dependencies
- extend platform ifdefs to fix build on mip64(el), and several others too


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 12:03:48

Modified files:
	devel/py-openbsd: Makefile 
	devel/py-openbsd/patches: patch-openbsd__netstat_c 

Log message:
- unbreak after ip6s_exthdrtoolong was removed from struct ip6stat.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/27 12:18:37

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 

Log message:
Do not issue a cache maintainance operation until the last one is not
completed; this used to be the case, but revision 1.25 of this file, close
to four years ago, changed this behaviour by mistake. The side effects of this
mishandling of the cache did not show up until the kernel memory allocation
strategy moved towards fast reuse of freed pages.
Took me a while to track this down, maybe I'm getting too old to write code,
I probably should write backdoors instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/27 12:51:27

Modified files:
	sys/arch/i386/include: intr.h 
	sys/arch/amd64/include: intr.h 
	sys/arch/amd64/amd64: ipi.c 

Log message:
Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32).
The i386 version was removed some time ago, so kill its declaration too.
ok tedu@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/27 12:57:31

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 13:21:03

ports/www/pecl-phar/patches

Update of /cvs/ports/www/pecl-phar/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31475/patches

Log Message:
Directory /cvs/ports/www/pecl-phar/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/27 13:22:23

Modified files:
	sys/arch/amd64/amd64: intr.c ipi.c 
	sys/arch/amd64/include: atomic.h 

Log message:
Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate
x86_atomic_*_l(), and update the callers of all of those to use the
underlying x86_atomic_*_u32() functions that they were expecting anyway.
Whether the x86_atomic_*_ul() macros should be eliminated has been deferred.

ok kettenis@, tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 13:34:30

Modified files:
	www/pecl-phar  : Makefile 
Added files:
	www/pecl-phar/patches: patch-dirstream_c patch-stream_c 

Log message:
SECURITY FIX for SA42726
PECL phar Extension Format String Vulnerabilities.

patch from upstream svn


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/27 13:35:01

Modified files:
	www/pecl-phar  : Tag: OPENBSD_4_8 Makefile 
Added files:
	www/pecl-phar/patches: Tag: OPENBSD_4_8 patch-dirstream_c 
	                       patch-stream_c 

Log message:
SECURITY FIX for SA42726
PECL phar Extension Format String Vulnerabilities.

patch from upstream svn


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/27 14:06:08

Log message:
    import p5-Net-IPv6Addr;
    
    p5-Net-IPv6Addr provides functions for parsing IPv6 addresses in all
    formats described by RFC1884.
    
    Tweaks and ok jasper@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101227
    
    N ports/net/p5-Net-IPv6Addr/Makefile
    N ports/net/p5-Net-IPv6Addr/distinfo
    N ports/net/p5-Net-IPv6Addr/pkg/PLIST
    N ports/net/p5-Net-IPv6Addr/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/27 14:08:50

Log message:
    import p5-Math-Base85;
    
    This module handles numbers in base 85, via strings and Math::BigInt.
    
    Tweaks and ok jasper@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101227
    
    N ports/math/p5-Math-Base85/Makefile
    N ports/math/p5-Math-Base85/distinfo
    N ports/math/p5-Math-Base85/pkg/PLIST
    N ports/math/p5-Math-Base85/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/27 14:14:13

Modified files:
	math           : Makefile 

Log message:
+p5-Math-Base85


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/27 14:16:48

Modified files:
	net            : Makefile 

Log message:
+p5-Net-IPv6Addr


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2010/12/27 14:18:44

Modified files:
	lib/libc/stdio : mktemp.3 
	usr.bin/mktemp : mktemp.1 

Log message:
mktemp(3) (and thus mktemp(1)) no longer use the process ID when
replacing the Xs, it is now purely random.
Also replace a use of .Fn that should be .Xr.
OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/27 14:44:30

Modified files:
	usr.bin/mandoc : html.c 

Log message:
In case an ID attribute is written in pieces, only protect the first
piece with a prepended 'x', not each piece, such that quoted and
unquoted .Sh, .Ss, and .Sx arguments are compatible with each other.
Fixing a bug reported by Nicolas Joly <njoly at NetBSD dot org>,
avoiding a regression in my first patch as pointed out by njoly as well.
"feel free to do so" kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/27 16:27:53

Modified files:
	bin/mv         : mv.1 

Log message:
1) Fix the pseudo-code explaining cross-filesystem moves.
2) Explain more precisely which moves are denied and what happens then,
and move this information from CAVEATS to DESCRIPTION.
3) Slightly expand the example below CAVEATS to show another detail
that may cause unpleasant surprises.
Triggered by a patch from tedu@, feedback and ok jmc@, ok tedu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/27 16:57:13

Modified files:
	usr.bin/mandoc : man.h mdoc.h 

Log message:
Remove two #defines that are unused since the *_action.c removal;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/28 02:57:38

Modified files:
	bin/mv         : mv.1 

Log message:
a colon is not needed here;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 03:06:11

Modified files:
	net/tor        : Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
SECURITY update of tor to 0.2.1.28 : CVE-2010-1676


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 03:53:02

Modified files:
	textproc/libxml: Makefile 
Added files:
	textproc/libxml/patches: patch-xpath_c 

Log message:
Security fix for CVE-2010-4494,
Libxml2 XPath Double Free Vulnerability

Patch from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 03:53:13

Modified files:
	textproc/libxml: Tag: OPENBSD_4_8 Makefile 
Added files:
	textproc/libxml/patches: Tag: OPENBSD_4_8 patch-xpath_c 

Log message:
Security fix for CVE-2010-4494,
Libxml2 XPath Double Free Vulnerability

Patch from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 04:02:27

Modified files:
	databases/ruby-do_postgres: Makefile 

Log message:
- fix dependency on postgresql, the library is not in -server but in -main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 04:03:13

Modified files:
	graphics/p5-Image-ExifTool: Makefile distinfo 
	graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
- update Image-ExifTool to 8.40

from maintainer with a tweak by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2010/12/28 06:39:12

Modified files:
	www/xxxterm    : distinfo Makefile 

Log message:
Disable debug and add js toggle button.

ok laurent


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/28 06:56:11

Modified files:
	share/man/man4 : pf.4 

Log message:
correct description of DIOCSETDEBUG; from Thomas Pfaff
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/28 07:30:50

Modified files:
	lib/libssl     : Makefile 
Added files:
	lib/libssl     : generate_pkgconfig.sh 

Log message:
- generate and install pkg-config files for openssl, which more and more
projects depend on being present (e.g. various ports).

as discussed with various porters in a hungarian spa
help/feedback from ingo@ and also OK halex@
no objections from djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/28 07:31:12

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
- add /usr/lib/pkgconfig/


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/28 07:31:38

Modified files:
	usr.bin/pkg-config: pkg-config pkg-config.1 

Log message:
- add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search
there first (as the original pkgconfig does too).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 08:08:31

Modified files:
	sysutils/heartbeat: Makefile 

Log message:
- make xml2 reachable again
- remove redundant library from WANTLIB-snmp (from sebastia@)

ok sebastia@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 10:22:30

Modified files:
	x11/gnome/nautilus: Makefile distinfo 

Log message:
Bugfix update to nautilus-2.32.2.1.
* Another fix for a crasher when unmounting volumes
* Fix a regression where '~' was not treated as $HOME in the location bar


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 10:46:20

Modified files:
	databases/xapian-core: Makefile distinfo 
	databases/xapian-core/pkg: PLIST 

Log message:
Update to xapian-core-1.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 10:46:49

Modified files:
	www/xapian-omega: Makefile distinfo 
	www/xapian-omega/pkg: PLIST 

Log message:
Update to xapian-omega-1.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 10:47:09

Modified files:
	databases/p5-Search-Xapian: Makefile distinfo 

Log message:
Update to p5-Search-Xapian-1.2.4.0.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/28 11:08:04

Modified files:
	.              : lyrics.html 

Log message:
repair some links; Aaron Mason


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 11:18:03

Modified files:
	net/pidgin     : Makefile distinfo 

Log message:
- SECURITY update of pidgin to 2.7.9, which fixes a NULL pointer dereference
which could lead to a remotely-triggered DoS in MSN.

ok brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 11:19:28

Log message:
    import WIP node.js 0.2.5
    
    Node.js is an evented I/O framework for the V8 JavaScript engine. It is
    intended for writing scalable network programs such as web servers.
    
    As there are still some issues to resolve, this won't be hooked up yet.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20102812
    
    N ports/www/node/distinfo
    N ports/www/node/Makefile
    N ports/www/node/pkg/DESCR
    N ports/www/node/pkg/PLIST
    N ports/www/node/patches/patch-wscript
    N ports/www/node/patches/patch-tools_wafadmin_Tools_python_py
    N ports/www/node/patches/patch-tools_wafadmin_Tools_config_c_py
    N ports/www/node/patches/patch-tools_wafadmin_Node_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/28 11:40:28

Modified files:
	sys/arch/mips64/mips64: exception.S 

Log message:
Previous diff had a buglet, found the hard way by pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 12:48:43

Modified files:
	lang/vala      : Makefile distinfo 

Log message:
Update to vala-0.10.2.
* Bug fixes and binding updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2010/12/28 12:49:09

Log message:
    Log::Any Perl Module
    
    Status:
    
    Vendor Tag:	dhill
    Release Tags:	dhill_2010-12-28
    
    N ports/devel/p5-Log-Any/Makefile
    N ports/devel/p5-Log-Any/distinfo
    N ports/devel/p5-Log-Any/pkg/PLIST
    N ports/devel/p5-Log-Any/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2010/12/28 12:52:09

Modified files:
	devel          : Makefile 

Log message:
add p5-Log-Any

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2010/12/28 13:07:47

Modified files:
	lib/libssl     : Makefile 

Log message:
- ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not
common/encouraged practice


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/28 14:46:55

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/28 15:28:28

Modified files:
	devel/p5-Devel-GlobalDestruction: Makefile distinfo 
	devel/p5-Devel-GlobalDestruction/pkg: PLIST 

Log message:
- update p5-Devel-GlobalDestruction to 0.03
- regen PLIST

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/28 15:29:43

Modified files:
	devel/p5-Tree-DAG_Node: Makefile distinfo 

Log message:
- update p5-Tree-DAG_Node to 1.06

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 15:44:36

Modified files:
	x11/dbus       : Tag: OPENBSD_4_8 Makefile 
Added files:
	x11/dbus/patches: Tag: OPENBSD_4_8 
	                  patch-dbus_dbus-marshal-validate_c 
	                  patch-dbus_dbus-marshal-validate_h 
	                  patch-dbus_dbus-message-factory_c 
	                  patch-doc_dbus-specification_xml 

Log message:
Security fix for CVE-2010-4352
D-Bus Message Validation Nested Variants Denial of Service

Patch from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/28 15:52:18

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/28 16:51:45

Modified files:
	net/mcabber    : Makefile distinfo 

Log message:
- update mcabber to 0.10.1 (from maintainer)
- regen WANTLIB while here


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2010/12/28 17:47:31

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_argv.c mdoc_html.c 
	                 mdoc_term.c mdoc_validate.c 

Log message:
Reorg by Kristaps:  In libmdoc, replace the union of pointers to structs
of macro-specific data by a pointer to a union of structs, which makes the
code simpler and more robust at the expense of a small memory overhead.
Merging was somewhat difficult because we mustn't break tbl(1) support
which the bsd.lv version does not yet have.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/12/28 20:48:30

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
make mpii properly detach devices, which helps a lot if they have commands in flight. to relevant changes are:

- call the activate(DVACT_DEACTIVATE) function against all the luns
on the target that is going away as soon as possible.
- issue the target reset BEFORE detaching the children devices.
this is needed now tha the midlayer will sleep until all outstanding
commands on a device come back from the adapter before calling the
child devices attach routine.

tested on straight disks and on disks in enclosures.

ok and moral support from krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/12/28 20:55:09

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
implement timeouts of scsi commands.

timed out scsi commands get put on a list and an iohandler is
scheduled.  that iohandler pulls the timed out scsi command off the
list and issues a task management request to kill all outstanding
io on the target with the timed out io.

all io killed as a result of this request will be returned to the
midlayer with their status set to XS_RESET, which in turn will cause
the midlayer to retry the command. this relies on the previous
commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/28 23:42:16

Modified files:
	mail/mailscanner: Makefile distinfo 
	mail/mailscanner/patches: patch-bin_cron_clean_SA_cache_cron 
	                          patch-etc_MailScanner_conf 

Log message:
Update to mailscanner-4.82.3.1.

from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 00:33:08

Modified files:
	www/vteplugin  : Makefile 

Log message:
Unbreak after previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/29 01:32:34

Log message:
    import p5-Redis;
    
    Pure perl bindings for redis.
    
    ok dcoppa@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101229
    
    N ports/databases/p5-Redis/Makefile
    N ports/databases/p5-Redis/distinfo
    N ports/databases/p5-Redis/pkg/DESCR
    N ports/databases/p5-Redis/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/29 01:35:04

Modified files:
	databases      : Makefile 

Log message:
+p5-Redis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 02:45:50

Modified files:
	www/yaws       : Makefile 
	www/yaws/pkg   : PLIST-main 
Added files:
	www/yaws/pkg   : yaws.rc 

Log message:
- add an rc script

rc.d-cluestick from aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2010/12/29 02:58:45

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-gio_gdbusmessage_c 
	                     patch-gio_tests_gdbus-connection_c 

Log message:
Fix build with gcc-2.95, and bump revision

OK ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 03:15:13

Modified files:
	www/yaws       : Makefile 
	www/yaws/pkg   : yaws.rc 

Log message:
Fix rc_stop and rc_reload so that one can use sudo to manipulate the
daemon using the rc script. Make the rc script conform to rc.subr style.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 03:26:35

Modified files:
	www/yaws       : Makefile 
	www/yaws/patches: patch-scripts_Makefile 

Log message:
- fix another instance of putting the hostname of build machine in a config file
- let -main depend -web, instead of the other way around, this allows for no futher tweaks to run yaws

prompted/ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 04:50:34

Modified files:
	www/yaws       : Makefile 
	www/yaws/pkg   : PLIST-main 
Added files:
	www/yaws/pkg   : README-main 

Log message:
- add (start of a) README


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 05:06:32

Removed files:
	www/node/patches: patch-tools_wafadmin_Node_py 
	                  patch-tools_wafadmin_Tools_config_c_py 

Log message:
- remove unneeded patches


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2010/12/29 05:14:41

Modified files:
	sbin/swapctl   : Makefile swapctl.c 

Log message:
Fix swapctl -A with DUIDs in /etc/fstab, and plug a small memory leak.
ok jsing@ (who also pointed out a DPADD tweak missing from my diff)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 05:20:40

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/pkg: PLIST 

Log message:
Update to timetrex-3.3.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 05:24:39

Modified files:
	www/node       : Makefile 
Added files:
	www/node/patches: patch-deps_v8_SConstruct 

Log message:
- don't link with -lpthread


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/29 05:28:23

Modified files:
	infrastructure/bin: dpb libtool 

Log message:
small hack to make these work even if PORTSDIR is not set and non-standard,
since the lib are supposed to be in the same relative location.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 05:28:36

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
- force the creation of the link


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2010/12/29 05:33:39

Modified files:
	infrastructure/bin: register-plist 

Log message:
check that the package name itself does not go backwards as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 05:37:27

Modified files:
	www/yaws       : Makefile 
Removed files:
	www/yaws/patches: patch-include_mk_in 

Log message:
- remove unneeded patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 05:39:54

Modified files:
	www/yaws       : Makefile 
Removed files:
	www/yaws/patches: patch-Makefile 

Log message:
- remove patch, and just set ALL_TARGET accordingly


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/29 06:03:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm PackageInfo.pm 
	                          PackageLocation.pm PkgAdd.pm 
	                          PkgCheck.pm PkgInfo.pm 

Log message:
more stuff that uses print directly dies


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 06:41:51

Modified files:
	x11/gnome/gyrus: Makefile distinfo 
	x11/gnome/gyrus/pkg: PLIST 

Log message:
Update to gyrus-0.3.10.
* replace glade with gtkbuilder
* replace gnet with gio
* remove GTK+ deprecated API usage
* memory leaks fixed, UI improvements, and code fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/12/29 06:47:53

Log message:
    Import devel/pysvn, a python interface to Subversion.
    ok landry@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20101229
    
    N ports/devel/pysvn/Makefile
    N ports/devel/pysvn/distinfo
    N ports/devel/pysvn/pkg/DESCR
    N ports/devel/pysvn/pkg/PLIST
    N ports/devel/pysvn/patches/patch-Source_setup_configure_py
    N ports/devel/pysvn/patches/patch-Examples_Client_svn_cmd_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/12/29 06:50:00

Modified files:
	devel          : Makefile 

Log message:
+= pysvn


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2010/12/29 07:57:17

Modified files:
	devel/pysvn    : Makefile 

Log message:
Fix WANTLIB and LIB_DEPENDS, remove redundant SHARED_ONLY,
use MAKE_PROGRAM instead of GMAKE, use shorter paths in do-install.
All suggested by and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 08:06:48

Modified files:
	www/node       : Makefile 

Log message:
- honor CXXFLAGS with this utterly retarded and stupid "build system"
(though this fix was simple, i take every opportunity to rant at scons)


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2010/12/29 08:21:39

Modified files:
	cad/fritzing   : Makefile 

Log message:
Fix missing sqlite run depend for fritzing. Also fix WANTLIB while we are at it.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 08:21:59

Modified files:
	x11/pinot      : Makefile 

Log message:
Unbreak by using GNU libtool.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 08:28:01

Modified files:
	etc/rc.d       : rc.subr 

Log message:
After the recent changes, there is no need for an rc_conf function.
As schwarze@ also stated, this will prevent anyone from calling it
(which would be an error) and makes it clearer that rc.subr is not just
a functions container.

No functionnal change, unless you were calling rc_conf from an rc script
which would have been wrong anyway.

ok schwarze@ robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/29 10:49:41

Modified files:
	www/node       : Makefile 

Log message:
- this won't work on ARM untill __ARM_NR_cacheflush is implemented/worked-around in the v8 code.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 10:51:48

Modified files:
	share/man/man4 : random.4 
	sys/dev        : rnd.c 
	usr.bin/kdump  : Makefile mkioctls 
Removed files:
	sys/dev        : rndioctl.h 

Log message:
the random ioctl stuff is not very useful.  I want to see all the
non-essential parts of rnd.c removed so that we can keep our eye on
what the code should be doing.
ok tedu who had a similar diff in the past


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/29 11:10:17

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/arch/amd64/amd64: est.c 

Log message:
Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't
print the "can't get bus clock" message.  While there, adjust comments for
the i3/i5/i7 CPUs and include the relevant Xeon models.  The Intel marketing
people seem to have less influence on the Xeon names, so they describe the
CPU generation much better.

ok marco@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 11:16:59

Modified files:
	sys/dev        : rnd.c rndvar.h 

Log message:
Remove the get_random_bytes() API.
ok kjell djm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 11:19:42

Modified files:
	sys/dev        : rnd.c rndvar.h 

Log message:
kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 11:21:42

Modified files:
	sys/dev        : rnd.c 

Log message:
the rnd_debug stuff was not useful


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 11:23:12

Modified files:
	sys/dev        : rnd.c 

Log message:
arc4random_count is not used; other things inside rndstats do the accounting


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 11:28:16

Modified files:
	sys/dev        : rnd.c 

Log message:
Since there is only one random_state, we can access it directly without
the rs-> song and dance.  Exactly the same diff was written by djm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 12:48:04

Modified files:
	x11/gnome/anjuta: Makefile distinfo 
	x11/gnome/anjuta/patches: patch-configure 
	                          patch-plugins_Makefile_in 

Log message:
Bugfix update to anjuta-2.32.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/29 12:50:46

Modified files:
	mail/evolution-plugin-rss: Makefile distinfo 
Added files:
	mail/evolution-plugin-rss/patches: patch-src_rss_c 
Removed files:
	mail/evolution-plugin-rss/patches: patch-configure 
	                                   patch-src_Makefile_in 

Log message:
Update to evolution-plugin-rss-0.2.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 13:02:47

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/29 13:11:17

Modified files:
	sys/dev        : rnd.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/29 14:28:32

Modified files:
	usr.bin/tmux   : cfg.c cmd-source-file.c 

Log message:
Allow the config file parser and source-file to return "don't exit" to
the client to let attach work from configuration files.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2010/12/29 14:28:45

Modified files:
	sys/ufs/ffs    : ffs_vnops.c 

Log message:
remove two unnecessary comments that snuck in with previous.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/29 14:49:06

Modified files:
	usr.bin/tmux   : input-keys.c input.c screen-write.c 
	                 server-client.c tmux.h tty.c window-choose.c 
	                 window-copy.c 

Log message:
Support all four of the xterm mouse modes. Based on a diff from hsim at
gmx.li.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/29 15:41:57

Modified files:
	devel/libspectrum: Makefile distinfo 
Removed files:
	devel/libspectrum/patches: patch-configure 

Log message:
- update libspectrum to 1.0.0
- remove patch


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2010/12/29 17:17:45

Modified files:
	share/man/man7 : packages-specs.7 

Log message:
document how version work.
okay jmc@
landry has some examples to polish.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/29 17:58:22

Modified files:
	sys/dev/pci    : pci.c ppb.c 

Log message:
Only disable I/O and memory space and bus mastering if we're actually going
to put the device into D3.  Fixes PCI power management issues that prevented
acpi (and perhaps apm) suspend on some machines.

tested by & ok mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/29 20:06:32

Modified files:
	sys/dev/usb    : if_cdcef.c 

Log message:
backout previous.  this is not a regular usb device driver, and thus
has no usbd_device.

found the hard way by deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2010/12/29 22:01:36

Modified files:
	sys/arch/alpha/include: stdarg.h 
	sys/arch/amd64/include: stdarg.h 
	sys/arch/hppa/include: stdarg.h 
	sys/arch/hppa64/include: stdarg.h 
	sys/arch/i386/include: stdarg.h 
	sys/arch/sparc64/include: stdarg.h 

Log message:
add a simple __va_copy inside ifdef lint, from tim van der molen.
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/29 22:10:35

Modified files:
	sys/dev/usb    : usbdi.c usbdi.h usbdivar.h 

Log message:
* add a process reference counting variable to struct usbd_device
* add functions to increment and decrement the reference count, and a
function to wait until the reference count is zero
ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2010/12/29 22:22:51

Modified files:
	sys/dev/usb    : if_run.c if_rum.c if_urtw.c if_ral.c 

Log message:
* do not add timeouts if the driver is dying
* use usbd_ref_{incr,decr,wait} to not detach while another process/thread
is using the driver
* s/usb_rem_task/usb_rem_wait_task/ in detach functions because detach
doesn't always happen in the task thread; otherwise a task could be
running while the driver detaches
* in detach functions, first delete pending timeouts, then wait for
processes to be done with the driver before freeing resources

ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 00:51:31

Modified files:
	archivers/unrar: Makefile distinfo 
	archivers/unrar/patches: patch-os_hpp 
Added files:
	archivers/unrar/patches: patch-unicode_hpp 

Log message:
- update unrar to 4.02
- maintainer timeout
- add and regen patches

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 01:19:31

Modified files:
	net/munin      : Makefile 

Log message:
- add missing dependency on p5-Log-Log4perl

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 01:33:24

Modified files:
	www/yaws       : Makefile 
Removed files:
	www/yaws/patches: patch-configure 

Log message:
-   erl(1) needs $HOME to be set, so remove the patch and properly deal with
it in CONFIGURE_ENV.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 01:33:59

Modified files:
	www/gecko-mediaplayer: Makefile 

Log message:
-   Fix install by setting LIB_DEPENDS so we can grab the libraries

ok dcoppa@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 01:53:36

Modified files:
	audio/xhippo   : Makefile distinfo 
	audio/xhippo/pkg: DESCR PLIST 
Removed files:
	audio/xhippo/patches: patch-configure_in 

Log message:
- update xhippo to 3.5
- set license marker
- reformat DESCR

maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2010/12/30 01:53:50

Modified files:
	sys/dev/ic     : mfi.c mfivar.h 

Log message:
cut mfi over to using iopools.

this gets rid of NO_CCB, provides better scheduling of io between busy
logical volumes on the same controller, and makes the ioctl and sensor
paths more reliable.

this is the least intrusive version of this change i could come up with. it
only took 4 or 5 goes...

ok marco@
deraadt@ says this is a good time for this change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 01:54:52

Modified files:
	www            : Makefile 
	www/node       : Makefile 

Log message:
Enable node and add a note as to why it's using the bundled libcares


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 02:01:09

Modified files:
	security/assl  : Makefile 
	security/assl/pkg: PLIST 
Added files:
	security/assl/pkg: PFRAG.no_mips64 

Log message:
- fix build on mips64*


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 02:12:01

Modified files:
	devel/cppcheck : Makefile distinfo 

Log message:
- update cppcheck to 1.46.1

from igor (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 02:31:35

Modified files:
	devel/p5-DateTime-Format-HTTP: Makefile distinfo 

Log message:
- update p5-DateTime-Format-HTTP to 0.40


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 02:54:51

Modified files:
	devel/p5-DateTime-Format-ISO8601: Makefile distinfo 

Log message:
- update p5-DateTime-Format-ISO8601 to 0.07
- add REGRESS_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 03:07:01

Modified files:
	devel/p5-DateTime-Format-Pg: Makefile distinfo 

Log message:
- update p5-DateTime-Format-Pg to 0.16005


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2010/12/30 03:21:25

Modified files:
	www/havp       : Makefile distinfo 
	www/havp/pkg   : PLIST 
Added files:
	www/havp/pkg   : havp.rc 
Removed files:
	www/havp/pkg   : MESSAGE 

Log message:
Update to 0.92a and add an rcscript
Hints and ok ajacoutot@, ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 03:39:31

Log message:
    import p5-Iterator;
    
    a general-purpose iterator class.
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101230
    
    N ports/devel/p5-Iterator/distinfo
    N ports/devel/p5-Iterator/Makefile
    N ports/devel/p5-Iterator/pkg/PLIST
    N ports/devel/p5-Iterator/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 03:41:42

Log message:
    import p5-Iterator-Util;
    
    essential utilities for the Iterator class.
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20101230
    
    N ports/devel/p5-Iterator-Util/distinfo
    N ports/devel/p5-Iterator-Util/Makefile
    N ports/devel/p5-Iterator-Util/pkg/PLIST
    N ports/devel/p5-Iterator-Util/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 03:43:09

Modified files:
	devel/p5-Iterator: Makefile 
	devel/p5-Iterator/pkg: DESCR 

Log message:
- fix COMMENT
- fix depends
- re-format DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2010/12/30 04:11:42

Modified files:
	archivers/deco : Makefile 

Log message:
set NO_REGRESS


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/30 04:17:10

Modified files:
	databases/redis: Makefile 

Log message:
New HOMEPAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 05:55:03

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : README 

Log message:
Mention gtk+2-cups.

prodded by Jiri B.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 05:57:52

Modified files:
	devel          : Makefile 

Log message:
+p5-Iterator
+p5-Iterator-Util


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/30 06:36:09

Modified files:
	audio/celt     : Makefile distinfo 
Added files:
	audio/celt/patches: patch-libcelt_celt_c 
Removed files:
	audio/celt/patches: patch-libcelt_pitch_c 

Log message:
Update to celt-0.10.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/30 07:10:14

Modified files:
	sys/arch/hppa/include: cpu.h 
	sys/arch/hppa/dev: cpu.c 

Log message:
Implement cpu_unidle() for MP kernels.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/30 07:26:14

Modified files:
	sys/arch/hppa/include: cpu.h 
	sys/arch/hppa/hppa: machdep.c 

Log message:
Turn signotify() into a function that also calls cpu_unidle().

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2010/12/30 07:30:12

Modified files:
	sys/arch/hppa/hppa: genassym.cf locore.S 

Log message:
Prior to loading the FPU context onto the current CPU, check to see if the
FPU context is still present on another CPU. If so, perform an FPU
shootdown and wait for the FPU context to be saved before continuing.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/30 08:10:54

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
Since we save the interrupt mask in the trapframe when we get a trap, we
might restore the wrong mask when we switch CPUs.  Since we should be
running with the proper mask when we enter $syscall_return, simply save
the proper mask into the trapframe such that we restore the right interrupt
mask later on.

tested by jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 08:38:33

Modified files:
	devel/p5-String-CRC32: Makefile distinfo 

Log message:
- update p5-String-CRC32 to 1.4

ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 08:40:34

Modified files:
	net/zabbix     : Makefile distinfo 

Log message:
Update to zabbix-1.8.4rc4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/30 09:21:00

Modified files:
	net/p5-Net-Whois-RIPE: Makefile distinfo 
	net/p5-Net-Whois-RIPE/pkg: PLIST 

Log message:
- update p5-Net-Whois-RIPE to 2.00002
- regen PLIST
- change License
- add RUN_DEPENDS

This is a complete rewrite of version 1.31 of the module.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 09:28:12

Modified files:
	sys/dev/usb    : umsm.c usbdevs 

Log message:
Add the Novatel EU870D HSDPA modem found in (at least) Dell XT.

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 09:28:36

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Regen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 09:32:05

Modified files:
	audio/xmp      : Makefile 

Log message:
Unbreak by fixing dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 09:49:23

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-main 

Log message:
Move the goos where they belong and add missing update-mime-database one
while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/30 10:51:25

Modified files:
	mail/sympa     : Makefile distinfo 
	mail/sympa/patches: patch-Makefile_in patch-configure 
	                    patch-soap_Makefile_in patch-src_Makefile_in 
	                    patch-src_etc_script_sympa_in 
	                    patch-src_familyqueue_c 
	                    patch-src_lib_List_pm 
	                    patch-src_lib_confdef_pm patch-src_queue_c 
	                    patch-wwsympa_Makefile_in 
	                    patch-wwsympa_icons_Makefile_in 
	mail/sympa/pkg : PLIST README 
Added files:
	mail/sympa/files: httpd-sympa.conf 
	mail/sympa/patches: patch-doc_man8_Makefile_in 
	                    patch-src_etc_script_create_db_SQLite 
	                    patch-src_lib_Upgrade_pm 
	mail/sympa/pkg : MESSAGE sympa.rc wwsympa.rc 
Removed files:
	mail/sympa/patches: patch-src_lib_Lock_pm 

Log message:
Update to Sympa 6.1.3.
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README

With help and feedback from J.G Pailloncy, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/30 10:55:32

Modified files:
	www/webkit     : Makefile distinfo 

Log message:
Update to webkit 1.2.6, bugfixes only. Tweak WANTLIB while here.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 11:23:19

Modified files:
	es             : donations.html goals.html index.html plat.html 
	                 policy.html why-cvs.html 
	faq/pt         : faq1.html 
	fr             : anoncvs.html donations.html 
	nl             : anoncvs.html donations.html 
Removed files:
	faq/es         : upgrade-old.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/30 11:49:31

Modified files:
	sys/arch/alpha/conf: Makefile.alpha 
	sys/arch/amd64/conf: Makefile.amd64 
	sys/arch/armish/conf: Makefile.armish 
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/beagle/conf: Makefile.beagle 
	sys/arch/gumstix/conf: Makefile.gumstix 
	sys/arch/hp300/conf: Makefile.hp300 
	sys/arch/hppa/conf: Makefile.hppa 
	sys/arch/hppa64/conf: Makefile.hppa64 
	sys/arch/i386/conf: Makefile.i386 
	sys/arch/landisk/conf: Makefile.landisk 
	sys/arch/loongson/conf: Makefile.loongson 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mac68k/conf: Makefile.mac68k 
	sys/arch/macppc/conf: Makefile.macppc 
	sys/arch/mvme68k/conf: Makefile.mvme68k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/mvmeppc/conf: Makefile.mvmeppc 
	sys/arch/octeon/conf: Makefile.octeon 
	sys/arch/palm/conf: Makefile.palm 
	sys/arch/sgi/conf: Makefile.sgi 
	sys/arch/socppc/conf: Makefile.socppc 
	sys/arch/solbourne/conf: Makefile.solbourne 
	sys/arch/sparc/conf: Makefile.sparc 
	sys/arch/sparc64/conf: Makefile.sparc64 
	sys/arch/vax/conf: Makefile.vax 
	sys/arch/zaurus/conf: Makefile.zaurus 

Log message:
If genassym fails, sort on the pipeline will indicate no error resulting
in some grief.  Split this out.
From Vladimir Kirillov


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2010/12/30 12:09:03

Modified files:
	audio/xmp      : Makefile 

Log message:
fix tyop


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/30 12:22:26

Modified files:
	etc/etc.hppa   : Makefile.inc 

Log message:
Start shipping bsd.mp for hppa; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/30 12:25:19

Modified files:
	distrib/notes/hppa: features 

Log message:
hppa can do SMP now; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/30 12:29:34

Modified files:
	distrib/notes/hppa: contents 

Log message:
bsd.mp here too


CVSROOT:	/cvs
Module name:	ports
Changes by:	lum@cvs.openbsd.org	2010/12/30 13:02:30

Modified files:
	net/filezilla  : Makefile distinfo 
Removed files:
	net/filezilla/patches: patch-Makefile_in 
	                       patch-src_dbus_wxdbusconnection_cpp 

Log message:
update to filezilla-3.3.5.1
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/30 13:29:13

Modified files:
	sys/dev/ata    : wd.c 

Log message:
The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro
can't address block 0xffffffff in LBA mode, at least in combination with
the Hitachi HTS545032B9SA02 and HTS545050B9SA02 drives that Apple ships.
So use LBA48 mode from that block onwards.

ok marco@, deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/30 14:35:17

Modified files:
	usr.bin/tmux   : cmd-choose-window.c status.c tmux.h window.c 

Log message:
Add a function to create window flags rather than doing the same thing
in two places. From Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/30 14:45:32

Modified files:
	usr.bin/xlint/llib: llib-lposix 

Log message:
Add syslog.h, wchar.h, and wctype.h #includes and functions.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/30 15:05:46

Modified files:
	sys/dev        : rnd.c 

Log message:
be more cynical about boot-time entropy, and fold time and entropy data in.
ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/30 16:16:18

Modified files:
	usr.bin/tmux   : Makefile cmd-capture-pane.c cmd-choose-buffer.c 
	                 cmd-delete-buffer.c cmd-generic.c 
	                 cmd-list-buffers.c cmd-load-buffer.c 
	                 cmd-paste-buffer.c cmd-save-buffer.c 
	                 cmd-set-buffer.c cmd-set-option.c 
	                 cmd-show-buffer.c cmd.c paste.c server.c 
	                 session.c status.c tmux.1 tmux.c tmux.h 
	                 window-copy.c 
Removed files:
	usr.bin/tmux   : cmd-copy-buffer.c 

Log message:
Change from a per-session stack of buffers to one global stack which is
much more convenient and also simplifies lot of code. This renders
copy-buffer useless and makes buffer-limit now a server option.

By Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/30 16:17:41

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Fix BUFFERS section now they are global.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/30 16:20:13

Modified files:
	usr.bin/tmux   : cmd-capture-pane.c tmux.h 

Log message:
Remove some unused defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2010/12/30 17:41:11

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
fix trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/30 19:58:58

Modified files:
	lib/libc/gen   : sigsetops.c 

Log message:
Make this compile with llvm-clang; problem pointed out by Amit Kulkarni


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/30 20:02:45

Modified files:
	lib/libpthread/arch/amd64: uthread_machdep.c 

Log message:
Make this compile with llvm-clang; problem pointed out by Amit Kulkarni


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 23:44:21

Modified files:
	mail/sympa     : Makefile 

Log message:
Unbreak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 23:50:46

Modified files:
	mail/sympa     : Makefile 
	mail/sympa/pkg : sympa.rc 

Log message:
Don't hide errors in rc script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 23:58:18

Modified files:
	x11/vlc        : Makefile 

Log message:
SECURITY: CVE-2010-3907
Buffer overflow in Real demuxer.

See http://www.videolan.org/security/sa1007.html for details.

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/30 23:58:44

Added files:
	x11/vlc/patches: patch-modules_demux_real_c 

Log message:
Forgot to cvs add in previous...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/31 00:10:02

Modified files:
	astro/celestia : Makefile 

Log message:
Move REVISION where one can see it.


CVSROOT:	/cvs
Module name:	www
Changes by:	stephan@cvs.openbsd.org	2010/12/31 01:10:22

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs.ini.uzh.ch is down and won't be restored, at least not at INI.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/31 01:35:47

Modified files:
	editors/libreoffice: Makefile 

Log message:
Add missing dep on misc/shared-mime-info.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2010/12/31 04:00:57

Modified files:
	net/gftp       : Makefile 

Log message:
Remove myself from MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/31 04:46:01

Modified files:
	www/minitube/patches: patch-src_MainWindow_cpp 

Log message:
Regen patch-src_MainWindow_cpp
No functional changes, no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2010/12/31 05:03:55

Modified files:
	x11/gnome-mplayer/patches: patch-src_gui_c 
	                           patch-src_libgmlib_gm_file_c 
	                           patch-src_main_c patch-src_thread_c 

Log message:
Sync patch comments with reality
No functional changes, no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/12/31 05:15:31

Modified files:
	sbin/pfctl     : parse.y 
	share/man/man5 : pf.conf.5 

Log message:
According to pf_scrub_ip6() pf does not support the scrub options
no-df, random-id, set-tos for IPv6 rules.  Check this in pfctl and
document it in pf.conf(5).
ok henning@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/12/31 05:21:36

Modified files:
	sys/net        : pf.c 

Log message:
Address comparisson is implemented twice in pf.c.  Put this into a
common function pf_addr_compare().
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2010/12/31 05:26:57

Modified files:
	sys/net        : pf_norm.c 

Log message:
Remove dead code from pf_norm.c.  The fragment cache is some leftover
from fragment crop.  PFFRAG_NOBUFFER and PFFRAG_DROP are never set.
pf_cache_pl and pf_cent_pl have no pool_get.
ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2010/12/31 06:07:52

Modified files:
	.              : smp.html hppa.html 

Log message:
hppa does reliable smp now.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 07:06:05

Modified files:
	sys/dev/pci    : if_athn_pci.c 
	sys/dev/cardbus: if_athn_cardbus.c 
	sys/dev/ic     : athn.c athnreg.h athnvar.h ar5008.c ar9003.c 
	                 ar9280.c ar9285.c ar9287.c ar9380.c 

Log message:
Make the athn(4) back-end more bus agnostic by moving read and write
operations to callbacks in the PCI and CardBus front-ends.
This will allow support of other buses like USB.
Assume the following memory model:
- writes are ordered but may be buffered and require explicit flush
- a read always flushes all buffered writes


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 07:37:15

Modified files:
	sys/dev/ic     : ar9285reg.h ar9380reg.h 

Log message:
add initvals for the AR9271.
add initvals for the AR9485.
update initvals for the AR9380 2.2 (from ath9k):
"reduce the likelihood of false pulse detects in the hardware"
"improve carrier leak calibration/correction"


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 07:52:47

Modified files:
	sys/dev/pci    : if_athn_pci.c 
	sys/dev/cardbus: if_athn_cardbus.c 
	sys/dev/ic     : athn.c 

Log message:
move the printing of the MAC address to the same line than the MAC rev.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 10:17:14

Modified files:
	sys/dev/ic     : ar5008.c ar9285.c ar9285reg.h athn.c athnreg.h 

Log message:
commit some bits that will be required by AR9271/AR7010


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2010/12/31 10:21:45

Modified files:
	textproc/p5-Text-Aligner: Makefile distinfo 

Log message:
- update p5-Text-Aligner to 0.07

ok kevlo@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 10:50:48

Modified files:
	sys/dev/ic     : ar5008.c ar5008reg.h ar9280.c ar9285.c ar9287.c 

Log message:
of course, GPIO handling on AR9271 and AR7010 had to be different
from all other chips... quite nightmarish.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 11:08:14

Modified files:
	sys/dev/ic     : ar9380reg.h 

Log message:
Fix conformance test limit values in default AR9380 rom images.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 11:20:13

Modified files:
	.              : smp.html 

Log message:
spelling


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 11:20:45

Modified files:
	.              : smp.html 

Log message:
delete the MD-specific gunk


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 11:24:41

Modified files:
	sys/dev/ic     : athn.c 

Log message:
move reading of the hardware revision earlier.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 11:49:31

Modified files:
	share/man/man4 : iwn.4 

Log message:
new firmware package with updated image for the 6250.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/31 12:20:42

Modified files:
	sys/dev/ic     : isp_openbsd.c 

Log message:
Add missing scsi_done().

ok matthew@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/31 12:26:00

Modified files:
	sys/dev/ic     : isp.c 

Log message:
The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implement
the commands necessary to do "big" SCSI commands (e.g. READ_CAPACITY_16).
Bail out early on those cards instead of attempting to execute the
unimplemented firmware command and failing to recover from it.

ok krw@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 12:26:46

Modified files:
	distrib/hppa   : install.md 

Log message:
add support for bsd.mp


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 12:47:50

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
cleanup the mess in iwn(4) intel wireless pci ids and add new ones.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 12:48:56

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h if_iwn.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/31 12:54:05

Modified files:
	include        : dirent.h 

Log message:
Standards compliance: expose dirfd with XPG7 and scandir and alphasort
with POSIX 2008

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 13:37:36

Modified files:
	sys/arch/m88k/include: va-m88k.h 

Log message:
Provide a lint-friendly __va_copy(), as done on all other platforms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 13:38:55

Modified files:
	sys/arch/m88k/m88k: db_interface.c 

Log message:
In db_write_bytes(), cope with memory addresses mapped by the two hardwired
88200 BATC entries, and don't bother trying to flip pte bits in that case.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 13:50:14

Modified files:
	sys/dev/usb    : if_rsu.c if_urtwn.c 

Log message:
grrr... use the same style in the activate functions than in the
surrounding code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 13:54:21

Modified files:
	sys/arch/m88k/include: cmmu.h 
	sys/arch/m88k/m88k: m8820x_machdep.c pmap.c trap.c 
	sys/arch/mvme88k/include: m88110.h m88410.h 
	sys/arch/mvme88k/mvme88k: m197_machdep.c m88110.c m88410.c 

Log message:
Standardize cache handling functions and defines to use wb/wbinv/inv instead
of flush/sync/inval. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 14:12:16

Modified files:
	sys/arch/m88k/include: cmmu.h 
	sys/arch/m88k/m88k: m8820x_machdep.c 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Introduce a new cmmu routine, for page writebacks without invalidate. Will be
used two commits from now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 14:16:31

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Yet another rework of the cache flushing routines. Fixes some bugs, probably
introduces new ones as well. Main highlights are:
- 88200 lines which got marked as unusable by the BUG selftests will not be
reenabled at CMMU initialization time.
- better granularity in the 88110/88410 routines, to operate on ranges closer
to the actual requested area, errata permitting.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 14:22:33

Modified files:
	sys/arch/m88k/m88k: pmap.c 

Log message:
Handle writethrough mappings (as opposed to writeback) better:
- a writeback->writethrough downgrade only requires a cache writeback, not a
writeback and invalidate.
- apparently the 88200 does not behave correctly (i.e. according to its
documentation) when a given page is accessed with both writethrough and
writeback cacheability (even though the cache lines are physically indexed
and physically tagged), so make sure to force writeback of writeback pages
when they risk being reused as writethrough (hair_count -= MAXHAIR).

Better coherency in page table backing store cacheability: these need to be
cache invalidated on 88100+88200 (because of hardware update of modified and
used pte bits), and writethrough on 88110.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/31 14:22:42

Modified files:
	usr.sbin/bgpd  : printconf.c rde_attr.c rde_update.c 
	usr.sbin/dvmrpd: parse.y 
	usr.sbin/ldpd  : labelmapping.c 
	usr.sbin/ospf6d: packet.c 
	usr.sbin/relayctl: relayctl.c 
	usr.sbin/relayd: relayd.h 
	usr.sbin/bind/bin/named: main.c 

Log message:
Add missing #includes instead of assuming that some system header pulls in
the needed bits

ok deraadt@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 14:23:55

Modified files:
	sys/dev/ic     : ar9380.c athnvar.h ar9380reg.h ar9003.c 

Log message:
limit the number of Tx chains used on some 3-stream AR9380 chips
for MCS0~15 to not exceed the PCIe power requirements.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2010/12/31 14:38:08

Modified files:
	sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c m8820x.c 
	                        machdep.c 
	sys/arch/aviion/conf: files.aviion 
	sys/arch/aviion/dev: if_le_syscon.c vme.c 
	sys/arch/aviion/include: pmap.h vmparam.h 
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/luna88k/include: pmap.h vmparam.h 
	sys/arch/luna88k/luna88k: machdep.c pmap_table.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: pmap.h pmap_table.h vmparam.h 
	sys/arch/m88k/m88k: pmap.c 
	sys/arch/mvme88k/conf: files.mvme88k 
	sys/arch/mvme88k/include: pmap.h vmparam.h 
	sys/arch/mvme88k/mvme88k: m187_machdep.c m188_machdep.c 
	                          m197_machdep.c machdep.c pmap_table.c 
Added files:
	sys/arch/m88k/m88k: mem.c 
Removed files:
	sys/arch/aviion/aviion: mem.c 
	sys/arch/luna88k/luna88k: mem.c 
	sys/arch/mvme88k/mvme88k: mem.c pmap_bootstrap.c 

Log message:
Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap
since a large part of the structures and logic remains.

Since m88k has separate supervisor/user spaces, we can map physical memory 1:1
in supervisor space, and have the kernel virtual address space start from the
end of physical memory.

This allows us to switch to __HAVE_PMAP_DIRECT. And to get rid of the double
mapped sdt, since now their virtual and physical addresses will always match.

The upper bound of the kernel virtual memory space is now platform dependent,
until the code which relies upon some hardware devices being mapped 1:1 in
supervisor mode is updated to no longer require this (this is mainly a PITA on
luna88k, where onboard devices start at 0x40000000, leaving only 1GB of KVA at
the moment - still much better than the previous 512MB).

Tested on mvme88k only (187, 188, 197LE, 197DP). Other platforms ought to
work, aviion will be checked shortly and fixed if necessary. No known
OpenBSD/luna88k system in working condition at the moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2010/12/31 14:44:38

Modified files:
	sys/dev/ic     : athn.c 

Log message:
when stopping Rx, set the AR_DIAG_RX_ABORT bit too.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2010/12/31 14:49:54

Modified files:
	usr.sbin/ripd  : rde.c 

Log message:
Change <sys/types.h> to <sys/param.h> instead of assuming that some
system header pulls the latter in

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 15:32:21

Modified files:
	sys/sys        : conf.h 
	sys/dev        : rnd.c 

Log message:
all random nodes have been arc4-based for a while, so none of them ever
block. the kq and poll code should have been replaced with "selltrue"
type code a while ago.
with and ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 15:38:07

Modified files:
	sys/dev        : rnd.c 

Log message:
further improvements describing what we are doing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 15:39:11

Modified files:
	sys/dev        : rnd.c 

Log message:
delete includes we do not need


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 15:40:19

Modified files:
	sys/dev        : rnd.c 

Log message:
cleanup the ioctl function


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 15:45:19

Modified files:
	sys/dev        : rnd.c 

Log message:
make randomattach do the parts of it's job in the right order, then move
it to where it belongs


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2010/12/31 15:58:40

Modified files:
	sys/dev/ata    : wd.c 

Log message:
Reintroduce the code that puts the drive into standby in shutdown, but
only do this if we're going to power down the machine.

"My god, it is a 3 line diff.  Commit it before it gets bigger!" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 17:44:24

Modified files:
	usr.bin/tmux   : cmd-choose-buffer.c 

Log message:
Remove unused variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 18:12:10

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd-new-session.c 
	                 cmd-switch-client.c server-client.c server-fn.c 
	                 server.c session.c tmux.h 

Log message:
Don't reset the activity timer for unattached sessions every second,
this screws up the choice of most-recently-used. Instead, break the time
update into a little function and do it when the session is attached.

Pointed out by joshe@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 18:33:07

Modified files:
	usr.bin/tmux   : cmd-new-window.c cmd-split-window.c tmux.1 

Log message:
Add a -P option to new-window and split-window to print the new window
or pane index in target form (useful to pass it into other commands).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 18:41:02

Modified files:
	sys/dev        : rnd.c 

Log message:
comment cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 19:16:26

Modified files:
	usr.bin/tmux   : tty-keys.c 

Log message:
Key table should be const.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 20:32:28

Modified files:
	usr.bin/tmux   : cmd-server-info.c tmux.h tty-term.c 

Log message:
Another table that should be const.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 20:39:21

Modified files:
	usr.bin/tmux   : mode-key.c tmux.h 

Log message:
Sprinkle a little more const.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2010/12/31 20:43:20

Modified files:
	usr.bin/tmux   : input-keys.c key-string.c xterm-keys.c 

Log message:
Last few tables that should be const.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/12/31 23:54:51

Modified files:
	sys/kern       : init_main.c 

Log message:
copyright++;


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 03:48:31

Modified files:
	sys/dev/ic     : athnvar.h ar9380reg.h ar9380.c ar9003reg.h 
	                 ar9003.c ar5008.c 

Log message:
add code to read OTPROM on the AR9485


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/01 04:24:45

Modified files:
	usr.bin/tmux   : cmd-suspend-client.c tmux.1 

Log message:
suspend-client has used -t for the client target (like everything else)
for ages, fix the usage string and man page and trim some leftover code.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/01 04:25:54

Modified files:
	usr.bin/gencat : gencat.c 

Log message:
Put "else if" split between two lines together, then move whitespace.
ok deraadt (ok'd sep2009)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/01 04:55:58

Log message:
    import drupal6-image-1.1, a very basic image handling module:
    
    This module allows users with proper permissions to upload images into
    Drupal. Thumbnails and additional sizes are created automatically.
    Images could be posted individually to the front page, included in
    stories or grouped in galleries.
    Image module ships with several add-on modules: Image Gallery, Image
    Attach, Image Import and ImageMagick Advanced.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	stephan
    Release Tags:	stephan_2011-01-01
    
    N ports/www/drupal6/image/Makefile
    N ports/www/drupal6/image/distinfo
    N ports/www/drupal6/image/pkg/PLIST
    N ports/www/drupal6/image/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/01 04:56:53

Modified files:
	www/drupal6    : Makefile 

Log message:
+image


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 05:09:57

src/regress/usr.bin/mandoc/roff/args

Update of /cvs/src/regress/usr.bin/mandoc/roff/args
In directory cvs.openbsd.org:/tmp/cvs-serv21770/args

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/args added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 05:11:37

Modified files:
	usr.bin/sort   : fields.c 

Log message:
Stop enterfield() from writing beyond the end of the buffer.
Fixes PR 6294.

ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/01 05:57:26

Modified files:
	textproc/p5-Text-Reform: Makefile distinfo 
	textproc/p5-Text-Reform/pkg: PLIST 

Log message:
- update p5-Text-Reform to 1.20
- add examples
- regen PLIST

ok Sam Smith (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 05:58:33

Modified files:
	sys/dev/ic     : athnreg.h 

Log message:
unbreak kernel builds; sorry guys.

pointed out by Benoit Lecocq.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 06:44:43

Modified files:
	sys/dev/ic     : ar9003.c ar9003reg.h ar9380.c ar9380reg.h 

Log message:
more AR9380/AR9485 bits.
add Tx gain initvals for high-power AR9380 solutions.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 07:25:03

Modified files:
	sys/dev/ic     : ar9280.c ar9285.c ar9380.c 

Log message:
cleanup, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 08:18:23

Modified files:
	sys/arch/hppa/dev: elroy.c 

Log message:
Only store bus/dev/func numbers when the corresponding pointer argument
isn't NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 08:20:19

Modified files:
	sys/arch/hppa/dev: dino.c 

Log message:
Only store bus/dev/func numbers when the corresponding pointer argument
isn't NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 09:00:57

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly.
cleanup other AR928X+AR7010 ids while i'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/01 09:01:43

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/01 09:14:41

Modified files:
	devel/cunit    : Makefile 

Log message:
Add ncurses LDFLAGS, needed for regress tests for math/udunits.
Bump Revision.
ok maintainer.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 09:33:37

Modified files:
	sys/arch/hppa/hppa: intr.c 

Log message:
Fix horribly broken softintr_establish().  The old code was not managing the
linked list of handlers properly.  Fixes issues with usb(4) reported by
matthieu@.

tested by matthieu@, ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2011/01/01 09:34:42

Modified files:
	sys/dev        : midi.c 

Log message:
fix spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/01 09:51:21

Modified files:
	usr.bin/tmux   : Makefile cmd-set-option.c cmd-show-options.c 
	                 status.c tmux.c tmux.h 
Added files:
	usr.bin/tmux   : options-table.c 

Log message:
Move the user-visible parts of all options (names, types, limit, default
values) together into one set of tables in options-table.c. Also clean
up and simplify cmd-set-options.c and move a common print function into
option-table.c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/01 09:58:08

Modified files:
	math/udunits   : Makefile distinfo 

Log message:
Update udunits to 2.1.20.
Modified my mail address. Move cunit to REGRESS_DEPENDS, make regress works fine now.
reads ok aja@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/01 10:25:06

Modified files:
	distrib/hppa   : install.md 

Log message:
swap kernels without changing directory; other install.md should be modified like this


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 10:38:11

Modified files:
	usr.bin/mandoc : man.c mdoc.c 

Log message:
Clean up {mdoc,man}_{p,v}msg invocations:
Ignore the return values, they are constant anyway.
From kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/01 11:59:26

Modified files:
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 

Log message:
- ansify

ok jsing@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/01 12:00:56

Modified files:
	sys/arch/hppa/dev: clock.c 
	sys/arch/hppa/hppa: machdep.c 

Log message:
Move setting cpu_hzticks to the clock initialization function, like
other ports (e.g. hppa64) do.

ok jsing@ kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/01 12:03:09

Modified files:
	.              : hppa.html 

Log message:
sync todo list with reality

from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/01 12:43:04

Modified files:
	sys/dev        : rnd.c 

Log message:
Do not fold the MD5 in half.  This might have made sense to someone when
we were feeding the MD5 output direct to consumers, but now we only feed
the RC4, so the effect is to throw away half of the stretched data.
ok tedu djm, initial discussion started by kjell


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2011/01/01 13:28:44

Modified files:
	.              : hppa.html 

Log message:
Remove mention of single processor since some machine now do SMP.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 13:32:18

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
Implement READ CAPACITY (16).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 13:38:09

Modified files:
	regress/usr.bin/mandoc/mdoc/Mt: Makefile simple.in 
	                                simple.out_ascii 

Log message:
also test .Mt without arguments


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/01 13:39:44

Modified files:
	app/xdm/config : Xstartup.cpp 

Log message:
Fix duplicated code resulting from a bad merge of xdm 1.1.9.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 13:49:53

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
Corretctly return 0xffffffff for the returned LBA if the disk is too large
for the READ CAPACITY command.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/01 13:58:32

Modified files:
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 14:00:12

Modified files:
	regress/usr.bin/mandoc/mdoc/Bd: blank.in blank.out_ascii 

Log message:
also test .Pp in literal context


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 14:14:09

Modified files:
	regress/usr.bin/mandoc/roff/string: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/string: zerolength.in 
	                                    zerolength.out_ascii 

Log message:
test handling of zero-length user-defined strings


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/01 15:08:43

Modified files:
	regress/usr.bin/mandoc/mdoc/Fl: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Fl: parsed.in parsed.out_ascii 

Log message:
test whether the .Fl macro is parsed


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/01 15:09:33

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cache
lines and restore them after invalidating rounded-to-cacheline-boundary ranges.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2011/01/01 16:37:11

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 17:35:23

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Declare ourselves to be a virtual disk server during the version negotiation
phase.  Gets us past the version negotiation against an OpenSolaris virtual
disk client.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/01 17:49:05

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Use the session ID passed to use by the virtual disk client, and pass back
a bit more information to the client during the attribute negotiation phase.
Gets us past the attribute negotiation phase against an OpenSolaris virtual
disk client.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2011/01/01 21:56:57

Modified files:
	sys/dev/acpi   : acpi.c acpibtn.c acpisony.c acpithinkpad.c 
	                 acpivar.h dsdt.c dsdt.h 

Log message:
Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc
Serialize processing ACPI tasks for sleep/powerdown/GPE event
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/01 23:52:42

Modified files:
	x11/vlc        : Makefile 

Log message:
Missed bumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:31:23

Modified files:
	print/foomatic-filters: Makefile distinfo 
	print/foomatic-filters/patches: patch-foomaticrip_c 
Removed files:
	print/foomatic-filters/patches: patch-fileconverter_c 
	                                patch-util_c 

Log message:
Bugfix update to foomatic-filters-4.0.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:32:08

Modified files:
	print/foomatic-db-engine: Makefile distinfo 

Log message:
Bugfix update to foomatic-db-engine-4.0.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:33:10

Modified files:
	print/foomatic-db: Makefile distinfo 
	print/foomatic-db/pkg: PLIST 

Log message:
Update to foomatic-db-4.0.20110101.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:38:52

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST-main 

Log message:
Maintenance update to foo2zjs-20101222.
Add support for HP LaserJet 1022n and HP LaserJet 1022nw.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:42:01

Modified files:
	multimedia/ffmpeg2theora: Makefile distinfo 

Log message:
Update to ffmpeg2theora-0.27.

from Brad, maintainer time-out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:46:54

Modified files:
	emulators/vba  : Makefile 

Log message:
Tighten LIB_DEPENDS, from Brad.
Regen WANTLIB while here.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/02 00:49:19

Modified files:
	es             : donations.html policy.html why-cvs.html 
	fr             : anoncvs.html hppa.html smp.html 
	nl             : anoncvs.html ftp.html smp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2011/01/02 03:40:48

Modified files:
	net/hpodder/patches: patch-hpodder_cabal 
Added files:
	net/hpodder/patches: patch-Commands_SetStatus_hs 

Log message:
Prepare for ghc-7.0.2:

- Let it build with base-4.
- Add explicite type signature to a catch.

ok if it still builds with ghc-6.12.3, dcoppa@ (maintainer)
test-build with ghc-6.12.3 by Dawe <dawedawe at gmx dot de>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/02 04:03:41

src/regress/usr.bin/mandoc/man

Update of /cvs/src/regress/usr.bin/mandoc/man
In directory cvs.openbsd.org:/tmp/cvs-serv11141/man

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/02 04:06:33

src/regress/usr.bin/mandoc/man/IP

Update of /cvs/src/regress/usr.bin/mandoc/man/IP
In directory cvs.openbsd.org:/tmp/cvs-serv12033/IP

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/IP added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/02 04:06:34

src/regress/usr.bin/mandoc/man/TP

Update of /cvs/src/regress/usr.bin/mandoc/man/TP
In directory cvs.openbsd.org:/tmp/cvs-serv12033/TP

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/TP added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/02 04:43:38

src/regress/usr.bin/mandoc/man/nf

Update of /cvs/src/regress/usr.bin/mandoc/man/nf
In directory cvs.openbsd.org:/tmp/cvs-serv19930/nf

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/nf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/02 05:11:22

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Move away from using fixed-sized descriptors and fill in some missing bits
in the messages that ACK descriptors.  Makes OpenSolaris virtual disk clients
much happier and able to boot from a bootable automatic installer cdrom.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/02 05:53:45

Modified files:
	productivity/zim: Makefile 

Log message:
- add missing build dependencies


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/02 06:02:23

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
permit 2011; from Thomas Klausner


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/02 06:08:36

Modified files:
	sys/arch/hppa64/conf: files.hppa64 

Log message:
Include files.bluetooth so that hppa64 compiles.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/02 06:12:35

Modified files:
	x11/vlc        : Tag: OPENBSD_4_8 Makefile 
Added files:
	x11/vlc/patches: Tag: OPENBSD_4_8 patch-modules_demux_real_c 

Log message:
MFC, original by aja@
SECURITY: CVE-2010-3907
Buffer overflow in Real demuxer.

See http://www.videolan.org/security/sa1007.html for details.

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/02 06:16:53

Modified files:
	sys/arch/hppa64/hppa64: trap.c 

Log message:
We need db_machdep.h even when TRAPDEBUG is enabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/02 06:20:53

Modified files:
	devel/ruby-ffi : Makefile 

Log message:
- unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/02 06:25:17

Modified files:
	sys/arch/hppa64/dev: clock.c 
	sys/arch/hppa64/hppa64: machdep.c 

Log message:
- move resettodr and inittodr to clock.c, like the other clock related functions


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/02 06:29:50

Modified files:
	xserver        : configure.ac configure 
	xserver/hw/xfree86/os-support/bsd: Makefile.am Makefile.in 

Log message:
Repair build of Xorg on hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/02 06:31:56

Modified files:
	audio/p5-MP3-Tag: Makefile distinfo 
	audio/p5-MP3-Tag/pkg: PLIST 

Log message:
- update p5-MP3-Tag to 1.13
- regen PLIST

ok Andreas Bihlmaier (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/02 06:36:09

Modified files:
	sys/arch/hppa64/dev: elroy.c 

Log message:
Only store bus/dev/func numbers when the corresponding pointer argument
isn't NULL.

Original to hppa's elroy(4) by, and ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/02 06:38:28

Modified files:
	sys/dev/ic     : osiop.c 

Log message:
Prevent a few more NULL pointer dereferences in troublesome situations; from
NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/02 06:39:38

Modified files:
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 

Log message:
Fix dump to work with PMAP_DIRECT, as done on mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/02 06:40:07

Modified files:
	sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c 
	                        pmap_table.c 
	sys/arch/aviion/include: board.h 
	sys/arch/luna88k/luna88k: pmap_table.c 
	sys/arch/m88k/include: pmap_table.h 
	sys/arch/m88k/m88k: pmap.c 
	sys/arch/mvme88k/mvme88k: pmap_table.c 

Log message:
Kill pmap_table_t typedef.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/02 06:42:17

Modified files:
	.              : hppa64.html 

Log message:
- remove dead link and use the mirror instead


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2011/01/02 07:01:18

Modified files:
	sys/arch/hppa/conf: GENERIC files.hppa 

Log message:
Enable udl(4) on hppa, together with rasops and rawkbd for Xorg.
Xorg is not yet built in xenocara, this will come later.
ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/02 07:04:18

Modified files:
	xserver        : Makefile.bsd-wrapper 
	driver         : Makefile 

Log message:
Enable Xorg and a few drivers on hppa. Only wsudl works for now.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/02 07:23:40

Modified files:
	xserver        : Makefile.bsd-wrapper 
	kdrive         : Makefile.bsd-wrapper 

Log message:
Specify default xkb rules for Xnest and Xephyr.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 07:26:17

Modified files:
	usr.sbin/pkg_add/OpenBSD: CollisionReport.pm 

Log message:
kill very old idiom, I don't actually want to go thru items directly.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 07:39:18

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
tidy things: use ->new more often.
use mkdir directly to be able to report errors in a sane way (as the
File::Path interface is prone to change).
allow prepare to specify its own destdir (for temp files).
use state->system to report more errors.
be consistent in destdir error printing.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/02 07:47:28

Modified files:
	distrib/sets/lists/xbase: md.hppa 
	distrib/sets/lists/xserv: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 07:49:49

Modified files:
	usr.sbin/pkg_add/pod: OpenBSD::Ustar.pod 

Log message:
document optional prepare parameter


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 07:51:48

Modified files:
	usr.sbin/pkg_add/pod: OpenBSD::PackingList.pod 

Log message:
use new convention for methods with empty parameters.
document PrelinkStuffOnly


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/02 08:13:35

Modified files:
	regress/usr.bin/mandoc/char/space: Makefile 
	regress/usr.bin/mandoc/mdoc/Bd: blank.in blank.out_ascii 
Added files:
	regress/usr.bin/mandoc/char/space: multiple.in 
	                                   multiple.out_ascii tab-man.in 
	                                   tab-man.out_ascii 

Log message:
more tests of white space handling


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 08:25:45

Modified files:
	usr.sbin/pkg_add/OpenBSD: ArcCheck.pm PackingElement.pm 
	                          PkgCreate.pm 

Log message:
create formatted manpages as temporary files we remove after the fact.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/02 09:43:25

Modified files:
	faq            : faq8.html 

Log message:
sync smp list with reality.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/02 09:46:14

Modified files:
	.              : smp.html 

Log message:
IF we actually put "links to good documents here", put that line back.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/02 10:55:27

Modified files:
	sys/arch/mvme88k/include: mvme197.h 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Figure out how much L2 cache is available on 88410-blessed designs, and
report it in dmesg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/02 11:07:48

Modified files:
	devel/p5-DateTime-Format-ISO8601: Makefile 

Log message:
Bumping EPOCH and unbreak port after report by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/02 11:46:05

Modified files:
	faq            : faq14.html 

Log message:
LOTS of rework and update inspired by comments from krw@, and many thanks
to him for that!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/02 12:00:01

Modified files:
	faq            : faq8.html 

Log message:
Maurice Janssen pointed out that testing for bsd.mp compatability is
not something that users can do anymore, since bsd.mp is installed by
default on MP systems.  While there, some notes on adding a CPU to an MP
capable system and switching from bsd to bsd.mp.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/02 12:13:51

Modified files:
	faq            : faq8.html 

Log message:
improve mg's tutorial file link to point to the -HEAD checkout, and show
where it is if you have source code on your system...make running through
the tutorial easier!


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/02 12:32:51

Modified files:
	security/p5-Crypt-SaltedHash: Makefile distinfo 

Log message:
- update p5-Crypt-SaltedHash to 0.06
- change license

ok jim@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/02 13:41:23

Modified files:
	sys/arch/hppa/include: cpu.h 
	sys/arch/hppa/dev: cpu.c 

Log message:
Make need_resched() call cpu_unidle() such that we wake up a process running on
another CPU.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/02 13:50:55

Modified files:
	www/py-flup    : Makefile distinfo 
	www/py-flup/pkg: PLIST 

Log message:
Update to flup 1.0.2. martynas@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/02 14:59:17

Modified files:
	build          : mirrors.dat 
	.              : ftp.html ftplist anoncvs.html cvsync.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
- sync master file with anoncvs.html change "anoncvs.ini.uzh.ch is down
and won't be restored, at least not at INI"

- drop ftp/http/rsync mirrors with files in snapshots >3 weeks out of date


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/02 15:04:10

Modified files:
	www/py-django  : Makefile distinfo 
	www/py-django/pkg: PLIST 
Added files:
	www/py-django/patches: patch-django_core_servers_basehttp_py 

Log message:
Update django to 1.2.4 from Ryan Boggs (Maintainer).
Add spaces around variables.

SECURITY FIX :
http://www.djangoproject.com/weblog/2010/dec/22/security/


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2011/01/02 15:15:13

Modified files:
	www/xxxterm    : Makefile distinfo 

Log message:
* rewrite of the cookie code to work around all kinds of libsoup issues.
* undo tab closure
* add socket to drive browser from CLI
* add option to only launch one xxxterm session
* add yank/paste support
* add runtime JS toggle
* add runtime cookie toggle
* add basic command aliasing
* add generic code to display runtime settings
* add new tab navigation button
* add runtime file to save cookie and JS white list items
* add restart browser command
* add ctrl-arrow keys to navigate tabs
* add wrap-around tab support
* make ESC go to command mode when in search or address bar
* fix tabbing through entry fields
* move X on tabs to left and make it a real button
* add option to open new tab after the current one instead of always
appending to end of tab lists
* add session and persistent cookies in a sane matter (damn you libsoup)
* several other minor bug fixes

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/02 15:27:53

Modified files:
	editors/xemacs21: Makefile.inc 

Log message:
- cleanup master sites


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/02 15:28:29

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
More changes to pacify the Solaris virtual disk client.  Implement
VD_OP_GET_VTOC and VD_OP_GET_DISKGEOM.  Factor out the code to ACK descriptors
and fix a bug copying in/out a descriptor that crosses a page boundary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/02 15:29:42

Modified files:
	editors/xemacs21-sumo: Makefile 
	editors/xemacs21: Makefile.inc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2011/01/02 15:58:45

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
add missing newline between @url and @wantlib.
espie@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lum@cvs.openbsd.org	2011/01/02 16:34:16

Modified files:
	net/filezilla  : Makefile 
	net/filezilla/pkg: PLIST 
Added files:
	net/filezilla/patches: patch-Makefile_in 

Log message:
Fix previous commit, filezilla builds properly.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/02 17:12:06

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
broke symlinks, noticed by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/02 17:15:37

Modified files:
	editors/xemacs21/stable: Makefile 
Added files:
	editors/xemacs21/stable/patches: patch-etc_ctags_1 

Log message:
if you move manpages around, do things all the way


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/02 17:36:50

Modified files:
	distrib/amd64/common: install.md 
	distrib/i386/common: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/miniroot: install.sh install.sub 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/sparc64/common: install.md 

Log message:
reduce the amount of cd'ing in the install script, since it sucks
to change the environment that functions assume they run in.  use
sub-shells or absolute paths when possible.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/02 22:58:19

Modified files:
	sys/arch/m88k/m88k: db_trace.c 

Log message:
Rework backtrace code, and try to cope with variadic functions better
(those play nasty games with the stack pointer).


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2011/01/02 23:58:24

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Radeon HD 3450 AGP; from yason@linklevel.net


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2011/01/02 23:59:00

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 01:25:17

Modified files:
	security/p5-Crypt-SaltedHash: Makefile 

Log message:
- make this fetchable by setting CPAN_AUTHOR


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2011/01/03 01:46:26

Modified files:
	.              : want.html 

Log message:
I'd like to hack on beagle port; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/03 02:04:04

Modified files:
	share/man/man4 : uticom.4 

Log message:
- clarify bit about internal firmware, as pointed out by jmc@, and clarified
by Dmitry Komissaroff (uticom author)

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 02:30:34

Modified files:
	www/p5-Plack   : Makefile 

Log message:
- this port doesn't only have build dependencies...they ought to be run_depends
instead. and a missing one from maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/03 02:32:01

Modified files:
	lib/libssl     : generate_pkgconfig.sh 

Log message:
- adjust krb5 directories
- zap a trailing tab


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/01/03 03:00:22

Modified files:
	sys/dev/ic     : ac97.c 

Log message:
the flags method of the ac97 host interface is optional.  check that
it not NULL before using it.
fixes crash reported by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 03:22:29

Modified files:
	www/node       : Makefile distinfo 
	www/node/patches: patch-wscript 

Log message:
- update node.js to 0.2.6


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/03 03:32:48

Modified files:
	share/man/man4 : uticom.4 

Log message:
tweak previous; ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 03:44:27

Modified files:
	editors/xemacs21/stable: Makefile distinfo 
	editors/xemacs21/stable/patches: patch-configure_in 
	                                 patch-src_dumper_c 
	                                 patch-src_editfns_c 
	                                 patch-src_glyphs-eimage_c 
	editors/xemacs21/stable/pkg: PFRAG.mule PLIST 
Added files:
	editors/xemacs21/stable/pkg: README 
Removed files:
	editors/xemacs21/stable/pkg: MESSAGE 

Log message:
- update xemacs to 21.4.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 03:44:41

Modified files:
	editors/xemacs21-sumo: Makefile distinfo 
	editors/xemacs21-sumo/pkg: DESCR PFRAG.mule PLIST 

Log message:
- update xemacs-sumo to 2010-07-27
- sync xemacs pacakges in DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 03:50:51

Modified files:
	www/node/patches: patch-wscript 

Log message:
- and another chunk bites the dust


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/03 04:11:43

Modified files:
	comms/jpilot-syncmal: Makefile 
	comms/jpilot   : Makefile 
	comms/pilot-link: Makefile 
	comms/libmal   : Makefile 

Log message:
Remove myself from MAINTAINER.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/03 04:18:13

Modified files:
	sys/net        : if_vlan.c 

Log message:
Allow to change vlan options of existing vlan(4)/svlan(4) devices at
runtime instead of forcing the user to-recreate the interface with the
changed options.  The code now re-configures the interface instead of
returning EBUSY.  For example, it is now possible to run "ifconfig
vlan1 vlandev em0; ifconfig vlan1 vlandev em1" in a sequence.

ok claudio@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/03 06:11:49

Modified files:
	x11/xfce4/xfprint: Makefile 
Added files:
	x11/xfce4/xfprint/patches: patch-xfprint-manager_main_c 

Log message:
Fix http://bugzilla.xfce.org/show_bug.cgi?id=5160, bump REVISION.
Now cups printers properly show up in xfprint4-manager.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/03 06:21:05

Modified files:
	devel/nspr     : Makefile 
Added files:
	devel/nspr/patches: patch-mozilla_nsprpub_pr_src_misc_prsystem_c 

Log message:
Make sure that PR_GetPhysicalMemorySize() is properly implemented by
using the same code NetBSD uses. Tracked down after a report from tedu@
about default memory cache size. Reported upstream as
https://bugzilla.mozilla.org/show_bug.cgi?id=622425
ok & tested by dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/03 06:24:42

Modified files:
	editors/libreoffice: Makefile 
Added files:
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx 

Log message:
Antoine and I got annoyed with the *huge* icons in LO, so let's do what
they do on Mac OS X and use small icons up to 160 dpi.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 06:46:39

ports/devel/libclog/patches

Update of /cvs/ports/devel/libclog/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24331/patches

Log Message:
Directory /cvs/ports/devel/libclog/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 06:47:57

Modified files:
	devel/libclog  : Makefile 
	devel/libclog/pkg: PLIST 
Added files:
	devel/libclog/pkg: PFRAG.no_mips64 

Log message:
- fix build on mips64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/03 07:20:28

Log message:
    Import pdfkit: framework for accessing and rendering PDF content
    
    pkg/DESCR:
    PDFKit is a wrapper over the xpdf library v. 3.0.2.  It is used by
    GWorkspace for the PDF content inspector.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_2011_01_03
    
    N ports/x11/gnustep/pdfkit/Makefile
    N ports/x11/gnustep/pdfkit/distinfo
    N ports/x11/gnustep/pdfkit/pkg/DESCR
    N ports/x11/gnustep/pdfkit/pkg/PLIST
    N ports/x11/gnustep/pdfkit/patches/patch-configure
    N ports/x11/gnustep/pdfkit/patches/patch-xpdf_xpdf-3_02_xpdf_Makefile_in
    N ports/x11/gnustep/pdfkit/patches/patch-xpdf_xpdf-3_02_splash_Makefile_in
    N ports/x11/gnustep/pdfkit/patches/patch-xpdf_xpdf-3_02_GNUmakefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/03 07:21:44

Modified files:
	x11/gnustep    : Makefile 

Log message:
enable pdfkit


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/03 07:22:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
unbreak hardlinks, like MLINKS, too.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/03 07:23:42

Modified files:
	x11/gnustep/gworkspace: Makefile 
	x11/gnustep/gworkspace/pkg: PLIST 

Log message:
Now that pdfkit is in the ports tree, GWorkspace should make use of it.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/01/03 07:26:51

Modified files:
	lib/libutil    : opendev.3 

Log message:
Update to better describe reality, i.e. disklabel(8) UID usage.

ok jmc@ jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/03 08:03:03

Modified files:
	www/php5       : Makefile.inc distinfo 
	www/php5/core  : Makefile 
	www/php5/core/patches: patch-sapi_apache_mod_php5_c 
	                       patch-sapi_cgi_main_c 
	                       patch-sapi_cli_php_cli_c 
	www/php5/extensions: Makefile 
	www/php5/patches: patch-aclocal_m4 patch-configure_in 
	                  patch-ext_standard_config_m4 
	                  patch-php_ini-dist patch-php_ini-recommended 

Log message:
Update to 5.2.16


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2011/01/03 08:28:46

Modified files:
	sys/dev/ic     : ac97.c 

Log message:
use host_flags directly as they're initialized during attach time.
jakemsr@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2011/01/03 10:27:22

Modified files:
	.              : donations.html 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/03 10:38:24

Modified files:
	games/fortune/fortune: fortune.c 

Log message:
- plug mem leak.

ok chl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/03 11:00:16

Modified files:
	x11/gnustep/pdfkit: Makefile 
	x11/gnustep/pdfkit/patches: 
	                            patch-xpdf_xpdf-3_02_xpdf_Makefile_in 

Log message:
do not hardcode /usr/local use LOCALBASE instead
remove version from BUILD_DEPENDS, as it is not taken into account anyways

pointed out and OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/03 11:56:37

Modified files:
	editors/xemacs21/stable: Makefile 
	editors/xemacs21/stable/pkg: PLIST 

Log message:
fix order of files so that dir uninstalls properly


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/03 12:01:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
those all need newlines


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/03 12:02:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
redo the object creation in a more straightforward way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 12:14:28

Modified files:
	textproc/p5-XML-LibXML: Makefile 

Log message:
- this needs iconv module


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/03 12:15:38

Modified files:
	audio/xmp      : Makefile 

Log message:
Gah, it's BUILD_DEPENDS, not BUILD_DEPENDS-audacious... stupid me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 12:22:59

Modified files:
	audio/sox      : Makefile 

Log message:
- this needs iconv module


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/03 12:33:46

Modified files:
	usr.sbin/pkg_add: pkg_info.1 
	usr.sbin/pkg_add/OpenBSD: PkgInfo.pm 

Log message:
make it possible to check for a pkgspec by name, without looking at installed
stuff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 12:38:40

Modified files:
	comms/xastir   : Makefile 
	comms/gpsk31   : Makefile 
	databases/apache-couchdb: Makefile 

Log message:
- add missing modules and license marker
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2011/01/03 12:42:09

Removed files:
	sys/arch/i386/isa: kbdreg.h 

Log message:
remove unused file
ok krw, miod


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2011/01/03 12:46:34

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
remove sc->sc_kbcslot, as is always PCKBC_AUX_SLOT
ok krw, miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 12:47:11

Modified files:
	devel/smpeg    : Makefile 
	devel/libuta   : Makefile 
	devel/guilib   : Makefile 
	devel/asp2php  : Makefile 
	devel/beediff  : Makefile 
	devel/gtkparasite: Makefile 
	databases/keximdb: Makefile 

Log message:
- add missing modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 12:56:34

Modified files:
	devel/guilib   : Makefile distinfo 
	devel/guilib/patches: patch-Makefile_in 
	devel/guilib/pkg: DESCR PLIST 
Removed files:
	devel/guilib/patches: patch-GUI_menu_h 

Log message:
- update guilib to 1.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/03 13:40:22

Modified files:
	converters/p5-Convert-BER: Makefile distinfo 

Log message:
- update p5-Convert-BER to 1.32

ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/03 13:46:04

Modified files:
	www/wbox       : Makefile distinfo 
	www/wbox/pkg   : PLIST 

Log message:
- update wbox to 5
- change license
- update email of maintainer
- regen PLIST

ok laurent@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/03 14:30:49

Modified files:
	usr.bin/tmux   : status.c 

Log message:
Handle a # at the end of a replacement string (such as status-left)
correctly. Found by Thomas Adam.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 15:23:06

Modified files:
	databases/ruby-amalgalite: Makefile 

Log message:
- broken on mips64el


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/03 15:23:36

Modified files:
	multimedia/avidemux/patches: patch-configure_in_in 

Log message:
- add support for mips64(el)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 15:27:21

Modified files:
	usr.bin/mandoc : libmandoc.h man_argv.c mandoc.c roff.c 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/args: Makefile man.in man.out_ascii 
	                                  roff.in roff.out_ascii 

Log message:
Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro
argument parsing (in man_argv.c, man_args()), both having different bugs,
to use one common macro argument parser (in mandoc.c, mandoc_getarg()),
because from the point of view of roff, man macros are just roff macros,
hence their arguments are parsed in exactly the same way.

While doing so, fix these bugs:
* Escaped blanks (i.e. those preceded by an odd number of backslashes)
were mishandled as argument separators in unquoted arguments to
user-defined roff macros.
* Unescaped blanks preceded by an even number of backslashes were not
recognized as argument separators in unquoted arguments to man macros.
* Escaped backslashes (i.e. pairs of backslashes) were not reduced
to single backslashes both in unquoted and quoted arguments both
to user-defined roff macros and to man macros.
* Escaped quotes (i.e. pairs of quotes inside quoted arguments) were
not reduced to single quotes in man macros.

OK kristaps@

Note that mdoc macro argument parsing is yet another beast for no good
reason and is probably afflicted by similar bugs.  But i don't attempt
to fix that right now because it is intricately entangled with lots of
unrelated high-level mdoc(7) functionality, like delimiter handling and
column list phrase handling.  Disentagling that would waste too much
time now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/03 15:31:48

Modified files:
	x11/xfce4/xfce4-battery: Makefile distinfo 
	x11/xfce4/xfce4-battery/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-battery/patches: patch-panel-plugin_Makefile_in 
	                                 patch-panel-plugin_battery_c 

Log message:
Update to xfce4-battery 1.0.0.
- Remove patches merged upstream.
- Fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2011/01/03 16:08:07

Modified files:
	sys/sys        : ipc.h msg.h sem.h shm.h 
	sys/compat/common: kern_ipc_35.c 

Log message:
Remove the old COMPAT_23 SysV IPC structures and the never implemented
semconfig() declaration.  Move the COMPAT_35 SysV IPC structures into
the only source files that uses them

ok millert@, kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 16:19:33

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Calling a macro with fewer arguments than it is defined with is OK;
the remaining ones default to the empty string, not to NULL.
Regression reported and fix tested by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/03 16:35:22

Modified files:
	usr.bin/tmux   : input-keys.c input.c options-table.c 
	                 screen-write.c server-client.c tmux.1 tmux.c 
	                 tmux.h tty-keys.c tty.c utf8.c 

Log message:
Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262
and supports larger terminals than the older way.

If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
UTF-8 terminals. The option defaults to on if LANG etc are set in the
same manner as the utf8 option.

With help and based on code from hsim at gmx.li.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 16:39:27

Modified files:
	usr.bin/mandoc : main.c mandoc.h mdoc_validate.c 

Log message:
Partial cleanup of argument count validation in mdoc(7):

* Do not segfault on empty .Db, .Rs, .Sm, and .St.
* Let check_count() really throw the requested level, not always ERROR.
* Downgrade most bad argument counts from ERROR to WARNING.
* And some related internal cleanup.

Looks fine to kristaps@.

Note that the macros using eerr_ge1() still need to be checked at a later
time; but as all the others are done, let's use what we already have.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/03 17:17:39

Modified files:
	databases/ruby-do_postgres: Makefile 

Log message:
Add postgresql -server subpackage to BUILD_DEPENDS as it uses
include files in that package.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/03 17:42:47

Modified files:
	usr.bin/tmux   : Makefile cmd-attach-session.c cmd-bind-key.c 
	                 cmd-break-pane.c cmd-capture-pane.c 
	                 cmd-choose-buffer.c cmd-choose-client.c 
	                 cmd-choose-session.c cmd-choose-window.c 
	                 cmd-clear-history.c cmd-clock-mode.c 
	                 cmd-command-prompt.c cmd-confirm-before.c 
	                 cmd-copy-mode.c cmd-delete-buffer.c 
	                 cmd-detach-client.c cmd-display-message.c 
	                 cmd-display-panes.c cmd-find-window.c 
	                 cmd-has-session.c cmd-if-shell.c 
	                 cmd-join-pane.c cmd-kill-pane.c 
	                 cmd-kill-server.c cmd-kill-session.c 
	                 cmd-kill-window.c cmd-last-pane.c 
	                 cmd-last-window.c cmd-link-window.c 
	                 cmd-list-buffers.c cmd-list-clients.c 
	                 cmd-list-commands.c cmd-list-keys.c 
	                 cmd-list-panes.c cmd-list-sessions.c 
	                 cmd-list-windows.c cmd-load-buffer.c 
	                 cmd-lock-client.c cmd-lock-server.c 
	                 cmd-lock-session.c cmd-move-window.c 
	                 cmd-new-session.c cmd-new-window.c 
	                 cmd-next-layout.c cmd-next-window.c 
	                 cmd-paste-buffer.c cmd-pipe-pane.c 
	                 cmd-previous-layout.c cmd-previous-window.c 
	                 cmd-refresh-client.c cmd-rename-session.c 
	                 cmd-rename-window.c cmd-resize-pane.c 
	                 cmd-respawn-window.c cmd-rotate-window.c 
	                 cmd-run-shell.c cmd-save-buffer.c 
	                 cmd-select-layout.c cmd-select-pane.c 
	                 cmd-select-window.c cmd-send-keys.c 
	                 cmd-send-prefix.c cmd-server-info.c 
	                 cmd-set-buffer.c cmd-set-environment.c 
	                 cmd-set-option.c cmd-set-window-option.c 
	                 cmd-show-buffer.c cmd-show-environment.c 
	                 cmd-show-messages.c cmd-show-options.c 
	                 cmd-show-window-options.c cmd-source-file.c 
	                 cmd-split-window.c cmd-start-server.c 
	                 cmd-suspend-client.c cmd-swap-pane.c 
	                 cmd-swap-window.c cmd-switch-client.c 
	                 cmd-unbind-key.c cmd-unlink-window.c cmd.c 
	                 key-bindings.c tmux.h 
Added files:
	usr.bin/tmux   : arguments.c 
Removed files:
	usr.bin/tmux   : cmd-generic.c 

Log message:
Clean up and simplify tmux command argument parsing.

Originally, tmux commands were parsed in the client process into a
struct with the command data which was then serialised and sent to the
server to be executed. The parsing was later moved into the server (an
argv was sent from the client), but the parse step and intermediate
struct was kept.

This change removes that struct and the separate parse step. Argument
parsing and printing is now common to all commands (in arguments.c) with
each command left with just an optional check function (to validate the
arguments at parse time), the exec function and a function to set up any
key bindings (renamed from the old init function).

This is overall more simple and consistent.

There should be no changes to any commands behaviour or syntax although
as this touches every command please watch for any unexpected changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 18:15:39

Modified files:
	regress/usr.bin/mandoc: Makefile 
	usr.bin/mandoc : man_html.c man_term.c 
Added files:
	regress/usr.bin/mandoc/man: Makefile Makefile.inc 
	regress/usr.bin/mandoc/man/IP: Makefile literal.in 
	                               literal.out_ascii manyargs.in 
	                               manyargs.out_ascii width.in 
	                               width.out_ascii 
	regress/usr.bin/mandoc/man/IP: Makefile literal.in 
	                               literal.out_ascii manyargs.in 
	                               manyargs.out_ascii width.in 
	                               width.out_ascii 
	regress/usr.bin/mandoc/man/nf: Makefile indent.in 
	                               indent.out_ascii 

Log message:
Multiple man(7) .IP and .TP fixes started during p2k10:

Affecting both -Tascii and -Thtml:
* The .IP HEAD uses the second argument as the width, not the last one.
* Only print the first .IP HEAD argument, not all but the last.

Affecting only -Tascii:
* The .IP and .TP HEADs must be printed without literal mode,
but literal mode must be restored afterwards.
* After the .IP and .TP bodies, we only want term_newln(), not
term_flushln(), or we would get two blank lines in literal mode.
* The .TP HEAD does not use TWOSPACE, just like .IP doesn't either.
* In literal mode, clear NOLPAD after each line, or subsequent lines
would get no indentation whatsoever.

Affecting only -Thtml:
* Only print next-line .TP children, instead of all but the first.

OK kristaps@ on the -Tascii part; and:
"Can you work this into man_html.c, too?"


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/03 18:58:12

Modified files:
	usr.bin/tmux   : cmd-set-option.c 

Log message:
argc will be 1 not 2 with no option value.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 18:58:56

Modified files:
	regress/usr.bin/mandoc/man/IP: Makefile literal.in 
	                               literal.out_ascii manyargs.in 
	                               manyargs.out_ascii width.in 
	                               width.out_ascii 
Added files:
	regress/usr.bin/mandoc/man/TP: Makefile literal.in 
	                               literal.out_ascii manyargs.in 
	                               manyargs.out_ascii width.in 
	                               width.out_ascii 

Log message:
Fix stupid commit error pointed out by guenther@ (thanks!):
1) Actually commit TP/* this time.
2) Revert IP/* to 1.1, which is the correct version.

What happened is that i committed both IP/* and TP/* into IP,
committing two versions in one commit,
because the file TP/CVS/Repository was corrupt in my tree.
I didn't even know that could happen...


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/03 19:03:41

Modified files:
	usr.bin/tmux   : Makefile cmd-lock-server.c cmd-select-layout.c 
	                 cmd-select-pane.c cmd-select-window.c 
	                 cmd-set-option.c cmd-show-options.c tmux.1 
Removed files:
	usr.bin/tmux   : cmd-last-pane.c cmd-last-window.c 
	                 cmd-lock-client.c cmd-lock-session.c 
	                 cmd-next-layout.c cmd-next-window.c 
	                 cmd-previous-layout.c cmd-previous-window.c 
	                 cmd-set-window-option.c 
	                 cmd-show-window-options.c 

Log message:
Now that parsing is common, merge some of the small, related commands
together to use the same code.

Also add some arguments (such as -n and -p) to some commands to match
existing commands.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/03 19:11:32

Modified files:
	regress/usr.bin/mandoc/mdoc/Bd: Makefile 
	regress/usr.bin/mandoc/mdoc/Bk: badarg.in badarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Bl: Makefile 
	regress/usr.bin/mandoc/mdoc/Lb: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bd: empty.in empty.out_ascii 
	regress/usr.bin/mandoc/mdoc/Bl: empty.in empty.out_ascii 
	regress/usr.bin/mandoc/mdoc/Lb: badargs.in badargs.out_ascii 

Log message:
some more tests regarding empty macros


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2011/01/03 20:33:05

Added files:
	images         : 4.4BSD_big.jpg 4.4BSD_cov.jpg 

Log message:
Add images for McKusick's Design & Implementation of 4.4 BSD book


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2011/01/03 22:34:09

Modified files:
	lib/libpthread/arch/amd64: uthread_machdep.c 

Log message:
Revert previous commit: if gcc picks a memory operand for the asm then
'movl' will result in an assembler error.  Sorry llvm-clang users: fix
your compiler to match gcc+as


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2011/01/03 22:46:53

Modified files:
	textproc/tcpdf : Makefile distinfo 
	textproc/tcpdf/pkg: PLIST 

Log message:
update to 5.9.035


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/03 22:50:38

Modified files:
	devel/p5-Data-UUID: Makefile distinfo 
	devel/p5-Data-UUID/pkg: PLIST 

Log message:
Update to 1.217

ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/03 23:45:58

Modified files:
	x11/gnome/anjuta-extras: Makefile distinfo 

Log message:
Update to anjuta-extras-2.32.1.1.
* fix a crash due to misuse of xmlCleanupParser.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2011/01/04 00:07:09

Modified files:
	games/scummvm  : Makefile distinfo 

Log message:
update to 1.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/04 01:36:11

Modified files:
	devel/varconf  : Makefile distinfo 
	devel/varconf/patches: patch-configure patch-varconf_Makefile_in 
	devel/varconf/pkg: DESCR PFRAG.shared PLIST 
Removed files:
	devel/varconf/patches: patch-Makefile_in 

Log message:
- update varconf to 0.6.6
* switches to libsigc++-2
- add homepage
- set license marker
- remove maintainer agreed by pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/04 01:36:50

Modified files:
	devel          : Makefile 

Log message:
- unhook libsigc++ and libuta


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/04 01:37:09

Removed files:
	devel/libsigc++: Makefile distinfo 
	devel/libsigc++/patches: patch-configure 
	                         patch-sigc++_Makefile_am 
	                         patch-sigc++_Makefile_in 
	                         patch-sigc++_m4 
	                         patch-tests_misc_thread_test_cc 
	devel/libsigc++/pkg: DESCR PFRAG.shared PLIST 
	devel/libuta   : Makefile distinfo 
	devel/libuta/patches: patch-configure patch-uta_Makefile_in 
	                      patch-uta_blitters_cc patch-uta_mutex_h 
	                      patch-uta_painter_cc 
	                      patch-uta_rootwindow_h 
	devel/libuta/pkg: DESCR PFRAG.shared PLIST 

Log message:
- remove libsigc++ and it's only dependant port in tree.

both are old, dead upstream, and now unused intree.
devel/libsigc++ has been superseded years ago by devel/libsigc++-2

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/04 02:46:52

Modified files:
	www/horde/dimp : Makefile distinfo 
	www/horde/dimp/pkg: PLIST 
	www/horde/horde: Makefile distinfo 
	www/horde/horde/pkg: PLIST 
	www/horde/imp  : Makefile distinfo 
	www/horde/imp/pkg: PLIST 
	www/horde/ingo : Makefile distinfo 
	www/horde/ingo/pkg: PLIST 
	www/horde/kronolith: Makefile distinfo 
	www/horde/kronolith/pkg: PLIST 
	www/horde/mimp/pkg: PLIST 
	www/horde/mnemo: Makefile distinfo 
	www/horde/mnemo/pkg: PLIST 
	www/horde/nag  : Makefile distinfo 
	www/horde/nag/pkg: PLIST 
	www/horde/turba: Makefile distinfo 
	www/horde/turba/pkg: PLIST 
Removed files:
	www/horde/horde/patches: patch-util_icon_browser_php 

Log message:
update horde apps to the latest version; tested by myself and
Johan Huldtgren, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 02:50:18

Modified files:
	usr.sbin/iscsid: iscsid.h 

Log message:
Add missing session parameter.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 02:53:17

Modified files:
	usr.sbin/iscsid: task.c 

Log message:
Log the PDU which failed because no task was found.
Should help identify the messages that are issued by the target (e.g. NOP).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 03:00:00

Modified files:
	usr.sbin/iscsid: pdu.c 

Log message:
When translating a PDU to text strip all trailing \0 but one.
Fixes parsing of login responses that had additional padding.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 03:02:20

Modified files:
	usr.sbin/iscsid: vscsi.c 

Log message:
Truncate the scsi sense data to 18 bytes if more data was supplied.
dlg@ said it is OK to do that since the additional data is optional.
My connection to the iscsi target sending 64byte sense data is now
much happier.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/04 03:12:57

Log message:
    Import p5-Test-Trap 0.2.1
    
    This module is for use in test scripts: A block eval on steroids,
    configurable and extensible, but by default trapping (Perl) STDOUT,
    STDERR, warnings, exceptions, would-be exit codes, and return values
    from boxed blocks of test code.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2011-Jan-04
    
    N ports/devel/p5-Test-Trap/Makefile
    N ports/devel/p5-Test-Trap/distinfo
    N ports/devel/p5-Test-Trap/pkg/DESCR
    N ports/devel/p5-Test-Trap/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/04 03:13:58

Modified files:
	devel          : Makefile 

Log message:
add p5-Test-Trap


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/04 03:32:39

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/pkg   : PLIST 
Removed files:
	net/lftp/patches: patch-src_xstring_cc 

Log message:
Update to 4.1.2

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 03:36:31

Modified files:
	usr.sbin/iscsid: log.c 

Log message:
Print itt, cmdsn and expstatsn as unsigned when printing a PDU.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 06:09:19

Modified files:
	usr.sbin/iscsid: pdu.c 

Log message:
Reset the resid before issuing the task callback so that the pdu can
be reused for sending out a message. This will be used soon for NOP
handling.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 06:12:40

Modified files:
	usr.sbin/iscsid: connection.c 

Log message:
Cleanup tasks with a NULL callback after queuing the PDU to be sent out.
This allows immediate responses (e.g. NOP-out) to be issued with a task
instead of very special code. Also set expstatsn on all PDU that carry
it.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/04 06:19:55

Modified files:
	usr.sbin/iscsid: initiator.c iscsid.h task.c 

Log message:
Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the
target (itt = 0xffffffff) send back an immediate NOP-Out reusing the
NOP-In PDU. This makes my iscsi target happy.
Also plug a mem leak on error path which was found by Igor Zinovik.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/04 06:48:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
create tempfile directly under fake, no need to go down.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/04 06:59:17

Modified files:
	mail/dovecot   : Makefile 
Added files:
	mail/dovecot/patches: patch-src_imap-login_imap-proxy_c 
	                      patch-src_imap_imap-search_c 
	                      patch-src_lib-index_mail-index-sync-update_c 
	                      patch-src_master_master-settings_c 
	                      patch-src_pop3-login_pop3-proxy_c 

Log message:
Some fixes from upstream:

- imap: Fixed a memory leak in ESEARCH.
- imap/pop3-login: Don't crash if passdb returns proxy field without host.
- lib-index: Added a missing sanity check for expunge-guid record's uid.
This fixes a non-self healing assert-crash.
- master: Delete also pipes from login_dir (left by v2.0).

From Brad (maintainer), ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/04 07:23:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
go all the way, put temp pages in /tmp


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/04 07:54:28

Modified files:
	databases/pgbouncer: Makefile distinfo 
	databases/pgbouncer/pkg: PLIST README 
Added files:
	databases/pgbouncer/pkg: pgbouncer.rc 
Removed files:
	databases/pgbouncer/patches: patch-src_util_c 

Log message:
+ update to 1.3.4
+ add a rc script

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/04 08:24:11

Modified files:
	sys/net        : bpf.c 

Log message:
in bpf_movein(), range-check mbuf size against MCLBYTES before
size_t to int truncation
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/04 09:02:24

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Check for a login class that match the rc script name and if we find one
let's use it. If not, then fall back to using daemon.
While here, do some reordering.

"I like this" sthen@, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/04 09:03:00

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: README-server 
	databases/postgresql: Makefile 
	databases/postgresql/pkg: README-server 
	net/zabbix     : Makefile 
	net/zabbix/pkg : README-server 

Log message:
Cope with recent class handling in rc.subr.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/04 09:43:06

Modified files:
	usr.sbin/pkg_add: pkg_info.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/04 10:12:05

Modified files:
	net/zabbix     : Makefile distinfo 

Log message:
Update to zabbix-1.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/04 10:40:42

Log message:
    Import downtimed, a program for monitoring operating system downtime.
    ok aja@ benoit@
    
    Status:
    
    Vendor Tag:	rpointel
    Release Tags:	rpointel_20110104
    
    N ports/sysutils/downtimed/Makefile
    N ports/sysutils/downtimed/distinfo
    N ports/sysutils/downtimed/pkg/PLIST
    N ports/sysutils/downtimed/pkg/DESCR
    N ports/sysutils/downtimed/pkg/downtimed.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/04 10:42:01

Modified files:
	sysutils       : Makefile 

Log message:
+downtimed


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/04 10:59:14

Modified files:
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 

Log message:
- de-register. no binary change.

ok jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/04 11:08:41

Modified files:
	sysutils       : Makefile 

Log message:
I learn my alphabet...
moved downtimed to correct place


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/04 12:19:04

Modified files:
	share/man/man8 : release.8 

Log message:
using nice is editorializing, it has no place here


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/04 12:21:51

Modified files:
	sys/arch/sparc64/dev: radeonfb.c 

Log message:
XVR-300 is boring.  For starters it has a very dull looking OpenPROM logo.
And radeonfb(4) just works on it.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/04 12:25:36

Modified files:
	share/man/man4/man4.sparc64: radeonfb.4 

Log message:
Mention the XVR-300 as it is supported now.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/04 12:42:22

Modified files:
	sys/dev        : rnd.c 

Log message:
in arc4_stir() only grab 64 bytes from the MD5 output.  Grabbing more
does not substantially increase the quality of the RC4 state. These
days we may have lots more userland libc's initializing themselves,
or lots of largebuf kernel calls which re-initialize their own RC4,
and thus deplete the MD5 more than originally intended.
discussed at length with tedu, djm, kjell and kettenis
ok kettenis


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/04 13:43:07

Modified files:
	proto/resourceproto: ChangeLog Makefile.am configure.ac 
Added files:
	proto/resourceproto: INSTALL README 

Log message:
Update to resourceproto 1.1.1. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2011/01/04 13:44:13

Modified files:
	usr.bin/ssh    : ssh-keyscan.c 

Log message:
handle ecdsa-sha2 with various key lengths; hint and ok djm@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/04 13:45:57

Modified files:
	proto/x11proto : Sunkeysym.h XF86keysym.h Xarch.h configure.ac 
	proto/x11proto/specs: Makefile.am encoding.xml glossary.xml 
	                      keysyms.xml sect1-9.xml 

Log message:
update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/04 13:46:32

xenocara/proto/x11proto/specs/SIAddresses

Update of /cvs/xenocara/proto/x11proto/specs/SIAddresses
In directory cvs.openbsd.org:/tmp/cvs-serv24730/SIAddresses

Log Message:
Directory /cvs/xenocara/proto/x11proto/specs/SIAddresses added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/04 13:47:18

Added files:
	proto/x11proto/specs/SIAddresses: IPv6.txt Makefile.am README 
	                                  hostname.txt localuser.txt 

Log message:
Add new documentation from xproto 7.0.20.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/04 13:48:56

Modified files:
	sys/arch/sparc64/dev: vcons.c 

Log message:
It is actually possible to run CoolThreads servers with a graphics console,
so don't assume vcons(4) always is the console.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/04 13:50:07

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/04 14:11:41

Modified files:
	sys/arch/arm/arm: pmap.c 
	sys/arch/arm/include: pmap.h 

Log message:
Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache()
to make a page uncached and maintain this both at the pte and pv list level,
and make pmap_kenter_cache() use it.
ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/04 14:12:55

Modified files:
	sys/arch/arm/arm: bus_dma.c 

Log message:
Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map()
instead of playing with pte bits directly; this will cause cacheability to
be restored eventually; makes the zaurus textmode console memory cached again
after exiting from X.
ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/04 14:17:49

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 
	sys/arch/i386/conf: GENERIC 
	sys/arch/i386/pci: pci_machdep.c pci_machdep.h 
	sys/dev/acpi   : acpireg.h files.acpi 
Added files:
	sys/dev/acpi   : acpimcfg.c 

Log message:
Add support for Memory Mapped Configuration space access.  This gives us
access to PCIe extended configuration space access on modern i386 and amd64
machines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/04 14:54:36

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
totally forgot about PATCHFILES


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/04 14:55:19

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: mksqlitedb 

Log message:
handle PATCHFILES, ignore CHECKSUM_FILE


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/04 15:06:13

Modified files:
	net/vsftpd     : Makefile distinfo 

Log message:
- update vsftpd to 2.3.2
- take maintainership

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/04 15:28:17

Modified files:
	usr.bin/mandoc : Makefile chars.c html.h main.c man.3 man.c 
	                 man.h man_html.c man_macro.c man_term.c 
	                 man_validate.c mandoc.h mdoc.3 mdoc.c mdoc.h 
	                 mdoc_html.c mdoc_macro.c mdoc_term.c 
	                 mdoc_validate.c roff.3 roff.c roff.h tbl.c 
	                 tbl_data.c tbl_layout.c tbl_term.c term.c 
	                 term.h term_ascii.c tree.c 
Added files:
	usr.bin/mandoc : libroff.h tbl_html.c tbl_opts.c 
Removed files:
	usr.bin/mandoc : tbl.h tbl_extern.h tbl_option.c tbl_tree.c 

Log message:
Merge kristaps@' cleaner tbl integration, removing mine;
there are still a few bugs, but fixing these will be easier in tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/04 15:35:47

Modified files:
	telephony/asterisk: Makefile 
	telephony/asterisk/pkg: MESSAGE-main PLIST-main 
Added files:
	telephony/asterisk/pkg: asterisk.rc 

Log message:
Add rc script taken from the 1.8 update diff sent to ports@ by sthen@.
sthen@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/04 16:08:57

Modified files:
	sys/dev/isa    : aps.c 
	sys/arch/i386/i386: apm.c 

Log message:
Support machdep.lidsuspend support in apm(4) land, at least on thinkpads
which have aps(4).  You can now turn off the BIOS option for lid suspends,
and control it with sysctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/04 16:44:20

Modified files:
	usr.bin/mandoc : tbl_layout.c 

Log message:
Bring back my fix from -r 1.3 (Oct 15, 2010) after the merge.
Original commit message:

For now, parse and ignore minimal column width specifications.
First step to get terminfo(5) to build.


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2011/01/04 17:21:17

Modified files:
	.              : sparc64.html 

Log message:
Mention XVR-300 now that it is supported.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/04 17:23:16

Modified files:
	sys/dev        : rndvar.h 

Log message:
mark unused fields in struct rndstats


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/04 23:06:49

Modified files:
	security/clamav: Makefile 
	security/clamav/pkg: PLIST 
Added files:
	security/clamav/pkg: clamd.rc freshclam.rc 
Removed files:
	security/clamav/pkg: clamav_daemon.rc clamav_freshclam.rc 

Log message:
Rename rc scripts to follow our usual naming.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/04 23:47:08

Modified files:
	net/axel       : Makefile distinfo 
	net/axel/pkg   : PLIST 

Log message:
Update to axel-2.4.

from Marius ROMAN, ok Girish Venkatachalam (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/05 00:06:13

Modified files:
	security/clusterssh: Makefile distinfo 
	security/clusterssh/pkg: PLIST 

Log message:
Update to 4.00.06

ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/05 00:37:09

Modified files:
	sys/dev/isa    : aps.c 

Log message:
remove debug code


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2011/01/05 01:19:18

Modified files:
	www/webalizer  : Makefile distinfo 
	www/webalizer/patches: patch-Makefile_in patch-dns_resolv_c 
	                       patch-graphs_c patch-linklist_c 
	                       patch-output_c patch-preserve_c 
	                       patch-sample_conf patch-webalizer_c 
	www/webalizer/pkg: PLIST 
Added files:
	www/webalizer/patches: patch-wcmgr_c 
Removed files:
	www/webalizer/patches: patch-hashtab_c patch-parser_c 

Log message:
Update to 2.23.03.28 and take maintainership
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 01:22:30

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_gfx_src_psshared_nsCUPSShim_cpp 
	productivity/sunbird: Makefile 
	productivity/sunbird/patches: 
	                              patch-mozilla_gfx_src_psshared_nsCUPSShim_cpp 
	www/firefox35  : Makefile 
	www/firefox35/patches: patch-gfx_src_psshared_nsCUPSShim_cpp 
	www/seamonkey  : Makefile 
	www/seamonkey/patches: 
	                       patch-mozilla_gfx_src_psshared_nsCUPSShim_cpp 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_gfx_src_psshared_nsCUPSShim_h 
	                                  patch-mozilla_gfx_src_psshared_nsPSPrinters_cpp 
	                                  patch-mozilla_gfx_src_psshared_nsPSPrinters_h 
	productivity/sunbird/patches: 
	                              patch-mozilla_gfx_src_psshared_nsCUPSShim_h 
	                              patch-mozilla_gfx_src_psshared_nsPSPrinters_cpp 
	                              patch-mozilla_gfx_src_psshared_nsPSPrinters_h 
	www/firefox35/patches: patch-gfx_src_psshared_nsCUPSShim_h 
	                       patch-gfx_src_psshared_nsPSPrinters_cpp 
	                       patch-gfx_src_psshared_nsPSPrinters_h 
	www/seamonkey/patches: 
	                       patch-mozilla_gfx_src_psshared_nsCUPSShim_h 
	                       patch-mozilla_gfx_src_psshared_nsPSPrinters_cpp 
	                       patch-mozilla_gfx_src_psshared_nsPSPrinters_h 

Log message:
Apply the cups fix to the rest of Mozilla apps (mozilla-thunderbird,
sunbird, firefox35, seamonkey).

Ok & tested by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/05 02:31:23

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.2   : Makefile distinfo 
	lang/php/5.2/patches: patch-aclocal_m4 patch-configure_in 
	                      patch-ext_gd_config_m4 
	                      patch-ext_gd_gdcache_h 
	                      patch-ext_gd_gdttf_c 
	                      patch-ext_gd_libgd_gdcache_h 
	                      patch-ext_gd_libgd_gdkanji_c 
	                      patch-ext_iconv_iconv_c 
	                      patch-ext_standard_config_m4 
	                      patch-ext_xmlrpc_libxmlrpc_encodings_c 
	                      patch-main_php_h 
	                      patch-main_php_open_temporary_file_c 
	                      patch-php_ini-dist 
	                      patch-php_ini-recommended 
	                      patch-sapi_apache_mod_php5_c 
	                      patch-sapi_cgi_Makefile_frag 
	                      patch-sapi_cgi_config9_m4 
	                      patch-sapi_cgi_main_c 
	                      patch-sapi_cli_php_cli_c 
	                      patch-scripts_Makefile_frag 
	                      patch-scripts_php_config_in 
	                      patch-scripts_phpize_in 
	lang/php/5.3   : Makefile distinfo 
	lang/php/5.3/patches: patch-aclocal_m4 patch-configure_in 
	                      patch-ext_gd_config_m4 
	                      patch-ext_iconv_iconv_c 
	                      patch-ext_mysqlnd_config9_m4 
	                      patch-ext_spl_php_spl_c 
	                      patch-ext_spl_php_spl_h 
	                      patch-ext_standard_config_m4 
	                      patch-ext_xmlrpc_libxmlrpc_encodings_c 
	                      patch-main_php_h 
	                      patch-main_php_open_temporary_file_c 
	                      patch-php_ini-development 
	                      patch-php_ini-production 
	                      patch-sapi_apache_mod_php5_c 
	                      patch-sapi_cgi_cgi_main_c 
	                      patch-sapi_cgi_config9_m4 
	                      patch-sapi_cli_php_cli_c 
	lang/php/5.3/pkg: PLIST-main 
	lang/php/files : php.conf 

Log message:
update both to their current version 5.3.4 and 5.2.16 and fix wantlibs.
update patches while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/05 03:26:58

Modified files:
	games/gbrainy  : Makefile distinfo 
	games/gbrainy/pkg: PLIST 

Log message:
Update to 1.60

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 04:03:31

Modified files:
	www/php-predis : Makefile distinfo 

Log message:
Update to predis-0.6.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2011/01/05 04:17:17

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to release 1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 04:48:02

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
- SECURITY update phpmyadmin to 3.3.9
fixes Spoofing Weakness and Information Disclosure
CVE-2010-4480 and CVE-2010-4481

ok kevlo@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 04:51:57

Modified files:
	www/mediawiki  : Makefile 
Added files:
	www/mediawiki/patches: patch-config_index_php 
	                       patch-includes_OutputPage_php 

Log message:
- SECURITY fixes for SA42810
MediaWiki "Clickjacking" Security Bypass Vulnerability

Patches from upstream svn

ok stephan@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 04:53:55

Modified files:
	www/mediawiki  : Tag: OPENBSD_4_8 Makefile 
Added files:
	www/mediawiki/patches: Tag: OPENBSD_4_8 patch-config_index_php 
	                       patch-includes_OutputPage_php 

Log message:
- SECURITY fixes for SA42810
MediaWiki "Clickjacking" Security Bypass Vulnerability

Patches from upstream svn

ok stephan@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/05 05:04:32

Modified files:
	devel/monodevelop: Makefile 

Log message:
Set NO_SYSTRACE for now, to be revisited later.
Unbreak runtime loading of libgtk.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 05:05:11

Modified files:
	japanese/nkf   : Makefile distinfo 
	japanese/nkf/pkg: PLIST 

Log message:
- update ja-nkf to 2.1.1
- remove USE_GROFF

from TAKAHASHI Kaoru


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 05:45:04

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_layout_c patch-src_mainx_c 
Added files:
	x11/i3/patches : patch-src_cfgparse_y patch-src_click_c 
	                 patch-src_floating_c patch-src_handlers_c 
	                 patch-src_sighandler_c patch-src_workspace_c 
	                 patch-src_xcb_c 

Log message:
Various bugfixes for fullscreen windows, xcb, xinerama, and configfile
parsing.
All from upstream git.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/05 05:47:13

Modified files:
	usr.sbin/httpd/src/modules/proxy: proxy_http.c 

Log message:
- properly fix pr6009. a different fix was commited as the original patch
used atoi(). this fix uses strtonum() instead.

from bjorn ketelaars, pr6515.
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 06:13:05

Modified files:
	graphics/feh   : Makefile 
Added files:
	graphics/feh/patches: patch-src_keyevents_c 
	                      patch-src_winwidget_c 

Log message:
Fix zooming with --scale-down.

From upstream git


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/05 06:26:06

Modified files:
	graphics/cairo : Makefile distinfo 
	graphics/cairo/patches: patch-src_Makefile_in 
	graphics/cairo/pkg: PLIST 
Added files:
	graphics/cairo/patches: gcc2-patch-src_cairo-gl-private_h 
Removed files:
	graphics/cairo/patches: patch-src_cairo_h 

Log message:
- update to 1.10.2 (from Brad)
- build on gcc2 archs (from and tested by sebastiap@)

ok ajacoutot@ dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2011/01/05 06:36:19

Modified files:
	sys/kern       : subr_extent.c 

Log message:
use __func__ where possible. shaves 4k and makes indentation much better.
kettenis@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/05 07:01:32

Modified files:
	usr.bin/vi/docs/tutorial: vi.advanced 

Log message:
tyop, pr 6538.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 07:06:51

Modified files:
	audio/pianobar : Makefile 
	audio/pianobar/patches: patch-Makefile patch-src_player_c 
Added files:
	audio/pianobar/patches: patch-src_main_c 

Log message:
Fix high cpu usage when started with nohup (backported from upstream git)
Fix audio playback on big-endian machines (from upstream git)
Sanitize CFLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 07:12:08

Log message:
    import p5-Proc-Wait3 0.03
    
    from Abel Abraham Camarillo Ojeda
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20110501
    
    N ports/sysutils/p5-Proc-Wait3/Makefile
    N ports/sysutils/p5-Proc-Wait3/distinfo
    N ports/sysutils/p5-Proc-Wait3/pkg/PLIST
    N ports/sysutils/p5-Proc-Wait3/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 07:12:42

Log message:
    import p5-Server-Starter 0.09
    
    from Abel Abraham Camarillo Ojeda
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20110501
    
    N ports/net/p5-Server-Starter/Makefile
    N ports/net/p5-Server-Starter/distinfo
    N ports/net/p5-Server-Starter/pkg/PLIST
    N ports/net/p5-Server-Starter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 07:14:32

Modified files:
	net            : Makefile 
	sysutils       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2011/01/05 08:35:43

Modified files:
	sys/dev        : vnd.c 

Log message:
cut vnd over to using bufq's again.

OK dlg@, beck@, krw@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:03:44

Modified files:
	lang/tcl       : tcl.port.mk 

Log message:
Make a home for Tcl and Tcl extensions: ${LOCALBASE}/lib/tcl,
and move in Tcl/Tk and extensions. This will provide a nice place
for all things Tcl as well as allowing us to remove ${LOCALBASE}/lib
from Tcl's "auto_path" which will greatly improve startup and package
loading times.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:04:14

Modified files:
	x11/tk         : tk.port.mk 

Log message:
Make a home for Tcl and Tcl extensions: ${LOCALBASE}/lib/tcl,
and move in Tcl/Tk and extensions. This will provide a nice place
for all things Tcl as well as allowing us to remove ${LOCALBASE}/lib
from Tcl's "auto_path" which will greatly improve startup and package
loading times.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/05 09:04:21

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Put the "su -c ..." command into an rcexec variable so that we can
easily use it in rc scripts instead of copying/pasting the same huge
command lines everywhere.

ok robert@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/05 09:05:54

Modified files:
	www/yaws       : Makefile 
	databases/mysql: Makefile 
	databases/postgresql: Makefile 
	mail/mailman   : Makefile 
	x11/gnome/gdm  : Makefile 
	x11/x11vnc     : Makefile 
	www/yaws/pkg   : yaws.rc 
	databases/mysql/pkg: mysqld.rc 
	databases/postgresql/pkg: postgresql.rc 
	mail/mailman/pkg: mailman.rc 
	x11/gnome/gdm/pkg: gdm.rc 
	x11/x11vnc/pkg : x11vnc.rc 

Log message:
Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/05 09:07:58

ports/multimedia/vitunes/patches

Update of /cvs/ports/multimedia/vitunes/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4685/patches

Log Message:
Directory /cvs/ports/multimedia/vitunes/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:13:53

Modified files:
	lang/tcl/8.5   : Makefile distinfo 
	lang/tcl/8.5/patches: patch-tools_installData_tcl 
	                      patch-unix_Makefile_in 
	lang/tcl/8.5/pkg: PLIST README 
Added files:
	lang/tcl/8.5/patches: patch-library_init_tcl 
	                      patch-library_safe_tcl 
	                      patch-library_tm_tcl patch-tests_safe_test 
	                      patch-unix_tcl_m4 
Removed files:
	lang/tcl/8.5/patches: patch-generic_tclStrToD_c 
	                      patch-unix_tclConfig_sh_in 

Log message:
Upgrade to 8.5.9. Newer, cleaner layout, consolidate
include files into one dir, simplify modules dirs layout,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:18:10

Modified files:
	x11/tk/8.5     : Makefile distinfo 
	x11/tk/8.5/patches: patch-unix_Makefile_in 
	x11/tk/8.5/pkg : PLIST 
Added files:
	x11/tk/8.5/patches: patch-generic_tkEvent_c patch-library_tk_tcl 
	                    patch-unix_tcl_m4 patch-unix_tkUnixEvent_c 
	                    patch-unix_tkUnixKey_c 
	                    patch-unix_tkUnixRFont_c 
Removed files:
	x11/tk/8.5/patches: patch-unix_tkConfig_sh_in 
	                    patch-unix_tkUnixWm_c 

Log message:
Upgrade to 8.5.9. Update to newer Tcl layout,
consolidate include files into one dir,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:19:48

Modified files:
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.4/patches: patch-unix_Makefile_in 
	lang/tcl/8.4/pkg: PLIST 
Added files:
	lang/tcl/8.4/patches: patch-library_init_tcl 
Removed files:
	lang/tcl/8.4/patches: patch-unix_tclConfig_sh_in 

Log message:
Newer, cleaner layout, consolidate include files
into one dir, simplify modules dirs layout,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:21:06

Modified files:
	x11/tk/8.4     : Makefile 
	x11/tk/8.4/patches: patch-unix_Makefile_in 
	x11/tk/8.4/pkg : PLIST 
Added files:
	x11/tk/8.4/patches: patch-generic_tkEvent_c 
	                    patch-unix_tkUnixEvent_c 
	                    patch-unix_tkUnixKey_c 
Removed files:
	x11/tk/8.4/patches: patch-unix_tkConfig_sh_in 

Log message:
Update to newer Tcl layout,
consolidate include files into one dir,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:27:24

Modified files:
	devel/tcllib   : Makefile distinfo 
	devel/tcllib/patches: patch-installer_tcl 
	                      patch-support_devel_sak_test_run_tcl 
	devel/tcllib/pkg: PLIST 
Removed files:
	devel/tcllib/patches: patch-examples_bibtex_bibtex_tcl 
	                      patch-examples_htmlparse_webviewer_tcl 
	                      patch-examples_irc_irc_example_tcl 
	                      patch-examples_mapproj_tkmap_tcl 
	                      patch-examples_math_bigfloat_demo_tcl 
	                      patch-examples_ntp_rdate_tcl 
	                      patch-examples_sasl_saslclient_tcl 
	                      patch-examples_struct_diff2_tcl 
	                      patch-examples_struct_diff_tcl 
	                      patch-modules_doctools_docidx_plugin_apiref_man 
	                      patch-modules_doctools_doctoc_plugin_apiref_man 
	                      patch-modules_doctools_doctools_plugin_apiref_man 
	                      patch-modules_doctools_doctools_tcl 
	                      patch-modules_doctools_doctools_test 
	                      patch-modules_doctools_mpformats__nroff_tcl 
	                      patch-modules_doctools_mpformats_fmt_nroff 
	                      patch-modules_doctools_mpformats_idx_nroff 
	                      patch-modules_doctools_mpformats_toc_nroff 
	                      patch-support_installation_modules_tcl 

Log message:
Upgrade to 1.12. Update to newer Tcl layout,
Remove unecessary top-level "tcllib" dir, port
Makefile improvements, many patches now upstream.

ok landry@, sebastiap@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/05 09:30:50

Modified files:
	sys/arch/hppa/dev: clock.c 

Log message:
- remove unused headers wrapped in #if defined(DDB)

ok jsing@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:37:10

Modified files:
	devel/tklib    : Makefile 
	devel/tklib/patches: patch-installer_tcl 
	devel/tklib/pkg: PLIST 

Log message:
Update to newer Tcl layout, Remove unecessary
top-level "tklib" dir, port Makefile improvements.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:39:44

Modified files:
	databases/sqlite3: Makefile 
	databases/sqlite3/pkg: PFRAG.shared-tcl PLIST-tcl 

Log message:
Update to newer Tcl layout.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 09:48:22

Modified files:
	x11/tkcon      : Makefile 
	x11/tkcon/pkg  : PLIST 
Added files:
	x11/tkcon/patches: patch-docs_dump_n_man patch-docs_tkcon_1_man 
	                   patch-docs_tkconrc_5_man 

Log message:
Update to newer Tcl layout, doc fixes,
port Makefile adjustments.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:03:34

Modified files:
	x11/tktable    : Makefile 
	x11/tktable/pkg: PFRAG.shared PLIST 
Removed files:
	x11/tktable/patches: patch-doc_tkTable_n 

Log message:
Update to newer Tcl layout.
Port Makefile cleanup, remove wrong patch.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:07:26

Modified files:
	x11/bwidget    : Makefile distinfo 
	x11/bwidget/pkg: PLIST 
Added files:
	x11/bwidget/patches: patch-pkgIndex_tcl 

Log message:
Update to newer Tcl layout.
Upgrade to 1.9.4, port Makefile adjustments.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:09:26

Modified files:
	mail/tkrat     : Makefile 

Log message:
Update to newer Tcl layout.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:12:23

Modified files:
	lang/tcltutor  : Makefile 
	lang/tcltutor/pkg: PLIST 

Log message:
Update to newer Tcl layout, port Makefile cleanup.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:16:29

Modified files:
	graphics/colorexplorer: Makefile 
Removed files:
	graphics/colorexplorer/patches: patch-Makefile 

Log message:
Update to newer Tcl layout, port Makefile cleanup.
Become maintainer. Perform install in port
Makefile/remove unneeded patch.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/05 10:20:13

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
Update mercurial to 1.7.3.
Removed USE_GROFF, not necessary.
ok wcmaier@ (MAINTAINER).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:21:18

Modified files:
	misc/tkcron    : Makefile 

Log message:
Port Makefile tidying.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:23:09

Modified files:
	misc/tkinfo    : Makefile 

Log message:
Port Makefile tidying.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:34:17

Modified files:
	misc/tkman     : Makefile distinfo 
	misc/tkman/patches: patch-Makefile 
	misc/tkman/pkg : PLIST 
Added files:
	misc/tkman/patches: patch-gui_tcl 

Log message:
Upgrade to 2.2. Port Makefile cleanup.
Become maintainer, use Tcl/Tk 8.5, add
canvas out-of-range bugfix from upstream.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/05 10:36:55

Modified files:
	sys/net        : pf.c 

Log message:
Remove mbuf ptr save dance in pf_test6().  It was a leftover with
misleading comment that did nothing.
ok henning@ jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 10:37:33

Modified files:
	x11/xbindkeys  : Makefile 

Log message:
Port Makefile tidying.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 10:38:26

Modified files:
	x11/tkdnd      : Makefile 
	x11/tkdnd/pkg  : PLIST 

Log message:
Update to new Tcl layout.
Install man page.

OK stu@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2011/01/05 10:43:48

Modified files:
	www/p5-HTML-Mason: Makefile distinfo 

Log message:
update to 1.45
take maintainership

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 10:47:49

Modified files:
	x11/tktray     : Makefile 
	x11/tktray/patches: patch-configure 
	x11/tktray/pkg : DESCR PLIST 
Added files:
	x11/tktray/patches: patch-Makefile_in 

Log message:
Update to new Tcl layout.
While there, fix whitespaces in Makefile.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 10:50:48

Modified files:
	x11/tkhtml     : Makefile 
	x11/tkhtml/pkg : PLIST 
Added files:
	x11/tkhtml/patches: patch-src_htmltcl_c patch-tools_lemon_c 

Log message:
Update to new Tcl layout.
While there get rid of USE_GROFF, and fix some implicit declaration warnings at compile time.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 10:57:00

Modified files:
	x11/tktreectrl : Makefile distinfo 
	x11/tktreectrl/patches: patch-Makefile_in patch-demos_demo_tcl 
	x11/tktreectrl/pkg: DESCR PLIST 
Added files:
	x11/tktreectrl/patches: patch-configure 

Log message:
Update to new Tcl layout, Makefile cleanups.
While there, update to version 2.3

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:00:10

Modified files:
	telephony/iaxclient: Makefile 
	telephony/iaxclient/patches: 
	                             patch-simpleclient_tkphone_tkiaxphone 
	telephony/iaxclient/pkg: PFRAG.shared-tcl PLIST-tcl 

Log message:
Update to new Tcl layout.

OK landry@ stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:04:58

Modified files:
	security/tcltls: Makefile distinfo 
	security/tcltls/patches: patch-Makefile_in patch-pkgIndex_tcl_in 
	                         patch-tests_ciphers_test patch-tlsBIO_c 
	                         patch-tlsIO_c 
	security/tcltls/pkg: PLIST 
Added files:
	security/tcltls/patches: patch-configure 

Log message:
Update to new Tcl layout.
While there, update version to 1.6
take MAINTAINER

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:08:46

Modified files:
	net/tcludp     : Makefile 
	net/tcludp/patches: patch-configure 
	net/tcludp/pkg : PLIST 

Log message:
Update to newer Tcl layout.
Cleanup Makefile.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:16:58

Modified files:
	misc/memchan   : Makefile distinfo 
	misc/memchan/pkg: DESCR PLIST 
Removed files:
	misc/memchan/patches: patch-Makefile_in patch-configure 
	                      patch-generic_bufExt_c 
	                      patch-generic_bufFix_c 
	                      patch-generic_bufRange_c 
	                      patch-generic_fifo2_c patch-generic_fifo_c 
	                      patch-generic_null_c 
	                      patch-generic_random_c 
	                      patch-generic_zero_c 

Log message:
Update to new Tcl layout, Makefile cleanup.
While there, update to 2.3, getting rid of the patches directory
With help from stu@

OK stu@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 11:18:25

Modified files:
	textproc/p5-XML-LibXML: Makefile 

Log message:
Back in 2006 there has been a p5-XML-LibXML-1.61003. That version
happens to be newer than the current p5-XML-LibXML-1.69p3, so
pkg_create now loudly complains. So set EPOCH to 0 to make it happier.

agreed by jasper@ and sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:26:52

Removed files:
	security/tcltls/patches: patch-Makefile_in patch-pkgIndex_tcl_in 
	                         patch-tlsBIO_c patch-tlsIO_c 

Log message:
Remove obsolete/empty patch files missed with last fixup for tcltls


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:33:14

Modified files:
	graphics/tkimg : Makefile 
	graphics/tkimg/patches: patch-Makefile_in 
	graphics/tkimg/pkg: PLIST 

Log message:
Update to new Tcl layout.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:35:32

Modified files:
	graphics/tkpng : Makefile 
	graphics/tkpng/pkg: PLIST 

Log message:
Update to new Tcl layout, makefile cleanup.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:40:55

Modified files:
	lang/eltclsh   : Makefile 

Log message:
Make use of the Tcl/Tk modules.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:45:45

Modified files:
	lang/expect    : Makefile 
	lang/expect/patches: patch-Makefile_in 
	lang/expect/pkg: PFRAG.shared 
Added files:
	lang/expect/patches: patch-pkgIndex_in 

Log message:
Update to new Tcl layout.
get rid of USE_GROFF.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:49:20

Modified files:
	lang/otcl      : Makefile 
	lang/otcl/patches: patch-configure 

Log message:
Update to new Tcl layout.
While there, make use of the Tcl/Tk modules.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 11:55:32

Modified files:
	devel/itcl     : Makefile 
	devel/itcl/patches: patch-Makefile_in patch-configure 
	                    patch-pkgIndex_tcl_in 
	devel/itcl/pkg : PLIST 
Added files:
	devel/itcl/patches: patch-generic_itcl_cmds_c 

Log message:
Update to new Tcl layout.
While there, take MAINTAINER, since the old one is not reachable with this address anymore.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 12:00:54

Modified files:
	devel/tclcl    : Makefile 
	devel/tclcl/patches: patch-configure patch-otcldoc 
	devel/tclcl/pkg: PLIST 

Log message:
Update to new Tcl layout.
While there, make use of the Tcl/Tk modules.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2011/01/05 12:01:25

Log message:
    fonts from the League of Movable Type, improved & ok jasper@
    
    Status:
    
    Vendor Tag:	ian
    Release Tags:	ian_2011-Jan-05
    
    N ports/x11/league-fonts/Makefile
    N ports/x11/league-fonts/distinfo
    N ports/x11/league-fonts/pkg/PLIST
    N ports/x11/league-fonts/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2011/01/05 12:03:10

Modified files:
	x11            : Makefile 

Log message:
league-fonts


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 12:06:06

Modified files:
	net/ns         : Makefile 
	net/ns/patches : patch-configure 
	net/ns/pkg     : PLIST 

Log message:
Update to new Tcl layout.
While there, make use of the tcl/tk modules.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 12:07:59

Modified files:
	net/nam        : Makefile 
	net/nam/patches: patch-configure 
	net/nam/pkg    : PLIST 

Log message:
Update to new Tcl layout.
While there, make use of tcl/tk modules.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 12:15:09

Modified files:
	x11/itk        : Makefile 
	x11/itk/patches: patch-Makefile_in patch-configure 
	                 patch-tests_interp_test 
	x11/itk/pkg    : PLIST 
Added files:
	x11/itk/patches: patch-generic_itk_cmds_c 
Removed files:
	x11/itk/patches: patch-pkgIndex_tcl_in 

Log message:
Update to new Tcl layout.
Remove MAINTAINER, he is unreachable via this e-mail.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/05 12:20:31

Modified files:
	x11/iwidgets   : Makefile 
	x11/iwidgets/pkg: PLIST 

Log message:
Update to new Tcl layout.

OK landry@, stu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 12:28:36

Modified files:
	textproc/TclXML: Makefile 
	textproc/TclXML/pkg: PLIST 

Log message:
Cope with Tcl layout changes, bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/05 12:30:26

Modified files:
	net/tclcurl    : Makefile distinfo 
	net/tclcurl/pkg: DESCR PLIST 

Log message:
Upgrade to 7.19.6. Port Makefile cleanup.
Become maintainer, use Tcl/Tk 8.5.

ok landry@, sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 12:37:12

Modified files:
	math/graphviz  : Makefile 
	math/graphviz/pkg: PLIST-main 

Log message:
Pass TKCONFIG/TCLCONFIG in CONFIGURE_ENV so that it's correctly picked
after tcl/tk.port.mk changes. Update PLIST while here (adds a bunch of
@bin markers)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 13:28:35

Modified files:
	graphics/colorexplorer: Makefile 

Log message:
Bump REVISION. MAINTAINER changes -> package changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 13:29:56

Modified files:
	lang/otcl      : Makefile 

Log message:
Bump REVISION, WANTLIB/LIB_DEPENDS changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/05 13:31:02

Modified files:
	misc/tkinfo    : Makefile 

Log message:
Bump REVISION, MAINTAINER changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/05 14:25:28

Modified files:
	converters/p5-Convert-UUlib: Makefile distinfo 

Log message:
- update p5-Convert-UUlib to 1.34

ok Ibrahim Khalifa (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/05 14:31:34

Modified files:
	sys/dev/ic     : ar9380.c 

Log message:
cosmetic, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/05 15:14:39

Modified files:
	sys/arch/m88k/include: cmmu.h 
	sys/arch/m88k/m88k: db_interface.c m8820x_machdep.c pmap.c 
	sys/arch/mvme88k/mvme88k: m197_machdep.c m88110.c 

Log message:
Now that pmap_copy_page() no longer needs to flush a couple contiguous tlb
entries, drop the count parameter to cmmu_tlb_inv(), and introduce
cmmu_tlb_inv_all() to drop all user tlb entries (to be used during context
switches).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/05 15:16:16

Modified files:
	sys/arch/m88k/include: cpu.h 
	sys/arch/m88k/m88k: m8820x_machdep.c pmap.c subr.S 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Make copypage() and zeropage() per-cpu function pointers, and use a
different version on 88110, which does load allocate of
to-be-completely-overwritten cache lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/05 15:18:46

Modified files:
	sys/arch/m88k/m88k: pmap.c 

Log message:
Minor optimizations:
- move pte validity checks from pmap_remove_pte() to its callers.
- when iterating over a segment, compute pte address once and increment it
in the loop, instead of recomputing it on every iteration.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/05 15:20:23

Modified files:
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/m88k/include: pmap.h 
	sys/arch/m88k/m88k: pmap.c 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever,
instead of assuming it is ``everything below the kernel image''.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/05 15:29:31

Modified files:
	sys/dev/acpi   : acpimcfg.c 

Log message:
Ignore MCFG tables with an empty bus range.  Makes stu@'s amd64 machine
boot again.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/05 15:38:28

Modified files:
	usr.bin/tmux   : cmd-command-prompt.c 

Log message:
Whoops, command-prompt can take 0 or 1 argument.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 16:09:08

Log message:
    import Net-Server-SS-PreFork-0.05
    
    from Abel Abraham Camarillo Ojeda
    with cleanups by me
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20110601
    
    N ports/net/p5-Net-Server-SS-PreFork/Makefile
    N ports/net/p5-Net-Server-SS-PreFork/distinfo
    N ports/net/p5-Net-Server-SS-PreFork/pkg/DESCR
    N ports/net/p5-Net-Server-SS-PreFork/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/05 16:09:44

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2011/01/05 17:58:02

Modified files:
	x11/league-fonts: Makefile 

Log message:
Use DISTFILES += , requested by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:01:52

Modified files:
	lang/ruby/1.8  : Makefile distinfo 
	lang/ruby/1.8/pkg: PLIST-main 

Log message:
Update ruby 1.8 port to 1.8.7p330, only minor bugfixes.  While here,
fix REGRESS_DEPENDS.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:04:37

Modified files:
	lang/ruby/1.9  : Makefile distinfo 
	lang/ruby/1.9/patches: patch-configure 
	lang/ruby/1.9/pkg: PLIST-main 
Removed files:
	lang/ruby/1.9/patches: patch-ext_fiddle_closure_c 
	                       patch-test_ruby_test_env_rb 

Log message:
Update ruby 1.9 port to 1.9.2p136, only minor bugfixes.  A couple of
our patches were accepted upstream.  While here, fix REGRESS_DEPENDS.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:14:10

Modified files:
	lang/rubinius  : Makefile distinfo 
	lang/rubinius/pkg: PLIST 
Removed files:
	lang/rubinius/patches: patch-vm_external_libs_libffi_configure 
	                       patch-vm_external_libs_libffi_src_arm_sysv_S 
	                       patch-vm_external_libs_libffi_src_mips_ffi_c 
	                       patch-vm_external_libs_libffi_src_mips_ffitarget_h 

Log message:
This updates rubinius to 1.2.0.  Among other things, a few of our
patches were accepted upstream.

Rubinius previously installed into a versioned directory, this
update changes it to install into an unversioned directory.
This is going to change the PLIST of all dependent gem ports,
and a commit for them as well as a commit for ruby.port.mk will
be going in shortly.

Minor versions of rubinius do not maintain binary compatibility,
so we'll still need to bump all dependent ports that use C
extensions whenever the minor version of rubinius is updated, but
it is better than bumping all dependent ports.

While here, add some CONFIGURE_ENV stuff to make it possible to
build more ports with C extensions that depend on libraries in
LOCALBASE/lib.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:15:46

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Deal with the rubinius directory changes, and tie rbx FLAVORs to
the currently supported minor version of rubinius.

No longer allow a ruby18 FLAVOR to be used to specify ruby 1.8.
Now, only the empty flavor should be used.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:22:17

Modified files:
	www/ruby-merb/mailer: Makefile 

Log message:
REVISION bump for rbx FLAVOR PLIST change.

While here, fix the depends so it works for multiple FLAVORS.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/05 21:24:25

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/ruby-id3lib: Makefile 
	audio/ruby-vorbis_comment: Makefile 
	converters/ruby-json: Makefile 
	databases/ruby-activerecord: Makefile 
	databases/ruby-arel: Makefile 
	databases/ruby-couch_potato: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/constraints: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/data_mapper: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/transactions: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-mysql2: Makefile 
	databases/ruby-mysqlplus: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-postgres: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-actionpack: Makefile 
	devel/ruby-activemodel: Makefile 
	devel/ruby-activesupport: Makefile 
	devel/ruby-assistance: Makefile 
	devel/ruby-bacon: Makefile 
	devel/ruby-bundler: Makefile 
	devel/ruby-cicphash: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-facets: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-i18n: Makefile 
	devel/ruby-isolate: Makefile 
	devel/ruby-kgio: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-parsetree: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-rack-test: Makefile 
	devel/ruby-rake-compiler: Makefile 
	devel/ruby-rparsec: Makefile 
	devel/ruby-rspec: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-sexp: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-stringex: Makefile 
	devel/ruby-systemtimer: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-tzinfo: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-zentest: Makefile 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gd2: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-actionmailer: Makefile 
	mail/ruby-mail : Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime-types: Makefile 
	mail/ruby-rmail: Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-amqp-utils: Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-errand: Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-minion: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-rrdtool: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/god   : Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-thor: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-erubis: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pdf-writer: Makefile 
	textproc/ruby-prawn/core: Makefile 
	textproc/ruby-prawn/format: Makefile 
	textproc/ruby-prawn/layout: Makefile 
	textproc/ruby-prawn/prawn: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rubigen: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	www/ruby-activemerchant: Makefile 
	www/ruby-activeresource: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-merb/action-args: Makefile 
	www/ruby-merb/activerecord: Makefile 
	www/ruby-merb/assets: Makefile 
	www/ruby-merb/auth: Makefile 
	www/ruby-merb/auth-core: Makefile 
	www/ruby-merb/auth-more: Makefile 
	www/ruby-merb/auth-slice-password: Makefile 
	www/ruby-merb/cache: Makefile 
	www/ruby-merb/core: Makefile 
	www/ruby-merb/datamapper: Makefile 
	www/ruby-merb/exceptions: Makefile 
	www/ruby-merb/gen: Makefile 
	www/ruby-merb/helpers: Makefile 
	www/ruby-merb/param-protection: Makefile 
	www/ruby-merb/slices: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rack-mount: Makefile 
	www/ruby-rack-test: Makefile 
	www/ruby-rails : Makefile 
	www/ruby-railties: Makefile 
	www/ruby-rainbows: Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-unicorn: Makefile 

Log message:
REVISION bump for rbx FLAVOR PLIST change.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 00:27:15

Modified files:
	share/man/man4 : athn.4 usb.4 
	sys/conf       : files 
	sys/dev/usb    : files.usb 
	sys/dev/ic     : athn.c athnreg.h athnvar.h ar5008.c ar9280.c 
	                 ar9285.c ar9285reg.h 
Added files:
	sys/dev/usb    : if_athn_usb.c if_athn_usb.h 

Log message:
"athn* at uhub? port ?"
this adds preliminary support for the Atheros AR9271 chipset and
probably the AR9280+AR7010 and AR9287+AR7010 too though those were
not tested.
scanning still takes a very long time (~1 sec per channel) but
otherwise, operation in STA mode seems stable.
will implement fast channel change soon.

committed over the Ubiquiti WifiStation EXT (AR9271) on i386 with WPA.
requires firmware (see man page for details)

ok deraadt@ (who checked the .h files)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 00:28:45

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
enable athn at uhub


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/06 01:24:57

Modified files:
	share/man/man4 : usb.4 

Log message:
sync athn(4);


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 01:33:39

Modified files:
	converters/p5-Convert-BER: Makefile 

Log message:
p5-Convert-BER-1.3101 existed in the past, and -1.32 compares older.
Set EPOCH to 0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 01:38:29

Modified files:
	graphics/swfdec: Makefile 

Log message:
Add libtool to BUILD_DEPENDS, autobloat needs libtoolize.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 01:39:49

Modified files:
	japanese/nkf   : Makefile 

Log message:
nkf-2.05 existed in the past, and it compares newer than nkf-2.1.1.
Set EPOCH to 0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 01:46:16

Modified files:
	net/p5-Server-Starter: Makefile 

Log message:
- missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 01:47:58

Modified files:
	editors/xemacs21/stable: Makefile 
	editors/xemacs21/stable/pkg: PLIST 

Log message:
- fix PLIST, spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/06 03:11:40

Modified files:
	editors/xemacs21/stable/pkg: PLIST 

Log message:
fix fix


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 04:52:41

Modified files:
	sys/net        : if_sl.c 

Log message:
Do not assign m->m_pkthdr.rdomain before m was allocated.
Fix for rev 1.37 commit which would crash when slip(4) is used.
Problem found the hard way by Henri Kemppainen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 05:16:39

Log message:
    Import shelldap 0.20110106:
    
    Shelldap is a handy shell-like interface for browsing LDAP servers
    and editing their content. It keeps command history, has sane
    autocompletes, credential caching, site-wide and individual configs,
    and it's fun to say.
    Shelldap documentation can be viewed using perldoc(1).
    
    with feedback/distfile hosting/ok jasper@.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110106
    
    N ports/sysutils/shelldap/Makefile
    N ports/sysutils/shelldap/distinfo
    N ports/sysutils/shelldap/pkg/PLIST
    N ports/sysutils/shelldap/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 05:17:07

Modified files:
	sysutils       : Makefile 

Log message:
+shelldap


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/06 06:03:21

Modified files:
	databases/pgadmin3: Makefile distinfo 

Log message:
Update to 1.12.2

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 06:33:01

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
- explicitly disable ladspa, as it may get picked up otherwise.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 06:41:26

Modified files:
	net/spectrum   : Makefile 

Log message:
- add missing run dependency

ok sebastia@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/06 07:01:36

Modified files:
	sys/net        : pf_norm.c 

Log message:
Put htons() around ip_randomid() for pf scrub random-id to make it
consistent with the network stack.
ok mcbride@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/06 07:12:16

Modified files:
	databases/p5-DBD-Pg: Makefile distinfo 

Log message:
Update to 2.17.2

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 07:45:07

Modified files:
	sys/net        : rtsock.c 

Log message:
Minor style nit


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 07:50:11

Modified files:
	sys/net        : rtsock.c 

Log message:
dst my point to memory inside rt so move the check up before the
rtfree(rt). Without this the sp_protocol on RTM_DELETE is garbage
and rtsocket user that restrict the AF of the socket (like ospfd)
will not see a single one of the RTM_DELETE.
OK henning@, dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/06 07:50:35

ports/net/tclcurl/patches

Update of /cvs/ports/net/tclcurl/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30122/patches

Log Message:
Directory /cvs/ports/net/tclcurl/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/06 07:52:10

Added files:
	net/tclcurl/patches: patch-Makefile_in 

Log message:
Unbreak port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2011/01/06 08:26:12

Modified files:
	infrastructure/plist: sh 

Log message:
Add some more ports for plist builds as requested by jasper@ at p2k10.

Other requests are welcomed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/06 08:31:12

Modified files:
	share/man/man4 : run.4 

Log message:
add another RT3070 that works.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 08:32:47

Modified files:
	usr.sbin/iscsid: vscsi.c 

Log message:
Add minimal LUN handling. Currently only single level LUN addressing is
supported because the vscsi ioctl interface is limited to that.
Seems to work according to my iscsi target having 2 units per target.
OK dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 08:33:39

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 08:35:06

Modified files:
	usr.sbin/iscsid: connection.c 

Log message:
Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probed
by the midlayer. With help from dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/06 08:40:04

Modified files:
	usr.sbin/iscsid: task.c 

Log message:
Ugly hack, call session_schedule in the task pdu callback handler.
Without this accessing both LU on my iscsi target will lock up
because tasks a queued but no longer scheduled.
We need a better task scheduler but this allows me to run iogen on both
partitions without locking up.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 08:41:51

Modified files:
	sys/dev        : rnd.c rndvar.h 

Log message:
make all /dev/*random nodes respond; in fact, don't even worry about
the minor number at all.  The chances of an application ignoring the
error on /dev/random are *greater* than the risk of an application
getting bad data from it.
ok dlg tedu kjell


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 08:53:51

Modified files:
	share/man/man4 : random.4 

Log message:
document that all *random nodes supply data now


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 09:01:45

Modified files:
	images         : cd26-s.gif tshirt-4.gif 
	images/hackathons: c2k2.gif 

Log message:
these were jpg, make them gif; Tiago Silva


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/06 09:30:41

Modified files:
	share/man/man4 : run.4 

Log message:
be more precise about the model


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 09:46:42

Modified files:
	games/wormux   : Makefile distinfo 
	games/wormux/pkg: PLIST 

Log message:
Update to wormux 0.9.2.1 from Vadim Zhukov with a MASTER_SITES fix from
myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2011/01/06 09:59:06

Modified files:
	distrib/miniroot: install.sub 

Log message:
rephrase fsck question and default to 'n'; ok krw@ henning@ stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/06 10:28:43

Modified files:
	www/py-CherryPy: Makefile distinfo 
	www/py-CherryPy/pkg: PLIST 

Log message:
Update CherryPy to 3.1.2.
ok Joerg Zinke (MAINTAINER).


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2011/01/06 10:32:42

Modified files:
	sys/dev        : vnd.c 

Log message:
init and destory the bufq in the ioctl handler, as
the softc is zero'ed when the vnd is unconfigured;
otherwise we blow up when configuring a vnd the second
time since the bufq structure is kaputt.

found by and OK krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 10:45:36

Modified files:
	sys/dev/usb    : if_athn_usb.c 

Log message:
create STA entry for our BSS upon association.
update Rx filter after association.
move RECV_START command outside of rx_enable since rx_enable callback
is not allowed to fail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2011/01/06 10:56:49

Modified files:
	graphics/djvulibre: Makefile 

Log message:
convert(1) from ImageMagick isn't needed, djvulibre prefers rsvg(1)
for icon creation.

ok shadchin@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/06 11:15:14

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Update ruby-sequel to 3.19.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/06 11:40:10

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Solaris insists on getting the right sequence numbers in DRING_DATA messages
and it seems we were off by one.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:03:12

Modified files:
	sys/dev/usb    : if_athn_usb.c 

Log message:
implement fast channel change.
this dramatically reduces the number of register reads/writes and
thus the number of context switches when changing channel.
makes scanning much faster.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/06 12:11:22

Modified files:
	graphics/py-matplotlib: Makefile 
	graphics/py-matplotlib/patches: patch-setupext_py 

Log message:
Fix py-matplotlib after tcl layout change.
It was broken before too.
Based on initial patch by stsp@

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:20:54

Modified files:
	sys/dev/usb    : if_athn_usb.c 

Log message:
cleanup athn_usb_rx_frame().
remove padding after 802.11 header if any.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:32:10

Modified files:
	sys/conf       : files 
	sys/dev/usb    : files.usb 

Log message:
only athn at uhub (not pci or cardbus) needs firmload


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:45:05

Modified files:
	share/man/man4 : athn.4 

Log message:
indicate the number of spatial streams along with the number
of Tx/Rx chains.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:47:46

Modified files:
	share/man/man4 : athn.4 otus.4 uath.4 

Log message:
Remove dead links.
Atheros have reworked their website.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/06 12:49:58

Modified files:
	sys/dev/usb    : if_otus.c if_uath.c 

Log message:
Remove dead links.
Atheros have reworked their website.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/06 13:15:22

Modified files:
	databases/ruby-do_postgres: Makefile 

Log message:
Bump REVISION for rbx FLAVOR PLIST change.  Reminded by landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/06 13:20:01

Modified files:
	lang/rubinius  : Makefile 
	lang/rubinius/patches: patch-lib_fileutils_rb 
Added files:
	lang/rubinius/patches: patch-rakelib_vm_rake 

Log message:
Use intree version of libffi, and don't hardcode /usr/local.

Prodded and OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 13:20:03

Modified files:
	net/p5-Test-TCP: Makefile 

Log message:
Fix dependencies. Test::SharedFork is also a runtime dependency, not
only build-time. Found out after seeing random Plack and Server::Starter
strange build failures..


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2011/01/06 13:23:57

Modified files:
	devel/git      : Makefile distinfo 

Log message:
Maintenance update to git-1.7.3.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 13:46:51

Modified files:
	devel/p5-Devel-StackTrace-AsHTML: Makefile 

Log message:
Fix DEPENDS and bump REVISION.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/06 14:23:16

Modified files:
	gnu/usr.bin/perl: MANIFEST patchlevel.h 
	gnu/usr.bin/perl/cpan/CGI: Changes 
	gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm 
	gnu/usr.bin/perl/cpan/CGI/lib/CGI: Carp.pm Cookie.pm Pretty.pm 
	                                   Push.pm Util.pm 
	gnu/usr.bin/perl/cpan/CGI/t: carp.t cookie.t html.t http.t 
Added files:
	gnu/usr.bin/perl/cpan/CGI/t: charset.t headers.t param_fetch.t 

Log message:
Update CGI to 3.51, which includes a better fix for SA42443,
"multipart_init()" HTTP Header Injection Vulnerability.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/06 14:28:22

Modified files:
	net/p5-Net-Server-SS-PreFork: Makefile 

Log message:
Surpriiise!  p5-Test-TCP is not only a REGRESS_DEPENDS, but also
BUILD/RUN_DEPENDS.. bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 15:19:28

Modified files:
	www/phpmyadmin : Tag: OPENBSD_4_8 Makefile distinfo 
	www/phpmyadmin/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
- SECURITY update phpmyadmin to 3.3.9
fixes Spoofing Weakness and Information Disclosure
CVE-2010-4480 and CVE-2010-4481


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/06 15:23:02

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
when exiting due to ServerAliveTimeout, mention the hostname that caused
it (useful with backgrounded controlmaster)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/06 15:23:53

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
unbreak %n expansion in LocalCommand; patch from bert.wesarg AT
googlemail.com; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/06 15:46:21

Modified files:
	regress/usr.bin/ssh: Makefile 
Added files:
	regress/usr.bin/ssh: host-expand.sh 

Log message:
regress test for LocalCommand %n expansion from bert.wesarg AT
googlemail.com; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 15:49:10

Modified files:
	sys/dev        : rnd.c 

Log message:
For very large operations in randomread(), use a local rc4 instance
much like arc4random_buf_large does, but without re-initializing it
every 8K.
ok tedu


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 15:55:31

Modified files:
	graphics/evince: Makefile 
Added files:
	graphics/evince/patches: patch-backend_dvi_mdvi-lib_afmparse_c 
	                         patch-backend_dvi_mdvi-lib_dviread_c 
	                         patch-backend_dvi_mdvi-lib_pk_c 
	                         patch-backend_dvi_mdvi-lib_tfmfile_c 
	                         patch-backend_dvi_mdvi-lib_vf_c 

Log message:
SECURITY FIXES for CVE-2010-2640, CVE-2010-2641, CVE-2010-2642, CVE-2010-2643.

Patches from upstream git.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 15:55:38

Modified files:
	graphics/evince: Tag: OPENBSD_4_8 Makefile 
Added files:
	graphics/evince/patches: Tag: OPENBSD_4_8 
	                         patch-backend_dvi_mdvi-lib_afmparse_c 
	                         patch-backend_dvi_mdvi-lib_dviread_c 
	                         patch-backend_dvi_mdvi-lib_pk_c 
	                         patch-backend_dvi_mdvi-lib_tfmfile_c 
	                         patch-backend_dvi_mdvi-lib_vf_c 

Log message:
SECURITY FIXES for CVE-2010-2640, CVE-2010-2641, CVE-2010-2642, CVE-2010-2643.

Patches from upstream git.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/06 16:01:35

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/06 16:26:48

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Add support for the vDisk 1.1 protocol.  Improve Solaris vtoc/disklabel
support and implement VD_OP_SET_VTOC.  This makes Solaris actualy run on top
of an OpenBSD control domain.  Installing from CD needs some further tweaking
but a network install will probably work.  OpenBSD clients are still happy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/06 16:45:07

Modified files:
	math/gnuplot   : Makefile distinfo 
	math/gnuplot/pkg: PLIST 
Added files:
	math/gnuplot/patches: patch-docs_Makefile_in 
	                      patch-src_Makefile_in 
Removed files:
	math/gnuplot/patches: patch-share_Makefile_in 

Log message:
- update gnuplot to 4.4.2
- remove maintainer after various time-outs

joint work with patrick keshishian


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/06 17:43:11

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Fix malloc(9) call with swapped type and flags arguments.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/06 17:46:48

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Detect wether a disk image is an ISO image and set the media type to
VD_MEDIA_TYPE_CD to vDisk 1.1 clients.  Makes installing from a Solaris 11
Express bootable install CD work.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/06 19:21:51

Modified files:
	sys/dev        : vscsivar.h 

Log message:
the midlayer uses -1 as a wildcard when processing requests for probes or
detaches. switch the types from u_int to int in the vscsi ioctl that asks
for probes or requests.

this is so claudio@ can get all luns on a target probed in iscsid with a
single ioctl call.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/06 20:15:39

Modified files:
	sys/arch/i386/include: vmparam.h 

Log message:
increase i386 maxdsiz to 2GB.  comments from ariane deraadt kettenis.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 21:38:00

Modified files:
	sys/dev        : rnd.c 

Log message:
since randomwrite() also has no blocking operations at all, we need to
do a yield, otherwise an accidental cat by root into /dev/random kind
of makes your machine hurt a lot.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 21:56:52

Modified files:
	sys/dev        : rnd.c rndvar.h 

Log message:
substantial rewrite.  put a very thin mutex at the entropy-collection
side so that entropy events can come in from any kernel context.  place
a 2nd very thin mutex at the call-down path as well, so that any context can
request random data.  in the middle, meet with a bcopy that has no mutex,
but copying unlocked data is actually a benefit.
move the pool->MD5->RC4init sequence into a workq driven from a timeout,
so that we can do all the heavy work without any mutex held or IPL; only
grab the 2nd mutex to swap to a new RC4 state. (this workq design from tedu)
ok dlg tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/06 23:17:33

Modified files:
	regress/sys/kern/kqueue: kqueue-random.c 

Log message:
do not rely on rndvar.h leaking shit into the namespace


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/07 00:33:33

Log message:
    Import HighlighterKit: framework for highlighting and coloring syntax
    
    cat pkg/DESCR:
    HighlighterKit provides a framework for highlighting and coloring syntax
    in code editors.
    
    OK landry@, reads fine, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_2011_01_07
    
    N ports/x11/gnustep/highlighterkit/Makefile
    N ports/x11/gnustep/highlighterkit/distinfo
    N ports/x11/gnustep/highlighterkit/pkg/DESCR
    N ports/x11/gnustep/highlighterkit/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/07 00:35:07

Log message:
    Import Gemas: simple code editor for GNUstep
    
    This is a simple code editor with highlight syntax and auto indentation.
    
    OK landry@, reads fine, jasper@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_2011_01_07
    
    N ports/x11/gnustep/gemas/Makefile
    N ports/x11/gnustep/gemas/distinfo
    N ports/x11/gnustep/gemas/pkg/DESCR
    N ports/x11/gnustep/gemas/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/07 00:36:19

Modified files:
	x11/gnustep    : Makefile 

Log message:
+ highlighterkit, gemas


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/07 01:23:27

Modified files:
	share/man/man4 : random.4 

Log message:
tweak previous; ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 02:03:15

Modified files:
	databases/p5-Data-Pageset: Makefile distinfo 

Log message:
- update p5-Data-Pageset to 1.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 02:21:47

Modified files:
	textproc/p5-String-RewritePrefix: Makefile distinfo 

Log message:
- update p5-String-RewritePrefix to 0.006


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/07 02:56:25

Modified files:
	graphics/shotwell: Makefile 
Added files:
	graphics/shotwell/patches: patch-src_Dialogs_vala 

Log message:
Unbreak after the hobbits broke it when upgrading vala to 0.10.2.
http://trac.yorba.org/ticket/3050
http://trac.yorba.org/changeset/2534


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 02:59:09

Modified files:
	textproc/p5-Text-RecordParser: Makefile distinfo 
	textproc/p5-Text-RecordParser/pkg: PLIST 

Log message:
- update p5-Text-RecordParser to 1.5.0
- regen PLIST
- update license


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 03:12:30

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
- previous was committed in error, and should've been a fix of LIB_DEPENDS
and WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:17:04

Log message:
    First step for the OpenLDAP upgrade: import the server side of OpenLDAP 2.3
    
    ok landry@, ajacoutot@, jasper@, stephan@
    
    Status:
    
    Vendor Tag:	pea
    Release Tags:	pea_20110107
    
    N ports/databases/openldap23/Makefile
    N ports/databases/openldap23/distinfo
    N ports/databases/openldap23/patches/patch-Makefile_in
    N ports/databases/openldap23/patches/patch-build_top_mk
    N ports/databases/openldap23/patches/patch-configure
    N ports/databases/openldap23/patches/patch-libraries_libldap_tls_c
    N ports/databases/openldap23/patches/patch-servers_slapd_slapd_conf
    N ports/databases/openldap23/patches/patch-servers_slapd_dn_c
    N ports/databases/openldap23/patches/patch-servers_slapd_modrdn_c
    N ports/databases/openldap23/patches/patch-servers_slapd_schema_init_c
    N ports/databases/openldap23/pkg/MESSAGE
    N ports/databases/openldap23/pkg/PLIST
    N ports/databases/openldap23/pkg/DESCR
    N ports/databases/openldap23/pkg/slapd.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 03:22:05

Modified files:
	x11/gnome/py-gnome-desktop: Makefile 

Log message:
- regen WANTLIB, so this is installable again on a clean box


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:24:30

Modified files:
	databases/openldap: Makefile distinfo 
	databases/openldap/patches: patch-build_top_mk 
	                            patch-servers_slapd_dn_c 
	databases/openldap/pkg: DESCR-server MESSAGE-server 
	                        PFRAG.shared-main PLIST-main 
	                        PLIST-server 
Added files:
	databases/openldap/patches: patch-aclocal_m4 
	                            patch-build_openldap_m4 
	                            patch-configure_in 
	                            patch-servers_slapd_Makefile_in 
	databases/openldap/pkg: slapd.rc 
Removed files:
	databases/openldap/patches: patch-configure 
	                            patch-libraries_libldap_tls_c 
	                            patch-servers_slapd_modrdn_c 
	                            patch-servers_slapd_schema_init_c 

Log message:
*MAJOR UPGRADE*

Upgrade to OpenLDAP 2.4.23.
Important things to know:

+ ldbm backend has been removed
+ bdb is the default backend
+ slurp has been removed

Backup all your data before this upgrade !!

Tested in a bulk by landry@
Lot of help/comments/ideas/tests from ajacoutot@, jasper@, landry@, sthen@, stephan@

ok ajacoutot@, landry@, jasper@, stephan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:27:20

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Fix wantlib after OpenLDAP upgrade

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:29:45

Modified files:
	mail/evolution-exchange: Makefile 

Log message:
Fix wantlib after OpenLDAP upgrade.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:31:16

Modified files:
	mail/evolution : Makefile 

Log message:
Fix wantlib after OpenLDAP upgrade

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:32:43

Modified files:
	databases/ruby-ldap: Makefile 
Added files:
	databases/ruby-ldap/patches: patch-conn_c patch-ldap_c 

Log message:
Fix after OpenLDAP upgrade

spotted by landry@
patches from jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:33:52

Modified files:
	x11/gnome/seahorse: Makefile 

Log message:
Fix wantlib after OpenLDAP upgrade

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 03:36:35

Modified files:
	mail/zarafa/zarafa: Makefile 

Log message:
Fix wantlib after OpenLDAP upgrade

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 04:01:36

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- unbreak by regenerating WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 04:28:40

Modified files:
	net/p5-Net-Patricia: Makefile distinfo 

Log message:
- update p5-Net-Patricia to 1.19
- add RUN_DEPENDS
- take maintainership
- update license


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 04:46:59

Modified files:
	www/p5-CSS-Squish: Makefile distinfo 

Log message:
- update p5-CSS-Squish to 0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/07 05:19:32

Modified files:
	gnu/usr.bin/perl: patchlevel.h 
	gnu/usr.bin/perl/cpan/Test-Simple: Changes 
	gnu/usr.bin/perl/cpan/Test-Simple/lib/Test: Builder.pm More.pm 
	                                            Simple.pm 
	gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder: Module.pm 
	                                                    Tester.pm 
	gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester: 
	                                                           Color.pm 
	gnu/usr.bin/perl/cpan/Test-Simple/t: More.t dependents.t extra.t 
	                                     fail-more.t 
	                                     is_deeply_fail.t undef.t 
	                                     use_ok.t 
	gnu/usr.bin/perl/cpan/Test-Simple/t/Builder: no_ending.t 
	                                             no_plan_at_all.t 
	                                             reset.t 
	gnu/usr.bin/perl/cpan/Test-Simple/t/Tester: tbt_01basic.t 
	                                            tbt_06errormess.t 
	                                            tbt_07args.t 
	gnu/usr.bin/perl/cpan/Test-Simple/t/subtest: basic.t 

Log message:
- Update Test::Simple to 0.96

from Abel Abraham Camarillo Ojeda
ok espie@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/07 05:24:33

Modified files:
	databases/openldap: Makefile 
	databases/openldap/pkg: slapd.rc 
Removed files:
	databases/openldap/pkg: MESSAGE-server 

Log message:
Unbreak rc script.
Remove bogus MESSAGE-server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/07 05:26:50

Modified files:
	databases/openldap23: Makefile 
	databases/openldap23/pkg: slapd.rc 
Removed files:
	databases/openldap23/pkg: MESSAGE 

Log message:
Remove useless MESSAGE.
Unbreak rc script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/07 05:50:55

Modified files:
	databases      : Makefile 

Log message:
Link openldap23


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 06:45:11

Log message:
    import p5-HTTP-Parser-XS 0.13
    
    from Abel Abraham Camarillo Ojeda with cleanups by me
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20110701
    
    N ports/www/p5-HTTP-Parser-XS/Makefile
    N ports/www/p5-HTTP-Parser-XS/distinfo
    N ports/www/p5-HTTP-Parser-XS/pkg/PLIST
    N ports/www/p5-HTTP-Parser-XS/pkg/PFRAG.shared
    N ports/www/p5-HTTP-Parser-XS/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 06:45:39

Log message:
    import p5-Starman 0.2007
    
    from Abel Abraham Camarillo Ojeda with cleanups by me
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20110701
    
    N ports/www/p5-Starman/Makefile
    N ports/www/p5-Starman/distinfo
    N ports/www/p5-Starman/pkg/DESCR
    N ports/www/p5-Starman/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 06:47:19

Modified files:
	www            : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 07:51:41

Modified files:
	www/p5-XML-Atom: Makefile distinfo 

Log message:
- update p5-XML-Atom to 0.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 08:32:41

Modified files:
	www/horde      : horde.port.mk 

Log message:
- zap defunt master site that's timing out

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 08:34:56

Modified files:
	security/john  : Makefile distinfo 
Added files:
	security/john/pkg: DESCR-contrib DESCR-main MESSAGE-contrib 
	                   MESSAGE-main PLIST-contrib PLIST-main 
Removed files:
	security/john/pkg: DESCR MESSAGE PLIST 

Log message:
- add contrib FLAVOR with jumbo patch
- modify PLIST, MESSAGE and DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/07 09:26:30

Modified files:
	security/john  : Makefile distinfo 
Added files:
	security/john/pkg: DESCR MESSAGE PLIST 
Removed files:
	security/john/pkg: DESCR-contrib DESCR-main MESSAGE-contrib 
	                   MESSAGE-main PLIST-contrib PLIST-main 

Log message:
revert to previous release following the advice of jasper@ and
I will rework on it


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/07 09:36:19

Modified files:
	sysutils/pkg_mgr: Makefile distinfo 

Log message:
Update to pkg_mgr 0.2.1, fixes a bug when simulating updates/installs as
regular user and some files on the system are only readable by root
(cups, dbus...)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/07 09:58:40

Modified files:
	x11/xfce4/xfce4-mpc: Makefile distinfo 
	x11/xfce4/xfce4-mpc/pkg: PLIST 

Log message:
Update to xfce4-mpc 0.3.6. Now compatible with upcoming Xfce 4.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/07 10:50:42

Modified files:
	sys/conf       : GENERIC 
	sys/kern       : uipc_socket.c 
	sys/netinet    : in_proto.c tcp_input.c tcp_output.c tcp_var.h 
	sys/netinet6   : in6_proto.c 
	sys/sys        : protosw.h socket.h socketvar.h 

Log message:
Add socket option SO_SPLICE to splice together two TCP sockets.
The data received on the source socket will automatically be sent
on the drain socket.  This allows to write relay daemons with zero
data copy.
ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/07 11:14:08

Modified files:
	graphics/enblend-enfuse: Makefile 

Log message:
- fix after recent gnuplot update

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/07 12:18:43

Modified files:
	lang/rubinius  : Makefile 

Log message:
Add hidden dependency on databases/db/v4 and honor CC/CFLAGS.

Prodded and OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/07 12:22:06

Modified files:
	mail/postfix   : Makefile.inc 
	mail/postfix/snapshot: Makefile 
	mail/postfix/stable: Makefile 

Log message:
Install the unformatted manpages; mandoc has no problem with these,
and moving back to the unformatted pages fixes warnings from the
installation script (which does not expect the pages to be preformatted).
Problem noted by Brad and myself, possible fix suggested by me, diff
from Brad, ok jakob@ (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/07 12:33:09

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 

Log message:
do not special case ep0 at pci/eisa.  ep* will be fine.  We should not
use 'foo0 at smartbus?' unless we need to
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/07 12:45:44

Modified files:
	regress/lib/libc/glob: globtest.c 

Log message:
Remove an extraneous return statement with the wrong return value.
Fix some gcc warnings.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2011/01/07 13:29:32

Modified files:
	faq/pf         : tagging.html 

Log message:
brconfig -> ifconfig; from Thomas Reiter


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/07 13:48:34

Modified files:
	net/ytalk      : Makefile 

Log message:
Modify Homepage.
Bump Revision.
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/07 14:57:01

Modified files:
	lib/libc/stdio : mktemp.3 

Log message:
mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also
trim an inaccurate comment about its future removal.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/07 15:03:45

src/regress/sys/kern/splice

Update of /cvs/src/regress/sys/kern/splice
In directory cvs.openbsd.org:/tmp/cvs-serv9273/splice

Log Message:
Directory /cvs/src/regress/sys/kern/splice added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/07 15:06:08

Added files:
	regress/sys/kern/splice: Child.pm Client.pm Makefile Proc.pm 
	                         Relay.pm Remote.pm Server.pm 
	                         args-default.pl args-inet6-client.pl 
	                         args-inet6-server.pl args-inet6.pl 
	                         args-long.pl 
	                         args-max-sleep-client-nonblock.pl 
	                         args-max-sleep-client-short.pl 
	                         args-max-sleep-client.pl 
	                         args-max-sleep-relay-short.pl 
	                         args-max-sleep-relay.pl 
	                         args-max-sleep-server.pl args-max.pl 
	                         args-maxcopy-sleep-client.pl 
	                         args-maxcopy-sleep-relay.pl 
	                         args-maxcopy-sleep-server.pl 
	                         args-nonblock.pl 
	                         args-null-max-sleep-client-nonblock.pl 
	                         args-null-max-sleep-client.pl 
	                         args-null-sleep-client.pl args-null.pl 
	                         args-oob-max-sleep-client.pl 
	                         args-oob-max-sleep-relay.pl 
	                         args-oob-max-sleep-server.pl 
	                         args-oob-max.pl args-oob-nonblock.pl 
	                         args-oob-reverse-nonblock.pl 
	                         args-oob-reverse.pl args-oob.pl 
	                         args-oobinline-max-sleep-client.pl 
	                         args-oobinline-max-sleep-relay.pl 
	                         args-oobinline-max-sleep-server.pl 
	                         args-oobinline-max.pl 
	                         args-oobinline-nonblock.pl 
	                         args-oobinline-reverse-nonblock.pl 
	                         args-oobinline-reverse.pl 
	                         args-oobinline.pl 
	                         args-relay-close-in.pl 
	                         args-reset-eof.pl args-reset.pl 
	                         args-reverse-long.pl 
	                         args-reverse-nonblock.pl 
	                         args-reverse-null.pl 
	                         args-reverse-sleep-client.pl 
	                         args-reverse-sleep-relay.pl 
	                         args-reverse-sleep-server.pl 
	                         args-reverse.pl args-server-abort.pl 
	                         args-server-exit.pl args-short.pl 
	                         args-sleep-client.pl 
	                         args-sleep-relay.pl 
	                         args-sleep-server.pl 
	                         args-smallbuf-sleep-client.pl 
	                         args-smallbuf-sleep-relay.pl 
	                         args-smallbuf-sleep-server.pl 
	                         args-smallbuf.pl 
	                         args-smallrcv-sleep-client.pl 
	                         args-smallrcv-sleep-relay.pl 
	                         args-smallrcv-sleep-server.pl 
	                         args-smallrcv.pl 
	                         args-smallsnd-sleep-client.pl 
	                         args-smallsnd-sleep-relay.pl 
	                         args-smallsnd-sleep-server.pl 
	                         args-smallsnd.pl 
	                         args-write-sleep-server.pl 
	                         args-write.pl direct.pl echo.pl 
	                         error-EBUSY.pl error-ENOTCONN.pl 
	                         error-EOPNOTSUPP.pl 
	                         error-EPROTONOSUPPORT.pl 
	                         error-max-EINVAL.pl 
	                         error-splice-EBADF.pl 
	                         error-splice-EBUSY.pl 
	                         error-splice-EINVAL.pl 
	                         error-splice-ENOTCONN.pl 
	                         error-splice-EOPNOTSUPP.pl 
	                         error-splice-EPROTONOSUPPORT.pl 
	                         funcs.pl relay.pl remote.pl 

Log message:
Add kernel regression tests for socket splicing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/07 15:40:52

Modified files:
	www/xxxterm    : Makefile distinfo 
	www/xxxterm/pkg: PLIST 

Log message:
Update xxxterm to 1.221, in in in in marco@, desktop goo by ian@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/07 16:13:48

Modified files:
	sys/dev        : rnd.c rndvar.h 

Log message:
some minor improvements to rnd.
1.  only support pool words == 2048.
2.  define the amount of key we use.
3.  define the amount of rc4 we skip.
4.  use arc4random_buf instead of reimplementing inline.
5.  bzero some more "secrets".
ok deraadt djm


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2011/01/07 17:44:20

Modified files:
	usr.bin/nc     : nc.1 netcat.c 

Log message:
Support unix domain sockets in nc(1) with -Uu.

Previously, using -U with -u was an error that was not documented
in the man page.  Now it will use a unix socket in datagram mode.

Bidirectional unix datagram communication requires a socket at
both ends, so in client mode (without -l), a temporary socket is
created so that responses from the server can be received.
If -s is specified with -U and -u, it specifies the location of
the temporary socket to create.

This was mostly written way back in 2007.  Since then, various
improvements implemented based on suggestions from guenther@,
tedu@, and nicm@. Man page help from nicm@ and jmc@.

Unix datagram support requires a small change to atomicio.c
in order to function correctly, this will be committed separately
shortly.

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2011/01/07 17:47:19

Modified files:
	usr.bin/nc     : atomicio.c 

Log message:
Enable unix datagram support by treating ENOBUFS like EAGAIN.

Separate commit requested by deraadt@.

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/07 17:48:54

Modified files:
	usr.bin/tmux   : Makefile colour.c tmux.1 

Log message:
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/07 17:55:30

Modified files:
	sys/dev        : rnd.c 

Log message:
destatic.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/07 18:52:37

Modified files:
	usr.bin/tmux   : client.c cmd-pipe-pane.c job.c server-client.c 
	                 server.c tmux.c tmux.h tty.c window.c 

Log message:
Move all calls to fcntl(...O_NONBLOCK) into a function and clear the
flag on the stdio file descriptors before closing them (fixes things
like "tmux ls && cat").


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/07 19:22:43

Modified files:
	sys/dev        : rnd.c 

Log message:
switch back from PAGE_SIZE for the sake of sparc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/07 19:23:02

Modified files:
	sys/dev        : rnd.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2011/01/07 22:05:09

Modified files:
	sys/dev/acpi   : dsdt.h 

Log message:
Removed unused structure member


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/08 01:46:53

Modified files:
	mail/evolution-exchange: Makefile 

Log message:
Fix typo in WANTLIB, and while here s/l(dap|ber)/l\1-2.4/ to make
port-lib-depends-check happy. Didn't build so no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/08 01:47:53

Modified files:
	www/cherokee   : Makefile 

Log message:
Fix WANTLIB. For some reason this one was not catched in bulks with
openldap 2.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 03:02:32

Modified files:
	sys/dev/pci    : if_athn_pci.c 
	sys/dev/cardbus: if_athn_cardbus.c 

Log message:
clear pci configuration register 0x41 on resume, like during attach.
only clear it if it is != 0 while i'm at it.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 03:33:33

Modified files:
	share/man/man4 : athn.4 

Log message:
s/;/:/


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 03:42:18

Modified files:
	sys/dev/ic     : athn.c 

Log message:
the USB frontend has its own switch_chan() function, so no need to
do AR9271-specific stuff here.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/08 03:51:51

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
use host and not options.hostname, as the latter may have unescaped
substitution characters


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/08 04:31:11

Modified files:
	geo/qlandkartegt: Makefile distinfo 
Removed files:
	geo/qlandkartegt/patches: patch-src_CDlgProjWizzard_cpp 
	                          patch-src_mitab_cpp patch-src_mitab_h 

Log message:
Update QlandkarteGT to 1.0.0 release.
No major changes, but getting rid of some patches that were accepted upstream.

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 04:56:30

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/armish/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 

Log message:
The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.
Enable athn at uhub on all USB 2.0 capable arches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 05:46:30

Modified files:
	www/drupal6/bueditor: Makefile distinfo 

Log message:
update to 2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 05:48:46

Modified files:
	www/drupal6/rules: Makefile distinfo 
	www/drupal6/rules/pkg: PLIST 

Log message:
update to 1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 05:54:52

Modified files:
	www/drupal6/backup_migrate: Makefile distinfo 
	www/drupal6/backup_migrate/pkg: PLIST 

Log message:
update to 2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:07:12

Modified files:
	www/drupal6/imagefield: Makefile distinfo 
	www/drupal6/filefield: Makefile distinfo 
	www/drupal6/filefield/pkg: PLIST 

Log message:
update to 3.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:10:54

Modified files:
	www/drupal6/cck: Makefile distinfo 

Log message:
update to 2.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:14:26

Modified files:
	www/drupal6/contemplate: Makefile distinfo 

Log message:
update to 1.2, fix COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:21:17

Modified files:
	www/drupal6/date: Makefile distinfo 
	www/drupal6/date/pkg: PLIST 

Log message:
update to 2.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:24:28

Modified files:
	www/drupal6/faq: Makefile distinfo 
	www/drupal6/faq/pkg: PLIST 

Log message:
update to 1.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/08 06:31:15

Modified files:
	www/drupal6/devel: Makefile distinfo 
	www/drupal6/devel/pkg: PLIST 

Log message:
update to 1.23


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/08 07:50:29

Modified files:
	usr.sbin/ldpd  : hello.c 

Log message:
Count the right values for the consumed counter.
Problem found and fix provided by Marcel Wiget <mwiget () gmail ! com>


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 08:05:24

Modified files:
	sys/dev/ic     : athn.c athnvar.h 
	sys/dev/usb    : if_athn_usb.c 

Log message:
fix LEDs handling.
do not read back the LED GPIO pin since it is configured in output
only mode.
makes the link LED blink on the WiFiStation EXT when scanning (the
LEDs indicating the signal strength are not working yet).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/08 08:18:01

Modified files:
	sys/dev/usb    : if_athn_usb.c if_athn_usb.h 

Log message:
reserve one xfer for beacons during init.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 11:10:23

Modified files:
	sys/arch/powerpc/include: intr.h 
	sys/arch/powerpc/powerpc: mutex.S 
	sys/arch/socppc/dev: ipic.c 
	sys/arch/socppc/socppc: machdep.c 
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/macppc/pci: mpcpcibus.c 

Log message:
rename imask[] to cpu_imask[] to because imask is too loud as far as
kernel namespace
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 11:49:51

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new radeon; Claus Assmann


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 11:49:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/08 12:42:45

Modified files:
	usr.sbin/ldapd : ber.c 

Log message:
Change detection of indefinite BER lenghts (which is not allowed). Only a
length byte of 0x80 is now treated as meaning indefinite. This fixes empty
sets sent by the winldap api. Makes authentication through pGina work.

with william@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 12:45:09

Modified files:
	sys/dev        : rnd.c rndvar.h 
	sys/kern       : init_main.c 
	sys/sys        : conf.h 

Log message:
split randomattach into random_init() and random_start(), so that we
can make attempts to load 'entropy' into the RC4.
ok miod ariane


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 16:02:04

Modified files:
	sys/arch/hppa/include: fpu.h 

Log message:
forward decl struct proc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 17:06:50

Modified files:
	share/man/man4 : random.4 
	share/man/man9 : Makefile idgen32.9 md5.9 
Added files:
	share/man/man9 : arc4random.9 
Removed files:
	share/man/man9 : random.9 

Log message:
update random(4) and arc4random(9) manual pages


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/08 19:20:53

Modified files:
	share/man/man4 : random.4 
	share/man/man9 : arc4random.9 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 19:21:42

Modified files:
	share/man/man9 : Makefile 

Log message:
kern(9) documents the kernel API srandom/random, which should only
be used by the scheduler.  we should rethink this; perhaps delete
them.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 19:26:31

Modified files:
	share/man/man9 : Makefile kern.9 

Log message:
Upon consideration, random(9) should definately not be documented. It
is not for use by other things (and is not used that way, typically very
MD).  Perhaps we should rename it to something else...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/08 19:30:04

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/09 02:36:21

Log message:
    Import archiveopteryx 3.1.3:
    
    Archiveopteryx is a mail server system optimised for long-term storage
    and heavy access. It comprises a set of server programs that provide
    access to mail stored in a relational database (PostgreSQL).
    
    With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110109
    
    N ports/mail/archiveopteryx/Makefile
    N ports/mail/archiveopteryx/distinfo
    N ports/mail/archiveopteryx/notes
    N ports/mail/archiveopteryx/files/archiveopteryx.conf
    N ports/mail/archiveopteryx/files/aoxsuper.conf
    N ports/mail/archiveopteryx/files/archiveopteryx-openssl.conf
    N ports/mail/archiveopteryx/patches/patch-Jamsettings
    N ports/mail/archiveopteryx/patches/patch-Jamfile
    N ports/mail/archiveopteryx/patches/patch-Jamrules
    N ports/mail/archiveopteryx/patches/patch-doc_archiveopteryx_man
    N ports/mail/archiveopteryx/patches/patch-aox_servers_cpp
    N ports/mail/archiveopteryx/patches/patch-doc_Jamfile
    N ports/mail/archiveopteryx/patches/patch-doc_archiveopteryx_conf_man
    N ports/mail/archiveopteryx/patches/patch-doc_readme_README
    N ports/mail/archiveopteryx/patches/patch-scripts_Jamfile
    N ports/mail/archiveopteryx/patches/patch-server_tlsthread_cpp
    N ports/mail/archiveopteryx/pkg/DESCR
    N ports/mail/archiveopteryx/pkg/aox.rc
    N ports/mail/archiveopteryx/pkg/PLIST
    N ports/mail/archiveopteryx/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/09 02:36:57

Modified files:
	mail           : Makefile 

Log message:
+archiveopteryx


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/09 02:47:35

Modified files:
	mail/archiveopteryx: Makefile 

Log message:
Oops, set NO_REGRESS


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/09 04:38:10

Modified files:
	sys/arch/i386/pci: pci_machdep.c 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Only use memory mapped extended PCIe config space access for the busses
advertised in the MCFG table, and fall back on the traditional method for
other busses.  Fixes issue reported by henning@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/09 05:19:28

Log message:
    This package provides some extensions to the Python standard library
    unit testing framework.  It is needed by some ports to run their
    regression tests.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2011-Jan-09
    
    N ports/devel/py-testtools/Makefile
    N ports/devel/py-testtools/distinfo
    N ports/devel/py-testtools/pkg/DESCR
    N ports/devel/py-testtools/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/09 05:22:44

Modified files:
	devel          : Makefile 

Log message:
+py-testtools


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 05:49:22

Modified files:
	share/man/man7 : man.7 mdoc.7 

Log message:
Sync to bsd.lv:
* one additional pair of .Sx cross references
* prefer .Dl over .D1 for code examples


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/09 06:06:10

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
add yet another check: obviously in a @depend line, if the def part doesn't
match the pattern, the package has something wrong.

prevents some bogus tk LIB_DEPENDS from even packaging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/09 06:07:53

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
allow BUILD_DEPENDS = somepath>=version:patch

THIS REQUIRES A pkg_info WITH THE -r OPTION, e.g., current !


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 06:16:48

Modified files:
	usr.bin/mandoc : main.c man.3 man.c mdoc.3 mdoc.c 

Log message:
Make sure coding errors cannot make us miss fatal parsing errors
by assert(3)ing valid parser state in the main parsing functions;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/09 06:32:18

Modified files:
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
NYTProf now warns against $& in regexps, remove that one which doesn't
serve any purpose...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/09 06:52:53

Modified files:
	japanese/nkf   : Makefile 

Log message:
you DO NOT remove USE_GROFF when mandoc -Wall outputs 97 lines of ERRORS !


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2011/01/09 06:53:27

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 
Added files:
	devel/p5-Devel-NYTProf/patches: patch-NYTProf_xs 
Removed files:
	devel/p5-Devel-NYTProf/patches: patch-FileHandle_xs 

Log message:
update p5-Devel-NYTProf to 4.06
ok espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/09 07:28:42

Modified files:
	es             : arc.html docum.html donations.html 
	faq/fr         : faq8.html 
	faq/nl         : faq8.html 
	faq/pf/fr      : tagging.html 
	faq/pf/nl      : tagging.html 
	fr             : anoncvs.html cvsync.html donations.html 
	                 ftp.html hppa.html hppa64.html smp.html 
	                 sparc64.html want.html 
	nl             : anoncvs.html cvsync.html donations.html 
	                 ftp.html smp.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 07:30:48

Modified files:
	usr.bin/mandoc : Makefile html.h mandoc.h out.c out.h tbl_data.c 
	                 tbl_html.c tbl_layout.c tbl_opts.c tbl_term.c 
	                 term.h 

Log message:
Sync tbl handling to bsd.lv release 1.10.9:
* .T} can be followed by a delimiter, then more data.
* Do not limit table column widths (improves terminfo(5)).
* Let numerical cells respect explicitly specified minimum cell widths.
* Let terminal output survive missing data cells.
* Parse and ignore arguments in parentheses on layout cell specifications.
* Move tbl_calc() into out.c such that it can be used by all frontends.
* Give tables an HTML class.
* Some cleanup in tbl -Thtml code.
All code by kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/09 07:47:43

Modified files:
	x11/tk/8.5     : Makefile 

Log message:
not sure this is enough, but fix the LIB_DEPENDS mess to mean something


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/09 08:05:33

ports/x11/gnustep/gworkspace/files

Update of /cvs/ports/x11/gnustep/gworkspace/files
In directory cvs.openbsd.org:/tmp/cvs-serv13303/files

Log Message:
Directory /cvs/ports/x11/gnustep/gworkspace/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 08:24:57

Modified files:
	share/man/man7 : Makefile man.7 mdoc.7 roff.7 
	usr.bin/mandoc : mandoc.1 
Added files:
	share/man/man7 : tbl.7 

Log message:
Add and install tbl(7);
written by kristaps@, looked over by jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/09 08:45:37

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h if_iwnvar.h 

Log message:
cleanup; change the way opns are attached.
include a fix for Intel Centrino Advanced-N 6250 devices
by Antonio R Nicolosi.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/09 08:53:06

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
trust the Tx/Rx chains masks in ROM except for the 4965 and 5100
which are known to have broken ROMs.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/09 09:00:53

Modified files:
	share/man/man4 : iwn.4 

Log message:
radio temperature sensor is gone.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 09:09:41

Modified files:
	usr.bin/mandoc : mdoc_term.c 
	regress/usr.bin/mandoc/char/space: tab.in tab.out_ascii 

Log message:
Only .Bd -literal has 8-character tabs,
while .Bd -unfilled has 5-character tabs just like normal text;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 09:31:46

Modified files:
	usr.bin/mandoc : man_html.c mdoc_html.c 

Log message:
Remove an unused variable, and use int for array indices (not size_t);
found by lint(1), fixed by kristaps@, no functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/09 10:14:33

Modified files:
	app/xwininfo   : xwininfo.c 

Log message:
Fix double free in the case of windows with a _NET_WM_NAME property,
reported by frantisek holop, patch by Tim van der Molen. Thanks to both.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/09 10:31:58

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 2.79


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 10:48:06

src/regress/usr.bin/mandoc/man/BI

Update of /cvs/src/regress/usr.bin/mandoc/man/BI
In directory cvs.openbsd.org:/tmp/cvs-serv22423/BI

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/BI added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/09 10:50:44

Modified files:
	textproc/ruby-htmlentities: Makefile 

Log message:
version number went backwards 16 months ago, belatedly bump epoch


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 10:55:20

Modified files:
	regress/usr.bin/mandoc/man: Makefile 
Added files:
	regress/usr.bin/mandoc/man/BI: Makefile literal.in 
	                               literal.out_ascii 

Log message:
test font-alternating blocks in literal context;
related to usr.bin/mandoc/man_term.c rev. 1.51


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/09 11:01:33

Modified files:
	converters/p5-Convert-UUlib: Makefile 

Log message:
1.051 -> 1.34 requires epoch bump


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/09 11:15:51

Modified files:
	regress/usr.bin/mandoc/mdoc/Bl: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bl: unclosed.in unclosed.out_ascii 

Log message:
check that lists lacking their end macro do not crash;
related to mdoc_macro.c rev. 1.59


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/09 11:19:42

Modified files:
	editors/libreoffice: Makefile 

Log message:
add EPOCH


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/09 11:30:02

Modified files:
	mail/archiveopteryx: Makefile 

Log message:
Aox is indeed BSD-licenced. Fix licence marker, reported by mikolaj
kucharski.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/09 11:42:19

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Add missing arguments to some options.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/09 11:46:46

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Remove a bit of text that makes exit-unattached description unclear.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/09 12:11:34

Modified files:
	databases/sqlite3: Makefile distinfo 
	databases/sqlite3/patches: patch-Makefile_in patch-configure 
	                           patch-src_pthread_stub_c 
	                           patch-src_sqliteInt_h 
Removed files:
	databases/sqlite3/patches: patch-publish_sh patch-src_os_unix_c 
	                           patch-src_test1_c 

Log message:
Major update to sqlite 3.7.4. Based on a diff from stu@ for 3.7.3,
enables FTS3, SOUNDEX and RTREE options, remove the now non-relevant
'thread override lock' thing. Simplify Makefile a bit.
Tested by sthen@ on arm, jasper@ on mips64el, sebastia@ on the vax
(yay!) and myself on sparc64/ppc/amd64.
ok sebastia@ jasper@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/09 12:12:19

Modified files:
	usr.bin/netstat: if.c 

Log message:
have netstat -w default to the first egress interface, which is usually more
interesting than whatever happens to be the last interface.
ok deraadt nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/09 12:37:51

Modified files:
	sys/arch/hppa/dev: clock.c 
	sys/arch/hppa64/dev: clock.c 

Log message:
Check in resettodr() if inittodr() has been called, otherwise we end up
resetting the clock when we don't need to. Found out with booting hppa64
kernels, and the problem also exists on hppa when booting with '-a' and hitting
'exit' when asked for the root filesystem.

help & ok jsing@
also ok kettenis@ (who suggested naming the variable like amd64/i386 to
prevent creating yet another variant of this code)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 13:21:41

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/09 13:21:43

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
Unbreak: fts3 module is now enabled in our sqlite.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/09 13:25:46

Modified files:
	sys/netinet6   : ip6_forward.c 

Log message:
In ip6_forward() only one call to icmp6_error() was not protected
by an if (mcopy).  The variable mcopy comes from m_copy() and could
be NULL.  Bring this call in line with all the other icmp6_error()
calls.
ok henning@, claudio@, markus@, mpf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2011/01/09 14:28:37

Modified files:
	www/xxxterm    : distinfo Makefile 

Log message:
Bug fixes

ok stu and ian


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2011/01/09 15:16:46

Modified files:
	usr.bin/nc     : nc.1 netcat.c 

Log message:
Minor tweaks to nc(1) man page and usage.

OK jmc@, nicm@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2011/01/09 15:27:21

Modified files:
	sys/dev/acpi   : acpiec.c 

Log message:
Continue loading acpiec even if _REG fails.. allows HP G62 to work properly
Linux does the same with error message.  _REG only notifies AML that acpiec
config space is available.
ok marco


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 15:40:51

Modified files:
	sys/dev        : rnd.c 

Log message:
be more careful with nanotime() calls in early entropy storage, since
at least sparc may not have the clock mapped (found by miod).
while here, protect some more timeout_*() calls with timeout_initialized()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 19:44:18

Modified files:
	sys/dev        : rnd.c 

Log message:
zero another intermediate key storage area


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 20:23:31

Modified files:
	sys/dev        : rnd.c 

Log message:
OK, this is getting silly, but we might as well zero the entropy buffer
supplied by root (it can be large enough to overwhelm the entropy buffer,
and we are doing a re-key almost immediately)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/09 22:40:06

Modified files:
	sys/dev        : rnd.c 

Log message:
randomread does its own rekeying now, so we don't need the large buf function.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 23:05:23

Modified files:
	sys/dev        : rnd.c 

Log message:
move comment block regarding ARC4_MAIN_MAX_BYTES


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 23:08:39

Modified files:
	sys/dev        : rnd.c 

Log message:
update the documentation regarding the *4 vs *6 decision for early RC4
stream discard.  this continues to be under discussion... at least this
moves the large-buffer transactions to using a *6 discard
discussed at length with djm and kjell


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 23:44:49

Modified files:
	etc            : rc 

Log message:
talk to /dev/arandom as a single read or write.
in particular a single write will result in a single re-key event,
rather than 64 writes causing 64 re-keys -- wasting the kernel's time.
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/09 23:49:08

Modified files:
	distrib/miniroot: install.sh 

Log message:
like in /etc/rc, talk to /dev/arandom as a single read or write.
in particular a single write will result in a single re-key event,
rather than 64 writes causing 64 re-keys -- wasting the kernel's time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/10 01:11:56

Modified files:
	databases/sqlite3: Makefile 

Log message:
Oops, typo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/10 01:16:04

Modified files:
	net/p5-Net-Server-SS-PreFork: Makefile 

Log message:
Oh well.. LWP::Simple and HTTP::Server::Simple::CGI are also
build/run_depends, not only regress depends. Duh!


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/10 01:33:04

Modified files:
	infrastructure/db: user.list 

Log message:
add a _transmission user.
naddy@ ok to the net/transmission diff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/10 01:35:16

Modified files:
	net/transmission: Makefile 
	net/transmission/pkg: PLIST-main 
Added files:
	net/transmission/pkg: transmission_daemon.rc 

Log message:
add a rc script for transmission.
discussed and ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/10 02:34:24

Modified files:
	geo/merkaartor : Makefile distinfo 
	geo/merkaartor/patches: patch-src_MainWindow_cpp 
	                        patch-src_Preferences_TmsServersList_cpp 
	                        patch-src_Preferences_WmsServersList_cpp 
	                        patch-src_src_pro 
	geo/merkaartor/pkg: PFRAG.shared PLIST 
Removed files:
	geo/merkaartor/patches: patch-src_Features_Feature_cpp 
	                        patch-src_Maps_Projection_cpp 
	                        patch-src_Render_NativeRenderDialog_cpp 

Log message:
Update to merkaartor 0.17.0, add dependency on devel/proj, enable
QtWebKit support. This release adds cadastre-fr and bing maps plugins.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2011/01/10 03:26:38

Modified files:
	sys/net        : pf.c 

Log message:
DPFPRINTF already adds the "pf: ", no need to put it in the error
string.

ok henning dlg claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 04:52:04

Modified files:
	usr.sbin/ldpd  : labelmapping.c ldp.h 

Log message:
Rename struct fec_tlv to struct tlv since it is just the generic
TLV header which will be used in different places shortly.
Cleanup the ldp.h header file a tiny bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 04:58:39

Modified files:
	usr.sbin/ldpd  : ldp.h hello.c 

Log message:
Better optional parameter parsing. Ignore unknown TLVs that have
the U flag set. Kill struct hello_opt_parms_tlv since it is now
unused.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 05:02:48

Modified files:
	usr.sbin/ldpd  : init.c 

Log message:
Implement optional parameter handling for initialization messages.
This will now correctly ignore TLV with U flag set -- like the FT
extension used by JunOS. The function is built after
tlv_decode_opt_hello_prms().
Problem reported and fix tested by Marcel Wiget.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 05:05:22

Modified files:
	usr.sbin/ldpd  : hello.c 

Log message:
Make sure the tlv length is exactly the size we expect.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 05:28:25

Modified files:
	usr.sbin/ldpd  : hello.c interface.c ldpd.h ldpe.c ldpe.h 
	                 neighbor.c packet.c 

Log message:
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
They are not bound as strongly as in ospf and causes problems when the
TCP connection is established from an not connected IP (e.g. a loopback).
Use three RB trees to sort the neighbor list by id, addr and peerid.
More cleanup is needed but this makes ldpd work against peers using
loopback IPs. Problem found, reported and fix tested again by Marcel Wiget.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/10 05:53:32

Modified files:
	usr.sbin/iscsid: connection.c 

Log message:
Remove 2 empty lines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/10 05:59:37

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass an extra -q to pkg_info -r... that way, we can have "the human version"
be more verbose...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/10 06:04:38

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgInfo.pm 

Log message:
have "non quiet" mode for pkg_info -r show something...
postpone locking: we don't need any locks for pkg_info -r.


CVSROOT:	/cvs
Module name:	www
Changes by:	pea@cvs.openbsd.org	2011/01/10 06:09:06

Modified files:
	faq            : current.html 

Log message:
Add the OpenLDAP upgrade.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/10 06:36:58

Modified files:
	sys/dev/acpi   : acpihpet.c 

Log message:
Attach acpihpet only once.  The matching code is changed because acpi bus
can be enumerated which means match routine should do the right thing and
prevent further attachments.

With input from kettenis, deraadt, miod;  ok deraadt, kettenis


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 06:58:16

xenocara/dist/xkeyboard-config/rules/bin

Update of /cvs/xenocara/dist/xkeyboard-config/rules/bin
In directory cvs.openbsd.org:/tmp/cvs-serv13705/bin

Log Message:
Directory /cvs/xenocara/dist/xkeyboard-config/rules/bin added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 06:58:58

xenocara/dist/xkeyboard-config/rules/extras

Update of /cvs/xenocara/dist/xkeyboard-config/rules/extras
In directory cvs.openbsd.org:/tmp/cvs-serv8879/extras

Log Message:
Directory /cvs/xenocara/dist/xkeyboard-config/rules/extras added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:01:20

xenocara/dist/xkeyboard-config/symbols/extras

Update of /cvs/xenocara/dist/xkeyboard-config/symbols/extras
In directory cvs.openbsd.org:/tmp/cvs-serv5320/extras

Log Message:
Directory /cvs/xenocara/dist/xkeyboard-config/symbols/extras added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:02:39

xenocara/dist/xkeyboard-config/symbols/nokia_vndr

Update of /cvs/xenocara/dist/xkeyboard-config/symbols/nokia_vndr
In directory cvs.openbsd.org:/tmp/cvs-serv15335/nokia_vndr

Log Message:
Directory /cvs/xenocara/dist/xkeyboard-config/symbols/nokia_vndr added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:25:58

Modified files:
	dist/xkeyboard-config: COPYING ChangeLog Makefile.am Makefile.in 
	                       NEWS README aclocal.m4 configure 
	                       configure.in xkbrules.am 
	                       xkeyboard-config.spec 
	dist/xkeyboard-config/compat: Makefile.am Makefile.in compat.dir 
	                              level5 misc 
	dist/xkeyboard-config/docs: HOWTO.transition Makefile.in 
	dist/xkeyboard-config/geometry: Makefile.am Makefile.in 
	                                geometry.dir hp macintosh pc sun 
	dist/xkeyboard-config/geometry/digital_vndr: Makefile.in 
	dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/keycodes: Makefile.am Makefile.in 
	                                keycodes.dir macintosh sun 
	dist/xkeyboard-config/keycodes/digital_vndr: Makefile.in 
	dist/xkeyboard-config/keycodes/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/keymap: Makefile.in README keymap.dir 
	                              xfree86 
	dist/xkeyboard-config/keymap/digital_vndr: Makefile.in 
	dist/xkeyboard-config/keymap/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/keymap/sun_vndr: Makefile.in 
	dist/xkeyboard-config/po: Makefile.in.in POTFILES.in 
	                          POTFILES.skip bg.po ca.po crh.po cs.po 
	                          da.po de.po el.po eo.po es.po fi.po 
	                          fr.po hu.po id.po it.po ko.po ky.po 
	                          lt.po nl.po ru.po sv.po uk.po vi.po 
	                          zh_CN.po 
	dist/xkeyboard-config/rules: HDR Makefile.am Makefile.in 
	                             base.lists.part base.m_g.part 
	                             base.m_k.part base.m_s.part 
	                             base.m_t.part base.ml1_s.part 
	                             base.ml_s.part base.mlv_s.part 
	                             base.o_c.part base.o_s.part 
	                             base.xml.in evdev.m_k.part 
	                             evdev.m_s.part evdev.xml.in 
	dist/xkeyboard-config/rules/compat: Makefile.am Makefile.in 
	dist/xkeyboard-config/semantics: Makefile.in semantics.dir 
	dist/xkeyboard-config/symbols: Makefile.am Makefile.in af altwin 
	                               ara be bg br by ca capslock ch 
	                               compose ctrl cz de es fi fr gb gh 
	                               gr group hu il in inet ir is it 
	                               jp keypad latam latin level3 
	                               level5 lk lt ma nbsp ng no pc pk 
	                               pl pt rs ru se shift sy 
	                               symbols.dir tm tr us vn 
	dist/xkeyboard-config/symbols/digital_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/hp_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.am 
	                                              Makefile.in apple 
	dist/xkeyboard-config/symbols/nec_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sony_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sun_vndr: Makefile.am Makefile.in 
	                                        cz de dk es fi fr gb gr 
	                                        it jp lt lv nl no pl pt 
	                                        ru se solaris tr tuv tw 
	                                        us 
	dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in 
	dist/xkeyboard-config/types: Makefile.am Makefile.in level5 
	                             types.dir 
Added files:
	dist/xkeyboard-config: xkeyboard-config.pc.in 
	dist/xkeyboard-config/compat: caps 
	dist/xkeyboard-config/geometry: nokia typematrix 
	dist/xkeyboard-config/keycodes: empty 
	dist/xkeyboard-config/rules: base.extras.xml.in base.ml2_s.part 
	                             base.ml3_s.part base.ml4_s.part 
	                             evdev.extras.xml.in 
	dist/xkeyboard-config/rules/bin: Makefile.am Makefile.in 
	                                 ml1_s.sh ml1v1_s.sh ml1v_s.sh 
	                                 ml_s.sh mln_s.sh mlnvn_s.sh 
	                                 mlv_s.sh 
	dist/xkeyboard-config/rules/compat: base.l1v1_c.part 
	                                    base.l2v2_c.part 
	                                    base.l3v3_c.part 
	                                    base.l4v4_c.part 
	                                    base.lv_c.part 
	                                    layoutsMapping.lst 
	                                    variantsMapping.lst 
	dist/xkeyboard-config/rules/extras: Makefile.am Makefile.in 
	                                    layoutsMapping.lst 
	                                    variantsMapping.lst 
	dist/xkeyboard-config/symbols: at bw empty ke ml tz 
	dist/xkeyboard-config/symbols/extras: Makefile.am Makefile.in 
	                                      apl ir rs ru us 
	dist/xkeyboard-config/symbols/macintosh_vndr: jp 
	dist/xkeyboard-config/symbols/nokia_vndr: Makefile.am 
	                                          Makefile.in rx-44 
	                                          rx-51 su-8w 
	dist/xkeyboard-config/symbols/sun_vndr: ara be br ca ch ee kr ro 
	                                        sk ua 
	dist/xkeyboard-config/types: nokia 
Removed files:
	dist/xkeyboard-config/rules: base.l2_s.part base.l3_s.part 
	                             base.l4_s.part 
	dist/xkeyboard-config/rules/compat: layoutRename.lst ln_s.sh 
	                                    lnv_s.sh ml1_s.sh ml1v1_s.sh 
	                                    ml1v_s.sh ml_s.sh mlv_s.sh 
	                                    variantRename.lst 
	dist/xkeyboard-config/symbols/macintosh_vndr: es 
	dist/xkeyboard-config/symbols/sun_vndr: cs hu ko sw usb 

Log message:
Update xkeyboard-config to 2.0
ok matthieu


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:31:05

xenocara/data/xkeyboard-config/rules/extras

Update of /cvs/xenocara/data/xkeyboard-config/rules/extras
In directory cvs.openbsd.org:/tmp/cvs-serv15641/extras

Log Message:
Directory /cvs/xenocara/data/xkeyboard-config/rules/extras added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:32:47

xenocara/data/xkeyboard-config/symbols/extras

Update of /cvs/xenocara/data/xkeyboard-config/symbols/extras
In directory cvs.openbsd.org:/tmp/cvs-serv918/extras

Log Message:
Directory /cvs/xenocara/data/xkeyboard-config/symbols/extras added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:33:47

xenocara/data/xkeyboard-config/symbols/nokia_vndr

Update of /cvs/xenocara/data/xkeyboard-config/symbols/nokia_vndr
In directory cvs.openbsd.org:/tmp/cvs-serv23528/nokia_vndr

Log Message:
Directory /cvs/xenocara/data/xkeyboard-config/symbols/nokia_vndr added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:42:48

Modified files:
	data/xkeyboard-config: Makefile.inc 
	data/xkeyboard-config/compat: Makefile 
	data/xkeyboard-config/geometry: Makefile 
	data/xkeyboard-config/geometry/digital_vndr: Makefile 
	data/xkeyboard-config/geometry/sgi_vndr: Makefile 
	data/xkeyboard-config/keycodes: Makefile 
	data/xkeyboard-config/keycodes/digital_vndr: Makefile 
	data/xkeyboard-config/keycodes/sgi_vndr: Makefile 
	data/xkeyboard-config/keymap: Makefile 
	data/xkeyboard-config/keymap/sgi_vndr: Makefile 
	data/xkeyboard-config/keymap/sun_vndr: Makefile 
	data/xkeyboard-config/rules: Makefile 
	data/xkeyboard-config/rules/compat: Makefile 
	data/xkeyboard-config/semantics: Makefile 
	data/xkeyboard-config/symbols: Makefile 
	data/xkeyboard-config/symbols/digital_vndr: Makefile 
	data/xkeyboard-config/symbols/macintosh_vndr: Makefile 
	data/xkeyboard-config/symbols/sun_vndr: Makefile 
	data/xkeyboard-config/types: Makefile 
Added files:
	data/xkeyboard-config/keycodes: Makefile.inc 
	data/xkeyboard-config/rules: Makefile.inc 
	data/xkeyboard-config/rules/extras: Makefile 
	data/xkeyboard-config/symbols/extras: Makefile 
	data/xkeyboard-config/symbols/nokia_vndr: Makefile 

Log message:
Update makefile-wrapper for xkeyboard-config 2.0
ok matthieu


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2011/01/10 07:54:52

Modified files:
	devel/ectags   : Makefile distinfo 
	devel/ectags/patches: patch-vstring_h 
	devel/ectags/pkg: PLIST 
Added files:
	devel/ectags/patches: patch-php_c 
Removed files:
	devel/ectags/patches: patch-vstring_c 

Log message:
Update to exuberant ctags 5.8, also add myself as maintainer.
ok jasper; tested frantisek holop


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/10 09:18:03

Modified files:
	sys/dev/pci    : if_nfe.c 

Log message:
Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to all
addresses on the mii bus.  As a countereasure, only attach the first PHY we
encounter.  It is very unlikely we're going to ever see nfe(4) with multiple
PHYs.  The same is probably true for any modern NIC.

ok mikeb@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/10 09:26:27

Modified files:
	sys/arch/amd64/pci: pci_machdep.c 
	sys/arch/i386/pci: pci_machdep.c 

Log message:
Only use MMCFG extended PCIe config space.  Gets us back the on-CPU PCI devices on AMD Family 0Fh processors.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/10 09:56:43

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add the Buffalo WLI-UC-GNHP.
from Jordi Beltran Creix.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/10 09:57:27

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/10 09:59:05

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : if_run.c 

Log message:
add the Buffalo WLI-UC-GNHP.
from Jordi Beltran Creix.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/10 11:23:33

Modified files:
	x11/gnustep/base: Makefile distinfo 
	x11/gnustep/base/patches: patch-Source_GNUmakefile 
	                          patch-Source_NSObject_m 
	                          patch-Source_NSTask_m 
	x11/gnustep/base/pkg: PLIST 

Log message:
Update to gnustep-base-1.20.2.
While there, restructure a patch to be able to clean-up the Makefile a bit.
Fix build on mips64, thought, its not enabled there yet.

OK jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/10 11:28:01

Modified files:
	x11/gnustep/gworkspace: Makefile 
	x11/gnustep/gworkspace/pkg: PLIST 
Added files:
	x11/gnustep/gworkspace/files: MDFinder_GNUmakefile 
	                              Preferences_GNUmakefile 

Log message:
Enable the MetaData Finder in gworkspace, take the two missing GNUmakefiles from svn.

OK jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/10 11:29:42

Modified files:
	www            : Makefile 

Log message:
Add sogo to the build, so that even more people might try it.

OK jasper@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/10 11:32:14

Modified files:
	net/poco       : Makefile distinfo 
	net/poco/pkg   : PLIST 

Log message:
Update to latest available relese.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/10 11:34:31

Modified files:
	net/spectrum   : Makefile distinfo 
	net/spectrum/patches: patch-CMakeLists_txt patch-spectrum_cfg 
	                      patch-spectrumctl_spectrum_env_py 
	                      patch-spectrumctl_spectrum_spectrum_py 
	net/spectrum/pkg: PLIST 
Added files:
	net/spectrum/patches: patch-src_main_cpp 
	net/spectrum/pkg: spectrum.rc 

Log message:
Update to latest stable release.
While there, add a rcscript, and fix cpu hogging in case the password for the transport is wrong.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/10 11:57:59

Modified files:
	sys/net        : pf.c 

Log message:
If pf_test() was called recursively, the global variable pf_hdrs
could be used multiple times for different packets.  This happened
when pflow(4) was used.  Instead of a global variable, store the
pf_headers in a local variable on the stack.
david@ found the bug, narrowed it down and tested the fix.
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2011/01/10 12:19:37

Modified files:
	sysutils/dellflash: Makefile distinfo 

Log message:
move to new version and take maintainership

ok todd laurent


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/10 13:13:55

Modified files:
	databases/py-redis: Makefile distinfo 

Log message:
Update py-redis to 2.2.2.
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/10 13:18:09

Modified files:
	devel/bzr      : Makefile distinfo 
	devel/bzr/patches: patch-bzr patch-bzrlib_diff_py 
	                   patch-bzrlib_patch_py 
	                   patch-bzrlib_tests_test_diff_py 
	devel/bzr/pkg  : PLIST 
Added files:
	devel/bzr/patches: patch-bzrlib_python-compat_h patch-setup_py 

Log message:
update to 2.2.2

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/10 13:20:50

Log message:
    Subvertpy provides alternative Python bindings for Subversion. The
    goal is to have complete, portable and "Pythonic" Python bindings.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_10-Jan-2011
    
    N ports/devel/py-subvertpy/Makefile
    N ports/devel/py-subvertpy/distinfo
    N ports/devel/py-subvertpy/pkg/DESCR
    N ports/devel/py-subvertpy/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/10 13:22:12

Modified files:
	devel          : Makefile 

Log message:
+py-subvertpy


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/10 13:27:52

Log message:
    bzr-svn is a plugin that allows Bazaar direct access to Subversion
    repositories. It allows most bzr commands to work directly against
    Subversion repositories, as if you were using bzr with a native bzr
    repository.
    
    The plugin can at the moment be used to commit to, pull from, merge
    from, push to and view logs of Subversion branches from Bazaar.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_10-Jan-2011
    
    N ports/devel/bzr-svn/Makefile
    N ports/devel/bzr-svn/distinfo
    N ports/devel/bzr-svn/pkg/DESCR
    N ports/devel/bzr-svn/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/10 13:28:39

Modified files:
	devel          : Makefile 

Log message:
+bzr-svn


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2011/01/10 13:45:49

Modified files:
	xserver/hw/xfree86/modes: xf86RandR12.c 

Log message:
Call xf86Reconfigure() after readjusting the physical dimensions of the screen
based on EDID information.  Fixes issues with the mouse getting stuck on dual
card setups.  Still trying to push this one upstream.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/10 13:59:15

Modified files:
	lib/libc/stdio : mktemp.3 

Log message:
mkdtemp() is present in POSIX 1003.1-2008
Add a warning about using less than 6 Xs causing an error on some systems


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/10 13:59:42

Modified files:
	usr.bin/file   : compress.c config.h 

Log message:
delete embarrasingly horrid use of mktemp() brought in from upstream
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/10 14:00:50

Modified files:
	libexec/mail.local: locking.c 

Log message:
Back out rev 1.2 and use mkstemp(), not mktemp().  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/10 14:28:47

Modified files:
	usr.bin/tmux   : cmd-unbind-key.c 

Log message:
unbind-key -a is allowed no arguments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 14:37:15

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 
	devel/gsettings-desktop-schemas/pkg: PLIST 

Log message:
Update to gsettings-desktop-schemas-0.1.4.
* Add thumbnailer schemas
* Don't show icons on the desktop by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 14:42:28

Modified files:
	devel/atk2mm   : Makefile distinfo 

Log message:
Minor update to atk2mm-2.22.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/10 14:46:11

Modified files:
	devel/mercurial: Makefile 

Log message:
USE_GROFF=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 14:48:11

Modified files:
	x11/gnome/doc-utils: Makefile distinfo 
	x11/gnome/doc-utils/patches: patch-tools_gnome-doc-tool_in 

Log message:
Minor update to gnome-doc-utils-0.20.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 15:02:10

Removed files:
	mail/archiveopteryx: notes 

Log message:
Remove, it doesn't belong here.

no objection from jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 15:08:26

Modified files:
	net/dnsmasq    : Makefile distinfo 
	net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_dnsmasq_h 
	                     patch-src_tftp_c 
Added files:
	net/dnsmasq/patches: patch-Makefile patch-src_rfc1035_c 
Removed files:
	net/dnsmasq/patches: patch-bld_Makefile 

Log message:
Update to dnsmasq 2.55.

From Brad, maintainer timeout
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/10 15:20:53

Modified files:
	x11/pinot      : Makefile distinfo 
	x11/pinot/patches: patch-Makefile_in patch-textcat_conf_txt 

Log message:
Update to pinot-0.97.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/10 15:37:45

Modified files:
	lib/libc/stdio : mktemp.3 

Log message:
tweak previous; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/10 16:23:56

Modified files:
	sys/sys        : systm.h 
	sys/lib/libkern: libkern.h 
	sys/conf       : files 
Added files:
	sys/lib/libkern: explicit_bzero.c 

Log message:
add a new function, explicit_bzero, to be used for erasing "secret" stuff.
unlike normal bzero, we guarantee that the compiler will not optimize out
calls to this function for otherwise dead variables.
to be adjusted as needed when compilers and linkers get smarter.
ok deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/10 16:53:32

Modified files:
	usr.bin/mandoc : main.c mandoc.h roff.c 
	regress/usr.bin/mandoc/roff/string: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/string: name.in name.out_ascii 

Log message:
Refactoring in preparation for .rm support:
Unify parsing of names given as roff request arguments into a new
function roff_getname(), which is rather different from the parsing
function for normal arguments, mandoc_getarg(), because names cannot
be quoted and cannot contain whitespace or escaped characters.
The new function now throws an ERROR when finding escaped characters
in a name.
"I'm fine with this." kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/10 17:59:28

Modified files:
	usr.bin/mandoc : man_term.c 

Log message:
When (cumulative) indentation requested by .in exceeds the right
margin, do not run into an assert(3)ion.
Problem reported by brad@ in gm(1), fix by kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/10 23:06:09

Modified files:
	usr.bin/ssh    : sshlogin.c 

Log message:
fd leak on error paths; from zinovik@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/10 23:08:28

Modified files:
	sys/dev        : rnd.c 

Log message:
all the bzeros in rnd are important, use explicit_bzero


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/10 23:13:10

Modified files:
	usr.bin/ssh    : clientloop.c ssh-keygen.c sshd.c 

Log message:
some unsigned long long casts that make things a bit easier for
portable without resorting to dropping PRIu64 formats everywhere


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/10 23:15:04

Modified files:
	sys/dev        : rnd.c 

Log message:
bring back carrying over state from the previous RC4 instance when
rekeying; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/11 01:33:28

Modified files:
	sys/net        : if_pfsync.c 

Log message:
delay deferred packets for a maximum of 20ms instead of 100 ticks (which
varies by arch). the 20ms is still up for discussion.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/11 02:47:55

Modified files:
	geo/mapserver  : Makefile 
Added files:
	geo/mapserver/patches: patch-mapobject_c patch-mapows_h 
	                       patch-mapwms_c 

Log message:
Add fix for http://trac.osgeo.org/mapserver/ticket/3525.
Don't return invalid when EXCEPTION param is not passed in WMS 1.3.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/11 03:07:06

Modified files:
	multimedia/vitunes: Makefile distinfo 

Log message:
Update to vitunes-2.2
While here, zap USE_GROFF and fix WANTLIB.

OK laurent@ and Ryan Flannery


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2011/01/11 03:07:56

Modified files:
	usr.bin/su     : su.c 

Log message:
Allow su -l to login to a user that has a non-existent home directory,
unless requirehome is specified in login.conf for the login class.
If requirehome is not specified the user will be logged in with HOME=/
This is what login(1) and ssh(1) does too.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 03:29:20

Modified files:
	sysutils/krename: Makefile distinfo 
	sysutils/krename/pkg: PLIST 
Added files:
	sysutils/krename/patches: patch-doc_en_HTML_index_html 

Log message:
- fix WANTLIB
- newstyle spacing
- add the PDF handbook in various languages

from vadim zhukov (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 03:59:25

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-main PLIST-ui 

Log message:
Bugfix update to libgda-4.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 04:03:03

Modified files:
	databases/mysql: Makefile 
	databases/mysql/patches: patch-configure_in patch-sql_mysqld_cc 
	                         patch-sql_set_var_cc 
	                         patch-sql_sql_class_h 
Added files:
	databases/mysql/patches: patch-include_my_time_h 
	                         patch-mysql-test_r_func_time_result 
	                         patch-mysql-test_t_func_time_test 
	                         patch-sql-common_my_time_c 
Removed files:
	databases/mysql/patches: patch-mysql-test_r_variables_result 
	                         patch-mysql-test_t_variables_test 
	                         patch-sql_set_var_h 
	                         patch-sql_sql_parse_cc 

Log message:
Revert local patches that reverted a commit that broken MySQL on OpenBSD
64-bit archs and apply a patch from upstream to properly fix the
regression.

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 04:07:22

Modified files:
	build          : mirrors.dat 

Log message:
as per maintainer requests:

- reinstate mirrors which are now back in sync:
kaist (korea), kddilabs (japan)

- list anoncvs for openbsd.org.ar


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 04:07:30

Modified files:
	.              : ftp.html ftplist anoncvs.html cvsync.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 04:14:35

Modified files:
	build          : mirrors.dat 
	build/mirrors  : ftp.html.end 

Log message:
drop mirror.rit.edu and mirror.csclub.uwaterloo.ca, both are not
keeping up with snapshots and have many files nearly 3 months old
pointed out by beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 04:15:13

Modified files:
	.              : ftp.html ftplist anoncvs.html cvsync.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/01/11 04:15:54

Modified files:
	distrib/notes  : mirrors 

Log message:
sync from mirrors.dat


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/11 04:24:05

Added files:
	infrastructure/bin: check-common-dirs 

Log message:
move this too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/11 04:25:53

Modified files:
	infrastructure/bin: check-common-dirs 

Log message:
print everything thru $state


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/11 04:30:47

Added files:
	infrastructure/man/man1: check-common-dirs.1 

Log message:
document


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/11 04:31:59

Removed files:
	infrastructure/package: check-common-dirs 

Log message:
moved


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 04:49:24

Modified files:
	x11/gob2       : Makefile distinfo 

Log message:
Minor update to gob2-2.0.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:13:59

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/patches: patch-backend_usb-unix_c 
	                    patch-test_run-stp-tests_sh 
	print/cups/pkg : cupsd.rc 
Added files:
	print/cups/patches: patch-cgi-bin_html_c 

Log message:
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.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:17:26

Modified files:
	mail/zarafa/zarafa: Makefile 

Log message:
Fix MASTER_SITES, spotted by pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:39:58

Modified files:
	graphics/goocanvas: Makefile distinfo 
	graphics/goocanvas/pkg: PLIST 

Log message:
Bugfix release to GooCanvas version 1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:40:32

Modified files:
	geo/osm2go     : Makefile 

Log message:
Regen WANTLIB after goocanvas update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:40:57

Modified files:
	graphics/py-goocanvas: Makefile 

Log message:
Regen WANTLIB after goocanvas update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 05:41:38

Modified files:
	x11/gnome/conduit: Makefile 

Log message:
Remove some non existent CONFIGURE_ARGS, no pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/11 06:07:40

Modified files:
	regress/sys/net: pf_print_test.c 

Log message:
Fix compiler warning in regression test.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2011/01/11 06:35:58

Modified files:
	sys/net        : pfvar.h pf.c 

Log message:
Perform IP options check in pf_test_rule(), before creating state.

ok claudio henning dlg miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/11 07:04:30

Modified files:
	www/drupal6/phpmailer: Makefile distinfo 
	www/drupal6/phpmailer/pkg: PLIST 

Log message:
update to 2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/11 07:16:22

Modified files:
	x11/p5-AnyEvent-I3: Makefile distinfo 

Log message:
Update to AnyEvent-I3-0.07


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/11 07:17:17

Modified files:
	x11/i3         : Makefile 

Log message:
Bump after p5-AnyEvent-I3 update


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 08:12:38

Modified files:
	build          : mirrors.dat 

Log message:
martin@ reports that ftp5.eu is back; re-add


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/11 08:12:55

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/01/11 08:13:18

Modified files:
	distrib/notes  : mirrors 

Log message:
sync from mirrors.dat


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 08:17:40

Modified files:
	.              : INDEX 

Log message:
sync, 6839 unzels hopped to 2011.

771 insertions(+), 730 deletions(-)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:26:05

Modified files:
	share/man/man4 : random.4 

Log message:
all the devices output same types of data


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:42:06

Modified files:
	sys/arch/i386/i386: via.c 
	sys/arch/i386/pci: glxsb.c 
	sys/dev/pci    : ubsec.c 
	sys/arch/amd64/amd64: aesni.c via.c 
	sys/crypto     : cmac.c crypto.c cryptosoft.c hmac.c key_wrap.c 
	                 md5.c rmd160.c sha2.c xform.c 
	sys/net        : if_spppsubr.c 
	sys/net80211   : ieee80211_crypto.c 
	sys/netinet    : ip_ah.c ip_esp.c tcp_subr.c 
	sys/uvm        : uvm_swap_encrypt.c 

Log message:
for key material that is being being discarded, convert bzero() to
explicit_bzero() where required
ok markus mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:44:23

Modified files:
	sys/crypto     : gmac.c 

Log message:
in AES_GMAC_Final(), explicitly clear the local buffer
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:46:47

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
accidental commit of a pending diff relating to something else


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:47:33

Modified files:
	sys/crypto     : cryptodev.c cryptosoft.c sha1.c 

Log message:
sha1.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2011/01/11 08:47:50

Modified files:
	devel/jdk/1.7  : Makefile distinfo 
	devel/jdk/1.7/patches: patch-corba_make_common_Defs_gmk 
	                       patch-corba_make_common_shared_Defs-bsd_gmk 
	                       patch-corba_make_common_shared_Defs-utils_gmk 
	                       patch-corba_make_common_shared_Platform_gmk 
	                       patch-hotspot_agent_src_os_bsd_Makefile 
	                       patch-hotspot_agent_src_os_bsd_libproc_impl_c 
	                       patch-hotspot_agent_src_os_bsd_ps_core_c 
	                       patch-hotspot_agent_src_os_bsd_ps_proc_c 
	                       patch-hotspot_agent_src_os_bsd_symtab_c 
	                       patch-hotspot_make_Makefile 
	                       patch-hotspot_make_bsd_Makefile 
	                       patch-hotspot_make_bsd_makefiles_buildtree_make 
	                       patch-hotspot_make_bsd_makefiles_defs_make 
	                       patch-hotspot_make_bsd_makefiles_gcc_make 
	                       patch-hotspot_make_bsd_makefiles_jsig_make 
	                       patch-hotspot_make_bsd_makefiles_launcher_make 
	                       patch-hotspot_make_bsd_makefiles_sa_make 
	                       patch-hotspot_make_bsd_makefiles_saproc_make 
	                       patch-hotspot_make_bsd_makefiles_vm_make 
	                       patch-hotspot_src_cpu_x86_vm_interp_masm_x86_32_cpp 
	                       patch-hotspot_src_os_bsd_launcher_java_md_c 
	                       patch-hotspot_src_os_bsd_vm_attachListener_bsd_cpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_32_s 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_64_s 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp 
	                       patch-hotspot_src_share_vm_interpreter_bytecodeTracer_cpp 
	                       patch-hotspot_src_share_vm_prims_forte_cpp 
	                       patch-hotspot_src_share_vm_runtime_os_cpp 
	                       patch-hotspot_src_share_vm_runtime_vm_version_cpp 
	                       patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp 
	                       patch-hotspot_src_share_vm_utilities_macros_hpp 
	                       patch-hotspot_src_share_vm_utilities_ostream_cpp 
	                       patch-hotspot_src_share_vm_utilities_vmError_cpp 
	                       patch-jdk_make_com_sun_java_pack_Makefile 
	                       patch-jdk_make_com_sun_nio_Makefile 
	                       patch-jdk_make_com_sun_nio_sctp_Makefile 
	                       patch-jdk_make_com_sun_security_auth_module_Makefile 
	                       patch-jdk_make_com_sun_tools_attach_Makefile 
	                       patch-jdk_make_common_Defs-bsd_gmk 
	                       patch-jdk_make_common_Defs-linux_gmk 
	                       patch-jdk_make_common_Defs_gmk 
	                       patch-jdk_make_common_Program_gmk 
	                       patch-jdk_make_common_Release_gmk 
	                       patch-jdk_make_common_shared_Defs-utils_gmk 
	                       patch-jdk_make_common_shared_Defs_gmk 
	                       patch-jdk_make_common_shared_Platform_gmk 
	                       patch-jdk_make_common_shared_Sanity_gmk 
	                       patch-jdk_make_java_Makefile 
	                       patch-jdk_make_java_hpi_hpi_common_gmk 
	                       patch-jdk_make_java_hpi_native_Makefile 
	                       patch-jdk_make_java_instrument_Makefile 
	                       patch-jdk_make_java_java_Makefile 
	                       patch-jdk_make_java_java_hprof_demo_Makefile 
	                       patch-jdk_make_java_jli_Makefile 
	                       patch-jdk_make_java_management_Makefile 
	                       patch-jdk_make_java_net_FILES_c_gmk 
	                       patch-jdk_make_java_net_Makefile 
	                       patch-jdk_make_java_nio_Makefile 
	                       patch-jdk_make_java_nio_mapfile-bsd 
	                       patch-jdk_make_java_npt_Makefile 
	                       patch-jdk_make_java_security_Makefile 
	                       patch-jdk_make_java_zip_Makefile 
	                       patch-jdk_make_javax_sound_Makefile 
	                       patch-jdk_make_jpda_back_Makefile 
	                       patch-jdk_make_jpda_transport_socket_Makefile 
	                       patch-jdk_make_sun_awt_Makefile 
	                       patch-jdk_make_sun_awt_mawt_gmk 
	                       patch-jdk_make_sun_font_Makefile 
	                       patch-jdk_make_sun_image_generic_Makefile 
	                       patch-jdk_make_sun_jawt_Makefile 
	                       patch-jdk_make_sun_security_ec_Makefile 
	                       patch-jdk_make_sun_security_jgss_wrapper_Makefile 
	                       patch-jdk_make_sun_security_pkcs11_Makefile 
	                       patch-jdk_make_sun_security_smartcardio_Makefile 
	                       patch-jdk_make_sun_splashscreen_Makefile 
	                       patch-jdk_make_sun_xawt_Makefile 
	                       patch-jdk_src_share_back_commonRef_c 
	                       patch-jdk_src_share_bin_java_c 
	                       patch-jdk_src_share_classes_java_awt_GraphicsEnvironment_java 
	                       patch-jdk_src_share_classes_java_lang_ClassLoader_java 
	                       patch-jdk_src_share_classes_java_util_TimeZone_java 
	                       patch-jdk_src_share_classes_sun_awt_FontConfiguration_java 
	                       patch-jdk_src_share_classes_sun_print_PSPrinterJob_java 
	                       patch-jdk_src_share_classes_sun_security_provider_SunEntries_java 
	                       patch-jdk_src_share_classes_sun_tools_jar_Main_java 
	                       patch-jdk_src_share_lib_security_java_security-openbsd 
	                       patch-jdk_src_share_native_com_sun_java_util_jar_pack_main_cpp 
	                       patch-jdk_src_share_native_com_sun_media_sound_SoundDefs_h 
	                       patch-jdk_src_share_native_common_check_code_c 
	                       patch-jdk_src_share_native_java_lang_fdlibm_include_fdlibm_h 
	                       patch-jdk_src_share_native_java_util_zip_Inflater_c 
	                       patch-jdk_src_share_native_sun_awt_image_DataBufferNative_c 
	                       patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageLookUp_64_c 
	                       patch-jdk_src_share_native_sun_font_AccelGlyphCache_c 
	                       patch-jdk_src_solaris_bin_java_md_c 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdFileStore_java 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdNativeDispatcher_java 
	                       patch-jdk_src_solaris_classes_sun_security_provider_NativePRNG_java 
	                       patch-jdk_src_solaris_classes_sun_tools_attach_BsdVirtualMachine_java 
	                       patch-jdk_src_solaris_hpi_include_largefile_bsd_h 
	                       patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c 
	                       patch-jdk_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c 
	                       patch-jdk_src_solaris_native_java_io_UnixFileSystem_md_c 
	                       patch-jdk_src_solaris_native_java_lang_java_props_md_c 
	                       patch-jdk_src_solaris_native_java_net_Inet4AddressImpl_c 
	                       patch-jdk_src_solaris_native_java_net_Inet6AddressImpl_c 
	                       patch-jdk_src_solaris_native_java_net_NetworkInterface_c 
	                       patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c 
	                       patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c 
	                       patch-jdk_src_solaris_native_java_net_net_util_md_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_GraphicsEnv_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_InputMethod_c 
	                       patch-jdk_src_solaris_native_sun_awt_fontpath_c 
	                       patch-jdk_src_solaris_native_sun_awt_gtk2_interface_c 
	                       patch-jdk_src_solaris_native_sun_java2d_x11_X11SurfaceData_c 
	                       patch-jdk_src_solaris_native_sun_net_spi_DefaultProxySelector_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_FileChannelImpl_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_Net_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_SctpNet_c 
	                       patch-jdk_src_solaris_native_sun_nio_fs_BsdNativeDispatcher_c 
	                       patch-jdk_src_solaris_native_sun_xawt_XWindow_c 
	                       patch-jdk_src_solaris_native_sun_xawt_awt_Desktop_c 
	                       patch-langtools_make_build_xml 
	devel/jdk/1.7/pkg: PLIST-jre PLIST-main 
Added files:
	devel/jdk/1.7/patches: patch-hotspot_agent_src_os_bsd_symtab_h 
	                       patch-hotspot_make_bsd_makefiles_cscope_make 
	                       patch-hotspot_make_bsd_makefiles_zeroshark_make 
	                       patch-hotspot_make_bsd_platform_amd64_suncc 
	                       patch-hotspot_make_bsd_platform_i486_suncc 
	                       patch-hotspot_make_bsd_platform_ia64 
	                       patch-hotspot_make_bsd_platform_sparcv9 
	                       patch-hotspot_make_bsd_platform_zero_in 
	                       patch-hotspot_make_linux_makefiles_defs_make 
	                       patch-hotspot_make_solaris_makefiles_defs_make 
	                       patch-hotspot_make_windows_makefiles_defs_make 
	                       patch-hotspot_src_cpu_sparc_vm_globals_sparc_hpp 
	                       patch-hotspot_src_cpu_x86_vm_c1_LIRAssembler_x86_cpp 
	                       patch-hotspot_src_cpu_x86_vm_globals_x86_hpp 
	                       patch-hotspot_src_cpu_zero_vm_globals_zero_hpp 
	                       patch-hotspot_src_os_bsd_vm_vtune_bsd_cpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_globals_bsd_x86_hpp 
	                       patch-hotspot_src_os_cpu_bsd_zero_vm_atomic_bsd_zero_inline_hpp 
	                       patch-hotspot_src_os_cpu_bsd_zero_vm_bytes_bsd_zero_inline_hpp 
	                       patch-hotspot_src_os_cpu_bsd_zero_vm_orderAccess_bsd_zero_inline_hpp 
	                       patch-hotspot_src_os_cpu_bsd_zero_vm_os_bsd_zero_cpp 
	                       patch-hotspot_src_share_vm_classfile_javaClasses_cpp 
	                       patch-jdk_make_common_Defs-solaris_gmk 
	                       patch-jdk_make_java_redist_fonts_Makefile 
	                       patch-jdk_make_mkdemo_jvmti_hprof_Makefile 
	                       patch-jdk_make_sun_awt_mapfile-vers-bsd 
	                       patch-jdk_make_sun_image_vis_Makefile 
	                       patch-jdk_make_sun_jdga_Makefile 
	                       patch-jdk_make_sun_security_krb5_Makefile 
	                       patch-jdk_make_sun_tracing_dtrace_Makefile 
	                       patch-jdk_make_tools_reorder_Makefile 
	                       patch-jdk_src_share_classes_sun_font_FontUtilities_java 
	                       patch-jdk_src_share_classes_sun_font_SunFontManager_java 
	                       patch-jdk_src_share_classes_sun_security_jgss_wrapper_SunNativeProvider_java 
	                       patch-jdk_src_share_classes_sun_security_provider_SeedGenerator_java 
	                       patch-jdk_src_share_demo_jvmti_compiledMethodLoad_sample_makefile_txt 
	                       patch-jdk_src_share_native_sun_security_ec_impl_ecc_impl_h 
	                       patch-jdk_src_share_native_sun_security_ec_impl_ecdecode_c 
	                       patch-jdk_src_share_native_sun_security_ec_impl_oid_c 
	                       patch-jdk_src_share_native_sun_security_ec_impl_secitem_c 
	                       patch-jdk_src_solaris_classes_sun_awt_X11FontManager_java 
	                       patch-jdk_src_solaris_classes_sun_nio_ch_BsdAsynchronousChannelProvider_java 
	                       patch-jdk_src_solaris_classes_sun_nio_ch_KQueuePort_java 
	                       patch-jdk_src_solaris_native_sun_nio_ch_DatagramDispatcher_c 
Removed files:
	devel/jdk/1.7/patches: patch-corba_make_common_Defs-bsd_gmk 
	                       patch-corba_make_common_Defs-linux_gmk 
	                       patch-corba_make_common_Mapfile-vers_gmk 
	                       patch-corba_make_common_shared_Compiler-gcc_gmk 
	                       patch-corba_make_common_shared_Compiler_gmk 
	                       patch-corba_make_sun_corba_core_Makefile 
	                       patch-corba_src_share_native_com_sun_corba_se_internal_io_ioser_c 
	                       patch-hotspot_src_share_vm_runtime_globals_hpp 
	                       patch-jdk_make_docs_Makefile 
	                       patch-jdk_make_java_redist_FILES_gmk 
	                       patch-jdk_make_java_redist_Makefile 
	                       patch-jdk_src_share_classes_sun_java2d_SunGraphicsEnvironment_java 
	                       patch-jdk_src_share_native_sun_security_ec_ecc_impl_h 
	                       patch-jdk_src_share_native_sun_security_ec_ecdecode_c 
	                       patch-jdk_src_share_native_sun_security_ec_oid_c 
	                       patch-jdk_src_share_native_sun_security_ec_secitem_c 
	                       patch-jdk_src_solaris_classes_sun_awt_X11GraphicsEnvironment_java 
	                       patch-jdk_src_solaris_native_java_nio_MappedByteBuffer_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_GraphicsEnv_h 
	                       patch-langtools_src_share_classes_com_sun_tools_javah_Util_java 

Log message:
Update to early access build 122. okay jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 08:50:40

Modified files:
	sys/crypto     : sha1.c 

Log message:
in SHA1Final(), explicitly clear the local buffer
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 09:04:19

Modified files:
	sys/crypto     : cryptodev.c cryptosoft.c 

Log message:
add explicit_bzero() calls before free()ing key material
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/11 09:06:40

Modified files:
	sys/crypto     : cryptodev.c 

Log message:
key lengths are counted in bits


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/11 09:34:20

Modified files:
	usr.sbin/arp   : arp.8 arp.c 

Log message:
Add Wake on Lan support to arp(8). This is partly based on the original
wake(8) program. One can specify an interface to send on, or simply
broadcast on all available interfaces.

Initial input from stsp@, further help from claudio@ and deraadt@.
ok claudio@ deraadt@
manpage bits ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/11 10:32:33

Modified files:
	usr.sbin/arp   : arp.8 

Log message:
oops! missing macro in previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/11 10:59:15

Modified files:
	x11/gnome/utils: Makefile 
Added files:
	x11/gnome/utils/patches: patch-logview_logview-utils_c 

Log message:
Fix uninitialized variable that would lead to a crash.

bug reported by JG Pailloncy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/11 11:01:09

Modified files:
	www            : Makefile 

Log message:
SUBDIR += squid,ntlm

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 11:11:17

Modified files:
	www/piwik      : Tag: OPENBSD_4_8 Makefile distinfo 
	www/piwik/pkg  : Tag: OPENBSD_4_8 PLIST 

Log message:
SECURITY update of piwik to 1.1.1

Fixes CVE-2011-004 "multiple XSS vulnerabilities, both persistent and reflected"


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2011/01/11 11:23:14

Modified files:
	archivers/unrar: Makefile 
	archivers/unrar/patches: patch-unicode_hpp 

Log message:
Change sprintfw() from a macro to an inline function, as g++ 2 doesn't like
variadic macros (yet gcc 2 does), and remove the no longer necessary alpha
optimization flags downgrade.
ok giovanni@ benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 11:32:52

Modified files:
	graphics/p5-GD : Makefile distinfo 
	graphics/p5-GD/pkg: PLIST 

Log message:
- update p5-GD to 2.45
- install examples


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 11:33:04

Modified files:
	graphics/p5-GD-SVG: Makefile distinfo 
	graphics/p5-GD-SVG/pkg: PLIST 

Log message:
- update p5-GD-SVG to 0.33
- install exmples


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/11 11:36:58

Modified files:
	graphics/p5-Image-Imlib2: Makefile distinfo 

Log message:
- update p5-Image-Imlib2 to 2.03


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/11 12:27:23

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/11 12:42:15

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/11 13:49:35

Modified files:
	app/xkbprint   : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 configure configure.ac 
Removed files:
	app/xkbprint   : AUTHORS NEWS 

Log message:
Update to xkbprint 1.0.3. No functional change.
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/11 13:52:09

Modified files:
	app/xkbevd     : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 cfgparse.y cfgscan.c configure 
	                 configure.ac evargs.c example.cf printev.c 
	                 tokens.h utils.c utils.h xkbevd.c xkbevd.h 
	                 xkbevd.man 
Removed files:
	app/xkbevd     : AUTHORS NEWS 

Log message:
Update to xkbevd 1.1.2. No functional change.
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/11 13:56:40

Modified files:
	app/xkbcomp    : ChangeLog INSTALL Makefile.am Makefile.in 
	                 README README.config README.enhancing 
	                 aclocal.m4 action.c action.h alias.c alias.h 
	                 compat.c compat.h config.h.in configure 
	                 configure.ac expr.c expr.h geometry.c 
	                 indicators.c indicators.h keycodes.c keycodes.h 
	                 keymap.c keytypes.c listing.c misc.c misc.h 
	                 parseutils.c parseutils.h symbols.c tokens.h 
	                 utils.c utils.h vmod.c vmod.h xkbcomp.c 
	                 xkbcomp.h xkbcomp.man xkbparse.y xkbpath.c 
	                 xkbpath.h xkbscan.c 
Removed files:
	app/xkbcomp    : AUTHORS NEWS 

Log message:
Update to xkbcomp 1.2.0.
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/11 14:04:46

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotap
since the latter is not initialized in monitor mode.

should fix a panic reported by Benjamin Nadland with kismet.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2011/01/11 16:00:21

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
fix encryption for uio_iovcnt > 1 by passing the absolute offset 'count'
to cuio_copydata() and make sure we don't loop forever if the end of
an iov matches the cipher block boundary.
ok mikeb, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/11 18:53:14

Modified files:
	lib/libc/gen   : glob.c 

Log message:
avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS
and sanity check arguments (these will be unnecessary when we switch
struct glob members from being type into to size_t in the future);
"looks ok" tedu@ feedback guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2011/01/11 22:45:29

Modified files:
	mail/exim      : Makefile distinfo 
	mail/exim/files: Makefile 

Log message:
update to exim 4.73.
While this resolves CVE-2010-4344 and CVE-2010-4345, the first was
actually fixed in exim 4.70 and the latter is a no-issue on OpenBSD
due to it always being built with ALT_CONFIG_ROOT_ONLY.

with input from Andreas Voegele
ok sthen@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/12 01:00:29

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Correctly fixes the wantlib.
spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/12 01:05:11

Modified files:
	mail/evolution : Makefile 

Log message:
Correctly fixes wantlib
spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/12 01:06:35

Modified files:
	x11/gnome/seahorse: Makefile 

Log message:
Correctly fixes wantlib
spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/12 01:07:29

Modified files:
	mail/zarafa/zarafa: Makefile 

Log message:
Correctly fixes wantlib
spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/12 03:08:13

Modified files:
	devel/fossil   : Makefile distinfo 

Log message:
- update fossil to 20110101030647
- bring back regress tests

from james turner (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/12 06:49:32

Modified files:
	devel/py-sip   : Makefile distinfo 

Log message:
- update py-sip to 4.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/12 06:49:44

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 

Log message:
- update py-qt4 to 4.8.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/12 07:17:46

Modified files:
	games/warzone2100: Makefile 

Log message:
Add amd64 to the list of supported ARCHS
Rivo Nurges <rix at estpak dot ee> says it works well.

Ok Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 07:22:25

Modified files:
	sbin/iked      : ikev2.c 

Log message:
don't forget to specify spi sizes;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 07:23:53

Modified files:
	sbin/iked      : ikev2.c 

Log message:
fixup bogus check;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 07:26:26

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2_pld.c 

Log message:
decouple flow deletion from the ikev2_childsa_delete;  ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/12 07:33:35

Modified files:
	devel/bouml    : Makefile distinfo 
	devel/bouml/pkg: PLIST-docs 

Log message:
- update docs to match this release


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 07:35:45

Modified files:
	sbin/iked      : config.c iked.h pfkey.c 

Log message:
postpone processing of pfkey messages received in pfkey_reply instead of
just dropping them;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/12 08:07:46

Modified files:
	usr.sbin/ospfd : kroute.c ospfd.h rde.c 

Log message:
Kill struct rroute and move the metric to struct kroute. This
disturbed me for a long time and makes upcomming work a bit easier.
OK sthen@, phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/12 08:19:15

Modified files:
	security/ctunnel: Makefile distinfo 
	security/ctunnel/patches: patch-Makefile 
	security/ctunnel/pkg: PLIST 
Added files:
	security/ctunnel/patches: patch-Makefile_cfg 
	                          patch-include_ctunnel_h 
	                          patch-src_Makefile 
Removed files:
	security/ctunnel/patches: patch-README patch-ctunnel_c 

Log message:
Update to 0.4

looks fine to ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/12 09:54:49

Modified files:
	news/hellanzb  : Tag: OPENBSD_4_8 Makefile 
Added files:
	news/hellanzb/patches: Tag: OPENBSD_4_8 
	                       patch-Hellanzb_HellaReactor_py 
	                       patch-Hellanzb_HellaXMLRPC_HtPasswdAuth_py 
	                       patch-Hellanzb_HellaXMLRPC_xmlrpc_py 

Log message:
- unbreak hellanzb as it would fail to start

reported by juergen hermeling, patches from giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 09:58:23

Modified files:
	sys/crypto     : xform.c 

Log message:
cleanup aes-ctr keystream after use;  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 10:01:26

Modified files:
	sys/dev/pci    : lofn.c noct.c nofn.c 

Log message:
explicit_bzero() of key material in drivers few people use


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 10:15:23

Modified files:
	sys/arch/i386/i386: via.c 
	sys/arch/i386/pci: glxsb.c 
	sys/arch/amd64/amd64: aesni.c via.c 

Log message:
use explicit_bzero() for the session, in drivers where struct session
contains key material (note, that is not true in all drivers... hence
not always neccessary)
discussed with mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 10:16:39

Modified files:
	sys/dev/pci    : safe.c 

Log message:
use explicit_bzero() for key materials, including that in the session.
there was also a local buffer which was left around


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/12 10:47:39

Modified files:
	www/ruby-thin  : Makefile distinfo 
	www/ruby-thin/pkg: PLIST 

Log message:
Update ruby-thin to 1.2.7.
ok jeremy@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/12 11:49:21

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
Never include SADB_X_EXT_REMOTE_AUTH (which is either a
passphrase or an RSA key) in the reply message.  There's
nothing that justifies this behavior and PF_KEY RFC prefers
to exclude keys and other sensitive material from replies.

Discussed with reyk, no objections from deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 12:45:03

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
lots of explicit_bzero for things which contain parts of keys
ok marco


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 13:17:56

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
Add SATA capability.  Use nitems() to decide if a capability is known or not.

ok krw@, deraadt@, dlg@, jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2011/01/12 13:38:34

Modified files:
	sys/dev        : softraid.c softraid_crypto.c 

Log message:
more explicit_bzero to delete keys.

prodded and ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 13:41:48

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
explicit zeroing of key information in the softraid ioctl code
ok marco


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/12 13:42:49

src/regress/usr.bin/mandoc/roff/rm

Update of /cvs/src/regress/usr.bin/mandoc/roff/rm
In directory cvs.openbsd.org:/tmp/cvs-serv3603/rm

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/rm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2011/01/12 13:48:34

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
stray tab


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/12 13:53:32

Modified files:
	graphics/gthumb: Makefile distinfo 

Log message:
Bugfix update to gthumb-2.12.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/12 13:55:22

Modified files:
	sys/dev/pci    : hifn7751.c ubsec.c 

Log message:
A bunch more explicit_bzero calls for key material
ubsec tested by mikeb, hifn tested by kettenis
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/12 13:56:40

Modified files:
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/rm: Makefile basic.in 
	                                basic.out_ascii 

Log message:
Implement the roff .rm request (remove macro).
Using the new roff_getname() function, this is really simple.
Breaks mandoc of the habit of reporting an error in each pod2man(1) preamble.
Reminded by a report from brad@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 14:00:04

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
Reset the state member of the ata_xfer to ATA_S_SETUP before reusing it
to issue another command, since sili(4) actually checks.  Fix a small
inaccuracy in a comment while I'm there.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 14:07:12

Modified files:
	sys/arch/hppa/include: lock.h 

Log message:
Make __cpu_simple_lock implementation actually work.

ok deraadt@, jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 14:11:13

Modified files:
	sys/arch/hppa/hppa: lock_machdep.c 
	sys/arch/hppa/include: lock.h 

Log message:
Provide a specific rw_cas() function for MP kernels; stolen from m88k.

ok jsing@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/12 14:39:27

Modified files:
	audio/mpg123   : Makefile distinfo 

Log message:
tiny bugfix update to 1.13.1


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/12 14:45:02

Modified files:
	usr.bin/sudo   : check.c 

Log message:
Backport fix from sudo 1.7.4p5; if -g specified w/o -u the target
user is considered to be different from the invoking user unless
the user's gid is the same as the target gid.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 14:49:21

Modified files:
	lib/libpciaccess/src: openbsd_pci.c 

Log message:
Indicate that devices need access to legacy VGA resources.  Makes sure xserver
disables DRI if the VGA arbiter is in use.

ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/12 14:57:29

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/12 15:16:19

Modified files:
	sys/arch/socppc/conf: GENERIC 
	sys/arch/socppc/socppc: conf.c 

Log message:
Add crypto(4) and hifn(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/12 15:23:58

Modified files:
	usr.bin/tmux   : tmux.c tmux.1 

Log message:
Use TMPDIR if set, from Han Boetes.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2011/01/12 16:18:56

Modified files:
	sys/dev        : diskmap.c 

Log message:
Only init the nameidata parts that are strictly needed instead
of using NDINIT as vn_open overwrites and sets things up directly
it self.

the NDINIT usage here was actually wrong and would cause leaks
if vn_open would totally honor the nameidata it gets passed,
also there is one less place that triggers on my nameidata
flag greps...

ok jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/12 17:15:51

Modified files:
	devel/llvm     : Makefile distinfo 
	devel/llvm/patches: patch-Makefile_config_in 
	                    patch-tools_clang_lib_Driver_Tools_cpp 
	                    patch-tools_clang_lib_Lex_Lexer_cpp 
	                    patch-tools_clang_lib_Sema_SemaDeclAttr_cpp 
	                    patch-tools_clang_tools_scan-build_scan-build 
	devel/llvm/pkg : PLIST 
Added files:
	devel/llvm/patches: patch-Makefile_rules 
	                    patch-lib_System_Unix_Path_inc 
	                    patch-tools_clang_lib_Sema_AttributeList_cpp 
Removed files:
	devel/llvm/patches: 
	                    patch-tools_clang_lib_Frontend_InitHeaderSearch_cpp 
	                    patch-tools_clang_lib_Parse_AttributeList_cpp 

Log message:
Bump llvm version to 2.8.

OK @sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/12 17:18:18

Modified files:
	lang/llvm-gcc4 : Makefile distinfo 
	lang/llvm-gcc4/patches: patch-gcc_cp_call_c patch-gcc_dbxout_c 
	                        patch-gcc_gcc_c patch-gcc_tree_c 
	lang/llvm-gcc4/pkg: PLIST 
Added files:
	lang/llvm-gcc4/patches: patch-libobjc_configure 
	                        patch-libssp_libtool-version 
	                        patch-libstdc++-v3_configure 
	lang/llvm-gcc4/pkg: PFRAG.no_i386 
Removed files:
	lang/llvm-gcc4 : TODO 
	lang/llvm-gcc4/pkg: PFRAG.shared 

Log message:
Use llvm 2.8 version.  Enable build on amd64 since it works now.
Bring library versioning under control and bump the major versions.
Mark as SHARED_ONLY. Remove TODO file as it is no longer needed.

OK @sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/12 17:21:03

Modified files:
	lang/rubinius  : Makefile 

Log message:
Enable llvm use by rubinius, now that llvm has been updated to 2.8.
This enables the JIT compiler, which provides dramatic speedups (~8x
for some simple tests).

OK @sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/12 17:54:32

Modified files:
	usr.bin/tmux   : cmd-server-info.c 

Log message:
Log termios backspace for each client since it is used to recognise
backspace input.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/12 19:07:06

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Fix next and previous session functions to actually work.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/12 19:08:14

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Er, fix next and previous session functions to actually work, part 2.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2011/01/12 20:41:02

Added files:
	sys/dev/ata    : pmreg.h 

Log message:
Add new file for upcoming change. ok dlg@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/12 23:05:18

Modified files:
	usr.sbin/ypldap: yp.c 

Log message:
Extract common preparation of key in ypmatch handling, and check the
argument length.

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/12 23:07:42

Modified files:
	usr.sbin/ypldap: yp.c 

Log message:
Log match requests at debug level.

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/12 23:09:35

Modified files:
	usr.sbin/ypldap: yp.c 

Log message:
Remove double 'to' in comment, ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/12 23:12:29

Modified files:
	usr.sbin/ypldap: ldapclient.c 

Log message:
Remove forward declarations of non-existant functions.
ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 01:08:47

Modified files:
	devel/gobject-introspection: Makefile distinfo 
	devel/gobject-introspection/patches: patch-Makefile_in 

Log message:
- bugfix update gobject-introspection to 0.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 01:13:56

Modified files:
	devel/py-gdata : Makefile distinfo 
	devel/py-gdata/pkg: PLIST 
Added files:
	devel/py-gdata/patches: patch-tests_gdata_tests_docs_test_py 
Removed files:
	devel/py-gdata/patches: patch-tests_gdata_tests_client_test_py 

Log message:
- update py-gdata to 2.0.13

from frantisek holop (MAINTAINER), with additional fixes by nayden@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/01/13 01:46:36

Modified files:
	www/drupal6/webform: Makefile distinfo 
	www/drupal6/webform/pkg: PLIST 

Log message:
update to 2.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 01:46:42

Modified files:
	plan9/9wm      : Makefile 

Log message:
- Set license markers to NO, as the license is a non-standard, restrictive,
homebrew piece of crap.

discussed with and ok naddy@
ok markus@ (MAINTAINER)
committing on behalf of william@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 01:47:07

Modified files:
	plan9/9menu    : Makefile 
	plan9/larswm   : Makefile 
	plan9/w9wm     : Makefile 

Log message:
- Set license markers to NO, as the license is a non-standard, restrictive,
homebrew piece of crap.

- Update maintainer address while here

discussed with and ok naddy@
committing on behalf of william@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/13 02:36:35

Modified files:
	games/warzone2100: Makefile 

Log message:
Revert previous commit: warzone2100 is still too flakey on amd64 atm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 02:37:30

Modified files:
	converters/p5-DateManip: Makefile 

Log message:
CPAN has been having issues with mirroring this file for some time now, so
mirror it.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/13 02:50:11

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Clarify alternate-screen description a little.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 02:53:50

Modified files:
	www/mhonarc    : Makefile distinfo 
	www/mhonarc/patches: patch-Makefile_PL 
	                     patch-examples_mha-preview 
	                     patch-examples_mhasiteinit_pl 
	www/mhonarc/pkg: PLIST 

Log message:
- SECURITY UPDATE of mhonarc to 2.6.18

Fixes:
CVE-2010-1677: DoS when processing html messages with deep nesting
CVE-2010-4524: Improper escaping of certain HTML sequences (XSS)
Specially crafted <base href> can lead to XSS exploit (bug id #32080)

From Christian Rueger (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 02:54:18

Modified files:
	www/mhonarc    : Tag: OPENBSD_4_8 Makefile distinfo 
	www/mhonarc/patches: Tag: OPENBSD_4_8 patch-Makefile_PL 
	                     patch-examples_mha-preview 
	                     patch-examples_mhasiteinit_pl 
	www/mhonarc/pkg: Tag: OPENBSD_4_8 PLIST 

Log message:
- SECURITY UPDATE of mhonarc to 2.6.18

Fixes:
CVE-2010-1677: DoS when processing html messages with deep nesting
CVE-2010-4524: Improper escaping of certain HTML sequences (XSS)
Specially crafted <base href> can lead to XSS exploit (bug id #32080)

From Christian Rueger (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/13 03:22:54

Modified files:
	graphics/camlimages: Makefile distinfo 
	graphics/camlimages/patches: patch-configure 
	graphics/camlimages/pkg: PFRAG.native PLIST 
Added files:
	graphics/camlimages/patches: patch-src_Makefile_in 
	graphics/camlimages/pkg: PFRAG.shared 
Removed files:
	graphics/camlimages/patches: patch-Makefile 
	                             patch-Makefile_shared 
	                             patch-configure_in 
	                             patch-tiff_tiffread_c 

Log message:
Update to camlimages-3.0.2

OK jasper@

Maintainer timeout...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 03:29:27

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/pkg : PLIST-main 
	net/pidgin-facebookchat: Makefile 
	net/pidgin-facebookchat/pkg: PLIST 

Log message:
- the facebook icons get installed by pidgin now, so add a conflict marker
in pidgin, and prevent pidgin-facebookchat from installing them

from mikolaj kucharski
ok sthen@ brad@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 03:30:49

Modified files:
	games/chocolate-doom: Makefile distinfo 
	games/chocolate-doom/patches: patch-setup_Makefile_in 
	                              patch-src_Makefile_in 

Log message:
- update chocolate-doom to 1.5.0
* fixes issues on sparc64

from ryan freeman (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/13 04:28:14

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Get rid of "forever" loop in the interrupt handler such that we drop out of the
interrupt handler if the "no rx buffer available" bit is set and no new mbufs
are available to populate descriptors.  While it doesn't make livelock
mitigation work for everybody, it does resolve some lockup issues.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2011/01/13 05:00:37

Modified files:
	share/man/man7 : packages-specs.7 

Log message:
Add examples for various pkgname versions comparisons (rc,beta,pl,pre..)
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/13 06:30:46

Log message:
    Import eagle 1.0-beta12:
    Eagle (Extensible Adaptable Generalized Logic Engine) is an
    implementation of the Tcl language for the Common Language Runtime
    (CLR). Eagle was written from scratch based on the design and
    implementation of Tcl 8.4 and provides most of the functionality of the
    Tcl 8.4 interpreter while borrowing selected features from Tcl 8.5 and
    the upcoming Tcl 8.6, in addition to adding entirely new features.
    Feedback and ok from jasper@ and thanks to all for their patience with me.
    
    Status:
    
    Vendor Tag:	stu
    Release Tags:	stu_20110113
    
    N ports/lang/eagle/Makefile
    N ports/lang/eagle/distinfo
    N ports/lang/eagle/pkg/DESCR
    N ports/lang/eagle/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/13 06:31:53

Modified files:
	lang           : Makefile 

Log message:
+eagle


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/13 06:38:57

Modified files:
	usr.bin/tmux   : options-table.c 

Log message:
The maximum history-limit was accidentally reduced, fix it back to INT_MAX.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2011/01/13 07:17:22

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
fix an off by one
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2011/01/13 07:29:26

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
Add an entry for "Advanced Capabilities for Conventional PCI"
to the list of capabilities, present in recent Intel chipsets.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/13 08:35:39

Modified files:
	lang/gforth    : Makefile 
Added files:
	lang/gforth/patches: patch-gforthmi_in 

Log message:
- adjust gforthmi as well to non-standard dictionary path


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/13 08:41:40

Modified files:
	databases/openldap: Makefile 
	databases/openldap/pkg: slapd.rc 

Log message:
Run slapd as a non-privileged user
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/13 08:44:10

Modified files:
	databases/openldap23: Makefile 
	databases/openldap23/pkg: slapd.rc 

Log message:
Run slapd as a non-privileged user.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2011/01/13 08:53:46

Modified files:
	sys/net        : Tag: OPENBSD_4_8 rtsock.c 

Log message:
MFC rtsock fix by claudio at claudio's request:

dst my point to memory inside rt so move the check up before the
rtfree(rt). Without this the sp_protocol on RTM_DELETE is garbage
and rtsocket user that restrict the AF of the socket (like ospfd)
will not see a single one of the RTM_DELETE.
OK henning@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2011/01/13 08:57:33

Modified files:
	sys/net        : Tag: OPENBSD_4_7 rtsock.c 

Log message:
MFC rtsock fix by claudio at claudio's request:

dst my point to memory inside rt so move the check up before the
rtfree(rt). Without this the sp_protocol on RTM_DELETE is garbage
and rtsocket user that restrict the AF of the socket (like ospfd)
will not see a single one of the RTM_DELETE.
OK henning@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 09:04:58

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/13 09:31:45

Modified files:
	databases/pgbouncer: Makefile 
	databases/pgbouncer/pkg: pgbouncer.rc 

Log message:
Use '-q' as advised in the man page so that we don't polute the output.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2011/01/13 09:36:58

Modified files:
	.              : errata47.html errata48.html 

Log message:
mention rtsock errata
ok jasper@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/13 10:44:54

Modified files:
	usr.bin/systat : systat.1 

Log message:
non interactive -> non-interactive
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/13 12:10:02

Modified files:
	usr.bin/systat : nfs.c 

Log message:
Making the numbers Right aligned (instead of left as it is) as the
numbers increase, it may be difficult to keep track of left aligned
stuff.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/01/13 12:44:22

Modified files:
	.              : plus.html plus48.html 

Log message:
Updates to plus, and -stable additions from Nicolas PM Legrand


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/13 13:34:04

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
set lkm_end to the end of the jumpable virtual space;  tested by me and marco


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/01/13 14:19:42

Modified files:
	sys/arch/sparc64/sparc64: vm_machdep.c 

Log message:
Spin forever when waiting for completion of an FPU shootdown instead of
panicing if we spin for too long.  It is difficult to find an upper bound
for the spin count and there is some evidence the current limit is too low.
We made similar changes to amd64/i386 some time ago.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/13 14:54:53

Modified files:
	usr.bin/ssh    : mux.c 

Log message:
correct error messages; patch from bert.wesarg AT googlemail.com


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/13 14:55:25

Modified files:
	usr.bin/ssh    : PROTOCOL.mux 

Log message:
correct protocol names and add a couple of missing protocol number
defines; patch from bert.wesarg AT googlemail.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2011/01/13 15:35:52

Modified files:
	games/jbrickshooter: Makefile 
	net/openfire   : Makefile 
	lang/jruby     : Makefile 
	devel/jdk      : java.port.mk 
	devel/jdk/1.7  : Makefile 
	devel/jdk/1.7/pkg: PLIST-jre PLIST-main 

Log message:
Correct snafu with pkg version going backwards. Clue bat
beating from espie@ help and okay landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2011/01/13 15:40:30

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
A few devices found on Dell Inspirion N5010; from yason@linklevel.net


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2011/01/13 15:41:09

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2011/01/13 15:55:33

Modified files:
	sys/arch/sparc64/sparc64: cpu.c 

Log message:
Fix link edition without 'option SUN4V'. ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 16:17:50

Modified files:
	etc/root       : root.mail 
	share/mk       : sys.mk 
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 
	sys/conf       : newvers.sh 

Log message:
move to 4.9-current


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 16:19:36

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
if the BIOS tells us to suspend at the same time that we notice a lid
event, don't suspend twice.
ok jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/13 16:36:53

Modified files:
	sys/netinet6   : frag6.c 

Log message:
In frag6_input() there was an mbuf length calculation error.  If
you want to move "offset" bytes forward by "sizeof(struct ip6_frag)"
bytes within an mbuf, you must have at least "offset + sizeof(struct
ip6_frag)" bytes space in that mbuf.
Fix from KAME, FreeBSD also has it.
ok claudio@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 17:04:16

Modified files:
	sys/sys        : param.h 

Log message:
move to 4.9-current


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 17:05:42

Modified files:
	etc            : rc 

Log message:
in the most trivial way, request that the kernel arc4random re-key after
we run netstart
ok tedu, djm liked it too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/13 18:03:06

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/13 23:00:33

Modified files:
	inputmethods/ibus: Makefile distinfo 
Removed files:
	inputmethods/ibus/patches: patch-bus_Makefile_in 
	                           patch-setup_Makefile_in 
	                           patch-setup_ibus-setup_in 
	                           patch-ui_gtk_Makefile_in 
	                           patch-ui_gtk_ibus-ui-gtk_in 

Log message:
Update to ibus 1.3.9.
jasper@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/13 23:01:04

Modified files:
	inputmethods/ibus-anthy: Makefile distinfo 

Log message:
Update to ibus-anthy 1.2.5.
jasper@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/13 23:02:06

Modified files:
	inputmethods/ibus-skk: Makefile distinfo 
	inputmethods/ibus-skk/pkg: PLIST 

Log message:
Update to ibus-skk 1.3.5.
jasper@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/14 00:33:47

Modified files:
	lib/libc/stdlib: insque.3 

Log message:
superceded -> superseded;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 01:13:14

Modified files:
	textproc/intltool: Makefile distinfo 
	textproc/intltool/pkg: DESCR 

Log message:
Update to intltool-0.41.1.

bulk testing by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/14 01:23:21

Modified files:
	net/dnstop     : Makefile distinfo 
	net/dnstop/patches: patch-dnstop_c 
Removed files:
	net/dnstop/patches: patch-configure 

Log message:
update to 20110113b, new release pointed out by Brian Keefer who has
also worked with upstream to get some of the problems addressed by
patches fixed in the distribution instead, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/14 02:38:48

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 
	                            patch-program_include_main_inc 
	mail/roundcubemail/pkg: PLIST 

Log message:
update roundcubemail to 0.5; similar diff from LEVAI Daniel


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2011/01/14 02:53:24

Modified files:
	net/ipcalc     : Makefile 
Added files:
	net/ipcalc/patches: patch-ipcalc_c 

Log message:
fix alloc size

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/14 05:01:18

Modified files:
	games/numptyphysics: Makefile 
	games/numptyphysics/patches: patch-Config_h patch-Game_cpp 
	                             patch-Overlay_cpp 
Added files:
	games/numptyphysics/patches: patch-Game_h patch-Makefile_am 
Removed files:
	games/numptyphysics/patches: patch-Http_cpp patch-Http_h 
	                             patch-happyhttp_cpp 
	                             patch-happyhttp_h 

Log message:
Do not build the HTTP client code since it's unused and poorly written.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/14 06:03:59

ports/x11/gnustep/gworkspace/patches

Update of /cvs/ports/x11/gnustep/gworkspace/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24873/patches

Log Message:
Directory /cvs/ports/x11/gnustep/gworkspace/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/14 06:07:13

Modified files:
	x11/gnustep/gworkspace: Makefile 
Added files:
	x11/gnustep/gworkspace/patches: patch-FSNode_FSNodeRep_m 

Log message:
Add missing include paths to fix building, as found by ajacoutot@
Add missing dependency to automake, as found by landry@
While there, add patch to make it work that the user can u/mount drives via desktop icon

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/14 06:09:45

Modified files:
	sys/arch/hppa/include: intr.h 
	sys/arch/hppa/hppa: ipi.c 

Log message:
Provide an IPI to halt a CPU.

ok kettenis@ deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/14 06:20:06

Modified files:
	sys/arch/hppa/include: intr.h 
	sys/arch/hppa/hppa: ipi.c 

Log message:
Implement a function to broadcast IPIs to all running CPUs.

ok kettenis@ deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/14 06:32:43

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
Halt secondary CPUs when shutting down or rebooting. This should prevent
occasional hangs during reboot.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/14 07:32:18

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
Quick fix for cwd = /


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/14 10:18:50

Modified files:
	etc/etc.alpha  : Makefile.inc 
	etc/etc.amd64  : Makefile.inc 
	etc/etc.hppa   : Makefile.inc 
	etc/etc.hppa64 : Makefile.inc 
	etc/etc.macppc : Makefile.inc 
	etc/etc.sgi    : Makefile.inc 
	etc/etc.sparc  : Makefile.inc 
	etc/etc.sparc64: Makefile.inc 
	etc/etc.vax    : Makefile.inc 

Log message:
We should not sum the install*.iso file, since it is not created at build
time.  We've been summing the one from the previous build (then additional
goo I run has been cleaning it up..)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/14 11:48:11

Modified files:
	share/misc     : airport 

Log message:
add CFE (middle of nowhere)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 11:50:20

Removed files:
	audio/opennap/patches: patch-configure_in 

Log message:
- remove bogus patch since no autoconf is used


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 11:58:38

Modified files:
	x11/xscreensaver: Makefile 
	x11/xscreensaver/pkg: PLIST-data 

Log message:
Remove extrusion from -data, it belongs in -gle only.

reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:04:08

Modified files:
	sys/arch/alpha/alpha: conf.c 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/arm/arm: conf.c 
	sys/arch/aviion/aviion: conf.c 
	sys/arch/hp300/hp300: conf.c 
	sys/arch/hppa/hppa: conf.c 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/i386/i386: conf.c 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/luna88k/luna88k: conf.c 
	sys/arch/mac68k/mac68k: conf.c 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/mvme68k/mvme68k: conf.c 
	sys/arch/mvme88k/mvme88k: conf.c 
	sys/arch/mvmeppc/mvmeppc: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/sgi/sgi: conf.c 
	sys/arch/socppc/socppc: conf.c 
	sys/arch/sparc/sparc: conf.c 
	sys/arch/sparc64/sparc64: conf.c 
	sys/arch/vax/vax: conf.c 

Log message:
- use nitems()

"doesn't hurt" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:12:13

Modified files:
	news/hellanzb  : Makefile 
	news/hellanzb/patches: patch-Hellanzb_Core_py 
	news/hellanzb/pkg: PLIST 

Log message:
- add license marker
- use SUBST_CMD/MODPY_ADJ_FILES
- regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:38:33

Modified files:
	x11/lablgtk2   : Makefile 
	x11/lablgtk2/pkg: PFRAG.shared PLIST 

Log message:
- add the gtksourceview2 bindings

from shiryaev.a.v AT gmail.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:46:46

Modified files:
	x11/vlc        : Makefile 
Added files:
	x11/vlc/patches: patch-modules_codec_cdg_c 

Log message:
Fix heap overflows in CDG decoder

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:47:48

Modified files:
	x11/vlc        : Tag: OPENBSD_4_8 Makefile 
Added files:
	x11/vlc/patches: Tag: OPENBSD_4_8 patch-modules_codec_cdg_c 

Log message:
Fix heap overflows in CDG decoder

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:54:18

Removed files:
	xf86configs    : armadam700 hinotevp700 latitudecpt latitudelmp 
	                 latitudelmp-xf3 libretto100ct libretto100ct-xf3 
	                 libretto50ct libretto50ct-xf3 portege2000 
	                 sonysrx77 thinkpad770z thinkpada21p thinkpadt20 
	                 thinkpadt21 thinkpadt21-2 thinkpadt23 vaio747 
	                 vaioxg700k vaioz505r 

Log message:
Remove old files, it's beyond useless and has no use anymore.

matthieu@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/14 12:55:55

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/pkg: PLIST-main 

Log message:
Update to 3.3.0rc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 12:56:01

Modified files:
	www/linkchecker: Makefile distinfo 
	www/linkchecker/patches: patch-setup_py 
	www/linkchecker/pkg: PLIST 

Log message:
- update linkchecker to 6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/14 13:04:56

Modified files:
	editors/libreoffice/pkg: PLIST-i18n-lt PLIST-i18n-lv 

Log message:
fix conflicts


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2011/01/14 13:07:00

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
plug memleak in err path; from zinovik, ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2011/01/14 13:12:39

Modified files:
	sys/arch/sparc64/conf: files.sparc64 

Log message:
creator needs firmload. ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/14 14:14:12

Modified files:
	lang/mono      : Makefile distinfo 
Added files:
	lang/mono/patches: patch-mono_profiler_Makefile_in 

Log message:
update to 2.8.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 14:19:20

Modified files:
	mail/roundcubemail: Makefile 
	mail/roundcubemail/files: roundcubemail.conf 

Log message:
Add php5-mcrypt to RUN_DEPENDS as it's a recommended dependency.
Add a default php date.timezone to prevent the installer/updater from
complaining.

ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 14:21:08

Modified files:
	x11            : Makefile 
Removed files:
	x11/lablgtk    : Makefile distinfo 
	x11/lablgtk/patches: patch-src_Makefile 
	x11/lablgtk/pkg: DESCR PFRAG.native PFRAG.shared PLIST 

Log message:
Remove old gtk1 cruft. Unused and unmaintained.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 14:29:42

Modified files:
	games/gcompris : Makefile distinfo 
	games/gcompris/patches: patch-Makefile_in patch-configure 
	                        patch-src_electric-activity_electric_py 
	                        patch-src_gcompris_Makefile_in 
	                        patch-src_goocanvas_src_Makefile_in 
	games/gcompris/pkg: PLIST 

Log message:
Update to gcompris-9.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 14:52:37

Modified files:
	x11/vlc        : Tag: OPENBSD_4_8 Makefile 
Added files:
	x11/vlc/patches: Tag: OPENBSD_4_8 
	                 patch-modules_meta_engine_taglib_cpp 

Log message:
Fix for CVE-2010-2937 (Insufficient input validation in VLC TagLib
plugin) :
"VLC fails to perform sufficient input validation when trying to extract
some meta-informations about input media through ID3v2 tags. In the
failure case, VLC attempt dereference an invalid memory address, and a
crash will ensure."
From brad via sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2011/01/14 15:10:23

Modified files:
	distrib/sets/lists/xserv: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 15:10:58

Modified files:
	textproc/gtk-doc: Makefile distinfo 
	textproc/gtk-doc/patches: patch-Makefile_in 
	textproc/gtk-doc/pkg: PLIST 

Log message:
Bugfix update to gtk-doc-1.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 15:15:41

Modified files:
	x11/gnome/games: Makefile 
	x11/gnome/games/pkg: PLIST 

Log message:
Re-enable gnome-sudoku now that we have python 2.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:17:03

Modified files:
	mail/archiveopteryx: Makefile 
	mail/archiveopteryx/pkg: PLIST 
	mail/avenger   : Makefile 
	mail/avenger/pkg: PLIST 

Log message:
Set @conflict markers, both ports install bin/deliver.
Reported by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 15:42:52

Modified files:
	devel/py-mox   : Makefile 

Log message:
Zap bogus category.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:46:29

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
For all mozilla ports (but ffx4), build against system sqlite.
Trick configure into believing our sqlite has secure_delete enabled by
default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:49:47

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/pkg: PLIST 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-storage_src_mozStorageConnection_cpp 

Log message:
Add a patch doing PRAGMA secure_delete ON when opening connection to
sqlite database. Allows us to build against system sqlite3 again, and
get rid of the infamous symbol size mismatch warning reported several
times on ports@.
See https://bugzilla.mozilla.org/show_bug.cgi?id=445164 for why mozilla
now hard-requires secure_delete, and
https://bugzilla.mozilla.org/show_bug.cgi?id=546162 for the reasons they
don't want to make that an option and forces us to do such hacks.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:50:38

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/1.9/pkg: PLIST-devel PLIST-main 

Log message:
Chase mozilla-firefox change and build against system sqlite too.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/14 15:50:56

Modified files:
	audio/rioutil  : Makefile 
	devel/p5-Class-ReturnValue: Makefile 
	devel/p5-Devel-StackTrace: Makefile 
	devel/p5-Exception-Class: Makefile 
	devel/p5-Params-Validate: Makefile 
	games/gnuchess : Makefile 
	net/adns       : Makefile 
	net/libdnet    : Makefile 
	net/nicotine   : Makefile 
	net/packit     : Makefile 
	security/towitoko: Makefile 
	sysutils/modlogan: Makefile 
	www/p5-Apache-Session: Makefile 
	www/p5-libapreq: Makefile 
	www/www6to4    : Makefile 

Log message:
Remove mjc@ as maintainer after several generous time-outs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:52:37

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Actually depend on sqlite 3.7.4 which is the version where PRAGMA
secure_delete was added, and where FTS3 is enabled for mozilla-firefox.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:53:42

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/pkg: PLIST-main 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_storage_src_mozStorageConnection_cpp 

Log message:
Build against system sqlite now that it builds with FTS3 enabled, and
add the same PRAGMA secure_delete patch as done in firefox.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:56:11

Modified files:
	www/firefox35  : Makefile 
	www/seamonkey  : Makefile 
	www/seamonkey/pkg: PLIST-main 
Added files:
	www/firefox35/patches: 
	                       patch-storage_src_mozStorageConnection_cpp 
	www/seamonkey/patches: 
	                       patch-mozilla_storage_src_mozStorageConnection_cpp 

Log message:
Add same PRAGMA secure_delete patch to seamonkey and ffx35 for the sake
of consistency, and build against systemwide sqlite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:57:44

Modified files:
	productivity/sunbird: Makefile 
	productivity/sunbird/pkg: PLIST 
Added files:
	productivity/sunbird/patches: 
	                              patch-mozilla_storage_src_mozStorageConnection_cpp 

Log message:
Build sunbird against systemwide sqlite3 and add the PRAGMA
secure_delete patch. Consistency uber alles!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/14 15:58:49

Modified files:
	mail/enigmail/seamonkey: Makefile 
	mail/enigmail/thunderbird: Makefile 

Log message:
seamonkey/mozilla-thunderbird SHARED_LIBS minors were bumped, so bump
them too in corresponding enigmails to make sure they work.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/14 16:15:40

Modified files:
	usr.bin/mklocale: yacc.y 

Log message:
Use xmalloc instead of malloc and clear some allocated members.

ok stsp


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 16:36:45

Log message:
    Import py-markdown-2.0.3.
    
    This is a Python implementation of John Gruber's Markdown. It is almost
    completely compliant with the reference implementation.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100115
    
    N ports/textproc/py-markdown/Makefile
    N ports/textproc/py-markdown/distinfo
    N ports/textproc/py-markdown/pkg/DESCR
    N ports/textproc/py-markdown/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/14 16:37:37

Modified files:
	textproc       : Makefile 

Log message:
+py-markdown


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/14 16:49:23

Modified files:
	usr.bin/tmux   : cmd-new-session.c tmux.1 

Log message:
Support -x and -y for new-session to specify the initial size of the
window if created detached with -d.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/14 17:16:00

Modified files:
	usr.bin/tmux   : input.c tmux.h tty.c 

Log message:
Mouse highlight mode (1001) requires a program to cooperate so
supporting it through tmux is not as easy as this, remove it for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/14 17:46:19

Modified files:
	usr.bin/tmux   : server-client.c tty.c 

Log message:
Only set a mouse mode for mouse-select-pane if none already set by the
mode (any will do).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/14 18:07:45

Modified files:
	lang/gcc/3.3   : Makefile gcc3.port.mk 
	devel/cxxtools : Makefile 
	devel/libmemcached: Makefile 
	emulators/vba  : Makefile 
	net/gloox      : Makefile 
	math/ginac     : Makefile 
	www/tntnet     : Makefile 

Log message:
Epoch bump for lang/gcc/3.3 because the version number shouldn't
count as older than one from 2005.

Revision bump for all ports that depend on libstdc++-3 because the
package specs have changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/14 18:09:43

Modified files:
	databases/ruby-bdb: Makefile 
	databases/ruby-ldap: Makefile 
	devel/libf2c   : Makefile 
	devel/libf2c-old: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/subversion: Makefile 
	editors/emacs21: Makefile 
	editors/emacs22: Makefile 
	editors/xemacs21/stable: Makefile 
	lang/STk       : Makefile 
	lang/g77       : Makefile 
	lang/g77-old   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/gfortran  : Makefile 
	lang/librep    : Makefile 
	lang/llvm-gcc4 : Makefile 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	lang/swi-prolog: Makefile 
	math/octave    : Makefile 
	net/rrdtool    : Makefile 
	net/ruby-pcap  : Makefile 
	net/ruby-pcaprub-msf: Makefile 
	textproc/eruby : Makefile 
	textproc/gonzui: Makefile 
	textproc/ruby-hyperestraier: Makefile 
	www/ruby-passenger: Makefile 
	x11/kde/bindings3: Makefile 
	x11/rep-gtk    : Makefile 
	x11/sawfish    : Makefile 

Log message:
bump revision for plist changes 4.8 -> 4.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/14 18:19:35

Modified files:
	net/openafs    : Makefile 
	net/openafs/patches: patch-src_config_afs_sysnames_h 
	sysutils/lsof  : Makefile 
	sysutils/lsof/patches: patch-Configure 

Log message:
recognize OpenBSD 4.9


CVSROOT:	/cvs
Module name:	www
Changes by:	kevlo@cvs.openbsd.org	2011/01/14 21:15:28

Modified files:
	.              : donations.html 

Log message:
DMP Electronics donated hardware. Thank you!


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/14 21:35:34

Modified files:
	share/man/man4 : Makefile mii.4 pci.4 
	sys/dev/mii    : files.mii miidevs 
	sys/dev/pci    : files.pci 
Added files:
	share/man/man4 : rdcphy.4 vte.4 
	sys/dev/mii    : rdcphy.c 
	sys/dev/pci    : if_vte.c if_vtereg.h 

Log message:
Add drivers for the RDC R6040 Ethernet chipset
and RDC R6040 Ethernet PHY.

Written by Pyun YongHyeon for FreeBSD then
ported to OpenBSD by me.

Thanks once again to DMP for supplying hardware
which made this possible.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/14 21:39:27

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK_CD 

Log message:
enable RDC Ethernet (vte/rdcphy)


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/14 21:40:30

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/14 21:45:32

Modified files:
	share/man/man4 : vte.4 

Log message:
Should vte(4) appear in 4.9


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/01/14 22:15:12

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.palm md.sgi 
	                         md.socppc md.sparc md.sparc64 md.vax 
	                         md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/15 01:54:43

Log message:
    Import ports/editors/dhex, an ncurses-based hex editor with diff and
    string searching capabilities. From maintainer Thanasoulas Spiros with
    a few fixes by me, requested by marco@, ok/comments dcoppa@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20110115
    
    N ports/editors/dhex/Makefile
    N ports/editors/dhex/distinfo
    N ports/editors/dhex/pkg/DESCR
    N ports/editors/dhex/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/15 01:55:01

Modified files:
	editors        : Makefile 

Log message:
+dhex


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/15 01:58:41

Modified files:
	share/man/man4 : vte.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/15 02:21:31

Modified files:
	mail/claws-mail: Makefile 
	mail/claws-mail/pkg: PLIST-bogofilter PLIST-docs PLIST-main 
	                     PLIST-spamassassin 

Log message:
Repair @pkgpath markers, problem spotted by jasper@, discussed with
landry/espie. While there, sync WANTLIB (gthread in subpackages, and
GL/Xxf86vm/xcb-* etc).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/15 02:38:31

Modified files:
	net/net-snmp   : Makefile distinfo 
	net/net-snmp/patches: patch-Makefile_top 
	                      patch-configure_d_config_os_headers 
Added files:
	net/net-snmp/patches: patch-configure_d_config_os_libs2 
Removed files:
	net/net-snmp/patches: patch-configure_d_config_os_libs 

Log message:
update to 5.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/15 03:08:50

Modified files:
	sys/dev/pci    : if_vte.c 

Log message:
Fix multicast handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/15 03:13:23

Modified files:
	games/oolite   : Makefile 
	games/oolite/patches: patch-GNUmakefile 
	                      patch-src_Core_Debug_OODebugTCPConsoleClient_m 
	games/oolite/pkg: MESSAGE 
Added files:
	games/oolite/patches: 
	                      patch-src_Core_Materials_OOPNGTextureLoader_m 
	                      patch-src_Core_OOAsyncQueue_m 
	                      patch-src_Core_OOMaths_h 
	                      patch-src_Core_OOPriorityQueue_m 
	                      patch-src_Core_OXPVerifier_OOOXPVerifierStage_m 
	                      patch-src_Core_OldSchoolPropertyListWriting_m 
	                      patch-src_SDL_OOSDLSoundMixer_m 

Log message:
- fix build (include missing header files), after recent gnustep-base update
pointed out by ajacoutot@, naddy@, landry@
- while there, remove use of gcc4 module, and use x11/gnustep module
- fix compiler warning regarding 'struct in_addr' declared inside parameter list
- update MESSAGE file, to recommend using defaults tool, instead of handcrafting
gnustep defaults file

OK nicm@ (MAINTAINER), ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 03:56:51

Modified files:
	mail/dovecot   : Makefile 
	graphics/ffmpeg: Makefile 
	www/gnash      : Makefile 
	www/lighttpd   : Makefile 
	net/pidgin     : Makefile 
	net/silc-client: Makefile 
	net/silc-server: Makefile 
	www/spawn-fcgi : Makefile 
	x11/vlc        : Makefile 
	net/znc        : Makefile 

Log message:
- remove USE_GROFF=Yes, manpages checked by brad.

from brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 04:09:17

Modified files:
	textproc/asciidoc: Makefile distinfo 
	textproc/asciidoc/pkg: PLIST 
Removed files:
	textproc/asciidoc/patches: patch-a2x 

Log message:
- update asciidoc to 8.6.3

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/15 04:13:49

Modified files:
	editors/openoffice3: Makefile distinfo 

Log message:
update to 3.3.0rc9


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/15 04:39:28

Modified files:
	sys/dev/ic     : ar9285.c 

Log message:
carrier leakage calibration workaround for high temperature is not
applicable on AR9271.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/15 04:41:14

Modified files:
	share/man/man4 : urtwn.4 

Log message:
POWCHIP POW-N18


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 05:08:22

Modified files:
	devel/libyajl  : Makefile distinfo 
	devel/libyajl/pkg: PLIST 

Log message:
- update libyajl to 1.0.11

ok Christopher Zimmerman (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 05:09:32

Log message:
    import p5-BSD-arc4random
    
    from Abel Abraham Camarillo Ojeda
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20111501
    
    N ports/devel/p5-BSD-arc4random/distinfo
    N ports/devel/p5-BSD-arc4random/Makefile
    N ports/devel/p5-BSD-arc4random/pkg/PLIST
    N ports/devel/p5-BSD-arc4random/pkg/DESCR
    N ports/devel/p5-BSD-arc4random/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 05:11:03

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 05:40:17

Log message:
    import lpc21isp 1.79
    
    In-circuit programming (ISP) tool for the NXP (Philips) LPC1300 /
    LPC1700 / LPC2000 series ARM7 / M0 / M3 microcontrollers.
    
    from Alexander Shiryaev (MAINTAINER) with tweaks by me
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20111501
    
    N ports/devel/lpc21isp/Makefile
    N ports/devel/lpc21isp/distinfo
    N ports/devel/lpc21isp/pkg/DESCR
    N ports/devel/lpc21isp/pkg/PLIST
    N ports/devel/lpc21isp/patches/patch-lpc21isp_c
    N ports/devel/lpc21isp/patches/patch-lpcprog_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 05:41:27

Modified files:
	devel/xulrunner/1.9: Makefile 

Log message:
Duh, forgot to bump -devel, and headers were added/removed.
Spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 05:42:38

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 05:43:26

Modified files:
	games/singularity: Makefile distinfo 
	games/singularity/files: singularity 
	games/singularity/pkg: PLIST 
Added files:
	games/singularity/patches: patch-code_graphics_g_py 
Removed files:
	games/singularity/patches: patch-code_g_py patch-setup_py 

Log message:
Update to singularity-0.30b and resign from maintainer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 05:50:42

Log message:
    Import xcursor-neutral 1.13
    
    A modified and extended jaguarx fork with grayscale animated watch.
    Looks lika a set of standard black *X cursors, but smoothed and
    shadowed.
    
    From Lazaros Koromilas on ports@, with tweaks by me
    ok jasper@
    
    Status:
    
    Vendor Tag:	lkoromilas
    Release Tags:	landry_20110115
    
    N ports/x11/xcursor-neutral/Makefile
    N ports/x11/xcursor-neutral/distinfo
    N ports/x11/xcursor-neutral/pkg/PLIST
    N ports/x11/xcursor-neutral/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 05:51:59

Log message:
    Import xcursor-dmz-0.4
    
    Cursor themes derived from the Industrial theme developed for the Ximian
    GNOME desktop. Black and White flavors.
    
    From Martin Pieuchot on ports@ with tweaks by me
    ok jasper@
    
    Status:
    
    Vendor Tag:	mpieuchot
    Release Tags:	landry_20110115
    
    N ports/x11/xcursor-dmz/Makefile
    N ports/x11/xcursor-dmz/distinfo
    N ports/x11/xcursor-dmz/pkg/DESCR
    N ports/x11/xcursor-dmz/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 05:53:10

Modified files:
	x11            : Makefile 

Log message:
+xcursor-{neutral,dmz}


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 06:06:17

Log message:
    import oo2c
    
    OOC is an Oberon-2 development platform. It consists of an optimizing
    compiler, a number of related tools, a set of standard library modules,
    and a reference manual.
    
    from Alexander Shiryaev (MAINTAINER) with tweaks by me
    
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20111501
    
    N ports/lang/oo2c/Makefile
    N ports/lang/oo2c/distinfo
    N ports/lang/oo2c/pkg/DESCR
    N ports/lang/oo2c/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 06:07:51

Log message:
    import obc-2.9.1
    
    Oberon-2 is clean and simple programming language.
    This is portable compiler that translates Oberon-2 into bytecode, which
    can be either interpreted or dynamically translated into machine code.
    Dynamic translation uses a portable interface modelled on the one in GNU
    Lightning, but is so far implemented only on x86 machines.  The
    implementation includes a full garbage collector, and comes with
    profiling tools and a simple GUI debugger.
    [...]
    
    from Alexander Shiryaev (MAINTAINER) with tweaks by me
    
    ok landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20111501
    
    N ports/lang/obc/Makefile
    N ports/lang/obc/distinfo
    N ports/lang/obc/patches/patch-configure
    N ports/lang/obc/patches/patch-Makefile_in
    N ports/lang/obc/patches/patch-debugger_Makefile_in
    N ports/lang/obc/patches/patch-debugger_debmain_ml
    N ports/lang/obc/pkg/PLIST
    N ports/lang/obc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 06:08:30

Modified files:
	lang           : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 09:04:31

Modified files:
	devel/xulrunner/1.9: Makefile 

Log message:
Duh. Bump the correct REVISION, spotted by naddy@ again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 09:17:33

Modified files:
	graphics/GraphicsMagick: Makefile distinfo 
	graphics/GraphicsMagick/patches: patch-configure 
	graphics/GraphicsMagick/pkg: PLIST 
Added files:
	graphics/GraphicsMagick/pkg: PFRAG.x11 
Removed files:
	graphics/GraphicsMagick/patches: patch-PerlMagick_Makefile_PL_in 
	graphics/GraphicsMagick/pkg: PFRAG.shared 

Log message:
- update GraphicsMagick to 1.3.12

from new maintainer, brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/15 09:39:14

Modified files:
	security/pidgin-otr: Makefile 

Log message:
Add libtool to BUILD_DEPENDS and bump. add spaces around = while I'm here.
ajacoutot@ requested this instead of switching USE_LIBTOOL to gnu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 09:58:29

Modified files:
	devel/nspr     : Makefile distinfo 
	devel/nspr/patches: patch-mozilla_nsprpub_configure_in 
	                    patch-mozilla_nsprpub_pr_src_misc_prdtoa_c 
	                    patch-mozilla_nsprpub_pr_src_misc_prinit_c 

Log message:
Update to nspr 4.8.7, required by ffx4.0b8 and later, and
soon-to-be-required by stable releases in other mozilla branches.
ok sthen@ martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/15 09:59:37

Modified files:
	security/nss   : Makefile distinfo 
	security/nss/patches: 
	                      patch-mozilla_security_nss_lib_ckfw_builtins_certdata_c 
	                      patch-mozilla_security_nss_lib_ckfw_builtins_certdata_txt 
	                      patch-mozilla_security_nss_lib_freebl_blapi_h 

Log message:
Update to nss 3.12.9, required by ffx4.0b8 and later,and
soon-to-be-required by stable releases in other mozilla branches.
ok sthen@ martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 11:51:35

Modified files:
	textproc       : Makefile 
Removed files:
	textproc/py-markdown: Makefile distinfo 
	textproc/py-markdown/pkg: DESCR PLIST 

Log message:
Grrrr, remove py-markdown which already exists in-tree as "markdown".
Thanks to Joachim Schipper for noticing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 11:53:01

Modified files:
	textproc/markdown: Makefile distinfo 
	textproc/markdown/pkg: PLIST 
Removed files:
	textproc/markdown/files: markdown 

Log message:
Update to markdown-2.0.3 (from just removed py-markdown).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 12:09:01

Modified files:
	x11/kde/office3: Makefile 

Log message:
sync wantlib

from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 12:15:21

Modified files:
	infrastructure/templates: README.template 

Log message:
Remove colons (also known in Hungary as double dots) from sub-section
title, it looks weird.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 12:18:49

Added files:
	infrastructure/templates: rc.template 

Log message:
Add a template rc script.
rc.subr(8)/rc.d(8) is coming soon.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 12:51:08

Modified files:
	x11/gnome/tracker: Makefile 
Added files:
	x11/gnome/tracker/patches: patch-src_tracker-control_Makefile_in 
	                           patch-src_tracker-control_tracker-control_c 

Log message:
Use kvm(3) instead of trying to get PIDs from /proc.

from and ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/15 13:14:41

Modified files:
	usr.bin/tmux   : cmd-bind-key.c 

Log message:
Fix bind-key -t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/15 13:57:09

Modified files:
	audio/libogg   : Makefile distinfo 
	audio/libogg/patches: patch-configure patch-doc_Makefile_in 
	                      patch-doc_libogg_Makefile_in 

Log message:
maintenance update to 1.2.2: documentation fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 14:01:20

Modified files:
	devel/tig      : Makefile distinfo 
Added files:
	devel/tig/patches: patch-configure 

Log message:
- update tig to 0.16.2
- remove USE_GROFF=Yes

from Martin Pieuchot via Tobias Ulmer (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 14:01:57

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
WANTLIB.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/15 15:08:11

Modified files:
	.              : porttest.html 

Log message:
- fix path to portslogger


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/15 15:09:59

Modified files:
	.              : ports.html 

Log message:
- fix path here too


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/15 15:20:32

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/pkg: PLIST 
Removed files:
	x11/awesome/patches: patch-CMakeLists_txt 

Log message:
Generate and install de, es, and fr manpages, now that we have a
recent asciidoc. Thanks jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 15:29:19

Modified files:
	textproc/asciidoc: Makefile 

Log message:
zap bogus MASTER_SITE, prompted by dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 15:37:28

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: PLIST-web 

Log message:
Install .mo gettext binary message catalog files instead of the .po
descrition files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 15:37:39

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/patches: patch-master.cf 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
- update postfix to 2.8-20110113

from brad, jakob@ is swamped with Real Life.
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 15:53:30

Modified files:
	security/gksu-polkit: Makefile 

Log message:
- add missing build dependency

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/15 16:09:50

ports/devel/py-wsgiutils/patches

Update of /cvs/ports/devel/py-wsgiutils/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21370/patches

Log Message:
Directory /cvs/ports/devel/py-wsgiutils/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/15 16:53:35

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: PLIST-web README-main 
Added files:
	mail/zarafa/zarafa/files: zarafa.conf 

Log message:
Install a zarafa.conf file for apache.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/01/15 16:58:43

Modified files:
	sys/dev/usb    : usb.c usb.h usb_subr.c 

Log message:
* add 'udi_serial' to struct usb_device_info.
* fill 'udi_serial' with the serial number in usbd_fill_deviceinfo().
* add compatability ioctl/struct so old binaries continue to work.

discussed with deraadt and miod


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/01/15 17:04:47

Modified files:
	usr.sbin/usbdevs: usbdevs.c 

Log message:
the serial number is now available in struct usb_device_info, so
there's no need to use the USB_REQUEST ioctl to get the serial number.
this also means usbdevs can open /dev/usb* read-only, instead of
read-write, and still be fully functional.

discussed with deraadt and miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:15:45

Modified files:
	x11/e17/embryo : Makefile distinfo 
	x11/e17/embryo/pkg: PFRAG.shared PLIST 

Log message:
Update to beta2. work, test and fixes by fabien@, armani@, Azwaw OUSADOU and ohh my god we haz update lulz jasper@, cleaning up to come


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 17:17:37

Modified files:
	net/libcares   : Makefile 

Log message:
- remove USE_GROFF

from and verified by brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/15 17:20:02

Modified files:
	devel/yasm     : Makefile 

Log message:
- remove USE_GROFF

from and verified by brad (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:26:19

ports/x11/e17/eina/patches

Update of /cvs/ports/x11/e17/eina/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22254/patches

Log Message:
Directory /cvs/ports/x11/e17/eina/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:31:30

Modified files:
	x11/e17/eina   : Makefile distinfo 
	x11/e17/eina/pkg: PFRAG.shared PLIST 
Added files:
	x11/e17/eina/patches: patch-Makefile_in patch-configure 
	                      patch-src_Makefile_in 
	                      patch-src_lib_eina_quadtree_c 
	                      patch-src_tests_Makefile_in 
	                      patch-src_tests_eina_bench_c 
	                      patch-src_tests_eina_bench_quad_c 
	                      patch-src_tests_eina_bench_stringshare_e17_c 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@, cleaning up to come


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:35:27

Modified files:
	x11/e17/eet    : Makefile distinfo 
	x11/e17/eet/patches: patch-configure 
	x11/e17/eet/pkg: PLIST 
Added files:
	x11/e17/eet/patches: patch-src_lib_eet_node_c 
Removed files:
	x11/e17/eet/patches: patch-src_lib_eet_lib_c 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:37:45

Modified files:
	x11/e17/evas   : Makefile distinfo 
	x11/e17/evas/patches: patch-configure 
	x11/e17/evas/pkg: PFRAG.shared PLIST 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@ .


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:40:32

Modified files:
	x11/e17/ecore  : Makefile distinfo 
	x11/e17/ecore/patches: patch-configure 
	                       patch-src_lib_ecore_Ecore_h 
	x11/e17/ecore/pkg: PFRAG.shared PLIST 
Added files:
	x11/e17/ecore/patches: 
	                       patch-src_lib_ecore_x_xlib_ecore_x_private_h 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@ .


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2011/01/15 17:44:35

Modified files:
	devel/libusb   : Makefile 
	devel/libusb/patches: patch-bsd_c 

Log message:
usb_os_find_busses() does not need write access to /dev/usb*, read-
only is enough.

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:45:56

Modified files:
	x11/e17/e_dbus : Makefile distinfo 
	x11/e17/e_dbus/patches: patch-src_lib_dbus_e_dbus_c 
	x11/e17/e_dbus/pkg: PFRAG.shared PLIST 
Added files:
	x11/e17/e_dbus/patches: patch-edbus_pc_in 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@ .


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:48:45

Modified files:
	x11/e17/edje   : Makefile distinfo 
	x11/e17/edje/patches: patch-src_bin_edje_cc_parse_c 
	x11/e17/edje/pkg: PFRAG.shared PLIST 
Added files:
	x11/e17/edje/patches: patch-src_lib_edje_edit_c 
	                      patch-src_lib_edje_main_c 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@ .


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:55:43

ports/x11/e17/efreet/patches

Update of /cvs/ports/x11/e17/efreet/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5860/patches

Log Message:
Directory /cvs/ports/x11/e17/efreet/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 17:56:28

Modified files:
	x11/e17/efreet : Makefile distinfo 
	x11/e17/efreet/pkg: PFRAG.shared PLIST 
Added files:
	x11/e17/efreet/patches: patch-src_bin_Makefile_in 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@ .


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 18:00:11

Modified files:
	x11/e17/e      : Makefile distinfo 
	x11/e17/e/patches: patch-configure patch-src_bin_Makefile_in 
	                   patch-src_modules_conf_intl_e_int_config_intl_c 
	                   patch-src_modules_cpufreq_Makefile_in 
	                   patch-src_modules_temperature_e_mod_main_c 
	                   patch-src_modules_temperature_e_mod_main_h 
	                   patch-src_modules_temperature_tempget_c 
	                   patch-src_modules_wizard_page_010_c 
	                   patch-src_modules_wizard_page_200_c 
	x11/e17/e/pkg  : PFRAG.shared PLIST 
Added files:
	x11/e17/e/patches: 
	                   patch-src_modules_temperature_e_mod_main_private_h 

Log message:
Update. Fixes by fabien@, armani@, Azwaw OUSADOU and jasper@, cleaning up to come.


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2011/01/15 18:05:50

Modified files:
	x11/e17        : Makefile Makefile.inc 

Log message:
Tidying up


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/15 18:11:50

Modified files:
	usr.bin/mandoc : main.c mandoc.h out.c tbl_data.c tbl_html.c 
	                 tbl_layout.c tbl_term.c tree.c 

Log message:
Various tbl improvements from kristaps@:
* horizontal lines do not consume layout lines
* skip excessive data cells
* prepare rendering of spanned cells
* support vertical spans


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/15 19:56:47

Modified files:
	share/man/man7 : mdoc.7 man.7 
	usr.bin/mandoc : libman.h man.c man.h man_html.c man_term.c 
	                 mdoc_html.c mdoc_term.c 
	regress/usr.bin/mandoc/char/space: Makefile 
Added files:
	regress/usr.bin/mandoc/char/space: leading-man.in 
	                                   leading-man.out_ascii 
	                                   leading-mdoc.in 
	                                   leading-mdoc.out_ascii 

Log message:
If the first character of a free-form text input line is whitespace,
then it will start a new output line;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/15 20:46:21

Modified files:
	usr.bin/mandoc : man_html.c man_term.c 
	regress/usr.bin/mandoc/man/BI: literal.in 

Log message:
In literal context, do not generate output line breaks between macro
arguments.  This fixes a long-standing bug reported repeatedly,
in particular by naddy@ and brad@.
Fix by kristaps@, minus one regression caught by my test suite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 00:58:09

Modified files:
	www/xcache     : Makefile distinfo 

Log message:
Update to xcache-1.3.1.

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/01/16 01:49:42

Modified files:
	.              : support.html 
	build          : support.dat 

Log message:
Updated support, from www@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2011/01/16 01:50:41

Modified files:
	app/xkbcomp    : xkbscan.c 

Log message:
Fix compiling layout fr.
ok matthieu@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/01/16 02:06:00

Modified files:
	.              : support.html groups.html 
	build          : support.dat groups.dat 

Log message:
Updated support and groups, from www@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2011/01/16 02:17:17

Modified files:
	x11/py-qt4     : Makefile 
	x11/py-qt4/pkg : PLIST-main 

Log message:
Enable the QtWebKit module

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2011/01/16 02:27:28

Modified files:
	textproc/py-lxml: Makefile distinfo 
	textproc/py-lxml/pkg: PLIST 

Log message:
Update py-lxml to 2.2.8

Quite a few new features and bugfixes from our previous version, more
details are available at http://codespeak.net/lxml/changes-2.2.8.html

remove MAINTAINER (requested by MAINTAINER)

OK sthen@, previous MAINTAINER Benoit Chesneau
Committing on behalf of sthen@ who did the actual work


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 03:31:24

Modified files:
	audio/fluidsynth: Makefile 

Log message:
- add missing build dependency, autogen needs libtoolize.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 03:39:25

Modified files:
	x11/e17/e_dbus : Makefile 
	x11/e17/ecore  : Makefile 
	x11/e17/edje   : Makefile 
	x11/e17/eet    : Makefile 
	x11/e17/efreet : Makefile 
	x11/e17/eina   : Makefile 
	x11/e17/embryo : Makefile 
	x11/e17/evas   : Makefile 

Log message:
- fix PKGNAME and bump EPOCH

prompted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 03:40:51

Modified files:
	x11/e17        : Makefile.inc 

Log message:
- add disable-silent-rules


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:00:58

Modified files:
	.              : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 27.html 28.html 29.html 30.html 31.html 32.html 
	                 33.html 34.html 35.html 36.html 37.html 38.html 
	                 39.html 40.html 41.html 42.html 43.html 44.html 
	                 45.html 46.html announce28.html plus29.html 
	                 plus30.html plus31.html plus32.html plus33.html 
	                 plus34.html plus35.html plus36.html plus37.html 
	                 plus38.html 
Removed files:
	.              : ports.html 

Log message:
- remove ports.html, the information here is either duplicated in faq15.html,
or already in one of the dozen other pages that deal with ports.
- adjust pointers to ports.html to faq/faq15.html

"pfffwah" from landry@ taken as ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:09:37

Modified files:
	x11/e17/eina   : Makefile 

Log message:
- sync WANTLIB


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 04:10:26

Modified files:
	nl             : anoncvs.html cvsync.html donations.html 
	                 ftp.html ports.html porttest.html 
	openssh/nl     : ftp.html portable.html 
	pt             : donations.html smp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2011/01/16 04:16:12

Modified files:
	devel/libconfig: Makefile 
	devel/libconfig/pkg: PLIST 

Log message:
Add example.cfg to have all examples (needed by other examples).
Delete "c" in WANTLIB because indicated in Extra.
Bump revision.
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:18:00

Modified files:
	x11/e17/eet    : Makefile 
	x11/e17/eet/patches: patch-configure 

Log message:
- use libiconv module
- remove hacks for openssl, now that it has a pkg-config file


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:28:32

Modified files:
	x11/e17/evas   : Makefile 

Log message:
- use gettext and regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:34:43

Modified files:
	x11/e17/ecore  : Makefile 
	x11/e17/ecore/patches: patch-configure 

Log message:
- regen WANTLIB
- remove hacks for openssl, now that it has a pkg-config file


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:38:38

Modified files:
	x11/e17/e_dbus : Makefile 

Log message:
- use gettext module
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:41:16

Modified files:
	x11/e17/efreet : Makefile 

Log message:
- use gettext module
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:42:46

Modified files:
	x11/e17        : Makefile.inc 

Log message:
- slightly re-order MASTER_SITES so the first one doesn't 404.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:44:52

Modified files:
	x11/e17        : Makefile.inc 
	x11/e17/e      : Makefile 

Log message:
- fix RCS ids


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 04:49:39

Modified files:
	x11/e17/edje   : Makefile 
	x11/e17/edje/pkg: PLIST 

Log message:
- add missing module
- regen WANTLIB
- add missing dependency
- fix PLIST (regen + add goo)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/16 04:50:05

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
Use atomicio when flushing protocol 1 std{out,err} buffers at
session close. This was a latent bug exposed by setting a SIGCHLD
handler and spotted by kevin.brott AT gmail.com; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/16 04:50:36

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
reset the SIGPIPE handler when forking to execute child processes;
ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/16 05:05:59

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
a couple more tweaks to the post-close protocol 1 stderr/stdout flush:
now that we use atomicio(), convert them from while loops to if statements
add test and cast to compile cleanly with -Wsigned


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 05:34:42

Modified files:
	x11/e17/e      : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2011/01/16 06:05:17

Added files:
	share/man/man8 : rc.subr.8 

Log message:
Start documenting rc.subr(8).
There is still space for fixes so we are not linking it to the build yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/16 06:08:50

Modified files:
	share/man/man8 : rc.subr.8 

Log message:
- missing .Pa


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/16 06:19:47

Modified files:
	share/man/man8 : rc.subr.8 

Log message:
- new sentence, new line
- remove double word
- slight rewording tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2011/01/16 07:20:54

Modified files:
	share/man/man8 : Makefile rc.8 rc.shutdown.8 

Log message:
hook rc.subr.8 to the build and create a link to rc.d.8 and
document the missing pieces in rc(8) and rc.shutdown(8)


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/16 07:27:21

Modified files:
	share/man/man8 : rc.8 

Log message:
- remove double word


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/16 07:59:19

Modified files:
	share/man/man8 : rc.8 rc.subr.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 08:26:28

Modified files:
	x11/py-qt4     : Makefile 
	x11/py-qt4/pkg : PLIST-main 

Log message:
- build and install QtHelp


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 08:39:04

Modified files:
	net/avahi      : Makefile 

Log message:
Fix dll mappings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 09:44:28

Modified files:
	net/avahi      : Makefile 

Log message:
Better regex, with robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 09:45:10

Modified files:
	lang/mono      : mono.port.mk 

Log message:
Better regex, with robert@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2011/01/16 09:55:23

Modified files:
	doc/gl-docs/GL/gl: getstring.3gl 

Log message:
fix index of glgetstring, okay matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 09:56:02

Modified files:
	www/seamonkey  : Makefile 
	mail/mozilla-thunderbird: Makefile 

Log message:
Forgot to bump REVISION-lightning. All mozilla and no play makes jack a
dull boy.
Spotted by naddy@, thanks...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 10:07:05

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 

Log message:
- revert previous update, it breaks qgis badly, as making major changes
in a minor release is just soo cool.
- keep recently added QtWebkit and QtHelp modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 10:10:00

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
Add missing WANTLIB from gnome-keyring, spotted by Jona Joachim.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/01/16 11:07:39

Modified files:
	devel/py-pyro  : Makefile distinfo 
	devel/py-pyro/pkg: PLIST 

Log message:
Update to pyro 3.11.
martynas@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/16 12:13:40

Modified files:
	net/csup       : Makefile 
	net/csup/pkg   : PLIST 
Added files:
	net/csup/patches: patch-cpasswd_1 patch-csup_1 

Log message:
* rename cpasswd to csuppasswd to avoid a collision with security/cfs
* install unformatted mandoc pages


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/16 12:24:26

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 12:27:25

Modified files:
	usr.bin/mandoc : main.c man_macro.c man_validate.c mandoc.h 
	                 mdoc_macro.c 

Log message:
Some improvements to error handling from kristaps@:
* Make out-of-context .fi invocations not cause an error, but just a warning.
* Downgrade -man message about ignored empty paragraph to MANDOC_IGNPAR.
* Avoid syntax tree corruption when removing empty block macros.
Triggered by some reports from brad@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 12:41:16

Modified files:
	usr.bin/mandoc : html.c html.h man_html.c mdoc_html.c tbl_html.c 

Log message:
Merge from bsd.lv, original commit message by kristaps@:
Change how -Thtml behaves with tables: use multiple rows, with widths
set by COL, until an external macro is encountered.  At this point in
time, close out the table and process the macro.  When the first table
row is again re-encountered, re-start the table.  This requires a bit of
tracking added to "struct html", but the change is very small and
follows the logic of meta-fonts.  This all follows a bug-report by
joerg@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 12:52:11

Modified files:
	x11/pinot      : Makefile 

Log message:
- add missing build dependency

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/16 12:53:17

Modified files:
	audio/vorbisgain: Makefile 
	multimedia/ffmpeg2theora: Makefile 
	net/icecast    : Makefile 
	net/ices       : Makefile 
	net/ices2      : Makefile 
	net/libshout   : Makefile 
	net/oggfwd     : Makefile 

Log message:
drop maintainership; on behalf of mgrimm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/16 12:58:18

Modified files:
	editors/fte    : Makefile distinfo 
	editors/fte/patches: patch-Makefile patch-install 
	                     patch-src_clip_x11_cpp 
	                     patch-src_con_x11_cpp 
	                     patch-src_e_loadsave_cpp 
	                     patch-src_fte-unix_mak 
	                     patch-src_h_simple_cpp 
	                     patch-src_i_complete_cpp 
	                     patch-src_o_cvsbase_cpp 
	                     patch-src_o_svnbase_cpp 
	editors/fte/pkg: PLIST 
Added files:
	editors/fte/patches: patch-config_main_fte 
	                     patch-config_uicstyle_fte 

Log message:
- Update to new distfile, which incorporates most OpenBSD patches.
- Tweak configuration (e.g. add KNF indent mode).
- Fix WANTLIB.
- Drop official maintainership. However, this is still my most important
application on OpenBSD. I'll definitely keep an eye on this port.

on behalf of mgrimm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/16 13:01:22

Modified files:
	net/ezstream   : Makefile distinfo 
	net/ezstream/patches: patch-src_xalloc_c 
	net/ezstream/pkg: DESCR PLIST 

Log message:
- Update to latest release w/ many bugfixes and a few more features.
- Remove USE_GROFF, ezstream has mandoc manuals written on OpenBSD.
- Drop official port maintainership. Upstream, this is still maintained
by me. Btw, being both upstream and port maintainer is bad ...

on behalf of mgrimm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 13:32:33

Modified files:
	devel/py-cheetah: Makefile distinfo 
	devel/py-cheetah/pkg: PLIST 

Log message:
Update to py-cheetah-2.4.4.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 13:34:40

Modified files:
	productivity/workrave: Makefile distinfo 
	productivity/workrave/patches: patch-configure 
	                               patch-frontend_common_share_sounds_Makefile_in 
	                               patch-frontend_gtkmm_src_Makefile_in 
	                               patch-frontend_gtkmm_src_gnome_applet_Makefile_in 
	productivity/workrave/pkg: PLIST 
Added files:
	productivity/workrave/patches: 
	                               patch-frontend_common_src_SoundPlayer_cc 
Removed files:
	productivity/workrave/patches: 
	                               patch-frontend_plugin_exercises_gtkmm_src_ExercisesPanel_cc 
	                               patch-frontend_plugin_exercises_gtkmm_src_ExercisesPanel_hh 

Log message:
Update to workrave-1.9.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 13:36:49

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Make clean=plist consistent with the other clean targets, do not error
out if the plistdb directory does not exist.

ok jasper@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:23

ports/x11/xfce4/xfce4-genmon/patches

Update of /cvs/ports/x11/xfce4/xfce4-genmon/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9388/xfce4-genmon/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-genmon/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:25

ports/x11/xfce4/xfce4-mailwatch/patches

Update of /cvs/ports/x11/xfce4/xfce4-mailwatch/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17407/xfce4-mailwatch/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-mailwatch/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:27

ports/x11/xfce4/xfce4-notes/patches

Update of /cvs/ports/x11/xfce4/xfce4-notes/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32744/xfce4-notes/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-notes/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:30

ports/x11/xfce4/xfce4-places/patches

Update of /cvs/ports/x11/xfce4/xfce4-places/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10925/xfce4-places/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-places/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:32

ports/x11/xfce4/xfce4-smartbookmark/patches

Update of /cvs/ports/x11/xfce4/xfce4-smartbookmark/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26860/xfce4-smartbookmark/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-smartbookmark/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:10:34

ports/x11/xfce4/xfce4-wmdock/patches

Update of /cvs/ports/x11/xfce4/xfce4-wmdock/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19849/xfce4-wmdock/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-wmdock/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:14:51

ports/x11/xfce4/thunar-archive/patches

Update of /cvs/ports/x11/xfce4/thunar-archive/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29504/patches

Log Message:
Directory /cvs/ports/x11/xfce4/thunar-archive/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 14:15:00

ports/x11/xfce4/thunar-media-tags/patches

Update of /cvs/ports/x11/xfce4/thunar-media-tags/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5180/patches

Log Message:
Directory /cvs/ports/x11/xfce4/thunar-media-tags/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/01/16 15:35:29

Modified files:
	sys/dev/usb    : if_cdce.c if_urndis.c uaudio.c ugen.c umodem.c 
	                 usb_subr.c usbdi.c usbdi.h usbdivar.h uvideo.c 

Log message:
* instead of NULLing pointers to interface descriptors in the uaa, mark
interfaces as being claimed in the usbd_device's copy of the interface
descriptors
* allow ugen(4) to be attached if there are unused interfaces in a
configuration that has had drivers attached
* make ugen(4) aware that it may be sharing a device with (an)other
driver(s), and if so:
* do not let ugen(4) change the configuration
* do not let ugen(4) access the already claimed interfaces

discussed with deraadt and miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 16:02:53

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: MESSAGE-main 

Log message:
Fix README after recent ugen(4) changes from jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 16:03:10

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : README 

Log message:
Fix README after recent ugen(4) changes from jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 16:31:12

Modified files:
	share/man/man8 : rc.subr.8 

Log message:
explain various points in more detail, and some in easier or
more standard ways; ok jmc@ ajacoutot@ robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 16:53:46

src/regress/usr.bin/mandoc/man/TH

Update of /cvs/src/regress/usr.bin/mandoc/man/TH
In directory cvs.openbsd.org:/tmp/cvs-serv6396/man/TH

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/TH added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 16:53:47

src/regress/usr.bin/mandoc/roff/br

Update of /cvs/src/regress/usr.bin/mandoc/roff/br
In directory cvs.openbsd.org:/tmp/cvs-serv6396/roff/br

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/br added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 16:53:48

src/regress/usr.bin/mandoc/roff/na

Update of /cvs/src/regress/usr.bin/mandoc/roff/na
In directory cvs.openbsd.org:/tmp/cvs-serv6396/roff/na

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/na added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 16:53:49

src/regress/usr.bin/mandoc/roff/sp

Update of /cvs/src/regress/usr.bin/mandoc/roff/sp
In directory cvs.openbsd.org:/tmp/cvs-serv6396/roff/sp

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/sp added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/16 16:59:18

Modified files:
	geo/viking     : Makefile distinfo 

Log message:
teeny weeny str^Wupdate to stable viking-1.0, the GPS track manager.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/16 17:15:19

Modified files:
	usr.bin/mandoc : man_html.c man_term.c man_validate.c 
	regress/usr.bin/mandoc/man: Makefile 
	regress/usr.bin/mandoc/man/nf: Makefile 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/man/TH: Makefile noarg.in noarg.out_ascii 
	                               onearg.in onearg.out_ascii 
	                               sixargs.in sixargs.out_ascii 
	regress/usr.bin/mandoc/man/nf: args.in args.out_ascii 
	regress/usr.bin/mandoc/roff/br: Makefile args.in args.out_ascii 
	regress/usr.bin/mandoc/roff/na: Makefile args.in args.out_ascii 
	regress/usr.bin/mandoc/roff/sp: Makefile badargs-man.in 
	                                badargs-man.out_ascii 
	                                badargs-mdoc.in 
	                                badargs-mdoc.out_ascii 

Log message:
Refrain from throwing fatal errors for
* .br .sp .nf .fi .na with arguments - just skip the arguments
* .TH lacking arguments - use empty strings instead like groff
* .TH with excessive arguments - skip those
Reminded by Joerg Sonnenberger, ok kristaps@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:15:35

Modified files:
	net/telepathy/telepathy-butterfly: Makefile distinfo 
	net/telepathy/telepathy-butterfly/patches: patch-configure 
	net/telepathy/telepathy-butterfly/pkg: PLIST 

Log message:
- update telepathy-butterfly to 0.5.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:15:56

Modified files:
	net/telepathy/telepathy-gabble: Makefile distinfo 
	net/telepathy/telepathy-gabble/patches: patch-configure 
	                                        patch-lib_ext_wocky_tests_Makefile_in 
	                                        patch-lib_ext_wocky_wocky_Makefile_in 
Removed files:
	net/telepathy/telepathy-gabble/patches: patch-src_util_c 

Log message:
- update telepathy-gabble to 0.10.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:16:14

Modified files:
	net/telepathy/telepathy-logger: Makefile distinfo 
	net/telepathy/telepathy-logger/patches: patch-configure 

Log message:
- update telepathy-logger to 0.1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:16:31

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 

Log message:
- update telepathy-mission-control to 5.6.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:16:52

Modified files:
	net/telepathy/telepathy-python: Makefile distinfo 
	net/telepathy/telepathy-python/patches: patch-configure 
	net/telepathy/telepathy-python/pkg: PLIST 

Log message:
- update telepathy-python to 0.15.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:17:39

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 
	net/telepathy/telepathy-spec/patches: patch-Makefile 
	net/telepathy/telepathy-spec/pkg: PLIST 
Removed files:
	net/telepathy/telepathy-spec/patches: 
	                                      patch-tools_extract-nodename_py 

Log message:
- update telepathy-spec to 0.21.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/16 17:18:09

Modified files:
	net/papyon     : Makefile distinfo 
	net/papyon/pkg : PLIST 

Log message:
- update papyon to 0.5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/16 17:36:28

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Init_Services_pm 
Added files:
	sysutils/system-tools-backends/patches: 
	                                        patch-Init_ServicesList_pm 

Log message:
Add initial support for rc.d services.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/16 20:12:06

Modified files:
	usr.bin/mg     : def.h funmap.c keymap.c mg.1 random.c 

Log message:
Add back-to-indentation. (M-m)
Move the dot to the first non-whitespace character on the current line.
from Henri Kemppainen . ok theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2011/01/16 20:55:47

Modified files:
	devel/libusb   : Makefile 
	devel/libusb/patches: patch-bsd_c 

Log message:
recognize ugen(4)s that aren't the first driver attached to a device.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/16 23:51:50

Log message:
    Import wcb-3.3:
    Tcl/Tk script library providing enhanced functionality for Tk or Ttk
    entries, BWidget Entries, Mentry widgets, Tk or Ttk spinboxes,
    Ttk comboboxes, text or ctext widgets, listboxes and tablelist widgets.
    
    * Restrict the set or number of characters that can be entered
    into a widget.
    * Manipulate the input characters before inserting into a widget:
    change the color, font, etc.
    * Protect parts of a widgets data from being modified or selected.
    * Setup callbacks for data modification, insertion cursor movement
    and selection change.
    Ok landry@.
    
    Status:
    
    Vendor Tag:	stu
    Release Tags:	stu_20110117
    
    N ports/devel/wcb/Makefile
    N ports/devel/wcb/distinfo
    N ports/devel/wcb/patches/patch-demos_listboxtest1_tcl
    N ports/devel/wcb/patches/patch-demos_listboxtest2_tcl
    N ports/devel/wcb/pkg/PLIST
    N ports/devel/wcb/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/16 23:53:35

Log message:
    Import mentry-3.4:
    Tcl/Tk script library providing multi-entry/label widgets for
    display and editing of real numbers in fixed point format,
    IPv4 and IPv6 addresses, dates, times, etc.
    Ok landry@.
    
    Status:
    
    Vendor Tag:	stu
    Release Tags:	stu_20110117
    
    N ports/devel/mentry/Makefile
    N ports/devel/mentry/distinfo
    N ports/devel/mentry/pkg/PLIST
    N ports/devel/mentry/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/16 23:54:29

Modified files:
	devel          : Makefile 

Log message:
+wcb/mentry


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 02:25:23

Modified files:
	lang/oo2c      : Makefile 

Log message:
only for i386 now


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 02:42:44

Modified files:
	faq/fr         : current.html 
	fr             : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 27.html 28.html 29.html 30.html 31.html 32.html 
	                 33.html 34.html 35.html 36.html 37.html 38.html 
	                 39.html 40.html 41.html 42.html 43.html 44.html 
	                 45.html 46.html anoncvs.html cvsync.html 
	                 donations.html ftp.html porttest.html 
	nl             : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 27.html 28.html 29.html 30.html 31.html 32.html 
	                 33.html 34.html 35.html 36.html 37.html 38.html 
	                 39.html 40.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
Removed files:
	fr             : ports.html 
	nl             : ports.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/17 02:59:02

Modified files:
	graphics/libgexiv2: Makefile distinfo 
	graphics/libgexiv2/patches: patch-Makefile 

Log message:
Bugfix update to libgexiv2 0.2.2.
"This update fixes a bug where a photo file with malformed EXIF could
cause a crash."


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/17 02:59:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add id for Broadcom BCM57712; from Brad
Add the RDC R1011 IDE controller


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/17 03:01:25

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/17 03:10:29

Modified files:
	x11/x11vnc     : Makefile 
Added files:
	x11/x11vnc/patches: patch-x11vnc_ssltools_h 

Log message:
two x11vnc portability fixes from Mikolaj Kucharski (thanks for
your patience and gentle reminders :)

- replace GNU grep syntax for end-of-word with something that works
with /usr/bin/grep

- fix path to su(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/17 03:26:44

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add the Moschip mcs7832; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/17 03:29:05

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/17 04:39:20

Modified files:
	games/numptyphysics: Makefile 
	games/numptyphysics/patches: patch-Config_h patch-Makefile_am 

Log message:
Two small things forgotten from previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/17 04:47:19

Modified files:
	www/php5       : Makefile.inc distinfo 
	www/php5/extensions: Makefile 

Log message:
SECURITY update to 5.2.17, and sync WANTLIB-imap while there.
lang/php will follow later.  ok robert@ (maintainer) aja@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/17 04:52:37

Removed files:
	editors/fte/patches: patch-src_clip_x11_cpp 
	                     patch-src_con_x11_cpp 
	                     patch-src_e_loadsave_cpp 
	                     patch-src_h_simple_cpp 
	                     patch-src_i_complete_cpp 
	                     patch-src_o_cvsbase_cpp 
	                     patch-src_o_svnbase_cpp 
	net/ezstream/patches: patch-src_xalloc_c 

Log message:
oops, remove empty patch files; from mgrimm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2011/01/17 04:57:10

Modified files:
	www/p5-XML-Atom-SimpleFeed: Makefile distinfo 

Log message:
- update p5-XML-Atom-SimpleFeed to 0.86
- maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 05:35:22

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_Makefile_in 

Log message:
- update telepathy-glib to 0.12.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 05:49:35

Modified files:
	geo/gpx-viewer : Makefile 
Removed files:
	geo/gpx-viewer/patches: patch-src_gpx-parser_c 

Log message:
- remove strptime() hack, since our strptime() handles the modifiers now.

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/17 06:05:21

Modified files:
	graphics/shotwell: Makefile distinfo 
	graphics/shotwell/patches: patch-Makefile 
	                           patch-src_CameraTable_vala 
	graphics/shotwell/pkg: PLIST 
Removed files:
	graphics/shotwell/patches: patch-src_Dialogs_vala 

Log message:
Update to shotwell 0.8.1:
* Video support for most major video formats
* Publish videos to major Web services, including YouTube, Flickr,
Facebook, and PicasaWeb.
* Runtime monitoring of library directory and auto-import of newly
created files.
* Background writing of metadata (tags, titles, ratings, orientation,
and exposure date) to master files (user-configurable).
* Flagging photos for batch operations.
* Set multiple photos to desktop background slideshow.
* Numerous translation updates.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/17 06:18:14

Modified files:
	net/avahi      : Makefile 

Log message:
Switch back to autoconf 2.63, 2.65 is known for generating junk in
config.h like #define HAVE_ZOMG_ 1. Fixes build/packaging on hppa.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/17 06:23:06

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-awesomeConfig_cmake 
Removed files:
	x11/awesome/patches: patch-dbus_c patch-globalconf_h patch-key_c 

Log message:
Update to awesome v3.4.9 (Smack)
Fix WANTLIB while here...


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/17 06:50:07

Modified files:
	usr.bin/systat : systat.1 

Log message:
Adjust IPKTS and OPKTS description to fit actual behaviour.
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/17 07:24:01

Modified files:
	usr.sbin/ypldap: ldapclient.c 

Log message:
extract common code for building the idm_req struct for passwords
and groups in a new function client_build_req

ok pyr@

CV: ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/17 07:34:15

Modified files:
	usr.sbin/ypldap: ldapclient.c 

Log message:
Refactor ldap searches for passwd and group queries into a common
client_search_idm function.

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/17 07:57:38

Modified files:
	x11/slim       : Makefile 
	x11/slim/pkg   : PLIST README 
Added files:
	x11/slim/pkg   : slim.rc 

Log message:
Add an rc script for slim.
ok ajacoutot@ robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 08:00:23

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Init_Services_pm 

Log message:
Finish services handling. Still a bit rought but works fine.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/17 08:39:57

Modified files:
	security/pinentry: Makefile distinfo 

Log message:
Update to 0.8.1
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/17 08:40:53

Modified files:
	security/libksba: Makefile distinfo 

Log message:
Update to 1.1.0

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/17 08:42:08

Modified files:
	security/gnupg2: Makefile distinfo 
	security/gnupg2/pkg: PLIST 
Removed files:
	security/gnupg2/patches: patch-g10_call-agent_c 
	                         patch-kbx_keybox-blob_c 

Log message:
Update to 2.0.17

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 09:13:02

Modified files:
	net/telepathy/folks: Makefile 

Log message:
- fix LIB_DEPENDS to allow for the updated telepathy-glib.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/17 09:19:43

Modified files:
	shells/zsh     : Makefile 
Added files:
	shells/zsh/patches: patch-Src_text_c patch-Test_C02cond_ztst 

Log message:
Fix patterns crashes.

ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/17 09:28:24

Modified files:
	.              : porting.html 
Added files:
	porting        : audio-port.html checklist.html porttest.html 
Removed files:
	.              : audio-port.html checklist.html porttest.html 

Log message:
move porting related pages to a common directory, instead of having it everywhere
and nowhere.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2011/01/17 09:43:46

Modified files:
	porting        : audio-port.html autoconf.html checklist.html 
	                 porttest.html 

Log message:
- adjust titles


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2011/01/17 10:01:48

Modified files:
	.              : 48.html 47.html 46.html 

Log message:
Change FAQ number for sparc floppy boot 4.3.1 -> 4.3.2
Missed last time when i did the i386 section.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/17 10:16:43

Modified files:
	sbin/iked      : iked.h parse.y util.c 

Log message:
move mask2prefixlen functions to the util module;  ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 10:20:21

Modified files:
	net/telepathy/telepathy-salut: Makefile distinfo 
Removed files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_examples_test-resolv_c 
	                                       patch-lib_gibber_gibber-resolver_c 

Log message:
- update telepathy-salut to 0.4.0

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/17 10:20:26

Modified files:
	usr.sbin/ospfd : rde.c 

Log message:
Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16).
Select a different LS ID in case of a conflict. The most specific
route keeps the LS ID the others will try their broadcast addr
first and then count down. The redistributed asext LSA are now
stored in a RB tree to make this all work.
Tested by a few people no problems seen so far.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 10:49:19

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: 
	                                        patch-Init_ServicesList_pm 

Log message:
Populate get_role() with more services.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 10:51:25

Modified files:
	x11/gnome/system-tools: Makefile 
	x11/gnome/system-tools/patches: patch-src_shares_shares-tool_c 
	x11/gnome/system-tools/pkg: PLIST 
Removed files:
	x11/gnome/system-tools/patches: 
	                                patch-src_shares_share-settings_c 

Log message:
Enable support for services. Enable samba rc handling in the shares-admin
utility.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 10:57:42

Modified files:
	net/telepathy/telepathy-idle: Makefile 
Removed files:
	net/telepathy/telepathy-idle/patches: patch-configure 

Log message:
- use ac_cv_prog_PYTHON and remove patch
- pkg-config handles openssl libs/cflags now

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 10:58:04

Modified files:
	net/samba      : Makefile 
	net/samba/pkg  : MESSAGE-main PLIST-main README-main 
Added files:
	net/samba/pkg  : nmbd.rc samba.rc smbd.rc winbindd.rc 

Log message:
Add rc scripts.
While here, fix the LOCALBASE vs PREFIX and SYSCONFDIR vs /etc mess.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 10:58:30

Modified files:
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-farsight: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-python: Makefile 
Removed files:
	net/telepathy/telepathy-butterfly/patches: patch-configure 
	net/telepathy/telepathy-farsight/patches: patch-configure 
	net/telepathy/telepathy-gabble/patches: patch-configure 
	net/telepathy/telepathy-glib/patches: patch-configure 
	net/telepathy/telepathy-inspector/patches: patch-configure 
	net/telepathy/telepathy-mission-control/patches: patch-configure 
	net/telepathy/telepathy-python/patches: patch-configure 

Log message:
- use ac_cv_prog_PYTHON and remove patch

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/17 11:03:49

Modified files:
	devel/libusb   : Makefile 
	devel/libusb/patches: patch-bsd_c 

Log message:
make usb_interrupt_read blocking again. O_NOBLOCK broke communication with my Garmin device, used via qlandkarte(gt).

"please just commit it" ajacoutot@, "I say make it blocking" jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2011/01/17 11:20:10

Modified files:
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-full 

Log message:
comment files that conflict with asymptote port. we don't build asymptote as a
part of texlive anyway, so these files are not needed.

Reported by and OK from naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/17 11:34:02

Modified files:
	graphics/imlib : Makefile 

Log message:
- using =< 60Mb of memory hardly warrants a VMEM_WARNING anymore

aja@ agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/17 11:49:35

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2_pld.c pfkey.c policy.c 
	                 types.h 

Log message:
Add initial acquire mode support and use it whenever Windows peers decide
to drop Child SA based on the inactivity timer.  In this case we instruct
the kernel to send us an acquire message upon receiving a packet for those
hosts and initiate a Child SA creation exchange ourselves.

ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 11:54:42

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Users_Users_pm 

Log message:
Fix samba users handling.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/17 11:57:42

Modified files:
	sbin/iked      : ikev2.c 

Log message:
silence stupid gcc warning by initializing a variable with NULL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/17 12:30:26

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.2   : Makefile distinfo 
	lang/php/5.3   : Makefile distinfo 

Log message:
security update to 5.2.17/5.3.5; note that this port is still unlinked and WIP
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/17 13:08:08

Modified files:
	infrastructure/bin: check-common-dirs 

Log message:
have check-common-dirs find dependencies not specified on the command line
if it can.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 13:49:21

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Users_Users_pm 

Log message:
Tweaks.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/17 15:02:02

Log message:
    import libdpam-20110117:
    
    libdpam is a stipped down version of OpenPAM and serves as a
    "wrapper" for bsd_auth(3), therefore using external modules
    are not supported.
    
    This port is not hooked up to the build yet.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20110117
    
    N ports/security/libdpam/distinfo
    N ports/security/libdpam/Makefile
    N ports/security/libdpam/pkg/PLIST
    N ports/security/libdpam/pkg/PFRAG.shared
    N ports/security/libdpam/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 15:03:48

Modified files:
	security/libdpam: Makefile 

Log message:
lowercase.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/17 15:09:35

Modified files:
	lang/eagle     : Makefile distinfo 

Log message:
Update to beta-13.\nOk jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 15:55:26

Modified files:
	x11/gnome/system-tools: Makefile 
Added files:
	x11/gnome/system-tools/patches: 
	                                patch-src_common_gst-service-role_c 

Log message:
Register rc.d scripts which names are different than the ones provided
here so that we can have their description.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 16:06:21

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Init_Services_pm 

Log message:
Disable services with dash, not underscore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 16:24:40

Modified files:
	graphics/sane-backends/pkg: README 
	print/cups     : Makefile 
	print/cups/pkg : README 

Log message:
Tweaks, from discussion with jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/17 16:26:50

Modified files:
	graphics/sane-backends: Makefile 

Log message:
Missed bump, spotted by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/17 20:38:05

Modified files:
	usr.bin/systat : systat.1 

Log message:
Remove one of the three occurances of "delay is 5 seconds"
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2011/01/17 21:55:37

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Another ati and nvidia video from yason@linklevel.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2011/01/18 02:54:15

Added files:
	textproc/p5-Text-MultiMarkdown: Makefile distinfo 
	textproc/p5-Text-MultiMarkdown/patches: patch-t_03podspelling_t 
	textproc/p5-Text-MultiMarkdown/pkg: DESCR PLIST 

Log message:
bring back Text::MultiMarkdown (1.000033) now that it has been split again
from Text::Markdown.

from Mikolaj Kucharski

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2011/01/18 02:58:08

Modified files:
	textproc       : Makefile 

Log message:
+p5-Text-MultiMarkdown


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2011/01/18 02:59:02

Modified files:
	textproc/p5-Text-Markdown: Makefile distinfo 
	textproc/p5-Text-Markdown/pkg: DESCR PLIST 

Log message:
- update to 1.000031 (MultiMarkdown has again moved to its own module)
- zap USE_GROFF
- clean up *_DEPENDS

initial diff from Mikolaj Kucharski

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/18 03:43:23

ports/lang/oo2c/patches

Update of /cvs/ports/lang/oo2c/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22981/patches

Log Message:
Directory /cvs/ports/lang/oo2c/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/18 04:03:20

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_gui_c patch-src_thread_c 

Log message:
From upstream svn:

adjust audio and video cache size minimum and incremental values
plug a memory leak
bump QuickTime emulation to 7.6.9 (fix apple.com movie trailers)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/18 04:04:23

Modified files:
	www/gecko-mediaplayer: Makefile 
Added files:
	www/gecko-mediaplayer/patches: patch-src_plugin_cpp 
	                               patch-src_plugin_setup_cpp 
	                               patch-src_plugin_types_qt_cpp 

Log message:
From upstream svn:

bump QuickTime emulation to 7.6.9 (fix apple.com movie trailers)
set width and height from the style attribute if present


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/18 04:34:44

Modified files:
	sbin/iked      : policy.c 

Log message:
reyk noticed that my rb-tree-fu is not that great.  fixup compare function
to do exact matches;  ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 04:37:40

Modified files:
	devel/orc      : Makefile 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/schroedinger: Makefile 

Log message:
Switch those back to use an autoconf version that's actually known to
produce working results (ie not 2.65). Use 2.64 at brad's request.
ok ajacoutot@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/18 05:03:19

Modified files:
	lang/oo2c      : Makefile 
Added files:
	lang/oo2c/patches: patch-lib_src___oo2c_h 
	                   patch-tests_lib_LibWeakRef1_Mod 
	                   patch-tests_ssa_VTable3_cpp 

Log message:
- various fixes, as GCC would generate incorrect code (what's new..)

from Alexander Shiryaev (MAINTAINER)
ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/18 05:08:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
- regen after grange's last commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 05:31:24

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Tighten LIB_DEPENDS on very latest nss 3.12.9/nspr 4.8.7.
Remove @ silencing files/ copies.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 05:33:39

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: sydney_audio_sndio.c 

Log message:
Bump after LIB_DEPENDS changed, and add an empty
sa_stream_get_min_write() func to sydney_audio_sndio.c, required by
ffx4.0b9. (ofc it doesn't confuse other mozilla ports)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 05:37:44

Modified files:
	www/firefox35  : Makefile 
	www/seamonkey  : Makefile 
	productivity/sunbird: Makefile 
	mail/mozilla-thunderbird: Makefile 
	devel/xulrunner/1.9: Makefile 
Removed files:
	www/firefox35/files: sydney_audio_sndio.c 
	www/seamonkey/files: sydney_audio_sndio.c 
	productivity/sunbird/files: sydney_audio_sndio.c 
	mail/mozilla-thunderbird/files: sydney_audio_sndio.c 

Log message:
mozilla.port.mk makes all mozilla ports use the sydney_audio_sndio.c
file from www/mozilla-firefox, so remove old instances of that file that
weren't updated with last commits (and were unused anyway)
While here bump all REVISIONs after LIB_DEPENDS change.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 06:07:21

Modified files:
	sysutils/system-tools-backends: Makefile 
	sysutils/system-tools-backends/patches: patch-Users_Users_pm 

Log message:
Initial work for users management. Not quite there yet...

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/18 07:09:54

Modified files:
	usr.sbin/cron  : cron.c 

Log message:
Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now use
a Unix domain socket to trigger a reload.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/18 07:29:21

Modified files:
	usr.sbin/cron  : env.c 

Log message:
Quiet a gcc warning


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 08:21:01

Modified files:
	x11/gnome/alacarte: Makefile 
	x11/gnome/alacarte/patches: patch-Alacarte_util_py 
	x11/gnome/alacarte/pkg: PLIST 

Log message:
Fix path to desktop-directories and applications.
(while here, regen PLIST).

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2011/01/18 08:53:06

Removed files:
	www/chromium/patches: patch-skia_skia_gyp.orig 

Log message:
zap stray


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2011/01/18 09:02:09

Modified files:
	faq            : faq8.html 

Log message:
Minimo was removed from the ports collection over 2 months ago.
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 09:14:01

Modified files:
	x11/gnome/alacarte: Makefile 

Log message:
RUN_DEPENDS on s/menus/panel, spotted by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/18 09:25:40

Modified files:
	usr.bin/mg     : def.h funmap.c keymap.c mg.1 random.c 

Log message:
Add join-line, bound to M-^
Join the current line to the previous.

original diff by Henri Kemppainen. minor mod to add undo boundaries.
Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/18 09:28:00

Modified files:
	usr.bin/mg     : line.c 

Log message:
Obvious error on my part.
test len against INT_MAX, not SIZE_MAX. 'looks good' jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/18 09:29:37

Modified files:
	usr.bin/mg     : file.c 

Log message:
augbname immediately does a basename. No need to do it in the
caller, too. ok lum@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/18 09:30:31

Log message:
    Import ruby-profligacy 1.0
    
    Profligacy is a JRuby library that makes building Swing Graphical User
    Interface much easier than with Raw code. It's not a builder as with
    many other projects, but instead a simple Ruby way to structure the UI
    for the 80% common cases you'll encounter.
    
    OK landry@
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2011-Jan-18
    
    N ports/x11/ruby-profligacy/Makefile
    N ports/x11/ruby-profligacy/distinfo
    N ports/x11/ruby-profligacy/pkg/DESCR
    N ports/x11/ruby-profligacy/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	joshe@cvs.openbsd.org	2011/01/18 09:31:37

Modified files:
	faq            : faq8.html 

Log message:
Add Conkeror to browser list.
"oki" landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/18 10:35:42

Modified files:
	usr.bin/mg     : Makefile buffer.c cmode.c dired.c 

Log message:
Add missing prototypes and move dired.c to "extensions" in Makefile.
ok kjell@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/18 10:37:32

Modified files:
	usr.bin/mg     : mg.1 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/18 11:57:51

Modified files:
	lib/libform    : frm_driver.c 

Log message:
Merge a change from ncurses upstream to correctly recalculate a form
field size on set. Fixes an issue found by canacar@ who provided a
similar fix.

ok canacar


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 12:04:22

Modified files:
	sysutils/xstatbar: Makefile distinfo 
	sysutils/xstatbar/patches: patch-Makefile 

Log message:
Update to xstatbar-0.5.
This version adds a new '-t' and '-T' switches to specify the time
format.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/18 12:10:25

Modified files:
	sys/net        : if.c 

Log message:
When changing the ifa_broadaddr broadcast address, ifa_update_broadaddr()
copied the pointer to the sockaddr instead of the content of
sockaddr_in.  As the source of the data resides on the stack, the
pointer got invalid later and the kernel crashed.  As only addresses
with fixed size are used, sa_len bytes of the sockaddr can be
coppied.
ok krw@ markus@ mpf@ claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 12:11:06

Modified files:
	x11/gnome/alacarte: Makefile 
Added files:
	x11/gnome/alacarte/patches: patch-Alacarte_MainWindow_py 

Log message:
If gnome-desktop-item-edit is not present, try exo-desktop-item-edit.
Add conditional depend on gnome-panel|exo->0.6. Now Xfce users can use
alacarte to edit their fd.o compliant desktop menu!
Remove now useless CONFIGURE_ARGS.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2011/01/18 12:28:33

Modified files:
	app/fvwm/fvwm  : borders.c fvwm.h menus.c menus.h screen.h 
	app/fvwm/libs  : Picture.c fvwmlib.h 
	app/fvwm/modules/FvwmButtons: FvwmButtons.c FvwmButtons.h 
	app/fvwm/modules/FvwmIconMan: FvwmIconMan.h 
	app/fvwm/modules/FvwmPager: FvwmPager.h 
	app/fvwm/modules/FvwmWinList: ButtonArray.c ButtonArray.h 
	                              FvwmWinList.c 

Log message:
Picture -> FvwmPicture, to avoid collisions with xrandr includes.
As noticed by Tristan Le Guern.
okay matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 12:48:30

Modified files:
	x11/xfce4      : xfce4.port.mk 

Log message:
Bump XFCE_DESKTOP_VERSION to 4.8.0 in preparation for the update of the
whole gang. add --disable-silent-rules to CONFIGURE_ARGS while here.

The whole stuff looks good to ajacoutot@, discussed with espie@, i've
been running the betas/pre and fixing bugs upstream since a while, so it
can make 4.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 12:55:53

Log message:
    Import garcon 0.1.5
    
    This is garcon, a freedesktop.org compliant menu implementation based
    on GLib and GIO. It was started as a complete rewrite of the former
    Xfce menu library called libxfce4menu, which, in contrast to garcon,
    was lacking menu merging features essential for loading menus modified
    with menu editors.
    
    Installs the xfce-applications.menu file which was previously in
    xfdesktop, hence @conflict with xfdesktop-<4.7.0.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110118
    
    N ports/x11/xfce4/garcon/Makefile
    N ports/x11/xfce4/garcon/distinfo
    N ports/x11/xfce4/garcon/patches/patch-configure
    N ports/x11/xfce4/garcon/pkg/DESCR
    N ports/x11/xfce4/garcon/pkg/PFRAG.shared
    N ports/x11/xfce4/garcon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/18 12:59:17

Modified files:
	net/tor        : Makefile distinfo 

Log message:
SECURITY update of tor 0.2.1.29
Fixes a heap overflow vulnerability.
More information: http://archives.seul.org/or/announce/Jan-2011/msg00000.html

from robert AT @openbsd.pap.st


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 12:59:34

Log message:
    Import libxfce4ui 4.8.0
    
    This is libxfce4ui, the replacement of the old libxfcegui4 library. It
    is used to share commonly used Xfce widgets amoung the Xfce applications.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110118
    
    N ports/x11/xfce4/libxfce4ui/Makefile
    N ports/x11/xfce4/libxfce4ui/distinfo
    N ports/x11/xfce4/libxfce4ui/pkg/DESCR
    N ports/x11/xfce4/libxfce4ui/pkg/PFRAG.shared
    N ports/x11/xfce4/libxfce4ui/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/18 12:59:46

Modified files:
	net/tor        : Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
SECURITY update of tor 0.2.1.29
Fixes a heap overflow vulnerability.
More information: http://archives.seul.org/or/announce/Jan-2011/msg00000.html

from robert AT @openbsd.pap.st


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/18 13:00:56

Modified files:
	x11/fvwm2      : Makefile 
	x11/fvwm2/pkg  : PLIST-fvwm2 PLIST-main 

Log message:
- remove fvwmgtk, depends on an old and deprecated toolkit..

ok pval@ (MAINTAINER), aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:01:46

Log message:
    Import thunar-vfs 1.2.0
    
    Thunar vfs is a compatibility layer for xfce apps not yet ported to gio.
    It ships thunar-vfs-1 library which was previously in thunar, so
    @conflict with thunar-<1.0.3, and bump lib minor version to ensure
    seamless upgrades.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110118
    
    N ports/x11/xfce4/thunar-vfs/Makefile
    N ports/x11/xfce4/thunar-vfs/distinfo
    N ports/x11/xfce4/thunar-vfs/pkg/DESCR
    N ports/x11/xfce4/thunar-vfs/pkg/PFRAG.shared
    N ports/x11/xfce4/thunar-vfs/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 13:03:07

Modified files:
	games/gtetrinet: Makefile 
	productivity/workrave: Makefile 
	productivity/workrave/pkg: PLIST 
	x11/gnome/applets2: Makefile 
	x11/gnome/applets2/pkg: PLIST-battstat 
	x11/gnome/desktop: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonobo/patches: 
	                             patch-activation-server_bonobo-activation-server_1 
	x11/gnome/libbonobo/pkg: PLIST 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnome/pkg: PLIST 
	x11/gnome/media: Makefile 
	x11/gnome/mime-data: Makefile 
	x11/gnome/mime-data/pkg: PLIST 
	x11/gnome/nautilus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/vfs2/pkg: PLIST 

Log message:
Remove the need for ${SYSCONFDIR}/gnome and use ${SYSCONFDIR} instead.
Discussed with landry@ and jasper@

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:05:38

Log message:
    Import tumbler 0.1.6
    
    Tumbler is a D-Bus service for applications to request thumbnails for
    various URI schemes and MIME types. It is an implementation of the
    thumbnail management D-Bus specification described on
    http://live.gnome.org/ThumbnailerSpec written in an object-oriented
    fashion using GLib and GObject.
    
    thunar can make use of it but it's not required by it (as is
    hunar-thumbnailers package..)
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20110118
    
    N ports/x11/xfce4/tumbler/Makefile
    N ports/x11/xfce4/tumbler/distinfo
    N ports/x11/xfce4/tumbler/pkg/DESCR
    N ports/x11/xfce4/tumbler/pkg/PFRAG.shared
    N ports/x11/xfce4/tumbler/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:06:24

Modified files:
	x11/xfce4      : Makefile 

Log message:
Unlink libxfce4menu, superseded by garcon in Xfce 4.8.
Link garcon, libxfce4ui, thunar-vfs and tumbler to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 13:08:24

Modified files:
	x11/gnome/mime-data: Makefile 

Log message:
Remove the post-install target and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:11:40

Modified files:
	x11/xfce4/exo  : Makefile distinfo 
	x11/xfce4/exo/pkg: PFRAG.shared PLIST 
Removed files:
	x11/xfce4/exo/patches: patch-configure 

Log message:
Update to exo-0.6.0.

Note that library was renamed from exo-0.3 to exo-1, so all apps using
it will need te be rebuilt and wantlib to be fixed. On the way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:12:23

Modified files:
	x11/xfce4/gtk-xfce-engine: Makefile distinfo 
	x11/xfce4/gtk-xfce-engine/pkg: PLIST 

Log message:
Update to gtk-xfce-engine 2.8.0, fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:12:59

Modified files:
	x11/xfce4/libxfce4util: Makefile distinfo 
	x11/xfce4/libxfce4util/pkg: PLIST 

Log message:
Update to libxfce4util 4.8.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:16:18

Modified files:
	x11/xfce4/libxfcegui4: Makefile distinfo 
	x11/xfce4/libxfcegui4/pkg: PFRAG.shared PLIST 

Log message:
Update to libxfcegui4 4.8.0.

The library is still needed by some Xfce apps and most panel plugins,
but porting to the new libxfce4ui is on the way. It doesn't ship anymore
libxfce4kbd-private which moved to libxfce4ui, but the name is not
exactly the same so they don't conflict.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:21:31

Modified files:
	x11/xfce4/thunar: Makefile distinfo 
	x11/xfce4/thunar/pkg: PFRAG.shared PLIST 
Removed files:
	x11/xfce4/thunar/patches: patch-configure 
	                          patch-thunar-vfs_thunar-vfs-os-bsd_c 

Log message:
Update to thunar 1.2.0:

This release is the result of a huge porting effort to GIO, and brings
transparent network browsing (ftp/webdav/smb/sftp with ssh-agent/ssh
master socket) through GVfs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 13:22:55

Modified files:
	games/gtetrinet: Makefile 
	games/gtetrinet/pkg: PLIST-main 

Log message:
Remove "ugly" lines from post-install and use FAKE_FLAGS instead.
While here, regen PLIST and WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:25:56

Modified files:
	x11/xfce4/xfce-utils: Makefile distinfo 
	x11/xfce4/xfce-utils/patches: patch-scripts_xflock4 
	x11/xfce4/xfce-utils/pkg: PLIST 
Added files:
	x11/xfce4/xfce-utils/patches: patch-scripts_xinitrc_in_in 
Removed files:
	x11/xfce4/xfce-utils/patches: patch-scripts_startxfce4_in 

Log message:
Update to xfce-utils 4.8.0.

Add a temporary workaround to install the fd.o menu file to
~/.config/menus/ at startup, i'm working on a fix with upstream (#6796)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:28:24

Modified files:
	x11/xfce4/xfce4-appfinder: Makefile distinfo 
	x11/xfce4/xfce4-appfinder/pkg: PLIST 

Log message:
Update to xfce4-appfinder 4.8.0.
It has been ported to use garcon instead of libxfce4menu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:29:23

Modified files:
	x11/xfce4/xfce4-dev-tools: Makefile distinfo 

Log message:
Update to xfce4-dev-tools 4.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:32:11

Modified files:
	x11/xfce4/xfce4-panel: Makefile distinfo 
	x11/xfce4/xfce4-panel/pkg: PFRAG.shared PLIST 

Log message:
Update to xfce4-panel 4.8.0, which has been totally rewritten to be more
flexible, safely tries to restart plugins if they crash, user can
drag'n'drop panel plugins on it, placement is now totally free, one can
set a background image or transparency, etc..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:36:51

Modified files:
	x11/xfce4/xfce4-session: Makefile distinfo 
	x11/xfce4/xfce4-session/patches: patch-xfce4-tips_Makefile_in 
	x11/xfce4/xfce4-session/pkg: PFRAG.shared PLIST README 
Removed files:
	x11/xfce4/xfce4-session/patches: patch-xfce4-tips_main_c 

Log message:
Update to xfce4-session 4.8.0.

Disable support for HAL & upower (linux-only), policykit and consolekit
(sudo backend for shutdown/reboot works just fine atm)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:39:50

Modified files:
	x11/xfce4/xfce4-settings: Makefile distinfo 
	x11/xfce4/xfce4-settings/patches: patch-configure 
	x11/xfce4/xfce4-settings/pkg: PLIST 

Log message:
Update to xfce4-settings 4.8.0.

Ported to libxfce4ui, now features a nice xrandr-powered display
settings dialog for the chipsets which supports xrandr.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:41:08

Modified files:
	x11/xfce4/xfconf: Makefile distinfo 
	x11/xfce4/xfconf/pkg: PLIST 

Log message:
Update to xfconf 4.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:42:46

Modified files:
	x11/xfce4/xfdesktop: Makefile distinfo 
	x11/xfce4/xfdesktop/pkg: PLIST 
Removed files:
	x11/xfce4/xfdesktop/pkg: PFRAG.shared 

Log message:
Update to xfdesktop 4.8.0.

Now uses garcon for desktop menu, and directly thunar for file/dir icons
on the desktop.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:43:19

Modified files:
	x11/xfce4/xfwm4: Makefile distinfo 
	x11/xfce4/xfwm4/pkg: PLIST 

Log message:
Update to Xfwm4 4.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:45:07

Modified files:
	x11/xfce4/mousepad: Makefile 

Log message:
Fix WANTLIB and bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:45:27

Modified files:
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/notification-daemon-xfce/pkg: PLIST 

Log message:
Fix WANTLIB, update PLIST and bump REVISION


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/18 13:46:06

Modified files:
	usr.sbin/ospfd : rde.c 

Log message:
When fixing conflicts make sure the right vertex is passed to lsa_merge()
so that the correct sequence number is used for the LSA. So re-lookup the
vertex before calling lsa_merge().
Problem found and diff OK bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:48:34

Modified files:
	x11/xfce4/orage: Makefile 
Added files:
	x11/xfce4/orage/patches: patch-panel-plugin_Makefile_in 

Log message:
Fix WANTLIB, force linking panel plugin with libxfcegui4, and bump
REVISION. Update to version 4.8.x will probably come later, a bug makes it
linux-only atm. Being worked on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:48:51

Modified files:
	x11/xfce4/parole: Makefile 
	x11/xfce4/parole/pkg: PLIST 

Log message:
fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:50:16

Modified files:
	x11/xfce4/ristretto: Makefile 
	x11/xfce4/ristretto/pkg: PLIST 

Log message:
Fix WANTLIB, now depends on thunar-vfs, libxfcegui4 and dbus-glib directly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:50:50

Modified files:
	x11/xfce4/terminal: Makefile 
Removed files:
	x11/xfce4/terminal/patches: patch-configure 

Log message:
Fix WANTLIB, remove configure patch and use --disable-linker-opts
instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:52:20

Modified files:
	x11/xfce4/thunar-archive: Makefile 
	x11/xfce4/thunar-archive/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/thunar-archive/patches: patch-configure 
	                                  patch-thunar-archive-plugin_Makefile_in 
	                                  patch-thunar-archive-plugin_tap-backend_c 
	                                  patch-thunar-archive-plugin_tap-provider_c 

Log message:
Add patch from http://bugzilla.xfce.org/show_bug.cgi?id=6093 to port it
to thunarx-2. Fix WANTLIB/LIB_DEPENDS, bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:53:58

Modified files:
	x11/xfce4/thunar-media-tags: Makefile 
	x11/xfce4/thunar-media-tags/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/thunar-media-tags/patches: patch-configure 
	                                     patch-thunar-plugin_Makefile_in 
	                                     patch-thunar-plugin_audio-tags-page_c 
	                                     patch-thunar-plugin_tag-renamer_c 

Log message:
Grab patches from debian to port to thunarx-2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:56:13

Modified files:
	x11/xfce4/thunar-vcs: Makefile 
	x11/xfce4/thunar-vcs/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/thunar-vcs/patches: patch-configure 
	                              patch-thunar-vcs-plugin_Makefile_in 
	                              patch-thunar-vcs-plugin_tvp-provider_c 

Log message:
Fix dependencies, and grab patch from upstream thunarx-2 branch to port
it to thunarx-2. Tested working against svn and git repositories.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:57:07

Modified files:
	x11/xfce4/thunar-thumbnailers: Makefile 
	x11/xfce4/thunar-thumbnailers/pkg: MESSAGE 

Log message:
Fix dependencies to cope with thunar-vfs separation of thunar package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:57:43

Modified files:
	x11/xfce4/xfce4-mixer: Makefile 

Log message:
fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:58:29

Modified files:
	x11/xfce4/xfce4-notifyd: Makefile distinfo 
	x11/xfce4/xfce4-notifyd/pkg: PLIST 

Log message:
Update to xfce4-notifyd 0.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:59:31

Modified files:
	x11/xfce4/xfce4-notes: Makefile distinfo 
	x11/xfce4/xfce4-notes/pkg: PLIST 
Added files:
	x11/xfce4/xfce4-notes/patches: patch-src_Makefile_in 

Log message:
Update to xfce4-notes 1.7.7, add a patch to make sure the panel plugin
so is not versionned by libtool. Fix dependencies while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 13:59:59

Modified files:
	x11/xfce4/xfmpc: Makefile 

Log message:
Fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:00:12

Modified files:
	x11/xfce4/xfprint: Makefile 

Log message:
Fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:00:47

Modified files:
	x11/xfce4/xfce4-battery: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:02:04

Modified files:
	x11/xfce4/xfce4-clipman: Makefile distinfo 
	x11/xfce4/xfce4-clipman/pkg: PLIST 
Added files:
	x11/xfce4/xfce4-clipman/patches: patch-configure 

Log message:
Update to xfce4-clipman 1.1.3, add a patch to make it look for exo-1
instead of exo-0.3, fix LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:02:39

Modified files:
	x11/xfce4/xfce4-cpugraph: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:03:05

Modified files:
	x11/xfce4/xfce4-dict: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:03:56

Modified files:
	x11/xfce4/xfce4-diskperf: Makefile 
Added files:
	x11/xfce4/xfce4-diskperf/patches: patch-panel-plugin_Makefile_in 

Log message:
Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it,
fix WANTLIB and bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:04:31

Modified files:
	x11/xfce4/xfce4-fsguard: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:05:06

Modified files:
	x11/xfce4/xfce4-genmon: Makefile 
Added files:
	x11/xfce4/xfce4-genmon/patches: patch-panel-plugin_Makefile_in 

Log message:
Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it,
fix LIB_DEPENDS and bump REVISION.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:05:51

Modified files:
	x11/xfce4/xfce4-mailwatch: Makefile 
Added files:
	x11/xfce4/xfce4-mailwatch/patches: 
	                                   patch-panel-plugin_Makefile_in 

Log message:
Add libxfcegui4 to LIB_DEPENDS, force linking with it, fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:06:09

Modified files:
	x11/xfce4/xfce4-modemlights: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:06:23

Modified files:
	x11/xfce4/xfce4-mount: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:06:41

Modified files:
	x11/xfce4/xfce4-mpc: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:07:24

Modified files:
	x11/xfce4/xfce4-netload: Makefile 

Log message:
Bump REVISION to make sure it gets rebuilt for newer xfce4-panel


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:08:48

Modified files:
	x11/xfce4/xfce4-places: Makefile 
Added files:
	x11/xfce4/xfce4-places/patches: patch-configure 
	                                patch-panel-plugin_support_c 

Log message:
Fix LIB_DEPENDS (add libxfcegui4 and thunar-vfs), grab debian patches to
make it look for the correct version of exo-1, and port to exo > 0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:09:03

Modified files:
	x11/xfce4/xfce4-quicklauncher: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:09:46

Modified files:
	x11/xfce4/xfce4-screenshooter: Makefile distinfo 
	x11/xfce4/xfce4-screenshooter/pkg: PLIST 

Log message:
Update to xfce4-screenshooter 1.7.9, switches from xmlrpc-c to libsoup.
Fix WANTLIB, update PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:10:33

Modified files:
	x11/xfce4/xfce4-smartbookmark: Makefile 
Added files:
	x11/xfce4/xfce4-smartbookmark/patches: patch-configure 
	                                       patch-src_smartbookmark_desktop_in_in 

Log message:
Add fixes for newer xfce4-panel, add libxfcegui4 to LIB_DEPENDS, fix
WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:10:48

Modified files:
	x11/xfce4/xfce4-systemload: Makefile 

Log message:
Bump REVISION to make sure it gets rebuilt for newer xfce4-panel


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:11:15

Modified files:
	x11/xfce4/xfce4-taskmanager: Makefile 

Log message:
Fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:11:32

Modified files:
	x11/xfce4/xfce4-time-out: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:11:45

Modified files:
	x11/xfce4/xfce4-verve: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:12:01

Modified files:
	x11/xfce4/xfce4-wavelan: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, bump REVISION


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:13:20

Modified files:
	x11/xfce4/xfce4-weather: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION... and mark
it as BROKEN as no new release is compatible with xfce4-panel 4.8.
cf. http://bugzilla.xfce.org/show_bug.cgi?id=6965


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:14:03

Modified files:
	x11/xfce4/xfce4-wmdock: Makefile 
Added files:
	x11/xfce4/xfce4-wmdock/patches: patch-panel-plugin_wmdock_c 
	                                patch-panel-plugin_wmdock_h 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, add patches from debian to
port to newer libxfcegui4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 14:17:30

Modified files:
	x11/xfce4/xfce4-xkb: Makefile 

Log message:
Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION.

This ends the update to Xfce 4.8.0, sorry for the spam and thanks to all
the ones who gave feedback !


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/18 14:34:59

Modified files:
	x11/xfce4/exo  : Makefile 
	x11/xfce4/exo/pkg: PFRAG.shared PLIST 
	x11/xfce4/gtk-xfce-engine: Makefile 
	x11/xfce4/gtk-xfce-engine/pkg: PLIST 
	x11/xfce4/libxfcegui4: Makefile 
	x11/xfce4/libxfcegui4/pkg: PLIST 
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/notification-daemon-xfce/pkg: PLIST 
	x11/xfce4/parole: Makefile 
	x11/xfce4/parole/pkg: PLIST 
	x11/xfce4/thunar: Makefile 
	x11/xfce4/thunar/pkg: PLIST 
	x11/xfce4/thunar-archive: Makefile 
	x11/xfce4/thunar-archive/pkg: PLIST 
	x11/xfce4/thunar-media-tags: Makefile 
	x11/xfce4/thunar-media-tags/pkg: PLIST 
	x11/xfce4/thunar-vcs: Makefile 
	x11/xfce4/thunar-vcs/pkg: PLIST 
	x11/xfce4/tumbler: Makefile 
	x11/xfce4/tumbler/pkg: PLIST 
	x11/xfce4/xfce4-notes: Makefile 
	x11/xfce4/xfce4-notes/pkg: PLIST 
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/xfce4-panel/pkg: PLIST 
	x11/xfce4/xfce4-quicklauncher: Makefile 
	x11/xfce4/xfce4-quicklauncher/pkg: PLIST 
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/pkg: PLIST 
	x11/xfce4/xfce4-smartbookmark: Makefile 
	x11/xfce4/xfce4-smartbookmark/pkg: PLIST 
	x11/xfce4/xfprint: Makefile 
	x11/xfce4/xfprint/pkg: PLIST 

Log message:
@comment libtool files for modules.
Add missing gio-querymodules goo in exo.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marco@cvs.openbsd.org	2011/01/18 15:56:00

Modified files:
	x11/scrotwm    : Makefile distinfo 

Log message:
up scrotwm to 0.9.28

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/18 16:24:12

Modified files:
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/pkg: README 

Log message:
Update README, mention gvfs-smb if user wants to browse samba shares,
add a section explaning how to deal with desktop menu, and advertise
xfce4-notifyd over the unmaintained/zombie notification-daemon-xfce.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2011/01/18 22:48:41

Modified files:
	etc/mtree      : special 

Log message:
update location of host.random: it moved from /etc to /var/db in 1999...


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2011/01/18 22:58:57

Modified files:
	etc            : changelist 

Log message:
sort entries


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2011/01/18 23:18:05

Modified files:
	etc            : weekly monthly sensorsd.conf 

Log message:
remove EOL whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/01/19 00:36:41

Modified files:
	etc            : bgpd.conf 

Log message:
Add 2001:2::/48 (prefix used for benchmarking) to the list of
non-routeable prefixes. While there sort list.
Diff provided by Andre Keller.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 01:49:53

Modified files:
	devel/autoconf/2.65: Makefile 

Log message:
Mark as BROKEN, it is known to produce bogus values with extra _ in
config.h scripts. Ports using it have been switched to use a version
that's known to work. Comment from sthen@
ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/19 03:25:28

ports/games/gbrainy/patches

Update of /cvs/ports/games/gbrainy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17991/patches

Log Message:
Directory /cvs/ports/games/gbrainy/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2011/01/19 03:27:43

Modified files:
	games/gbrainy  : Makefile distinfo 
	games/gbrainy/pkg: PLIST 
Added files:
	games/gbrainy/patches: 
	                       patch-src_Games_Logic_PuzzleExtraCircle_cs 

Log message:
Update to 1.61

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/19 03:56:38

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
- fix Radeon HD 3870 audio entry, from Greg Jones.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/19 03:57:10

Modified files:
	sys/dev/pci    : pcidevs_data.h pcidevs.h 

Log message:
- regen


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/19 04:16:45

Modified files:
	faq/nl         : faq4.html faq8.html 
Removed files:
	nl             : porttest.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/19 04:25:16

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-Makefile patch-bootstrap_sh 
	                            patch-configure_ac 
	                            patch-main_asterisk_c 
	                            patch-sounds_Makefile 
	telephony/asterisk/pkg: DESCR-pgsql PLIST-ldap PLIST-main 
	                        PLIST-odbc PLIST-pgsql PLIST-snmp 
Added files:
	telephony/asterisk/patches: patch-configs_asterisk_conf_sample 
	telephony/asterisk/pkg: DESCR-calendar PLIST-calendar 
Removed files:
	telephony/asterisk/patches: patch-build_tools_cflags_xml 
	                            patch-include_asterisk_dnsmgr_h 
	telephony/asterisk/pkg: DESCR-curl DESCR-fax DESCR-jabber 
	                        PLIST-curl PLIST-fax PLIST-jabber 

Log message:
SECURITY update to asterisk 1.8.2.1, fixes AST-2011-001 "an issue
when forming an outgoing SIP request while in pedantic mode, which
can cause a stack buffer to be made to overflow if supplied with
carefully crafted caller ID information"

http://downloads.asterisk.org/pub/security/AST-2011-001.html

This is also a major version update to the long-term support
1.8 branch, previous versions of this diff have been tested by
various ports@ readers, thanks for testing.

Please review /usr/local/share/doc/asterisk/UPGRADE.txt
(also note that memory use has increased).

ok ajacoutot@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/19 04:39:57

Modified files:
	sys/net        : pf.c pf_norm.c 

Log message:
Give pf_normalize_ip() the same 3 way semantics as pf_test().
- PF_DROP, the packet is bad, the mbuf still exists and must be freed.
- PF_PASS and *m0 is NULL, the packet has been processed, not an error.
- PF_PASS and *m0 is not NULL, continue with packet processing.
This fixes a potential mbuf use after free.
ok henning@ markus@ mpf@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/19 05:04:23

Modified files:
	lib/libc/time  : strptime.3 

Log message:
- missing leading '.' before 'It'.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/19 05:09:04

Modified files:
	security/libdpam: Makefile 
	security/libdpam/pkg: DESCR 

Log message:
Remove useless V variable.
s/are/is in DESCR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/19 05:26:22

Log message:
    Import sieve-connect:
    
    Perl sieveshell-compatible ManageSieve client intended both for
    scripting and interactive use; supports TLS, certificate-based
    authentication support and tab-completion.
    
    With tweaks from ajacoutot@
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	pea
    Release Tags:	pea_20110119
    
    N ports/mail/sieve-connect/Makefile
    N ports/mail/sieve-connect/distinfo
    N ports/mail/sieve-connect/pkg/PLIST
    N ports/mail/sieve-connect/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/01/19 05:28:24

Modified files:
	mail           : Makefile 

Log message:
Add sieve-connect


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/19 05:41:08

Modified files:
	x11/awesome    : Makefile 
Added files:
	x11/awesome/patches: patch-CMakeLists_txt patch-client_c 
	                     patch-tag_c 

Log message:
re-add "--skip-validation" to xmlto command line, erroneously removed
in previous commit.

fix a bug where untagging causes the client to lose the input focus
(from upstream git).


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2011/01/19 05:52:18

Modified files:
	faq            : faq8.html 

Log message:
Adjust and move the text of faq8.15 (the mg editor) around a bit. No semantic change.
ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2011/01/19 06:01:25

Modified files:
	usr.bin/cmp    : misc.c regular.c special.c 

Log message:
ansify; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/19 09:11:38

Modified files:
	usr.bin/mg     : random.c 

Log message:
patch from Henri Kemppainen:
clean up undo boundaries for functions in random.c
This catches an error, where twiddling in an empty file could
disable undo boundaries for the rest of the session.
proper undo boundaries around newline() will have to wait until
proper reference counting is done... Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/19 09:22:31

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/pkg: README 
	emulators/qemu-old: Makefile 
	emulators/qemu-old/pkg: README 

Log message:
minor README changes;

- give examples for qemu-system-x86_64 (for 64-bit client OS)
- use 4.9 in examples

ok phessler@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2011/01/19 09:50:14

Modified files:
	lib/libc/time  : strptime.c 

Log message:
Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format),
not %Y/%m/%d. Found while debugging geo/gpx-viewer.
ok millert@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 10:19:20

Modified files:
	x11/xfce4/orage: Makefile distinfo 
	x11/xfce4/orage/pkg: PLIST 
Added files:
	x11/xfce4/orage/patches: patch-src_Makefile_in 
	                         patch-src_tz_zoneinfo_read_c 
	                         patch-tz_convert_tz_convert_c 
Removed files:
	x11/xfce4/orage/patches: patch-panel-plugin_Makefile_in 
	                         patch-src_ical-code_c 

Log message:
Finally update orage (Xfce's calendar application) to 4.8.0.
Cherrypick upstream git commit to make it work on !linux, and add other
patches to fix some crashes (http://bugzilla.xfce.org/show_bug.cgi?id=7141)
Update dependencies and WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/19 10:19:51

Modified files:
	archivers/hs-zlib-bindings: Makefile 
	audio/hs-libmpd: Makefile 

Log message:
- tighten dependencies according to the cabal files.

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 11:14:59

Modified files:
	x11/e17/e      : Makefile 
	x11/e17/e/pkg  : PFRAG.shared PLIST 

Log message:
Add OSREV to SUBST_VARS so openbsd4.8 doesn't end up in PLIST. Fixes
packaging after bump to 4.9.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2011/01/19 11:34:58

Modified files:
	etc            : changelist 

Log message:
catch up changelist with recent additions; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 12:22:30

Modified files:
	x11/xfce4/thunar-vcs: Makefile 

Log message:
Add thunar to RUN/BUILD_DEPENDS, fixes build on a clean box, and
thunar-vcs is hardly useful without thunar.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2011/01/19 14:26:35

Modified files:
	etc/mtree      : special 

Log message:
add ldapd.conf; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2011/01/19 14:37:03

Modified files:
	sys/conf       : GENERIC 

Log message:
group filesystems together

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/19 14:37:43

Modified files:
	x11/x11vnc     : Makefile 
Added files:
	x11/x11vnc/patches: patch-x11vnc_options_c 

Log message:
Disable use of xrecord for now; it triggers X server crashes reported by
ajacoutot@ and repeated by myself on some systems (it seems to be display
adapter-dependent).  https://bugs.freedesktop.org/show_bug.cgi?id=30032
appears to be relevant.  ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/19 15:50:11

Modified files:
	lang/eagle     : Makefile 

Log message:
- add a mirror for the distfile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 16:15:36

Modified files:
	x11/gigolo     : Makefile 

Log message:
Small tweak.. stop lying and pretend there's a gnu configure script,
gigolo uses plain waf. pass --mandir through CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/19 16:22:05

Modified files:
	lang/eagle     : Makefile 

Log message:
Eagle is now also on sf; a more reliable place for the distfile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2011/01/19 16:25:18

Modified files:
	x11/bwidget    : distinfo 
Removed files:
	x11/bwidget/patches: patch-pkgIndex_tcl 

Log message:
Adjust for author screwups; remove now no longer needed patch. Ok landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 16:26:51

Modified files:
	geo/osm2go     : Makefile 
	geo/osm2go/patches: patch-src_osm_c 

Log message:
Amend patch now that strptime supports %F and %z, but keep the part
removing 'timezone' extern which we don't seem to have.
reminded by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/19 16:36:18

Modified files:
	x11/lablgtk2   : Makefile 
	x11/lablgtk2/pkg: PFRAG.native PLIST 

Log message:
- move some files to PFRAG.native.

spotted by landry@ on sparc64


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/19 17:23:06

Modified files:
	devel/arm-elf/newlib: Makefile 

Log message:
Mark as BROKEN on amd64, it never managed to build in all my bulk
builds.. jasper@ agrees.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/01/20 01:44:13

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
Fix an example using rdr-to where a couple of hosts were exempted from
the redirect; the sample rule used "match" for the general case which
negated the exemptions. From Harald Dunkel.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/20 06:32:19

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
a a -> a
ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2011/01/20 06:48:59

Modified files:
	faq            : faq8.html 

Log message:
remove unnecessary a


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/20 06:58:16

Modified files:
	usr.bin/quota  : quota.1 
	usr.sbin/ikectl: ikectl.8 

Log message:
more double word removal;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/20 07:04:33

Modified files:
	net/nagios/nagios: Makefile 
	net/nagios/nagios/pkg: PLIST-main 
Added files:
	net/nagios/nagios/pkg: nagios.rc 
Removed files:
	net/nagios/nagios/pkg: MESSAGE-main 

Log message:
add an rc script for nagios; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/20 07:04:42

Modified files:
	net/nagios/nrpe: Makefile 
	net/nagios/nrpe/pkg: PLIST 
Added files:
	net/nagios/nrpe/pkg: nrpe.rc 

Log message:
add an rc script for nrpe; ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/20 08:03:03

Modified files:
	sys/net        : pf_norm.c 

Log message:
The reason accounting in pf_reassemble() was not correct.  Change
pf_reassemble() to return PF_DROP or PF_PASS and *m0 is NULL or the
reassembled packet.  In case of PF_DROP, the mbuf must be valid,
e.g. for logging, and will be freed later.  In case the reassembled
packet is too big, use the reassembled mbuf for PF_DROP.
ok henning@ markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/20 09:26:26

Modified files:
	telephony/asterisk: Makefile 
Added files:
	telephony/asterisk/patches: patch-main_strcompat_c 

Log message:
Cherrypicked diff from svn; fix the internal implementation of htonll/ntohll
which was incorrect and would cause IAX interoperation to break. ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	2011/01/20 09:59:55

Modified files:
	sys/dev/isa    : it.c itvar.h 

Log message:
add IT8721 support


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/20 11:51:18

ports/net/papyon/patches

Update of /cvs/ports/net/papyon/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24635/patches

Log Message:
Directory /cvs/ports/net/papyon/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/20 11:55:17

Modified files:
	net/papyon     : Makefile 
	net/papyon/pkg : PLIST 
Added files:
	net/papyon/patches: patch-setup_py 

Log message:
- don't install regression tests, fixes conflict with py-cssutils


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/20 11:55:44

Modified files:
	security/pidgin-otr: Makefile 

Log message:
bump epoch, we need to be newer than pidgin-otr-20070506


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2011/01/20 14:17:15

Modified files:
	x11/awesome    : Makefile 
Added files:
	x11/awesome/patches: patch-awesome_c 

Log message:
An argument was forgotten in the getopt_long() call.

Bugfix from upstream git

Ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/20 14:33:11

Modified files:
	usr.bin/mandoc : main.c roff.c 

Log message:
When finding the roff .it request (line trap),
make it clear that you cannot use mandoc to format that page (yet).
Triggered by a report from brad@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2011/01/20 14:43:47

Modified files:
	lib/libXfont/src/stubs: stubs.h 

Log message:
Enable weak symbols under OpenBSD on non-ELF platforms, too.
ok matthieu@ todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/20 14:44:54

Modified files:
	telephony/asterisk: Makefile distinfo 

Log message:
SECURITY update (for real this time) to 1.8.2.2; no other changes.
"Due to a failed merge, Asterisk 1.8.2.1 which should have included
the security fix did not. Asterisk 1.8.2.2 contains the the changes
which should have been included in Asterisk 1.8.2.1."  ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/20 15:12:42

Modified files:
	usr.bin/bdes   : bdes.c 

Log message:
- remove some dead code, since we #define something and test for it on the next
line, the #else part can go.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/20 16:12:33

Modified files:
	usr.sbin/ldpd  : notification.c 
	usr.sbin/npppd/l2tp: l2tp_call.c l2tp_ctrl.c 
	usr.sbin/npppd/npppd: eap.c 
	usr.sbin/npppd/pptp: pptp.h pptpd.c 

Log message:
- tyop, recieve -> receive

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2011/01/20 21:29:10

Modified files:
	build          : groups.dat 

Log message:
BSD User Group Oak Ridge


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2011/01/20 21:34:09

Modified files:
	build          : groups.dat 

Log message:
Correct order of previous.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2011/01/20 21:35:09

Modified files:
	.              : groups.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/20 23:34:04

Modified files:
	sys/dev/pci    : if_vte.c 

Log message:
Get rid of the use of goto's within vte_iff funtion; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/21 01:17:50

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Help description of PATH liability a bit.
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/21 01:20:17

Modified files:
	lib/libc/sys   : intro.2 

Log message:
over written -> overwritten
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/21 01:58:51

Modified files:
	converters/p5-Convert-UUlib: Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
Security update of p5-Convert-UUlib to 1.34.
Fixes SA42998, Perl Convert::UUlib Module "UURepairData()" Off-by-One Weakness


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/21 01:59:42

Modified files:
	converters/p5-Convert-UUlib: Tag: OPENBSD_4_8 Makefile 

Log message:
- remove bit that snuck in.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/01/21 02:24:46

Modified files:
	lib/libssl     : Makefile generate_pkgconfig.sh 

Log message:
- simplify, krb5 handling is not needed.

prompted by brad


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/21 02:46:13

Modified files:
	sys/dev/mii    : atphy.c miidevs 

Log message:
Add Atheros F1 and F2 PHYs from FreeBSD

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/21 02:47:03

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/21 03:23:43

Modified files:
	converters/p5-Unicode-LineBreak: Makefile 

Log message:
Fix build when automake-1.9 is installed. add it to BUILD_DEPENDS, and
add gnu libtool too since it needs autofoo makros, and thus set
USE_LIBTOOL. Barf.
failure reported by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2011/01/21 04:25:03

Modified files:
	shells/bash    : Makefile 

Log message:
Fix build of bash on static archs.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 04:37:02

Modified files:
	sbin/iked      : config.c iked.h ikev2.c pfkey.c 

Log message:
split pfkey initialization into a privileged and unprivileged part to
prevent a possible crash.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 04:56:00

Modified files:
	sbin/iked      : config.c iked.c iked.conf.5 iked.h ikev1.c 
	                 ikev2.c ikev2_msg.c parse.y policy.c timer.c 
	                 types.h util.c 

Log message:
Reimplement the iked(8) policy evaluation for incoming connections to
use the last matching semantics of PF.  The previous rbtree-based
implementation was broken and tried to do a longest prefix match.  But
instead of prefix match and using radix-trees to fix it I decided with
mikeb@ to implement it as last matching policy evaluation.  The last
matching policy wins; the "quick" keyword can enforce first matching;
additional keywords like "skip" are specific to iked(8).  See
iked.conf(5) for more details.

The implementation also uses skip steps based on PF's code.  It
significantly speeds up the evaluation of many policies but also adds
a little delay when loading them (only noticeable with thousands of
policies).  This allows iked(8) to scale well with thousands of
configured policies but I also liked the fact to have skip steps in
another piece of code.

ok dhartmei@ for using his skip step code under the ISC license in policy.c
ok mikeb@, jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/21 05:20:04

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Simplify reference to errata.html
ok and help jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/21 05:34:11

Modified files:
	sbin/iked      : iked.conf.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 05:37:28

Modified files:
	sbin/iked      : ikev2_msg.c 

Log message:
handle empty encrypted payloads (might happen with some informationals)

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 06:09:46

Modified files:
	sbin/iked      : ikev2.c 

Log message:
don't create child sas from empty proposals.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 06:19:35

Modified files:
	sbin/iked      : ikev2.c 

Log message:
Remove misleading error message.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/01/21 06:36:46

ports/textproc/py-cssutils/patches

Update of /cvs/ports/textproc/py-cssutils/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7568/patches

Log Message:
Directory /cvs/ports/textproc/py-cssutils/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/01/21 09:36:53

Modified files:
	lang/rubinius  : Makefile 
Added files:
	lang/rubinius/patches: patch-lib_zlib_rb_ffi 

Log message:
Fix zlib ffi driver on 32-bit big endian platforms.  Fixes gem
installation on macppc.  Thanks to ajacoutot@ for access to a macppc
machine.

OK ajacoutot@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 09:51:38

Modified files:
	sbin/iked      : iked.h ikev2.c 

Log message:
- Fix traffic selector configuration that it is always "from $localnet
to $peernet" and not depending on the initiator/responder mode.
- Remove the flow hash calculated but not used anymore.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/21 10:01:33

Modified files:
	sbin/iked      : iked.h ikev2.c 

Log message:
don't use memcmp on comparing two iked_addrs but IKED_ADDR_EQ.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/21 10:42:57

Modified files:
	sys/net        : if_mpe.c 
	sys/netmpls    : mpls_input.c mpls_output.c 

Log message:
make mpls compile w/o errors when inet6 is not defined

diff from form@ who's too busy drinking vodka with pelmeni to commit this;
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/21 11:02:53

Modified files:
	sbin/iked      : ikev2.c 

Log message:
repair rekeying by sending appropriate traffic selector;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/21 11:58:55

Modified files:
	usr.bin/mg     : fileio.c 

Log message:
Change len+memcmp check to a strncmp for prefix testing on
filename completion. Avoids a recurring portability headache.
ok lum@
"concerns assuaged to the soothing sounds of Martin Denny blambert@"
(I worry about that guy...)


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/21 12:10:13

Modified files:
	usr.bin/mg     : buffer.c extend.c file.c fileio.c random.c 
	                 re_search.c search.c 

Log message:
It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/21 13:37:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
forgot to pass this. bug-report from "Michael W. Lucas" <mwlucas@blackhelicopters.org>


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/22 01:32:55

Modified files:
	lib/pixman     : configure configure.ac 
	lib/pixman/pixman: pixman-arm-neon-asm.S pixman-bits-image.c 
	                   pixman-combine.c.template pixman-fast-path.h 
	                   pixman-general.c pixman-image.c pixman-mmx.c 
	                   pixman-radial-gradient.c 

Log message:
Bug-fix upgrade to pixman 0.20.2. No API/ABI change.
tested by shadchin@, ajacoutot@, krw@, ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/22 02:10:22

Modified files:
	x11/vlc        : Makefile 
Added files:
	x11/vlc/patches: patch-modules_codec_subtitles_subsdec_c 
	                 patch-modules_codec_subtitles_subsusf_c 

Log message:
SECURITY: Handle early termination properly in StripTags.

from Brad
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/22 02:11:34

Modified files:
	x11/vlc        : Tag: OPENBSD_4_8 Makefile 
Added files:
	x11/vlc/patches: Tag: OPENBSD_4_8 
	                 patch-modules_codec_subtitles_subsdec_c 
	                 patch-modules_codec_subtitles_subsusf_c 

Log message:
SECURITY: Handle early termination properly in StripTags.

from Brad
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/22 02:18:53

Modified files:
	usr.bin/ssh    : version.h 

Log message:
crank to OpenSSH-5.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/22 02:21:56

Modified files:
	telephony/asterisk: Tag: OPENBSD_4_8 Makefile 
	telephony/asterisk/patches: Tag: OPENBSD_4_8 patch-Makefile 
Added files:
	telephony/asterisk/patches: Tag: OPENBSD_4_8 patch-main_utils_c 

Log message:
- Add a patch to -stable to fix the AST-2011-001 security problem
(a stack buffer overflow in URI encoding, triggered by crafted caller
ID information when generating outgoing SIP calls, by the uriencode
dialplan function, and possibly with the AGI dialplan application).
http://downloads.asterisk.org/pub/security/AST-2011-001.html

- MFC: use correct user/group names in sample config.

ok william@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/22 04:42:37

Added files:
	editors/libreoffice/patches: 
	                             patch-build_libreoffice_filter_source_config_fragments_makefile_mk 

Log message:
It seems that this commit did not get cherry-picked to the stable branch
of LibreOffice so add the patch here that fixes the no_java flavor build.
Noticed by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/22 04:43:57

Modified files:
	sys/net        : pf.c 

Log message:
Pf must not scrub packets which will be dropped anyway.
ok henning@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/22 06:55:51

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Check argument count validation for all in_line() macros.
Most empty in_line() macros are already removed by the parser,
so there is no need to check again in mdoc_validate.c.
This also downgrades almost all remaining argument count issues
from ERROR to WARNING.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/22 07:05:28

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Lots of in-line macros require arguments but were not marked as such.
Check prompted by kristaps@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/22 07:24:55

Modified files:
	app/twm        : ChangeLog aclocal.m4 configure configure.ac 
	app/twm/man    : Makefile.in 

Log message:
Update to twm 1.0.6. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/22 07:30:51

Modified files:
	app/xfwp       : COPYING ChangeLog Makefile.am Makefile.in 
	                 README aclocal.m4 config.h.in configure 
	                 configure.ac io.c pm.c xfwp.h 
Removed files:
	app/xfwp       : compile mkinstalldirs 

Log message:
Update to xfwp 1.0.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/22 07:33:53

Modified files:
	app/x11perf    : ChangeLog aclocal.m4 configure configure.ac 
	                 do_tests.c do_traps.c x11perf.c x11perf.h 

Log message:
Update to x11perf 1.5.3


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/22 08:23:45

Modified files:
	sys/dev        : softraid.c 

Log message:
Ensure that boot storage area exists and is large enough, before
installing boot code.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/22 12:38:51

Modified files:
	share/man/man7 : tbl.7 

Log message:
sync to bsd.lv: document spans, and decimalpoint() is implemented


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/22 12:59:14

Modified files:
	security/assl  : Makefile 
Added files:
	security/assl/patches: patch-Makefile 

Log message:
don't install header file outside fake area; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2011/01/22 17:45:03

Modified files:
	usr.bin/mg     : buffer.c def.h dired.c file.c 

Log message:
Wrap basename,dirname with xbasename, xdirname funtions,
which have fewer special cases, and use the strlcpy/strlcat
src/dst/buffer len semantic. More portable to boot.
Discussion and feedback from Henri Kemppainen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/22 23:56:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm Delete.pm 
	                          PackingElement.pm 

Log message:
hide details of "finish" inside PackingElement proper.
do the font dirs, also display a message for new installed rcscripts, and
if some stuff has been added to the readmes directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/23 02:39:15

Modified files:
	sys/arch/hppa/dev: lcd.c 

Log message:
Spinning up secondary CPUs on an MP kernel results in PDC output on the
system LCD. Move LCD initialisation to a mountroot hook in order to avoid
PDC output after initialisation.

Committing on behalf of kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/23 02:46:25

Modified files:
	sys/arch/hppa/hppa: process_machdep.c 

Log message:
Ansify functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/23 04:03:43

Modified files:
	usr.bin/tmux   : cmd.c job.c server-fn.c tmux.c tmux.h 

Log message:
Set $TMUX without the session when background jobs are run.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/23 04:04:25

Modified files:
	usr.bin/tmux   : key-string.c 

Log message:
Allow top-bit-set characters to be used for key bindings, from Tiago
Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/23 04:19:55

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
'pfctl -x none' did not turn debugging off.  Skip the syslog internal
"no priority" priority named "none".  This makes 'pfctl -x none'
equivalent to 'pfctl -x crit'.
ok mcbride@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/01/23 06:31:11

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-java PLIST-main 

Log message:
register directories properly for check-common-dirs
common work with robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/23 07:21:20

Modified files:
	sys/dev        : softraid.c 

Log message:
Factor out block level I/O handling code and correctly handle I/Os that
exceed MAXPHYS in size.

Thanks to ckuethe@ and stsp@ for testing.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/23 07:54:15

Modified files:
	usr.bin/mandoc : man_term.c 

Log message:
Fix another regression caused by the reorg of print_man_node() in rev. 1.61:
End-of-sentence spacing got lost for man(7) after plain text lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/23 07:57:08

Modified files:
	sys/arch/amd64/stand/installboot: installboot.c 
	sys/arch/i386/stand/installboot: installboot.c 

Log message:
Add support to installboot(8) for installing biosboot(8) and boot(8) on
softraid volumes. If installboot is run on a softraid volume, a fake
single inode FFS filesystem is constructed to contain boot(8). This is
then installed onto the softraid volume via the BIOCINSTALLBOOT ioctl.
biosboot(8) is then patched and installed onto each disk that is a member
of the softraid volume.

Joint work with otto@ who came up with the concept of constructing a fake
FFS filesystem and wrote the code to do so.

No objection from miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2011/01/23 08:09:12

Modified files:
	sys/arch/hppa/hppa: trap.c 

Log message:
Ansify function.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/23 08:46:49

Modified files:
	usr.bin/tmux   : cmd-join-pane.c 

Log message:
Size is -l not -s.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/23 08:49:10

Modified files:
	usr.bin/tmux   : cmd-join-pane.c 

Log message:
While here, maximum percentage is 100 not INT_MAX. Oops.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/23 13:43:55

Modified files:
	usr.bin/make   : make.1 

Log message:
Remove an ugly workaround that was needed to cope with the 9-argument-limit
of our former groff-1.15.  The workaround relied on undocumented behaviour
of stand-alone .Xo inside .Bd -unfilled; in groff-1.20.1, that undocumented
behaviour is different and the workaround produces wrong output.
Mandoc is happy either way.
While here, remove a useless escape sequence from the next line.
"i guess that's ok" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/23 14:33:22

Modified files:
	bin/pax        : cpio.1 

Log message:
Remove .Ar markup from shell redirection meta-characters '<' and '>'
because they are not argument names, but have to be used verbatim.
Both jmc@ and sobrado@ agree to remove the .Ar markup,
and it was Jason's idea to not use any other markup instead.
"believe me, not everything in the cosmoverse requires markup" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2011/01/23 16:34:18

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
bit more on reflection, From: James Jerkins <jjerkins at una.edu>
with tweaks from jmc


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2011/01/23 17:22:00

Modified files:
	openssh        : ftp.html index.html openbsd.html portable.html 
Added files:
	openssh/txt    : release-5.7 

Log message:
openssh-5.7


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/23 17:42:44

Modified files:
	games/factor   : factor.6 

Log message:
In roff, the escape sequence \: is an optional line break,
so escape a literal non-punctuation colon correctly as \&:.
Required for correct formatting with groff-1.20.1 and Heirloom troff;
strangely, groff-1.15 and mandoc have the same bug here, hiding the error.
"fine" jmc@

While here, change .Dq to .Sq which looks better for single-character
quoting, as suggested by jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/23 18:50:25

Modified files:
	lib/libc/gen   : authenticate.3 
	lib/libc/stdlib: getopt_long.3 

Log message:
Correctly escape a literal colon in an enclosure;
the \: roff escape is an optional line break.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/23 23:42:59

Modified files:
	.              : translation.html 

Log message:
Update Spanish section, from Miguel Vidal [es] maintainer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/24 01:23:27

Modified files:
	telephony/appkonference: Makefile distinfo 
	telephony/appkonference/patches: patch-Makefile 
Added files:
	telephony/appkonference/patches: patch-konference_conference_c 
	                                 patch-konference_frame_c 
	                                 patch-konference_member_c 

Log message:
update and patch appkonference to work with asterisk 1.8.
spotted by and diff ok with naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/24 01:32:32

Modified files:
	faq/ports      : index.html specialtopics.html 

Log message:
Add some rc.d(8) documentation to the porting FAQ.

from jasper@ with some tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2011/01/24 03:39:46

Modified files:
	etc/mtree      : 4.4BSD.dist 
	usr.sbin/nsd   : Makefile.bsd-wrapper nsd-checkconf.8 
	                 nsd-patch.8 nsd-zonec.8 nsd.8 nsd.conf.5 nsdc.8 

Log message:
change default nsd(8) paths. ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/24 09:58:44

Modified files:
	share/zoneinfo/datfiles: australasia northamerica 

Log message:
Update to tzdata2011a from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2011/01/24 10:29:21

Modified files:
	distrib/sets/lists/xserv: md.hppa md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/24 10:44:28

Modified files:
	sbin/iked      : ikev2.c 

Log message:
fixup previous for the responder mode


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/24 11:01:48

Modified files:
	share/zoneinfo/datfiles: northamerica 

Log message:
Fix revision


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2011/01/24 11:32:54

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
unbreak 6200 support by forcing Tx/Rx chains masks since ROM
contains broken data.
reported by matthew@; verified by me against Linux driver.

remove two if_ierrors++ while i'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/24 12:58:32

Modified files:
	bin/hostname   : hostname.1 

Log message:
gethostname.3 and sethostname.3 are one and the same, so don;t list them
both in SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/24 16:13:56

Modified files:
	share/man/man7 : man.7 roff.7 

Log message:
Better explain roff(7) macro argument quoting;
ok jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2011/01/24 16:31:28

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/24 16:40:12

Modified files:
	usr.bin/mandoc : main.c 

Log message:
Skip carriage return before newline, if any.
As pointed out by Joerg Sonnenberger, this is useful
because we use mmap(3) and look for '\n' by hand.
"check it in" kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/24 17:23:24

Modified files:
	usr.bin/mandoc : roff.c 

Log message:



CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/24 17:37:39

Modified files:
	share/man/man7 : man.7 mdoc.7 roff.7 

Log message:
As noticed by deraadt@, it goes without saying that text files
on a UNIX system use UNIX conventions, and UNIX tools working
on them expect that.
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/24 18:09:51

Modified files:
	share/man/man7 : roff.7 

Log message:
Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/24 22:44:05

Modified files:
	sys/net        : if.c 

Log message:
pool is properly spelled pl.  makes this one fit in netstat column.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/25 03:58:41

Modified files:
	sbin/iked      : ikev2.c 

Log message:
fixup child sa deletion in drop_sa;  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/25 04:46:57

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
prepend pkgname to ask-update prompt, so that user knows for sure which
package is asking.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/25 05:07:26

Modified files:
	usr.bin/mandoc : out.c tbl_term.c 

Log message:
correct horizontal spacing of data cells
correct alignment of centered cells
adjust horizontal rule width to the new spacing
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/25 05:16:19

Modified files:
	usr.bin/mandoc : tbl_data.c 

Log message:
Do not skip data after horizontal lines in the layout.
Instead, let one line of input data add two new spans
to the tbl tree during one single call of tbl_data().
Note that this causes the horizontal line to get parsed
into the tbl tree, but not yet used in the output,
which will be fixed next.
Avoids data loss in cpu(4/hppa).
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/25 05:24:26

Modified files:
	usr.bin/mandoc : libroff.h main.c tbl.c tbl_data.c 

Log message:
Since tbl_data() can now produce multiple spans, let parsebuf()
generate man(7) or mdoc(7) nodes for all these spans,
not only for the last one.
Restores the horizontal lines in the cpu(4/hppa) tables.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/25 05:35:07

Modified files:
	usr.bin/mandoc : man_term.c 

Log message:
Avoid double blank line before a table preceded by .PP.
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/01/25 11:42:45

Modified files:
	sys/kern       : kern_synch.c 

Log message:
Don't ignore copyout() return value in sys_thrsleep().
Spotted by miod some time ago.
ok miod guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/01/25 13:03:36

Modified files:
	sys/sys        : conf.h 
	sys/dev/usb    : if_athn_usb.c if_aue.c if_axe.c if_cdce.c 
	                 if_cue.c if_kue.c if_mos.c if_otus.c if_ral.c 
	                 if_rsu.c if_rum.c if_run.c if_uath.c if_udav.c 
	                 if_upgt.c if_upl.c if_url.c if_urndis.c 
	                 if_urtw.c if_urtwn.c if_wi_usb.c if_zyd.c 
	                 moscom.c uark.c uaudio.c uberry.c ubsa.c ubt.c 
	                 uchcom.c ucycom.c udcf.c udfu.c udl.c udsbr.c 
	                 ueagle.c uftdi.c ugen.c uhid.c uhidev.c uhub.c 
	                 uipaq.c ulpt.c umass.c umbg.c umct.c umidi.c 
	                 umodem.c umsm.c uow.c uplcom.c urio.c usb.c 
	                 usb_subr.c usbdi.h uscanner.c uslcom.c uthum.c 
	                 uticom.c utrh.c uts.c utwitch.c uvideo.c 
	                 uvisor.c uvscom.c 

Log message:
garbage collect "usb events".  without /dev/usb there is no way to access
them from userland, and nothing in the kernel uses them.

ok krw@, miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/25 13:14:45

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/25 13:42:54

Modified files:
	es             : 25.html 26.html amiga.html art1.html art2.html 
	                 donations.html ftp.html query-pr.html 
	faq/nl         : faq8.html 
	nl             : translation.html 
	openssh/ja     : ftp.html index.html openbsd.html portable.html 
	openssh/nl     : ftp.html index.html openbsd.html portable.html 
Removed files:
	es             : audio-port.html checklist.html ports.html 
	                 porttest.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2011/01/25 13:53:18

Modified files:
	lib/libssl     : generate_pkgconfig.sh 

Log message:
Put -I${includedir} back into Cflags so configure script tests like
test -n "`pkg-config --cflags openssl`"
don't assume that OpenSSL isn't available.

ok miod@, sthen@, ajacoutot@, djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2011/01/25 14:04:16

Modified files:
	devel/libusb   : Makefile 
	devel/libusb/patches: patch-bsd_c 

Log message:
allow libusb to find ugen(4) devices without needing to access
the bus.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/25 15:31:50

Modified files:
	usr.bin/tmux   : session.c tmux.h window.c 

Log message:
Check if the index is in use and fail before creating the child process,
rather than leaving a stray child on failure.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/01/25 15:55:14

Modified files:
	lib/libpthread/uthread: uthread_kern.c 

Log message:
Make the pthread scheduler block signals while restoring a newly
selected thread's state. Fixes random qemu crashes.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/25 16:40:26

Modified files:
	usr.bin/tmux   : grid-view.c screen-write.c tmux.h 

Log message:
When clearing the entire screen, clear lines that are used into the
history like xterm does. Requested ages ago by someone I've forgotten.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/25 17:11:47

Modified files:
	usr.bin/tmux   : cmd-server-info.c job.c server.c tmux.h 
	                 tty-term.c 

Log message:
Use LIST_* not SLIST_*.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/25 18:45:01

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Attansic L1D/L2C PCI ids

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/25 18:46:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/25 18:54:57

Modified files:
	usr.bin/tmux   : cmd-if-shell.c cmd-run-shell.c 
	                 cmd-server-info.c cmd-set-option.c job.c 
	                 server-client.c status.c tmux.h 

Log message:
Simplify the way jobs work and drop the persist type, so all jobs are
fire-and-forget.

Status jobs now managed with two trees of output (new and old), rather
than storing the output in the jobs themselves. When the status line is
processed any jobs which don't appear in the new tree are started and
the output from the old tree displayed. When a job finishes it updates
the new tree with its output and that is used for any subsequent
redraws. When the status interval expires, the new tree is moved to the
old so that all jobs are run again.

This fixes the "#(echo %H:%M:%S)" problem which would lead to thousands
of identical persistent jobs and high memory use (this can still be
achieved by adding "sleep 30" but that is much less likely to happen by
accident).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/25 19:55:34

Modified files:
	usr.bin/tmux   : server-window.c 

Log message:
Unused declaration.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/26 00:09:10

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
sort previous


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/26 00:10:53

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/01/26 03:49:03

Modified files:
	editors/libreoffice: Makefile distinfo 

Log message:
Update to 3.3.0.4 which is the stable release of LibreOffice.
This has been discussed to be commited before the lock.

ok espie@, ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/26 04:26:22

Modified files:
	faq            : current.html 

Log message:
- add some missing [ports] markers

- add details about Asterisk 1.8, including a suggestion from fgsch@ with
a way to reduce memory use (IAX2 uses significantly more memory than previous
versions; expected to be fixed later, see asterisk bug 18194).

ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/26 05:53:46

Modified files:
	infrastructure/bin: check-lib-depends 

Log message:
Brought to you by the king of slack!
Manually removing TABs is an exhausting job, so make the analyse
function output compatible for copy/paste into a port Makefile.

"yes yes yes" sthen@
ok landry@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/26 06:51:43

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/files: qemu-ifdown 
Added files:
	emulators/qemu/patches: patch-net_socket_c 

Log message:
- fix multicast virtual networks; setsockopt(SOL_IP, IP_MULTICAST_LOOP)
takes a u_char, not int as in the 0.13.0 qemu code. from mcbride@ with
name change by fgsch@.

- fix copy-and-pasto in the sample qemu-ifdown script resulting in
tun interface not being removed and errors when qemu closes. from me.

ok mcbride@(first part) fgsch@ ajacoutot@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/01/26 08:10:59

Modified files:
	libexec/makewhatis: Makefile 
Added files:
	libexec/makewhatis/OpenBSD/Makewhatis: Subject.pm 

Log message:
placeholder for future changes, as discussed with miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/26 09:35:17

Modified files:
	sbin/iked      : ikev2.c 

Log message:
enable child sas and do sa and flow transfer after succeeding with
all the preparation steps.  don't forget to change {flow,csa}_ikesa
pointers when transefing to a different ike sa.  ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/26 09:59:24

Modified files:
	sbin/iked      : config.c iked.h ikev2.c ikev2_pld.c pfkey.c 
	                 policy.c 

Log message:
get rid of acquire flows completely, as they tend to pass traffic
when there's no sa established (as pointed out by reyk).  instead
use require mode feature to send acquires from the kernel.  this
allows us to get rid of the code that changes flow mode to acquire
and keep all installed flows in the tree and save up on some code
that deals with renegotiation.  also several entities were renamed
(iked_acqflows -> iked_activeflows, iked_ipsecsas -> iked_activesas,
ikev2_acquire -> ikev2_acquire_sa).   ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/26 10:07:59

Modified files:
	sbin/iked      : ikev2.c timer.c 

Log message:
Don't initiate any connections in passive mode, not even for ACQUIRE messages
from the PFKEY socket.  This is needed for sasyncd.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/26 14:40:19

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2011/01/26 14:41:02

Modified files:
	sys/dev/ata    : atascsi.c atascsi.h 
	sys/dev/ic     : sili.c silireg.h 
	sys/dev/pci    : ahci.c 

Log message:
Add port multiplier support, has been in snaps for a while with no reported
issues. No actual OKs, but general acknowledgement and 'get it in' from several.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/26 19:18:31

Modified files:
	share/man/man4 : lii.4 

Log message:
Update the man page after my last commit to atphy(4); from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2011/01/27 05:29:14

Modified files:
	usr.sbin/nsd   : config.h.in configparser.y configure.ac dns.c 
	                 dns.h mkinstalldirs nsd-checkconf.c 
	                 nsd-notify.c nsd-patch.c nsdc.sh.in nsec3.c 
	                 query.c rdata.c server.c util.c zonec.c zonec.h 
	                 zparser.y 

Log message:
upgrade to NSD 3.2.7; ok sthen@, tested by multiple people


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2011/01/27 05:29:56

Modified files:
	usr.sbin/nsd   : configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2011/01/27 05:31:07

Modified files:
	usr.sbin/nsd   : Makefile.in 

Log message:
fix realclean target


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/01/27 10:19:09

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
change a logged error from 'enforce remote-as' to the correct
'enforce neighbor-as'; from Sebastian Benoit on tech@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2011/01/27 13:37:19

Modified files:
	sys/dev        : midi.c 

Log message:
while closing the device, don't sleep with the PCATCH flag, otherwise
a signal (like SIGALRM) may cause the output buffer to not be drained
and causing for instance stale notes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/27 13:42:47

Modified files:
	sys/lib/libkern/arch/m88k: copy_subr.S 

Log message:
s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which define
TIMEZONE and DST...


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2011/01/27 14:27:44

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/arch/amd64/amd64: est.c 

Log message:
Atom uses the same value for bus clock 200 MHz as Core, though
this is not documented by Intel.

tested by henning on d525


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2011/01/27 14:29:25

Modified files:
	sys/dev        : vmt.c 

Log message:
Fix newlines for error on attach case.  with & ok dlg.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/27 20:04:49

Modified files:
	faq            : faq14.html index.html 

Log message:
sync section headers and index page, from Maurice Janssen, thanks!
While here, remove the note to translators.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/27 20:10:10

Modified files:
	faq            : faq14.html 

Log message:
the listed external box makers are high-end SAN-like device providers
now, I can't tell what Accusys is currently selling through their
perpetually sucky and now Flash driven website, and buying Arco products
seems to be difficult.  This section doesn't help people, remove.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/27 22:03:10

Modified files:
	sys/arch/amd64/amd64: est.c 

Log message:
you use ; to end a statement, not a :.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/27 23:30:04

Modified files:
	sys/dev/pci    : ahci.c 

Log message:
ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should be
quiet unless we want verbose output.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/27 23:32:31

Modified files:
	sys/dev/pci    : ahci.c 

Log message:
we deal with polled ccbs erroring out properly, we dont have to complain
about it unless we want verbose debug shizz.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/01/27 23:43:00

Modified files:
	sys/net        : if_pppx.c pipex.c 

Log message:
make sure that the size of the addresses userland is trying to configure
make sense, not just the family.

from jonathan matthew
ok yasuoka@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/28 00:42:23

Modified files:
	faq/pf         : tagging.html 

Log message:
missing <br>; from Inigo Ortiz de Urbina Cazenave


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/28 01:21:11

Modified files:
	faq/nl         : faq14.html index.html 
	lt             : 41.html anoncvs.html donations.html ftp.html 
	                 landisk.html plat.html smp.html 
	openssh/nl     : openbsd.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	martinh@cvs.openbsd.org	2011/01/28 02:26:22

Modified files:
	usr.sbin/ldapd : ldapd.8 ldapd.conf.5 

Log message:
document available authentication types and formats.
with tweaks from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2011/01/28 03:29:28

Modified files:
	audio/midish   : Makefile distinfo 

Log message:
update to 1.0.6, fixes timer overflows during suspend/continue cycles


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2011/01/28 03:36:09

Modified files:
	audio/midish   : Makefile distinfo 

Log message:
revert latest commit


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/28 06:19:44

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Change an m_free() to m_freem() to free the whole mbuf chain and to prevent
a possible memory leak with bpf's BIOCSFILDROP option which is currently
used by dhcpd and dhclient.

Found by gollo@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/28 07:20:37

Modified files:
	sys/net        : if_trunk.c 

Log message:
Fix another memory leak by replacing m_free() with m_freem() in trunk's
broadcast mode.

ok blambert@ mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/01/28 07:58:24

Modified files:
	sys/net        : if_mpe.c 

Log message:
Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input().

ok gollo@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/01/28 11:21:37

Modified files:
	sbin/iked      : ikev2.c 

Log message:
improve behavior of drop_sa: always negotiating a new child sa;  ok reyk


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/28 12:34:22

Modified files:
	xserver/hw/xfree86/os-support/bsd: bsd_agp.c 

Log message:
Effectively close the AGP device fd in xf86GARTCloseScreen() if it's
different from the consoleFd. Fixes crashes at server reset.
"looks good" miod@, oga@. Tested by shadchin@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/28 12:37:55

Modified files:
	xserver/os     : privsep.c 

Log message:
restart recvmsg() if returning with errno==EINTR.
Fixes a crash on server reset on some machines.
Code inspired by ssh, with feedback from guenther@ and millert@
ok guenther@ miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/28 12:41:30

xenocara/app/xbiff/man

Update of /cvs/xenocara/app/xbiff/man
In directory cvs.openbsd.org:/tmp/cvs-serv2246/man

Log Message:
Directory /cvs/xenocara/app/xbiff/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/28 12:43:40

Modified files:
	app/xbiff      : ChangeLog MailboxP.h Makefile.am Makefile.in 
	                 aclocal.m4 config.h.in configure configure.ac 
Added files:
	app/xbiff/man  : Makefile.am Makefile.in xbiff.man 
Removed files:
	app/xbiff      : xbiff.man 

Log message:
Update to xbiff 1.0.3. No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/01/28 12:44:23

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/28 13:39:22

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Use input_clear to reset the APC, DCS, OSC state or it could be reused
improperly by a later state. From Kevin Goodsell.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/28 14:38:12

Modified files:
	www/firefox35  : Makefile 
	www/mozilla-firefox: Makefile 
	www/seamonkey  : Makefile 
	mail/mozilla-thunderbird: Makefile 
	productivity/sunbird: Makefile 
	devel/xulrunner/1.9: Makefile 
Added files:
	www/firefox35/patches: patch-gfx_qcms_iccread_c 
	www/mozilla-firefox/patches: patch-gfx_qcms_iccread_c 
	www/seamonkey/patches: patch-mozilla_gfx_qcms_iccread_c 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_gfx_qcms_iccread_c 
	productivity/sunbird/patches: patch-mozilla_gfx_qcms_iccread_c 

Log message:
Fix an unaligned access on sparc64 leading to random crashes when
mozilla tries to read a malformed ICC profile on random image content
found on the web.
backport of http://hg.mozilla.org/mozilla-central/rev/e8207773d54d
ref: https://bugzilla.mozilla.org/show_bug.cgi?id=629057
issue reported and fix found by naddy@
ok naddy@ ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/28 20:33:30

Modified files:
	faq            : faq5.html 

Log message:
The answer to "how do I bootstrap a new compiler" is really just
"install a snapshot".  Stop giving the right answer then lots of details
on how to do it wrong.  Besides, devs usually provide situation specific
details in current.html, and it often doesn't match what was here.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/01/28 20:39:14

Modified files:
	faq            : faq14.html index.html 

Log message:
singular -> plural, thanks Joachim Schipper!


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/28 20:43:13

Modified files:
	sbin/mount_vnd : mount_vnd.c 

Log message:
no need for fopen, when opendev gives us a perfectly good fd.
from "maurice"


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2011/01/29 01:13:46

Modified files:
	sys/dev/pci    : if_alc.c 

Log message:
Fix two logic errors:
- "could not disable Rx/Tx MAC" from FreeBSD
- "could not disable RxQ/TxQ" from Gabriel Linder


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/29 01:39:43

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the
terminal disappears while locked.


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/01/29 01:49:19

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Amend "Login" section to reflect the fact that a user account
can be created during installation.
Suggestions from schwarze@
ok for first version miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/29 03:00:11

src/regress/usr.bin/mandoc/char/N

Update of /cvs/src/regress/usr.bin/mandoc/char/N
In directory cvs.openbsd.org:/tmp/cvs-serv30222/N

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/char/N added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/29 06:15:39

Modified files:
	sys/kern       : uipc_mbuf.c uipc_mbuf2.c 
	share/man/man9 : mbuf_tags.9 

Log message:
The function m_tag_copy_chain() returned 0 on success and 1 on
failure.  The man page explained it the other way around.  Change
the return code to the more obvious 0 or ENOMEM and document this.
ok krw@ markus@ miod@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2011/01/29 08:01:22

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
spaces that make my eyes bleed. no binary change.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/29 08:46:37

Modified files:
	faq/fr         : current.html faq5.html faq8.html 
	faq/nl         : faq14.html faq5.html index.html 
	faq/pf/fr      : tagging.html 
	faq/pf/nl      : tagging.html 
	fr             : 46.html porting.html translation.html 
	openssh/fr     : ftp.html index.html openbsd.html portable.html 
	openssh/ja     : manual.html 
	porting/fr     : autoconf.html 
Added files:
	porting/fr     : audio-port.html checklist.html porttest.html 
Removed files:
	fr             : audio-port.html checklist.html porttest.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2011/01/29 10:10:45

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
improve error msg when enforce-neighbor-as is on and the path doesn't
start with the neighbor-as. makes finding the offender easier.
from Sebastian Benoit <benoit-lists at fb12.de>, claudio agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/30 00:53:57

Modified files:
	share/man/man4 : akbd.4 hilkbd.4 pckbd.4 ukbd.4 
	share/man/man4/man4.sparc: zs.4 
	share/man/man4/man4.sparc64: zs.4 
	share/man/man4/man4.vax: lkkbd.4 

Log message:
wsconsctl -w is out of fashion; from Henri Kemppainen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/30 02:38:41

Modified files:
	devel/ddd      : Makefile 

Log message:
Unbreak on powerpc by moving to new DEPENDS style.

ok espie@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/30 05:09:30

Modified files:
	usr.bin/tmux   : arguments.c 

Log message:
Free old argument even if setting to NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/01/30 08:20:13

Modified files:
	share/man/man9 : mbuf.9 

Log message:
missing space: out-of-banddata -> out-of-band data


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 08:37:17

Modified files:
	share/man/man8 : afterboot.8 

Log message:
As reminded by deraadt@, we don't usually use "you" in manuals, so use
a bit less of it here, even though this page is a bit special.  Not a full
sweep of the page, just cleaning up the paragraph we recently touched.
ok jmc@ lum@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 09:05:29

Modified files:
	share/man/man7 : mandoc_char.7 
	usr.bin/mandoc : chars.c chars.h html.c out.c out.h term.c 
	regress/usr.bin/mandoc/char: Makefile 
Added files:
	regress/usr.bin/mandoc/char/N: Makefile basic.in basic.out_ascii 

Log message:
Implement the \N'number' (numbered character) roff escape sequence.
Don't use it in new manuals, it is inherently non-portable, but we
need it for backward-compatibility with existing manuals, for example
in Xenocara driver pages.
ok kristaps@ matthieu@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/01/30 09:21:05

Modified files:
	sys/dev/sun    : sunkbdmap.c 
	sys/dev/wscons : wskbdraw.h 

Log message:
Report the compose key on sun keyboards in raw mode as a different keycode
from right alt. ok krw@ shadchin@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/01/30 09:51:38

Modified files:
	share/man/man9 : mbuf.9 

Log message:
zap unneeded Pp;


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/30 10:28:05

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
another run device. ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/30 10:28:56

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/01/30 10:31:08

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
another run


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 10:41:59

Modified files:
	usr.bin/mandoc : mdoc.h mdoc_term.c mdoc_validate.c 

Log message:
Like in groff, if .%B is specified, quote .%T; from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 11:09:42

src/regress/usr.bin/mandoc/mdoc/Bx

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Bx
In directory cvs.openbsd.org:/tmp/cvs-serv10549/Bx

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Bx added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 11:28:02

Modified files:
	usr.bin/mandoc : mdoc_html.c mdoc_macro.c mdoc_term.c 
	                 mdoc_validate.c 
	regress/usr.bin/mandoc/mdoc: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bx: Makefile args.in args.out_ascii 

Log message:
Make .Bx accept not more than two arguments.
Convert the first character of the second argument to uppercase.
Append the second argument with a hyphen.
Improves chpass(1), column(1), fstat(1), ...
from kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 19:36:55

Modified files:
	usr.bin/mandoc : term_ascii.c term_ps.c 

Log message:
Remove unnecessary conditional: term_alloc() cannot return NULL;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/01/30 20:04:26

Modified files:
	usr.bin/mandoc : html.h mdoc_html.c 
	regress/usr.bin/mandoc/char/space: leading-mdoc.in 
	                                   leading-mdoc.out_ascii 

Log message:
When in a <PRE>, don't print out the <BR> before lines that have
leading whitespace; from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/01/31 05:21:32

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
Add a full stop at the end of the sentences from finish and report.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/01/31 06:27:05

Modified files:
	lib/libc/sys   : getsockopt.2 
	share/man/man4 : options.4 

Log message:
Document the kernel option SOCKET_SPLICE and the socket option
SO_SPLICE for zero-copy socket splicing.
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/31 06:59:56

Modified files:
	.              : INDEX 

Log message:
sync, 6852


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/01/31 07:59:38

Modified files:
	net/libtorrent : Makefile 
	net/libtorrent/patches: patch-src_torrent_poll_kqueue_cc 

Log message:
Fix a segfault in rTorrent when running a large number of torrents.
From Tobias Ulmer; ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/01/31 08:34:23

Modified files:
	x11/xfce4/thunar-archive/patches: patch-configure 

Log message:
Other patches remove references to thunar-vfs, but configure still
checks for it. Remove the check from configure so that it builds fine on
a box where thunar-vfs is not installed.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2011/01/31 09:48:18

Modified files:
	distrib/miniroot: install.sub 

Log message:
- do not run fsck for fstab entries with zero or empty fs_passno
- ask for permission to continue upgrade if one or more mounts failed

Fixes issue noted by Peter Miller, who also tested the diff. Thanks!

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/31 11:02:56

Modified files:
	usr.sbin/cron  : crontab.1 crontab.c 

Log message:
Make "crontab -e" honor TMPDIR; from the Openwall project (ldv)
OK miod@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/01/31 12:13:31

Modified files:
	usr.sbin/cron  : crontab.1 

Log message:
Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/01/31 13:54:42

Modified files:
	usr.bin/tmux   : cmd-select-pane.c 

Log message:
Redraw pane borders when switching to last pane.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	stsp@cvs.openbsd.org	2011/01/31 14:10:06

Modified files:
	xserver/exa    : exa_accel.c exa_unaccel.c 

Log message:
Apply fix from upstream:
commit e06fa804009798ea95efa8babaabb0228dfdfe65
EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24703
Reported by Barry Grumbine on ports@
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/01/31 14:42:15

Modified files:
	usr.bin/ssh    : PROTOCOL.mux 

Log message:
cut'n'pasto; from bert.wesarg AT googlemail.com


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/31 14:51:07

Modified files:
	build          : Makefile 
	build/mirrors  : openssh-ftp.html.head 
	                 openssh-portable.html.head 

Log message:
sync master files with new OpenSSH release.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/31 14:52:50

Modified files:
	build          : mirrors.dat 

Log message:
Add a nice mirror in Chicago, courtesy of Team Cymru.

http://mirror.team-cymru.org/pub/OpenBSD/
ftp://mirror.team-cymru.org/pub/OpenBSD/
rsync://mirror.team-cymru.org/OpenBSD/


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/01/31 14:53:53

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/01/31 14:54:33

Modified files:
	distrib/notes  : mirrors 

Log message:
sync from mirrors.dat


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/01/31 16:20:23

Modified files:
	graphics/darktable: Makefile 
Added files:
	graphics/darktable/patches: patch-src_common_darktable_h 

Log message:
Don't try and unconditionally use asm instructions to read the TSC
for performance-debugging printf()s. (post-unlock, updating darktable
to a newer version should fix this in a better way).

Build failure on macppc reported by ajacoutot@ (though it affects
other arch too). ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/01 01:33:37

Modified files:
	build          : mirrors.dat 

Log message:
Add another fast mirror, this one in Bulgaria
http://mirror.telepoint.bg/OpenBSD/
ftp://mirror.telepoint.bg/OpenBSD/


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/01 01:34:15

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/01 01:34:35

Modified files:
	distrib/notes  : mirrors 

Log message:
sync from mirrors.dat


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2011/02/01 06:47:04

Modified files:
	devel/libsoup  : Makefile 

Log message:
Fix gnome subpackage lib dependencies
ok ajacoutot@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/01 09:10:31

Modified files:
	sys/net        : pf_norm.c 

Log message:
The check for invalid IPv6 fragment size in pf_normalize_ip6() was
wrong.  As an effect small valid fragmented packets got dropped and
some invalid fragmented packets were passed.  plen is the payload
lenght of the ipv6 packet without the ipv6 header.  off is relative
to the whole packet including the ipv6 header.  Add sizeof(struct
ip6_hdr) in the calculation.
ok henning@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/02/01 10:31:47

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
- remove an ambiguity regarding the state description. i used part of a
diff from patrick keshishian on misc for this

- document that packets passed by default, matching neither block nor
pass rules, are effectively created with "no state"; as discovered by tedu

...after much discussion on misc and with henning


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2011/02/01 11:23:59

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.

Ok jsg@, sthen@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2011/02/01 11:27:55

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2011/02/01 11:31:11

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.

Ok jsg@, sthen@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/02/01 22:21:36

Modified files:
	distrib/sets/lists/base: mi 
	usr.bin/mg     : mg.1 Makefile 

Log message:
Move mg(1) tutorial file into a release, instead of languishing in src.
ok nick@ schwarze@ miod@ kjell@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/02/01 22:27:55

Modified files:
	usr.bin/mg     : mg.1 

Log message:
Put correct path for tutorial into man page. oops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/02/02 01:41:30

Modified files:
	x11/xfce4/thunar-media-tags/patches: patch-configure 
	                                     patch-thunar-plugin_audio-tags-page_c 

Log message:
Apply same fix as in thunar-archive to fix build on a box where
thunar-vfs is not installed. Remove the check in configure.
Update patch-thunar-plugin_audio-tags-page_c while here.
ok ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/02/02 02:30:11

Modified files:
	emulators/qemu-old: Makefile 
	emulators/qemu-old/patches: patch-vl_c 

Log message:
Update mcast fix in line with changes made to ports/emulators/qemu.
From Brad, ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2011/02/02 02:33:11

Modified files:
	sys/kern       : sysv_sem.c 

Log message:
For SETVAL and SETALL operations make sure the specified value(s) are
within the system limits.  Fixes kernel/6547.
millert@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/02 02:34:23

Modified files:
	x11/vlc        : Makefile 
Added files:
	x11/vlc/patches: patch-modules_demux_mkv_demux_cpp 
	                 patch-modules_demux_mkv_matroska_segment_parse_cpp 
	                 patch-modules_demux_mkv_mkv_hpp 

Log message:
SECURITY: fix a remote code execution vulnerability issue with the
Mastroska container support (VideoLAN-SA-1102).

from Brad (maintainer)
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2011/02/02 02:37:09

Modified files:
	lib/libc/sys   : semctl.2 

Log message:
Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now.
jmc@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/02 07:10:45

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/pkg: PLIST-docs 

Log message:
Update to 9.0.3.

+ CVE fix (CVE-2010-4015)
+ fix nasty behavior:
- Before exiting walreceiver, ensure all the received WAL is fsync'd to disk.
Otherwise the standby server could replay some un-synced WAL, conceivably leading
to data corruption if the system crashes just at that point.
- Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed

Tested in a bulk by landry@

ok ajacoutot@, landry@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/02/02 13:15:49

Modified files:
	mail/majordomo : Makefile 
Added files:
	mail/majordomo/patches: patch-majordomo_pl 

Log message:
Grab patch from pkgsrc PR43974 to make majordomo work with perl 5.12.
(split doesn't return @_ anymore)
Reported by Witek Handzlik on ports@
While here, remove dhartmei@ from MAINTAINER.
ok sthen@ dcoppa@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/02 13:47:08

Modified files:
	xserver/exa    : exa_mixed.c 

Log message:
Merge another EXA fix from X.Org 1.9.4RC1:
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2011/02/02 14:56:04

Modified files:
	sysutils/apcupsd: Makefile 
Added files:
	sysutils/apcupsd/patches: patch-src_drivers_usb_bsd_bsd-usb_c 

Log message:
the USB_DEVICEINFO ioctl only requires read access to the usb bus.
open the bus with O_RDONLY instead of O_RDWR to not require write
permission.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/02 16:27:51

Modified files:
	usr.sbin/ospfd : ospfd.conf.5 

Log message:
s/microseconds/milliseconds/, from Stijn on bugs@.
"whichever one is a thousandth of a second is the one i am ok with" dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/02/03 01:19:55

Modified files:
	usr.bin/diff   : diff.1 

Log message:
add a reference to the "An Algorithm for Differential File Comparison" paper;
diff originally from Daniel Dickman, but otto suggested this paper

ok otto millert


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2011/02/03 01:49:46

Modified files:
	sbin/isakmpd   : virtual.c 

Log message:
When binding to addresses, ignore any IP address not in the current
routing domain.

While here, update comment on what the ioctl is used for (from sthen@).

OK mikeb@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/03 01:56:14

Modified files:
	shells/zsh     : Makefile 
	shells/zsh/pkg : PLIST 
Removed files:
	shells/zsh/patches: patch-Completion_BSD_Command__pfctl 

Log message:
Unbreak the pfctl completion.
Spotted by Brad Kalbaugh

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2011/02/03 03:31:12

Modified files:
	www/chromium   : Makefile 

Log message:
Disable on amd64, because it does not work.
After unlock a chrome update will come...

ok ajacoutot@, sthen@ and requested by many people


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2011/02/03 09:08:24

Modified files:
	share/man/man4 : ip.4 

Log message:
mention the right type for IP_RECVTTL; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/03 10:29:16

Modified files:
	sys/netinet    : ip_input.c 

Log message:
ip_ttl is u_int8_t, not u_char so adjust sizeof for consistency.
No binary change.  OK otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/03 13:26:01

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/02/03 13:50:03

Modified files:
	usr.bin/tmux   : cmd-new-session.c 

Log message:
Don't require -d with -x or -y since it could be in the config file.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2011/02/03 14:22:19

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
Initialize stack memory before use.  Found with clang.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2011/02/03 15:11:22

Modified files:
	usr.bin/less   : less.1 

Log message:
LC_TYPE -> LC_CTYPE; from Alexander Polakov


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/03 17:44:21

Modified files:
	usr.bin/ssh    : key.c 

Log message:
fix uninitialised nonce variable; reported by Mateusz Kocielski


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/03 17:44:43

Modified files:
	usr.bin/ssh    : version.h 

Log message:
openssh-5.8


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2011/02/03 18:23:34

Modified files:
	openssh        : ftp.html index.html openbsd.html portable.html 
	                 security.html 
Added files:
	openssh/txt    : legacy-cert.adv release-5.8 

Log message:
OpenSSH 5.8


CVSROOT:	/cvs
Module name:	www
Changes by:	lum@cvs.openbsd.org	2011/02/03 20:25:14

Modified files:
	faq            : faq5.html 

Log message:
Remove link to afterboot(8), it doesnt contain info on the build process (anymore).
Add in more relevant links.
ok jmc@ nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/04 01:21:39

Modified files:
	sys/dev/usb    : usb.c usbdi.h 

Log message:
* merge 'onqueue' and 'running' members of struct usb_task into
a new member, 'state'.
* add new function 'usb_wait_task()', which waits for queued or running
usb_tasks to complete.
* in the USB_DEVICEINFO ioctl, fill struct usb_device_info in a
usb_task, thereby avoiding races against driver attach/detach.

ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/04 01:52:43

Modified files:
	build          : Makefile 
	build/mirrors  : openssh-ftp.html.head 
	                 openssh-portable.html.head 

Log message:
sync with OpenSSH 5.8


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/04 02:11:21

Modified files:
	faq/nl         : faq5.html 
	nl             : ftp.html 
	openntpd/pt    : ftp.html 
	openssh/nl     : ftp.html index.html openbsd.html portable.html 
	                 security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/02/04 03:22:16

Modified files:
	www/drupal6/ctools: Makefile distinfo 
	www/drupal6/ctools/pkg: PLIST 

Log message:
update to 1.8 as a prerequisite for a security update of www/drupal6/panels.
"These are security things that need to go in before the lock. So commit it with my OK." jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stephan@cvs.openbsd.org	2011/02/04 03:28:01

Modified files:
	www/drupal6/panels: Makefile distinfo 
	www/drupal6/panels/pkg: PLIST 

Log message:
security update to 3.9, addresses SA-CONTRIB-2011-002 (XSS), see
http://drupal.org/node/1024972 for details.
"These are security things that need to go in before the lock. So commit with my OK." jasper@, maintainer timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/04 10:06:38

Modified files:
	x11/e17/ecore/patches: patch-configure 

Log message:
- add back a chunk that was removed with the last update; ecore would pickup
Cocoa.h from gnustep-gui by accident and break the build later on.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/04 11:33:20

Modified files:
	devel/pango    : Makefile 
Added files:
	devel/pango/patches: patch-pango_pangoft2-render_c 

Log message:
Security fix for CVE-2011-0020,
Pango "pango_ft2_font_render_box_glyph()" Buffer Overflow Vulnerability

testing ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/02/05 02:23:52

Modified files:
	net/maradns    : Makefile distinfo 

Log message:
SECURITY update to 1.3.07.11 - CVE-2011-0520

The compress_add_dlabel_points function in dns/Compress.c in MaraDNS 1.3.x
allows remote attackers to cause a denial of service (segmentation fault)
and possibly execute arbitrary code via a long DNS hostname with a large
number of labels, which triggers a heap-based buffer overflow.

From Brad, ok aja@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/05 03:52:29

Modified files:
	build          : mirrors.dat 

Log message:
openbsd.mirrors.tds.net is 3+ weeks out of date and no contact details, remove


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/05 03:53:03

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/05 10:29:06

Modified files:
	sys/net        : pf.c 

Log message:
When a packet with an unusual protocol number got rewritten, the
header lenght was uninitialized.  This resulted in a panic in
m_clget().  Initialize hdrlen with 0 and call m_copyback() only if
necessary.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:09

src/regress/usr.bin/mandoc/mdoc/Ad

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ad
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Ad

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ad added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:10

src/regress/usr.bin/mandoc/mdoc/Cd

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Cd
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Cd

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Cd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:11

src/regress/usr.bin/mandoc/mdoc/Er

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Er
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Er

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Er added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:12

src/regress/usr.bin/mandoc/mdoc/Ic

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ic
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Ic

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ic added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:13

src/regress/usr.bin/mandoc/mdoc/Ms

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ms
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Ms

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ms added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:14

src/regress/usr.bin/mandoc/mdoc/Nd

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Nd
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Nd

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Nd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:15

src/regress/usr.bin/mandoc/mdoc/St

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/St
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/St

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/St added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:16

src/regress/usr.bin/mandoc/mdoc/Sx

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Sx
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Sx

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Sx added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:17

src/regress/usr.bin/mandoc/mdoc/Sy

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Sy
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Sy

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Sy added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:18

src/regress/usr.bin/mandoc/mdoc/Tn

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Tn
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Tn

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Tn added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:19

src/regress/usr.bin/mandoc/mdoc/Vt

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Vt
In directory cvs.openbsd.org:/tmp/cvs-serv28869/mdoc/Vt

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Vt added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:10:20

src/regress/usr.bin/mandoc/roff/ps

Update of /cvs/src/regress/usr.bin/mandoc/roff/ps
In directory cvs.openbsd.org:/tmp/cvs-serv28869/roff/ps

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/ps added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/05 11:10:44

Modified files:
	sys/dev/usb    : if_otus.c if_rsu.c if_run.c if_urtwn.c 

Log message:
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
process is still using the hardware.
* don't add timeout(9)s if the device is detached.
* add checks to see if the device has been detached before running
ioctls, timeouts, and tasks.
* use usb_wait_task() to wait for tasks to complete.

ok damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:19:12

Modified files:
	regress/usr.bin/mandoc/mdoc: Makefile 
	regress/usr.bin/mandoc/mdoc/Fo: Makefile 
	regress/usr.bin/mandoc/mdoc/Xr: args.in args.out_ascii 
	regress/usr.bin/mandoc/roff: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Ad: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Cd: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Er: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Fo: noarg.in noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Ic: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Ms: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Nd: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/St: Makefile badargs.in 
	                                badargs.out_ascii 
	regress/usr.bin/mandoc/mdoc/Sx: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Sy: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Tn: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Vt: Makefile noarg.in 
	                                noarg.out_ascii 
	regress/usr.bin/mandoc/roff/ps: Makefile ignore.in 
	                                ignore.out_ascii 

Log message:
some more tests found in my tree


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 11:26:14

Modified files:
	regress/usr.bin/mandoc/man/IP: Makefile 
Added files:
	regress/usr.bin/mandoc/man/IP: spacing.in spacing.out_ascii 

Log message:
another test found in my tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2011/02/05 16:11:18

Modified files:
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
Added files:
	devel/jdk/1.5/patches: 
	                       patch-j2se_src_share_classes_sun_misc_FloatingDecimal_java 
	devel/jdk/1.6/patches: 
	                       patch-j2se_src_share_classes_sun_misc_FloatingDecimal_java 
	devel/jdk/1.7/patches: 
	                       patch-jdk_src_share_classes_sun_misc_FloatingDecimal_java 

Log message:
Security Fix for DoS caused by very small subnormal double, found by Konstantin Preisser
at http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/.
Fix from https://bugs.openjdk.java.net/show_bug.cgi?id=100119.
Ok kurt@ (maintainer), ok & comments sthen@, ok naddy@, aja@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:02:38

src/regress/usr.bin/mandoc/mdoc/No

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/No
In directory cvs.openbsd.org:/tmp/cvs-serv30586/mdoc/No

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/No added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:02:39

src/regress/usr.bin/mandoc/mdoc/Ns

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ns
In directory cvs.openbsd.org:/tmp/cvs-serv30586/mdoc/Ns

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ns added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:02:40

src/regress/usr.bin/mandoc/mdoc/Pf

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Pf
In directory cvs.openbsd.org:/tmp/cvs-serv30586/mdoc/Pf

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Pf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:02:41

src/regress/usr.bin/mandoc/mdoc/Pp

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Pp
In directory cvs.openbsd.org:/tmp/cvs-serv30586/mdoc/Pp

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Pp added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:02:42

src/regress/usr.bin/mandoc/roff/ds

Update of /cvs/src/regress/usr.bin/mandoc/roff/ds
In directory cvs.openbsd.org:/tmp/cvs-serv30586/roff/ds

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/ds added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/05 17:18:58

Modified files:
	regress/usr.bin/mandoc/mdoc: Makefile 
	regress/usr.bin/mandoc/mdoc/Bl: column.in column.out_ascii 
	                                inset.in inset.out_ascii tag.in 
	                                tag.out_ascii 
	regress/usr.bin/mandoc/mdoc/Rs: Makefile 
	regress/usr.bin/mandoc/mdoc/Sm: Makefile 
	regress/usr.bin/mandoc/mdoc/blank: line.in line.out_ascii 
Added files:
	regress/usr.bin/mandoc/mdoc/No: Makefile punct.in 
	                                punct.out_ascii spacing.in 
	                                spacing.out_ascii 
	regress/usr.bin/mandoc/mdoc/Ns: Makefile punct.in 
	                                punct.out_ascii 
	regress/usr.bin/mandoc/mdoc/Pf: Makefile spacing.in 
	                                spacing.out_ascii 
	regress/usr.bin/mandoc/mdoc/Pp: Makefile arg.in arg.out_ascii 
	regress/usr.bin/mandoc/mdoc/Rs: three_authors.in 
	                                three_authors.out_ascii 
	regress/usr.bin/mandoc/mdoc/Sm: spacing-No.in 
	                                spacing-No.out_ascii 
	                                spacing-Op.in 
	                                spacing-Op.out_ascii 
	regress/usr.bin/mandoc/roff/ds: Makefile quoting.in 
	                                quoting.out_ascii 

Log message:
more tests found in my other tree


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2011/02/05 22:20:25

Modified files:
	usr.bin/systat : pftop.c 

Log message:
Remove duplicated prototypes.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/06 06:08:49

Modified files:
	sys/net        : pf.c 

Log message:
pf_test() and pf_test6() drop IPv4-ICMP6 and IPv6-ICMP packets.  Do
not do the same check in pf_test_rule() again.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 06:36:13

src/regress/usr.bin/mandoc/man/PP

Update of /cvs/src/regress/usr.bin/mandoc/man/PP
In directory cvs.openbsd.org:/tmp/cvs-serv3248/PP

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/PP added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 06:40:06

Modified files:
	regress/usr.bin/mandoc/man: Makefile 
Added files:
	regress/usr.bin/mandoc/man/PP: Makefile empty.in empty.out_ascii 

Log message:
another test found in yet another tree;
no more working, but uncommitted tests lying around now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/06 07:06:30

Modified files:
	usr.bin/sudo   : match.c 

Log message:
Fix NULL dereference with "sudo -g group" when the sudoers rule has
no runas user or group listed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2011/02/06 09:03:55

Modified files:
	misc/hfsplus   : Makefile 
	misc/hfsplus/patches: patch-libhfsp_src_swab_h 
Added files:
	misc/hfsplus/patches: patch-libhfsp_src_btree_c 
	                      patch-libhfsp_src_btreecheck_c 
	                      patch-libhfsp_src_fscheck_c 
	                      patch-libhfsp_src_os_c 
	                      patch-libhfsp_src_partitions_c 
	                      patch-libhfsp_src_record_c 
	                      patch-libhfsp_src_volume_c 

Log message:
Unbreak hfsplus.  Add libtool to BUILD_DEPENDS as requested by ajacoutot@.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 10:33:21

Modified files:
	share/man/man7 : mdoc.7 
	usr.bin/mandoc : main.c mandoc.h mdoc_html.c mdoc_term.c 
	                 mdoc_validate.c 
	regress/usr.bin/mandoc/mdoc/Ns: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Ns: position.in position.out_ascii 

Log message:
If .Ns is specified on its own line, ignore it, like groff does;
from kristaps@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/02/06 11:34:00

Modified files:
	usr.bin/nm     : nm.c 

Log message:
- nm -s omitted the symbol list for first object file in an archive. fix this
by forcing show_symtab() to restore its original file offset after processing.

fix from pr #6385.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/06 14:49:55

Modified files:
	distrib/sgi/ramdisk: list 

Log message:
Embed the hash of bsd.rd.IP30 as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/06 14:50:44

Modified files:
	distrib/sgi/ramdisk: install.md 

Log message:
Do 1.22 correctly, to let IP30 systems pick the mp kernel if applicable.
Noticed by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 15:25:36

Modified files:
	usr.bin/mandoc : mdoc_term.c 
	regress/usr.bin/mandoc/mdoc/Bk: break.in break.out_ascii 

Log message:
Some pre-handlers produce output, so reorder the code to set up
keep flags before they are called.
Without this bugfix, .Bk was ineffective in some cases.
"looks reasonable" kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 15:44:10

src/regress/usr.bin/mandoc/mdoc/Ox

Update of /cvs/src/regress/usr.bin/mandoc/mdoc/Ox
In directory cvs.openbsd.org:/tmp/cvs-serv32471/Ox

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/mdoc/Ox added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 15:56:45

Modified files:
	usr.bin/mandoc : mdoc_html.c mdoc_term.c 
	regress/usr.bin/mandoc/mdoc: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Ox: Makefile keep.in keep.out_ascii 

Log message:
Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.
Original patch from kristaps@, but i fixed a regression regarding .Bk.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/06 16:12:12

Modified files:
	sys/net        : pf.c 

Log message:
pf_translate() may be called from pflog_packet().  Make sure that
IPv4-ICMP6 and IPv6-ICMP packets are not rewritten in case they are
dropped and logged.
spotted by mikeb@; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/02/06 16:47:14

Modified files:
	sys/dev/pci    : if_em_hw.c if_em_hw.h 

Log message:
cap the max size of the eeprom to 16k, as per the linux and freebsd
drivers.

fix found by jonathan matthew and tested on an "Intel PRO/1000
(82576)" rev 0x01  which didnt work before this change.

tested by jsg on the following chips:

"Intel PRO/1000MT (82540EP)" rev 0x03
"Intel PRO/1000MT (82541GI)" rev 0x05
"Intel PRO/1000 MT (82574L)" rev 0x00
"Intel EP80579 LAN" rev 0x01
"Intel PRO/1000 PT (82572EI)" rev 0x06
"Intel PRO/1000 (82576)" rev 0x01
"Intel 82578DM" rev 0x06
"Intel I340-T4 (82580)" rev 0x01

some style issues are still being discussed which can be fixed in tree if
necessary.
ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/06 17:02:51

Modified files:
	share/man/man7 : mdoc.7 tbl.7 
	usr.bin/awk    : awk.1 
	usr.bin/leave  : leave.1 
	usr.sbin/pkg_add: pkg_add.1 pkg_check.8 pkg_create.1 
	usr.sbin/tcpdump: tcpdump.8 

Log message:
Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no
longer suppress spacing when used at the beginning of an input line,
and mandoc now follows the same behaviour as new groff.
Thus, sweep the tree and remove useless .Ns.
Most places found by jmc@; ok jmc@ kristaps@.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/07 00:40:00

Modified files:
	es             : ftp.html romp.html 
	faq/fr         : faq5.html 
	faq/pf/pt      : tagging.html 
	faq/pt         : index.html 
	fr             : ftp.html 
	nl             : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openntpd/pt    : portable.html 
	openssh/fr     : ftp.html index.html openbsd.html portable.html 
	                 security.html 
	openssh/ja     : ftp.html index.html manual.html openbsd.html 
	                 portable.html security.html 
	openssh/nl     : ftp.html portable.html 
	pt             : donations.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2011/02/07 05:30:40

Modified files:
	.              : mail.html 

Log message:
Stop advertising ports-security@ and ports-bugs@ mailing lists, we never
used them. Everything should go to ports@.
ok jasper@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/07 07:33:24

Modified files:
	share/zoneinfo/datfiles: northamerica zone.tab 

Log message:
Update to tzdata2011b from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/07 09:01:26

Modified files:
	mail/exim      : Makefile 
Added files:
	mail/exim/patches: patch-src_log_c 

Log message:
Security fix for CVE-2011-0017
Patch extracted from exim 3.74.

ok fkr@ (MAINTAINER), sthen@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/07 09:01:52

Modified files:
	mail/exim      : Tag: OPENBSD_4_8 Makefile 
Added files:
	mail/exim/patches: Tag: OPENBSD_4_8 patch-src_log_c 

Log message:
Security fix for CVE-2011-0017
Patch extracted from exim 3.74.

ok fkr@ (MAINTAINER), sthen@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/07 11:01:08

Modified files:
	distrib/miniroot: install.sh 

Log message:
Use absolute path to the temporary hosts file; causes /etc/hosts to be correctly
populated upon installation again.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	schwarze@cvs.openbsd.org	2011/02/07 14:58:15

Modified files:
	util/cf        : OpenBSD.cf 

Log message:
As noticed by david@, empty files were installed instead of formatted
GL manuals because Imake still tried to use nroff(1), tbl(1), and eqn(1)
which do not exist in base any longer.  Thus, let the Xenocara build use
mandoc(1) instead, which has native tbl(7) support, and passes eqn source
code through unchanged for now, which is more useful than what groff did.
However, as suggested by espie@, use the groff port when building Ports.
That always works because all ports using imake still have USE_GROFF=Yes.

thanks for useful hints to todd@ matthieu@ espie@ naddy@
tested by todd@ in Xenocara builds on i386, amd64, and macppc
ok matthieu@ and naddy@, and miod@ also agrees with the general direction


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/02/07 17:14:00

Modified files:
	.              : docum.html 

Log message:
no, actually, it ISN'T in the src tree anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/08 01:52:28

Modified files:
	usr.sbin/relayd: hce.c 

Log message:
Log the time taken for all types of check, not just tcp checks.
ok pyr@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 02:25:18

Modified files:
	build          : mirrors.dat 

Log message:
- disable ftp.netbsd.se mirror for now, maintainer reports problems with
it; expected to be back by end of February

- add FF information for a couple of mirrors who have recently changed
upstream


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 02:26:20

Modified files:
	.              : ftp.html ftplist anoncvs.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/02/08 02:37:51

Modified files:
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/patches: patch-gcc_config_i386_openbsd64_h 
	                      patch-gcc_config_i386_openbsdelf_h 

Log message:
add PRAGMA_POP_PUSH_PACK support on i386 and amd64, to allow chromium9 to
work.
Limit it to i386 and amd64 so that it has minimal impact.
As discussed with naddy@/jasper@/sthen@/miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/02/08 02:43:02

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/files: chrome 
	www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp 
	                      patch-base_base_gypi 
	                      patch-base_i18n_number_formatting_cc 
	                      patch-base_process_util_linux_cc 
	                      patch-base_string_util_posix_h 
	                      patch-base_third_party_symbolize_utilities_h 
	                      patch-base_worker_pool_linux_cc 
	                      patch-build_common_gypi 
	                      patch-build_gyp_chromium 
	                      patch-build_linux_python_arch_sh 
	                      patch-build_linux_system_gyp 
	                      patch-chrome_app_chrome_exe_main_gtk_cc 
	                      patch-chrome_browser_child_process_launcher_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_memory_purger_cc 
	                      patch-chrome_browser_renderer_host_browser_render_process_host_cc 
	                      patch-chrome_browser_renderer_host_mock_render_process_host_cc 
	                      patch-chrome_browser_renderer_host_render_sandbox_host_linux_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_unittest_cc 
	                      patch-chrome_browser_shell_integration_linux_cc 
	                      patch-chrome_browser_shell_integration_unittest_cc 
	                      patch-chrome_browser_sync_engine_syncer_thread_cc 
	                      patch-chrome_browser_sync_engine_syncer_thread_h 
	                      patch-chrome_browser_tab_contents_tab_contents_cc 
	                      patch-chrome_browser_web_applications_web_app_cc 
	                      patch-chrome_browser_zygote_host_linux_cc 
	                      patch-chrome_browser_zygote_main_linux_cc 
	                      patch-chrome_chrome_browser_gypi 
	                      patch-chrome_chrome_gyp 
	                      patch-chrome_chrome_renderer_gypi 
	                      patch-chrome_chrome_tests_gypi 
	                      patch-chrome_common_chrome_constants_cc 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_gpu_x_util_h 
	                      patch-chrome_plugin_plugin_main_linux_cc 
	                      patch-chrome_plugin_plugin_thread_cc 
	                      patch-chrome_renderer_render_process_impl_cc 
	                      patch-chrome_renderer_render_thread_cc 
	                      patch-chrome_renderer_render_view_h 
	                      patch-chrome_renderer_renderer_main_cc 
	                      patch-chrome_renderer_renderer_main_platform_delegate_linux_cc 
	                      patch-chrome_renderer_renderer_webkitclient_impl_cc 
	                      patch-chrome_renderer_webplugin_delegate_pepper_cc 
	                      patch-chrome_test_automation_automation_proxy_uitest_cc 
	                      patch-chrome_test_chrome_process_util_cc 
	                      patch-chrome_test_page_cycler_page_cycler_test_cc 
	                      patch-chrome_test_reliability_page_load_test_cc 
	                      patch-chrome_test_startup_feature_startup_test_cc 
	                      patch-chrome_test_testing_browser_process_h 
	                      patch-chrome_test_testing_profile_cc 
	                      patch-chrome_test_ui_sunspider_uitest_cc 
	                      patch-chrome_test_ui_test_utils_cc 
	                      patch-chrome_test_ui_ui_layout_test_cc 
	                      patch-chrome_test_ui_ui_test_cc 
	                      patch-chrome_test_ui_v8_benchmark_uitest_cc 
	                      patch-chrome_test_url_fetch_test_url_fetch_test_cc 
	                      patch-chrome_tools_build_linux_sed_sh 
	                      patch-chrome_worker_worker_uitest_cc 
	                      patch-gfx_gfx_gyp patch-gpu_gpu_gyp 
	                      patch-ipc_ipc_channel_posix_cc 
	                      patch-ipc_ipc_gyp 
	                      patch-ipc_sync_socket_unittest_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_h 
	                      patch-media_ffmpeg_file_protocol_cc 
	                      patch-media_filters_ffmpeg_glue_cc 
	                      patch-media_media_gyp 
	                      patch-native_client_build_common_gypi 
	                      patch-native_client_src_shared_platform_platform_gyp 
	                      patch-native_client_src_trusted_service_runtime_service_runtime_gyp 
	                      patch-net_base_host_resolver_proc_cc 
	                      patch-net_base_listen_socket_cc 
	                      patch-net_base_listen_socket_unittest_cc 
	                      patch-net_base_net_util_cc 
	                      patch-net_base_network_change_notifier_cc 
	                      patch-net_disk_cache_disk_format_h 
	                      patch-net_net_gyp 
	                      patch-printing_printing_gyp 
	                      patch-third_party_WebKit_JavaScriptCore_JavaScriptCore_gyp_JavaScriptCore_gyp 
	                      patch-third_party_WebKit_JavaScriptCore_wtf_StringExtras_h 
	                      patch-third_party_WebKit_WebCore_WebCore_gyp_WebCore_gyp 
	                      patch-third_party_WebKit_WebCore_dom_SelectElement_cpp 
	                      patch-third_party_WebKit_WebCore_page_EventHandler_cpp 
	                      patch-third_party_WebKit_WebCore_page_chromium_EventHandlerChromium_cpp 
	                      patch-third_party_WebKit_WebCore_platform_chromium_ChromiumBridge_h 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontPlatformData_h 
	                      patch-third_party_WebKit_WebKit_chromium_WebKit_gyp 
	                      patch-third_party_WebKit_WebKit_chromium_src_ChromiumBridge_cpp 
	                      patch-third_party_WebKit_WebKit_chromium_src_WebFrameImpl_cpp 
	                      patch-third_party_WebKit_WebKit_chromium_src_WebViewImpl_cpp 
	                      patch-third_party_ffmpeg_ffmpeg_gyp 
	                      patch-third_party_icu_icu_gyp 
	                      patch-third_party_icu_public_common_unicode_umachine_h 
	                      patch-third_party_libevent_event-config_h 
	                      patch-third_party_libevent_openbsd_event-config_h 
	                      patch-tools_gyp_pylib_gyp_generator_make_py 
	                      patch-tools_gyp_test_additional-targets_src_dir1_actions_gyp 
	                      patch-tools_gyp_test_library_src_library_gyp 
	                      patch-webkit_glue_webkitclient_impl_cc 
	www/chromium/pkg: MESSAGE PLIST 
Added files:
	www/chromium/patches: patch-app_app_base_gypi 
	                      patch-app_gfx_gl_gl_bindings_h 
	                      patch-app_gfx_gl_gl_context_egl_cc 
	                      patch-app_gfx_gl_gl_implementation_linux_cc 
	                      patch-app_resource_bundle_cc 
	                      patch-app_surface_transport_dib_h 
	                      patch-app_surface_transport_dib_openbsd_cc 
	                      patch-base_base_paths_linux_cc 
	                      patch-base_debug_debugger_posix_cc 
	                      patch-base_debug_stack_trace_posix_cc 
	                      patch-base_file_util_posix_cc 
	                      patch-base_i18n_number_formatting_h 
	                      patch-base_linux_util_cc 
	                      patch-base_logging_cc patch-base_logging_h 
	                      patch-base_platform_thread_posix_cc 
	                      patch-base_process_util_h 
	                      patch-base_process_util_posix_cc 
	                      patch-base_test_test_file_util_linux_cc 
	                      patch-build_features_override_gypi 
	                      patch-chrome_app_generated_resources_grd 
	                      patch-chrome_browser_about_flags_cc 
	                      patch-chrome_browser_browser_about_handler_cc 
	                      patch-chrome_browser_browser_child_process_host_cc 
	                      patch-chrome_browser_dom_ui_bug_report_ui_cc 
	                      patch-chrome_browser_dom_ui_bug_report_ui_h 
	                      patch-chrome_browser_file_path_watcher_stub_cc 
	                      patch-chrome_browser_geolocation_gateway_data_provider_bsd_cc 
	                      patch-chrome_browser_geolocation_gateway_data_provider_bsd_h 
	                      patch-chrome_browser_gpu_process_host_cc 
	                      patch-chrome_browser_gpu_process_host_h 
	                      patch-chrome_browser_net_connection_tester_cc 
	                      patch-chrome_browser_notifications_balloon_collection_impl_h 
	                      patch-chrome_browser_process_singleton_linux_cc 
	                      patch-chrome_browser_renderer_host_render_widget_helper_cc 
	                      patch-chrome_browser_renderer_host_render_widget_helper_h 
	                      patch-chrome_browser_renderer_host_resource_message_filter_cc 
	                      patch-chrome_browser_sync_syncable_directory_backing_store_cc 
	                      patch-chrome_browser_task_manager_task_manager_resource_providers_cc 
	                      patch-chrome_browser_ui_browser_cc 
	                      patch-chrome_browser_ui_views_accessible_view_helper_cc 
	                      patch-chrome_browser_ui_views_accessible_view_helper_h 
	                      patch-chrome_browser_ui_views_create_application_shortcut_view_cc 
	                      patch-chrome_browser_ui_views_download_item_view_cc 
	                      patch-chrome_browser_ui_views_dropdown_bar_host_cc 
	                      patch-chrome_browser_ui_views_extensions_extension_popup_cc 
	                      patch-chrome_browser_ui_views_extensions_extension_view_cc 
	                      patch-chrome_browser_ui_views_find_bar_view_cc 
	                      patch-chrome_browser_ui_views_find_bar_view_h 
	                      patch-chrome_browser_ui_views_frame_app_panel_browser_frame_view_cc 
	                      patch-chrome_browser_ui_views_frame_browser_view_cc 
	                      patch-chrome_browser_ui_views_frame_browser_view_layout_cc 
	                      patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc 
	                      patch-chrome_browser_ui_views_fullscreen_exit_bubble_cc 
	                      patch-chrome_browser_ui_views_fullscreen_exit_bubble_h 
	                      patch-chrome_browser_ui_views_info_bubble_cc 
	                      patch-chrome_browser_ui_views_info_bubble_h 
	                      patch-chrome_browser_ui_views_location_bar_location_bar_view_cc 
	                      patch-chrome_browser_ui_views_location_bar_location_bar_view_h 
	                      patch-chrome_browser_ui_views_notifications_balloon_view_cc 
	                      patch-chrome_browser_ui_views_notifications_balloon_view_host_cc 
	                      patch-chrome_browser_ui_views_tabs_dragged_tab_view_cc 
	                      patch-chrome_browser_ui_views_tabs_dragged_tab_view_h 
	                      patch-chrome_browser_ui_views_tabs_tab_strip_cc 
	                      patch-chrome_browser_ui_views_tabs_tab_strip_h 
	                      patch-chrome_browser_wrench_menu_model_cc 
	                      patch-chrome_browser_zygote_host_linux_h 
	                      patch-chrome_common_chrome_switches_cc 
	                      patch-chrome_common_chrome_switches_h 
	                      patch-chrome_common_gpu_messages_internal_h 
	                      patch-chrome_common_multi_process_lock_h 
	                      patch-chrome_common_plugin_messages_cc 
	                      patch-chrome_common_plugin_messages_h 
	                      patch-chrome_common_render_messages_internal_h 
	                      patch-chrome_default_plugin_default_plugin_gyp 
	                      patch-chrome_gpu_gpu_channel_cc 
	                      patch-chrome_renderer_mock_render_thread_cc 
	                      patch-chrome_renderer_mock_render_thread_h 
	                      patch-chrome_renderer_pepper_scrollbar_widget_h 
	                      patch-chrome_renderer_renderer_glue_cc 
	                      patch-chrome_renderer_webplugin_delegate_pepper_h 
	                      patch-gfx_native_widget_types_h 
	                      patch-gpu_demos_demos_gyp 
	                      patch-gpu_demos_framework_main_exe_cc 
	                      patch-gpu_demos_framework_main_pepper_cc 
	                      patch-native_client_src_trusted_debug_stub_debug_stub_gyp 
	                      patch-net_base_dnsrr_resolver_cc 
	                      patch-net_base_host_resolver_impl_cc 
	                      patch-net_base_listen_socket_unittest_h 
	                      patch-net_proxy_proxy_config_service_linux_cc 
	                      patch-net_proxy_proxy_service_cc 
	                      patch-ppapi_proxy_plugin_var_tracker_cc 
	                      patch-ppapi_proxy_serialized_var_cc 
	                      patch-remoting_base_compound_buffer_cc 
	                      patch-remoting_base_compound_buffer_h 
	                      patch-remoting_remoting_gyp 
	                      patch-skia_ext_bitmap_platform_device_linux_cc 
	                      patch-testing_gtest_include_gtest_internal_gtest-port_h 
	                      patch-third_party_WebKit_WebCore_bindings_js_JSInspectorFrontendHostCustom_cpp 
	                      patch-third_party_WebKit_WebCore_bindings_v8_custom_V8InspectorFrontendHostCustom_cpp 
	                      patch-third_party_WebKit_WebCore_loader_cache_CachedFont_cpp 
	                      patch-third_party_WebKit_WebCore_platform_Scrollbar_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_FontCustomPlatformData_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_FontCustomPlatformData_h 
	                      patch-third_party_WebKit_WebCore_platform_sql_chromium_SQLiteFileSystemChromiumPosix_cpp 
	                      patch-third_party_WebKit_WebCore_storage_IDBDatabaseBackendImpl_cpp 
	                      patch-third_party_ffmpeg_config_Chrome_linux_ia32_config_h 
	                      patch-third_party_ffmpeg_config_Chrome_linux_x64_config_h 
	                      patch-third_party_ffmpeg_config_Chrome_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_config_Chrome_openbsd_x64_config_h 
	                      patch-third_party_ffmpeg_config_Chromium_linux_ia32_config_h 
	                      patch-third_party_ffmpeg_config_Chromium_linux_x64_config_h 
	                      patch-third_party_ffmpeg_config_Chromium_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_config_Chromium_openbsd_x64_config_h 
	                      patch-third_party_iccjpeg_iccjpeg_h 
	                      patch-third_party_icu_public_common_unicode_popenbsd_h 
	                      patch-third_party_libevent_openbsd_config_h 
	                      patch-third_party_libjingle_source_talk_base_socketaddress_cc 
	                      patch-third_party_libsrtp_src_crypto_include_integers_h 
	                      patch-third_party_libvpx_libvpx_gyp 
	                      patch-third_party_mesa_mesa_gyp 
	                      patch-third_party_skia_include_core_SkPreConfig_h 
	                      patch-webkit_glue_plugins_pepper_file_system_cc 
	                      patch-webkit_glue_plugins_pepper_plugin_instance_cc 
	                      patch-webkit_glue_plugins_pepper_plugin_instance_h 
	                      patch-webkit_glue_plugins_pepper_private2_h 
	                      patch-webkit_glue_plugins_pepper_private_cc 
	                      patch-webkit_glue_plugins_plugin_lib_posix_cc 
	                      patch-webkit_glue_webkit_glue_h 
	                      patch-webkit_glue_webkitclient_impl_h 
	                      patch-webkit_support_test_webkit_client_cc 
	                      patch-webkit_support_webkit_support_glue_cc 

Log message:
late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/02/08 02:48:27

Removed files:
	www/chromium/patches: patch-app_surface_transport_dib_linux_cc 
	                      patch-base_base_paths_posix_cc 
	                      patch-base_debug_util_posix_cc 
	                      patch-base_file_util_linux_cc 
	                      patch-base_leak_annotations_h 
	                      patch-base_message_pump_glib_cc 
	                      patch-base_profiler_cc 
	                      patch-base_test_test_suite_h 
	                      patch-base_third_party_symbolize_symbolize_cc 
	                      patch-base_third_party_symbolize_symbolize_h 
	                      patch-build_all_gyp 
	                      patch-build_build_config_h 
	                      patch-chrome_app_chrome_dll_main_cc 
	                      patch-chrome_app_chrome_main_uitest_cc 
	                      patch-chrome_browser_app_modal_dialog_cc 
	                      patch-chrome_browser_app_modal_dialog_h 
	                      patch-chrome_browser_browser_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_browser_theme_provider_h 
	                      patch-chrome_browser_child_process_host_cc 
	                      patch-chrome_browser_cookie_modal_dialog_h 
	                      patch-chrome_browser_download_download_util_cc 
	                      patch-chrome_browser_extensions_extension_process_manager_cc 
	                      patch-chrome_browser_find_bar_host_browsertest_cc 
	                      patch-chrome_browser_geolocation_empty_device_data_provider_cc 
	                      patch-chrome_browser_options_util_cc 
	                      patch-chrome_browser_renderer_host_backing_store_x_cc 
	                      patch-chrome_browser_renderer_host_render_view_host_delegate_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_cc 
	                      patch-chrome_browser_renderer_host_render_widget_host_h 
	                      patch-chrome_browser_renderer_host_render_widget_host_view_h 
	                      patch-chrome_browser_renderer_host_test_test_render_view_host_h 
	                      patch-chrome_browser_renderer_preferences_util_cc 
	                      patch-chrome_browser_search_engines_template_url_prepopulate_data_cc 
	                      patch-chrome_browser_sync_notifier_base_nethelpers_cc 
	                      patch-chrome_browser_sync_notifier_base_network_status_detector_task_mt_cc 
	                      patch-chrome_browser_sync_syncable_syncable_cc 
	                      patch-chrome_browser_tab_contents_interstitial_page_cc 
	                      patch-chrome_browser_tab_contents_render_view_context_menu_cc 
	                      patch-chrome_browser_task_manager_resource_providers_cc 
	                      patch-chrome_browser_unload_uitest_cc 
	                      patch-chrome_browser_views_bug_report_view_cc 
	                      patch-chrome_browser_views_content_blocked_bubble_contents_cc 
	                      patch-chrome_browser_views_create_application_shortcut_view_cc 
	                      patch-chrome_browser_views_download_item_view_cc 
	                      patch-chrome_browser_views_dropdown_bar_host_cc 
	                      patch-chrome_browser_views_extensions_extension_popup_cc 
	                      patch-chrome_browser_views_extensions_extension_view_cc 
	                      patch-chrome_browser_views_find_bar_host_interactive_uitest_cc 
	                      patch-chrome_browser_views_frame_app_panel_browser_frame_view_cc 
	                      patch-chrome_browser_views_frame_browser_view_cc 
	                      patch-chrome_browser_views_frame_browser_view_layout_cc 
	                      patch-chrome_browser_views_frame_opaque_browser_frame_view_cc 
	                      patch-chrome_browser_views_fullscreen_exit_bubble_cc 
	                      patch-chrome_browser_views_fullscreen_exit_bubble_h 
	                      patch-chrome_browser_views_info_bubble_cc 
	                      patch-chrome_browser_views_info_bubble_h 
	                      patch-chrome_browser_views_location_bar_view_cc 
	                      patch-chrome_browser_views_notifications_balloon_view_cc 
	                      patch-chrome_browser_views_notifications_balloon_view_host_cc 
	                      patch-chrome_browser_views_page_info_window_view_cc 
	                      patch-chrome_browser_views_tabs_dragged_tab_view_cc 
	                      patch-chrome_browser_views_tabs_dragged_tab_view_h 
	                      patch-chrome_browser_views_tabs_tab_strip_cc 
	                      patch-chrome_browser_views_tabs_tab_strip_h 
	                      patch-chrome_common_constants_gypi 
	                      patch-chrome_common_native_web_keyboard_event_h 
	                      patch-chrome_installer_installer_util_gypi 
	                      patch-chrome_renderer_render_process_cc 
	                      patch-chrome_renderer_renderer_webkitclient_impl_h 
	                      patch-chrome_test_in_process_browser_test_cc 
	                      patch-chrome_test_interactive_ui_interactive_ui_tests_gypi 
	                      patch-chrome_test_startup_startup_test_cc 
	                      patch-chrome_test_ui_history_uitest_cc 
	                      patch-chrome_test_ui_npapi_test_helper_cc 
	                      patch-ipc_ipc_channel_posix_h 
	                      patch-media_base_media_switches_cc 
	                      patch-media_base_media_switches_h 
	                      patch-media_base_yuv_row_h 
	                      patch-net_base_mime_util_cc 
	                      patch-net_base_nss_memio_c 
	                      patch-net_base_nss_memio_h 
	                      patch-net_base_sys_addrinfo_h 
	                      patch-net_base_x509_certificate_unittest_cc 
	                      patch-net_socket_ssl_client_socket_nss_cc 
	                      patch-net_socket_tcp_client_socket_libevent_cc 
	                      patch-net_third_party_nss_nss_gyp 
	                      patch-net_tools_hresolv_hresolv_cc 
	                      patch-sandbox_sandbox_gyp 
	                      patch-skia_ext_image_operations_cc 
	                      patch-skia_skia_gyp 
	                      patch-third_party_WebKit_WebCore_bindings_v8_V8Proxy_cpp 
	                      patch-third_party_WebKit_WebCore_inspector_InspectorFrontendHost_cpp 
	                      patch-third_party_WebKit_WebCore_loader_CachedFont_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontCustomPlatformData_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_chromium_FontCustomPlatformData_h 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_GraphicsContextSkia_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_PlatformContextSkia_cpp 
	                      patch-third_party_WebKit_WebCore_platform_graphics_skia_PlatformContextSkia_h 
	                      patch-third_party_WebKit_WebKit_chromium_src_GraphicsContext3D_cpp 
	                      patch-third_party_bzip2_bzip2_gyp 
	                      patch-third_party_expat_expat_gyp 
	                      patch-third_party_ffmpeg_source_config_Chromium_linux_ia32_config_h 
	                      patch-third_party_ffmpeg_source_config_Chromium_linux_x64_config_h 
	                      patch-third_party_glew_src_glew_c 
	                      patch-third_party_hunspell_hunspell_gyp 
	                      patch-third_party_icu_public_common_unicode_pfreebsd_h 
	                      patch-third_party_libevent_select_c 
	                      patch-third_party_libjingle_files_talk_base_httpcommon_cc 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libjpeg_libjpeg_gyp 
	                      patch-third_party_libpng_libpng_gyp 
	                      patch-third_party_libxslt_libxslt_gyp 
	                      patch-third_party_npapi_bindings_npruntime_h 
	                      patch-third_party_npapi_npapi_gyp 
	                      patch-third_party_sqlite_sqlite_gyp 
	                      patch-third_party_tcmalloc_chromium_src_config_h 
	                      patch-third_party_zlib_zlib_gyp 
	                      patch-v8_src_globals_h 
	                      patch-v8_tools_gyp_v8_gyp 
	                      patch-webkit_extensions_v8_heap_profiler_extension_cc 
	                      patch-webkit_glue_webkit_resources_grd 
	                      patch-webkit_tools_pepper_test_plugin_main_cc 
	                      patch-webkit_tools_pepper_test_plugin_pepper_test_plugin_gyp 
	                      patch-webkit_tools_test_shell_event_sending_controller_cc 
	                      patch-webkit_tools_test_shell_layout_test_controller_cc 
	                      patch-webkit_tools_test_shell_test_shell_gypi 

Log message:
... and ditch older patches too


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/08 03:27:16

Modified files:
	databases/postgresql: Tag: OPENBSD_4_8 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_4_8 PLIST-docs 

Log message:
Bugfix update to 8.4.7
Security fix for CVE-2010-4015

ok sthen@, ajacoutot@, jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 13:31:38

Modified files:
	build          : mirrors.dat 

Log message:
Add baksmell.netrunner.nu; Trondheim/Norway
Thanks to maintainer Roger Skjetlein.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 13:32:37

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/08 13:50:36

Modified files:
	driver/xf86-video-ati/src: radeon_atombios.c radeon_driver.c 
	                           radeon_probe.h 

Log message:
Fix a crash in zaphod mode if one screen is not present.
tested by jasper@, shadchin@. ok shadchin@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2011/02/08 14:10:28

Modified files:
	www/chromium   : Makefile 
	www/chromium/files: chrome 

Log message:
tweak wrapper script; use larger default limits for FD and datasize
(you may still need to raise them if you open many tabs, but this
should be enough to avoid problems in normal use), only warn if
softlimits can't be raised, and adjust messages to mention login.conf
(and login.conf.db if detected).

ok espie@ "feel free to modify it if you don't like it" robert@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 15:58:20

Modified files:
	build          : mirrors.dat 

Log message:
baksmell.netrunner.nu is now also available via http


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/08 15:58:41

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/08 21:25:32

Modified files:
	sys/dev/usb    : if_otus.c if_rsu.c if_run.c if_urtwn.c usb.c 
	                 usbdi.h 

Log message:
revert usb.c to r1.72, and all subsequent changes that depend on it.
this is causing problems with suspend/resume for some people.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/02/09 00:55:15

Modified files:
	x11/xfce4/xfce4-panel: Makefile 
Added files:
	x11/xfce4/xfce4-panel/patches: patch-common_panel-xfconf_c 

Log message:
Backport rev 8b0c024c435b2cab825ceb2661e2589145e3b5ee
Fixes http://bugzilla.xfce.org/show_bug.cgi?id=7117
(Panel was crashing when removing a panel in multi-panel confs)
Reported by Lawrence Teo, thanks!
ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2011/02/09 03:20:16

Modified files:
	games/wormux   : Makefile 

Log message:
Add http://download.gna.org/warmux/archive/ to MASTER_SITES so that
files are always fetchable, even when new versions are published and the
old version is moved to archive/
Fetch breakage reported by Pascal Stumpf on ports@
Suggestion to add archive url to MASTER_SITES from phessler@
ok phessler@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/09 03:53:12

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: README-server 

Log message:
Add a small upgrade howto.

idea from sthen@
ok sthen@, landry@
looks good espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/02/09 10:17:47

Modified files:
	usr.sbin       : Makefile 

Log message:
- move ypldap to the conditional YP block

from dinar talypov
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2011/02/09 10:22:06

Modified files:
	etc            : netstart 

Log message:
fix an unbalanced parenthesis in a comment; while here, split the comment
in a better place to make it more readable.

ok jmc@ and miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/09 13:24:39

Modified files:
	sys/dev/usb    : usb.c usbdi.h 

Log message:
bring back changes in usb.c revision 1.73
date: 2011/02/04 08:21:39;  author: jakemsr;  state: Exp;  lines: +85 -34
* merge 'onqueue' and 'running' members of struct usb_task into
a new member, 'state'.
* add new function 'usb_wait_task()', which waits for queued or running
usb_tasks to complete.
* in the USB_DEVICEINFO ioctl, fill struct usb_device_info in a
usb_task, thereby avoiding races against driver attach/detach.

but this time make the state a bitmask, since it is valid to be added
to the task queue while the task is running.  also be more careful
about waking up the task when state changes.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/09 14:13:31

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
Set SO_KEEPALIVE on sockets.  OK miod@.  Also tested by landry@
"Makes sense" markus@ and "i don't see a reason not to" henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/09 15:53:18

Modified files:
	share/man/man7 : mandoc_char.7 

Log message:
Clean up the COMPATIBILITY section;
heavily based on a patch from kristaps@ with some tweaks by me.
- Also talk about -Tps and -Tpdf.
- Use the same list style as in the other mandoc manuals.
- Replace a few macros by ones better suited.
- Some improvements of wording.
ok jmc@ kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/09 17:06:30

Modified files:
	usr.bin/mandoc : man.c mandoc.h mdoc.c tbl_data.c tree.c 

Log message:
Tbl code maintenance by kristaps@.
- Remember the line-number of a tbl_span, and use it in messages.
- Put *_span_alloc() functions right into the *_addspan() ones,
since these are the only places they are called from.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/02/09 18:35:51

ports/mail/ruby-mail/patches

Update of /cvs/ports/mail/ruby-mail/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2249/patches

Log Message:
Directory /cvs/ports/mail/ruby-mail/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/02/09 18:39:47

Modified files:
	mail/ruby-mail : Makefile 
	mail/ruby-mail/pkg: PLIST 
Added files:
	mail/ruby-mail/patches: 
	                        patch-lib_mail_core_extensions_shellwords_rb 
	                        patch-lib_mail_network_delivery_methods_sendmail_rb 
	                        patch-lib_mail_rb 

Log message:
Fix "Vulnerability in Sendmail Delivery Agent code", which allowed
arbitrary code execution.  Details at
http://groups.google.com/group/mail-ruby/browse_thread/thread/e93bbd05706478dd

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/02/09 18:42:22

Modified files:
	devel/ruby-actionpack: Makefile 
Added files:
	devel/ruby-actionpack/patches: 
	                               patch-lib_action_controller_metal_request_forgery_protection_rb 
	                               patch-lib_action_dispatch_http_request_rb 
	                               patch-lib_action_view_helpers_url_helper_rb 

Log message:
Apply security fixes for:

CVE-2011-0446: Potential XSS Problem with mail_to :encode => :javascript
CVE-2011-0447: CSRF Protection Bypass

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2011/02/09 18:44:54

Modified files:
	databases/ruby-activerecord: Makefile 
Added files:
	databases/ruby-activerecord/patches: 
	                                     patch-lib_active_record_connection_adapters_abstract_database_statements_rb 
	                                     patch-lib_active_record_relation_query_methods_rb 

Log message:
Apply security fix for:

CVE-2011-0448: Potential SQL Injection

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2011/02/09 20:14:43

Modified files:
	audio/xmms2    : Makefile 
	audio/xmms2/patches: patch-src_plugins_ao_ao_c 

Log message:
fix crash in the libao backend.  set the 'matrix' member of struct
ao_sample_format to NULL before passing the structure to libao functions.

ok espie@, ajacoutot@, naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2011/02/10 01:26:06

Modified files:
	www/chromium   : Makefile 
	www/chromium/pkg: MESSAGE 

Log message:
fix MESSAGE, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2011/02/10 02:11:24

Modified files:
	share/man/man8 : netstart.8 

Log message:
fix manual page description; replace .Pa -> .Nm in synopsis.

ok schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2011/02/10 04:58:43

Modified files:
	sys/compat/linux: files.linux linux_types.h syscalls.master 
Added files:
	sys/compat/linux: linux_time.c 

Log message:
Add time related syscalls clock_gettime() and clock_getres().

Okay miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2011/02/10 05:00:01

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
Regenerate.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2011/02/10 05:12:14

Modified files:
	usr.bin/tmux   : cmd-split-window.c 

Log message:
Size on split-window is -l not -s. Doh.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/10 05:55:05

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Security update of phpmyadmin to 3.3.9.1, addresses PMASA-2011-1.

pointed out by rpointel@
ok kevlo@ (MAINTAINER) aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/10 05:55:47

Modified files:
	www/phpmyadmin : Tag: OPENBSD_4_8 Makefile distinfo 

Log message:
Security update of phpmyadmin to 3.3.9.1, addresses PMASA-2011-1.

pointed out by rpointel@
ok kevlo@ (MAINTAINER) aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/10 06:01:12

Modified files:
	textproc/mupdf : Makefile 
Added files:
	textproc/mupdf/patches: patch-fitz_filt_dctd_c 

Log message:
Security fix for SA43020:
MuPDF "closedctd()" Memory Corruption Vulnerability.

ok sthen@ (MAINTAINER) aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/10 07:52:35

Modified files:
	usr.sbin/iostat: iostat.8 

Log message:
Clarify how the -c and -w options interact.  OK tedu@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/10 10:26:40

Modified files:
	sys/dev/usb    : if_rsu.c if_urtwn.c if_run.c if_otus.c 

Log message:
now that usb_wait_task() is back, bring back recently reverted
changes:

* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
process is still using the hardware.
* don't add timeout(9)s if the device is detached.
* add checks to see if the device has been detached before running
ioctls, timeouts, and tasks.
* use usb_wait_task() to wait for tasks to complete.

ok damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/02/10 14:32:00

Modified files:
	lib/libc/gen   : fnmatch.c 

Log message:
Put a limit on recursion during matching, and reject input of size greater
or equal PATH_MAX. Based on similar fix made in NetBSD.
ok miod@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/10 15:40:27

Modified files:
	lib/libssl/src/ssl: t1_lib.c 

Log message:
fix for CVE-2011-0014 "OCSP stapling vulnerability";
ok markus@ jasper@ miod@

AFAIK nothing in base uses this, though apache2 from ports may be affected.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/10 20:23:38

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_7 t1_lib.c 

Log message:
MFC:

----------------------------
revision 1.8
date: 2011/02/10 22:40:27;  author: djm;  state: Exp;  lines: +7 -1
fix for CVE-2011-0014 "OCSP stapling vulnerability";
ok markus@ jasper@ miod@

AFAIK nothing in base uses this, though apache2 from ports may be affected.
----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/10 20:24:28

Modified files:
	lib/libssl/src/ssl: Tag: OPENBSD_4_8 t1_lib.c 

Log message:
MFC:

----------------------------
revision 1.8
date: 2011/02/10 22:40:27;  author: djm;  state: Exp;  lines: +7 -1
fix for CVE-2011-0014 "OCSP stapling vulnerability";
ok markus@ jasper@ miod@

AFAIK nothing in base uses this, though apache2 from ports may be affected.
----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2011/02/11 00:14:49

Modified files:
	usr.sbin/cron  : crontab.c 

Log message:
Make "crontab -l" not crash on crontab files that don't have the
expected three lines of comments.  Factor out the "copy a crontab"
logic and merge it into ignore_comments().

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/11 04:45:48

Modified files:
	www/py-django  : Makefile 
Added files:
	www/py-django/patches: patch-django_contrib_admin_widgets_py 
	                       patch-django_contrib_sessions_backends_file_py 
	                       patch-django_contrib_sessions_tests_py 
	                       patch-django_middleware_csrf_py 
	                       patch-docs_ref_contrib_csrf_txt 
	                       patch-tests_regressiontests_admin_widgets_tests_py 
	                       patch-tests_regressiontests_csrf_tests_tests_py 

Log message:
Security fixes for django that address CVE-2011-069{6,7,8}.

Patches from upstream svn, via ryan boggs (MAINTAINER)
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/11 05:16:30

Modified files:
	sys/netinet    : ip_input.c 

Log message:
In ip_forward() free the mbuf chain mcopy with m_freem() instead
of m_free().  The was no leak before as m_copym() and m_pullup()
are always called with the same length.  But it is better to use
the correct function anyway.
ok henning@ mpf@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2011/02/11 06:45:35

Modified files:
	sys/dev/pci/drm: i915_drv.c 

Log message:
Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.
(https://bugs.freedesktop.org//attachment.cgi?id=41531)
Fixes the heavy rendering errors and crashes that
made the intel driver unusable on my 865G since 4.8 (kernel/6517)
OK matthieu, oga.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/11 14:01:55

Modified files:
	driver/xf86-video-intel/src: i965_render.c 

Log message:
Avoid dereferencing a NULL pointer during VT switches when composite
is active.

Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/11 14:10:30

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2011/02/11 14:40:04

Modified files:
	sys/compat/linux: linux_misc.c syscalls.master 

Log message:
Add linux_mprotect() syscall. Okay otto@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2011/02/11 14:41:46

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
Regenerate.


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2011/02/11 15:12:28

Modified files:
	lib/libc/sys   : chroot.2 

Log message:
Fix typo, setreseuid -> setresuid

ok otto@, jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2011/02/11 15:26:24

Modified files:
	app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm 
	                 OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm 

Log message:
puffy 4.9


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/12 00:19:02

Modified files:
	es             : index.html 
	nl             : anoncvs.html docum.html ftp.html mail.html 
	openntpd/pt    : ftp.html 
	openssh/ja     : ftp.html index.html portable.html 
	openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/12 02:40:34

Modified files:
	share/man/man4 : route.4 

Log message:
sync with v4 route socket changes. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/12 03:42:43

Modified files:
	www/chromium   : Makefile distinfo 

Log message:
- SECURITY UPDATE of chromium to 9.0.597.94, fixes about 13 CVE's.

tested by myself on amd64, and espie@ on i386.
"sure, make sure it works" robert@ (MAINTAINER), ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/12 03:48:56

Modified files:
	graphics/ffmpeg: Makefile 
Added files:
	graphics/ffmpeg/patches: patch-libavcodec_vorbis_dec_c 

Log message:
Security fixes for CVE-2010-4704, CVE-2010-4705 and CVE-2011-0480.

ok brad (MAINTAINER), naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/12 03:49:37

Modified files:
	x11/mplayer    : Makefile 
Added files:
	x11/mplayer/patches: patch-ffmpeg_libavcodec_vorbis_dec_c 

Log message:
Security fixes for CVE-2010-4704, CVE-2010-4705 and CVE-2011-0480.

ok naddy@
looks fine to brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2011/02/12 04:00:00

Modified files:
	net/pidgin     : Makefile 
Added files:
	net/pidgin/patches: patch-libpurple_cipher_c 

Log message:
- Security fix for SA43271, Pidgin Cipher API Information Disclosure Security Issue
from upstream git commit 16f4c309528b82961b169edb8b74b9061db6c471

from brad (MAINTAINER), ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/12 04:21:01

Modified files:
	etc            : rc.conf 

Log message:
Add the rc_scripts variable for rc.d(8).

prodded by espie@
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/12 04:22:31

Modified files:
	share/man/man8 : rc.conf.8 rc.shutdown.8 rc.subr.8 

Log message:
Extend rc_scripts documentation.

prodded by espie@
ok jmc@ (with tweaks), ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/12 04:25:48

Modified files:
	emulators/vba  : Makefile 
	emulators/snes9x: Makefile 

Log message:
Document the fact that these will not build on macppc with the current
default MAXDSIZ value.

ok miod@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2011/02/12 08:54:18

Modified files:
	usr.bin/nc     : socks.c 

Log message:
fix from pr 6207.  a bit more of an explanation: we write the correct
number of bits when connecting via a SOCKS 5 proxy over ipv6, but we
also need to read the same number depending on the received address
type.  this issue is not noticeable with ssh's SOCKS 5 support since it
always set the address type as ipv4.  this fixes connections via SOCKS 5
proxies which set their address type as ipv6 when using ipv6.

after review with, and ok, nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2011/02/12 13:45:19

Modified files:
	sys/net        : bpf_filter.c 

Log message:
Clear the filter memory area before using it. Leaving it uninitialized may
leak previous kernel stack contents through a malicioius BPF filter.
Reported by Dan Rosenberg via Alistair Crooks. ok deraadt@, krw@,
claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2011/02/12 13:58:28

Modified files:
	sys/net        : bpf_filter.c 

Log message:
Unbreak previous commit by adding the proper header file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/12 14:05:38

Modified files:
	www/apache-httpd: Makefile 
Added files:
	www/apache-httpd/patches: patch-modules_cache_cache_storage_c 
	                          patch-modules_dav_main_util_c 

Log message:
Fix CVE-2010-1452

ok sthen@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2011/02/12 14:06:57

Modified files:
	devel/apr-util : Makefile 
Added files:
	devel/apr-util/patches: patch-buckets_apr_brigade_c 

Log message:
Fix CVE-2010-1623

ok sthen@, landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/13 05:35:02

Modified files:
	usr.bin/find   : find.1 

Log message:
As noticed by Clint Pachl <pachl at ecentryx dot com>,
it is easy to miss a blank character in an example,
so explicitely state that whitespace causes the issue;
while here, mention that shell metacharacters cause danger as well;
ok otto@ sthen@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2011/02/13 06:28:38

Modified files:
	usr.sbin/relayd: relayd.c 

Log message:
fix from pr 6314: allow debug logging before daemonization to help
identify configuration issues.

ok sthen@ pyr@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/02/13 07:58:41

Modified files:
	.              : plus.html 

Log message:
Lots of weeks from Nicolas PM Legrand, fixups from me and some prodding from weezelding@freenode


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/02/13 08:05:34

Modified files:
	.              : plus.html plus48.html 

Log message:
Stable additions from Nicolas PM Legrand


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2011/02/13 08:17:27

Modified files:
	faq/pf         : nat.html 

Log message:
Missing line breaks. ok sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	tedu@cvs.openbsd.org	2011/02/13 10:25:20

Modified files:
	app/cwm        : group.c 

Log message:
we lose track of highstack somewhere, so recompute it before we need it.
fixes a crash reported by christian neukirchen.  ok okan


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2011/02/13 12:18:08

Modified files:
	.              : INDEX 

Log message:
sync, 6852


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/13 12:45:54

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386
RAMDISKA breathe a bit better.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2011/02/13 13:09:57

Modified files:
	app/cwm        : client.c 

Log message:
if we are saving the pointer location for a specific client, make sure
that if it is not already inbounds, put it in the default location,
which happens to be inbounds.

behavior noticed by Thomas Pfaff while maximizing and un-maximizing a
window, leaving the pointer behind and causing client_cycle() to be a
bit lost.

ok oga@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/13 13:45:47

Modified files:
	build          : mirrors.dat 

Log message:
readd mirror.planetunix.net, req by Brian at planetunix.net
drop commented-out mirror.corbina.net, it's still stuck at 4.7


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/13 13:46:29

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/13 13:47:22

Modified files:
	distrib/notes  : mirrors 

Log message:
sync from mirrors.dat


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2011/02/13 15:41:10

Modified files:
	sys/net        : bpf_filter.c 

Log message:
Unbreak userland as well, since bpf_filter.c is also used in libpcap.
Noticed by robert at openbsd pap st, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/14 04:01:37

Modified files:
	sys/net        : pf.c 

Log message:
Add missing byte-order swap to pf_match_addr_range. Without this, rules
using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not match addresses
correctly on little-endian systems.  ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2011/02/14 05:53:27

Modified files:
	sys/net        : rtsock.c 

Log message:
free mbuf in failure case.  fix for pr6562.  ok claudio.


CVSROOT:	/cvs
Module name:	www
Changes by:	pea@cvs.openbsd.org	2011/02/14 08:51:34

Modified files:
	porting        : checklist.html 

Log message:
Fix links.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2011/02/14 12:36:14

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/14 15:36:15

Modified files:
	regress/sys/kern/splice: funcs.pl 

Log message:
Make tests more reliable by handling short socket splice correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/02/15 00:14:45

Modified files:
	sys/conf       : GENERIC newvers.sh 

Log message:
move us to real 4.9


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/02/15 05:26:37

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Use log_as() to print the offending neighbor-as instead of printing it
as an int. This way 4-byte ASes should be printed nicely.
OK deraadt@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/02/15 05:37:59

Modified files:
	sys/dev/pci    : if_nxe.c 

Log message:
Copy pasto in comment. Fix by brad@ OK dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/15 12:10:19

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
that hands them over to the hardware.  This prevents the hardware from seeing
stale contents if the compiler decides to re-order stores or if the hardware
does store-reordering.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/15 12:15:25

Modified files:
	sys/dev/pci    : if_em_hw.c 

Log message:
Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386
RAMDISKA breathe a bit better.
(file forgotten in yesterday's if_em.c commit)


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2011/02/15 12:49:47

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
Add workaround for BCM5906 A0/1/2 controller silicon bug. When
auto-negotiation results in half-duplex operation, excess collision
on the ethernet link may cause internal chip delays that may result
in subsequent valid frames being dropped due to insufficient
receive buffer resources. The workaround is to choose de-pipeline
method as a flow control decision for SDI. De-pipeline method
allows only 1 data in TxMbuf at a time such that a request to RDMA
from SDI is made only when TxMbuf is empty.
From FreeBSD; ok miod@; ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2011/02/15 13:02:11

Modified files:
	sys/dev        : vnd.c 

Log message:
A vnd buf doesn't only go through the vnd bufq but also the bufq
for the device on which the vnd image resides on, this has the
effect that a bufq_done call is done in the context of the
underlaying bufq, setting b_bq to NULL, meaning there is never
a bufq_done call done for the vnd bufq so the outstanding count
never decreses.

Add one in vndiodone. This fixes the suspsend issues krw@ was
running into.

ok tedu@, krw@
nod from miod@ on the commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/15 14:46:21

Modified files:
	sys/dev/pci    : viaenv.c 

Log message:
Initialize sc_iot early enough to avoid a crash when the hardware monitor
function was found disabled.

From NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2011/02/15 17:31:14

Modified files:
	usr.bin/ssh    : ssh-keysign.c 

Log message:
make hostbased auth with ECDSA keys work correctly. Based on patch
by harvey.eneman AT oracle.com in bz#1858; ok markus@ (pre-lock)


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/02/16 03:37:45

Modified files:
	etc            : sysctl.conf 
	sys/kern       : kern_sysctl.c 

Log message:
allow users to enable access to the /dev/crypto, but keep it turned off
by default, adjust comments in sysctl.conf;  ok markus, tedu, djm, miod


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/16 12:13:21

Modified files:
	sys/net        : Tag: OPENBSD_4_8 pf.c 

Log message:
Merge PF fix from -current.  Thanks jsg@ mcbride@ for testing.

----
Add missing byte-order swap to pf_match_addr_range. Without this, rules
using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not match addresses
correctly on little-endian systems.  ok henning@
----


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/16 12:13:44

Modified files:
	sys/net        : Tag: OPENBSD_4_7 pf.c 

Log message:
Merge PF fix from -current.  Thanks jsg@ mcbride@ for testing.

----
Add missing byte-order swap to pf_match_addr_range. Without this, rules
using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not match addresses
correctly on little-endian systems.  ok henning@
----


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/02/16 13:05:43

Modified files:
	sys/dev/pci    : Tag: OPENBSD_4_8 if_sis.c 

Log message:
MFC, original by kettenis@.

----
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
that hands them over to the hardware.  This prevents the hardware from seeing
stale contents if the compiler decides to re-order stores or if the hardware
does store-reordering.
----

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/16 13:37:28

Modified files:
	.              : errata48.html errata47.html 

Log message:
sis, pf and openssl errata. with/ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2011/02/16 14:22:24

Modified files:
	gnu/usr.bin/lynx/src: GridText.c 

Log message:
Fix off by one in page display.

From Patrick Keshishian, thanks! Fix found upstream as well.

Okay miod@. fgs@ seemed to agree.


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2011/02/16 15:04:46

Modified files:
	openssh        : security.html 

Log message:
pasto - link text for recent advisory should read legacy-cert.adv (the
actual link was fine). thanks m.kocielski AT gmail.com


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2011/02/16 15:35:08

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Recommend checking DNS.
Joint work of lum@, jmc@ and myself;
committing on behalf of lum@ who is short on time.
ok jmc@ lum@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/16 17:53:48

Modified files:
	sys/dev/pci    : Tag: OPENBSD_4_8 if_sis.c 

Log message:
missing semicolon; pointed out by Stan Schwarz


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2011/02/16 23:46:30

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
0-4095 inclusive is the correct (12 bit) vlan range

ok henning claudio miod


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2011/02/17 01:32:29

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Clarify that ifconfig tries to show interface groups before type "groups".

ok henning jmc miod


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/17 09:02:22

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
the number of widget connections isn't necessarily the same as the
number of widget connection list entries.  if the high bit is set in
a connection list entry, all widgets between the previous and current
entry are connected.  go through the connection list entry once to
figure out how many connections there are, then go through it again
to build the connection list.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/17 09:12:22

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
allow interfaces other than slaves of the union interface to be the
data interface.  lets an "MTK GPS Receiver" work, as reported by
Daniel C. Sinclair.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2011/02/17 10:38:55

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
if changing the default speaker connection, be sure it's both a
valid connection and a valid converter.  fixes speaker auto-mute
for some IDT codecs.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/02/17 11:22:44

Modified files:
	share/man/man8 : rc.subr.8 Makefile 
Added files:
	share/man/man8 : rc.d.8 

Log message:
split along user/implementation lines.
After lots of back and forth with jmc@ and schwarze.

okay miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/17 13:14:30

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/armish/conf: GENERIC RAMDISK 
	sys/arch/beagle/conf: GENERIC RAMDISK 
	sys/arch/gumstix/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/i386/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/palm/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC 

Log message:
Disable sbt and ubt devices. The bluetooth code will sometimes sleep while
holding locks, this is not allowed, and nobody has stepped up to fix this,
so better not lure people into using bluetooth devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2011/02/17 13:24:11

Modified files:
	distrib/hppa/iso: Makefile 

Log message:
put bsd.mp into the iso image too.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/17 13:49:51

Modified files:
	distrib/notes  : DESCR.xbase DESCR.xfont DESCR.xserv 
	                 DESCR.xshare README.amd64 README.i386 m4.common 

Log message:
Some updates for 4.9 release.
- we're now at X.Org 7.6
- many applicatons now support anti-aliased, client-side fonts
ok miod@, todd@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/17 16:28:45

Modified files:
	es             : ftp.html index.html 
	faq/pf/es      : config.html example1.html index.html perf.html 
	                 scrub.html 
	faq/pf/nl      : nat.html 
	fr             : anoncvs.html docum.html ftp.html mail.html 
	nl             : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html security.html 
	pt             : docum.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2011/02/18 06:22:53

Modified files:
	lib/libc/sys   : open.2 

Log message:
An attempt to open an append-only file without O_APPEND results in EPERM.
OK jmc@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2011/02/18 10:06:45

Modified files:
	sys/net        : if_vlan.c 

Log message:
when changing the vlandev of a running vlan(4) interface, we also need to
move the configured multicast addresses and preserve the promisc mode
settings of the parent.  this fixes an issue when carp stopped working on
a vlan after the vlandev was manually changed.

ok naddy@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/02/18 10:20:15

Modified files:
	sys/dev/pci    : if_alc.c 

Log message:
alc_newbuf is always called from the interrupt context so it can't sleep;
tested by Gabriel Linder, ok kevlo, miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2011/02/19 03:18:03

Modified files:
	distrib/sgi/ramdisk: install.md 

Log message:
Fix previous ``fix'' - since the hw.model sysctl does not return a number
after all, we need to use a regular [[ ]] construct instead of (( )).


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2011/02/19 09:45:42

Modified files:
	faq            : index.html 

Log message:
copyright date.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/19 12:51:53

Modified files:
	distrib/notes  : README.alpha 
	xserver        : Makefile.bsd-wrapper 
	driver         : Makefile 

Log message:
Disable Xorg on alpha. Xrender is broken since 2 releases and I still
don't know how to fix it. ok miod@, todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/02/19 14:18:59

Modified files:
	sbin/disklabel : editor.c 

Log message:
If the user screws up adding a partition, don't keep partial bits
of the partition info around to confuse disklabel, newfs, fsck, etc.

From Pedro Martelletto.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/19 15:15:12

Modified files:
	sys/arch/macppc/dev: pgs.c 

Log message:
Only attach if the "device_type" propery is "programmer-button".  On the iMac
G5 (PowerMac8,2) attaching pgs(4) makes the machine hang.  This machine has
the "device_type" property set to "gpio" attaching pgs(4), which is that
case for newer machines that don't seem to have a real button anyway.

ok miod@, jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/20 03:08:24

Modified files:
	es             : docum.html 
	faq/nl         : index.html 
	faq/pf/es      : example1.html index.html macros.html 
	                 options.html shortcuts.html tables.html 
	faq/pf/fr      : nat.html 
	fr             : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/es    : index.html manual.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html security.html 
	porting/fr     : checklist.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2011/02/20 06:42:17

Modified files:
	xserver        : Makefile.bsd-wrapper 

Log message:
Revert stuff that should not have been committed in version 1.33.
Noticed by krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/21 00:54:47

Modified files:
	sys/arch/sparc64/dev: radeonfb.c 

Log message:
Re-initialize acceleration engine after leaving X.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/21 00:55:27

Modified files:
	sys/arch/sparc64/dev: machfb.c 

Log message:
Remove redundant statement to keep this in line with radeonfb(4).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/02/21 02:36:15

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
usage: mt [-f device] command [count]

most of the work and bug fixes were done by mikeb@, i put it in ioctl
form.
ok mikeb@ and miod@
tested by me
an earlier revision was tested by Łukasz Czarniecki who also reported
the problem in the first place.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2011/02/21 06:09:28

Modified files:
	distrib/sets/lists/xbase: md.alpha 
	distrib/sets/lists/xserv: md.alpha 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2011/02/21 11:13:18

Modified files:
	distrib/notes  : README.sparc64 

Log message:
Better instructions for accelerated PCI configuration, including a
working configuration template people can use, should they need to
provide the refresh frequencies their monitor support in order to get
high resolution truecolor modes.
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/02/21 12:26:13

Modified files:
	sbin/fdisk     : fdisk.c mbr.c user.c 

Log message:
Honour MBR_read() results and don't pretend we can parse blocks we
did not successfully read. Tweak some casts.

Fixes infinite loop problem noted by jeremy@ while installing on
boxen with 'random' garbage in MBR. General loop detection may
follow post-4.9.

Tested by jeremy@ and ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2011/02/21 12:28:40

Modified files:
	driver/xf86-video-ati/src: radeon_driver.c 

Log message:
Restore the CLOCK_CNTL_INDEX *after* we're done messing with it.  Makes Xorg
properly restore the video mode upon exit on macppc and sparc64.  Already
merged upstream.

ok matthieu@, no objection miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/02/21 12:48:41

Modified files:
	sys/dev/usb    : if_mos.c 

Log message:
Make mos(4) set IFF_BROADCAST in if_flags.
ok jsg kevlo claudio; committing with miod's permission (src is soft-locked)


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/02/21 13:00:12

Modified files:
	sys/net80211   : ieee80211_input.c 

Log message:
When bridging multicast frames in hostap mode, make a deep copy of the mbuf
instead of a shallow copy to avoid problems if the mbuf is modified later
(e.g. if the frame is encrypted).
From FreeBSD.
http://marc.info/?l=freebsd-current&m=114168135819304&w=2
http://svn.freebsd.org/viewvc/base?view=revision&revision=156367
ok damien; committing with miod's permission (src is soft-locked)


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/02/21 13:00:54

Modified files:
	sys/net80211   : ieee80211_proto.c 

Log message:
Fix stats about node allocation failures.
ok damien; committing with miod's permission (src is soft-locked)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2011/02/21 13:40:04

Modified files:
	usr.sbin/nsd   : nsd.c 

Log message:
call setusercontext(3) before chroot. ok miod@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/02/21 13:51:02

Modified files:
	sys/scsi       : sd.c 

Log message:
If a spin up command can't be started becaause of a lack of openings,
delay and retry the original command rather than immediately erroring
out.

Fixes USB drives that spin themselves down due to inactivity, as
confirmed by pirofti@ and jsg@.

ok miod@, rough agreement pending more general solution dlg@.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/02/21 17:23:14

Modified files:
	libexec/makewhatis: makewhatis makewhatis.8 
	libexec/makewhatis/OpenBSD: Makewhatis.pm 
	libexec/makewhatis/OpenBSD/Makewhatis: Formated.pm Subject.pm 
	                                       Unformated.pm 

Log message:
shut up unless -v, and a few minor enhancements.
okay miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2011/02/21 17:23:48

Modified files:
	share/man      : Makefile 

Log message:
run makewhatis -v
okay miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2011/02/21 17:24:35

Modified files:
	.              : Makefile 

Log message:
run makewhatis -v
(needs -current !)
okay miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/02/21 19:30:08

Modified files:
	sys/dev/ic     : ami.c 

Log message:
ami figures out the names of the enclosure attached to it by snooping
commands on the passthru busses after the kernel becomes !cold. however,
if the enclosure doesnt have any sensors then we dont issue regular
commands to it, so ami cant see what its name is.

this moves the name fetch from the passthru io path to a walk of all the
devices on the bus just after they were attached.

problem reported and fix tested by henning@
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2011/02/22 07:16:38

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
In drm_modeset_ctl make sure to check the (now signed) value is > 0 as
well as < the array length.

ok kettenis@, mikeb@ (who suggested the same fix) and marco@.

"get that fixed" deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2011/02/22 11:00:44

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Disable PCIe Active State Power Management (ASPM) to avoid bge(4) randomly
detaching from the bus on some of the machines.
tested by many, ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/22 13:05:03

Modified files:
	sys/dev/ic     : rt2560.c rt2661.c 

Log message:
Mark descriptors as invalid *before* unmapping the associated mbuf.
Might prevent the unrecoverable DMA error mentioned in PR 6557.

ok damien@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/02/23 08:46:14

Modified files:
	sys/net        : pf.c 

Log message:
fixup source address rewriting for the icmp errors with the rdr-to setup.
problem was reported by babut at yandex dot ru in the pr 6564, tested by
the pr originator and me, ok henning mcbride.  shaves off a bunch of XXXs.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2011/02/23 18:25:17

Modified files:
	sys/netinet6   : nd6_rtr.c 

Log message:
Prevent the nd6_addr_add() work queue task from adding multiple addresses
for the same prefix. Tested by giovanni@, steven@, Dennis den Brok.
ok dlg miod claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2011/02/23 21:21:34

Modified files:
	sys/net        : pipex.c 

Log message:
Don't use address and control field on PPPoE, they must not be used as
the protocol.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/24 00:06:35

Modified files:
	share/man/man8 : rc.d.8 rc.subr.8 

Log message:
Fix several documentation bugs (including a typo fix from schwarze@).
Missing documentation about the naming policy for rc scripts.
Document rcexec.
Remove daemon_shell, it's proved useless at best and can introduce
issues we don't want to deal with.

prodded by, discussed with and ok espie@
ok robert@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/24 00:07:03

Modified files:
	etc/rc.d       : rc.subr 

Log message:
Remove daemon_shell and force the use of /bin/sh for the su(1) call.

ok robert@ espie@ miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2011/02/24 01:41:50

Modified files:
	.              : crypto.html 

Log message:
passwd.conf(5) variables moved to login.conf(5) in 2001,
from Aaron Poffenberger on www@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/24 04:18:44

Modified files:
	share/man/man4/man4.sparc64: raptor.4 

Log message:
There is no evidence Sun ever sold rebranded Tech Source GFX-4M/8M boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2011/02/24 10:20:09

Modified files:
	lib/libc/sys   : socket.2 

Log message:
SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and
SOCK_RDM is a dead SysV compatibility option that is not
described anywhere in the man page so don't reference it.

ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2011/02/24 12:22:51

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
Update notes about PCI framebuffers.

ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2011/02/24 15:11:26

Modified files:
	.              : sparc64.html 

Log message:
Update PCI framebuffer section.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/02/24 16:40:31

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
we want to look up the device attached to a raid volume by its address on
the bus, not which bioctl volume id it is.

ok mikeb@ krw@ miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2011/02/25 05:35:57

Modified files:
	faq/fr         : faq4.html 
	faq/pf/es      : ftp.html 
	nl             : crypto.html 
	porting/es     : diffs.html libraries.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/02/25 05:55:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
Silence a bit of error output when no ftplist can be downloaded.
Silence is golden. Problem seen and fix tested by guenther@.

ok guenther@ halex@


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2011/02/25 08:18:49

Modified files:
	.              : products.html 

Log message:
Legato software has been discontinued - confirmed with Ben Smith owner


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2011/02/25 10:16:48

Modified files:
	.              : products.html 

Log message:
Product called My Restaurant has been sold to another company.  No link to it.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2011/02/25 14:02:03

Modified files:
	.              : alpha.html 

Log message:
Mention that X is broken.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2011/02/26 06:07:48

Modified files:
	sys/arch/alpha/alpha: disksubr.c 
	sys/arch/amd64/amd64: disksubr.c 
	sys/arch/arm/arm: disksubr.c 
	sys/arch/aviion/aviion: disksubr.c 
	sys/arch/hp300/hp300: disksubr.c 
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa64/hppa64: disksubr.c 
	sys/arch/i386/i386: disksubr.c 
	sys/arch/landisk/landisk: disksubr.c 
	sys/arch/loongson/loongson: disksubr.c 
	sys/arch/luna88k/luna88k: disksubr.c 
	sys/arch/mac68k/mac68k: disksubr.c 
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/mvme68k/mvme68k: disksubr.c 
	sys/arch/mvme88k/mvme88k: disksubr.c 
	sys/arch/mvmeppc/mvmeppc: disksubr.c 
	sys/arch/sgi/sgi: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/vax/vax: disksubr.c 
	sys/arch/octeon/octeon: disksubr.c 

Log message:
Force the DUID cache used to generate hw.disknames to be updated
after every disklabel read or write. This keeps the DUID cache more
in sync with the physical world. De-syncing noted by drahn@ while
zapping disklabels with dd.

ok jsing@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2011/02/27 17:09:11

Modified files:
	usr.sbin/relayd: check_script.c 

Log message:
If 'check script' doesn't exit(), treat the service as 'down' rather
than 'unknown'. Fixes a problem where the script is killed due to expiry
of the interval timer.  ok pyr@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2011/02/27 17:12:19

Modified files:
	sbin/dumpfs    : Makefile dumpfs.c 

Log message:
switch open(...) to opendev(...)
makes yet another utility honor DUID's

ok jsing@ miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/02/27 19:31:56

Modified files:
	usr.sbin/npppd/pppoe: pppoed.c 

Log message:
fix a buffer overflow in the pppoe receive packet handling.

diff from yasuoka@
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2011/02/28 09:29:43

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
When the maximum splice length has been reached, send out the data
immediately by unsetting the SS_ISSENDING flag.  This prevents a
possible 5 seconds delay in socket splicing.
ok markus@; commit it deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2011/02/28 12:17:12

Modified files:
	driver/xf86-video-r128/src: r128_driver.c 

Log message:
Restore the CLOCK_CNTL_INDEX *after* we're done messing with it.  Makes Xorg
properly restore the video mode upon exit on macppc.

ok matthieu@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2011/03/01 02:37:31

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Introduce a dummy function in the SMALL case to digest arguments like
"rdomain", "description", etc. so that the ifconfig on ramdisk is able
to parse hostname.if files on updates.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2011/03/01 08:20:30

Modified files:
	usr.bin/calendar/calendars: calendar.music 

Log message:
add missing word; Jeff Ross


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2011/03/01 16:48:33

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
back out r1.162, the one that bumps openings up on sas and fc
devices.

my theory is that some devices report queue full conditions in ways
the firmware doesnt understand, or some firmwares default to NOT
doing the queue full handling internally. either way it reports
queue full conditions as faulted io which gets passed up to the
block layer as errors.

this makes us conservative again and safe.

this fixes panics from ajacout

ok sthen@ deraadt@