CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/02/28 12:35:45
Modified files:
. : 53.html
Log message:
re-add
accidentally zapped with the '...' I removed; from Alexey Suslikov
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/02/28 14:00:53
Modified files:
sbin/dhclient : kroute.c
Log message:
Try 10 times to obtain the routing table via sysctl(), and if it
can't be done just abandon attempt to clean up the routing and arp
tables and carry on. Code adapted from itojun's route6d.c.
May address problem reported on misc@ by Marc Peters.
Best we can do for now.
ok claudio@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/02/28 14:23:30
Modified files:
de : 53.html
fr : arc.html donations.html index.html want.html
openssh/fr : donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:06:04
Modified files:
sys/conf : GENERIC newvers.sh
Log message:
Antici
pation: back to -current
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:16:35
Modified files:
include : limits.h
Log message:
Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008
ports build tested by espie@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:19:42
Modified files:
include : unistd.h
lib/libc/gen : confstr.3 confstr.c
Log message:
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines
to and confstr(3) per POSIX 1003.1-2008
Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3)
ports build tested by espie@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/01 16:04:02
Modified files:
. : vax-simh.html
Log message:
bring back the old network setup method for SIMH as an alternative for
people who cannot bridge; todd reminded me that wireless devices can't be
used with the bridge-based method.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 22:33:41
Modified files:
usr.bin/getconf: getconf.1 getconf.c
Log message:
Bring getconf(1) substantially up to spec with POSIX 1003.1-2008,
adding 155 new names as well as support for the -v option.
Also, add support for non-standard -L and -l options for listing
the known names. (Contrast with the Solaris/Linux -a option, whose
output is inconsistent and can't be reliably parsed.)
ports build tested by espie@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/01 23:56:16
Modified files:
sys/dev/pci : ichiic.c
Log message:
match on EP80579, works fine on a machine I have
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:02:07
Modified files:
sys/arch/amd64/amd64: machdep.c
Log message:
The last use of the int $80 syscall entry was in 5.1, so we no longer
need to reserve it
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:02:31
Modified files:
lib/libc/gen : confstr.3
Log message:
zap end of line whitespace;
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:05:18
Modified files:
sys/kern : kern_fork.c syscalls.master
sys/sys : unistd.h
Log message:
No longer need the 5.1 version of the __tfork syscall
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:06:00
Modified files:
sys/sys : syscall.h syscallargs.h
sys/kern : init_sysent.c syscalls.c
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:08:22
Modified files:
usr.bin/getconf: getconf.1
Log message:
missing newline;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:11:19
Modified files:
sbin/dhclient : dhclient.conf.5
Log message:
rework some text that ken thought ambiguous; ok krw
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:12:15
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:18:17
Modified files:
usr.bin/getconf: getconf.c
Log message:
sort options, and avoid line wrap, in usage(); ok guenther
CVSROOT: /cvs
Module name: www
Changes by: espie@cvs.openbsd.org 2013/03/02 01:29:44
Modified files:
faq : faq15.html
Log message:
clearer directive for pkg_locate.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 02:07:37
Modified files:
usr.bin/passwd : pwd_check.c
Log message:
When using an external password quality check program, do not run the
patterns checks which may contradict the rules set by the external
helper.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 02:11:15
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Always compare aliases(5) at the end of the sysmerge(8) run after all
files have already been merged. This is needed in the case where the
syntax of smtpd.conf changed to prevent newaliases(8) from failing.
issue reported by todd@
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 03:13:44
Modified files:
fr : events.html mac68k.html mvme68k.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 03:42:14
Modified files:
. : want.html
Log message:
My Tadpole hard drive is dying, I could use a "new" one.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/02 04:08:38
Modified files:
sys/arch/amd64/amd64: conf.c
Log message:
Properly conditionalize adding wscons to the list of consoles on
NWSDISPLAY.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:21:10
Modified files:
net/libsocialweb: Makefile
Log message:
- add missing build dependency, spotted by several
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:21:26
Modified files:
sysutils/augeas: Makefile
Log message:
- fix MASTER_SITES
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:22:28
Modified files:
lang/coffeescript: Makefile distinfo
Log message:
- update to coffeescript-1.5.0
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/02 05:25:55
Modified files:
sys/dev : softraid_raid0.c softraid_concat.c
Log message:
Unbreak softraid compilation with debug enabled.
Prompted by Dmitry Bogdan.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:27:42
Modified files:
www/gtkhtml4 : Makefile distinfo
Log message:
- update to gtkhtml4- 4.6.4
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:28:14
Modified files:
sbin/pfctl : parse.y
Log message:
When a PF rule contains 'set tos' *followed by* a scrub option, the tos
value is changed to 0x00. Left-over from the previous implementation where
set-tos was part of "scrub". Problem reported by Jason Mader, ok henning
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:28:26
Modified files:
devel/libvirt-glib: Makefile distinfo
devel/libvirt-glib/pkg: PLIST
Log message:
- update to libvirt-glib-0.1.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:29:09
Modified files:
graphics/node-canvas: Makefile distinfo
graphics/node-canvas/patches: patch-binding_gyp
graphics/node-canvas/pkg: PLIST
Log message:
- update to node-canvas-1.0.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:30:10
Modified files:
textproc/py-pygments: Makefile distinfo
textproc/py-pygments/pkg: PLIST
Log message:
- update py-pygments to 1.6
- reset maintainer as per djm@'s request
ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:31:35
Modified files:
net/apache-activemq: Makefile distinfo
net/apache-activemq/pkg: PLIST
Log message:
- update to apache-activemq-5.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:32:11
Modified files:
graphics/clutter/clutter-gst: Makefile distinfo
Log message:
- update to clutter-gst-2.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:33:01
Modified files:
devel/apache-ant: Makefile distinfo
devel/apache-ant/patches: patch-bin_ant patch-bin_runant_pl
devel/apache-ant/pkg: DESCR PLIST
Log message:
- update to apache-ant-1.8.4
tested in a bulk by landry@
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:33:57
Modified files:
devel/maven : Makefile distinfo
devel/maven/pkg: PLIST
Log message:
- update to apache-maven-3.0.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:35:01
Modified files:
devel/maven : Makefile
devel/maven/pkg: PLIST
Log message:
- add $V to SUBST_VARS to minimize future diffs.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:36:36
Modified files:
devel/p5-Error : Makefile distinfo
Log message:
update to p5-Error 0.17019
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:38:46
Modified files:
games/alephone/scenarios: Makefile.inc
Log message:
Make alephone scenarios BUILD_DEPENDS on alephone. It's not technically
required but scenarios are useless without the game and very big, so this
saves excessively large files being uncompressed/recompressed and shipped
out to mirrors on arch where the game won't run anyway. ok phessler
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:39:56
Modified files:
mail/isync : Makefile distinfo
Log message:
SECURITY update to isync 1.0.6
CVE-2013-0289 - does not verify hostnames from SSL certificates
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:41:56
Modified files:
net/icinga/web : Makefile distinfo
net/icinga/web/pkg: PLIST
Log message:
icinga-web 1.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:42:03
Modified files:
x11/gnome/mutter: Makefile
Log message:
disable -Werror which breaks at least hppa/mips64/sparc64
ok landry@ aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:42:33
Modified files:
net/icinga/core: Makefile
net/icinga/core/patches: patch-cgi_Makefile_in
Log message:
zap -no-pie stuff no longer needed for static bins.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:42:39
Modified files:
lang/jimtcl : Makefile
Log message:
- update HOMEPAGE
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:45:19
Modified files:
databases/postgresql-jdbc: Makefile
devel/eclipse/sdk: Makefile
geo/jeoip : Makefile
java/jBCrypt : Makefile
Log message:
for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6.
as discussed with/ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:47:50
Modified files:
www/py-django : Makefile distinfo
www/py-django/pkg: PLIST
Log message:
SECURITY update; py-Django 1.4.5
https://www.djangoproject.com/weblog/2013/feb/19/security/
- Host header poisoning: an attacker could cause Django to generate
and display URLs that link to arbitrary domains.
- Formset denial-of-service: an attacker can abuse Django's tracking
of the number of forms in a formset to cause a denial-of-service attack.
- XML attacks: Django's serialization framework was vulnerable to
attacks via XML entity expansion and external references.
- Data leakage via admin history log: Django's admin interface could
expose supposedly-hidden information via its history log.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:48:39
Modified files:
www/racktables : Makefile distinfo
www/racktables/pkg: PLIST
Log message:
update racktables to 0.20.3
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/02 05:50:01
Modified files:
sys/dev : softraid_aoe.c softraid_concat.c
softraid_crypto.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
sr_alloc_resources() and sr_free_resources() can never be called without
a valid struct sr_discipline. Remove redundant NULL pointer checks.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 06:03:17
Modified files:
audio/abcde : distinfo
editors/vim-spell: distinfo
games/eduke32 : distinfo
Log message:
clean-up extra entries which are actually not checked
(necessary for a DISTFILES/SUPDISTFILES check to help porters)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 06:08:50
Modified files:
infrastructure/mk: bsd.port.mk pkgpath.mk
Log message:
minor tweaks:
- make sure PKGDIR exists prior to making READMES, allows using update-plist
before creating DESCR and stuff
- list-distinfo target, to allow dpb to fetch stuff non locally eventually
- zap addsum
- check that all files in distinfo are actually accounted for in DISTFILES
and SUPDISTFILES
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:48:32
Modified files:
x11/gtk+2 : Makefile distinfo
x11/gtk+2/patches: patch-gtk_Makefile_in
Log message:
Update to gtk+2-2.24.16.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:49:16
Modified files:
x11/gtk+3 : Makefile
x11/gtk+3/pkg : PLIST-main
Log message:
Remove XXX; regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:50:07
Modified files:
print/foomatic-db: Makefile
print/foomatic-db/pkg: PLIST
Log message:
Do not register share/foomatic/ in PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:50:38
Modified files:
print/foomatic-db-engine: Makefile
print/foomatic-db-engine/pkg: PLIST
Log message:
This package is the one owning the share/foomatic/ directory.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:51:30
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
print/foo2zjs/pkg: PLIST
Log message:
Update to foo2zjs-20130220.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:51:59
Modified files:
misc/shared-mime-info: Makefile distinfo
misc/shared-mime-info/pkg: PLIST
Log message:
Update to shared-mime-info-1.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:52:29
Modified files:
graphics/shared-color-targets: Makefile distinfo
graphics/shared-color-targets/pkg: PLIST
Log message:
Update to shared-color-targets-0.1.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:54:52
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Implement "listall" for the autochanger chio(1) script; has been committed
upstream already.
ok sthen@ merdely@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:55:56
Modified files:
security/p11-kit: Makefile
security/p11-kit/pkg: PLIST
Log message:
No need to @sample pkcs11.conf.example.
spotted by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:59:20
Modified files:
databases/ruby-hiera: Makefile
databases/ruby-hiera/files: hiera.yaml
databases/ruby-hiera/pkg: DESCR PLIST
Log message:
Fix this port:
* depend on ruby18 and do not let the ruby module handles FLAVORs
* enable regression tests
* fix path to the default hiera database; and create its directory
* install the yaml configuration file for the cli under SYSCONFDIR
* configure hiera.yaml the same way it is done in the hiera tarball
distributed by puppetlabs
* tweak DESCR
* take MAINTAINER
Hiera now works out of the box with Puppet.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:59:59
Modified files:
x11/gnome/themes-standard: Makefile distinfo
x11/gnome/themes-standard/pkg: PLIST
Log message:
Update to gnome-themes-standard-3.6.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:01:42
Modified files:
net/ocsync : Makefile distinfo
Log message:
Update to ocsync-0.70.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:02:36
Modified files:
x11/gnome/caribou: Makefile distinfo
x11/gnome/caribou/pkg: PLIST
Log message:
Update to caribou-0.4.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:03:34
Modified files:
x11/gnome/keyring: Makefile distinfo
Log message:
Update to gnome-keyring-3.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:05:36
Modified files:
devel/ptlib : Makefile distinfo
devel/ptlib/patches: patch-make_lib_mak
Log message:
Update to ptlib-2.10.10.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:05:59
Modified files:
net/opal : Makefile distinfo
net/opal/patches: patch-Makefile_in patch-configure
patch-plugins_video_H_264_h264-x264_cxx
Log message:
Update to opal-3.10.10.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:06:24
Modified files:
net/h323plus : Makefile distinfo
net/h323plus/patches: patch-Makefile_in
patch-include_openh323buildopts_h_in
Log message:
Update to h323plus-1.25.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:06:45
Modified files:
x11/gnome/ekiga: Makefile distinfo
Log message:
Update to ekiga-4.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:07:22
Modified files:
security/gnutls: Makefile distinfo
security/gnutls/pkg: PLIST
Log message:
Update to gnutls-3.1.9.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:08:06
Modified files:
x11/gnome/nautilus-open-terminal: Makefile distinfo
x11/gnome/nautilus-open-terminal/pkg: PLIST
Log message:
Update to nautilus-open-terminal-0.20.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:08:48
Modified files:
textproc/asciidoc: Makefile distinfo
textproc/asciidoc/pkg: PLIST
Log message:
Update to asciidoc-8.6.8.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:09:55
Modified files:
productivity/tryton/trytond: distinfo
Log message:
Update to trytond-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:16
Modified files:
productivity/tryton: Makefile.inc
Log message:
Bump default MODPY_EGG_VERSION to 2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:30
Modified files:
productivity/tryton/tryton: Makefile distinfo
Log message:
Update to tryton-2.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:46
Modified files:
productivity/tryton/account_invoice: distinfo
Log message:
Update to trytond-module-account_invoice-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:04
Modified files:
productivity/tryton/currency: Makefile distinfo
productivity/tryton/currency/pkg: PLIST
Log message:
Update to trytond-module-currency-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:22
Modified files:
productivity/tryton/account: Makefile distinfo
Log message:
Update to trytond-module-account-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:39
Modified files:
productivity/tryton/account_stock_anglo_saxon: Makefile distinfo
Log message:
Update to trytond-module-account_stock_anglo_saxon-2.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:54
Modified files:
productivity/tryton/analytic_invoice: Makefile distinfo
Log message:
Update to trytond-module-analytic_invoice-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:07
Modified files:
productivity/tryton/analytic_purchase: Makefile distinfo
Log message:
Update to trytond-module-analytic_purchase-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:20
Modified files:
productivity/tryton/analytic_sale: Makefile distinfo
Log message:
Update to trytond-module-analytic_sale-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:39
Modified files:
productivity/tryton/calendar_todo: Makefile distinfo
Log message:
Update to trytond-module-calendar_todo-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:55
Modified files:
productivity/tryton/company: Makefile distinfo
Log message:
Update to trytond-module-company-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:10
Modified files:
productivity/tryton/production: Makefile distinfo
Log message:
Update to trytond-module-production-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:28
Modified files:
productivity/tryton/purchase: Makefile distinfo
Log message:
Update to trytond-module-purchase-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:43
Modified files:
productivity/tryton/sale: Makefile distinfo
Log message:
Update to trytond-module-sale-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:57
Modified files:
productivity/tryton/stock_supply_production: Makefile distinfo
Log message:
Update to trytond-module-stock_supply_production-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:14
Modified files:
productivity/tryton/dashboard: Makefile distinfo
Log message:
Update to trytond-module-dashboard-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:28
Modified files:
productivity/tryton/purchase_invoice_line_standalone: Makefile
distinfo
Log message:
Update to trytond-module-purchase_invoice_line_standalone-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:44
Modified files:
productivity/tryton/sale_opportunity: Makefile distinfo
Log message:
Update to trytond-module-sale_opportunity-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:58
Modified files:
productivity/tryton/stock: Makefile distinfo
Log message:
Update to trytond-module-stock-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:15:36
Modified files:
productivity/tryton/account_be: Makefile
productivity/tryton/account_de_skr03: Makefile
productivity/tryton/account_fr: Makefile
productivity/tryton/account_invoice_history: Makefile
productivity/tryton/account_invoice_line_standalone: Makefile
productivity/tryton/account_product: Makefile
productivity/tryton/account_statement: Makefile
productivity/tryton/analytic_account: Makefile
productivity/tryton/calendar: Makefile
productivity/tryton/calendar_classification: Makefile
productivity/tryton/calendar_scheduling: Makefile
productivity/tryton/carrier: Makefile
productivity/tryton/carrier_percentage: Makefile
productivity/tryton/carrier_weight: Makefile
productivity/tryton/company_work_time: Makefile
productivity/tryton/country: Makefile
productivity/tryton/google_maps: Makefile
productivity/tryton/ldap_authentication: Makefile
productivity/tryton/ldap_connection: Makefile
productivity/tryton/party: Makefile
productivity/tryton/party_siret: Makefile
productivity/tryton/party_vcarddav: Makefile
productivity/tryton/product: Makefile
productivity/tryton/product_cost_fifo: Makefile
productivity/tryton/product_cost_history: Makefile
productivity/tryton/product_measurements: Makefile
productivity/tryton/product_price_list: Makefile
productivity/tryton/project: Makefile
productivity/tryton/project_plan: Makefile
productivity/tryton/project_revenue: Makefile
productivity/tryton/purchase_shipment_cost: Makefile
productivity/tryton/sale_price_list: Makefile
productivity/tryton/sale_shipment_cost: Makefile
productivity/tryton/stock_forecast: Makefile
productivity/tryton/stock_inventory_location: Makefile
productivity/tryton/stock_location_sequence: Makefile
productivity/tryton/stock_lot: Makefile
productivity/tryton/stock_product_location: Makefile
productivity/tryton/stock_split: Makefile
productivity/tryton/stock_supply: Makefile
productivity/tryton/stock_supply_day: Makefile
productivity/tryton/stock_supply_forecast: Makefile
productivity/tryton/timesheet: Makefile
Log message:
Set MODPY_EGG_VERSION according to the wanted version.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:16:43
Modified files:
net : Makefile
Log message:
Hook up ifstat,snmp.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:17:43
Modified files:
mail/poppassd : Makefile
mail/poppassd/files: poppassd.8
mail/poppassd/pkg: DESCR PLIST
Log message:
poppassd -> pop3pw
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:18:45
Modified files:
sysutils/openpoppassd: Makefile
sysutils/openpoppassd/patches: patch-openpoppassd_8
Log message:
poppassd -> pop3pw
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 10:05:47
Removed files:
devel/haddock : distinfo
Log message:
forgot that one: zap it for now, since it's no longer used
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/02 10:06:49
Modified files:
sysutils/parallel: Makefile distinfo
Log message:
update to parallel-20130222
ok ajacoutot@ sthen@ pascal@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/03/02 10:33:49
Modified files:
textproc/p5-XML-Smart: Makefile distinfo
textproc/p5-XML-Smart/pkg: PLIST
Log message:
- update to 1.76
- add REGRESS_DEPENDS
- remove USE_GROFF
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 12:40:08
Modified files:
lib/libc/stdio : vfprintf.c
Log message:
Fix the combination of 'j' format flag and the XPG "$" modifier.
ok deraadt@ kettenis@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:47:28
Modified files:
mail/postfix/stable: Makefile distinfo
mail/postfix/stable/patches: patch-conf_master_cf
Log message:
Update to Postfix 2.10.0.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:48:04
Modified files:
mail/postfix/snapshot: Makefile distinfo
Log message:
Update to Postfix 2.11-20130211.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:55:58
Modified files:
audio/audacious: Makefile distinfo
Log message:
Update to Audacious 3.3.4.
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:57:01
Modified files:
audio/audacious-plugins: Makefile distinfo
Log message:
Update to Audacious-plugins 3.3.4.
ok dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/02 14:53:05
Modified files:
. : 53.html
Log message:
a couple of minor pf things
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:42:48
Modified files:
sys/arch/sh/include: profile.h
Log message:
Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL
relocation in libc.so. From NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 15:44:47
Modified files:
sys/arch/sh/sh : pmap.c
Log message:
When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID
instead of -1.
ok and prod from miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:53:10
Modified files:
etc/etc.alpha : sysctl.conf
Log message:
Add a commented out machdep.led_blink entry for DEC 3k systems.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:54:29
Modified files:
sys/arch/alpha/pci: sio_pic.c
Log message:
Replace magic numbers with more meaningful (1 << interrupt#) constructs.
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:57:31
Modified files:
sys/dev/usb : ohci.c
Log message:
Decide whether to use polling or not only upon `sc_bus.use_polling', regardless
of the value of `cold'. This is similar to what the other hci drivers do, and
has not caused any regressions on the few systems this has been tested on.
Commited now to have a change to expose ohci-specific regressions (if any).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 16:07:55
Modified files:
sys/uvm : uvm_page.c
Log message:
Simplify uvm_pagealloc() to only need one atomic operation on the page flags
instead of two, building upon the knowledge of the state uvm_pagealloc_pg()
leaves the uvm_page in.
ok mpi@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/02 16:37:06
Modified files:
. : want.html
Log message:
I could use some disk drive caddies for the T5120/5220/5140/5240-series
machines (with disks in them, or empty), in Calgary.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/02 17:35:14
Modified files:
sys/netinet6 : in6.c nd6_nbr.c
Log message:
Make sure that IPv6 source address selection only chooses a CARP
address if the interface is in master state. Disable duplicate
address detection on CARP interfaces as the peer may have the same
addresses.
Test and OK sthen@ florian@ benno@ camield@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:40:42
Modified files:
infrastructure/lib/DPB: PortInfo.pm
Log message:
stub_name has one single word, in case this ends up in the log.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:42:40
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
prevent waiting for non-existing package during multi-package builds that
have packages that can't be installed due to missing run-depends.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:49:14
Modified files:
infrastructure/lib/DPB: Core.pm
Log message:
prevent going to debugger on exit in children.
allow LOGSIZE to set -s in the host file.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:50:00
Modified files:
infrastructure/lib/DPB: Signature.pm
Log message:
allow signatures to contain .a libraries, so that vax sig isn't empty.
(this is the tested version....)
problem noticed by sebastia@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:50:15
Modified files:
infrastructure/lib/DPB: Vars.pm
Log message:
don't go to debugger either
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:51:57
Modified files:
infrastructure/bin: dpb
Log message:
tweak the carp stuff to not recurse into itself, so that compile errors
show up correctly again.
split start_cores into a read_config/start_cores part, so that read_config
can happen right after handle_options, and so that we can put more options
in the hosts file (to be done)
CVSROOT: /cvs
Module name: ports
Changes by: krw@cvs.openbsd.org 2013/03/02 20:18:47
Modified files:
lang/sbcl : Makefile distinfo
Log message:
Update to 1.1.5.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 01:12:05
Modified files:
net/bro : Makefile
Log message:
Properly disable gtk-doc, otherwise it's picked as a hidden dep during
build.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/03 04:11:08
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB: BasePkgPath.pm Core.pm
Log message:
rework INFO/DIE/WARN handler to display some info in a non-opaque way.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 05:29:44
Modified files:
net/iperf : Makefile
net/iperf/patches: patch-src_Reporter_c
Added files:
net/iperf/patches: patch-configure_ac patch-src_stdio_c
Log message:
- fix an off-by-one in iperf triggering a segfault with (insanely) high
bandwidths, seen when investigating some bug where a too-high bandwidth
was reported.
- patch configure to not remove the -g flag from CFLAGS
ok lteo@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 05:33:18
Modified files:
www/py-django : Tag: OPENBSD_5_2 Makefile distinfo
www/py-django/pkg: Tag: OPENBSD_5_2 PLIST
Log message:
MFC py-django SECURITY update to 1.4.5, reminded by maintainer.
https://www.djangoproject.com/weblog/2013/feb/19/security/
- Host header poisoning: an attacker could cause Django to generate
and display URLs that link to arbitrary domains.
- Formset denial-of-service: an attacker can abuse Django's tracking
of the number of forms in a formset to cause a denial-of-service attack.
- XML attacks: Django's serialization framework was vulnerable to
attacks via XML entity expansion and external references.
- Data leakage via admin history log: Django's admin interface could
expose supposedly-hidden information via its history log.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 05:53:21
Modified files:
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Redo the autochanger patch to not include CVS tag which breaks 'make patch'
reported by krw@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/03 08:14:25
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.2.17
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/03 08:36:55
Modified files:
www/dillo : Makefile
Log message:
Change my email to my openbsd email to match the other ports I maintain.
Bump REVISION.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:34:15
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-security_manager_pki_resources_content_exceptionDialog_js
patch-toolkit_components_downloads_nsDownloadManager_cpp
patch-toolkit_library_Makefile_in
patch-toolkit_mozapps_installer_packager_mk
www/firefox-i18n: Makefile.inc distinfo
Removed files:
www/mozilla-firefox/patches:
patch-toolkit_system_gnome_nsGIOService_cpp
patch-toolkit_xre_nsXREDirProvider_cpp
patch-xpcom_io_nsAppFileLocationProvider_cpp
Log message:
Update to firefox 19.0.1.
- see http://www.mozilla.org/en-US/firefox/19.0/releasenotes/
- fixes MFSA 2013-21->28
- provides a builtin pdf viewer (pdf.js)
- remove patch-toolkit_system_gnome_nsGIOService_cpp (#805202), firefox
now properly links with gio instead of dlopening it
- remove patch-toolkit_xre_nsXREDirProvider_cpp and
patch-xpcom_io_nsAppFileLocationProvider_cpp, merged upstream (#803955)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:39:15
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp
patch-mozilla_js_src_configure_in
patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js
patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp
patch-mozilla_toolkit_library_Makefile_in
patch-mozilla_toolkit_mozapps_installer_packager_mk
www/seamonkey/pkg: PLIST-enigmail
www/seamonkey-i18n: Makefile.inc distinfo
Removed files:
www/seamonkey/patches:
patch-mozilla_toolkit_system_gnome_nsGIOService_cpp
patch-mozilla_toolkit_xre_nsXREDirProvider_cpp
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp
Log message:
Update to seamonkey 2.16 / enigmail 1.5.1
- see http://www.seamonkey-project.org/releases/seamonkey2.16/
- fixes MFSA 2013-21->28
- provides a builtin pdf viewer (pdf.js)
- remove patch-mozilla_toolkit_system_gnome_nsGIOService_cpp (#805202), firefox
now properly links with gio instead of dlopening it
- remove patch-mozilla_toolkit_xre_nsXREDirProvider_cpp and
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp, merged upstream (#803955)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:40:56
Modified files:
devel/libgsf : Makefile distinfo
devel/libgsf/pkg: PLIST
Removed files:
devel/libgsf/pkg: PFRAG.shared
Log message:
Update to libgsf-1.14.26.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:41:16
Modified files:
mail/mozilla-thunderbird: Makefile distinfo
mail/mozilla-thunderbird/patches:
patch-mail_installer_Makefile_in
mail/thunderbird-i18n: Makefile.inc distinfo
Log message:
Bugfix update to thunderbird 17.0.3 / enigmail 1.5.1.
- Fixes MFSA 2013-21,24,25,26,27 & 28
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:42:24
Modified files:
devel/libgee : Makefile distinfo
devel/libgee/pkg: PLIST
Removed files:
devel/libgee/pkg: PFRAG.shared
Log message:
Update to libgee-0.8.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:43:15
Modified files:
x11/gtk-vnc : Makefile distinfo
x11/gtk-vnc/patches: patch-configure
x11/gtk-vnc/pkg: PLIST
Removed files:
x11/gtk-vnc/pkg: PFRAG.shared
Log message:
Update to gtk-vnc-0.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:43:49
Modified files:
x11/dbus-glib : Makefile distinfo
Removed files:
x11/dbus-glib/patches: patch-dbus_dbus-gproxy_c
Log message:
Update to dbus-glib-0.100.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:44:43
Modified files:
mail/gmime : Makefile distinfo
mail/gmime/pkg : PLIST-main PLIST-mono
Removed files:
mail/gmime/pkg : PFRAG.shared-main
Log message:
Update to gmime-2.6.15.
Re-enable the mono FLAVOR since lang/mono now builds reliably.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/03 12:11:34
Modified files:
bin/ksh : lex.c lex.h
bin/ksh/tests : unclass2.t
Log message:
Fix quoting in word part of ${var+word} (and similar) when entire thing
is quoted or in a here-doc.
Patch from Alexander Polakov (plhk (at) sdf.org).
ok mpi@ jung@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 14:28:15
Modified files:
net/arp-scan : Makefile distinfo
Log message:
update to a more recent OUI list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 14:29:51
Modified files:
net/arpwatch : Makefile distinfo
Log message:
update to a more recent OUI list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 15:37:07
Modified files:
multimedia/minidlna: Makefile
multimedia/minidlna/patches: patch-icons_c
Log message:
Use a picture of Puffy in the icons for MiniDLNA. (note that the artwork
is copyright, permission for use in this port granted by deraadt@).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/03 15:37:58
Modified files:
sys/uvm : uvm_page.c
Log message:
Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions
of times. No function change but makes the code a bit smaller.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/03 17:29:56
Modified files:
usr.sbin/dhcrelay: dhcrelay.c
Log message:
typo in comment
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/03 17:41:54
Modified files:
sys/scsi : scsiconf.h
sys/dev/ic : isp_openbsd.c isp_openbsd.h gdt_common.c
gdtvar.h
Log message:
replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things that
use it want something they can add to the end of they do horrible things
to be able to do that with the LIST_ENTRY.
this makes those horrible things a bit less horrible, and makes it easier
to use lists of scsi_xfers in other things.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/03 18:33:18
Modified files:
sys/dev/pci : if_bge.c
Log message:
fix format string issue when printing an error our on bge's with APE and
more than 4 pci functions.
pointed out by masanobu saitoh
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/03 18:50:01
Modified files:
lib/libc/stdio : printf.3 stdio.3
Log message:
Update STANDARDS section as appropriate for C99.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/03 21:23:18
Modified files:
net/snort : Makefile
net/snort/pkg : README
Log message:
Update pkg/README to change the Snort ruleset download URL from HTTP to
HTTPS to protect the oinkcode from being exposed (suggested by David
Hill).
Also add a note that registered users without a paid subscription are
only allowed to download the official Snort ruleset once every 15
minutes (suggested by Adam Jeanguenat). This restriction is not obvious
on the snort.org site, so I think this note would be helpful to users.
OK Markus Lude (maintainer), sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/03 21:30:35
Modified files:
net/oinkmaster : Makefile
net/oinkmaster/patches: patch-oinkmaster_conf
patch-oinkmaster_pl
Log message:
Update oinkmaster.conf to use HTTPS for the sample snort.org URLs to
protect the oinkcode from being exposed. Also update the Snort version
in the URLs to 2.9.4.0 to match the current version of our Snort port.
Tweak the regexp that oinkmaster uses to validate HTTPS URLs so that it
won't treat a bad URL that starts with httpsssss:// as valid (this
regexp tweak was jointly worked on by me and maintainer).
regexp feedback zhuk@
OK Markus Lude (maintainer), earlier version OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/03/03 23:13:35
Modified files:
www/py-tornado : Makefile distinfo
Log message:
Update tornao to 2.4.1.
Changelog: http://www.tornadoweb.org/documentation/releases/v2.4.1.html
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 00:24:53
Modified files:
usr.sbin/user : user.c
Log message:
When locking/unlocking an account, never touch passwords that are "*"
or 13*. Also make sure to never endup with an empty password.
cluebat and ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/04 00:37:47
Modified files:
security/py-paramiko: Makefile distinfo
security/py-paramiko/pkg: PLIST
Log message:
- update py-paramiko to 1.10.0
- regen PLIST
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 01:41:32
Modified files:
usr.sbin/relayd: parse.y relayd.h
Log message:
sync yyerror() with bgpd; use vlog() to log parser errors so they show in
logs if they occur when reloading. ok benno@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/04 01:44:11
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
- update cyphertite to 1.5.1
from David Hill (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/04 02:55:31
Modified files:
. : i386.html amd64.html
Log message:
SMP is not a "new feature" any more
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 03:52:42
Modified files:
x11/gnome/caribou: Makefile distinfo
Log message:
Bugfix update to caribou-0.4.9.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 04:34:51
Modified files:
sysutils/nut : Makefile
www/tinyproxy : Makefile
x11/i3status : Makefile
Log message:
no need for any quirkyness for a2x.py since the recent asciidoc update
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/04 04:54:13
Modified files:
usr.sbin/ldomctl: config.c parse.y
Log message:
- check parser's return value and exit if parsing failed
- a duplicate domain name is a syntax error
tweaked diff from @jasper; ok kettenis@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:06:59
Modified files:
sys/dev/usb : usbdevs
Log message:
Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys'
vendor id. Tweaked from a submission by Chuck Guzis, ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:07:30
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:08:06
Modified files:
sys/dev/usb : if_axe.c
Log message:
Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 06:46:24
Modified files:
x11/gnome/baker: Makefile
x11/gnome/baker/pkg: DESCR
Log message:
Tweak DESCR.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/04 06:47:14
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
sync with reality, only sha256 checksums are generated for distinfo.
prompted by a mail on ports@ by rogier krieger
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:00:31
Modified files:
usr.sbin/snmpd : pf.c snmpd.h
Log message:
Fix compiler warnings about casts discarding const qualifiers and
comparison between signed and unsigned. No binary change.
OK reyk@ joel@ gerhard@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 07:13:23
Modified files:
x11/gnome/mutter: Makefile distinfo
Log message:
- update to mutter-3.6.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 07:15:31
Modified files:
x11/gnome/online-accounts: Makefile distinfo
Log message:
SECURITY UPDATE of gnome-online-accounts to 3.6.3, addressing CVE-2013-0240 and CVE-2013-1799
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:23:35
Modified files:
sys/netinet6 : in6.c in6_var.h
Log message:
When deleting an IPv6 interface address, also remove the prefix and
the cloning route.
bug report and test Florian Riehm; original fix sperreault@; OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/03/04 07:29:24
Modified files:
lang/node : Makefile distinfo
lang/node/pkg : PLIST
Log message:
upgrade to 0.8.21
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:42:25
Modified files:
sys/netinet6 : frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c
in6_src.c ip6_input.c ip6_output.c nd6_nbr.c
nd6_rtr.c raw_ip6.c
Log message:
Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.
No binary change.
OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/04 08:39:31
Modified files:
net/openconnect: Makefile distinfo
Removed files:
net/openconnect/patches: patch-http_c
Log message:
update to openconnect 4.08, rolling in a security fix which we previously
had as a patch, plus a couple of additional bug fixes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 08:48:42
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: activemq.rc
Log message:
Repair rc script which could never have worked...
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/04 08:54:33
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
i missed a list of ciphers that rogier krieger didn't miss. thanks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 08:56:13
Modified files:
net/openfire : Makefile
net/openfire/pkg: openfire.rc
Log message:
Explicitely set path to javaPathHelper; we do not want to rely whether
LOCALBASE/bin is in the PATH or not and this is consistent with what
other java rc scripts do.
prodded by Marc Peters
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 10:12:59
Modified files:
x11/gtk+2 : Makefile distinfo
Log message:
Minote update to gtk+2-2.24.17.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/04 10:45:46
Modified files:
mail/zarafa/webapp: Makefile distinfo
mail/zarafa/webapp/patches: patch-etc_zarafa_webapp_config_php
mail/zarafa/webapp/pkg: PLIST
Log message:
update to 1.3.1
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/04 10:48:22
Modified files:
devel/pcre : Makefile distinfo
devel/pcre/pkg : PLIST
Log message:
update to 8.32
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:07:06
Modified files:
x11/gnome/shell: Makefile distinfo
Log message:
- update to gnome-shell-3.6.3.1
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/04 11:39:07
Modified files:
lang/ruby : ruby.port.mk
Log message:
Add -f to rm and mv calls, allowing some gems being worked on to build,
Those gems contain files with 444 rights.
okayed by jeremy@ during lock.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:49:29
Modified files:
net/telepathy/telepathy-gabble: Makefile distinfo
net/telepathy/telepathy-gabble/pkg: PLIST
Log message:
SECURITY UPDATE to telepathy-gabble 0.16.5, addresses
CVE-2013-1769: remotely-triggered NULL pointer dereference in telepathy-gabble
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 11:53:54
Modified files:
x11/gnome/libsecret: Makefile distinfo
x11/gnome/libsecret/pkg: PLIST
Removed files:
x11/gnome/libsecret/pkg: PFRAG.shared
Log message:
Bugfix update to libsecret-0.14.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:54:56
Modified files:
net/telepathy/telepathy-gabble: Tag: OPENBSD_5_2 Makefile
Added files:
net/telepathy/telepathy-gabble/patches: Tag: OPENBSD_5_2
patch-lib_ext_wocky_wocky_wocky-caps-hash_c
patch-lib_ext_wocky_wocky_wocky-data-form_c
Log message:
SECURITY FIX for CVE-2013-1769: remotely-triggered NULL pointer dereference in telepathy-gabble
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/04 12:54:57
Modified files:
astro/stellarium: Makefile distinfo
astro/stellarium/pkg: PLIST
Log message:
Update astro/stellarium to 0.12.0
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/04 13:28:56
Modified files:
. : loongson.html
Log message:
Chinese and English should be capitalized.
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2013/03/04 13:40:19
Modified files:
graphics/cairo : Makefile distinfo
graphics/cairo/patches: patch-util_cairo-fdr_Makefile_in
patch-util_cairo-trace_Makefile_in
Log message:
update to cairo 1.12.14
prodded by Brad
ok aja@ naddy@
CVSROOT: /cvs
Module name: www
Changes by: bluhm@cvs.openbsd.org 2013/03/04 14:49:57
Modified files:
. : 53.html
Log message:
ftp(1) mput -r
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 14:50:07
Modified files:
graphics/p5-Image-ExifTool: Makefile distinfo
Log message:
- update p5-Image-ExifTool to 9.13
from maintainer patrick keshishian
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/04 14:52:36
Modified files:
sys/dev/pci : vga_pci.c
Log message:
Reorder code such that wsdisplay(4) attaches after drm(4).
Preparation for framebuffer console support on amd64/i386.
tested by many
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/04 16:44:39
Modified files:
devel/fossil : Makefile distinfo
devel/fossil/patches: patch-src_main_mk
devel/fossil/pkg: PLIST
Log message:
Update fossil to 1.25.
Allow static FLAVOR to coincide with default package and install to
/var/www.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/04 16:47:13
Modified files:
devel : Makefile
Log message:
fossil,static
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/04 17:13:53
Modified files:
education/anki : Makefile distinfo
education/anki/pkg: PLIST
Log message:
update to anki 2.0.8.
ajacoutot@ ok before release.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/04 18:35:06
Modified files:
. : index.html
Log message:
Add OpenIKED to list of associated projects.
"I'm fine with that" beck@ "no objections here" krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 23:57:28
Modified files:
devel/libgee06 : Makefile distinfo
devel/libgee06/pkg: PLIST
Removed files:
devel/libgee06/pkg: PFRAG.shared
Log message:
Bugfix update to libgee06-0.6.8.
=> fix a memleak
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 00:07:17
Modified files:
devel/libgee : Makefile distinfo
Log message:
Update to libgee-0.8.5.
=> fix a memleak
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/05 00:38:57
Modified files:
sbin/restore : restore.8
Log message:
add a few words to the -r description to avoid ambiguity;
issue noted by Ronald F. Guilmette, freebsd docs/176648
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 00:57:31
Modified files:
graphics/colord-gtk: Makefile distinfo
graphics/colord-gtk/patches: patch-configure
graphics/colord-gtk/pkg: PLIST
Removed files:
graphics/colord-gtk/pkg: PFRAG.shared
Log message:
Update to colord-gtk-0.1.24.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:01:32
Modified files:
math/ecm : Makefile distinfo
math/ecm/pkg : PLIST
Removed files:
math/ecm/pkg : PFRAG.shared
Log message:
- update ecm to 6.4.4
- update PLIST
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/05 01:02:35
Modified files:
www/netsurf : Makefile.inc
www/netsurf/browser: Makefile
www/netsurf/hubbub: Makefile
www/netsurf/libcss: Makefile
www/netsurf/libnsbmp: Makefile
www/netsurf/libnsgif: Makefile
www/netsurf/libparserutils: Makefile
www/netsurf/libwapcaplet: Makefile
Log message:
Take maintainership of NetSurf.
ok landry@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 01:16:41
Modified files:
de : 53.html
faq/de : faq15.html
faq/nl : faq15.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:26:06
Modified files:
math/ntl : Makefile distinfo
math/ntl/patches: patch-src_GF2EX_c patch-src_VERSION_INFO
math/ntl/pkg : PLIST
Removed files:
math/ntl/pkg : PFRAG.shared
Log message:
- update ntl to 6.0.0
- update patches
- bump SHARED_LIBS
- update PLIST
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:49:33
Modified files:
textproc/py-polib: Makefile distinfo
Log message:
- update py-polib to 1.0.3
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/05 02:09:57
Modified files:
security/ruby-openid: Makefile distinfo
security/ruby-openid/pkg: PLIST
Log message:
Security update of ruby-openid to 2.2.2, addresses CVE-2013-1812,
ruby-openid Gem Denial of Service Vulnerability
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 02:53:20
Modified files:
security/p11-kit: Makefile distinfo
security/p11-kit/pkg: PFRAG.shared PLIST
Log message:
Update to p11-kit-0.16.0.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/05 03:24:00
Modified files:
sys/dev : softraid.c softraidvar.h
Log message:
Track attached softraid disciplines via a queue. This prevents the need to
scan the sparse SCSI targets array and simplifies code. Disciplines are
now also shutdown in reverse attach order, making manually stacked softraid
volumes somewhat more practical.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/05 03:26:58
Modified files:
devel/gconf2 : Makefile
Log message:
add cruft to knock out the -polkit package on arch where spidermonkey fails
ok aja@ and landry noticed I was missing some arches from the list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/05 03:27:38
Modified files:
devel/spidermonkey: Makefile
Log message:
add note about devel/gconf2
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/03/05 05:55:07
Modified files:
share/man/man4 : sk.4
Log message:
Allied Telesis AT-2916T
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/05 06:06:27
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
patch-src_rpc_virnetsocket_c
sysutils/libvirt/pkg: PLIST
Log message:
- update to libvirt-1.0.2
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/05 06:35:27
Modified files:
usr.bin/touch : touch.1
Log message:
Mention that if you use a space as the separator in the argument
for the -d option you should quote the argument. Based on a diff
from jmc@. OK jmc@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 06:42:13
Modified files:
emulators/stella: Makefile distinfo
Log message:
- update stella to 3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/03/05 07:10:40
Modified files:
security/stunnel: Makefile distinfo
Log message:
Security UPDATE to 4.55; Fix CVE-2013-1762
full changelog at:
https://www.stunnel.org/sdf_ChangeLog.html
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 07:51:00
Modified files:
sbin/iked : iked.conf.5
Log message:
fix program name used in AUTHORS section.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 07:52:02
Modified files:
etc : iked.conf
Log message:
comment out example code.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/05 09:09:10
Modified files:
usr.bin/whois : whois.1 whois.c
Log message:
let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmc
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/05 10:19:06
Modified files:
lib/libc/stdio : scanf.3
Log message:
tweak wording of scanf return value; prompted by Jan Stary; ok jmc@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/05 11:41:28
Modified files:
. : 53.html
Log message:
more numbers
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 12:16:01
Modified files:
sbin/iked : iked.conf.5
Log message:
cross referencing the manual page is better.
change suggested and ok'd by jmc@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/05 13:16:09
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
reset pubkey order on partial success; ok djm@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 13:40:53
Modified files:
app/rgb : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing rgb.c showrgb.c
app/rgb/man : Makefile.in rgb.man
Log message:
Update to rgb 1.0.5.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:01:57
Modified files:
app/xev : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing xev.c
app/xev/man : Makefile.in xev.man
Log message:
Update to xev 1.2.1
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:03:36
Modified files:
app/sessreg : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing sessreg.c sessreg.h
app/sessreg/man: Makefile.in sessreg.man
Log message:
Update to sessreg 1.0.8
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:11:08
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/05 16:09:23
Modified files:
sbin/ifconfig : ifconfig.8
Log message:
802.1x enterprise is actually supported but requires external software, so
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/03/05 20:58:02
Modified files:
. : plus.html
Log message:
plus.html Feb 24-28, ok jj@. The last entry for 5.3 changes.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/05 22:04:40
Modified files:
productivity/ledger: Makefile
Log message:
Update webpage (old one reports 404) and license marker.
ok Sergey Bronnikov (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/05 23:54:14
Modified files:
usr.bin/mandoc : mandoc.1
Log message:
legancy -> legacy; From: Chris Hettrick
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 00:09:03
Modified files:
de : 53.html amd64.html i386.html index.html
loongson.html
nl : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 00:28:02
Modified files:
devel/p5-Clone : Makefile distinfo
devel/p5-Clone/patches: patch-Makefile_PL
Log message:
- update p5-Clone to 0.34
- remove USE_GROFF
- update patches
from David Hill, ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/06 00:42:54
Modified files:
lang/cython : Makefile distinfo
lang/cython/pkg: PLIST
Log message:
Update to cython-0.18.
ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 00:47:44
Modified files:
devel/p5-Params-Util: Makefile distinfo
Log message:
- update p5-Params-Util to 1.07
- remove USE_GROFF
from David Hill, tested by kevlo@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/03/06 01:34:05
Modified files:
sys/kern : subr_hibernate.c
Log message:
Fix a bad comparison when calculating the size of the hibernate signature
block
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 01:51:00
Modified files:
www/zurmo : Makefile distinfo
www/zurmo/pkg : PLIST README
Log message:
Update to zurmo-1.1.20.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 04:25:30
Modified files:
devel/p5-Try-Tiny: Makefile distinfo
Log message:
- update p5-Try-Tiny to 0.12
- remove USE_GROFF
from David Hill, ok Cesare Gargano (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/06 06:12:47
Modified files:
devel/maven : Makefile
devel/maven/files: mvn
devel/maven/patches: patch-bin_mvn
devel/maven/pkg: PLIST
Log message:
- Fix javaPathHelper use
- Use unversioned install directory
okay jasper@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 07:46:37
Modified files:
math/py-sympy : Makefile distinfo
math/py-sympy/patches: patch-setup_py
math/py-sympy/pkg: PLIST
Log message:
- update py-sympy to 0.7.2
- regen PLIST
ok Wen Heping (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/03/06 08:09:29
Modified files:
sysutils/p5-Proc-Wait3: Makefile distinfo
Log message:
update to 0.04
From David Hill, looks ok Abel Abraham Camarillo Ojeda (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 08:12:05
Modified files:
mail/fdm : Makefile distinfo
mail/fdm/pkg : PLIST
Removed files:
mail/fdm/patches: patch-db-tdb_c patch-deliver-smtp_c
patch-fdm_h
Log message:
- update fdm to 1.7
- update patches and PLIST
- add pre-build
from Sergey Bronnikov, ok nicm@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 08:15:33
Modified files:
www/zurmo : distinfo
Log message:
Upstream rerolled at tarball.
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 08:43:23
Modified files:
usr.sbin/ospfd : printconf.c
Log message:
When dumping config, just print "passive" for passive interfaces rather
than showing hello timers/keys. ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/03/06 10:20:53
Modified files:
devel/p5-Parallel-ForkManager: Makefile distinfo
devel/p5-Parallel-ForkManager/pkg: PLIST
Log message:
update to 1.02
ok gsoares@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/06 11:25:13
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.3.3
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/06 11:34:58
Modified files:
net/icinga/core: Makefile
net/icinga/core/pkg: PLIST-main
Log message:
Change @sample for archives directory as its place was changed somewhere
around 1.5.0.
okay sthen@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/06 12:21:08
Modified files:
gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t: 10_hash.t
gnu/usr.bin/perl: hv.c patchlevel.h
gnu/usr.bin/perl/t/op: hash.t
Log message:
Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/06 12:23:52
Modified files:
gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t: Tag: OPENBSD_5_2
10_hash.t
gnu/usr.bin/perl: Tag: OPENBSD_5_2 hv.c patchlevel.h
gnu/usr.bin/perl/t/op: Tag: OPENBSD_5_2 hash.t
Log message:
Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/06 13:37:56
Modified files:
audio/mscore : Makefile distinfo
audio/mscore/pkg: PLIST
Log message:
Update audio/mscore to 1.3
Add DISTNAME to SUBST_VARS to make less PLIST churn for subsequent updates.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 14:36:57
Modified files:
usr.sbin/ospf6d: parse.y
usr.sbin/ospfd : parse.y
Log message:
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
ok florian@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 14:42:40
Modified files:
usr.sbin/snmpd : parse.y snmpd.h
usr.sbin/dvmrpd: parse.y
usr.sbin/ifstated: ifstated.h parse.y
usr.sbin/ldpd : parse.y
usr.sbin/ripd : parse.y
usr.sbin/smtpd : parse.y smtpd.h
usr.sbin/ypldap: parse.y ypldap.h
Log message:
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
that from bgpd, so that it logs to syslog when daemonized.
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/03/06 15:26:15
Modified files:
sys/uvm : uvm_page.c
Log message:
Account for the size of the allocation when defending the pagedaemon reserve.
Spotted by oga@nicotinebsd.org, with help from dhill@. Fix by me.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 16:35:23
Modified files:
usr.bin/ssh : session.c
Log message:
fatal() when ChrootDirectory specified by running without root privileges;
ok markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 16:36:53
Modified files:
usr.bin/ssh : readconf.c
Log message:
g/c unused variable (-Wunused)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 17:20:00
Modified files:
usr.bin/ssh : auth2-pubkey.c monitor.c
Log message:
reconstruct the original username that was sent by the client, which may
have included a style (e.g. "root:skey") when checking public key
signatures. Fixes public key and hostbased auth when the client specified
a style; ok markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 17:20:34
Modified files:
regress/usr.bin/ssh: proxy-connect.sh
Log message:
repeat test with a style appended to the username
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 18:03:57
Modified files:
sys/dev/ic : rtl81x9.c
sys/dev/pci : if_rl_pci.c
sys/dev/cardbus: if_rl_cardbus.c
Log message:
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.
Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).
Tested by kirby@
Ok kirby@ sthen@ chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 18:05:28
Modified files:
sys/dev/cardbus: if_rl_cardbus.c
Log message:
Sort the CardBus ids.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/03/06 18:26:54
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/i386/i386: hibernate_machdep.c
sys/kern : subr_hibernate.c
Log message:
Reword some wrong comments and some improperly formatted comments and add
information about piglet memory layout. No functional changes.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 20:19:38
Modified files:
sys/arch/macppc/macppc: cpu.c
Log message:
Use switch statement for determining when to configure the L2 cache.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 22:55:30
Modified files:
sys/dev/ic : xl.c
Log message:
XL_DMACTL is a 32bit register, use the 32bit write macro.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/06 23:00:18
Modified files:
lib/libc/gen : confstr.c
Log message:
Oops: confstr()'s return value should include the NUL in its count
Problem pointed out by Andres Perera (andres.p (at) zoho.com)
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 23:13:31
Modified files:
sys/dev/pci : if_sk.c if_skvar.h
Log message:
Rewrite the receive filter handling code and cleanup the ioctl bits.
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 23:19:07
Modified files:
sys/dev/pci : if_sis.c
Log message:
Correct the delay when programming the short cable fix. It should be
100us, not 100ms.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/07 00:32:14
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/pkg: PLIST
Log message:
update to ansible 1.0
ok sthen@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 00:53:47
Modified files:
databases/evolution-data-server: Makefile distinfo
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_backends_ldap_e-book-backend-ldap_c
patch-libedataserver_e-gdbus-templates_c
patch-libedataserverui_e-name-selector_c
Log message:
- update to evolution-data-server-3.6.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 01:18:20
Modified files:
databases/evolution-data-server: Makefile
Added files:
databases/evolution-data-server/patches:
patch-addressbook_backends_ldap_e-book-backend-ldap_c
Log message:
Re-add patch that was removed by mistake in previous.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/07 01:54:53
Modified files:
usr.bin/getconf: getconf.c
Log message:
Remove a couple duplicates entries that snuck in.
Per POSIX, if confstr() returns zero without setting errno ("no
defined value") then print "undefined\n".
Don't include a pointless number in the error messasge if confstr() fails.
Above pointed out by Andres Perera (andres.p (at) zoho.com)
Orgranize the CONFSTR code like the SYSCONF and PATHCONF cases.
Don't test for confstr() returning (size_t)-1, as that's not special.
Delete lint comments and unnecessary casts.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 01:56:00
Modified files:
mail/evolution : Makefile distinfo
Removed files:
mail/evolution/patches: patch-em-format_e-mail-formatter_h
patch-mail_e-mail-backend_c
patch-mail_e-mail-display_c
patch-mail_e-mail-request_c
patch-mail_importers_pine-importer_c
patch-modules_mail_e-mail-attachment-handler_c
patch-modules_mail_e-mail-shell-view_c
patch-modules_prefer-plain_e-mail-parser-prefer-plain_c
patch-plugins_mail-to-task_mail-to-task_c
Log message:
Update to evolution-3.6.4.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/07 02:03:16
Modified files:
sys/net : if.c if.h route.c rtsock.c
sys/netinet : if_ether.c in.c
sys/netinet6 : in6.c in6_ifattach.c nd6.c nd6_nbr.c
Log message:
Remove the IFAFREE() macro, the ifafree() function it was calling already
check for the reference counter.
ok mikeb@, miod@, pelikan@, kettenis@, krw@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 02:32:22
Modified files:
devel/mspdebug : Makefile distinfo
Log message:
- update to mspdebug-0.21
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 02:38:18
Modified files:
mail/evolution-ews: Makefile distinfo
Log message:
Update to evolution-ews-3.6.4.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/07 02:40:19
Modified files:
sys/net : if.c if.h
sys/netinet6 : nd6_rtr.c
Log message:
Remove unused ifa_ifwithaf() function.
ok mikeb@, miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/07 03:18:01
Modified files:
lang/railo : Makefile distinfo
lang/railo/pkg : PLIST
Log message:
update to Railo 4.0.3.006
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 03:37:42
Modified files:
devel/msp430/gcc: Makefile
Log message:
- drop unneeded CONFIGURE_ENV and some CONFIGURE_ARGS
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/07 04:13:55
Modified files:
usr.sbin/cron : do_command.c
Log message:
Allow a '+' in the MAILTO email adress; from Constantine A. Murenin
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/07 04:20:26
Modified files:
sys/dev/pci : if_vr.c
Log message:
remove spurious semicolon at end of if statement in vr_watchdog.
from oga@bitrig, ok dtucker
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/07 06:19:54
Modified files:
share/man/man8 : ssl.8
Log message:
Add ECDSA instructions to ssl(8), with this and DSA's method now generating
a CSR first, then a self-signed cert as a separate step, using the -days and
-sha256 options in the example. Syncs with style used for RSA here/faq and
saves hair pulling if you actually want a CSR and don't notice the "-x509".
Tweaks from jmc@, stsp and jung like the separate use of -days.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/07 06:23:27
Modified files:
sbin/dhclient : kroute.c
Log message:
Refactor code around route label creation and checking to make it easier
to read. No functional change.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/07 08:40:01
Modified files:
net/ngircd : Makefile distinfo
Removed files:
net/ngircd/patches: patch-src_ngircd_channel_c
Log message:
Update to ngircd 20.2. Changes at http://ngircd.barton.de/doc/ChangeLog.
This includes the security fix committed before release that went in p1.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/07 09:54:28
Modified files:
usr.bin/cdio : cddb.c
Log message:
fix atrocious code, do socket -> FILE* conversion correctly, with proper
error handling.
okay millert@, otto@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/03/07 10:41:38
Modified files:
www/owncloud : Makefile
www/owncloud/pkg: README
Log message:
Fix typos in README for www/owncloud. ok ajacoutot
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/07 11:12:32
Modified files:
lib/libc/citrus: citrus_none.c
Log message:
Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.
wcrtomb() must pretend to store one byte (NUL-terminator) in this case.
Patch by Vladimir Tamara Patino. ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 11:59:35
Modified files:
net/isc-dhcp : Makefile distinfo
net/isc-dhcp/patches: patch-client_Makefile_in
patch-server_dhcpd_c
Log message:
Update to isc-dhcp 4.2.5.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/07 12:27:25
Modified files:
usr.bin/ssh : auth.h auth2-chall.c auth2.c monitor.c
sshd_config.5
Log message:
add submethod support to AuthenticationMethods; ok and freedback djm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/07 12:30:53
Modified files:
sys/dev/pci : if_bge.c
Log message:
Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319
within the ifmedia update function. It is supposed to come after the BGE_MAC_MODE
register write.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/07 14:26:28
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h control.c log.h session.c
session.h
Log message:
Implements a few missing bits for better templates support:
- on config reload also adjust the cloned neighbors so that they get the
config changes as well.
- clean up sessions that are 1h idle but in state active (instead of down)
- add bits to allow bgpctl to destroy cloned neighbors
Tested by sthen@ some time ago, OK phessler@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/07 14:28:34
Modified files:
usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h
Log message:
Implement a bgpctl nei foo destroy that will remove the specified cloned
neighbor. The neighbor must be set down before calling this function.
OK phessler
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/07 14:35:19
Modified files:
sys/dev/pci : if_bge.c
Log message:
Add the PCI ids for the BCM57762 and BCM57766 chipsets.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:39:14
Modified files:
sys/dev/usb : usbdevs
Log message:
add phidgets 2x2
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:39:56
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:43:14
Modified files:
sys/dev/usb : usb_quirks.c
Log message:
add a quirk for phidgets to attach as ugen instead of uhid
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/07 16:51:49
Modified files:
www/firefox-i18n: Makefile.inc distinfo
www/mozilla-firefox: Makefile distinfo
Log message:
Security update to firefox 19.0.2.
Fixes MFSA-2013-29 / CVE-2013-0787 / bug #848644 (vupen @ pwn2own)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 17:58:26
Modified files:
www/gnash : Makefile
www/gnash/pkg : PLIST
Added files:
www/gnash/patches: patch-libmedia_ffmpeg_AudioDecoderFfmpeg_cpp
patch-libmedia_ffmpeg_MediaParserFfmpeg_cpp
patch-libmedia_ffmpeg_MediaParserFfmpeg_h
patch-libmedia_ffmpeg_VideoDecoderFfmpeg_cpp
Log message:
Switch back to the FFmpeg media backend and add some patches from
upstream to allow building with newer FFmpeg API.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 17:59:08
Added files:
www/gnash/patches: patch-libmedia_ffmpeg_ffmpegHeaders_h
Log message:
Switch back to the FFmpeg media backend and add some patches from
upstream to allow building with newer FFmpeg API.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:03:09
Modified files:
net/pidgin : Makefile distinfo
net/pidgin/patches: patch-configure_ac
patch-libpurple_plugins_ssl_Makefile_in
patch-libpurple_protocols_jabber_Makefile_in
patch-libpurple_protocols_oscar_Makefile_in
patch-libpurple_protocols_yahoo_Makefile_in
patch-pidgin_Makefile_in
patch-pidgin_gtkdialogs_c
net/pidgin/pkg : PLIST-libpurple
Removed files:
net/pidgin/patches: patch-finch_libgnt_Makefile_am
patch-finch_libgnt_Makefile_in
Log message:
Update to Pidgin 2.10.7. Fixes 3 security issues and some crashing bugs,
as well as other bug fixes. CVE-2013-0271, CVE-2013-0272, CVE-2013-0273,
CVE-2013-0274
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:21:38
Modified files:
devel/boost : Makefile distinfo
devel/boost/patches: patch-Jamroot
patch-boost_archive_iterators_remove_whitespace_hpp
patch-boost_asio_detail_pipe_select_interrupter_hpp
patch-boost_asio_detail_socket_ops_hpp
patch-boost_detail_endian_hpp
patch-boost_throw_exception_hpp
patch-libs_filesystem_src_operations_cpp
patch-tools_build_v2_tools_gcc_jam
devel/boost/pkg: PLIST
Added files:
devel/boost/patches: patch-boost_archive_basic_archive_hpp
patch-boost_interprocess_detail_workaround_hpp
Removed files:
devel/boost/patches: patch-boost_function_function_template_hpp
patch-boost_interprocess_detail_transform_iterator_hpp
patch-boost_math_tools_config_hpp
patch-boost_wave_token_ids_hpp
patch-libs_random_random_device_cpp
Log message:
Update to boost 1.53.0.
Mostly from Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:24:44
Modified files:
graphics/aqsis : Makefile distinfo
graphics/aqsis/patches: patch-CMakeLists_txt
graphics/aqsis/pkg: PLIST
Log message:
Update to aqsis 1.8.2. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:25:44
Modified files:
audio/ardour : Makefile
audio/ardour/patches: patch-gtk2_ardour_SConscript
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:26:55
Modified files:
math/cgal : Makefile distinfo
Log message:
Update to CGAL 4.1. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:27:41
Added files:
math/cgal/patches: patch-CMakeLists_txt
Log message:
Update to CGAL 4.1. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:30:37
Modified files:
graphics/enblend-enfuse: Makefile
Added files:
graphics/enblend-enfuse/patches: patch-configure_in
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:31:25
Modified files:
games/frogatto : Makefile distinfo
Added files:
games/frogatto/patches: patch-src_server_cpp
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:32:25
Modified files:
multimedia/mkvtoolnix: Makefile distinfo
Added files:
multimedia/mkvtoolnix/patches:
patch-src_common_mm_multi_file_io_cpp
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:34:19
Modified files:
graphics/opencsg: Makefile distinfo
graphics/opencsg/patches: patch-src_src_pro
Log message:
Update opencsg to 1.3.2.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:36:59
Modified files:
cad/openscad : Makefile distinfo
cad/openscad/patches: patch-boost_pri
cad/openscad/pkg: PLIST
Log message:
Update to openscad 2013.01. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:38:00
Modified files:
x11/pinot : Makefile
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:40:16
Modified files:
games/pokerth : Makefile distinfo
games/pokerth/pkg: PLIST
Log message:
Update to pokerth 1.0. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:40:53
Added files:
games/pokerth/patches: patch-src_net_common_ircthread_cpp
Log message:
Update to pokerth 1.0. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: djm@cvs.openbsd.org 2013/03/07 19:04:37
Modified files:
devel/py-babel : Makefile
devel/py-dateutil: Makefile
devel/py-editdist: Makefile
devel/py-fpconst: Makefile
devel/py-html5lib: Makefile
devel/py-radix : Makefile
devel/py-setuptools: Makefile
devel/py-tz : Makefile
devel/pybugz : Makefile
graphics/p5-Chart: Makefile
math/py-numpy : Makefile
net/p5-flowd : Makefile
net/pfflowd : Makefile
net/putty : Makefile
net/py-flowd : Makefile
productivity/googlecl: Makefile
textproc/p5-PatchReader: Makefile
www/py-jinja2 : Makefile
www/py-zine : Makefile
Log message:
drop MAINTAINERship of my ports. I simply don't have time to give them
the attention they deserve
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 19:21:43
Modified files:
sys/dev/usb : usb_quirks.c
Log message:
backout previous phidgets quirk
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/07 23:32:58
Modified files:
usr.bin/ssh : ssh.c
Log message:
allow "ssh -f none ..." ok markus@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:38:08
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/pkg: PLIST
Added files:
sysutils/ruby-facter/patches: patch-lib_facter_kernelrelease_rb
Log message:
Fix HOMEPAGE/MASTER_SITES.
No need for USE_GROFF.
Fix exampledir.
Fix kernelrelease fact to return info about the release along its
version (e.g. 5.3-beta).
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:39:05
Modified files:
x11/gnome/gcr : Makefile
x11/gnome/gcr/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/gcr/patches: patch-gcr_Makefile_am
patch-gcr_gcr-base_symbols
Removed files:
x11/gnome/gcr/patches: patch-gcr_gcr-memory_c
Log message:
Don't export duplicate secmem symbols (from upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:41:03
Modified files:
mail/kpoppassd : Makefile
mail/kpoppassd/pkg: PLIST UNMESSAGE
Added files:
mail/kpoppassd/pkg: README
Removed files:
mail/kpoppassd/pkg: MESSAGE
Log message:
Add NO_REGRESS.
MESSAGE -> README and tweak (poppassd -> pop3pw).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:42:09
Modified files:
mail/dkim-milter: Makefile
mail/dkim-milter/pkg: PLIST
Added files:
mail/dkim-milter/pkg: README
Removed files:
mail/dkim-milter/pkg: MESSAGE
Log message:
Move huge MESSAGE to a README.
ok jakob@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:44:18
Modified files:
graphics/sane-backends: Makefile
graphics/sane-backends/pkg: PFRAG.shared PLIST
Added files:
graphics/sane-backends/patches: patch-backend_kodakaio_c
Log message:
Fix pnm corruption due to error being sent to stdout.
from Jeremie Courreges-Anglas, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:51:46
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-Makefile_in patch-base_g_py
patch-base_pkit_py patch-base_queues_py
patch-base_utils_py patch-check_py
patch-installer_core_install_py
patch-installer_dcheck_py
patch-io_hpmud_musb_c patch-prnt_cups_py
patch-prnt_hpcups_HPCupsFilter_cpp
patch-prnt_hpijs_hpcupsfax_cpp
patch-prnt_hpijs_hpijs_cpp patch-scan_py
patch-setup_py patch-ui4_devmgr5_py
patch-ui4_nodevicesdialog_py
patch-ui_devmgr4_py
patch-ui_nodevicesform_py
print/hplip/pkg: PLIST-gui PLIST-hpijs PLIST-main README-hpcups
Added files:
print/hplip/patches: patch-base_password_py
patch-base_services_py patch-common_utils_c
patch-installer_pluginhandler_py
Removed files:
print/hplip/patches: patch-ui_setupform_py
Log message:
Update to hplip-3.13.2.
Some parts of the tools are still somewhat WIP; however, thanks to a
donation from linuxfund.org this has been successfully tested on a HP
OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD
generation. Scanning, printing, cartridge information... working.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:56:54
Removed files:
www/timetrex : Makefile distinfo
www/timetrex/patches: patch-classes_adodb_adodb_inc_php
patch-classes_cache_lite_Hashed_Cache_Lite_php
patch-templates_install_SystemSettings_tpl
patch-timetrex_ini_php-example_linux
www/timetrex/pkg: DESCR PLIST README
Log message:
Remove timetrex. It's not possible to patch this port since there are
some checksum checks in the installer and it's becoming a maintenance
nightmare. People wanting to use it are better of downloading the
tarball directly and use the official installer/updater.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:57:11
Modified files:
www : Makefile
Log message:
-timetrex
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:58:38
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
patch-src_cd-profile-store_c
patch-src_cd-profile_c
graphics/colord/pkg: PFRAG.shared PLIST
Added files:
graphics/colord/patches: patch-configure_ac
patch-contrib_session-helper_cd-main_c
patch-lib_Makefile_am
patch-m4_intltool_m4
patch-src_Makefile_am
patch-src_cd-sensor_c
patch-src_cd-sensor_h
Removed files:
graphics/colord/patches: patch-etc_colord_conf_in
Log message:
Update to colord-0.1.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:59:42
Removed files:
graphics/shared-color-profiles: Makefile distinfo
graphics/shared-color-profiles/pkg: DESCR-extra DESCR-main
PLIST-extra PLIST-main
Log message:
Remove shared-color-profiles which is now part of colord.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:59:59
Modified files:
graphics : Makefile
Log message:
-shared-color-profiles
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 00:00:39
Modified files:
x11/gnome/color-manager: Makefile
Log message:
Remove dependency on shared-color-profiles.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 00:01:51
Modified files:
graphics/colord-gtk: Makefile
graphics/simple-scan: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/settings-daemon: Makefile
x11/gtk+3 : Makefile
Log message:
Sync WANTLIB after colord update.
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/08 00:09:19
Modified files:
. : 53.html
Log message:
small style nit
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 00:09:34
Modified files:
net/gssdp : Makefile distinfo
net/gssdp/pkg : PLIST
Removed files:
net/gssdp/pkg : PFRAG.shared
Log message:
- update to gssdp-0.14.2
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/08 00:54:31
Modified files:
graphics/jhead : Makefile distinfo
graphics/jhead/patches: patch-jhead_c patch-makefile
Log message:
- update jhead to 2.97
- update patches
ok okan@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/08 00:56:17
Modified files:
usr.bin/touch : touch.1
Log message:
use Li for the T/Z specifiers;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:07:33
Modified files:
infrastructure/db: user.list
Log message:
Reserve GDI for security/cvechecker.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/08 02:10:37
Modified files:
x11/xfce4/xfdesktop: Makefile distinfo
x11/xfce4/xfdesktop/pkg: PLIST
Log message:
Bugfix update to xfdesktop 4.10.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 02:13:36
Modified files:
devel/py-dateutil: Makefile
devel/py-tz : Makefile
www/py-jinja2 : Makefile
Log message:
frantisek holop takesover maintainership.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 02:50:27
Log message:
import audio/libsoxr, ok landry@
The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
conversion -- it may be used, for example, to resample PCM-encoded audio.
For higher-dimensional resampling, such as for visual-image processing, you
should look elsewhere.
It aims to give fast and very high quality results for any constant
(rational or irrational) resampling ratio. Phase-response, preserved
bandwidth, aliasing, and rejection level parameters are all configurable;
alternatively, simple `preset' configurations may be selected. An
experimental, variable-rate resampling mode of operation is also included.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130308
N ports/audio/libsoxr/Makefile
N ports/audio/libsoxr/distinfo
N ports/audio/libsoxr/pkg/PLIST
N ports/audio/libsoxr/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 02:50:56
Modified files:
audio : Makefile
Log message:
+libsoxr
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:54:49
Log message:
Import cvechecker-3.2.
The goal of cvechecker is to report about possible vulnerabilities on
your system, by scanning the installed software and matching the results
with the CVE database.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130308
N ports/security/cvechecker/distinfo
N ports/security/cvechecker/Makefile
N ports/security/cvechecker/patches/patch-src_cvecheck_c
N ports/security/cvechecker/pkg/PLIST
N ports/security/cvechecker/pkg/README
N ports/security/cvechecker/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:55:59
Modified files:
security : Makefile
Log message:
+cvechecker
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:57:33
Modified files:
security : Makefile
Log message:
Move ocaml-cryptokit where it belongs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:58:40
Log message:
Import whatweb-0.4.7.
WhatWeb identifies websites. It's goal is to answer the question, "What
is that Website?". WhatWeb recognises web technologies including content
management systems (CMS), blogging platforms, statistic/analytics
packages, JavaScript libraries, web servers, and embedded devices.
WhatWeb has over 900 plugins, each to recognise something different.
WhatWeb also identifies version numbers, email addresses, account ID's,
web framework modules, SQL errors, and more.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130308
N ports/net/whatweb/distinfo
N ports/net/whatweb/Makefile
N ports/net/whatweb/pkg/PLIST
N ports/net/whatweb/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:59:16
Modified files:
net : Makefile
Log message:
+whatweb
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:04:01
Modified files:
databases/sqlports/files: Var.pm
Log message:
buglet fix
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:05:31
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm
Log message:
remove PERMIT_DISTFILES_CDROM from the table
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:06:13
Modified files:
infrastructure/templates: Makefile.template
infrastructure/mk: bsd.port.mk
Log message:
bye bye PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/08 03:11:55
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
zap PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:21:21
Modified files:
sysutils/ruby-puppet-lint: Makefile
Log message:
This does not need puppet to run.
ok jasper@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:23:13
Modified files:
x11/i3status : Makefile distinfo
x11/i3status/patches: patch-Makefile patch-i3status_conf
Removed files:
x11/i3status/patches: patch-i3status_c patch-include_i3status_h
patch-man_i3status_man
patch-src_print_battery_info_c
patch-src_print_cpu_temperature_c
patch-src_print_eth_info_c
patch-src_print_volume_c
patch-src_print_wireless_info_c
Log message:
- update to i3status-2.7
* all functional patches have been committed upstream.
tested by and ok rpe@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:24:00
Modified files:
lang/clojure : Makefile
Added files:
lang/clojure/files: clj_completions.clj
Log message:
add a maintainer target to generate the completions with.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:24:47
Modified files:
lang/jimtcl : Makefile distinfo
lang/jimtcl/patches: patch-Makefile_in
patch-autosetup_cc-shared_tcl
lang/jimtcl/pkg: PLIST
Log message:
- update to jimtcl-0.73
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:25:34
Modified files:
java/jna : Makefile distinfo
java/jna/pkg : PLIST
Added files:
java/jna/patches: patch-build_xml
Removed files:
java/jna/patches: patch-jnalib_build_xml
Log message:
- update to jna-3.5.1
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:25:58
Modified files:
devel/commons-io: Makefile distinfo
Added files:
devel/commons-io/patches: patch-build_xml
Log message:
- update to commons-io-2.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:26:26
Modified files:
devel/lua-lgi : Makefile distinfo
devel/lua-lgi/patches: patch-lgi_Makefile patch-tests_Makefile
devel/lua-lgi/pkg: PLIST
Removed files:
devel/lua-lgi/patches: patch-lgi_core_c
patch-lgi_override_Gtk_lua
patch-samples_gtk-demo_demo-uimanager_lua
patch-samples_gtkhello_lua
Log message:
- update to lgi-0.7.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:27:05
Modified files:
devel/py-clint : Makefile
devel/py-clint/pkg: PLIST
Log message:
- install some files into a proper location instead of directly in ${PREFIX}
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:33:28
Modified files:
net/zeromq : Makefile distinfo
net/zeromq/patches: patch-configure
net/zeromq/pkg : PLIST
Added files:
net/zeromq/patches: patch-src_ipc_listener_cpp
patch-src_tcp_listener_cpp
Log message:
- update to zeromq-3.2.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:34:18
Modified files:
net/py-zmq : Makefile distinfo
net/py-zmq/pkg : PLIST
Log message:
- update to py-zmq-13.0.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:35:15
Modified files:
www/mongrel2 : Makefile distinfo
www/mongrel2/patches: patch-Makefile patch-src_polarssl_net_c
www/mongrel2/pkg: PLIST
Added files:
www/mongrel2/patches: patch-tools_procer_Makefile
Log message:
- update to mongrel2-1.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:35:40
Modified files:
devel/spice-protocol: Makefile distinfo
Log message:
- update to spice-protocol-0.12.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:36:06
Modified files:
x11/virt-viewer: Makefile distinfo
x11/virt-viewer/pkg: PLIST
Added files:
x11/virt-viewer/patches: patch-data_remote-viewer_desktop_in
Removed files:
x11/virt-viewer/patches: patch-src_remote-viewer_desktop
patch-src_virt-viewer-session-spice_c
Log message:
- update to virt-viewer-0.5.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:36:23
Modified files:
x11/spice-gtk : Makefile distinfo
Removed files:
x11/spice-gtk/patches: patch-gtk_channel-display_c
Log message:
- update to spice-gtk-0.18
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:37:03
Modified files:
net/vnstat : Makefile
net/vnstat/pkg : PLIST
Log message:
- install vnstat.cgi
ok pea@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:37:38
Modified files:
productivity/davical: Makefile
productivity/davical/pkg: README
Log message:
Add a "PHP configuration" section to the README.
ok landry@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:38:01
Modified files:
productivity/radicale: Makefile distinfo
productivity/radicale/patches: patch-radicale_config_py
productivity/radicale/pkg: PLIST
Log message:
- update to radicale-0.7.1
ok maintainer
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:38:41
Log message:
import ruby-indentation-0.0.7
Library of extensions to Ruby's Array and String classes that allow
indentation manipulation of Strings and Arrays of Strings.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/ruby-indentation/distinfo
N ports/devel/ruby-indentation/Makefile
N ports/devel/ruby-indentation/pkg/DESCR
N ports/devel/ruby-indentation/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:40:08
Modified files:
devel/maven : Makefile
Log message:
Poisoned variable REVISON is already set...
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/08 03:40:23
Modified files:
sysutils/ruby-puppet: Makefile distinfo
sysutils/ruby-puppet/pkg: PLIST
Removed files:
sysutils/ruby-puppet/patches: patch-conf_auth_conf
patch-examples_etc_puppet_puppet_conf
patch-lib_puppet_provider_package_openbsd_rb
Log message:
update to 3.1.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:40:41
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:41:26
Modified files:
devel/ruby-ffi : Makefile distinfo
devel/ruby-ffi/patches: patch-ext_ffi_c_Platform_c
patch-ext_ffi_c_libffi_bsd_mk
devel/ruby-ffi/pkg: PLIST
Log message:
- update to ruby-ffi-1.2.0
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:41:58
Modified files:
devel/ruby-gir_ffi: Makefile distinfo
devel/ruby-gir_ffi/pkg: PLIST
Log message:
- update to ruby-gir_ffi-0.5.0
* now works with ruby 1.9 too
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:42:02
Modified files:
infrastructure/lib/DPB: Fetch.pm
Log message:
flesh out trace info for distfiles
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:43:04
Modified files:
devel : Makefile
Log message:
hookup ruby18 flavor of ruby-gir_ffi
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:43:52
Log message:
import silverstripe-3.0.5
SilverStripe CMS is an open source web content management system used by
governments, businesses, and non-profit organisations around the world.
It is a power tool for professional web development teams, and web
content authors rave about how easy it is to use.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/silverstripe/distinfo
N ports/www/silverstripe/Makefile
N ports/www/silverstripe/pkg/PLIST
N ports/www/silverstripe/pkg/DESCR
N ports/www/silverstripe/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:44:24
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:45:27
Log message:
import baikal-0.2.4
Baikal offers ubiquitous and synchronized access to your calendars and
address books over CalDAV and CardDAV. Baikal implements the current
IETF recommendation drafts of these industry standards for centralized
calendar and address book collections.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/productivity/baikal/distinfo
N ports/productivity/baikal/Makefile
N ports/productivity/baikal/pkg/PLIST
N ports/productivity/baikal/pkg/README
N ports/productivity/baikal/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:45:45
Modified files:
sysutils/ruby-puppet: Makefile
Log message:
Better HOMEPAGE/MASTER_SITES.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:45:57
Modified files:
productivity : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:54:41
Log message:
dependency of p5-Dancer: simplest way to deploy a Dancer application,
especially for development purposes.
Status:
Vendor Tag: espie
Release Tags: ports
N ports/www/p5-HTTP-Server-Simple-PSGI/distinfo
N ports/www/p5-HTTP-Server-Simple-PSGI/Makefile
N ports/www/p5-HTTP-Server-Simple-PSGI/pkg/PLIST
N ports/www/p5-HTTP-Server-Simple-PSGI/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:55:00
Log message:
import erl-pooler-0.0.2
The pooler application allows you to manage pools of OTP behaviors such as
gen_servers, gen_fsms, or supervisors, and provide consumers with exclusive
access to pool members using pooler:take_member.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-pooler/Makefile
N ports/devel/erl-pooler/distinfo
N ports/devel/erl-pooler/pkg/DESCR
N ports/devel/erl-pooler/pkg/PLIST
N ports/devel/erl-pooler/patches/patch-src_pooler_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:55:52
Log message:
Dancer is a simple perl web application framework.
contrary to catalyst, it comes with simple defaults,
and it has very few dependencies
(okay landry@, previous port as well)
Status:
Vendor Tag: espie
Release Tags: ports
N ports/www/p5-Dancer/distinfo
N ports/www/p5-Dancer/Makefile
N ports/www/p5-Dancer/pkg/PLIST
N ports/www/p5-Dancer/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:55:59
Log message:
import erl-Emysql-0.2.14
This is an Erlang MySQL driver, based on a rewrite at Electronic Arts.
Easy to use, strong connection pooling, prepared statements & stored
procedures. Optimized for a central node architecture and OLTP.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-Emysql/Makefile
N ports/databases/erl-Emysql/distinfo
N ports/databases/erl-Emysql/pkg/PLIST
N ports/databases/erl-Emysql/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:06
ports/sysutils/ruby-puppet/2
Update of /cvs/ports/sysutils/ruby-puppet/2
In directory cvs.openbsd.org:/tmp/cvs-serv13851/2
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:07
ports/sysutils/ruby-puppet/3
Update of /cvs/ports/sysutils/ruby-puppet/3
In directory cvs.openbsd.org:/tmp/cvs-serv13851/3
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:56:30
Log message:
import erl-epgsql-1.4.1
erl-epgsql is the Erlang PostgreSQL database client.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-epgsql/distinfo
N ports/databases/erl-epgsql/Makefile
N ports/databases/erl-epgsql/pkg/DESCR
N ports/databases/erl-epgsql/pkg/PLIST
N ports/databases/erl-epgsql/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:34
ports/sysutils/ruby-puppet/2/patches
Update of /cvs/ports/sysutils/ruby-puppet/2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28310/2/patches
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:36
ports/sysutils/ruby-puppet/2/pkg
Update of /cvs/ports/sysutils/ruby-puppet/2/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv28310/2/pkg
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:37
ports/sysutils/ruby-puppet/3/files
Update of /cvs/ports/sysutils/ruby-puppet/3/files
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/files
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:38
ports/sysutils/ruby-puppet/3/patches
Update of /cvs/ports/sysutils/ruby-puppet/3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/patches
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:39
ports/sysutils/ruby-puppet/3/pkg
Update of /cvs/ports/sysutils/ruby-puppet/3/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/pkg
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:56:57
Log message:
import erl-sqerl-0.0.1
General purpose RDBMS abstraction layer for Erlang.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-sqerl/distinfo
N ports/databases/erl-sqerl/Makefile
N ports/databases/erl-sqerl/pkg/PLIST
N ports/databases/erl-sqerl/pkg/DESCR
N ports/databases/erl-sqerl/patches/patch-rebar_config
N ports/databases/erl-sqerl/patches/patch-src_sqerl_mysql_client_erl
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:57:42
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:57:55
Modified files:
www : Makefile
Log message:
+p5-Dancer and friend
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:58:28
Modified files:
databases : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 04:09:13
Modified files:
infrastructure/templates: network.conf.template
Log message:
download.berlios.de never did go away in the end, so remove my partial
mirror and zap download2.berlios.de which no longer exists.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 04:18:00
Modified files:
. : INDEX
Log message:
byebye PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 04:28:56
Modified files:
graphics/ufraw : Makefile distinfo
Removed files:
graphics/ufraw/patches: patch-Makefile_in patch-configure
Log message:
update to ufraw 0.19.1
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/08 04:34:18
Log message:
Import FPC.
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal
compiler. It is available for different processors: Intel x86,
Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0
version also supports the Motorola 680x0. The following operating
systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS,
Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.
Thanks to pierre at freepascal dot org for taking care of the patches
and to aja@ for mirroring the bootstrap.
tweaks and ok jasper@ sthen@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130803
N ports/lang/fpc/Makefile
N ports/lang/fpc/distinfo
N ports/lang/fpc/pkg/DESCR
N ports/lang/fpc/pkg/PFRAG.amd64
N ports/lang/fpc/pkg/PFRAG.i386
N ports/lang/fpc/pkg/PLIST
N ports/lang/fpc/patches/patch-Makefile
N ports/lang/fpc/patches/patch-fpcsrc_compiler_systems_t_bsd_pas
N ports/lang/fpc/patches/patch-fpcsrc_rtl_bsd_ossysc_inc
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_i386_cprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_i386_prt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_sysnr_inc
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_cprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_gprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_prt0_as
N ports/lang/fpc/patches/patch-install_man_Makefile
N ports/lang/fpc/patches/patch-install_man_man1_fpc_1
N ports/lang/fpc/patches/patch-install_man_man1_ppdep_1
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/08 04:35:15
Modified files:
lang : Makefile
Log message:
+ fpc
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:52:42
Log message:
import erl-automeck
erl-automeck streamlines setting up and using meck-based mocks.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-automeck/Makefile
N ports/devel/erl-automeck/distinfo
N ports/devel/erl-automeck/pkg/PLIST
N ports/devel/erl-automeck/pkg/DESCR
N ports/devel/erl-automeck/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:05
Log message:
import erl-bear
erl-bear is a set of statistics functions for Erlang.
Currently bear is focused on use inside the Folsom Erlang metrics
library but all of these functions are generic and useful in other
situations.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-bear/Makefile
N ports/devel/erl-bear/distinfo
N ports/devel/erl-bear/pkg/PLIST
N ports/devel/erl-bear/pkg/DESCR
N ports/devel/erl-bear/patches/patch-src_bear_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:27
Log message:
import erl-depsolver
Depsolver is a dependency solver package for erlang. You supply it with a list
of versioned objects that are in the world and then you can solve for
different version constraints.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-depsolver/distinfo
N ports/devel/erl-depsolver/Makefile
N ports/devel/erl-depsolver/pkg/DESCR
N ports/devel/erl-depsolver/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:57
Log message:
import erl-ej
The ej module makes it easier to work with Erlang terms representing
JSON in the format returned by jiffy, mochijson2, or ejson. You can use
ej:get/2 to walk an object and return a particular value, ej:set/3 to
update a value within an object, or ej:delete/2 to remove a value from
an object.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-ej/Makefile
N ports/devel/erl-ej/distinfo
N ports/devel/erl-ej/pkg/PLIST
N ports/devel/erl-ej/pkg/DESCR
N ports/devel/erl-ej/patches/patch-src_ej_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:54:39
Log message:
import erl-ejson
Decode and encode JSON into/from Erlang terms using Elang NIF library if
available.. This the module used in CouchDB project ported a standalone
module with rebar support.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-ejson/Makefile
N ports/devel/erl-ejson/distinfo
N ports/devel/erl-ejson/pkg/PLIST
N ports/devel/erl-ejson/pkg/DESCR
N ports/devel/erl-ejson/pkg/PFRAG.shared
N ports/devel/erl-ejson/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:55:49
Log message:
import erl-eper
erl-eper is a loose collection of Erlang Performance related tools.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-eper/Makefile
N ports/devel/erl-eper/distinfo
N ports/devel/erl-eper/pkg/PLIST
N ports/devel/erl-eper/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:12
Log message:
import erl-fast_log
erl-fast_log is a logging library used for Chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-fast_log/Makefile
N ports/devel/erl-fast_log/distinfo
N ports/devel/erl-fast_log/pkg/PLIST
N ports/devel/erl-fast_log/pkg/DESCR
N ports/devel/erl-fast_log/patches/patch-src_fast_log_app_src
N ports/devel/erl-fast_log/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:32
Log message:
import erl-folsom
Folsom is an Erlang based metrics system inspired by Coda Hale's
metrics. The metrics API's purpose is to collect realtime metrics from
your Erlang applications and publish them via Erlang APIs and output
plugins. folsom is not a persistent store. There are 6 types of metrics:
counters, gauges, histograms (and timers), histories, meter_readers and
meters. Metrics can be created, read and updated via the folsom_metrics
module.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-folsom/Makefile
N ports/devel/erl-folsom/distinfo
N ports/devel/erl-folsom/pkg/PLIST
N ports/devel/erl-folsom/pkg/DESCR
N ports/devel/erl-folsom/patches/patch-src_folsom_app_src
N ports/devel/erl-folsom/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:54
Log message:
import erl-gen_server2
gen_server2 provides an enhanced and improved version of the
Erlang/OTP distribution's gen_server.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-gen_server2/Makefile
N ports/devel/erl-gen_server2/distinfo
N ports/devel/erl-gen_server2/pkg/PLIST
N ports/devel/erl-gen_server2/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:58:15
Log message:
import erl-jiffy
Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-jiffy/Makefile
N ports/devel/erl-jiffy/distinfo
N ports/devel/erl-jiffy/patches/patch-src_jiffy_app_src
N ports/devel/erl-jiffy/patches/patch-Makefile
N ports/devel/erl-jiffy/pkg/PLIST
N ports/devel/erl-jiffy/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:58:42
Log message:
import erl-meck
With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occurred or looking at the call history.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-meck/Makefile
N ports/devel/erl-meck/distinfo
N ports/devel/erl-meck/pkg/PLIST
N ports/devel/erl-meck/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:59:20
Log message:
import erl-mixer
erl-mixer allows to mix in functions from other modules.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-mixer/Makefile
N ports/devel/erl-mixer/distinfo
N ports/devel/erl-mixer/
N ports/devel/erl-mixer/pkg/DESCR
N ports/devel/erl-mixer/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:01:22
Log message:
import erl-couchbeam
couchbeam is a simple erlang CouchDB framework. couchbeam provides you a
full featured and easy client to access and manage multiple couchdb
Nodes.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-couchbeam/Makefile
N ports/databases/erl-couchbeam/distinfo
N ports/databases/erl-couchbeam/pkg/PLIST
N ports/databases/erl-couchbeam/pkg/DESCR
N ports/databases/erl-couchbeam/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:02:38
Log message:
import erl-amqp_client
This is a stripped down distribution of the rabbitmq-erlang-client for
use as a rebar dep.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-amqp_client/Makefile
N ports/net/erl-amqp_client/distinfo
N ports/net/erl-amqp_client/pkg/PLIST
N ports/net/erl-amqp_client/pkg/DESCR
N ports/net/erl-amqp_client/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:04
Log message:
import erl-gen_bunny
erl-gen_bunny is a RabbitMQ client library for erlang whose primary goal is
to be easy to use. Especially for simple publisher and consumer
applications.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-gen_bunny/Makefile
N ports/net/erl-gen_bunny/distinfo
N ports/net/erl-gen_bunny/pkg/PLIST
N ports/net/erl-gen_bunny/pkg/DESCR
N ports/net/erl-gen_bunny/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:28
Log message:
import erl-ibrowse
erl-ibrowse is a HTTP client written in Erlang. Featuring:
- RFC2616 compliant
- Supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, MKCOL,
PROPFIND, PROPPATCH, LOCK, UNLOCK, MOVE and COPY
- Understands HTTP/0.9, HTTP/1.0 and HTTP/1.1
- Understands chunked encoding
- Can generate requests using Chunked Transfer-Encoding
- Pools of connections to each webserver
- Pipelining support
- Download to file
- Asynchronous requests. Responses are streamed to a process
- and much more
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-ibrowse/Makefile
N ports/net/erl-ibrowse/distinfo
N ports/net/erl-ibrowse/pkg/PLIST
N ports/net/erl-ibrowse/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:56
Log message:
import erl-mini_s3
erl-mini_s3, is a simple s3 client API for Erlang.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-mini_s3/Makefile
N ports/net/erl-mini_s3/distinfo
N ports/net/erl-mini_s3/pkg/DESCR
N ports/net/erl-mini_s3/pkg/PLIST
N ports/net/erl-mini_s3/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:04:49
Modified files:
net/erl-gen_bunny/pkg: DESCR
Log message:
tweak DESCR, no bump as it's not yet hooked up.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:05:16
Log message:
import erl-rabbit_common
This is a stripped down distribution of the rabbitmq-server code
required by the rabbitmq-erlang-client for use as a rebar dep.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-rabbit_common/Makefile
N ports/net/erl-rabbit_common/distinfo
N ports/net/erl-rabbit_common/pkg/PLIST
N ports/net/erl-rabbit_common/pkg/DESCR
N ports/net/erl-rabbit_common/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:06:44
Log message:
import erl-bcrypt
erl-bcrypt is a wrapper around the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by Niels
Provos and David Mazieres.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/security/erl-bcrypt/Makefile
N ports/security/erl-bcrypt/distinfo
N ports/security/erl-bcrypt/pkg/PLIST
N ports/security/erl-bcrypt/pkg/DESCR
N ports/security/erl-bcrypt/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:09
Log message:
import erl-oauth
Erlang OAuth implementation.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/security/erl-oauth/Makefile
N ports/security/erl-oauth/distinfo
N ports/security/erl-oauth/pkg/DESCR
N ports/security/erl-oauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:42
Modified files:
security : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:47
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:08:09
Modified files:
devel : Makefile
databases : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:08:49
Log message:
import erl-lager
Lager is a logging framework for Erlang. Its purpose is to provide a
more traditional way to perform logging in an erlang application that
plays nicely with traditional UNIX logging tools like logrotate and
syslog.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/sysutils/erl-lager/Makefile
N ports/sysutils/erl-lager/distinfo
N ports/sysutils/erl-lager/pkg/PLIST
N ports/sysutils/erl-lager/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:09:13
Log message:
import erl-stats_hero
The stats_hero application can help you instrument your Erlang
application with metrics that will be reported to estatsd and browsable
in Graphite.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/sysutils/erl-stats_hero/Makefile
N ports/sysutils/erl-stats_hero/distinfo
N ports/sysutils/erl-stats_hero/pkg/PLIST
N ports/sysutils/erl-stats_hero/pkg/DESCR
N ports/sysutils/erl-stats_hero/patches/patch-src_stats_hero_app_src
N ports/sysutils/erl-stats_hero/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:10:00
Modified files:
sysutils : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:10:48
Log message:
import erl-edown
Edown is an EDoc extension for generating GitHub-flavored Markdown.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/textproc/erl-edown/Makefile
N ports/textproc/erl-edown/distinfo
N ports/textproc/erl-edown/pkg/DESCR
N ports/textproc/erl-edown/pkg/PLIST
N ports/textproc/erl-edown/patches/patch-src_edown_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:11:06
Log message:
import erl-neotoma
Neotoma is a packrat parser-generator for Erlang for Parsing Expression
Grammars (PEGs). It consists of a parsing-combinator library with
memoization routines, a parser for PEGs, and a utility to generate
parsers from PEGs. It is inspired by treetop, a Ruby library with
similar aims, and parsec, the parser-combinator library for Haskell.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/textproc/erl-neotoma/Makefile
N ports/textproc/erl-neotoma/distinfo
N ports/textproc/erl-neotoma/pkg/PLIST
N ports/textproc/erl-neotoma/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 05:12:03
Log message:
perl debug tool: when your program dies/warns, always show carp longmess
okay sthen@
Status:
Vendor Tag: espie
Release Tags: ports
N ports/devel/p5-Carp-Always/distinfo
N ports/devel/p5-Carp-Always/Makefile
N ports/devel/p5-Carp-Always/pkg/PLIST
N ports/devel/p5-Carp-Always/pkg/DESCR
N ports/devel/p5-Carp-Always/patches/patch-lib_Carp_Always_pm
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:12:09
Modified files:
textproc : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:12:42
Log message:
import erl-mochiweb
MochiWeb is an Erlang library for building lightweight HTTP servers.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/erl-mochiweb/Makefile
N ports/www/erl-mochiweb/distinfo
N ports/www/erl-mochiweb/pkg/PLIST
N ports/www/erl-mochiweb/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:13:48
Log message:
import erl-webmachine
Webmachine is an application layer that adds HTTP semantic awareness on
top of the excellent bit-pushing and HTTP syntax-management provided by
mochiweb, and provides a simple and clean way to connect that to your
application's behavior.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/erl-webmachine/Makefile
N ports/www/erl-webmachine/distinfo
N ports/www/erl-webmachine/pkg/PLIST
N ports/www/erl-webmachine/pkg/DESCR
N ports/www/erl-webmachine/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 05:14:54
Modified files:
devel : Makefile
Log message:
+p5-Carp-Always
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:15:20
Modified files:
www : Makefile
Log message:
uncomment chromium again which espie committed by mistake...unless he's conspiring with landry.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:17:38
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/08 05:25:15
Modified files:
sbin/dhclient : kroute.c
Log message:
Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry
to get ARP sockaddr_dl info, rather than re-parsing manually.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 06:38:25
Modified files:
net/twirssi : Makefile distinfo
net/twirssi/pkg: PLIST
Added files:
net/twirssi/pkg: README
Removed files:
net/twirssi/pkg: MESSAGE
Log message:
Update to twirssi-2.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/08 07:25:07
Modified files:
www/midori : Makefile distinfo
www/midori/patches: patch-wscript
Removed files:
www/midori/patches: patch-midori_midori-locationaction_c
Log message:
Update to midori 0.4.8.
If you encounter SIGBUS upon entering the prefs, get in touch with me.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 08:50:19
Modified files:
faq/fr : faq10.html faq12.html faq3.html faq6.html
faq8.html faq9.html index.html
fr : amd64.html crypto.html i386.html index.html
loongson.html mail.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:12:48
Modified files:
sysutils/ruby-puppet: Makefile
Added files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile distinfo
sysutils/ruby-puppet/2/patches: patch-conf_auth_conf
patch-examples_etc_puppet_fileserver_conf
patch-examples_etc_puppet_tagmail_conf
patch-install_rb
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_package_openbsd_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/2/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/files: puppet.conf
sysutils/ruby-puppet/3/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/3/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
Removed files:
sysutils/ruby-puppet: distinfo
sysutils/ruby-puppet/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
Log message:
Split ruby-puppet:
* move the current port to ruby-puppet/3
* add a new puppet-2.7.X port under ruby-puppet/2
This allows us to ship with 2 different versions of Puppet. Since the
Enterprise version is still running 2.7, we want to have a matching
client because running puppet3 against a puppet2 server is highly
discouraged and will mostly no work correctly.
ok jasper@, robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:14:22
Modified files:
sysutils/ruby-puppet/files: puppet.conf
Removed files:
sysutils/ruby-puppet/3/files: puppet.conf
Log message:
Add a common FILESDIR.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:15:33
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Removed files:
sysutils/ruby-puppet/2/patches:
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
sysutils/ruby-puppet/3/patches:
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
Log message:
Remove the ldap patches which aren't needed anymore.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:19:15
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/patches:
patch-examples_etc_puppet_fileserver_conf
patch-lib_puppet_provider_service_openbsd_rb
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-lib_puppet_provider_service_openbsd_rb
Log message:
Start services with '-f' since they may not be enabled in rc.conf.local(5).
Implement a restart command for the service provider and use '-f' as well.
No need to specify a 'stop' common, our rc.d(8) is generic enough.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:24:39
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/patches:
patch-examples_etc_puppet_fileserver_conf
Log message:
Remove CVS ID so that patch applies properly.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/08 11:12:38
Modified files:
x11/qt4 : Makefile
Added files:
x11/qt4/patches: patch-src_network_ssl_qsslsocket_cpp
Log message:
Add /etc/ssl to the list of directories containing "system" CA certs,
allowing Qt4 (and thus KDE4) programs to use /etc/ssl/cert.pem.
okay @espie
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:26:54
Modified files:
sys/arch/alpha/pci: lca_dma.c
Log message:
Always initialize the direct DMA window, instead of relying upon SRM to do so;
many LCA-based systems apparently don't. From NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:29:33
Modified files:
sys/arch/alpha/isa: isa_machdep.h
sys/arch/alpha/pci: sio.c sio_pic.c
Log message:
Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.
Allows pcic to attach and correctly pick a suitable interrupt on Multia.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/08 11:33:21
Modified files:
math/galculator: Makefile distinfo
math/galculator/pkg: PLIST
Log message:
update to 2.1: bug fixes, add Turkish translation
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:35:46
Modified files:
sys/dev/isa : i82365_isasubr.c
Log message:
In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so
that we can get reasonable debug or panic messages when things go wrong.
CVSROOT: /cvs
Module name: src
Changes by: chl@cvs.openbsd.org 2013/03/08 12:11:52
Modified files:
usr.sbin/smtpd : stat_backend.c stat_ramstat.c table_ldap.c
Log message:
Add missing $OpenBSD$ RCS tags
ok gilles@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/08 12:13:46
Modified files:
opensmtpd : portable.html
Log message:
Adds Gentoo ebuild and portable description link.
ok gilles@
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/08 13:26:02
Modified files:
. : events.html
Log message:
unified style and fixed typos
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/08 14:17:52
src/regress/bin/ln
Update of /cvs/src/regress/bin/ln
In directory cvs.openbsd.org:/tmp/cvs-serv30270/ln
Log Message:
Directory /cvs/src/regress/bin/ln added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 17:09:15
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
simplify PERMIT_*:
- if PERMIT_PACKAGE_CDROM == Yes, have
PERMIT_PACKAGE_FTP and PERMIT_DISTFILES_FTP default to Yes
- if PERMIT_PACKAGE_FTP == Yes, have
PERMIT_DISTFILES_FTP default to Yes.
okay sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/08 17:11:38
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document simpler logic
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:10:47
Modified files:
sys/arch/alpha/alpha: cpuconf.c
sys/arch/alpha/conf: GENERIC files.alpha
Added files:
sys/arch/alpha/pci: pci_alphabook1.c pci_alphabook1.h
sys/arch/alpha/alpha: dec_alphabook1.c
Log message:
First steps towards alphabook1 support; from netbsd
miod did not disagree.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:19:21
Modified files:
sys/arch/hppa/conf: RAMDISK
sys/arch/hppa64/conf: RAMDISK
Log message:
turn off debug features we do not need
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:27:07
Modified files:
sys/net : pfkeyv2.h
Log message:
normalize structure definitions
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/08 23:38:30
Modified files:
databases : Makefile
Removed files:
databases/py-elixir: Makefile distinfo
databases/py-elixir/patches: patch-tests_test_options_py
databases/py-elixir/pkg: DESCR PLIST
Log message:
Remove py-elixir, it has not been maintained in ages and nothing uses it.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/09 02:03:48
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
fix target name
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 02:31:12
Modified files:
multimedia/x264: Makefile distinfo
multimedia/x264/patches: patch-configure
multimedia/x264/pkg: DESCR PLIST
Removed files:
multimedia/x264/pkg: PFRAG.shared
Log message:
Update to x 264 20130302.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 02:32:03
Modified files:
x11/vlc : Makefile
x11/vlc/patches: patch-configure_ac
Added files:
x11/vlc/patches: patch-modules_codec_avcodec_audio_c
patch-modules_codec_avcodec_avcodec_h
patch-modules_codec_avcodec_encoder_c
Log message:
Sync up the FFmpeg backend with upstream to bring in some
bug fixes.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/09 02:34:15
Modified files:
sys/dev/pci : if_ste.c if_stereg.h
Log message:
Rewrite the receive filter handling code and cleanup the ioctl bits.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 02:38:52
Modified files:
databases/ruby-hiera: Makefile
databases/ruby-hiera/pkg: PLIST
Log message:
/var/db/hiera/ is a directory, not a file.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 04:18:14
Modified files:
graphics/darktable: Makefile distinfo
graphics/darktable/patches:
patch-cmake_modules_FindFLICKCURL_cmake
patch-src_common_darktable_c
graphics/darktable/pkg: PLIST
Removed files:
graphics/darktable/patches: patch-data_CMakeLists_txt
patch-src_common_darktable_h
patch-src_iop_watermark_c
patch-tools_create_preferences_sh_in
Log message:
update darktable to 1.13 but mark it BROKEN for now as it frequently
triggers the strict mutex_unlock checks from rthread_sync 1.34, causing it
to abort.
rolls in some patches applied upstream thanks to Pascal de Bruijn.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 04:20:32
Modified files:
graphics/darktable: Makefile
Log message:
new PERMIT stuff.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/09 04:33:25
Modified files:
sys/dev/adb : adb_subr.c
sys/arch/macppc/dev: adb.c adbvar.h
Log message:
Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD
via Daniel Dickman.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 06:33:48
Log message:
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130903
N ports/multimedia/shrip/Makefile
N ports/multimedia/shrip/distinfo
N ports/multimedia/shrip/patches/patch-shrip_conf
N ports/multimedia/shrip/patches/patch-src_shrip_1
N ports/multimedia/shrip/pkg/DESCR
N ports/multimedia/shrip/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 06:34:42
Modified files:
multimedia : Makefile
Log message:
+shrip
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:35:10
Log message:
Import fontconfig 2.10.91 in a separate directory
to make room for a BSD make build system.
Status:
Vendor Tag: fontconfig
Release Tags: v2_10_91
N xenocara/dist/fontconfig/config.h.in
N xenocara/dist/fontconfig/AUTHORS
N xenocara/dist/fontconfig/aclocal.m4
N xenocara/dist/fontconfig/COPYING
N xenocara/dist/fontconfig/install-sh
N xenocara/dist/fontconfig/fontconfig.spec.in
N xenocara/dist/fontconfig/ChangeLog
N xenocara/dist/fontconfig/fontconfig.pc.in
N xenocara/dist/fontconfig/depcomp
N xenocara/dist/fontconfig/NEWS
N xenocara/dist/fontconfig/config.guess
N xenocara/dist/fontconfig/config-fixups.h
N xenocara/dist/fontconfig/missing
N xenocara/dist/fontconfig/fontconfig.spec
N xenocara/dist/fontconfig/fontconfig-zip.in
N xenocara/dist/fontconfig/configure
N xenocara/dist/fontconfig/fonts.conf.in
N xenocara/dist/fontconfig/Tools.mk
N xenocara/dist/fontconfig/config.sub
N xenocara/dist/fontconfig/INSTALL
N xenocara/dist/fontconfig/configure.ac
N xenocara/dist/fontconfig/fonts.dtd
N xenocara/dist/fontconfig/README
N xenocara/dist/fontconfig/Makefile.in
N xenocara/dist/fontconfig/ltmain.sh
N xenocara/dist/fontconfig/Makefile.am
N xenocara/dist/fontconfig/fc-query/Makefile.in
N xenocara/dist/fontconfig/fc-query/Makefile.am
N xenocara/dist/fontconfig/fc-query/fc-query.sgml
N xenocara/dist/fontconfig/fc-query/fc-query.1
N xenocara/dist/fontconfig/fc-query/fc-query.c
N xenocara/dist/fontconfig/fc-cat/fc-cat.sgml
N xenocara/dist/fontconfig/fc-cat/fc-cat.1
N xenocara/dist/fontconfig/fc-cat/Makefile.in
N xenocara/dist/fontconfig/fc-cat/Makefile.am
N xenocara/dist/fontconfig/fc-cat/fc-cat.c
N xenocara/dist/fontconfig/fc-pattern/Makefile.in
N xenocara/dist/fontconfig/fc-pattern/Makefile.am
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.1
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.sgml
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.c
N xenocara/dist/fontconfig/test/8x16.pcf
N xenocara/dist/fontconfig/test/out.expected
N xenocara/dist/fontconfig/test/fonts.conf.in
N xenocara/dist/fontconfig/test/Makefile.in
N xenocara/dist/fontconfig/test/4x6.pcf
N xenocara/dist/fontconfig/test/run-test.sh
N xenocara/dist/fontconfig/test/Makefile.am
N xenocara/dist/fontconfig/test/test-pthread.c
N xenocara/dist/fontconfig/conf.d/60-latin.conf
N xenocara/dist/fontconfig/conf.d/10-autohint.conf
N xenocara/dist/fontconfig/conf.d/70-no-bitmaps.conf
N xenocara/dist/fontconfig/conf.d/10-unhinted.conf
N xenocara/dist/fontconfig/conf.d/65-fonts-persian.conf
N xenocara/dist/fontconfig/conf.d/45-latin.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-vrgb.conf
N xenocara/dist/fontconfig/conf.d/49-sansserif.conf
N xenocara/dist/fontconfig/conf.d/30-urw-aliases.conf
N xenocara/dist/fontconfig/conf.d/10-scale-bitmap-fonts.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-rgb.conf
N xenocara/dist/fontconfig/conf.d/50-user.conf
N xenocara/dist/fontconfig/conf.d/80-delicious.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-legacy.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-light.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-bgr.conf
N xenocara/dist/fontconfig/conf.d/70-yes-bitmaps.conf
N xenocara/dist/fontconfig/conf.d/51-local.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-vbgr.conf
N xenocara/dist/fontconfig/conf.d/25-unhint-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/Makefile.in
N xenocara/dist/fontconfig/conf.d/65-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/65-khmer.conf
N xenocara/dist/fontconfig/conf.d/README
N xenocara/dist/fontconfig/conf.d/20-unhint-small-vera.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-default.conf
N xenocara/dist/fontconfig/conf.d/69-unifont.conf
N xenocara/dist/fontconfig/conf.d/90-synthetic.conf
N xenocara/dist/fontconfig/conf.d/40-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/10-no-sub-pixel.conf
N xenocara/dist/fontconfig/conf.d/30-metric-aliases.conf
N xenocara/dist/fontconfig/conf.d/Makefile.am
N xenocara/dist/fontconfig/fc-lang/aa.orth
N xenocara/dist/fontconfig/fc-lang/ro.orth
N xenocara/dist/fontconfig/fc-lang/cu.orth
N xenocara/dist/fontconfig/fc-lang/fur.orth
N xenocara/dist/fontconfig/fc-lang/li.orth
N xenocara/dist/fontconfig/fc-lang/jv.orth
N xenocara/dist/fontconfig/fc-lang/sg.orth
N xenocara/dist/fontconfig/fc-lang/lez.orth
N xenocara/dist/fontconfig/fc-lang/csb.orth
N xenocara/dist/fontconfig/fc-lang/lt.orth
N xenocara/dist/fontconfig/fc-lang/ch.orth
N xenocara/dist/fontconfig/fc-lang/sel.orth
N xenocara/dist/fontconfig/fc-lang/lah.orth
N xenocara/dist/fontconfig/fc-lang/ny.orth
N xenocara/dist/fontconfig/fc-lang/fo.orth
N xenocara/dist/fontconfig/fc-lang/is.orth
N xenocara/dist/fontconfig/fc-lang/en.orth
N xenocara/dist/fontconfig/fc-lang/tt.orth
N xenocara/dist/fontconfig/fc-lang/nqo.orth
N xenocara/dist/fontconfig/fc-lang/es.orth
N xenocara/dist/fontconfig/fc-lang/fr.orth
N xenocara/dist/fontconfig/fc-lang/Makefile.am
N xenocara/dist/fontconfig/fc-lang/sc.orth
N xenocara/dist/fontconfig/fc-lang/zh_cn.orth
N xenocara/dist/fontconfig/fc-lang/vot.orth
N xenocara/dist/fontconfig/fc-lang/chr.orth
N xenocara/dist/fontconfig/fc-lang/so.orth
N xenocara/dist/fontconfig/fc-lang/kv.orth
N xenocara/dist/fontconfig/fc-lang/te.orth
N xenocara/dist/fontconfig/fc-lang/mi.orth
N xenocara/dist/fontconfig/fc-lang/mt.orth
N xenocara/dist/fontconfig/fc-lang/fc-lang.c
N xenocara/dist/fontconfig/fc-lang/gv.orth
N xenocara/dist/fontconfig/fc-lang/sid.orth
N xenocara/dist/fontconfig/fc-lang/kk.orth
N xenocara/dist/fontconfig/fc-lang/sr.orth
N xenocara/dist/fontconfig/fc-lang/byn.orth
N xenocara/dist/fontconfig/fc-lang/la.orth
N xenocara/dist/fontconfig/fc-lang/bh.orth
N xenocara/dist/fontconfig/fc-lang/kr.orth
N xenocara/dist/fontconfig/fc-lang/ta.orth
N xenocara/dist/fontconfig/fc-lang/ber_dz.orth
N xenocara/dist/fontconfig/fc-lang/zh_mo.orth
N xenocara/dist/fontconfig/fc-lang/nl.orth
N xenocara/dist/fontconfig/fc-lang/yi.orth
N xenocara/dist/fontconfig/fc-lang/sk.orth
N xenocara/dist/fontconfig/fc-lang/syr.orth
N xenocara/dist/fontconfig/fc-lang/sv.orth
N xenocara/dist/fontconfig/fc-lang/fil.orth
N xenocara/dist/fontconfig/fc-lang/tig.orth
N xenocara/dist/fontconfig/fc-lang/am.orth
N xenocara/dist/fontconfig/fc-lang/zu.orth
N xenocara/dist/fontconfig/fc-lang/cy.orth
N xenocara/dist/fontconfig/fc-lang/ko.orth
N xenocara/dist/fontconfig/fc-lang/pap_an.orth
N xenocara/dist/fontconfig/fc-lang/sn.orth
N xenocara/dist/fontconfig/fc-lang/sms.orth
N xenocara/dist/fontconfig/fc-lang/ca.orth
N xenocara/dist/fontconfig/fc-lang/kw.orth
N xenocara/dist/fontconfig/fc-lang/mh.orth
N xenocara/dist/fontconfig/fc-lang/nds.orth
N xenocara/dist/fontconfig/fc-lang/kab.orth
N xenocara/dist/fontconfig/fc-lang/Makefile.in
N xenocara/dist/fontconfig/fc-lang/kj.orth
N xenocara/dist/fontconfig/fc-lang/kok.orth
N xenocara/dist/fontconfig/fc-lang/brx.orth
N xenocara/dist/fontconfig/fc-lang/ty.orth
N xenocara/dist/fontconfig/fc-lang/smn.orth
N xenocara/dist/fontconfig/fc-lang/ber_ma.orth
N xenocara/dist/fontconfig/fc-lang/ss.orth
N xenocara/dist/fontconfig/fc-lang/dv.orth
N xenocara/dist/fontconfig/fc-lang/bi.orth
N xenocara/dist/fontconfig/fc-lang/ce.orth
N xenocara/dist/fontconfig/fc-lang/gn.orth
N xenocara/dist/fontconfig/fc-lang/ks.orth
N xenocara/dist/fontconfig/fc-lang/yap.orth
N xenocara/dist/fontconfig/fc-lang/ig.orth
N xenocara/dist/fontconfig/fc-lang/ml.orth
N xenocara/dist/fontconfig/fc-lang/az_az.orth
N xenocara/dist/fontconfig/fc-lang/wa.orth
N xenocara/dist/fontconfig/fc-lang/hr.orth
N xenocara/dist/fontconfig/fc-lang/ho.orth
N xenocara/dist/fontconfig/fc-lang/sw.orth
N xenocara/dist/fontconfig/fc-lang/ps_af.orth
N xenocara/dist/fontconfig/fc-lang/bm.orth
N xenocara/dist/fontconfig/fc-lang/ff.orth
N xenocara/dist/fontconfig/fc-lang/pap_aw.orth
N xenocara/dist/fontconfig/fc-lang/nso.orth
N xenocara/dist/fontconfig/fc-lang/vi.orth
N xenocara/dist/fontconfig/fc-lang/kn.orth
N xenocara/dist/fontconfig/fc-lang/smj.orth
N xenocara/dist/fontconfig/fc-lang/ti_et.orth
N xenocara/dist/fontconfig/fc-lang/rn.orth
N xenocara/dist/fontconfig/fc-lang/ve.orth
N xenocara/dist/fontconfig/fc-lang/sco.orth
N xenocara/dist/fontconfig/fc-lang/ba.orth
N xenocara/dist/fontconfig/fc-lang/fj.orth
N xenocara/dist/fontconfig/fc-lang/na.orth
N xenocara/dist/fontconfig/fc-lang/hsb.orth
N xenocara/dist/fontconfig/fc-lang/gez.orth
N xenocara/dist/fontconfig/fc-lang/ku_tr.orth
N xenocara/dist/fontconfig/fc-lang/hne.orth
N xenocara/dist/fontconfig/fc-lang/tl.orth
N xenocara/dist/fontconfig/fc-lang/ik.orth
N xenocara/dist/fontconfig/fc-lang/zh_tw.orth
N xenocara/dist/fontconfig/fc-lang/dz.orth
N xenocara/dist/fontconfig/fc-lang/be.orth
N xenocara/dist/fontconfig/fc-lang/eo.orth
N xenocara/dist/fontconfig/fc-lang/my.orth
N xenocara/dist/fontconfig/fc-lang/xh.orth
N xenocara/dist/fontconfig/fc-lang/om.orth
N xenocara/dist/fontconfig/fc-lang/pa_pk.orth
N xenocara/dist/fontconfig/fc-lang/th.orth
N xenocara/dist/fontconfig/fc-lang/za.orth
N xenocara/dist/fontconfig/fc-lang/io.orth
N xenocara/dist/fontconfig/fc-lang/rw.orth
N xenocara/dist/fontconfig/fc-lang/ay.orth
N xenocara/dist/fontconfig/fc-lang/fclang.tmpl.h
N xenocara/dist/fontconfig/fc-lang/ne.orth
N xenocara/dist/fontconfig/fc-lang/ku_iq.orth
N xenocara/dist/fontconfig/fc-lang/hz.orth
N xenocara/dist/fontconfig/fc-lang/ht.orth
N xenocara/dist/fontconfig/fc-lang/wen.orth
N xenocara/dist/fontconfig/fc-lang/kwm.orth
N xenocara/dist/fontconfig/fc-lang/sl.orth
N xenocara/dist/fontconfig/fc-lang/ia.orth
N xenocara/dist/fontconfig/fc-lang/ti_er.orth
N xenocara/dist/fontconfig/fc-lang/gu.orth
N xenocara/dist/fontconfig/fc-lang/oc.orth
N xenocara/dist/fontconfig/fc-lang/zh_hk.orth
N xenocara/dist/fontconfig/fc-lang/vo.orth
N xenocara/dist/fontconfig/fc-lang/nv.orth
N xenocara/dist/fontconfig/fc-lang/sq.orth
N xenocara/dist/fontconfig/fc-lang/lb.orth
N xenocara/dist/fontconfig/fc-lang/hi.orth
N xenocara/dist/fontconfig/fc-lang/ie.orth
N xenocara/dist/fontconfig/fc-lang/tyv.orth
N xenocara/dist/fontconfig/fc-lang/as.orth
N xenocara/dist/fontconfig/fc-lang/sah.orth
N xenocara/dist/fontconfig/fc-lang/haw.orth
N xenocara/dist/fontconfig/fc-lang/gl.orth
N xenocara/dist/fontconfig/fc-lang/ota.orth
N xenocara/dist/fontconfig/fc-lang/sh.orth
N xenocara/dist/fontconfig/fc-lang/no.orth
N xenocara/dist/fontconfig/fc-lang/ku_am.orth
N xenocara/dist/fontconfig/fc-lang/fy.orth
N xenocara/dist/fontconfig/fc-lang/br.orth
N xenocara/dist/fontconfig/fc-lang/bo.orth
N xenocara/dist/fontconfig/fc-lang/nr.orth
N xenocara/dist/fontconfig/fc-lang/su.orth
N xenocara/dist/fontconfig/fc-lang/pt.orth
N xenocara/dist/fontconfig/fc-lang/kl.orth
N xenocara/dist/fontconfig/fc-lang/ee.orth
N xenocara/dist/fontconfig/fc-lang/an.orth
N xenocara/dist/fontconfig/fc-lang/ms.orth
N xenocara/dist/fontconfig/fc-lang/ts.orth
N xenocara/dist/fontconfig/fc-lang/cv.orth
N xenocara/dist/fontconfig/fc-lang/it.orth
N xenocara/dist/fontconfig/fc-lang/ab.orth
N xenocara/dist/fontconfig/fc-lang/doi.orth
N xenocara/dist/fontconfig/fc-lang/ha.orth
N xenocara/dist/fontconfig/fc-lang/da.orth
N xenocara/dist/fontconfig/fc-lang/ast.orth
N xenocara/dist/fontconfig/fc-lang/sd.orth
N xenocara/dist/fontconfig/fc-lang/wo.orth
N xenocara/dist/fontconfig/fc-lang/mai.orth
N xenocara/dist/fontconfig/fc-lang/mn_cn.orth
N xenocara/dist/fontconfig/fc-lang/et.orth
N xenocara/dist/fontconfig/fc-lang/ii.orth
N xenocara/dist/fontconfig/fc-lang/tn.orth
N xenocara/dist/fontconfig/fc-lang/bg.orth
N xenocara/dist/fontconfig/fc-lang/ln.orth
N xenocara/dist/fontconfig/fc-lang/he.orth
N xenocara/dist/fontconfig/fc-lang/tw.orth
N xenocara/dist/fontconfig/fc-lang/bin.orth
N xenocara/dist/fontconfig/fc-lang/af.orth
N xenocara/dist/fontconfig/fc-lang/ru.orth
N xenocara/dist/fontconfig/fc-lang/pa.orth
N xenocara/dist/fontconfig/fc-lang/gd.orth
N xenocara/dist/fontconfig/fc-lang/co.orth
N xenocara/dist/fontconfig/fc-lang/or.orth
N xenocara/dist/fontconfig/fc-lang/ky.orth
N xenocara/dist/fontconfig/fc-lang/de.orth
N xenocara/dist/fontconfig/fc-lang/bua.orth
N xenocara/dist/fontconfig/fc-lang/fclang.h
N xenocara/dist/fontconfig/fc-lang/ps_pk.orth
N xenocara/dist/fontconfig/fc-lang/ng.orth
N xenocara/dist/fontconfig/fc-lang/tr.orth
N xenocara/dist/fontconfig/fc-lang/ka.orth
N xenocara/dist/fontconfig/fc-lang/rm.orth
N xenocara/dist/fontconfig/fc-lang/crh.orth
N xenocara/dist/fontconfig/fc-lang/iu.orth
N xenocara/dist/fontconfig/fc-lang/mni.orth
N xenocara/dist/fontconfig/fc-lang/fi.orth
N xenocara/dist/fontconfig/fc-lang/kum.orth
N xenocara/dist/fontconfig/fc-lang/ug.orth
N xenocara/dist/fontconfig/fc-lang/fat.orth
N xenocara/dist/fontconfig/fc-lang/lv.orth
N xenocara/dist/fontconfig/fc-lang/se.orth
N xenocara/dist/fontconfig/fc-lang/wal.orth
N xenocara/dist/fontconfig/fc-lang/nb.orth
N xenocara/dist/fontconfig/fc-lang/uz.orth
N xenocara/dist/fontconfig/fc-lang/eu.orth
N xenocara/dist/fontconfig/fc-lang/ga.orth
N xenocara/dist/fontconfig/fc-lang/zh_sg.orth
N xenocara/dist/fontconfig/fc-lang/to.orth
N xenocara/dist/fontconfig/fc-lang/lo.orth
N xenocara/dist/fontconfig/fc-lang/sma.orth
N xenocara/dist/fontconfig/fc-lang/cs.orth
N xenocara/dist/fontconfig/fc-lang/el.orth
N xenocara/dist/fontconfig/fc-lang/mg.orth
N xenocara/dist/fontconfig/fc-lang/os.orth
N xenocara/dist/fontconfig/fc-lang/tk.orth
N xenocara/dist/fontconfig/fc-lang/hy.orth
N xenocara/dist/fontconfig/fc-lang/sa.orth
N xenocara/dist/fontconfig/fc-lang/ku_ir.orth
N xenocara/dist/fontconfig/fc-lang/qu.orth
N xenocara/dist/fontconfig/fc-lang/sm.orth
N xenocara/dist/fontconfig/fc-lang/hu.orth
N xenocara/dist/fontconfig/fc-lang/ur.orth
N xenocara/dist/fontconfig/fc-lang/yo.orth
N xenocara/dist/fontconfig/fc-lang/ja.orth
N xenocara/dist/fontconfig/fc-lang/av.orth
N xenocara/dist/fontconfig/fc-lang/mk.orth
N xenocara/dist/fontconfig/fc-lang/tg.orth
N xenocara/dist/fontconfig/fc-lang/pl.orth
N xenocara/dist/fontconfig/fc-lang/mn_mn.orth
N xenocara/dist/fontconfig/fc-lang/ki.orth
N xenocara/dist/fontconfig/fc-lang/kaa.orth
N xenocara/dist/fontconfig/fc-lang/ak.orth
N xenocara/dist/fontconfig/fc-lang/shs.orth
N xenocara/dist/fontconfig/fc-lang/fa.orth
N xenocara/dist/fontconfig/fc-lang/chm.orth
N xenocara/dist/fontconfig/fc-lang/ar.orth
N xenocara/dist/fontconfig/fc-lang/mo.orth
N xenocara/dist/fontconfig/fc-lang/id.orth
N xenocara/dist/fontconfig/fc-lang/si.orth
N xenocara/dist/fontconfig/fc-lang/bho.orth
N xenocara/dist/fontconfig/fc-lang/bs.orth
N xenocara/dist/fontconfig/fc-lang/nn.orth
N xenocara/dist/fontconfig/fc-lang/az_ir.orth
N xenocara/dist/fontconfig/fc-lang/bn.orth
N xenocara/dist/fontconfig/fc-lang/uk.orth
N xenocara/dist/fontconfig/fc-lang/lg.orth
N xenocara/dist/fontconfig/fc-lang/st.orth
N xenocara/dist/fontconfig/fc-lang/sat.orth
N xenocara/dist/fontconfig/fc-lang/km.orth
N xenocara/dist/fontconfig/fc-lang/mr.orth
N xenocara/dist/fontconfig/fc-match/fc-match.1
N xenocara/dist/fontconfig/fc-match/fc-match.sgml
N xenocara/dist/fontconfig/fc-match/Makefile.am
N xenocara/dist/fontconfig/fc-match/Makefile.in
N xenocara/dist/fontconfig/fc-match/fc-match.c
N xenocara/dist/fontconfig/doc/fcpattern.sgml
N xenocara/dist/fontconfig/doc/FcConfigAppFontClear.3
N xenocara/dist/fontconfig/doc/FcPatternAdd-Type.3
N xenocara/dist/fontconfig/doc/FcObjectSetAdd.3
N xenocara/dist/fontconfig/doc/confdir.sgml.in
N xenocara/dist/fontconfig/doc/FcAtomicLock.3
N xenocara/dist/fontconfig/doc/FcCharSetMerge.3
N xenocara/dist/fontconfig/doc/fclangset.fncs
N xenocara/dist/fontconfig/doc/FcStrListCreate.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharSet.3
N xenocara/dist/fontconfig/doc/FcPatternAddWeak.3
N xenocara/dist/fontconfig/doc/FcConfigAppFontAddDir.3
N xenocara/dist/fontconfig/doc/FcValueDestroy.3
N xenocara/dist/fontconfig/doc/FcStrListNext.3
N xenocara/dist/fontconfig/doc/FcStrSetDestroy.3
N xenocara/dist/fontconfig/doc/fcformat.fncs
N xenocara/dist/fontconfig/doc/FcPatternAdd.3
N xenocara/dist/fontconfig/doc/fcfile.sgml
N xenocara/dist/fontconfig/doc/fcatomic.sgml
N xenocara/dist/fontconfig/doc/FcInitReinitialize.3
N xenocara/dist/fontconfig/doc/FcBlanksCreate.3
N xenocara/dist/fontconfig/doc/FcCharSetHasChar.3
N xenocara/dist/fontconfig/doc/FcObjectSetBuild.3
N xenocara/dist/fontconfig/doc/FcCharSetNew.3
N xenocara/dist/fontconfig/doc/FcConfigSetRescanInterval.3
N xenocara/dist/fontconfig/doc/FcAtomicOrigFile.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharSetAndSpacing.3
N xenocara/dist/fontconfig/doc/fcconstant.sgml
N xenocara/dist/fontconfig/doc/fccharset.sgml
N xenocara/dist/fontconfig/doc/FcFontRenderPrepare.3
N xenocara/dist/fontconfig/doc/fcfreetype.sgml
N xenocara/dist/fontconfig/doc/fcvalue.fncs
N xenocara/dist/fontconfig/doc/fcconfig.fncs
N xenocara/dist/fontconfig/doc/FcStrCopy.3
N xenocara/dist/fontconfig/doc/fcinit.fncs
N xenocara/dist/fontconfig/doc/fcobjecttype.fncs
N xenocara/dist/fontconfig/doc/FcFontList.3
N xenocara/dist/fontconfig/doc/FcCharSetSubtract.3
N xenocara/dist/fontconfig/doc/FcLangSetContains.3
N xenocara/dist/fontconfig/doc/FcNameUnregisterConstants.3
N xenocara/dist/fontconfig/doc/FcFontSetList.3
N xenocara/dist/fontconfig/doc/edit-sgml.c
N xenocara/dist/fontconfig/doc/fcfontset.fncs
N xenocara/dist/fontconfig/doc/FcStrSetMember.3
N xenocara/dist/fontconfig/doc/FcFreeTypeQueryFace.3
N xenocara/dist/fontconfig/doc/FcLangSetCopy.3
N xenocara/dist/fontconfig/doc/FcCacheDir.3
N xenocara/dist/fontconfig/doc/FcCharSetNextPage.3
N xenocara/dist/fontconfig/doc/FcMatrixInit.3
N xenocara/dist/fontconfig/doc/FcConfigDestroy.3
N xenocara/dist/fontconfig/doc/FcStrSetEqual.3
N xenocara/dist/fontconfig/doc/FcUtf8Len.3
N xenocara/dist/fontconfig/doc/FcConfigGetBlanks.3
N xenocara/dist/fontconfig/doc/FcNameConstant.3
N xenocara/dist/fontconfig/doc/FcAtomicReplaceOrig.3
N xenocara/dist/fontconfig/doc/FcFontMatch.3
N xenocara/dist/fontconfig/doc/FcLangSetUnion.3
N xenocara/dist/fontconfig/doc/fcstring.sgml
N xenocara/dist/fontconfig/doc/fcstrset.sgml
N xenocara/dist/fontconfig/doc/fontconfig-devel.txt
N xenocara/dist/fontconfig/doc/fontconfig-devel.sgml
N xenocara/dist/fontconfig/doc/FcInit.3
N xenocara/dist/fontconfig/doc/FcGetDefaultLangs.3
N xenocara/dist/fontconfig/doc/FcDirCacheValid.3
N xenocara/dist/fontconfig/doc/FcConfigReference.3
N xenocara/dist/fontconfig/doc/FcStrPlus.3
N xenocara/dist/fontconfig/doc/FcCharSetUnion.3
N xenocara/dist/fontconfig/doc/FcNameGetConstant.3
N xenocara/dist/fontconfig/doc/FcCharSetFirstPage.3
N xenocara/dist/fontconfig/doc/FcAtomicUnlock.3
N xenocara/dist/fontconfig/doc/FcFontSetAdd.3
N xenocara/dist/fontconfig/doc/FcLangSetCreate.3
N xenocara/dist/fontconfig/doc/FcValueEqual.3
N xenocara/dist/fontconfig/doc/FcIsLower.3
N xenocara/dist/fontconfig/doc/FcConfigBuildFonts.3
N xenocara/dist/fontconfig/doc/FcConfigAppFontAddFile.3
N xenocara/dist/fontconfig/doc/FcLangSetHasLang.3
N xenocara/dist/fontconfig/doc/FcCacheNumSubdir.3
N xenocara/dist/fontconfig/doc/fcblanks.sgml
N xenocara/dist/fontconfig/doc/FcCacheSubdir.3
N xenocara/dist/fontconfig/doc/fcmatrix.sgml
N xenocara/dist/fontconfig/doc/FcCacheCopySet.3
N xenocara/dist/fontconfig/doc/FcPatternDuplicate.3
N xenocara/dist/fontconfig/doc/FcStrSetCreate.3
N xenocara/dist/fontconfig/doc/FcConfigUptoDate.3
N xenocara/dist/fontconfig/doc/FcStrCmpIgnoreCase.3
N xenocara/dist/fontconfig/doc/FcToLower.3
N xenocara/dist/fontconfig/doc/FcPatternFormat.3
N xenocara/dist/fontconfig/doc/FcMatrixShear.3
N xenocara/dist/fontconfig/doc/fontconfig-user.pdf
N xenocara/dist/fontconfig/doc/FcFontSetCreate.3
N xenocara/dist/fontconfig/doc/FcLangSetHash.3
N xenocara/dist/fontconfig/doc/FcLangSetAdd.3
N xenocara/dist/fontconfig/doc/fccache.fncs
N xenocara/dist/fontconfig/doc/FcPatternDestroy.3
N xenocara/dist/fontconfig/doc/FcGetLangs.3
N xenocara/dist/fontconfig/doc/FcValueSave.3
N xenocara/dist/fontconfig/doc/FcStrBasename.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharIndex.3
N xenocara/dist/fontconfig/doc/FcStrSetAdd.3
N xenocara/dist/fontconfig/doc/FcPatternFilter.3
N xenocara/dist/fontconfig/doc/FcConfigGetConfigFiles.3
N xenocara/dist/fontconfig/doc/FcCharSetCoverage.3
N xenocara/dist/fontconfig/doc/version.sgml.in
N xenocara/dist/fontconfig/doc/FcPatternPrint.3
N xenocara/dist/fontconfig/doc/FcConfigSubstituteWithPat.3
N xenocara/dist/fontconfig/doc/FcFontSetPrint.3
N xenocara/dist/fontconfig/doc/FcStrFree.3
N xenocara/dist/fontconfig/doc/fcdircache.sgml
N xenocara/dist/fontconfig/doc/FcDirSave.3
N xenocara/dist/fontconfig/doc/FcStrSetAddFilename.3
N xenocara/dist/fontconfig/doc/FcGetVersion.3
N xenocara/dist/fontconfig/doc/fcobjectset.fncs
N xenocara/dist/fontconfig/doc/FcPatternEqualSubset.3
N xenocara/dist/fontconfig/doc/FcStrStrIgnoreCase.3
N xenocara/dist/fontconfig/doc/FcPatternGet.3
N xenocara/dist/fontconfig/doc/FcConfigCreate.3
N xenocara/dist/fontconfig/doc/FcObjectSetCreate.3
N xenocara/dist/fontconfig/doc/FcCharSetCreate.3
N xenocara/dist/fontconfig/doc/FcLangNormalize.3
N xenocara/dist/fontconfig/doc/FcConfigGetCacheDirs.3
N xenocara/dist/fontconfig/doc/fontconfig-user.sgml
N xenocara/dist/fontconfig/doc/FcDirCacheLoadFile.3
N xenocara/dist/fontconfig/doc/FcNameRegisterObjectTypes.3
N xenocara/dist/fontconfig/doc/FcNameGetObjectType.3
N xenocara/dist/fontconfig/doc/FcFileIsDir.3
N xenocara/dist/fontconfig/doc/fcfontset.sgml
N xenocara/dist/fontconfig/doc/FcMatrixCopy.3
N xenocara/dist/fontconfig/doc/FcConfigFilename.3
N xenocara/dist/fontconfig/doc/FcConfigGetFontDirs.3
N xenocara/dist/fontconfig/doc/FcDirCacheLoad.3
N xenocara/dist/fontconfig/doc/FcCharSetAddChar.3
N xenocara/dist/fontconfig/doc/FcCharSetIntersectCount.3
N xenocara/dist/fontconfig/doc/FcConfigGetRescanInterval.3
N xenocara/dist/fontconfig/doc/FcInitLoadConfig.3
N xenocara/dist/fontconfig/doc/fcobjecttype.sgml
N xenocara/dist/fontconfig/doc/FcStrCopyFilename.3
N xenocara/dist/fontconfig/doc/fontconfig-user.html
N xenocara/dist/fontconfig/doc/fcvalue.sgml
N xenocara/dist/fontconfig/doc/fcconfig.sgml
N xenocara/dist/fontconfig/doc/fcinit.sgml
N xenocara/dist/fontconfig/doc/FcLangGetCharSet.3
N xenocara/dist/fontconfig/doc/FcConfigGetConfigDirs.3
N xenocara/dist/fontconfig/doc/FcCharSetIsSubset.3
N xenocara/dist/fontconfig/doc/FcUtf8ToUcs4.3
N xenocara/dist/fontconfig/doc/fcfreetype.fncs
N xenocara/dist/fontconfig/doc/FcFontSetSort.3
N xenocara/dist/fontconfig/doc/fcconstant.fncs
N xenocara/dist/fontconfig/doc/fccharset.fncs
N xenocara/dist/fontconfig/doc/fcfile.fncs
N xenocara/dist/fontconfig/doc/FcCharSetSubtractCount.3
N xenocara/dist/fontconfig/doc/FcStrSetDel.3
N xenocara/dist/fontconfig/doc/Makefile.in
N xenocara/dist/fontconfig/doc/FcConfigGetCurrent.3
N xenocara/dist/fontconfig/doc/FcCharSetDelChar.3
N xenocara/dist/fontconfig/doc/FcConfigHome.3
N xenocara/dist/fontconfig/doc/fcatomic.fncs
N xenocara/dist/fontconfig/doc/FcAtomicCreate.3
N xenocara/dist/fontconfig/doc/FcLangSetDestroy.3
N xenocara/dist/fontconfig/doc/fcformat.sgml
N xenocara/dist/fontconfig/doc/FcCharSetIntersect.3
N xenocara/dist/fontconfig/doc/FcFontSort.3
N xenocara/dist/fontconfig/doc/func.sgml
N xenocara/dist/fontconfig/doc/FcLangSetDel.3
N xenocara/dist/fontconfig/doc/FcInitLoadConfigAndFonts.3
N xenocara/dist/fontconfig/doc/FcBlanksAdd.3
N xenocara/dist/fontconfig/doc/FcPatternGet-Type.3
N xenocara/dist/fontconfig/doc/FcConfigEnableHome.3
N xenocara/dist/fontconfig/doc/FcFontSetMatch.3
N xenocara/dist/fontconfig/doc/FcPatternHash.3
N xenocara/dist/fontconfig/doc/FcUtf16Len.3
N xenocara/dist/fontconfig/doc/FcStrDirname.3
N xenocara/dist/fontconfig/doc/FcCharSetCount.3
N xenocara/dist/fontconfig/doc/FcStrCmp.3
N xenocara/dist/fontconfig/doc/fclangset.sgml
N xenocara/dist/fontconfig/doc/FcDefaultSubstitute.3
N xenocara/dist/fontconfig/doc/FcIsUpper.3
N xenocara/dist/fontconfig/doc/fcpattern.fncs
N xenocara/dist/fontconfig/doc/FcMatrixEqual.3
N xenocara/dist/fontconfig/doc/FcNameRegisterConstants.3
N xenocara/dist/fontconfig/doc/FcCacheCreateTagFile.3
N xenocara/dist/fontconfig/doc/FcLangSetCompare.3
N xenocara/dist/fontconfig/doc/fcobjectset.sgml
N xenocara/dist/fontconfig/doc/FcDirCacheUnlink.3
N xenocara/dist/fontconfig/doc/FcStrDowncase.3
N xenocara/dist/fontconfig/doc/FcFontSetDestroy.3
N xenocara/dist/fontconfig/doc/fontconfig-devel.pdf
N xenocara/dist/fontconfig/doc/FcAtomicDeleteNew.3
N xenocara/dist/fontconfig/doc/FcValuePrint.3
N xenocara/dist/fontconfig/doc/FcPatternReference.3
N xenocara/dist/fontconfig/doc/FcUcs4ToUtf8.3
N xenocara/dist/fontconfig/doc/FcMatrixMultiply.3
N xenocara/dist/fontconfig/doc/check-missing-doc
N xenocara/dist/fontconfig/doc/fcdircache.fncs
N xenocara/dist/fontconfig/doc/FcLangSetEqual.3
N xenocara/dist/fontconfig/doc/FcConfigSubstitute.3
N xenocara/dist/fontconfig/doc/FcObjectSetDestroy.3
N xenocara/dist/fontconfig/doc/FcDirCacheClean.3
N xenocara/dist/fontconfig/doc/FcStrStr.3
N xenocara/dist/fontconfig/doc/FcCharSetCopy.3
N xenocara/dist/fontconfig/doc/FcCharSetDestroy.3
N xenocara/dist/fontconfig/doc/FcConfigGetCache.3
N xenocara/dist/fontconfig/doc/FcDirCacheRead.3
N xenocara/dist/fontconfig/doc/FcPatternDel.3
N xenocara/dist/fontconfig/doc/FcDirScan.3
N xenocara/dist/fontconfig/doc/fccache.sgml
N xenocara/dist/fontconfig/doc/FcCharSetEqual.3
N xenocara/dist/fontconfig/doc/FcNameUnparse.3
N xenocara/dist/fontconfig/doc/FcConfigSetCurrent.3
N xenocara/dist/fontconfig/doc/FcPatternCreate.3
N xenocara/dist/fontconfig/doc/FcUtf16ToUcs4.3
N xenocara/dist/fontconfig/doc/FcFontSetSortDestroy.3
N xenocara/dist/fontconfig/doc/FcStrListDone.3
N xenocara/dist/fontconfig/doc/FcMatrixScale.3
N xenocara/dist/fontconfig/doc/fontconfig-user.txt
N xenocara/dist/fontconfig/doc/FcFileScan.3
N xenocara/dist/fontconfig/doc/fcmatrix.fncs
N xenocara/dist/fontconfig/doc/FcMatrixRotate.3
N xenocara/dist/fontconfig/doc/fcblanks.fncs
N xenocara/dist/fontconfig/doc/FcCacheNumFont.3
N xenocara/dist/fontconfig/doc/FcConfigGetFonts.3
N xenocara/dist/fontconfig/doc/FcFreeTypeQuery.3
N xenocara/dist/fontconfig/doc/fonts-conf.5
N xenocara/dist/fontconfig/doc/FcConfigParseAndLoad.3
N xenocara/dist/fontconfig/doc/FcDirCacheUnload.3
N xenocara/dist/fontconfig/doc/FcNameParse.3
N xenocara/dist/fontconfig/doc/FcPatternBuild.3
N xenocara/dist/fontconfig/doc/FcBlanksDestroy.3
N xenocara/dist/fontconfig/doc/FcAtomicNewFile.3
N xenocara/dist/fontconfig/doc/FcLangSetSubtract.3
N xenocara/dist/fontconfig/doc/FcPatternEqual.3
N xenocara/dist/fontconfig/doc/FcBlanksIsMember.3
N xenocara/dist/fontconfig/doc/FcNameUnregisterObjectTypes.3
N xenocara/dist/fontconfig/doc/fcstrset.fncs
N xenocara/dist/fontconfig/doc/FcFini.3
N xenocara/dist/fontconfig/doc/Makefile.am
N xenocara/dist/fontconfig/doc/fcstring.fncs
N xenocara/dist/fontconfig/doc/FcPatternRemove.3
N xenocara/dist/fontconfig/doc/FcInitBringUptoDate.3
N xenocara/dist/fontconfig/doc/FcAtomicDestroy.3
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternformat.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterndel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnamegetobjecttype.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcislower.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetunion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblankscreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicorigfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf8toucs4.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetdel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsethash.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetrescaninterval.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrbasename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternfilter.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/ln12.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdirscan.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachecopyset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf16toucs4.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharindex.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x19.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetmerge.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetblanks.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf16len.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicnewfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternaddweak.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcompare.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigparseandload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcisupper.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomiclock.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistnext.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvalueequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontmatch.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsethaslang.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksismember.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetsubtractcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangnormalize.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetintersectcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcoverage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheread.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircachevalid.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistdone.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetmatch.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiguptodate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrfree.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheunlink.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetaddfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvalueprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnamegetconstant.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheloadfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetconfigfiles.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetnextpage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetdefaultlangs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfileisdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetmember.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/t1.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternbuild.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameconstant.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf8len.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetintersect.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcachedirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontlist.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrstrignorecase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicdeletenew.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunparse.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrdowncase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfighome.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigreference.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunregisterobjecttypes.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternequalsubset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x31.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcmpignorecase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfini.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcache.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitbringuptodate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetsort.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharsetandspacing.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterndestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclanggetcharset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinit.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternget.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetbuild.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicunlock.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetdel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsetrescaninterval.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachedir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternhash.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetlist.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitreinitialize.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcopyfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetdelchar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcucs4toutf8.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomiccreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetfontdirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunregisterconstants.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixinit.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcmp.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheunload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigbuildfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypequery.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheclean.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x102.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterncreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitloadconfigandfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetnew.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsubstitute.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypequeryface.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternduplicate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternget-type.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetlangs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrplus.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixrotate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternadd-type.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsort.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsetcurrent.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachenumsubdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetconfigdirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsubstitutewithpat.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetversion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsethaschar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrdirname.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetaddchar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigenablehome.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdefaultsubstitute.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdirsave.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixscale.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fctolower.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetunion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachenumfont.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontrenderprepare.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontclear.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvaluesave.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachecreatetagfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetissubset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixmultiply.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfilescan.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetsubtract.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetfirstpage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvaluedestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontaddfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachesubdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcurrent.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrstr.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetsubtract.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcontains.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameregisterconstants.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicreplaceorig.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternremove.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameparse.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetsortdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixshear.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontadddir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameregisterobjecttypes.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternreference.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitloadconfig.html
N xenocara/dist/fontconfig/fc-case/fc-case.c
N xenocara/dist/fontconfig/fc-case/fccase.tmpl.h
N xenocara/dist/fontconfig/fc-case/CaseFolding.txt
N xenocara/dist/fontconfig/fc-case/Makefile.am
N xenocara/dist/fontconfig/fc-case/fccase.h
N xenocara/dist/fontconfig/fc-case/Makefile.in
N xenocara/dist/fontconfig/fc-scan/fc-scan.c
N xenocara/dist/fontconfig/fc-scan/Makefile.in
N xenocara/dist/fontconfig/fc-scan/fc-scan.1
N xenocara/dist/fontconfig/fc-scan/fc-scan.sgml
N xenocara/dist/fontconfig/fc-scan/Makefile.am
N xenocara/dist/fontconfig/fc-list/fc-list.1
N xenocara/dist/fontconfig/fc-list/fc-list.sgml
N xenocara/dist/fontconfig/fc-list/Makefile.in
N xenocara/dist/fontconfig/fc-list/Makefile.am
N xenocara/dist/fontconfig/fc-list/fc-list.c
N xenocara/dist/fontconfig/fc-glyphname/fcglyphname.h
N xenocara/dist/fontconfig/fc-glyphname/fcglyphname.tmpl.h
N xenocara/dist/fontconfig/fc-glyphname/Makefile.am
N xenocara/dist/fontconfig/fc-glyphname/zapfdingbats.txt
N xenocara/dist/fontconfig/fc-glyphname/Makefile.in
N xenocara/dist/fontconfig/fc-glyphname/fc-glyphname.c
N xenocara/dist/fontconfig/src/fcmatch.c
N xenocara/dist/fontconfig/src/fcarch.c
N xenocara/dist/fontconfig/src/fcfreetype.c
N xenocara/dist/fontconfig/src/fcstdint.h
N xenocara/dist/fontconfig/src/fcint.h
N xenocara/dist/fontconfig/src/makealias
N xenocara/dist/fontconfig/src/Makefile.am
N xenocara/dist/fontconfig/src/ftglue.h
N xenocara/dist/fontconfig/src/fcformat.c
N xenocara/dist/fontconfig/src/fccfg.c
N xenocara/dist/fontconfig/src/fcfs.c
N xenocara/dist/fontconfig/src/fccompat.c
N xenocara/dist/fontconfig/src/fclang.c
N xenocara/dist/fontconfig/src/fcserialize.c
N xenocara/dist/fontconfig/src/fclist.c
N xenocara/dist/fontconfig/src/Makefile.in
N xenocara/dist/fontconfig/src/fcobjshash.gperf
N xenocara/dist/fontconfig/src/fcobjs.c
N xenocara/dist/fontconfig/src/fcmatrix.c
N xenocara/dist/fontconfig/src/fcdbg.c
N xenocara/dist/fontconfig/src/fcatomic.c
N xenocara/dist/fontconfig/src/fcmutex.h
N xenocara/dist/fontconfig/src/fcblanks.c
N xenocara/dist/fontconfig/src/fcdir.c
N xenocara/dist/fontconfig/src/fccache.c
N xenocara/dist/fontconfig/src/fcinit.c
N xenocara/dist/fontconfig/src/fcpat.c
N xenocara/dist/fontconfig/src/ftglue.c
N xenocara/dist/fontconfig/src/fcobjshash.h
N xenocara/dist/fontconfig/src/fcstat.c
N xenocara/dist/fontconfig/src/fcarch.h
N xenocara/dist/fontconfig/src/fcwindows.h
N xenocara/dist/fontconfig/src/fcdeprecate.h
N xenocara/dist/fontconfig/src/fcatomic.h
N xenocara/dist/fontconfig/src/fcxml.c
N xenocara/dist/fontconfig/src/fcname.c
N xenocara/dist/fontconfig/src/fcobjshash.gperf.h
N xenocara/dist/fontconfig/src/fcstr.c
N xenocara/dist/fontconfig/src/fcobjs.h
N xenocara/dist/fontconfig/src/fccharset.c
N xenocara/dist/fontconfig/src/fcftint.h
N xenocara/dist/fontconfig/src/fcdefault.c
N xenocara/dist/fontconfig/fc-cache/fc-cache.1
N xenocara/dist/fontconfig/fc-cache/Makefile.in
N xenocara/dist/fontconfig/fc-cache/Makefile.am
N xenocara/dist/fontconfig/fc-cache/fc-cache.sgml
N xenocara/dist/fontconfig/fc-cache/fc-cache.c
N xenocara/dist/fontconfig/fc-validate/Makefile.am
N xenocara/dist/fontconfig/fc-validate/fc-validate.sgml
N xenocara/dist/fontconfig/fc-validate/fc-validate.1
N xenocara/dist/fontconfig/fc-validate/Makefile.in
N xenocara/dist/fontconfig/fc-validate/fc-validate.c
N xenocara/dist/fontconfig/fontconfig/fontconfig.h
N xenocara/dist/fontconfig/fontconfig/fcprivate.h
N xenocara/dist/fontconfig/fontconfig/Makefile.am
N xenocara/dist/fontconfig/fontconfig/fcfreetype.h
N xenocara/dist/fontconfig/fontconfig/Makefile.in
N xenocara/dist/fontconfig/m4/libtool.m4
N xenocara/dist/fontconfig/m4/ax_cc_for_build.m4
N xenocara/dist/fontconfig/m4/ax_pthread.m4
N xenocara/dist/fontconfig/m4/lt~obsolete.m4
N xenocara/dist/fontconfig/m4/ltversion.m4
N xenocara/dist/fontconfig/m4/ltoptions.m4
N xenocara/dist/fontconfig/m4/ax_create_stdint_h.m4
N xenocara/dist/fontconfig/m4/ltsugar.m4
No conflicts created by this import
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:58:47
Modified files:
dist/fontconfig/fc-cache: fc-cache.1 fc-cache.c fc-cache.sgml
Log message:
fc-cache] Add '-c' option fc-cache to chroot on startup
before (re)building the font cache. Useful for builds with
$DESTDIR set, to prepare a binary distribution.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:59:48
Added files:
dist/fontconfig/conf.d: 31-nonmst.conf
Log message:
Add a substitution from fonts that map to ugly bitmapped ones
Maps to DejaVu fonts. Most of the work done by martynas@
and deraadt@, with inputs and tests from naddy@, todd@
and lots of others.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:00:31
Added files:
dist/fontconfig/conf.d: 30-lucida-aliases.conf
Log message:
New config file providing replacement for Lucida fonts.
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts,
Provide aliases for commonly found Lucida family fonts (Lucida,
Lucida Grande, Lucida Sans Unicode).
Prodded by a submission by Tobias Ulmer. Ok mpi@.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:01:04
Modified files:
dist/fontconfig/src: fccompat.c
Log message:
Add missing fcntl(..., F_DUPFD_CLOEXEC) argument.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 07:05:36
Modified files:
shells/zoidberg: Makefile distinfo
shells/zoidberg/pkg: PLIST
Removed files:
shells/zoidberg/patches: patch-b_ModuleBuildZoid_pm
Log message:
Update to 0.981, ok benoit@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:14:35
Modified files:
dist/fontconfig/conf.d: 10-autohint.conf 10-no-sub-pixel.conf
10-sub-pixel-bgr.conf
10-sub-pixel-rgb.conf
10-sub-pixel-vbgr.conf
10-sub-pixel-vrgb.conf 10-unhinted.conf
11-lcdfilter-default.conf
11-lcdfilter-legacy.conf
11-lcdfilter-light.conf
Log message:
MFC: Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
Move the target of recipes to the "pattern" from the "font". This is
to ensure the targeted objects is updated by them prior to
FcDefaultSubstitute() so that it can adds the default values properly.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:18
xenocara/lib/fontconfig/common
Update of /cvs/xenocara/lib/fontconfig/common
In directory cvs.openbsd.org:/tmp/cvs-serv14049/common
Log Message:
Directory /cvs/xenocara/lib/fontconfig/common added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:19
xenocara/lib/fontconfig/fc-pattern
Update of /cvs/xenocara/lib/fontconfig/fc-pattern
In directory cvs.openbsd.org:/tmp/cvs-serv14049/fc-pattern
Log Message:
Directory /cvs/xenocara/lib/fontconfig/fc-pattern added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:20
xenocara/lib/fontconfig/fc-validate
Update of /cvs/xenocara/lib/fontconfig/fc-validate
In directory cvs.openbsd.org:/tmp/cvs-serv14049/fc-validate
Log Message:
Directory /cvs/xenocara/lib/fontconfig/fc-validate added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:21
xenocara/lib/fontconfig/pc
Update of /cvs/xenocara/lib/fontconfig/pc
In directory cvs.openbsd.org:/tmp/cvs-serv14049/pc
Log Message:
Directory /cvs/xenocara/lib/fontconfig/pc added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 07:28:16
Modified files:
devel/py-tz : Makefile distinfo
Log message:
update to py-tz 2012j, from maintainer frantisek holop
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:31:36
Modified files:
lib : Makefile
Log message:
Build pthread-stubs before fontconfig. Needed for fontconfig 2.10.91
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:34:46
Added files:
lib/fontconfig : Makefile Makefile.inc
lib/fontconfig/common: config.h fcalias.h fcaliastail.h
lib/fontconfig/conf.d: Makefile
lib/fontconfig/doc: Makefile
lib/fontconfig/fc-arch: Makefile
lib/fontconfig/fc-cache: Makefile
lib/fontconfig/fc-case: Makefile
lib/fontconfig/fc-cat: Makefile
lib/fontconfig/fc-glyphname: Makefile
lib/fontconfig/fc-lang: Makefile
lib/fontconfig/fc-list: Makefile
lib/fontconfig/fc-match: Makefile
lib/fontconfig/fc-pattern: Makefile
lib/fontconfig/fc-query: Makefile
lib/fontconfig/fc-scan: Makefile
lib/fontconfig/fc-validate: Makefile
lib/fontconfig/fontconfig: Makefile
lib/fontconfig/pc: Makefile
lib/fontconfig/src: Makefile fcobjshash.h fcstdint.h
shlib_version
Removed files:
lib/fontconfig : AUTHORS COPYING ChangeLog INSTALL Makefile.am
Makefile.bsd-wrapper Makefile.in NEWS README
acinclude.m4 aclocal.m4 autogen.sh config.guess
config.h.in config.sub configure configure.in
depcomp fontconfig-zip.in fontconfig.pc.in
fontconfig.spec.in fonts.conf.in fonts.dtd
install-sh ltmain.sh missing
lib/fontconfig/conf.d: 10-autohint.conf 10-no-sub-pixel.conf
10-sub-pixel-bgr.conf
10-sub-pixel-rgb.conf
10-sub-pixel-vbgr.conf
10-sub-pixel-vrgb.conf 10-unhinted.conf
20-fix-globaladvance.conf
20-unhint-small-vera.conf
25-unhint-nonlatin.conf
30-lucida-aliases.conf
30-metric-aliases.conf
30-urw-aliases.conf 31-nonmst.conf
40-nonlatin.conf 45-latin.conf
49-sansserif.conf 50-user.conf
51-local.conf 60-latin.conf
65-fonts-persian.conf 65-khmer.conf
65-nonlatin.conf 69-unifont.conf
70-no-bitmaps.conf 70-yes-bitmaps.conf
80-delicious.conf 90-synthetic.conf
Makefile.am Makefile.in README
lib/fontconfig/doc: FcAtomicCreate.3 FcAtomicDeleteNew.3
FcAtomicDestroy.3 FcAtomicLock.3
FcAtomicNewFile.3 FcAtomicOrigFile.3
FcAtomicReplaceOrig.3 FcAtomicUnlock.3
FcBlanksAdd.3 FcBlanksCreate.3
FcBlanksDestroy.3 FcBlanksIsMember.3
FcCacheCopySet.3 FcCacheDir.3
FcCacheNumFont.3 FcCacheNumSubdir.3
FcCacheSubdir.3 FcCharSetAddChar.3
FcCharSetCopy.3 FcCharSetCount.3
FcCharSetCoverage.3 FcCharSetCreate.3
FcCharSetDestroy.3 FcCharSetEqual.3
FcCharSetFirstPage.3 FcCharSetHasChar.3
FcCharSetIntersect.3
FcCharSetIntersectCount.3
FcCharSetIsSubset.3 FcCharSetMerge.3
FcCharSetNew.3 FcCharSetNextPage.3
FcCharSetSubtract.3 FcCharSetSubtractCount.3
FcCharSetUnion.3 FcConfigAppFontAddDir.3
FcConfigAppFontAddFile.3
FcConfigAppFontClear.3 FcConfigBuildFonts.3
FcConfigCreate.3 FcConfigDestroy.3
FcConfigEnableHome.3 FcConfigFilename.3
FcConfigGetBlanks.3 FcConfigGetCache.3
FcConfigGetCacheDirs.3
FcConfigGetConfigDirs.3
FcConfigGetConfigFiles.3
FcConfigGetCurrent.3 FcConfigGetFontDirs.3
FcConfigGetFonts.3
FcConfigGetRescanInterval.3 FcConfigHome.3
FcConfigParseAndLoad.3 FcConfigReference.3
FcConfigSetCurrent.3
FcConfigSetRescanInterval.3
FcConfigSubstitute.3
FcConfigSubstituteWithPat.3
FcConfigUptoDate.3 FcDefaultSubstitute.3
FcDirCacheLoad.3 FcDirCacheLoadFile.3
FcDirCacheRead.3 FcDirCacheUnlink.3
FcDirCacheUnload.3 FcDirCacheValid.3
FcDirSave.3 FcDirScan.3 FcFileIsDir.3
FcFileScan.3 FcFini.3 FcFontList.3
FcFontMatch.3 FcFontRenderPrepare.3
FcFontSetAdd.3 FcFontSetCreate.3
FcFontSetDestroy.3 FcFontSetList.3
FcFontSetMatch.3 FcFontSetPrint.3
FcFontSetSort.3 FcFontSetSortDestroy.3
FcFontSort.3 FcFreeTypeCharIndex.3
FcFreeTypeCharSet.3
FcFreeTypeCharSetAndSpacing.3
FcFreeTypeQuery.3 FcFreeTypeQueryFace.3
FcGetLangs.3 FcGetVersion.3 FcInit.3
FcInitBringUptoDate.3 FcInitLoadConfig.3
FcInitLoadConfigAndFonts.3
FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3
FcLangGetCharSet.3 FcLangSetAdd.3
FcLangSetCompare.3 FcLangSetContains.3
FcLangSetCopy.3 FcLangSetCreate.3
FcLangSetDestroy.3 FcLangSetEqual.3
FcLangSetGetLangs.3 FcLangSetHasLang.3
FcLangSetHash.3 FcMatrixCopy.3
FcMatrixEqual.3 FcMatrixInit.3
FcMatrixMultiply.3 FcMatrixRotate.3
FcMatrixScale.3 FcMatrixShear.3
FcNameConstant.3 FcNameGetConstant.3
FcNameGetObjectType.3 FcNameParse.3
FcNameRegisterConstants.3
FcNameRegisterObjectTypes.3 FcNameUnparse.3
FcNameUnregisterConstants.3
FcNameUnregisterObjectTypes.3
FcObjectSetAdd.3 FcObjectSetBuild.3
FcObjectSetCreate.3 FcObjectSetDestroy.3
FcPatternAdd-Type.3 FcPatternAdd.3
FcPatternAddWeak.3 FcPatternBuild.3
FcPatternCreate.3 FcPatternDel.3
FcPatternDestroy.3 FcPatternDuplicate.3
FcPatternEqual.3 FcPatternEqualSubset.3
FcPatternFilter.3 FcPatternFormat.3
FcPatternGet-Type.3 FcPatternGet.3
FcPatternHash.3 FcPatternPrint.3
FcPatternReference.3 FcPatternRemove.3
FcStrBasename.3 FcStrCmp.3
FcStrCmpIgnoreCase.3 FcStrCopy.3
FcStrCopyFilename.3 FcStrDirname.3
FcStrDowncase.3 FcStrFree.3
FcStrListCreate.3 FcStrListDone.3
FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3
FcStrSetAddFilename.3 FcStrSetCreate.3
FcStrSetDel.3 FcStrSetDestroy.3
FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3
FcStrStrIgnoreCase.3 FcToLower.3
FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3
FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3
FcValueEqual.3 FcValuePrint.3 FcValueSave.3
Makefile.am Makefile.in check-missing-doc
confdir.sgml.in edit-sgml.c fcatomic.fncs
fcblanks.fncs fccache.fncs fccharset.fncs
fcconfig.fncs fcconstant.fncs
fcdircache.fncs fcfile.fncs fcfontset.fncs
fcformat.fncs fcfreetype.fncs fcinit.fncs
fclangset.fncs fcmatrix.fncs
fcobjectset.fncs fcobjecttype.fncs
fcpattern.fncs fcstring.fncs fcstrset.fncs
fcvalue.fncs fontconfig-devel.pdf
fontconfig-devel.sgml fontconfig-devel.txt
fontconfig-user.html fontconfig-user.pdf
fontconfig-user.sgml fontconfig-user.txt
fonts-conf.5 func.sgml version.sgml.in
lib/fontconfig/doc/fontconfig-devel: fcatomiccreate.html
fcatomicdeletenew.html
fcatomicdestroy.html
fcatomiclock.html
fcatomicnewfile.html
fcatomicorigfile.html
fcatomicreplaceorig.html
fcatomicunlock.html
fcblanksadd.html
fcblankscreate.html
fcblanksdestroy.html
fcblanksismember.html
fccachecopyset.html
fccachedir.html
fccachenumfont.html
fccachenumsubdir.html
fccachesubdir.html
fccharsetaddchar.html
fccharsetcopy.html
fccharsetcount.html
fccharsetcoverage.html
fccharsetcreate.html
fccharsetdestroy.html
fccharsetequal.html
fccharsetfirstpage.html
fccharsethaschar.html
fccharsetintersect.html
fccharsetintersectcount.html
fccharsetissubset.html
fccharsetmerge.html
fccharsetnew.html
fccharsetnextpage.html
fccharsetsubtract.html
fccharsetsubtractcount.html
fccharsetunion.html
fcconfigappfontadddir.html
fcconfigappfontaddfile.html
fcconfigappfontclear.html
fcconfigbuildfonts.html
fcconfigcreate.html
fcconfigdestroy.html
fcconfigenablehome.html
fcconfigfilename.html
fcconfiggetblanks.html
fcconfiggetcache.html
fcconfiggetcachedirs.html
fcconfiggetconfigdirs.html
fcconfiggetconfigfiles.html
fcconfiggetcurrent.html
fcconfiggetfontdirs.html
fcconfiggetfonts.html
fcconfiggetrescaninterval.html
fcconfighome.html
fcconfigparseandload.html
fcconfigreference.html
fcconfigsetcurrent.html
fcconfigsetrescaninterval.html
fcconfigsubstitute.html
fcconfigsubstitutewithpat.html
fcconfiguptodate.html
fcdefaultsubstitute.html
fcdircacheload.html
fcdircacheloadfile.html
fcdircacheread.html
fcdircacheunlink.html
fcdircacheunload.html
fcdircachevalid.html
fcdirsave.html
fcdirscan.html
fcfileisdir.html
fcfilescan.html fcfini.html
fcfontlist.html
fcfontmatch.html
fcfontrenderprepare.html
fcfontsetadd.html
fcfontsetcreate.html
fcfontsetdestroy.html
fcfontsetlist.html
fcfontsetmatch.html
fcfontsetprint.html
fcfontsetsort.html
fcfontsetsortdestroy.html
fcfontsort.html
fcfreetypecharindex.html
fcfreetypecharset.html
fcfreetypecharsetandspacing.html
fcfreetypequery.html
fcfreetypequeryface.html
fcgetlangs.html
fcgetversion.html
fcinit.html
fcinitbringuptodate.html
fcinitloadconfig.html
fcinitloadconfigandfonts.html
fcinitreinitialize.html
fcislower.html
fcisupper.html
fclanggetcharset.html
fclangsetadd.html
fclangsetcompare.html
fclangsetcontains.html
fclangsetcopy.html
fclangsetcreate.html
fclangsetdestroy.html
fclangsetequal.html
fclangsetgetlangs.html
fclangsethash.html
fclangsethaslang.html
fcmatrixcopy.html
fcmatrixequal.html
fcmatrixinit.html
fcmatrixmultiply.html
fcmatrixrotate.html
fcmatrixscale.html
fcmatrixshear.html
fcnameconstant.html
fcnamegetconstant.html
fcnamegetobjecttype.html
fcnameparse.html
fcnameregisterconstants.html
fcnameregisterobjecttypes.html
fcnameunparse.html
fcnameunregisterconstants.html
fcnameunregisterobjecttypes.html
fcobjectsetadd.html
fcobjectsetbuild.html
fcobjectsetcreate.html
fcobjectsetdestroy.html
fcpatternadd-type.html
fcpatternadd.html
fcpatternaddweak.html
fcpatternbuild.html
fcpatterncreate.html
fcpatterndel.html
fcpatterndestroy.html
fcpatternduplicate.html
fcpatternequal.html
fcpatternequalsubset.html
fcpatternfilter.html
fcpatternformat.html
fcpatternget-type.html
fcpatternget.html
fcpatternhash.html
fcpatternprint.html
fcpatternreference.html
fcpatternremove.html
fcstrbasename.html
fcstrcmp.html
fcstrcmpignorecase.html
fcstrcopy.html
fcstrcopyfilename.html
fcstrdirname.html
fcstrdowncase.html
fcstrfree.html
fcstrlistcreate.html
fcstrlistdone.html
fcstrlistnext.html
fcstrplus.html
fcstrsetadd.html
fcstrsetaddfilename.html
fcstrsetcreate.html
fcstrsetdel.html
fcstrsetdestroy.html
fcstrsetequal.html
fcstrsetmember.html
fcstrstr.html
fcstrstrignorecase.html
fctolower.html
fcucs4toutf8.html
fcutf16len.html
fcutf16toucs4.html
fcutf8len.html
fcutf8toucs4.html
fcvaluedestroy.html
fcvalueequal.html
fcvalueprint.html
fcvaluesave.html ln12.html
t1.html x102.html x19.html
x31.html
lib/fontconfig/fc-arch: Makefile.am Makefile.in fc-arch.c
fcarch.tmpl.h
lib/fontconfig/fc-cache: Makefile.am Makefile.in fc-cache.1
fc-cache.c fc-cache.sgml
lib/fontconfig/fc-case: CaseFolding.txt Makefile.am Makefile.in
fc-case.c fccase.tmpl.h
lib/fontconfig/fc-cat: Makefile.am Makefile.in fc-cat.1 fc-cat.c
fc-cat.sgml
lib/fontconfig/fc-glyphname: Makefile.am Makefile.in
fc-glyphname.c fcglyphname.tmpl.h
zapfdingbats.txt
lib/fontconfig/fc-lang: Makefile.am Makefile.in aa.orth ab.orth
af.orth ak.orth am.orth an.orth ar.orth
as.orth ast.orth av.orth ay.orth
az_az.orth az_ir.orth ba.orth be.orth
ber_dz.orth ber_ma.orth bg.orth bh.orth
bho.orth bi.orth bin.orth bm.orth
bn.orth bo.orth br.orth bs.orth bua.orth
byn.orth ca.orth ce.orth ch.orth
chm.orth chr.orth co.orth crh.orth
cs.orth csb.orth cu.orth cv.orth cy.orth
da.orth de.orth dv.orth dz.orth ee.orth
el.orth en.orth eo.orth es.orth et.orth
eu.orth fa.orth fat.orth fc-lang.c
fclang.tmpl.h ff.orth fi.orth fil.orth
fj.orth fo.orth fr.orth fur.orth fy.orth
ga.orth gd.orth gez.orth gl.orth gn.orth
gu.orth gv.orth ha.orth haw.orth he.orth
hi.orth hne.orth ho.orth hr.orth
hsb.orth ht.orth hu.orth hy.orth hz.orth
ia.orth id.orth ie.orth ig.orth ii.orth
ik.orth io.orth is.orth it.orth iu.orth
ja.orth jv.orth ka.orth kaa.orth
kab.orth ki.orth kj.orth kk.orth kl.orth
km.orth kn.orth ko.orth kok.orth kr.orth
ks.orth ku_am.orth ku_iq.orth ku_ir.orth
ku_tr.orth kum.orth kv.orth kw.orth
kwm.orth ky.orth la.orth lah.orth
lb.orth lez.orth lg.orth li.orth ln.orth
lo.orth lt.orth lv.orth mai.orth mg.orth
mh.orth mi.orth mk.orth ml.orth
mn_cn.orth mn_mn.orth mo.orth mr.orth
ms.orth mt.orth my.orth na.orth nb.orth
nds.orth ne.orth ng.orth nl.orth nn.orth
no.orth nr.orth nso.orth nv.orth ny.orth
oc.orth om.orth or.orth os.orth ota.orth
pa.orth pa_pk.orth pap_an.orth
pap_aw.orth pl.orth ps_af.orth
ps_pk.orth pt.orth qu.orth rm.orth
rn.orth ro.orth ru.orth rw.orth sa.orth
sah.orth sc.orth sco.orth sd.orth
se.orth sel.orth sg.orth sh.orth
shs.orth si.orth sid.orth sk.orth
sl.orth sm.orth sma.orth smj.orth
smn.orth sms.orth sn.orth so.orth
sq.orth sr.orth ss.orth st.orth su.orth
sv.orth sw.orth syr.orth ta.orth te.orth
tg.orth th.orth ti_er.orth ti_et.orth
tig.orth tk.orth tl.orth tn.orth to.orth
tr.orth ts.orth tt.orth tw.orth ty.orth
tyv.orth ug.orth uk.orth ur.orth uz.orth
ve.orth vi.orth vo.orth vot.orth wa.orth
wal.orth wen.orth wo.orth xh.orth
yap.orth yi.orth yo.orth za.orth
zh_cn.orth zh_hk.orth zh_mo.orth
zh_sg.orth zh_tw.orth zu.orth
lib/fontconfig/fc-list: Makefile.am Makefile.in fc-list.1
fc-list.c fc-list.sgml
lib/fontconfig/fc-match: Makefile.am Makefile.in fc-match.1
fc-match.c fc-match.sgml
lib/fontconfig/fc-query: Makefile.am Makefile.in fc-query.1
fc-query.c fc-query.sgml
lib/fontconfig/fc-scan: Makefile.am Makefile.in fc-scan.1
fc-scan.c fc-scan.sgml
lib/fontconfig/fontconfig: Makefile.am Makefile.in fcfreetype.h
fcprivate.h fontconfig.h
lib/fontconfig/src: Makefile.am Makefile.in fcatomic.c
fcblanks.c fccache.c fccfg.c fccharset.c
fcdbg.c fcdefault.c fcdeprecate.h fcdir.c
fcformat.c fcfreetype.c fcfs.c fcftint.h
fcinit.c fcint.h fclang.c fclist.c fcmatch.c
fcmatrix.c fcname.c fcpat.c fcserialize.c
fcstr.c fcxml.c ftglue.c ftglue.h makealias
lib/fontconfig/test: 4x6.pcf 8x16.pcf Makefile.am Makefile.in
fonts.conf.in out.expected run-test.sh
Log message:
Update to fontconfig 2.10.91 + a few local fixes.
Move to a new BSD make based build system since fontconfig's build
system has become too dependant on GNU make.
Requested by ajacoutot@, tested by many back in january.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/09 07:43:06
Modified files:
usr.sbin/relayd: relay.c relay_http.c relayd.h
Log message:
Enable TCP socket splicing for HTTP persistent connection and chunked
transfer encoding. This speeds up relayd for more protocol modes
by zero-copy TCP forwarding.
OK reyk@ benno@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:45:39
Modified files:
app/xterm : INSTALL Imakefile MANIFEST Makefile button.c
charproc.c configure.in ctlseqs.ms ctlseqs.txt
fontutils.c input.c koi8rxterm.man linedata.c
main.c menu.c minstall.in misc.c precompose.c
print.c ptydata.c ptyx.h resize.c resize.man
screen.c scrollbar.c trace.c trace.h util.c
uxterm.man version.h wcwidth.c xstrings.c
xstrings.h xterm.h xterm.log.html xterm.man
xterm_io.h xtermcfg.hin
app/xterm/package: xterm.spec
app/xterm/package/debian: changelog rules
app/xterm/package/freebsd: Makefile
app/xterm/resize: Makefile
Added files:
app/xterm : version.c
Removed files:
app/xterm : os2main.c proto.h
Log message:
Update to xterm 291. Tested by many.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:50:14
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:55:05
xenocara/app/bdftopcf/man
Update of /cvs/xenocara/app/bdftopcf/man
In directory cvs.openbsd.org:/tmp/cvs-serv19293/man
Log Message:
Directory /cvs/xenocara/app/bdftopcf/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:57:25
Modified files:
app/bdftopcf : ChangeLog Makefile.am Makefile.in aclocal.m4
bdftopcf.c config.guess config.h.in config.sub
configure configure.ac depcomp install-sh
missing
Added files:
app/bdftopcf/man: Makefile.am Makefile.in bdftopcf.man
Removed files:
app/bdftopcf : bdftopcf.man
Log message:
Update to bdftopcf 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:58:48
xenocara/app/beforelight/man
Update of /cvs/xenocara/app/beforelight/man
In directory cvs.openbsd.org:/tmp/cvs-serv13374/man
Log Message:
Directory /cvs/xenocara/app/beforelight/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:59:44
Modified files:
app/beforelight: ChangeLog Makefile.am Makefile.in README
aclocal.m4 b4light.c config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
Added files:
app/beforelight/man: Makefile.am Makefile.in beforelight.man
Removed files:
app/beforelight: beforelight.man
Log message:
Update to beforelight 1.0.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:00:40
xenocara/app/ico/man
Update of /cvs/xenocara/app/ico/man
In directory cvs.openbsd.org:/tmp/cvs-serv30569/man
Log Message:
Directory /cvs/xenocara/app/ico/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:01:35
Modified files:
app/ico : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp ico.c install-sh missing
Added files:
app/ico/man : Makefile.am Makefile.in ico.man
Log message:
Update to ico 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:03:48
xenocara/app/xcalc/man
Update of /cvs/xenocara/app/xcalc/man
In directory cvs.openbsd.org:/tmp/cvs-serv5987/man
Log Message:
Directory /cvs/xenocara/app/xcalc/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:04:54
Modified files:
app/xcalc : ChangeLog Makefile.am Makefile.in aclocal.m4
actions.c config.guess config.h.in config.sub
configure configure.ac depcomp install-sh
math.c missing xcalc.c
app/xcalc/app-defaults: XCalc
Added files:
app/xcalc/man : Makefile.am Makefile.in xcalc.man
Removed files:
app/xcalc : autogen.sh xcalc.man
Log message:
Upate to xcalc 1.0.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:05:57
xenocara/app/xfsinfo/man
Update of /cvs/xenocara/app/xfsinfo/man
In directory cvs.openbsd.org:/tmp/cvs-serv16921/man
Log Message:
Directory /cvs/xenocara/app/xfsinfo/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:07:58
Modified files:
app/xfsinfo : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
mkinstalldirs xfsinfo.c
Added files:
app/xfsinfo/man: Makefile.am Makefile.in xfsinfo.man
Removed files:
app/xfsinfo : xfsinfo.man
Log message:
Update to xfsinfo 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:11:28
xenocara/app/xkbutils/man
Update of /cvs/xenocara/app/xkbutils/man
In directory cvs.openbsd.org:/tmp/cvs-serv25779/man
Log Message:
Directory /cvs/xenocara/app/xkbutils/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:13:30
Modified files:
app/xkbutils : ChangeLog LED.c LED.h LEDP.h Makefile.am
Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing utils.c utils.h xkbbell.c
xkbvleds.c xkbwatch.c
Added files:
app/xkbutils : compile
app/xkbutils/man: Makefile.am Makefile.in xkbbell.man
xkbvleds.man xkbwatch.man
Removed files:
app/xkbutils : xkbbell.man xkbvleds.man xkbwatch.man
Log message:
Update to xkbutils 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:15:22
xenocara/app/xsetroot/man
Update of /cvs/xenocara/app/xsetroot/man
In directory cvs.openbsd.org:/tmp/cvs-serv31480/man
Log Message:
Directory /cvs/xenocara/app/xsetroot/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:16:15
Modified files:
app/xsetroot : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xsetroot.c
Added files:
app/xsetroot/man: Makefile.am Makefile.in xsetroot.man
Removed files:
app/xsetroot : xsetroot.man
Log message:
Update to xsetroot 1.1.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:18:53
Modified files:
devel/p5-Test-Pod: Makefile distinfo
Log message:
update to Test::Pod 1.46, from dhill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:20:01
Modified files:
devel/p5-Test-Taint: Makefile distinfo
Log message:
update to Test::Taint 1.06, from dhill
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:20:20
xenocara/app/xstdcmap/man
Update of /cvs/xenocara/app/xstdcmap/man
In directory cvs.openbsd.org:/tmp/cvs-serv7252/man
Log Message:
Directory /cvs/xenocara/app/xstdcmap/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:20:56
Modified files:
app/xstdcmap : COPYING ChangeLog INSTALL Makefile.am
Makefile.in README aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing mkinstalldirs
xstdcmap.c
Added files:
app/xstdcmap/man: Makefile.am Makefile.in xstdcmap.man
Removed files:
app/xstdcmap : xstdcmap.man
Log message:
Update to xstdcmap 1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:23:24
Modified files:
textproc/p5-Text-CSV_XS: Makefile distinfo
Log message:
update to Text::CSV_XS 0.95, from dhill (maintainer)
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:24:02
xenocara/app/xvidtune/man
Update of /cvs/xenocara/app/xvidtune/man
In directory cvs.openbsd.org:/tmp/cvs-serv29796/man
Log Message:
Directory /cvs/xenocara/app/xvidtune/man added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 08:24:15
Modified files:
net/py-snmp : Makefile distinfo
net/py-snmp/pkg: PLIST
Log message:
- update py-snmp to 4.2.4
- update PLIST and PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:24:25
Modified files:
devel/p5-Test-Fatal: Makefile distinfo
Log message:
update to Test::Fatal 0.10, from dhill
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:24:46
Modified files:
app/xvidtune : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
mkinstalldirs xvidtune.c
Added files:
app/xvidtune/man: Makefile.am Makefile.in xvidtune.man
Removed files:
app/xvidtune : xvidtune.man
Log message:
Update to xvidtune 1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 08:25:28
Modified files:
devel/harfbuzz : Makefile distinfo
devel/harfbuzz/pkg: PLIST
Added files:
devel/harfbuzz/patches: patch-src_check-symbols_sh
Removed files:
devel/harfbuzz/patches: patch-src_check-exported-symbols_sh
patch-src_check-internal-symbols_sh
devel/harfbuzz/pkg: PFRAG.shared
Log message:
Update to harfbuzz-0.9.13.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:25:30
Modified files:
mail/p5-Email-Address: Makefile distinfo
Log message:
update to Email::Address 1.898, from dhill, maintainer timeout
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:27:04
xenocara/app/xvinfo/man
Update of /cvs/xenocara/app/xvinfo/man
In directory cvs.openbsd.org:/tmp/cvs-serv16741/man
Log Message:
Directory /cvs/xenocara/app/xvinfo/man added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 08:27:47
Modified files:
devel/pango : Makefile distinfo
Log message:
Update to pango-1.32.6.
-> requires fontconfig>=8
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:28:07
Modified files:
app/xvinfo : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xvinfo.c
Added files:
app/xvinfo/man : Makefile.am Makefile.in xvinfo.man
Removed files:
app/xvinfo : xvinfo.man
Log message:
Update to xvinfo 1.1.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:29:38
Modified files:
net/p5-Net-CIDR: Makefile distinfo
Log message:
update to Net::CIDR 0.17, from dhill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:30:50
Modified files:
www/p5-HTML-Scrubber: Makefile distinfo
Log message:
update to HTML::Scrubber 0.09, from dhill, ok maintainer
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 08:35:43
Modified files:
graphics/jhead : Makefile
Log message:
- take maintainership
- update PERMIT_*
- bump REVISION
ok okan@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 09:02:24
Log message:
Import NetPGP.
NetPGP is a standards-compliant library and suite of utilities
providing digital signature and verification functionality, as well
as data encryption and decryption, using RSA and DSA/Elgamal keys.
Several double frees found by bentley@, already committed upstream.
ok benoit@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130903
N ports/security/netpgp/Makefile
N ports/security/netpgp/distinfo
N ports/security/netpgp/patches/patch-src_lib_crypto_c
N ports/security/netpgp/patches/patch-src_lib_misc_c
N ports/security/netpgp/patches/patch-src_lib_netpgp_c
N ports/security/netpgp/patches/patch-src_lib_ssh2pgp_c
N ports/security/netpgp/pkg/DESCR
N ports/security/netpgp/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 09:03:02
Modified files:
security : Makefile
Log message:
+netpgp
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/09 09:11:27
Modified files:
. : events.html
Log message:
add information for AsiaBSDCon 2013 and BSDCan 2013
reminded by theo
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:21:50
xenocara/app/xsm/man
Update of /cvs/xenocara/app/xsm/man
In directory cvs.openbsd.org:/tmp/cvs-serv2177/man
Log Message:
Directory /cvs/xenocara/app/xsm/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:22:38
Modified files:
app/xsm : ChangeLog Makefile.am Makefile.in aclocal.m4
auth.c choose.c config.guess config.h.in
config.sub configure configure.ac depcomp
info.c install-sh lock.c misc.c missing popup.c
popup.h printhex.c remote.c restart.c save.c
saveutil.c saveutil.h signals.c xsm.c xsm.h
Added files:
app/xsm/man : Makefile.am Makefile.in xsm.man
Removed files:
app/xsm : xsm.man
Log message:
Upate to xsm 1.0.3
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:34:37
Modified files:
lib/libXrandr : AUTHORS COPYING ChangeLog Makefile.am
Makefile.bsd-wrapper Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh ltmain.sh
missing
lib/libXrandr/include/X11/extensions: Xrandr.h
lib/libXrandr/man: Makefile.in
lib/libXrandr/src: Makefile.am Makefile.in Xrandr.c Xrandrint.h
XrrConfig.c XrrCrtc.c XrrMode.c XrrOutput.c
XrrProperty.c XrrScreen.c
Added files:
lib/libXrandr/src: XrrProvider.c XrrProviderProperty.c
Log message:
Update to libXrandr 1.4.0
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:35:16
Modified files:
app/xrandr : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh keystone.5c missing xrandr.c
app/xrandr/man : Makefile.in xrandr.man
Log message:
Update to xrandr 1.4.0
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:39:02
Removed files:
app/ico : ico.man
Log message:
Remove moved file
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:42:37
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 09:48:55
Modified files:
sys/arch/alpha/conf: files.alpha
Log message:
remove unneccessary needs-flag
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 09:51:30
Modified files:
sys/net : pfkeyv2.c pfkeyv2_convert.c
Log message:
re-arrange the pre-accounting of the objects in the buffer so it
is clearer; ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/09 10:09:57
Modified files:
base/xenocara/lib/fontconfig: Makefile
Log message:
new dep (see matthieu@'s commit)
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/09 10:17:12
Modified files:
sys/dev/ic : re.c
Log message:
Calculating the IP header checksum on Realtek 8168 is broken if the
packet has IP options. Disable IP checksum offloading for the
affected revisions.
From FreeBSD; OK sthen@ brad@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 10:25:25
Modified files:
distrib/alpha : Makefile
distrib/alpha/floppyC: Makefile
etc/etc.alpha : Makefile.inc
sys/arch/alpha/compile: .cvsignore
Added files:
sys/arch/alpha/conf: RAMDISKC
Log message:
RAMDISKC wil be needed for alphabook1
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 10:40:57
Modified files:
libexec/identd : identd.8 identd.c
Log message:
Code has not fallen back to "nobody" in a very long time;
jca at wxcvbn.org
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 10:43:51
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey-i18n: Makefile.inc distinfo
Log message:
Security update to seamonkey 2.16.1, chasing firefox 19.0.2.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/09 10:57:00
Modified files:
sys/dev/ic : gem.c gemvar.h
Log message:
Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks
gem(4) on some PowerMac G5.
tested by kirby@, ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/09 12:27:48
Modified files:
usr.bin : Makefile
usr.bin/cu : cu.1
Log message:
Add new cu to the build and disable tip. Also bump "first appeared in"
to .Ox 5.4 in cu.1.
New cu is a libevent-based implementation of the useful features of the
old tip/cu, plus a few new things like basic xmodem support.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 12:59:04
Modified files:
devel/proj : Makefile distinfo
devel/proj/pkg : PLIST
Removed files:
devel/proj/pkg : PFRAG.shared
Log message:
Update to proj 4.8.0, based on a diff from Amit Kulkarni.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 13:18:47
Modified files:
geo/geos : Makefile distinfo
geo/geos/pkg : PLIST
Removed files:
geo/geos/pkg : PFRAG.shared
Log message:
Update to geos 3.3.8, based on a diff from Amit Kulkarni
Rest MAINTAINER after discussing it with him
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/09 13:48:13
Modified files:
gnu/usr.bin/binutils-2.17: configure configure.in
Log message:
Do not recurse into gprof/ and etc/ on OpenBSD. The former is provided
elsewhere, and the latter only installs useless documentation about how
configure scripts waste your time and resources, and the awfully ugly GNU
coding standards which waste whitespace.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/09 13:49:38
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Bring back got and plt padding sections and special symbols from our changes
to binutils 2.15. Do not preserve brain cells. Do not collect $20,000.
Do not pass go. Do not keep your sanity.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/09 14:05:29
Modified files:
lib/libc/sys : write.2
Log message:
Describe interaction between write and O_APPEND.
Pointed out by Sachidananda on tech
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/09 14:08:37
Modified files:
usr.bin/gzsig : gzsig.1 sign.c verify.c
Log message:
Mention -v in manpage and usage.
With input from jmc.
ok jmc
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/03/09 14:55:56
Modified files:
app/cwm : search.c
Log message:
replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/09 14:59:02
Modified files:
devel/ruby-ffi/pkg: PLIST
Log message:
update-plist replaced lines in PLIST with variable when it shouldn't.
Ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/09 15:36:25
Modified files:
usr.bin/gzsig : gzsig.1
Log message:
flesh out previous a wee bit more;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/09 15:36:44
Modified files:
usr.bin/gzsig : sign.c verify.c
Log message:
Usage -> usage;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 15:55:25
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
- update pngcrush to 1.7.52
- update PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 16:09:20
Added files:
devel/geotiff/patches: patch-configure patch-geotiff_proj4_c
Log message:
Unbreak after proj update by backporting upstream r1907.
Rule of thumb: never assume a diff sent by Amit Kulkarni has been properly
tested.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 18:35:33
Modified files:
games/pokerth/patches: patch-src_net_common_ircthread_cpp
Log message:
Adjust to fix the build with in tree libircclient.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/10 00:02:54
Modified files:
share/man/man4 : run.4
Log message:
a small cheap adapter, keebox w150nu
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:11:05
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
print/foo2zjs/pkg: PLIST
Log message:
Update to foo2zjs-20130306.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:17:53
Modified files:
print/cups-filters: Makefile distinfo
print/cups-filters/pkg: PLIST
Added files:
print/cups-filters/patches: patch-utils_cups-browsed_c
Removed files:
print/cups-filters/patches:
patch-filter_pdftoopvp_OPVPOutputDev_cxx
patch-filter_pdftoopvp_oprs_OPRS_cxx
Log message:
Update to cups-filters-1.0.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:36:58
Modified files:
print/foo2zjs : Makefile
Log message:
Remove bogus pre-configure line.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:39:42
Modified files:
net/p5-Net-Twitter: Makefile distinfo
net/p5-Net-Twitter/pkg: PLIST
Log message:
Update to p5-Net-Twitter-4.00003.
maintainer timeout
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 01:49:47
Modified files:
devel/proj : Makefile
Log message:
Bump the major, two headers have been removed in previous....
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 01:50:42
Modified files:
. : Makefile.cross
share/mk : bsd.own.mk
Log message:
Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper
values in Makefile.cross to make sure binutils are built with the proper
PIE_DEFAULT value for the target.
ok millert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/10 03:05:12
Modified files:
sys/dev : softraid.c softraidvar.h
Log message:
Rename sc_dis to sc_targets, since it is an array of targets that also
happen to be softraid disciplines.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:05:48
Log message:
Import graphite2-1.2.1.
Graphite is a package that can be used to create "smart fonts" capable
of displaying writing systems with various complex behaviors. A smart
font contains not only letter shapes but also additional instructions
indicating how to combine and position the letters in complex ways.
<...>
ok landry@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130310
N ports/graphics/graphite2/distinfo
N ports/graphics/graphite2/Makefile
N ports/graphics/graphite2/pkg/PLIST
N ports/graphics/graphite2/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:06:19
Modified files:
graphics : Makefile
Log message:
+graphite2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:06:46
Modified files:
devel/harfbuzz : Makefile
devel/harfbuzz/pkg: PLIST
Log message:
Add graphite2 support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:07:12
Modified files:
devel/pango : Makefile
Log message:
Fix depends after recent graphite2 import.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 03:42:32
Added files:
converters/wv2/patches: patch-cmake_FindLIBGSF_cmake
Log message:
fix after libgsf update, just trust pkg-config and don't play games
with the output wrt include dirs
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 03:51:22
Added files:
geo/qlandkarte/patches: patch-src_CGarminRoute_h
patch-src_CProjEckII_cpp
patch-src_CProjMercDynamic_cpp
patch-src_CProjMerc_cpp
patch-src_CProjUTM_cpp
patch-src_GeoMath_h
patch-src_IProjection_h
Log message:
Unbreak after proj update, by manually porting it to proj_api.h.
This project is dead upstream anyway, and people should switch to QLandKarteGT.
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/10 04:34:33
Modified files:
usr.bin/gzsig : sign.c util.c util.h
Log message:
Prevent race condition by using already opened file descriptors.
Properly presume owner/mode of gzip file.
with input by and ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/10 04:36:57
Modified files:
usr.bin/gzsig : sign.c util.c util.h verify.c
Log message:
Prevent endless loop on input error.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:56:50
Modified files:
emulators/sdlmame: Makefile distinfo
emulators/sdlmame/patches: patch-src_emu_machine_netlist_h
patch-src_osd_sdl_sdl_mak
Log message:
update to sdlmame 0.148u1.
bcallah@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:57:51
Modified files:
www/py-flask : Makefile
www/py-flask/pkg: PLIST
Log message:
build and install the html doc. bump.
benoit@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:59:42
Modified files:
www/py-werkzeug: Makefile
www/py-werkzeug/pkg: PLIST
Log message:
don't install the source files from docs. bump.
benoit@ ok.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/10 05:26:34
Modified files:
sys/arch/macppc/dev: adb.c
Log message:
Do not try to scan the ADB bus for devices if the device-tree does not
contain an adb node. This workaround is required by some PowerBooks
without ADB bus to prevent their PMU from shutting down the machine.
Tweaked from a submission by Daniel Dickman.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 05:33:23
Modified files:
audio/mscore/patches: patch-mscore_CMakeLists_txt
Added files:
audio/mscore/patches: patch-mscore_al_dsp_cpp
Log message:
fix build on i386.
regen patch, fuzz in line numbers is never good
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 06:17:34
Modified files:
devel/goffice : Makefile distinfo
devel/goffice/pkg: PLIST
Added files:
devel/goffice/patches: patch-goffice_math_go-cspline_h
Log message:
Update to goffice-0.10.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 06:17:58
Modified files:
math/gnumeric : Makefile distinfo
math/gnumeric/patches: patch-src_gnm-so-path_c
math/gnumeric/pkg: PLIST
Log message:
Update to gnumeric-1.12.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 06:32:54
Modified files:
net/erl-ibrowse: Makefile
Log message:
add missing build/run dependencies; spotted by landry@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 06:45:09
Modified files:
security/ophcrack: Makefile distinfo
Log message:
- update ophcrack to 3.4.1
- update WANTLIB, MODULES and PERMIT_*
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/10 07:15:49
Modified files:
sys/net : if_loop.c
Log message:
Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.
No binary change.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/10 07:40:28
Modified files:
sys/dev/wscons : wsdisplay.c
Log message:
Make it possible to call wsdisplay_cnattach() to override an already attached
wsdisplay console later in the boot process. Needed for upcoming KMS changes
where on i386/amd64 we will switch from vga text mode to a framebuffer console
when the KMS drm driver attaches.
ok miod@, mpi@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 07:59:40
Added files:
x11/kde/office3/patches:
patch-filters_kword_msword_graphicshandler_cpp
Log message:
fix after antoine's gsf update
(you really don't want to look at the fix)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 09:02:07
Modified files:
devel/p5-FreezeThaw: Makefile distinfo
Log message:
- update p5-FreezeThaw to 0.5001
- remove USE_GROFF
- update PERMIT_*
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 09:25:37
Modified files:
x11/xfce4/xfdesktop: Makefile distinfo
Log message:
Bugfix update to xfdesktop 4.10.2.
Fixes https://bugzilla.xfce.org/show_bug.cgi?id=9892 (regression
introduced in 4.10.1)
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/03/10 09:27:06
Modified files:
devel/p5-Devel-NYTProf: Makefile distinfo
Log message:
update p5-Devel-NYTProf to 4.25
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 09:32:35
Modified files:
textproc/highlight: Makefile distinfo
textproc/highlight/patches: patch-src_makefile
textproc/highlight/pkg: PLIST
Log message:
- update highlight to 3.13
- update PERMIT_*
- update PLIST
- update patches
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 11:40:52
Modified files:
net/erl-mini_s3: Makefile
devel/erl-meck : Makefile
devel/erl-depsolver: Makefile
Log message:
sprinkle some rebar dependencies; spotted by rpe@/nigel@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/10 11:55:54
Modified files:
usr.bin : Makefile
usr.bin/tip : Makefile
Log message:
Put tip back but without the hardlink to cu for now, ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 12:17:42
Modified files:
databases/erl-Emysql: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-pooler: Makefile
Log message:
- drop PERMIT_DISTFILES_CDROM
- fix license marker
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/10 12:25:34
Modified files:
devel/erl-fast_log: Makefile
Log message:
- fix COMMENT
- bump REVISION
- add devel/rebar as BUILD_DEPENDS
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 12:51:26
Removed files:
devel/erl-mixer:
Log message:
remove a CTRL-v with an identity crisis that snuck in...
spotted by rpe@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/10 13:07:40
Modified files:
sys/arch/alpha/conf: RAMDISKC
Log message:
this ramdisk is just for one machine
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:16:16
Added files:
lang/erlang : erlang.port.mk
Log message:
add a module primarily for erlang modules
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:18:28
Modified files:
databases/erl-Emysql: Makefile
databases/erl-Emysql/pkg: PLIST
Log message:
switch to erlang.port.mk and sync PLIST as the module uses VERSION instead of V.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:20:06
Modified files:
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
www/erl-mochiweb: Makefile
www/erl-webmachine: Makefile
Log message:
switch to the erlang module, so more stuff may be factored into the module, but
it's a good start.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:35:03
Modified files:
lang/erlang : erlang.port.mk
Log message:
if no CONFIGURE_STYLE was set, then assume "rebar"
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:35:27
Modified files:
databases/erl-Emysql: Makefile
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
www/erl-mochiweb: Makefile
Log message:
- remove now unneeded CONFIGURE_STYLE
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:45:14
Modified files:
databases/erl-couchbeam: Makefile
Log message:
simplify deps
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 13:45:55
Modified files:
devel/p5-MLDBM : Makefile distinfo
Log message:
- update p5-MLDBM to 2.05
- update PERMIT_* and RUN_DEPENDS
from David Hill, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:52:56
Modified files:
lang/erlang : erlang.port.mk
Log message:
must use $$ for the per-build target to work.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:57:39
Modified files:
devel/erl-ejson/patches: patch-rebar_config
Removed files:
databases/erl-couchbeam/patches: patch-rebar_config
databases/erl-sqerl/patches: patch-rebar_config
devel/erl-automeck/patches: patch-rebar_config
devel/erl-folsom/patches: patch-rebar_config
net/erl-amqp_client/patches: patch-rebar_config
net/erl-gen_bunny/patches: patch-rebar_config
net/erl-mini_s3/patches: patch-rebar_config
net/erl-rabbit_common/patches: patch-rebar_config
sysutils/erl-stats_hero/patches: patch-rebar_config
www/erl-webmachine/patches: patch-rebar_config
Log message:
- drop now unneeded patches which patched away the {deps} blocks of rebar.config.
rebar wants to download missing dependencies on the fly, but that won't work out
too good in the ports tree, so erlang.port.mk now removes those dependency declaration
sections.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:01:43
Modified files:
share/man/man5 : port-modules.5
Log message:
add placeholder for lang/erlang
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:11:41
Modified files:
devel/erl-bear : Makefile
devel/erl-eper : Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
net/erl-amqp_client: Makefile
net/erl-rabbit_common: Makefile
Log message:
- use REBAR_BIN where applicable
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:26:05
Modified files:
sysutils/p5-Puppet-Tidy: Makefile distinfo
Log message:
- update to Puppet-Tidy-0.3
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 15:06:23
Modified files:
gnu/usr.bin : Makefile
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
gnu/usr.bin/binutils: Makefile.bsd-wrapper
Log message:
Let platforms configured to use binutils 2.17 still recurse into the binutils
2.15 directory, but only to build gdb.
ok deraadt@ espie@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 15:07:24
Modified files:
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
Log message:
Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:
eplace a comment asking for a particular order to build stuff in
by actual make rules to enforce that order.
While here, correct the MANDIR which must no more contain "cat".
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/10 15:28:26
Modified files:
usr.sbin/ftp-proxy: ftp-proxy.c
Log message:
reserve a filedescriptor on accept() for subsequent connect() call, as
done in relayd.
ok sthen, deraadt
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/10 15:51:49
Modified files:
usr.bin/sudo : sudo.c
Log message:
Remove obsolete code that used to change the mode of sudoers from
the old (pre-1.6) default.
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:54:46
Modified files:
sys/dev/pci : virtio.c if_vio.c
Log message:
if_vio: Add some more debug output if VIRTIO_DEBUG is defined
Add GuestCSum feature string
virtio: Make some printfs depend on VIRTIO_DEBUG
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:56:11
Modified files:
sys/dev/pci : virtiovar.h virtio_pci.c
Log message:
Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci
and is really a transport-specific thing.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/10 15:57:04
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
bump the copyright, and accept "2012" for netbsd; with the exception of
one change (coming next), syncs mdoclint to netbsd -r1.17;
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:58:02
Modified files:
sys/dev/pci : virtiovar.h virtio_pci.c virtio.c
Log message:
Rename write_queue_address -> setup_queue
For transports supporting several interrupts, this function needs to
setup per-queue interrupts in addition of setting the queue address.
No logic change.
OK jasper@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/10 16:23:34
Modified files:
. : events.html
Log message:
typo
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:27:15
Modified files:
infrastructure/mk: bsd.port.mk pkgpath.mk
Log message:
rename REGRESS -> TEST
shorter, less ambiguous (as discussed with some porters)
there will be a sweep to fix all regress.
keep "make regress" as an alias for "make test".
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/10 16:27:41
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document REGRESS -> TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:28:05
Modified files:
archivers/arc : Makefile
archivers/bzip : Makefile
archivers/bzip2: Makefile
archivers/cabextract: Makefile
archivers/deco : Makefile
archivers/fastjar: Makefile
archivers/freeze: Makefile
archivers/gcpio: Makefile
archivers/gshar+gunshar: Makefile
archivers/gtar : Makefile
archivers/ha : Makefile
archivers/hs-zlib: Makefile
archivers/hs-zlib-bindings: Makefile
archivers/hs-zlib-enum: Makefile
archivers/lha : Makefile
archivers/libarchive: Makefile
archivers/libmspack: Makefile
archivers/libshrink: Makefile
archivers/libtar: Makefile
archivers/libzip: Makefile
archivers/luazlib: Makefile
archivers/lxsplit: Makefile
archivers/lzo : Makefile
archivers/lzo2 : Makefile
archivers/lzop : Makefile
archivers/macutil: Makefile
archivers/makeself: Makefile
archivers/nulib: Makefile
archivers/p5-Archive-Zip: Makefile
archivers/p5-Compress-Bzip2: Makefile
archivers/p5-Compress-LZO: Makefile
archivers/p5-POE-Filter-Zlib: Makefile
archivers/p5-PerlIO-gzip: Makefile
archivers/p7zip: Makefile
archivers/par1cmdline: Makefile
archivers/par2cmdline: Makefile
archivers/pecl-lzf: Makefile
archivers/pecl-rar: Makefile
archivers/py-lzo: Makefile
archivers/ripole: Makefile
archivers/ruby-archive-tar-minitar: Makefile
archivers/rzip : Makefile
archivers/star : Makefile
archivers/ucl : Makefile
archivers/unace: Makefile
archivers/unarj: Makefile
archivers/unrar: Makefile
archivers/unshield: Makefile
archivers/unzip: Makefile
archivers/xz : Makefile
archivers/zip : Makefile
archivers/zipios: Makefile
archivers/zoo : Makefile
archivers/zziplib: Makefile
astro/celestia : Makefile
astro/dgpsip : Makefile
astro/gcal : Makefile
astro/jday : Makefile
astro/libnova : Makefile
astro/luna : Makefile
astro/phoon : Makefile
astro/py-metar : 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:
regress -> test
PERMIT_* cleanup
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:55:06
Modified files:
audio/abcde : Makefile
audio/ac3dec : Makefile
audio/akode : Makefile
audio/alac_decoder: Makefile
audio/amarok : Makefile
audio/aqualung : Makefile
audio/ardour : Makefile
audio/ascd : Makefile
audio/aubio : Makefile
audio/aucatctl : Makefile
audio/audacious: Makefile
audio/audacious-plugins: Makefile
audio/audacity : Makefile
audio/aumix : Makefile
audio/bladeenc : Makefile
audio/bmp : Makefile
audio/bonk : Makefile
audio/calf : Makefile
audio/caps-plugins: Makefile
audio/cd-discid: Makefile
audio/cdparanoia: Makefile
audio/celt : Makefile
audio/celt051 : Makefile
audio/chromaprint: Makefile
audio/clementine: Makefile
audio/cmixer : Makefile
audio/cmt : Makefile
audio/cmu-sphinx3: Makefile
audio/cmu-sphinxbase: Makefile
audio/cmus : Makefile
audio/cplay : Makefile
audio/cuetools : Makefile
audio/daapd : Makefile
audio/deadbeef : 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/core: Makefile
audio/festival/festlex: Makefile.inc
audio/festival/festlex/festlex_OALD: Makefile
audio/festival/festvox: Makefile.inc
audio/festival/festvox/festvox_don: Makefile
audio/festival/festvox/festvox_ellpc11k: Makefile
audio/festival/festvox/festvox_rablpc16k: Makefile
audio/festival/ogi: Makefile.inc
audio/flac : Makefile
audio/flite : Makefile
audio/fluidsynth: Makefile
audio/fookebox : 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/gsm : Makefile
audio/gtkpod : Makefile
audio/herrie : Makefile
audio/hgd : Makefile
audio/hs-libmpd: Makefile
audio/hydrogen : Makefile
audio/id3ed : Makefile
audio/id3lib : Makefile
audio/jack : Makefile
audio/ksmp3play: Makefile
audio/ladspa : Makefile
audio/lame : Makefile
audio/last.fm : Makefile
audio/liba52 : Makefile
audio/libao : Makefile
audio/libcanberra: Makefile
audio/libcdaudio: Makefile
audio/libcddb : Makefile
audio/libcdio : Makefile
audio/libcue : Makefile
audio/libdca : Makefile
audio/libgpod : Makefile
audio/libid3tag: Makefile
audio/liblastfm: Makefile
audio/liblo : Makefile
audio/libmad : Makefile
audio/libmikmod: Makefile
audio/libmodplug: Makefile
audio/libmp3splt: Makefile
audio/libmpd : Makefile
audio/libmpdclient: Makefile
audio/libmusicbrainz: Makefile
audio/libmusicbrainz5: Makefile
audio/libnjb : Makefile
audio/libofa : Makefile
audio/libogg : Makefile
audio/libsamplerate: Makefile
audio/libsidplay: Makefile
audio/libsndfile: Makefile
audio/libsoxr : Makefile
audio/libvorbis: Makefile
audio/libworkman: Makefile
audio/lmms : Makefile
audio/mac : Makefile
audio/madplay : Makefile
audio/mcp-plugins: Makefile
audio/metronome: Makefile
audio/midish : Makefile
audio/mikmod : Makefile
audio/milkytracker: Makefile
audio/mixer.app: Makefile
audio/mkplaylist: Makefile
audio/mono-taglib: Makefile
audio/morseplayer: Makefile
audio/mp3blaster: Makefile
audio/mp3cddb : Makefile
audio/mp3cut : Makefile
audio/mp3encode: Makefile
audio/mp3gain : Makefile
audio/mp3info : Makefile
audio/mp3splt : Makefile
audio/mp3splt-gtk: Makefile
audio/mp3wrap : Makefile
audio/mpc : Makefile
audio/mpd : Makefile
audio/mpd-add-similar: Makefile
audio/mpdBrowser: Makefile
audio/mpegaudio: Makefile
audio/mpg123 : Makefile
audio/mpg321 : Makefile
audio/mscore : Makefile
audio/mt-daapd : Makefile
audio/multimux : Makefile
audio/musepack : Makefile
audio/nap : Makefile
audio/ncmpc : Makefile
audio/ncmpcpp : Makefile
audio/normalize: Makefile
audio/nosefart : Makefile
audio/nspmod : Makefile
audio/oggtag : Makefile
audio/openal : Makefile
audio/opencore-amr: Makefile
audio/opennap : Makefile
audio/opus : Makefile
audio/opus-tools: 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/picard : Makefile
audio/pms : Makefile
audio/portaudio-svn: Makefile
audio/pulseaudio: Makefile
audio/py-ao : Makefile
audio/py-audio : Makefile
audio/py-cddb : Makefile
audio/py-eyed3 : Makefile
audio/py-id3 : Makefile
audio/py-last : Makefile
audio/py-mpd : Makefile
audio/py-mutagen: Makefile
audio/py-ogg : Makefile
audio/py-tagger: Makefile
audio/py-tagpy : Makefile
audio/py-vorbis: Makefile
audio/py-xmms : Makefile
audio/pykaraoke: Makefile
audio/pympd : Makefile
audio/rhythmbox: Makefile
audio/rioutil : Makefile
audio/rplay : Makefile
audio/rsynth : Makefile
audio/rtunes : Makefile
audio/ruby-id3lib: Makefile
audio/ruby-vorbis_comment: Makefile
audio/scmpc : Makefile
audio/shell-fm : Makefile
audio/shntool : Makefile
audio/shorten : Makefile
audio/sidplay : Makefile
audio/snack : Makefile
audio/sonata : Makefile
audio/sound-theme-freedesktop: Makefile
audio/soundconverter: Makefile
audio/soundtouch: Makefile
audio/soundtracker: Makefile
audio/sox : Makefile
audio/speech-dispatcher: Makefile
audio/speex : Makefile
audio/squeezecenter: Makefile
audio/streamripper: Makefile
audio/swh-plugins: Makefile
audio/taglib : Makefile
audio/tagtool : Makefile
audio/tap-plugins: Makefile
audio/teknap : Makefile
audio/tempest : Makefile
audio/timidity : Makefile
audio/toolame : Makefile
audio/tracker : Makefile
audio/tremor : Makefile
audio/tremor-tools: Makefile
audio/twolame : Makefile
audio/umurmur : 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/wmmixer : Makefile
audio/wmmp : Makefile
audio/wmmp3 : Makefile
audio/wmtune : Makefile
audio/xcd : Makefile
audio/xcdplayer: Makefile
audio/xhippo : Makefile
audio/xmcd : Makefile
audio/xmix : 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
audio/zeya : Makefile
Log message:
PERMIT/REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 17:04:45
Modified files:
benchmarks/blogbench: Makefile
benchmarks/bonnie: Makefile
benchmarks/bonnie++: Makefile
benchmarks/bytebench: Makefile
benchmarks/httperf: Makefile
benchmarks/iozone: Makefile
benchmarks/lmbench: Makefile
benchmarks/netperf: Makefile
benchmarks/netpipe: Makefile
benchmarks/netstrain: Makefile
benchmarks/pear-Benchmark: Makefile
benchmarks/randread: Makefile
benchmarks/siege: Makefile
benchmarks/smtp-benchmark: Makefile
benchmarks/sysbench: Makefile
benchmarks/tcpblast: Makefile
benchmarks/tsung: Makefile
benchmarks/ubench: Makefile
benchmarks/xengine: Makefile
biology/AcePerl: Makefile
biology/bioperl: Makefile
biology/emboss : Makefile
biology/nutdb : Makefile
biology/p5-Bio-ASN1-EntrezGene: Makefile
biology/py-biopython: Makefile
books/AsteriskGuide: Makefile
books/AsteriskTFOT: Makefile
books/JLS : Makefile
books/JVMS : Makefile
books/autobook : Makefile
books/clisp-hyperspec: Makefile
books/cvs-guide: Makefile
books/diveintopython: Makefile
books/docbook-guide: Makefile
books/grokking-the-gimp: Makefile
books/haskell-report: Makefile
books/mason-book: Makefile
books/svnbook : Makefile
books/thinking-forth: Makefile
books/vol3ol : Makefile
books/vol6a : Makefile
books/wndw : Makefile
cad/chipmunk : Makefile
cad/fritzing : Makefile
cad/geda-gaf : Makefile
cad/gerbv : Makefile
cad/gnucap : Makefile
cad/gtkwave : Makefile
cad/kicad : Makefile
cad/kicad-library: Makefile
cad/klogic : Makefile
cad/necpp : Makefile
cad/ngspice : Makefile
cad/openscad : Makefile
cad/pcb : Makefile
cad/qcad : Makefile
cad/qucs : Makefile
cad/spice : Makefile
cad/xcircuit : Makefile
cad/xnecview : Makefile
cad/xtrkcad : Makefile
Log message:
PERMIT/ REGRESS->TEST sweep
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/03/10 17:32:53
Modified files:
usr.sbin/relayd: check_icmp.c hce.c log.c pfe.c relay.c
relay_http.c relay_udp.c relayd.c relayd.h
usr.sbin/relayctl: relayctl.c
Log message:
This diff changes relayd to use the monotonic clock instead of
gettimeofday(). It was also bugging me for some time to have all
these checks of gettimeofday()'s return value: it should not fail. So
this diff introduces a void getmonotime(struct timeval *tv) that calls
clock_gettime(CLOCK_MONOTONIC, &ts) and converts the output to a
struct timeval that can be used with the existing code and the
timeval-specific timer functions (timerclear, timersub, ...). It does
not return a status but calls fatal() on error-that-should-not-happen.
ok sthen@ chris@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/10 19:12:40
Modified files:
sys/dev/pci : if_bge.c
Log message:
flush writes to BGE_MI_COMM by doing a read straight after. helps avoid
"APE lock request failed!" errors with HP 331T (5719) and 332T (5720)
cards.
found and fixed by masanobu saitoh
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:13:36
Modified files:
audio/audacious: Makefile
audio/libmodplug: Makefile
Log message:
thinko
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:30:28
Modified files:
chinese/c2t : Makefile
chinese/cconv : Makefile
chinese/cless : Makefile
chinese/crxvt : Makefile
chinese/hc : Makefile
chinese/libchewing: Makefile
chinese/libtabe: Makefile
chinese/lunar : Makefile
chinese/py-zhCodecs: Makefile
chinese/ttfm : Makefile
comms/amtterm : Makefile
comms/birda : Makefile
comms/bottlerocket: Makefile
comms/c3270 : Makefile
comms/colrdx : Makefile
comms/conserver: Makefile
comms/dfu-util : Makefile
comms/efax : Makefile
comms/flipit : Makefile
comms/gmfsk : Makefile
comms/gnokii : Makefile
comms/gpsk31 : Makefile
comms/hamlib : Makefile
comms/hylafax : Makefile
comms/jpilot : Makefile
comms/kermit : Makefile
comms/lcdproc : Makefile
comms/lrzsz : Makefile
comms/mgetty+sendfax: Makefile
comms/minicom : Makefile
comms/obexftp : Makefile
comms/openobex : Makefile
comms/owx : Makefile
comms/p5-Device-Gsm: Makefile
comms/p5-Device-Modem: Makefile
comms/p5-Device-SerialPort: Makefile
comms/p5-SendPage: Makefile
comms/picocom : Makefile
comms/pilot-link: Makefile
comms/qpage : Makefile
comms/scmxx : Makefile
comms/seyon : Makefile
comms/smstools : Makefile
comms/spisniffer: 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
converters/base64: Makefile
converters/btoa: Makefile
converters/d1489: Makefile
converters/dos2unix: Makefile
converters/enca: Makefile
converters/html2text: Makefile
converters/html2wml: Makefile
converters/ish : Makefile
converters/libdvdcss: Makefile
converters/libiconv: Makefile
converters/libpst: Makefile
converters/libunistring: Makefile
converters/luastruct: Makefile
converters/mimepp: 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-Base32: Makefile
converters/p5-Convert-BinHex: Makefile
converters/p5-Convert-Binary-C: Makefile
converters/p5-Convert-Color: 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-LineBreak: 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/pflogx: Makefile
converters/ppmtoTbmp: Makefile
converters/py-cjkcodecs: Makefile
converters/py-iconvcodec: Makefile
converters/qprint: Makefile
converters/recode: Makefile
converters/ripmime: Makefile
converters/rpm2cpio: Makefile
converters/ruby-json: Makefile
converters/ruby-multi_json: Makefile
converters/trans: Makefile
converters/wv : Makefile
converters/wv2 : Makefile
converters/xlhtml: Makefile
converters/xmltoman: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:41:41
Modified files:
chinese/crxvt : Makefile
Log message:
over-eager
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 20:52:09
Modified files:
databases/apache-couchdb: Makefile
databases/architect: Makefile
databases/db : Makefile.inc
databases/dbh : Makefile
databases/dbic++: Makefile
databases/directoryassistant: Makefile
databases/erl-Emysql: Makefile
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
databases/evolution-data-server: Makefile
databases/freetds: Makefile
databases/gdbm : Makefile
databases/gnats: Makefile
databases/gq : Makefile
databases/hs-HDBC: Makefile
databases/hs-HDBC-mysql: Makefile
databases/hs-HDBC-postgresql: Makefile
databases/hs-HDBC-sqlite3: Makefile
databases/hs-hackage-db: Makefile
databases/hs-postgresql-libpq: Makefile
databases/hs-postgresql-simple: Makefile
databases/hs-redis: Makefile
databases/iodbc: Makefile
databases/jxplorer: Makefile
databases/keximdb: Makefile
databases/kyotocabinet: Makefile
databases/lbdb : Makefile
databases/leveldb: Makefile
databases/libdbi: Makefile
databases/libdbi-drivers: Makefile
databases/libpqxx: Makefile
databases/luadbi: Makefile
databases/luasqlite3: Makefile
databases/luma : Makefile
databases/mdbtools/snapshot: Makefile
databases/mongodb: Makefile
databases/mysql: Makefile
databases/mysql-zrm: Makefile
databases/mysql2pgsql: Makefile
databases/mysqlcc: Makefile
databases/mytop: Makefile
databases/node-pg: Makefile
databases/node-sqlite3: Makefile
databases/ocaml-postgresql: Makefile
databases/ocaml-sqlite3: Makefile
databases/openldap: Makefile
databases/openldap23: 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-DBICx-TestDatabase: Makefile
databases/p5-DBIx-Class: Makefile
databases/p5-DBIx-Class-Cursor-Cached: Makefile
databases/p5-DBIx-Class-DynamicDefault: Makefile
databases/p5-DBIx-Class-HTMLWidget: Makefile
databases/p5-DBIx-Class-IntrospectableM2M: Makefile
databases/p5-DBIx-Class-Schema-Loader: Makefile
databases/p5-DBIx-Class-TimeStamp: 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-Palm: Makefile
databases/p5-Redis: 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/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-pgsql: Makefile
databases/pear-MDB2-sqlite: Makefile
databases/percona-toolkit: Makefile
databases/pg-toolbox: Makefile
databases/pg_top: Makefile
databases/pgadmin3: Makefile
databases/pgbouncer: Makefile
databases/pgfouine: Makefile
databases/pgloader: Makefile
databases/pgpool: Makefile
databases/pgtcl: Makefile
databases/pgworksheet: Makefile
databases/pkglocatedb: Makefile
databases/ports-readmes: Makefile
databases/postgresql: Makefile
databases/postgresql-jdbc: Makefile
databases/postgresql-odbc: Makefile
databases/postgresql-pllua: Makefile
databases/postgresql-plv8: Makefile
databases/postgresql_autodoc: Makefile
databases/py-axiom: Makefile
databases/py-carbon: Makefile
databases/py-cdb: Makefile
databases/py-couchdb: 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-redis: Makefile
databases/py-sqlalchemy: Makefile
databases/py-sqlalchemy-migrate: Makefile
databases/py-sqlite: Makefile
databases/py-sqlite2: Makefile
databases/py-sqlobject: Makefile
databases/py-storm: Makefile
databases/py-sybase: Makefile
databases/py-whisper: Makefile
databases/qdbm : Makefile
databases/qt3-sqlite3-plugin: Makefile
databases/redis: Makefile
databases/riak : Makefile
databases/ruby-amalgalite: Makefile
databases/ruby-bdb: Makefile
databases/ruby-couchrest: Makefile
databases/ruby-data_objects: Makefile
databases/ruby-datamapper: Makefile.inc
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_postgres: Makefile
databases/ruby-do_sqlite3: Makefile
databases/ruby-hiera: Makefile
databases/ruby-jdbc-h2: Makefile
databases/ruby-jdbc-mysql: Makefile
databases/ruby-jdbc-postgres: Makefile
databases/ruby-jdbc-sqlite3: Makefile
databases/ruby-kirbybase: Makefile
databases/ruby-ldap: Makefile
databases/ruby-mysql: Makefile
databases/ruby-mysql2: Makefile
databases/ruby-mysqlplus: Makefile
databases/ruby-pg: Makefile
databases/ruby-postgres: Makefile
databases/ruby-redis: Makefile
databases/ruby-redis-namespace: Makefile
databases/ruby-resque: Makefile
databases/ruby-sequel: Makefile
databases/ruby-sequel_pg: Makefile
databases/ruby-sqlite3: Makefile
databases/ruby-swift: Makefile
databases/ruby-tiny_tds: 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/tdb : Makefile
databases/tdbc : Makefile
databases/tdbc-sqlite3: Makefile
databases/tinycdb: Makefile
databases/xapian-core: Makefile
databases/xmysql: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/11 01:11:22
Modified files:
faq : current.html
Log message:
Fontconfig update
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/11 02:15:19
Modified files:
faq : current.html
Log message:
More precise fontconfig upgrade instructions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 02:19:38
Modified files:
devel/goffice : Makefile
Added files:
devel/goffice/patches: patch-goffice_math_go-cspline_c
patch-goffice_math_go-regression_c
Removed files:
devel/goffice/patches: patch-goffice_math_go-cspline_h
Log message:
Fix reversed conditionals for LONG_DOUBLE (upstream).
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 02:56:46
Modified files:
de : 53.html events.html
faq/fr : current.html faq15.html
fr : want.html
opensmtpd/de : portable.html
opensmtpd/nl : portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 03:15:15
Modified files:
net/py-GeoIP : Makefile
net/py-GeoIP/pkg: PLIST
Log message:
- unbreak HOMEPAGE
- update PERMIT_* and REGRESS->TEST
- regen PLIST
- bump REVISION
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:28:02
Modified files:
usr.sbin/npppd/pptp: pptpd.c
Log message:
do not start npppd if a pptp tunnel is configured but the gre protocol is not
enabled.
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:03
Added files:
x11/gnome/alacarte/patches: patch-Alacarte_MainWindow_py
patch-Alacarte_MenuEditor_py
x11/gnome/alacarte/pkg: DESCR PLIST
Log message:
Resurrect alacarte now that's it's being maintained again and update to
alacarte-3.6.1.
(manually addings the dirs and not importing since the hierarchy exists
in CVS)
Alacarte is a menu editor for GNOME using the freedesktop.org menu
specification.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:16
Added files:
x11/gnome/alacarte: Makefile distinfo
Log message:
Missing...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:44
Modified files:
x11/gnome : Makefile
Log message:
+alacarte
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:38:04
Modified files:
meta/gnome : Makefile
Log message:
Depend on x11/gnome/alacarte.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:44:05
Modified files:
www/piwik : Makefile distinfo
www/piwik/pkg : PLIST
Log message:
Update to 1.11.1 and zap PERMIT_* lines.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:46:13
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
Bugfix update to 3.5.7
remove PERMIT_* lines
ok kevlo@ on a previous diff
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:49:04
Modified files:
databases/percona-toolkit: Makefile distinfo
databases/percona-toolkit/patches: patch-Makefile_PL
patch-bin_pt-mysql-summary
patch-bin_pt-summary
Log message:
Bugfix update to 2.1.9
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 04:48:55
Modified files:
chinese/hc : Makefile
Log message:
oops
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 04:50:32
Modified files:
devel/ElectricFence: Makefile
devel/ORBit2 : Makefile
devel/acpica : Makefile
devel/ald : Makefile
devel/alex : Makefile
devel/apache-ant: Makefile
devel/apr : Makefile
devel/apr-util : Makefile
devel/arduino : Makefile
devel/argp-standalone: Makefile
devel/argtable : Makefile
devel/arm-elf : Makefile.inc
devel/arm-elf/gcc: Makefile
devel/arm-elf/gdb: Makefile
devel/asm6 : Makefile
devel/asp2php : Makefile
devel/astyle : Makefile
devel/atk : Makefile
devel/atk2mm : Makefile
devel/atlas : Makefile
devel/autoconf : Makefile.inc
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.62: Makefile
devel/autoconf/2.63: Makefile
devel/autoconf/2.64: Makefile
devel/autoconf/2.65: Makefile
devel/autoconf/2.67: Makefile
devel/autoconf/2.68: Makefile
devel/autoconf/2.69: Makefile
devel/autogen : Makefile
devel/automake : Makefile.inc
devel/automake/1.10: Makefile
devel/automake/1.11: Makefile
devel/automake/1.12: Makefile
devel/automake/1.13: Makefile
devel/automake/1.4: Makefile
devel/automake/1.8: Makefile
devel/automake/1.9: Makefile
devel/automoc : Makefile
devel/avr/binutils: Makefile
devel/avr/gcc : Makefile
devel/avr/gdb : Makefile
devel/avr/libc : Makefile
devel/avrdude : Makefile
devel/beediff : Makefile
devel/bison : Makefile
devel/blame : Makefile
devel/boehm-gc : Makefile
devel/boost : Makefile
devel/bouml : Makefile
devel/bpython : Makefile
devel/bustle : Makefile
devel/bzr : Makefile
devel/bzr-svn : 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/cflow : Makefile
devel/check : Makefile
devel/chmlib : Makefile
devel/cil : Makefile
devel/cln : Makefile
devel/cmake : Makefile cmake.port.mk
devel/cmockery : Makefile
devel/coccigrep: Makefile
devel/coccinelle: Makefile
devel/codeblocks: Makefile
devel/codeworker: Makefile
devel/commoncpp: Makefile
devel/commons-io: Makefile
devel/cook : Makefile
devel/coxpcall : Makefile
devel/cppcheck : Makefile
devel/cpphs : Makefile
devel/cppunit : Makefile
devel/cryptopp : Makefile
devel/cscope : Makefile
devel/ctm : Makefile
devel/cunit : Makefile
devel/cutils : Makefile
devel/cvs20hg : Makefile
devel/cvs2cl : Makefile
devel/cvs2svn : Makefile
devel/cvsgraph : Makefile
devel/cvslock : Makefile
devel/cvsplot : Makefile
devel/cvsps : Makefile
devel/cvstrac : Makefile
devel/cvsutils : Makefile
devel/cvsweb : Makefile
devel/cxxtools : Makefile
devel/darcs : Makefile
devel/dbus-sharp: Makefile
devel/dbus-sharp-glib: Makefile
devel/dconf : Makefile
devel/ddd : Makefile
devel/dejagnu : Makefile
devel/desktop-file-utils: Makefile
devel/dfu-programmer: Makefile
devel/dissy : Makefile
devel/doc++ : Makefile
devel/dotconf : Makefile
devel/doxygen : Makefile
devel/droplet : Makefile
devel/dtc : Makefile
devel/eclipse/plugins: Makefile.inc
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/ectags : Makefile
devel/emacs-haskell: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
devel/ethos : Makefile
devel/fasm : Makefile
devel/ffcall : Makefile
devel/flatzebra: Makefile
devel/flawfinder: Makefile
devel/flex : Makefile
devel/fossil : Makefile
devel/fox : Makefile
devel/fribidi : Makefile
devel/gconf-editor: Makefile
devel/gconf2 : Makefile
devel/gdb : Makefile
devel/geany : Makefile
devel/geotiff : Makefile
devel/gettext : Makefile
devel/gflags : Makefile
devel/giblib : Makefile
devel/giggle : Makefile
devel/gindent : Makefile
devel/git : Makefile
devel/git-cola : Makefile
devel/glade : Makefile
devel/glade3 : Makefile
devel/glib : Makefile
devel/glib2 : Makefile
devel/glib2mm : Makefile
devel/glog : Makefile
devel/glpk : Makefile
devel/gmake : Makefile
devel/gmc4cc : Makefile
devel/gmp : Makefile
devel/gobject-introspection: Makefile
devel/goffice : Makefile
devel/goffice08: Makefile
devel/goopy : Makefile
devel/gperf : Makefile
devel/gputils : 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/gyp : Makefile
devel/haddock : Makefile
devel/happy : Makefile
devel/harfbuzz : Makefile
devel/hasktags : Makefile
devel/help2man : Makefile
devel/hmake : 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-mtl: Makefile
devel/hs-MonadCatchIO-transformers: Makefile
devel/hs-OneTuple: Makefile
devel/hs-PSQueue: Makefile
devel/hs-QuickAnnotate: Makefile
devel/hs-QuickCheck: Makefile
devel/hs-abstract-deque: Makefile
devel/hs-abstract-par: Makefile
devel/hs-aeson : Makefile
devel/hs-ansi-terminal: Makefile
devel/hs-ansi-wl-pprint: Makefile
devel/hs-async : Makefile
devel/hs-atom : Makefile
devel/hs-base-unicode-symbols: Makefile
devel/hs-base16-bytestring: Makefile
devel/hs-base64-bytestring: Makefile
devel/hs-bimap : Makefile
devel/hs-binary: Makefile
devel/hs-blaze-builder: Makefile
devel/hs-blaze-builder-conduit: Makefile
devel/hs-blaze-builder-enumerator: Makefile
devel/hs-blaze-textual: Makefile
devel/hs-bytestring-mmap: Makefile
devel/hs-case-insensitive: Makefile
devel/hs-cereal: Makefile
devel/hs-cmdargs: Makefile
devel/hs-cmdlib: Makefile
devel/hs-comonad: Makefile
devel/hs-comonad-transformers: Makefile
devel/hs-concurrent-extra: Makefile
devel/hs-conduit: Makefile
devel/hs-configurator: Makefile
devel/hs-constraints: Makefile
devel/hs-contravariant: Makefile
devel/hs-control-timeout: Makefile
devel/hs-convertible: Makefile
devel/hs-data-default: Makefile
devel/hs-data-hash: Makefile
devel/hs-data-lens: Makefile
devel/hs-data-lens-template: Makefile
devel/hs-dataenc: Makefile
devel/hs-directory-tree: Makefile
devel/hs-distributive: Makefile
devel/hs-dlist : Makefile
devel/hs-enumerator: Makefile
devel/hs-failure: Makefile
devel/hs-fgl : Makefile
devel/hs-ghc-mtl: Makefile
devel/hs-ghc-paths: Makefile
devel/hs-gio : Makefile
devel/hs-glade : Makefile
devel/hs-glib : Makefile
devel/hs-hashable: Makefile
devel/hs-hashed-storage: Makefile
devel/hs-haskeline: Makefile
devel/hs-hint : Makefile
devel/hs-hlint : Makefile
devel/hs-hood : Makefile
devel/hs-hoogle: Makefile
devel/hs-hslogger: Makefile
devel/hs-iteratee: Makefile
devel/hs-language-c: Makefile
devel/hs-largeword: Makefile
devel/hs-lifted-base: Makefile
devel/hs-logict: Makefile
devel/hs-mmap : Makefile
devel/hs-monad-control: Makefile
devel/hs-monad-par: Makefile
devel/hs-monad-par-extras: Makefile
devel/hs-monads-fd: Makefile
devel/hs-monads-tf: Makefile
devel/hs-mtl : Makefile
devel/hs-murmur-hash: Makefile
devel/hs-network: Makefile
devel/hs-network-conduit: Makefile
devel/hs-newtype: Makefile
devel/hs-pango : Makefile
devel/hs-parallel: Makefile
devel/hs-parsec: Makefile
devel/hs-patch-combinators: Makefile
devel/hs-primitive: Makefile
devel/hs-pugs-DrIFT: Makefile
devel/hs-pugs-compat: Makefile
devel/hs-random: 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-resourcet: Makefile
devel/hs-safe : Makefile
devel/hs-semigroupoids: Makefile
devel/hs-semigroups: Makefile
devel/hs-sendfile: Makefile
devel/hs-shellish: Makefile
devel/hs-simple-sendfile: Makefile
devel/hs-split : Makefile
devel/hs-stm : Makefile
devel/hs-strict: Makefile
devel/hs-stringtable-atom: Makefile
devel/hs-syb : Makefile
devel/hs-tagged: Makefile
devel/hs-tar : Makefile
devel/hs-terminfo: Makefile
devel/hs-test-framework: Makefile
devel/hs-test-framework-hunit: Makefile
devel/hs-test-framework-quickcheck2: Makefile
devel/hs-text : Makefile
devel/hs-transformers: Makefile
devel/hs-transformers-base: Makefile
devel/hs-tuple : Makefile
devel/hs-type-level: Makefile
devel/hs-unbounded-delays: Makefile
devel/hs-uniplate: Makefile
devel/hs-unix-compat: Makefile
devel/hs-unordered-containers: Makefile
devel/hs-vault : Makefile
devel/hs-vector: Makefile
devel/hs-vector-algorithms: Makefile
devel/hs-void : Makefile
devel/hscolour : Makefile
devel/hudson : Makefile
devel/hyena : Makefile
devel/id-utils : Makefile
devel/imake : Makefile
devel/imake-cf : Makefile
devel/iniparser: Makefile
devel/intellij : Makefile
devel/ipython : Makefile
devel/iso-codes: Makefile
devel/itcl : Makefile
devel/ivy : Makefile
devel/jakarta-servletapi: Makefile
devel/jam : Makefile
devel/jdk/1.6 : Makefile
devel/jdk/1.7 : Makefile
devel/jenkins : Makefile
devel/json-c : Makefile
devel/json-glib: Makefile
devel/kdbg : Makefile
devel/kdiff3 : Makefile
devel/lam : Makefile
devel/legit : Makefile
devel/leiningen: Makefile
devel/libIDL : Makefile
devel/libJudy : Makefile
devel/libast : Makefile
devel/libaudiofile: Makefile
devel/libavl : Makefile
devel/libbio : Makefile
devel/libclog : Makefile
devel/libconfig: Makefile
devel/libconfuse: Makefile
devel/libdaemon: Makefile
devel/libdisorder: Makefile
devel/libdockapp: Makefile
devel/libdshconfig: Makefile
devel/libdvdread: Makefile
devel/libee : Makefile
devel/libelf : Makefile
devel/libestr : Makefile
devel/libev : Makefile
devel/libevent2: Makefile
devel/libeventextra: Makefile
devel/libexecinfo: Makefile
devel/libexude : Makefile
devel/libf2c : Makefile
devel/libf2c-old: Makefile
devel/libffi : Makefile
devel/libfmt : Makefile
devel/libftdi : Makefile
devel/libgdata : Makefile
devel/libgee : Makefile
devel/libgee06 : Makefile
devel/libgit2 : Makefile.inc
devel/libgit2/libgit2: Makefile
devel/libgit2/py-git2: Makefile
devel/libglade2: Makefile
devel/libglademm: Makefile
devel/libgsf : Makefile
devel/libgtop2 : Makefile
devel/libguess : Makefile
devel/libhid : Makefile
devel/libidn : Makefile
devel/libio : Makefile
devel/libivykis: Makefile
devel/libixp : Makefile
devel/liblouis : Makefile
devel/libmagic : Makefile
devel/libmemcached: Makefile
devel/libmpc : Makefile
devel/libmtp : Makefile
devel/libnotify: Makefile
devel/libofx : Makefile
devel/liboil : Makefile
devel/liboop : Makefile
devel/libopensync: Makefile
devel/libpeas : Makefile
devel/libplist : Makefile
devel/libproplist: Makefile
devel/libregexp9: Makefile
devel/libsigc++-2: Makefile
devel/libsigsegv: Makefile
devel/libslang : Makefile
devel/libsoup : Makefile
devel/libspectrum: Makefile
devel/libstdc++-man: Makefile
devel/libtalloc: Makefile
devel/libtool : Makefile
devel/libunicode: Makefile
devel/libunique: Makefile
devel/libunique3: Makefile
devel/libusb-compat: Makefile
devel/libusb1 : Makefile
devel/libutf : Makefile
devel/libvirt-glib: Makefile
devel/libvmime : Makefile
devel/libvstr : Makefile
devel/libwnck : Makefile
devel/libwnck3 : Makefile
devel/libxsvf : Makefile
devel/libyajl : Makefile
devel/libyaml : Makefile
devel/libyubikey: Makefile
devel/llvm : Makefile
devel/log4c : Makefile
devel/log4cplus: Makefile
devel/lpc21isp : Makefile
devel/lpeg : Makefile
devel/lua-cjson: Makefile
devel/lua-cmsgpack: Makefile
devel/lua-lgi : Makefile
devel/luaalarm : Makefile
devel/luabitop : Makefile
devel/luacopas : Makefile
devel/luadoc : Makefile
devel/luaevent : Makefile
devel/luafs : Makefile
devel/luapack : Makefile
devel/luaposix : Makefile
devel/luaprofiler: Makefile
devel/luarexlib: Makefile
devel/luarings : Makefile
devel/luastdlib: Makefile
devel/m4 : Makefile
devel/maven : Makefile
devel/mcs : Makefile
devel/mentry : Makefile
devel/mercurial: Makefile
devel/metaauto : Makefile
devel/mico : Makefile
devel/mingw : Makefile
devel/mk : Makefile
devel/mm : Makefile
devel/mono-addins: Makefile
devel/mono-gdata: Makefile
devel/mono-notify: Makefile
devel/monodevelop: Makefile
devel/monotone : Makefile
devel/mowgli : Makefile
devel/mpfr : Makefile
devel/msp430 : Makefile.inc
devel/msp430/binutils: Makefile
devel/mspdebug : Makefile
devel/mysql++ : Makefile
devel/nagelfar : Makefile
devel/naken430asm: Makefile
devel/nant : Makefile
devel/nasm : Makefile
devel/netbeans : Makefile
devel/newt : Makefile
devel/node-expresso: Makefile
devel/node-fibers: Makefile
devel/node-generic-pool: Makefile
devel/node-gir : Makefile
devel/node-mnm : Makefile
devel/npth : Makefile
devel/nspr : Makefile
devel/ocaml-batteries: Makefile
devel/ocaml-calendar: Makefile
devel/ocaml-camomile: Makefile
devel/ocaml-curses: Makefile
devel/ocaml-extlib: Makefile
devel/ocaml-lambda-term: Makefile
devel/ocaml-lwt: Makefile
devel/ocaml-mlgmp: Makefile
devel/ocaml-net: Makefile
devel/ocaml-pcre: Makefile
devel/ocaml-react: Makefile
devel/ocaml-zed: Makefile
devel/ode : Makefile
devel/ois : Makefile
devel/omake : Makefile
devel/opencm : Makefile
devel/openmpi : Makefile
devel/openocd : Makefile
devel/ophis : Makefile
devel/orc : Makefile
devel/ounit : Makefile
devel/p5-Acme-Damn: 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-MarkovChain: Makefile
devel/p5-Algorithm-Munkres: 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-RefElem: 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-arc4random: 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-Always: 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-Accessor-Lite: 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-Gomor: 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-Load: 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-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-Fast: Makefile
devel/p5-Class-Std-Utils: Makefile
devel/p5-Class-Throwable: Makefile
devel/p5-Class-Trigger: Makefile
devel/p5-Class-Unload: 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-Std: Makefile
devel/p5-Config-Tiny: Makefile
devel/p5-Context-Preserve: Makefile
devel/p5-Coro : 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-Compare: Makefile
devel/p5-Data-Dump: Makefile
devel/p5-Data-Dump-Streamer: Makefile
devel/p5-Data-Dumper-Concise: 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-SQLite: Makefile
devel/p5-DateTime-Format-Strptime: Makefile
devel/p5-DateTime-Format-W3CDTF: Makefile
devel/p5-DateTime-Locale: Makefile
devel/p5-DateTime-Precise: 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-Size-Report: Makefile
devel/p5-Devel-SmallProf: Makefile
devel/p5-Devel-StackTrace: Makefile
devel/p5-Devel-StackTrace-AsHTML: Makefile
devel/p5-Devel-Symdump: Makefile
devel/p5-Devel-Trace: Makefile
devel/p5-Devel-TraceUse: Makefile
devel/p5-Devel-ebug: Makefile
devel/p5-Devel-ptkdb: Makefile
devel/p5-Device-USB: Makefile
devel/p5-Directory-Scratch: Makefile
devel/p5-Dist-CheckConflicts: 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-CChecker: 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-FnMatch: 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-RsyncP: 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-Touch: 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-Getargs-Long: Makefile
devel/p5-Getopt-ArgvFile: Makefile
devel/p5-Getopt-Euclid: Makefile
devel/p5-Getopt-Long-Descriptive: Makefile
devel/p5-Getopt-Simple: Makefile
devel/p5-Git-Repository: Makefile
devel/p5-Glib2 : Makefile
devel/p5-Graph : Makefile
devel/p5-Guard : Makefile
devel/p5-Hash-AutoHash: Makefile
devel/p5-Hash-AutoHash-Args: Makefile
devel/p5-Hash-Flatten: Makefile
devel/p5-Hash-Merge: Makefile
devel/p5-Hash-MultiValue: 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-CaptureOutput: 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-Iterator: Makefile
devel/p5-Iterator-Util: 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-Any: 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-Sync: Makefile
devel/p5-MRO-Compat: Makefile
devel/p5-Memoize-ExpireLRU: Makefile
devel/p5-Module-Find: Makefile
devel/p5-Module-Install: Makefile
devel/p5-Module-Manifest: Makefile
devel/p5-Module-Pluggable-Fast: Makefile
devel/p5-Module-Refresh: Makefile
devel/p5-Module-Runtime: 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-Module-Which: Makefile
devel/p5-Moose : Makefile
devel/p5-MooseX-Aliases: Makefile
devel/p5-MooseX-AttributeHelpers: Makefile
devel/p5-MooseX-Clone: Makefile
devel/p5-MooseX-ConfigFromFile: Makefile
devel/p5-MooseX-Daemonize: 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-MarkAsMethods: 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-NonMoose: 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-Traits-Pluggable: Makefile
devel/p5-MooseX-Types: Makefile
devel/p5-MooseX-Types-Common: Makefile
devel/p5-MooseX-Types-DateTime: Makefile
devel/p5-MooseX-Types-LoadableClass: Makefile
devel/p5-MooseX-Types-Path-Class: Makefile
devel/p5-MooseX-Types-Structured: Makefile
devel/p5-Mouse : Makefile
devel/p5-MouseX-Types: 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-Pluggable: 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-Component-Syndicator: 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-DeprecationManager: Makefile
devel/p5-Package-Generator: Makefile
devel/p5-Package-Stash: Makefile
devel/p5-Package-Stash-XS: Makefile
devel/p5-PadWalker: Makefile
devel/p5-Pango : Makefile
devel/p5-Parallel-ForkManager: Makefile
devel/p5-Parallel-Forker: Makefile
devel/p5-Parallel-Prefork: Makefile
devel/p5-Params-CallbackRequest: Makefile
devel/p5-Params-Classify: 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-PID-File: 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-IPv6: 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-String-Truncate: 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-Switch: Makefile
devel/p5-Sys-SigAction: Makefile
devel/p5-System-Command: Makefile
devel/p5-TAP-Harness-Archive: Makefile
devel/p5-TAP-Harness-Multiple: 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-ScreenColor: Makefile
devel/p5-Term-Shell: Makefile
devel/p5-Term-Size: Makefile
devel/p5-Test-Assertions: Makefile
devel/p5-Test-Base: Makefile
devel/p5-Test-CheckManifest: 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-DistManifest: 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-Coverage: Makefile
devel/p5-Test-Reporter: Makefile
devel/p5-Test-Requires: Makefile
devel/p5-Test-Script: Makefile
devel/p5-Test-SharedFork: Makefile
devel/p5-Test-Spelling: Makefile
devel/p5-Test-Strict: Makefile
devel/p5-Test-SubCalls: Makefile
devel/p5-Test-TempDir: Makefile
devel/p5-Test-Tester: Makefile
devel/p5-Test-Trap: 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-Warp: 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-UUID-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-Perl: 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/pangomm : Makefile
devel/pangox-compat: Makefile
devel/pccts : Makefile
devel/pcre : Makefile
devel/pcre++ : Makefile
devel/pear-Cache: Makefile
devel/pear-Config: Makefile
devel/pear-Console-Table: Makefile
devel/pear-Date: Makefile
devel/pear-Date-Holidays: Makefile.inc
devel/pear-Log : Makefile
devel/pear-PHPUnit2: Makefile
devel/pear-System-Command: Makefile
devel/pear-Validate: Makefile
devel/pep8 : Makefile
devel/perltidy : Makefile
devel/physfs : Makefile
devel/pkgconfig: Makefile
devel/plib : Makefile
devel/poedit : Makefile
devel/popt : Makefile
devel/protobuf : Makefile
devel/protobuf-c: Makefile
devel/pscan : Makefile
devel/pth : Makefile
devel/ptlib : Makefile
devel/py-Checker: Makefile
devel/py-SOAPpy: Makefile
devel/py-addons: Makefile
devel/py-altgraph: Makefile
devel/py-asn1 : Makefile
devel/py-async : Makefile
devel/py-babel : Makefile
devel/py-blinker: Makefile
devel/py-buildbot: Makefile
devel/py-buildslave: Makefile
devel/py-bytecodeassembler: Makefile
devel/py-cheetah: Makefile
devel/py-clint : Makefile
devel/py-configobj: Makefile
devel/py-country: Makefile
devel/py-coverage: Makefile
devel/py-dateutil: Makefile
devel/py-decorator: Makefile
devel/py-decoratortools: Makefile
devel/py-distribute: Makefile
devel/py-distutils-extra: Makefile
devel/py-dtopt : Makefile
devel/py-dulwich: Makefile
devel/py-editdist: Makefile
devel/py-elftools: Makefile
devel/py-epsilon: Makefile
devel/py-extremes: Makefile
devel/py-fpconst: Makefile
devel/py-gdata : Makefile
devel/py-gevent: Makefile
devel/py-gitdb : Makefile
devel/py-gitpython: Makefile
devel/py-gobject: Makefile
devel/py-gobject3: Makefile
devel/py-greenlet: Makefile
devel/py-guppy : Makefile
devel/py-hg-git: Makefile
devel/py-html5lib: Makefile
devel/py-iniparse: Makefile
devel/py-isodate: Makefile
devel/py-jsonrpclib: Makefile
devel/py-kid : Makefile
devel/py-liblarch: Makefile
devel/py-liblarch_gtk: Makefile
devel/py-logilab-astng: Makefile
devel/py-logilab-common: Makefile
devel/py-minimock: Makefile
devel/py-mock : Makefile
devel/py-modulegraph: Makefile
devel/py-monthdelta: Makefile
devel/py-mox : Makefile
devel/py-mxDateTime: Makefile
devel/py-newt-syrup: 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-pip : Makefile
devel/py-prioritized_methods: Makefile
devel/py-progressbar: 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-setproctitle: Makefile
devel/py-setuptools: Makefile
devel/py-silc : Makefile
devel/py-simplejson: Makefile
devel/py-sip : Makefile
devel/py-smmap : Makefile
devel/py-subvertpy: Makefile
devel/py-suds : Makefile
devel/py-symboltype: Makefile
devel/py-test : Makefile
devel/py-testtools: Makefile
devel/py-tpg : 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/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-tz : Makefile
devel/py-unit : Makefile
devel/py-urwid : Makefile
devel/py-virtualenv: Makefile
devel/py-wbem : Makefile
devel/py-wsgiutils: Makefile
devel/py-xdg : Makefile
devel/py-xmlrunner: Makefile
devel/py-zopeinterface: Makefile
devel/py-zopetesting: Makefile
devel/pybugz : Makefile
devel/pyflakes : Makefile
devel/pygame : Makefile
devel/pylint : Makefile
devel/pyrex : Makefile
devel/pysvn : Makefile
devel/pyusb : Makefile
devel/qgit : Makefile
devel/qjson : Makefile
devel/qt-creator: Makefile
devel/qt4-eventsview: Makefile
devel/quirks : Makefile
devel/radare2 : Makefile.inc
devel/ragel : Makefile
devel/rapidsvn : Makefile
devel/rats : Makefile
devel/re2c : Makefile
devel/readline : Makefile
devel/rebar : Makefile
devel/remake : Makefile
devel/ruby-abstract: Makefile
devel/ruby-arrayfields: 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-daemon_controller: 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-fastthread: Makefile
devel/ruby-ffi : Makefile
devel/ruby-ffi-inliner: Makefile
devel/ruby-flexmock: Makefile
devel/ruby-gem_plugin: Makefile
devel/ruby-gems: Makefile
devel/ruby-gettext: Makefile
devel/ruby-gir_ffi: Makefile
devel/ruby-git : Makefile
devel/ruby-highline: Makefile
devel/ruby-hoe : Makefile
devel/ruby-home_run: Makefile
devel/ruby-i18n: Makefile
devel/ruby-indentation: Makefile
devel/ruby-isolate: Makefile
devel/ruby-jeweler: Makefile
devel/ruby-json_pure: Makefile
devel/ruby-kgio: Makefile
devel/ruby-linecache: Makefile
devel/ruby-locale: Makefile
devel/ruby-minitest: Makefile
devel/ruby-mocha: Makefile
devel/ruby-mspec: Makefile
devel/ruby-narray: Makefile
devel/ruby-ncurses: Makefile
devel/ruby-needle: Makefile
devel/ruby-ole : Makefile
devel/ruby-open4: Makefile
devel/ruby-parsetree: Makefile
devel/ruby-polyglot: Makefile
devel/ruby-prof: Makefile
devel/ruby-rake: Makefile
devel/ruby-rake-compiler: Makefile
devel/ruby-rb-gsl: Makefile
devel/ruby-rcov: Makefile
devel/ruby-rdoc: Makefile
devel/ruby-ref : Makefile
devel/ruby-rspec: Makefile.inc
devel/ruby-rspec/1: Makefile
devel/ruby-ruby2ruby: Makefile
devel/ruby-ruby_parser: Makefile
devel/ruby-rubyforge: Makefile
devel/ruby-rubyinline: Makefile
devel/ruby-sexp_processor: Makefile
devel/ruby-stringex: Makefile
devel/ruby-subset_sum: Makefile
devel/ruby-systemtimer: Makefile
devel/ruby-systemu: Makefile
devel/ruby-term-ansicolor: Makefile
devel/ruby-therubyracer: Makefile
devel/ruby-tilt: Makefile
devel/ruby-transaction-simple: Makefile
devel/ruby-trollop: Makefile
devel/ruby-uuidtools: Makefile
devel/ruby-yajl: Makefile
devel/ruby-zentest: Makefile
devel/scons : Makefile
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/shtool : Makefile
devel/silc-toolkit: Makefile
devel/simulavr : Makefile
devel/slib : Makefile
devel/slib-guile: Makefile
devel/smarty : Makefile
devel/smpeg : Makefile
devel/sparsehash: Makefile
devel/spe : Makefile
devel/spice-protocol: Makefile
devel/spidermonkey: Makefile
devel/splint : Makefile
devel/srecord : Makefile
devel/startup-notification: Makefile
devel/stfl : Makefile
devel/stm32loader: Makefile
devel/stp : Makefile
devel/subversion: Makefile
devel/svk : Makefile
devel/swig : Makefile
devel/t1lib : Makefile
devel/tclap : Makefile
devel/tclcl : Makefile
devel/tcllib : Makefile
devel/tclthread: Makefile
devel/teensyloader: Makefile
devel/tig : Makefile
devel/tkcvs : Makefile
devel/tkdiff : Makefile
devel/tklib : Makefile
devel/tla : Makefile
devel/tmake : Makefile
devel/tortoisehg: Makefile
devel/ucpp : Makefile
devel/udis86 : Makefile
devel/uisp : Makefile
devel/uthash : Makefile
devel/uuid : Makefile
devel/vanessa : Makefile.inc
devel/varconf : Makefile
devel/vim-taglist: Makefile
devel/vtags : Makefile
devel/vtcl : Makefile
devel/vte : Makefile
devel/vte3 : Makefile
devel/waf : Makefile
devel/wcb : Makefile
devel/xdg-user-dirs: Makefile
devel/xdg-utils: Makefile
devel/xmake : Makefile
devel/xulrunner: Makefile.inc
devel/yaml-cpp : Makefile
devel/yasm : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:02:50
Modified files:
editors/abiword: Makefile
editors/axe : Makefile
editors/beav : Makefile
editors/beaver : Makefile
editors/bvi : Makefile
editors/cooledit: Makefile
editors/dhex : Makefile
editors/ee : Makefile
editors/elvis : Makefile
editors/emacs : Makefile
editors/emacs21: Makefile
editors/focuswriter: Makefile
editors/fte : Makefile
editors/ged : Makefile
editors/gummi : Makefile
editors/hexcurse: Makefile
editors/hexedit: Makefile
editors/hnb : Makefile
editors/ht : Makefile
editors/jed : Makefile
editors/joe : Makefile
editors/jove : Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
editors/ldapvi : Makefile
editors/leafpad: Makefile
editors/libreoffice: Makefile
editors/nano : Makefile
editors/nedit : Makefile
editors/nvi : Makefile
editors/nvi-m17n: Makefile
editors/py-qscintilla: 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/texworks: Makefile
editors/traditional-vi: Makefile
editors/uemacs : Makefile
editors/vim : Makefile
editors/vim-spell: Makefile.inc
editors/xemacs21: Makefile.inc
editors/xemacs21-sumo: Makefile
editors/xinha : Makefile
editors/xwpe : Makefile
editors/zile : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:06:05
Modified files:
education/algotutor: Makefile
education/anki : Makefile
education/drgeo: Makefile
education/drgeo-doc: Makefile
education/dvorak7min: Makefile
education/edict: Makefile
education/epte : Makefile
education/gamgi: Makefile
education/gtypist: Makefile
education/verbiste: Makefile
emulators/BasiliskII: Makefile
emulators/bochs: Makefile
emulators/coldfire: Makefile
emulators/desmume: Makefile
emulators/dgen-sdl: Makefile
emulators/dosbox: Makefile
emulators/dynagen: Makefile
emulators/dynamips: Makefile
emulators/fceux: Makefile
emulators/fedora: Makefile.inc
emulators/frodo: Makefile
emulators/fs-uae: Makefile
emulators/fuse : Makefile
emulators/fuse-utils: Makefile
emulators/gambatte: Makefile
emulators/gns3 : Makefile
emulators/gnusim8085: Makefile
emulators/gxemul: Makefile
emulators/ines : Makefile
emulators/mastergear: Makefile
emulators/mednafen: Makefile
emulators/mupen64plus: Makefile.inc
emulators/mupen64plus/audio-sdl: Makefile
emulators/mupen64plus/core: Makefile
emulators/mupen64plus/input-sdl: Makefile
emulators/mupen64plus/rsp-hle: Makefile
emulators/mupen64plus/rsp-z64: Makefile
emulators/mupen64plus/ui-console: Makefile
emulators/mupen64plus/video-arachnoid: Makefile
emulators/mupen64plus/video-glide64: Makefile
emulators/mupen64plus/video-rice: Makefile
emulators/mupen64plus/video-z64: Makefile
emulators/nestopia: Makefile
emulators/openmsx: Makefile
emulators/pcsxr: Makefile
emulators/qemu : Makefile
emulators/redhat: Makefile.inc
emulators/redhat/libc5: Makefile
emulators/sdlmame: Makefile
emulators/sdlmess: Makefile
emulators/simh : Makefile
emulators/snes9x: Makefile
emulators/spectemu: Makefile
emulators/spim : Makefile
emulators/stella: Makefile
emulators/uae : Makefile
emulators/vbam : Makefile
emulators/vgb : Makefile
emulators/x48 : Makefile
emulators/xcopilot: Makefile
emulators/xhomer: Makefile
emulators/yabause: Makefile
emulators/zsnes: Makefile
fonts/acrofonts: Makefile
fonts/adobe-source-code-pro: Makefile
fonts/adobe-source-sans-pro: Makefile
fonts/anonymous-pro: Makefile
fonts/arabeyes-ttf: Makefile
fonts/artwiz-aleczapka: Makefile
fonts/cantarell-fonts: Makefile
fonts/dina-fonts: Makefile
fonts/droid-fonts: Makefile
fonts/ecoliercourt-fonts: Makefile
fonts/farsi-bfonts-ttf: Makefile
fonts/farsifonts-ttf: Makefile
fonts/freefarsi-ttf: Makefile
fonts/freefont-ttf: Makefile
fonts/freefonts: Makefile
fonts/gohufont : Makefile
fonts/inconsolata-font: Makefile
fonts/intlfonts: Makefile
fonts/ja-funetfonts: Makefile
fonts/ja-kanjistrokeorders-ttf: Makefile
fonts/ja-mplus-ttf: Makefile
fonts/ja-sazanami-ttf: Makefile
fonts/jmk-fonts: Makefile
fonts/ko-baekmuk-fonts: Makefile
fonts/ko-baekmuk-ttf: Makefile
fonts/ko-hanterm-fonts: Makefile
fonts/league-fonts: Makefile
fonts/liberation-fonts: Makefile
fonts/linuxlibertine-fonts-otf: Makefile
fonts/linuxlibertine-fonts-ttf: Makefile
fonts/lohit-fonts: Makefile
fonts/mftrace : Makefile
fonts/msttcorefonts: Makefile
fonts/pkfonts : Makefile
fonts/roboto-fonts: Makefile
fonts/ru-pscyr : Makefile
fonts/ru-ptsans: Makefile
fonts/spranq-ecofont-ttf: Makefile
fonts/terminus-font: Makefile
fonts/ubuntu-fonts: Makefile
fonts/un-fonts : Makefile.inc
fonts/zh-arphicttf: Makefile
fonts/zh-bg5pdf: Makefile
fonts/zh-bg5ps : Makefile
fonts/zh-kcfonts: Makefile
fonts/zh-taipeifonts: Makefile
fonts/zh-wqy-bitmapfont: Makefile
fonts/zh-wqy-zenhei-ttf: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:07:43
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/evil: Makefile
games/alephone/scenarios/marathon: Makefile
games/alephone/scenarios/marathon2: Makefile
games/alephone/scenarios/marathoninfinity: Makefile
games/alephone/scenarios/red: Makefile
games/alephone/weland: Makefile
games/allegro : Makefile
games/amoebax : Makefile
games/amph : Makefile
games/an : Makefile
games/angband : Makefile
games/angrydd : Makefile
games/armagetronad: Makefile
games/atomix : Makefile
games/barrage : Makefile
games/bass : Makefile
games/batrachians: Makefile
games/belooted : Makefile
games/beret : Makefile
games/blobby : Makefile
games/blobwars : Makefile
games/bomberclone: Makefile
games/boswars : Makefile
games/braincurses: Makefile
games/burgerspace: Makefile
games/bzflag : Makefile
games/capitan-sevilla: Makefile
games/castle-combat: Makefile
games/cgoban : Makefile
games/childsplay: Makefile
games/childsplay-plugins: Makefile
games/chocolate-doom: Makefile
games/chroma : Makefile
games/chroma-enigma: Makefile
games/chromium-bsu: Makefile
games/circuit : Makefile
games/clines : Makefile
games/clonekeen: 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/csmash : Makefile
games/defendguin: Makefile
games/doomdata/doom1: Makefile
games/doomdata/doom2: Makefile
games/doomdata/shareware: Makefile
games/dopewars : Makefile
games/duke3ddata: Makefile
games/dungeon : Makefile
games/dungeon-crawl: Makefile
games/eboard : Makefile
games/eboard-extras: Makefile
games/eduke32 : Makefile
games/egoboo : Makefile
games/einstein : Makefile
games/eliot : Makefile
games/enigma : Makefile
games/extremetuxracer: Makefile
games/f1spirit : Makefile
games/falconseye: Makefile
games/fire : Makefile
games/flare : 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/gamine : Makefile
games/gargoyle : Makefile
games/gbrainy : Makefile
games/gcompris : Makefile
games/gemdropx : Makefile
games/glsfcave : Makefile
games/glutton : Makefile
games/gnome-mastermind: Makefile
games/gnuchess : Makefile
games/gnugo : Makefile
games/gnushogi : Makefile
games/gottcode : Makefile.inc
games/grhino : Makefile
games/gtetrinet: Makefile
games/gtkballs : Makefile
games/hackdata : Makefile
games/heroes : Makefile
games/hex-a-hop: Makefile
games/icebreaker: Makefile
games/ivan : Makefile
games/jag : 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/love : Makefile
games/maelstrom: Makefile
games/manaplus : Makefile
games/meandmyshadow: Makefile
games/megaglest: Makefile.inc
games/micropolis: Makefile
games/minetest : Makefile
games/mirrormagic: Makefile
games/mnemosyne: Makefile
games/monadius : Makefile
games/moon-buggy: Makefile
games/moonlander: Makefile
games/moria : Makefile
games/naev : Makefile.inc
games/nethack : Makefile
games/netris : 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/openxcom : Makefile
games/pacman-arena: Makefile
games/pathological: Makefile
games/pingus : Makefile
games/pioneers : Makefile
games/pokerth : Makefile
games/prboom : Makefile
games/puzzles : Makefile
games/qgo : Makefile
games/qstat : Makefile
games/quake : Makefile
games/quake2 : Makefile
games/renpy : 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/ski : 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/starlanes: Makefile
games/stone-soup: Makefile
games/sudognu : Makefile
games/sudoku : Makefile
games/sudoku-solver: Makefile
games/supertuxkart: Makefile
games/taxipilot: Makefile
games/teeworlds: Makefile
games/tetrinetx: Makefile
games/toppler : Makefile
games/tornado : Makefile
games/tutris : Makefile
games/tuxkart : Makefile
games/tuxpaint : Makefile
games/tuxpaint-config: Makefile
games/tuxpaint-stamps: Makefile
games/ufoai : Makefile.inc
games/ufoai/base: Makefile
games/ufoai/data: Makefile
games/uqm : Makefile
games/vectoroids: Makefile
games/vitetris : Makefile
games/vodovod : Makefile
games/wanderer : Makefile
games/warmux : Makefile
games/warzone2100: Makefile
games/wesnoth : Makefile
games/widelands: Makefile
games/wmminichess: Makefile
games/wmtictactoe: Makefile
games/wordwarvi: Makefile
games/wtf : 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/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/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/zaz : Makefile
games/zoom : Makefile
games/ztrack : Makefile
geo/emerillon : Makefile
geo/foxtrotgps : Makefile
geo/garmindev : Makefile
geo/gdal : Makefile
geo/geoclue : Makefile
geo/globe : Makefile
geo/gmapcatcher: Makefile
geo/gpsbabel : Makefile
geo/gpstk : Makefile
geo/gpx-viewer : Makefile
geo/jeoip : Makefile
geo/josm : Makefile
geo/libchamplain: Makefile
geo/mapserver : Makefile
geo/memphis : Makefile
geo/merkaartor : Makefile
geo/openbsd-developers: Makefile
geo/osm-gps-map: Makefile
geo/osm2go : 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/py-proj : Makefile
geo/qgis : Makefile
geo/qlandkarte : Makefile
geo/qlandkartegt: Makefile
geo/ruby-findmyiphone: Makefile
geo/tilecache : Makefile
geo/viking : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:10:56
Modified files:
graphics/DevIL : 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/argyll: Makefile
graphics/asymptote: Makefile
graphics/autopano-sift-c: Makefile
graphics/babl : Makefile
graphics/barcode: Makefile
graphics/blender: Makefile
graphics/cadubi: Makefile
graphics/cairo : Makefile
graphics/cairomm: Makefile
graphics/cal3d : Makefile
graphics/cfdg : Makefile
graphics/clutter: Makefile.inc
graphics/clutter/cogl: Makefile
graphics/clutter/core: Makefile
graphics/colord: Makefile
graphics/colord-gtk: Makefile
graphics/colorexplorer: Makefile
graphics/comix : Makefile
graphics/compface: Makefile
graphics/cqcam : Makefile
graphics/ctl : 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/dmtx-utils: Makefile
graphics/dpic : Makefile
graphics/dumpmpeg: Makefile
graphics/dvdrip: Makefile
graphics/enblend-enfuse: Makefile
graphics/enjoympeg: Makefile
graphics/evince: Makefile
graphics/exiftran: Makefile
graphics/exiv2 : Makefile
graphics/feh : Makefile
graphics/ffmpeg: Makefile
graphics/ffmpegthumbnailer: Makefile
graphics/flash : Makefile
graphics/freeglut: Makefile
graphics/freeimage: Makefile
graphics/fswebcam: Makefile
graphics/ftgl : Makefile
graphics/fxtv : Makefile
graphics/fyre : Makefile
graphics/gd : Makefile
graphics/gdk-pixbuf2: Makefile
graphics/geeqie: Makefile
graphics/gegl : Makefile
graphics/geomview: Makefile
graphics/gfract: Makefile
graphics/gif2png: Makefile
graphics/gifsicle: Makefile
graphics/giftrans: Makefile
graphics/gimp/liquid-rescale: Makefile
graphics/gimp/stable: Makefile
graphics/gle : Makefile
graphics/glew : Makefile
graphics/glpng : Makefile
graphics/gmt : Makefile
graphics/gnofract4d: Makefile
graphics/gocr : Makefile
graphics/goocanvas: Makefile
graphics/goocanvas2: Makefile
graphics/goocanvasmm2: Makefile
graphics/gphoto2: Makefile
graphics/gpicview: Makefile
graphics/gracula: Makefile
graphics/grap : Makefile
graphics/graphite2: Makefile
graphics/gthumb: Makefile
graphics/gtkam : Makefile
graphics/gtkimageview: Makefile
graphics/gwenview: Makefile
graphics/gwenview-i18n: Makefile
graphics/hs-GLUT: Makefile
graphics/hs-OpenGL: Makefile
graphics/hs-cairo: Makefile
graphics/hugin : Makefile
graphics/ilmbase: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/indexpage: Makefile
graphics/inkscape: Makefile
graphics/ipe : Makefile
graphics/iview : Makefile
graphics/jasper: Makefile
graphics/jbig2dec: Makefile
graphics/jbigkit: Makefile
graphics/jhead : Makefile
graphics/jpeg : Makefile
graphics/jpeg2ps: Makefile
graphics/jpegpixi: Makefile
graphics/k3dsurf: Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
graphics/l2p : Makefile
graphics/lasem : Makefile
graphics/lcms : Makefile
graphics/lcms2 : Makefile
graphics/lensfun: Makefile
graphics/leptonica: Makefile
graphics/libart: Makefile
graphics/libcaca: Makefile
graphics/libdivxdecore: Makefile
graphics/libdmtx: Makefile
graphics/libdvbpsi: Makefile
graphics/libexif: Makefile
graphics/libexif-gtk: Makefile
graphics/libgexiv2: Makefile
graphics/libgphoto2: Makefile
graphics/libiptcdata: 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/libqrencode: Makefile
graphics/libraw: Makefile
graphics/libungif: Makefile
graphics/libvidcap: Makefile
graphics/libwebp: Makefile
graphics/libwmf: Makefile
graphics/libxmi: Makefile
graphics/lsys : Makefile
graphics/luagd : Makefile
graphics/luvcview: Makefile
graphics/makehuman: Makefile
graphics/mandelbulber: Makefile
graphics/mapivi: Makefile
graphics/mapnik: Makefile
graphics/mhgui : Makefile
graphics/mirage: Makefile
graphics/molden: Makefile
graphics/mpeg-lib: Makefile
graphics/mpeg_encode: Makefile
graphics/mpeg_play: Makefile
graphics/mplex : Makefile
graphics/mscgen: Makefile
graphics/netpbm: Makefile
graphics/node-canvas: Makefile
graphics/ocaml-camlimages: Makefile
graphics/ocrad : Makefile
graphics/opencsg: Makefile
graphics/opencv: Makefile
graphics/openexr: Makefile
graphics/openexr-ctl: Makefile
graphics/openexr-viewers: Makefile
graphics/openimageio: Makefile
graphics/openjpeg: 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-Scale: Makefile
graphics/p5-Image-Size: Makefile
graphics/p5-Imager: Makefile
graphics/p5-Imager-QRCode: Makefile
graphics/p5-SVG: Makefile
graphics/p5-SVG-Graph: Makefile
graphics/pdfmod: Makefile
graphics/pecl-imagick: Makefile
graphics/pigment: Makefile
graphics/png : Makefile
graphics/png2ico: Makefile
graphics/pngcrush: Makefile
graphics/potrace: Makefile
graphics/povray: Makefile
graphics/pstoedit: Makefile
graphics/py-Imaging: Makefile
graphics/py-Pillow: Makefile
graphics/py-cairo: Makefile
graphics/py-dot: Makefile
graphics/py-gd : Makefile
graphics/py-graphics: Makefile
graphics/py-matplotlib: Makefile
graphics/py-opengl: Makefile
graphics/py-pigment: Makefile
graphics/py-pyx: Makefile
graphics/py3-cairo: Makefile
graphics/pycha : Makefile
graphics/qiv : Makefile
graphics/quesoglc: Makefile
graphics/rawstudio: Makefile
graphics/rawtherapee: Makefile
graphics/ruby-color: 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/shared-color-targets: Makefile
graphics/shotwell: Makefile
graphics/simple-scan: Makefile
graphics/sketch: Makefile
graphics/smpeg-xmms: Makefile
graphics/swfdec: Makefile
graphics/sxiv : Makefile
graphics/synaesthesia: Makefile
graphics/tesseract: Makefile
graphics/tgif : Makefile
graphics/tiff : Makefile
graphics/tiff2png: Makefile
graphics/tkimg : Makefile
graphics/tkpng : Makefile
graphics/ufraw : Makefile
graphics/vcdimager: Makefile
graphics/vid : Makefile
graphics/videod: Makefile
graphics/viewnior: Makefile
graphics/wmgrabimage: Makefile
graphics/wmicons: Makefile
graphics/wmphoto: Makefile
graphics/xanim : Makefile
graphics/xaos : 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
graphics/zint : Makefile
graphics/zxing : Makefile
Log message:
PERMIT_* / REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:12:34
Modified files:
inputmethods/anthy: Makefile
inputmethods/ibus: Makefile
inputmethods/ibus-anthy: Makefile
inputmethods/ibus-skk: Makefile
inputmethods/libskk: 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/tomoe: Makefile
inputmethods/uim: Makefile
inputmethods/uim-chewing: Makefile
inputmethods/uim-tomoe-gtk: Makefile
japanese/Wnn : Makefile
japanese/canna : Makefile
japanese/groff : Makefile
japanese/gwaei : Makefile
japanese/jvim : Makefile
japanese/kakasi: Makefile
japanese/kanatest: Makefile
japanese/kanjipad: Makefile
japanese/kanjips: Makefile
japanese/kasumi: Makefile
japanese/kbanner: Makefile
japanese/kinput2: Makefile
japanese/kterm : Makefile
japanese/less : Makefile
japanese/mecab : Makefile
japanese/nkf : Makefile
japanese/onew : Makefile
japanese/p5-Text-Kakasi: Makefile
japanese/skk-jisyo: Makefile
java/asm : Makefile
java/jBCrypt : Makefile
java/java-getopt: Makefile
java/javaPathHelper: Makefile
java/jlint : Makefile
java/jna : Makefile
java/junit : Makefile
korean/hanterm-xf: Makefile
korean/libhangul: Makefile
Log message:
PERMIT_* / REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:20:29
Modified files:
lang/STk : Makefile
lang/antlr3 : Makefile
lang/arena : Makefile
lang/boo : Makefile
lang/chicken : Makefile
lang/classpath : Makefile
lang/clisp : Makefile
lang/clojure : Makefile
lang/coffeescript: Makefile
lang/cython : Makefile
lang/datalog : Makefile
lang/eagle : Makefile
lang/ecl : Makefile
lang/elixir : Makefile
lang/eltclsh : Makefile
lang/erlang : Makefile erlang.port.mk
lang/expect : Makefile
lang/ezm3 : Makefile
lang/feldspar : Makefile.inc
lang/fpc : Makefile
lang/freehdl : Makefile
lang/g77 : Makefile
lang/g77-old : Makefile
lang/gambit : Makefile
lang/gawk : Makefile
lang/gcc : Makefile.inc
lang/gcc/4.2 : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.7 : Makefile
lang/gforth : Makefile
lang/gfortran : Makefile
lang/ghc : Makefile ghc.port.mk
lang/go : Makefile
lang/gprolog : Makefile
lang/guile : Makefile
lang/hs-HsParrot: Makefile
lang/hs-haskell-src: Makefile
lang/hs-haskell-src-exts: Makefile
lang/hs-syntactic: Makefile
lang/hugs : Makefile
lang/icon/book : Makefile
lang/icon/devel-book: Makefile
lang/icon/interp: Makefile
lang/icon/lib : Makefile
lang/intel2gas : Makefile
lang/io : Makefile
lang/iverilog : Makefile
lang/jamvm : Makefile
lang/jikes : Makefile
lang/jimtcl : Makefile
lang/jruby : Makefile
lang/kawa : Makefile
lang/librep : Makefile
lang/libv8 : Makefile
lang/lua : Makefile.inc lua.port.mk
lang/luajit : Makefile
lang/mawk : Makefile
lang/mono : Makefile
lang/mono-basic: Makefile
lang/myhdl : Makefile
lang/nbfc : Makefile
lang/newlisp : Makefile
lang/nhc98 : Makefile
lang/node : Makefile node.port.mk
lang/nqp : Makefile
lang/obc : Makefile
lang/ocaml : Makefile ocaml.port.mk
lang/ocamlduce : Makefile
lang/onyx : Makefile
lang/oo2c : Makefile
lang/open-cobol: Makefile
lang/otcl : Makefile
lang/parrot : Makefile
lang/pcc : Makefile
lang/petite-chez: Makefile
lang/pfe : Makefile
lang/php : Makefile.inc
lang/php/pecl : pecl.port.mk
lang/processing: Makefile
lang/pugs : Makefile
lang/python : Makefile.inc python.port.mk
lang/railo : Makefile
lang/rakudo : Makefile
lang/rubinius : Makefile
lang/ruby : Makefile.inc ruby.port.mk
lang/ruby/1.8 : Makefile
lang/ruby/1.9 : Makefile
lang/sbcl : Makefile
lang/scala : Makefile
lang/scheme-report: Makefile
lang/scheme48 : Makefile
lang/scm : Makefile
lang/smlnj : Makefile
lang/spidermonkey: Makefile
lang/squeak : Makefile.inc
lang/swi-prolog: Makefile
lang/tcl/8.4 : Makefile
lang/tcl/8.5 : Makefile
lang/tcl/8.6 : Makefile
lang/tcltutor : Makefile
lang/tinyscheme: Makefile
lang/ucblogo : Makefile
lang/unicon : Makefile
lang/vala : Makefile
lang/verilator : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:23:59
Modified files:
mail/abook : Makefile
mail/adcomplain: Makefile
mail/akpop3d : Makefile
mail/altermime : Makefile
mail/amavisd-new: Makefile
mail/archivemail: Makefile
mail/archiveopteryx: 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-htmlviewer: Makefile
mail/claws-mail-notification: Makefile
mail/claws-mail-rssyl: Makefile
mail/claws-mail-vcalendar: Makefile
mail/cmail : Makefile
mail/courier-authlib: Makefile
mail/courier-imap: Makefile
mail/cucipop : Makefile
mail/cue : Makefile
mail/cyrus-imapd: Makefile
mail/dkim-milter: Makefile
mail/dovecot : Makefile
mail/dovecot-antispam: Makefile
mail/dovecot-pigeonhole: Makefile
mail/drac : Makefile
mail/dspam : Makefile
mail/elm : Makefile
mail/evolution : Makefile
mail/evolution-ews: Makefile
mail/evolution-rss: Makefile
mail/exim : Makefile
mail/exmh2 : Makefile
mail/extsmail : Makefile
mail/faces : Makefile
mail/fdm : Makefile
mail/femail : Makefile
mail/fetchmail : Makefile
mail/geary : Makefile
mail/getmail : Makefile
mail/gmime : 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/libspf2 : Makefile
mail/mailcrypt : Makefile
mail/maildrop : Makefile
mail/mailgraph : Makefile
mail/mailman : Makefile
mail/mailscanner: Makefile
mail/mairix : Makefile
mail/majordomo : Makefile
mail/mboxgrep : Makefile
mail/metamail : Makefile
mail/mew : Makefile
mail/milter-checkrcpt: 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/mozilla-thunderbird: Makefile
mail/msmtp : Makefile
mail/mutt : Makefile.inc
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-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-Encodings: 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-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: Makefile
mail/p5-Mail-SPF-Iterator: Makefile
mail/p5-Mail-SPF-Query: Makefile
mail/p5-Mail-SPF-Test: 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/pear-Mail : Makefile
mail/pear-Mail-Mime: Makefile
mail/pear-Mail-mimeDecode: Makefile
mail/pear-Mime-Type: 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/poppy : Makefile
mail/postfix : Makefile.inc
mail/postgrey : Makefile
mail/prepop : Makefile
mail/procmail : Makefile
mail/py-authres: Makefile
mail/py-milter : Makefile
mail/py-policyd-spf: Makefile
mail/py-spf : Makefile
mail/pyzor : Makefile
mail/razor-agents: Makefile
mail/rcube-sieverules: Makefile
mail/re-alpine : Makefile
mail/relaydb : Makefile
mail/roundcubemail: Makefile
mail/ruby-mail : Makefile
mail/ruby-mailfactory: Makefile
mail/ruby-mime : Makefile
mail/ruby-mime-types: Makefile
mail/sieve-connect: Makefile
mail/signify : Makefile
mail/sma : Makefile
mail/smsmail : Makefile
mail/smtp-vilter: Makefile
mail/smtpclient: Makefile
mail/solid-pop3d: Makefile
mail/spambayes : Makefile
mail/sqlgrey : Makefile
mail/swaks : Makefile
mail/sylpheed : Makefile
mail/sympa : Makefile
mail/teapop : Makefile
mail/thunderbird-i18n: Makefile.inc
mail/tkrat : Makefile
mail/tmda : Makefile
mail/tnef : 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 : Makefile.inc
mail/zarafa/webapp: Makefile
math/R : Makefile
math/aamath : Makefile
math/abs : Makefile
math/amd : Makefile
math/arpack : Makefile
math/blas : Makefile
math/calc : Makefile
math/calcoo : Makefile
math/camd : Makefile
math/cblas : Makefile
math/ccolamd : Makefile
math/cfitsio : Makefile
math/cgal : Makefile
math/colamd : Makefile
math/coq : Makefile
math/ecm : Makefile
math/eigen : Makefile
math/eigen2 : Makefile
math/fann : Makefile
math/fftw : Makefile
math/fftw3 : Makefile
math/foma : Makefile
math/freemat : Makefile
math/galculator: Makefile
math/geogebra : Makefile
math/ginac : Makefile
math/gnumeric : Makefile
math/gnuplot : Makefile
math/grace : Makefile
math/graphviz : Makefile
math/grpn : Makefile
math/hc : Makefile
math/hexcalc : Makefile
math/hoc : Makefile
math/jacal : Makefile
math/kst : Makefile
math/lapack : Makefile
math/libneural : Makefile
math/logic2cnf : Makefile
math/lpsolve : Makefile.inc
math/lpsolve/core: Makefile
math/lpsolve/python: Makefile
math/lrs : Makefile
math/maple : Makefile
math/maple-share: Makefile
math/mathomatic: Makefile
math/matio : Makefile
math/maxima : Makefile
math/mcl : Makefile
math/mcsim : Makefile
math/minisat : Makefile
math/moo : Makefile
math/netcdf : Makefile
math/ntl : Makefile
math/octave : Makefile
math/openfst : 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-Combinatorics: 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-Base85: 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-Random-ISAAC: 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/prover9 : Makefile.inc
math/prover9/ladr: Makefile
math/prover9/p9m4: Makefile
math/py-Numeric: Makefile
math/py-gnuplot: Makefile
math/py-numpy : Makefile
math/py-probstat: Makefile
math/py-scipy : Makefile
math/py-sympy : Makefile
math/qhull : Makefile
math/qrupdate : Makefile
math/qtoctave : Makefile
math/sc : Makefile
math/udunits : Makefile
math/ufconfig : Makefile
math/umfpack : Makefile
math/wcalc : Makefile
math/wmcalc : Makefile
math/wxMaxima : Makefile
math/xspread : Makefile
math/yorick : Makefile
misc/WordGenerator: Makefile
misc/amanda : Makefile
misc/astrolog : Makefile
misc/bible-kjv : Makefile
misc/brltty : Makefile
misc/bsdiff : Makefile
misc/buffer : Makefile
misc/cbb : Makefile
misc/ccze : Makefile
misc/cdrdao : Makefile
misc/clex : Makefile
misc/cmdpack : Makefile
misc/deco : Makefile
misc/delay : Makefile
misc/dialog : Makefile
misc/digitemp : Makefile
misc/dnetc : Makefile
misc/dtach : Makefile
misc/dtcltiny : Makefile
misc/dvtm : Makefile
misc/ent : Makefile
misc/fasd : Makefile
misc/figlet : Makefile
misc/findutils : Makefile
misc/ftdi-eeprom: Makefile
misc/garmin-utils: Makefile
misc/geekcode : Makefile
misc/gnugetopt : Makefile
misc/gnuwatch : Makefile
misc/gone : Makefile
misc/gpsd : Makefile
misc/gramps : Makefile
misc/gtk3mm-documentation: Makefile
misc/gutenpy : Makefile
misc/hfsplus : Makefile
misc/impress : Makefile
misc/jive : Makefile
misc/ktimeclock: Makefile
misc/lfm : Makefile
misc/lifelines : Makefile
misc/logjam : Makefile
misc/magicpoint: Makefile
misc/mc : Makefile
misc/memcached : Makefile
misc/memchan : Makefile
misc/migrationtools: Makefile
misc/mmv : Makefile
misc/most : Makefile
misc/mshell : Makefile
misc/nyancat : Makefile
misc/omconsole : Makefile
misc/openbabel : Makefile
misc/p5-Acme-LOLCAT: Makefile
misc/p5-CreditCard: Makefile
misc/p5-File-LibMagic: Makefile
misc/p5-File-MMagic: Makefile
misc/p5-File-MMagic-XS: Makefile
misc/p5-File-Rotate-Backup: Makefile
misc/p5-Finance-Bank-DE-DTA-Create: 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-Umph-Prompt: Makefile
misc/p5-User : Makefile
misc/p5-User-Identity: Makefile
misc/pdmenu : Makefile
misc/pfm : Makefile
misc/plan : Makefile
misc/py-imdb : Makefile
misc/py-memcached: Makefile
misc/pymissile : Makefile
misc/randtype : Makefile
misc/redshift : Makefile
misc/remind : Makefile
misc/rlwrap : Makefile
misc/rocrail : Makefile
misc/rpm : Makefile
misc/ruby-spreadsheet: Makefile
misc/screen : Makefile
misc/shared-desktop-ontologies: Makefile
misc/shared-mime-info: Makefile
misc/spdrs60 : Makefile
misc/splitvt : Makefile
misc/srcpd : Makefile
misc/supercat : Makefile
misc/teseq : Makefile
misc/tkcron : Makefile
misc/tkinfo : Makefile
misc/tkman : Makefile
misc/tpp : Makefile
misc/tpwireless: Makefile
misc/ttyrec : Makefile
misc/uniutils : Makefile
misc/viz : Makefile
misc/vmware-vncpasswd: Makefile
misc/vttest : 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
misc/ytree : Makefile
misc/zzuf : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:35:59
Modified files:
multimedia/atomicparsley: Makefile
multimedia/audiopreview: Makefile
multimedia/avidemux: Makefile
multimedia/avinfo: Makefile
multimedia/ccextractor: Makefile
multimedia/coherence: Makefile
multimedia/devede: Makefile
multimedia/dvdauthor: Makefile
multimedia/dvdbackup: 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/plugins-ugly: Makefile
multimedia/gstreamer-0.10/py-gstreamer: Makefile
multimedia/gstreamer1: Makefile.inc
multimedia/gstreamer1/plugins-ugly: Makefile
multimedia/hdhomerun: Makefile
multimedia/k3b : Makefile
multimedia/kaffeine: Makefile
multimedia/kguitar: Makefile
multimedia/libaacs: Makefile
multimedia/libass: Makefile
multimedia/libbluray: 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/lives: Makefile
multimedia/lsdvd: Makefile
multimedia/mediatomb: Makefile
multimedia/ming: Makefile
multimedia/minidlna: Makefile
multimedia/mjpegtools: Makefile
multimedia/mkvtoolnix: Makefile
multimedia/moovida: Makefile.inc
multimedia/mpgtx: Makefile
multimedia/oggconvert: Makefile
multimedia/oggz: Makefile
multimedia/ogmrip: Makefile
multimedia/ogmtools: Makefile
multimedia/p5-AMF-Connection: Makefile
multimedia/p5-Data-AMF: Makefile
multimedia/p5-Storable-AMF: Makefile
multimedia/phonon: Makefile
multimedia/recordmydesktop: Makefile.inc
multimedia/regionset: Makefile
multimedia/schroedinger: Makefile
multimedia/shrip: Makefile
multimedia/streamdvd: Makefile
multimedia/subrip: Makefile
multimedia/subtitleripper: Makefile
multimedia/swfmill: Makefile
multimedia/swftools: Makefile
multimedia/transcode: Makefile
multimedia/vitunes: Makefile
multimedia/x264: Makefile
multimedia/xine-lib: Makefile
multimedia/xine-ui: Makefile
multimedia/xvidcore: Makefile
multimedia/yle-dl: Makefile
net/BitTorrent : Makefile
net/GeoIP : Makefile
net/adns : Makefile
net/adsuck : Makefile
net/aget : Makefile
net/aggregate : Makefile
net/aguri : Makefile
net/aiccu : Makefile
net/aimsniff : Makefile
net/aircontrol : Makefile
net/amsn : Makefile
net/amule : Makefile
net/angst : Makefile
net/ap-utils : Makefile
net/apache-activemq: Makefile
net/archie : Makefile
net/argus : Makefile
net/argus-clients: Makefile
net/arm : Makefile
net/arp-scan : Makefile
net/arpcatch : Makefile
net/arpd : Makefile
net/arping : Makefile
net/arpwatch : Makefile
net/avahi : Makefile
net/axel : Makefile
net/balance : Makefile
net/bindgraph : Makefile
net/bing : Makefile
net/bird : Makefile
net/bitlbee : Makefile
net/bnc : Makefile
net/bro : Makefile
net/btpd : Makefile
net/bwm-ng : Makefile
net/cadaver : Makefile
net/castget : Makefile
net/centerim : Makefile
net/cftp : Makefile
net/charm : Makefile
net/cjc : Makefile
net/climm : Makefile
net/clive : Makefile
net/clog : Makefile
net/cnupm : Makefile
net/coccinella : Makefile
net/courtney : Makefile
net/crawl : Makefile
net/csup : Makefile
net/ctrace : Makefile
net/curl : Makefile
net/cvsup : Makefile
net/cvsync : Makefile
net/daq : Makefile
net/darkstat : Makefile
net/dclib : Makefile
net/ddclient : Makefile
net/dhcping : Makefile
net/dictd : Makefile
net/dlint : Makefile
net/dnscrypt-proxy: Makefile
net/dnsfilter : Makefile
net/dnsmasq : Makefile
net/dnsreflector: Makefile
net/dnstop : Makefile
net/dnstracer : Makefile
net/doc : Makefile
net/dsocks : Makefile
net/dxpc : Makefile
net/dysnomia : Makefile
net/echoping : Makefile
net/ejabberd : Makefile
net/ekg : Makefile
net/emesene : Makefile
net/enet : Makefile
net/epic4 : Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
net/etherape : Makefile
net/ettercap : Makefile
net/ez-ipupdate: Makefile
net/ezstream : Makefile
net/farstream : Makefile
net/filezilla : Makefile
net/firewalk : Makefile
net/flickcurl : Makefile
net/flow-tools : Makefile
net/flowd : Makefile
net/flvstreamer: Makefile
net/fmirror : Makefile
net/fpdns : Makefile
net/fping : Makefile
net/freeradius : Makefile
net/freetalk : Makefile
net/ftpcopy : Makefile
net/ftpsesame : Makefile
net/gajim : Makefile
net/glib2-networking: Makefile
net/gloox : Makefile
net/gmudix : Makefile
net/gnaughty : Makefile
net/gnugk : Makefile
net/gopher : Makefile
net/gophernicus: Makefile
net/gotthard : Makefile
net/gpodder : Makefile
net/grake : Makefile
net/gssdp : Makefile
net/gtk-gnutella: Makefile
net/gupnp : Makefile.inc
net/gupnp/dlna : Makefile
net/gupnp/ui : Makefile
net/h323plus : Makefile
net/haproxy : Makefile
net/honeyd : Makefile
net/hping : Makefile
net/hpodder : Makefile
net/hs-HTTP : Makefile
net/hs-curl : Makefile
net/hs-hostname: Makefile
net/httptunnel : Makefile
net/icb : Makefile
net/icbirc : Makefile
net/icecast : Makefile
net/ices : Makefile
net/ices2 : Makefile
net/icinga : Makefile.inc
net/icinga/core: Makefile
net/icinga/web : Makefile
net/icli : Makefile
net/icmpinfo : Makefile
net/ifmcstat : Makefile
net/ifstat : Makefile
net/iftop : Makefile
net/igmpproxy : Makefile
net/ii : Makefile
net/ike-scan : Makefile
net/inadyn : Makefile
net/iodine : Makefile
net/ipaudit : Makefile
net/ipcad : Makefile
net/ipcalc : Makefile
net/ipcheck : 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/ircd-ratbox: Makefile
net/irssi : Makefile
net/irssi-icb : Makefile
net/irssi-silc : Makefile
net/irssi-xmpp : Makefile
net/isc-bind : Makefile
net/isc-dhcp : Makefile
net/jabberd : Makefile
net/jftpgw : Makefile
net/jnettop : Makefile
net/kismet : Makefile
net/kissd : Makefile
net/ktorrent : Makefile
net/ladvd : Makefile
net/ldistfp : Makefile
net/ldns : Makefile.inc
net/lftp : Makefile
net/libbgpdump : Makefile
net/libcares : Makefile
net/libdnet : Makefile
net/libdnsres : Makefile
net/libepc : Makefile
net/libgadu : Makefile
net/libircclient: Makefile
net/libnet : Makefile.inc
net/libnice : Makefile
net/libnids : Makefile
net/liboauth : Makefile
net/libpcapnav : Makefile
net/libproxy : Makefile
net/librest : Makefile
net/librsync : Makefile
net/libshout : Makefile
net/libsmi : Makefile
net/libsocialweb: Makefile
net/libst : Makefile
net/libtorrent : Makefile
net/libupnp : Makefile
net/livemedia : Makefile
net/loudmouth : Makefile
net/luasocket : Makefile
net/maclookup : Makefile
net/maradns : Makefile
net/maradns-deadwood: Makefile
net/mbrowse : Makefile
net/mcabber : Makefile
net/meanwhile : Makefile
net/microblog-purple: Makefile
net/minbif : Makefile
net/miniupnp : Makefile.inc
net/mirmon : Makefile
net/mirror : Makefile
net/mktorrent : Makefile
net/mldonkey/stable: Makefile
net/mon : Makefile.inc
net/mon/server : Makefile
net/mono-zeroconf: Makefile
net/mrtd : Makefile
net/mrtg : Makefile
net/mtr : Makefile
net/mudix : Makefile
net/munin : Makefile
net/mutella : Makefile
net/mygpoclient: Makefile
net/nagios/check_bioctl: Makefile
net/nagios/check_email_delivery: Makefile
net/nagios/check_esxi_hardware: Makefile
net/nagios/check_hw_sensors: Makefile
net/nagios/check_mssql_health: Makefile
net/nagios/check_openbgpd: Makefile
net/nagios/check_postgres: 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/natpmpd : Makefile
net/nbtscan : Makefile
net/ncftp : Makefile
net/nedi : Makefile
net/nemesis : Makefile
net/neon : Makefile
net/nepenthes : Makefile
net/nepim : Makefile
net/net-snmp : Makefile
net/netatalk : Makefile
net/netbsd-iscsi-target: Makefile
net/netfwd : Makefile
net/netpipes : Makefile
net/netrate : Makefile
net/netsed : Makefile
net/nfdump : Makefile
net/nfsen : Makefile
net/ngircd : Makefile
net/ngrep : Makefile
net/nicotine : Makefile
net/nload : Makefile
net/nmap : Makefile
net/no-ip : Makefile
net/ns : Makefile
net/nslint : Makefile
net/nsping : Makefile
net/nssl : Makefile
net/ntop : Makefile
net/ntp : Makefile
net/nylon : Makefile
net/ocsync : Makefile
net/oggfwd : Makefile
net/oidentd : Makefile
net/oinkmaster : Makefile
net/olsrd : Makefile
net/onioncat : Makefile
net/opal : Makefile
net/openafs : Makefile
net/openconnect: Makefile
net/openfire : Makefile
net/openmdns : Makefile
net/openvmps : Makefile
net/openvpn : Makefile
net/openvpn-auth-ldap: Makefile
net/openvpn_bsdauth: Makefile
net/osrtspproxy: Makefile
net/owamp : Makefile
net/p5-BSD-Socket-Splice: 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-GRID-Machine: 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-IO-Socket-Socks: Makefile
net/p5-IP-Country: Makefile
net/p5-IRC-Utils: Makefile
net/p5-Net-Amazon: Makefile
net/p5-Net-BGP : 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-DHCP: Makefile
net/p5-Net-DNS : Makefile
net/p5-Net-DNS-DynDNS: Makefile
net/p5-Net-DNS-Resolver-Programmable: 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-Frame: Makefile
net/p5-Net-Frame-Dump: Makefile
net/p5-Net-Frame-Layer-ICMPv6: Makefile
net/p5-Net-Frame-Layer-IPv6: Makefile
net/p5-Net-GPSD: Makefile
net/p5-Net-Google: Makefile
net/p5-Net-ICQ2000: Makefile
net/p5-Net-ICal: Makefile
net/p5-Net-IMP : Makefile
net/p5-Net-INET6Glue: Makefile
net/p5-Net-IP : Makefile
net/p5-Net-IPTrie: Makefile
net/p5-Net-IPv4Addr: Makefile
net/p5-Net-IPv6Addr: Makefile
net/p5-Net-IRC : Makefile
net/p5-Net-Inspect: Makefile
net/p5-Net-Jabber: Makefile
net/p5-Net-MySQL: Makefile
net/p5-Net-NTP : Makefile
net/p5-Net-Netmask: Makefile
net/p5-Net-OAuth: Makefile
net/p5-Net-OpenSSH: Makefile
net/p5-Net-PH : Makefile
net/p5-Net-ParseWhois: Makefile
net/p5-Net-Patricia: Makefile
net/p5-Net-Pcap: Makefile
net/p5-Net-Pcap-Reassemble: Makefile
net/p5-Net-PcapWriter: 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-ButMaintained: 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-Server-SS-PreFork: Makefile
net/p5-Net-Snort-Parser: Makefile
net/p5-Net-Subnets: Makefile
net/p5-Net-TCLink: 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-Net-eBay: Makefile
net/p5-NetAddr-IP: Makefile
net/p5-NetPacket: Makefile
net/p5-Nmap-Parser: Makefile
net/p5-Nmap-Scanner: Makefile
net/p5-OSPF-LSDB: 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-Resolver: 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-Regexp-Common-net-CIDR: Makefile
net/p5-SNMP-BridgeQuery: Makefile
net/p5-SNMP-Info: Makefile
net/p5-SNMP_Session: Makefile
net/p5-Server-Starter: Makefile
net/p5-Socket-GetAddrInfo: Makefile
net/p5-Socket6 : Makefile
net/p5-Sys-Hostname-Long: Makefile
net/p5-Test-TCP: Makefile
net/p5-Validate-Net: Makefile
net/p5-XML-RPC : Makefile
net/p5-flowd : Makefile
net/packit : Makefile
net/papyon : Makefile
net/pavuk : Makefile
net/pcapdiff : Makefile
net/pcapmerge : Makefile
net/pchar : Makefile
net/pdnsd : Makefile
net/pear-HTTP : Makefile
net/pear-HTTP-Request: Makefile
net/pear-Net-DNS: Makefile
net/pear-Net-IMAP: Makefile
net/pear-Net-IPv4: Makefile
net/pear-Net-IPv6: Makefile
net/pear-Net-LDAP: Makefile
net/pear-Net-LDAP2: Makefile
net/pear-Net-SMTP: Makefile
net/pear-Net-Socket: Makefile
net/pear-Net-URL: Makefile
net/pear-Net-URL-Mapper: Makefile
net/pear-Net-URL2: Makefile
net/pear-Services-Weather: Makefile
net/pear-Services-oEmbed: Makefile
net/pebrot : 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-sipe: Makefile
net/pidgin-tlen: Makefile
net/pktstat : Makefile
net/plushs : Makefile
net/pmacct : Makefile
net/poco : Makefile
net/poink : Makefile
net/pop3gwd : Makefile
net/poptop : Makefile
net/pork : Makefile
net/powerdns : Makefile
net/pptp : Makefile
net/prosody : Makefile
net/proxy-suite: Makefile
net/psi : Makefile
net/ptpd : Makefile
net/pure-ftpd : Makefile
net/putty : Makefile
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-ftpdlib : Makefile
net/py-impacket: Makefile
net/py-irclib : Makefile
net/py-libpcap : Makefile
net/py-medusa : Makefile
net/py-nmap : Makefile
net/py-pcapy : Makefile
net/py-pcs : Makefile
net/py-smbc : Makefile
net/py-snmp : Makefile
net/py-twitter : Makefile
net/py-xmpp : Makefile
net/py-xmpppy : Makefile
net/py-zmq : Makefile
net/py-zsi : Makefile
net/qsynergy : Makefile
net/quagga : Makefile
net/queryperf : Makefile
net/queso : Makefile
net/quirc : Makefile
net/quvi : Makefile.inc
net/rabbitmq : Makefile
net/radiusd-cistron: Makefile
net/radiusd-lucent: Makefile
net/rbldnsd : Makefile
net/rrdtool : Makefile
net/rsnapshot : Makefile
net/rsync : Makefile
net/rtg : Makefile
net/rtmpdump : Makefile
net/rtorrent : Makefile
net/ruby-amqp : Makefile
net/ruby-bunny : 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-pcaprub-msf: Makefile
net/ruby-rrdtool: Makefile
net/ruby-snmp : Makefile
net/ruby-stomp : Makefile
net/ruby-xmpp4r: Makefile
net/samba : Makefile
net/scamper : Makefile
net/scapy : Makefile
net/sendxmpp : Makefile
net/sharity-light: Makefile
net/si : Makefile
net/sic : Makefile
net/silc-client: Makefile
net/silc-server: Makefile
net/sing : Makefile
net/sipcalc : Makefile
net/sipsak : Makefile
net/sirc : Makefile
net/slurm : Makefile
net/smokeping : Makefile
net/snmptt : Makefile
net/snort : Makefile
net/socat : Makefile
net/softflowd : Makefile
net/spectrum : Makefile
net/spectrum-tools: Makefile
net/ssldump : Makefile
net/sslh : Makefile
net/sslsniffer : Makefile
net/ssvnc : Makefile
net/supybot : Makefile
net/synergy : Makefile
net/tacacs+ : Makefile
net/tcl-snmptools: Makefile
net/tclcurl : Makefile
net/tcludp : Makefile
net/tcpcat : 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 : Makefile.inc
net/telepathy/folks: Makefile
net/telepathy/telepathy-idle: Makefile
net/telepathy/telepathy-logger: Makefile
net/telepathy/telepathy-pinocchio: Makefile
net/telepathy/telepathy-salut: Makefile
net/telepathy/telepathy-spec: Makefile
net/thcrut : Makefile
net/tintin++ : Makefile
net/tinyfugue : Makefile
net/tircd : Makefile
net/tircproxy : Makefile
net/tkirc : Makefile
net/tn5250 : Makefile
net/tor : Makefile
net/torsocks : Makefile
net/totd : Makefile
net/trafd : Makefile
net/trafshow : Makefile
net/transmission: Makefile
net/trickle : Makefile
net/ttcp : Makefile
net/ttg : Makefile
net/twirssi : Makefile
net/twitux : Makefile
net/ucspi-unix : Makefile
net/udns : Makefile
net/udptunnel : Makefile
net/unbound : Makefile
net/unison : Makefile.inc
net/unworkable : Makefile
net/ushare : Makefile
net/uucp : Makefile
net/valknut : Makefile
net/vicq : Makefile
net/vncsnapshot: Makefile
net/vnstat : Makefile
net/vsftpd : Makefile
net/walker : Makefile
net/weechat : Makefile
net/weex : Makefile
net/wget : Makefile
net/whatweb : Makefile
net/wide-dhcp : Makefile
net/wide-dhcpv6: Makefile
net/winexe : Makefile
net/wmifinfo : Makefile
net/wmnet : Makefile
net/wmnetload : Makefile
net/wmwave : Makefile
net/wol : Makefile
net/xarchie : Makefile
net/xchat : Makefile
net/xl2tpd : Makefile
net/xmlrpc-c : Makefile
net/xmlrpc-epi : Makefile
net/xorp : Makefile
net/xprobe : Makefile
net/yafc : Makefile
net/yaz : Makefile
net/yersinia : Makefile
net/ysmv7 : Makefile
net/yt : Makefile
net/ytalk : Makefile
net/zabbix : Makefile
net/zenirc : Makefile
net/zeromq : Makefile
net/ziproxy : Makefile
net/znc : Makefile
net/zsync : Makefile
news/aub : Makefile
news/hellanzb : 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/pan : Makefile
news/plor : Makefile
news/py-yenc : Makefile
news/sabnzbd : Makefile
news/sickbeard : Makefile
news/slrn : Makefile
news/tin : Makefile
news/trn : Makefile
news/ubh : Makefile
news/yencode : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:37:55
Modified files:
plan9/9libs : Makefile
plan9/9menu : Makefile
plan9/9wm : Makefile
plan9/drawterm : Makefile
plan9/larswm : Makefile
plan9/plan9port: Makefile
plan9/rc : Makefile
plan9/sam : Makefile
plan9/tcs : Makefile
plan9/u9fs : Makefile
plan9/w9wm : Makefile
plan9/wily : Makefile
print/a2ps : Makefile
print/acroread : Makefile
print/afm : Makefile
print/apsfilter: Makefile
print/apvlv : Makefile
print/auctex : Makefile
print/bibview : Makefile
print/cups : Makefile
print/cups-filters: Makefile
print/cups-pdf : Makefile
print/cups-pk-helper: 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/freetype : Makefile
print/ghostscript/gnu: Makefile
print/ghostscript/gnu-fonts: 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/libXp : Makefile
print/libpaper : Makefile
print/libspectre: Makefile
print/lilypond : Makefile
print/lilypond-test-baseline: Makefile
print/lout : Makefile
print/lss : Makefile
print/lyx : Makefile
print/mpage : Makefile
print/openclipart: Makefile
print/p5-PostScript-MailLabels: Makefile
print/pdflib : Makefile
print/pdfshuffler: Makefile
print/poppler : Makefile
print/poppler-data: Makefile
print/ps2eps : Makefile
print/pscal : Makefile
print/psdim : Makefile
print/psutils : Makefile
print/ptouch-driver: Makefile
print/py-cups : Makefile
print/py-poppler: Makefile
print/py-relatorio: Makefile
print/py-reportlab/plugins: Makefile.inc
print/py-reportlab/plugins/renderPM: Makefile
print/py-reportlab/reportlab: Makefile
print/qpdf : Makefile
print/scribus : Makefile
print/splix : Makefile
print/system-config-printer: Makefile
print/t1utils : Makefile
print/texlive : Makefile.inc
print/texlive/base: Makefile
print/texlive/texmf: Makefile
print/transfig : Makefile
print/unpaper : Makefile
print/xournal : Makefile
print/xprintproto: Makefile
productivity/baikal: Makefile
productivity/bruce: Makefile
productivity/calcurse: Makefile
productivity/davical: Makefile
productivity/deskzilla: Makefile
productivity/devtodo: Makefile
productivity/entomologist: 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/libqzeitgeist: Makefile
productivity/libzeitgeist: Makefile
productivity/osmo: Makefile
productivity/palm2ical: Makefile
productivity/projectlibre: Makefile
productivity/qhacc: Makefile
productivity/radicale: Makefile
productivity/rednotebook: Makefile
productivity/rubrica2: Makefile
productivity/siag: Makefile
productivity/slideml: Makefile
productivity/sunbird: Makefile
productivity/taskjuggler: Makefile
productivity/taskwarrior: Makefile
productivity/tdl: Makefile
productivity/thinkingrock: Makefile
productivity/tryton: Makefile.inc
productivity/vym: Makefile
productivity/when: Makefile
productivity/workrave: Makefile
productivity/wyrd: Makefile
productivity/xinvest: Makefile
productivity/xquote: Makefile
productivity/yokadi: Makefile
productivity/zeitgeist: Makefile
productivity/zim: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:41:34
Modified files:
security/ADMfzap: Makefile
security/ADMsmb: Makefile
security/ADMsnmp: Makefile
security/aescrypt: Makefile
security/aide : Makefile
security/aircrack-ng: Makefile
security/amap : Makefile
security/antisniff: Makefile
security/apg : Makefile
security/arirang: Makefile
security/assl : Makefile
security/bfbtester: Makefile
security/botan : Makefile
security/bounix: Makefile
security/bsd-airtools: Makefile
security/bunny : Makefile
security/ccid : Makefile
security/ccrypt: Makefile
security/cfs : Makefile
security/cgichk: Makefile
security/chntpw: Makefile
security/chrootuid: Makefile
security/clamav: Makefile
security/clamav-unofficial-sigs: Makefile
security/clusterssh: Makefile
security/corkscrew: Makefile
security/cracklib: Makefile
security/cryptcat: Makefile
security/ctunnel: Makefile
security/cvechecker: Makefile
security/cyrus-sasl2: Makefile
security/dante : Makefile
security/despoof: Makefile
security/dsniff: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
security/fcrackzip: Makefile
security/fragroute: Makefile
security/fragrouter: Makefile
security/fwbuilder: 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-asn1-data: Makefile
security/hs-certificate: Makefile
security/hs-cprng-aes: Makefile
security/hs-crypto: Makefile
security/hs-crypto-api: Makefile
security/hs-cryptocipher: Makefile
security/hs-cryptohash: Makefile
security/hs-entropy: Makefile
security/hs-mwc-random: Makefile
security/hs-pwstore-fast: Makefile
security/hs-skein: Makefile
security/hs-tls: Makefile
security/hydra : Makefile
security/ikeman: Makefile
security/integrit: Makefile
security/ipguard: Makefile
security/isic : Makefile
security/its4 : Makefile
security/jailkit: Makefile
security/john : Makefile
security/kc : Makefile
security/kedpm : Makefile
security/keepassx: Makefile
security/keychain: Makefile
security/klaxon: Makefile
security/l0phtcrack: Makefile
security/libassuan: Makefile
security/libfprint: Makefile
security/libgcrypt: Makefile
security/libgpg-error: Makefile
security/libgringotts: Makefile
security/libgsasl: Makefile
security/libident: Makefile
security/libksba: Makefile
security/libmcrypt: Makefile
security/libnettle: Makefile
security/libnipper: Makefile
security/libotr: Makefile
security/libperseus: Makefile
security/libpwquality: Makefile
security/libsrtp: Makefile
security/libssh: Makefile
security/libssh2: Makefile
security/libtasn1: Makefile
security/logsentry: Makefile
security/logsurfer: Makefile
security/luacrypto: Makefile
security/luasec: Makefile
security/lxnb : Makefile
security/mcrypt: Makefile
security/metasploit: Makefile
security/mhash : Makefile
security/nbaudit: Makefile
security/nessus: Makefile.inc
security/netpgp: Makefile
security/nfsshell: Makefile
security/nikto : Makefile
security/nipper: Makefile
security/node-bcrypt: Makefile
security/nss : Makefile
security/oath-toolkit: Makefile
security/ocaml-cryptokit: Makefile
security/ocaml-ssl: Makefile
security/onesixtyone: Makefile
security/opencdk: Makefile
security/openct: Makefile
security/openpam: Makefile
security/opensc: Makefile
security/ophcrack: Makefile
security/otpcalc: Makefile
security/outguess: Makefile
security/p0f : Makefile
security/p11-kit: Makefile
security/p5-Authen-Htpasswd: Makefile
security/p5-Authen-Krb5-Simple: Makefile
security/p5-Authen-NTLM: 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-RC5: 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-SSLGlue: Makefile
security/p5-Net_SSLeay: Makefile
security/p5-PGP-Sign: Makefile
security/p5-POE-Component-SSLify: Makefile
security/p5-Text-Password-Pronounceable: Makefile
security/p5-Tie-EncryptedHash: Makefile
security/parse : Makefile
security/passwdqc: Makefile
security/password-gorilla: Makefile
security/pcsc-lite: Makefile
security/pdfcrack: Makefile
security/pear-Auth: Makefile
security/pear-Auth-HTTP: Makefile
security/pear-Auth-SASL: Makefile
security/pgp : Makefile
security/pgp5 : Makefile
security/pgpdump: Makefile
security/pidgin-otr: Makefile
security/pinentry: Makefile
security/portscanner: Makefile
security/portsentry: Makefile
security/ppgen : Makefile
security/pwgen : Makefile
security/pwsafe: 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
security/qca : Makefile
security/qca-ossl: Makefile
security/qca-tls: Makefile
security/qca2 : Makefile
security/radiusniff: Makefile
security/rarcrack: Makefile
security/rdp : Makefile
security/ruby-bcrypt: Makefile
security/ruby-ezcrypto: Makefile
security/ruby-openid: Makefile
security/ruby-yadis: Makefile
security/samdump2: Makefile
security/samhain: Makefile
security/scanlogd: Makefile
security/scanssh: Makefile
security/scrypt: Makefile
security/sentinel: Makefile
security/shash : Makefile
security/siphon: Makefile
security/slurpie: Makefile
security/smbsniff: Makefile
security/smtpscan: Makefile
security/smurflog: Makefile
security/snort2pf: Makefile
security/spiped: Makefile
security/ssh-askpass-fullscreen: Makefile
security/ssh-ldap-helper: Makefile
security/sshguard: Makefile
security/sslscan: Makefile
security/stegdetect: Makefile
security/steghide: Makefile
security/strobe: Makefile
security/stunnel: Makefile
security/swatch: Makefile
security/tcltls: Makefile
security/tempwatch: Makefile
security/towitoko: Makefile
security/vomit : Makefile
security/vpnc : Makefile
security/wpa_supplicant: Makefile
security/xca : Makefile
security/xmlsec: Makefile
security/yubikey-personalization-gui: Makefile
security/yubiserve: Makefile
security/zebedee: Makefile
security/zkt : Makefile
shells/bash : Makefile
shells/es : Makefile
shells/ksh93 : Makefile
shells/nsh : Makefile
shells/osh : Makefile
shells/perlsh : Makefile
shells/sash : Makefile
shells/scsh : Makefile
shells/tcsh : Makefile
shells/zoidberg: Makefile
shells/zsh : Makefile
sysutils/LPRng : Makefile
sysutils/accountsservice: Makefile
sysutils/anacron: Makefile
sysutils/ansible: Makefile
sysutils/apachetop: Makefile
sysutils/apc-upsd: Makefile
sysutils/apcd : Makefile
sysutils/apcupsd: Makefile
sysutils/augeas: Makefile
sysutils/autossh: Makefile
sysutils/backintime: Makefile.inc
sysutils/backuppc: Makefile
sysutils/bacula: Makefile
sysutils/bchunk: Makefile
sysutils/bubblemon-dockapp: 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/consolekit: Makefile
sysutils/coreutils: Makefile
sysutils/crashme: Makefile
sysutils/cyphertite: Makefile
sysutils/d-feet: Makefile
sysutils/dcfldd: Makefile
sysutils/dcled : Makefile
sysutils/ddrescue: Makefile
sysutils/deja-dup: Makefile
sysutils/dellflash: Makefile
sysutils/detox : Makefile
sysutils/dfc : Makefile
sysutils/diskrescue: Makefile
sysutils/dmassage: Makefile
sysutils/dmidecode: Makefile
sysutils/downtimed: Makefile
sysutils/dsh : Makefile
sysutils/dtpstree: Makefile
sysutils/duplicity: Makefile
sysutils/dvd+rw-tools: Makefile
sysutils/dwdiff: Makefile
sysutils/e2fsprogs: Makefile
sysutils/entr : Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
sysutils/eventlog: Makefile
sysutils/faubackup: Makefile
sysutils/fdupes: Makefile
sysutils/filelight: Makefile
sysutils/findlib: Makefile
sysutils/firmware: Makefile.inc
sysutils/firmware/athn: Makefile
sysutils/firmware/rsu: Makefile
sysutils/firmware/ulpt: Makefile
sysutils/flock : Makefile
sysutils/freedt: 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/bgchg: Makefile
sysutils/glastree: Makefile
sysutils/god : Makefile
sysutils/gource: Makefile
sysutils/gpioflicker: Makefile
sysutils/grub : Makefile
sysutils/gsmartcontrol: Makefile
sysutils/hot-babe: Makefile
sysutils/hotplug-diskmount: Makefile
sysutils/idled : Makefile
sysutils/iogen : Makefile
sysutils/ipmitool: Makefile
sysutils/knutclient: Makefile
sysutils/krename: Makefile
sysutils/ktsuss: Makefile
sysutils/librelp: Makefile
sysutils/libretto-config: Makefile
sysutils/libstatgrab: Makefile
sysutils/libvirt: Makefile
sysutils/logfmon: Makefile
sysutils/login_fingerprint: Makefile
sysutils/login_ldap: Makefile
sysutils/login_oath: Makefile
sysutils/logpp : Makefile
sysutils/logstalgia: Makefile
sysutils/logtail: Makefile
sysutils/lsof : Makefile
sysutils/luastatgrab: Makefile
sysutils/mac-robber: Makefile
sysutils/mcollective: Makefile
sysutils/memtest86+: Makefile
sysutils/memtester: Makefile
sysutils/mencal: Makefile
sysutils/modlogan: Makefile
sysutils/monit : Makefile
sysutils/monitord: Makefile
sysutils/moreutils: Makefile
sysutils/mtools: Makefile
sysutils/multitail: Makefile
sysutils/multitime: Makefile
sysutils/ncdu : Makefile
sysutils/ndesk-dbus: Makefile
sysutils/ndesk-dbus-glib: Makefile
sysutils/node-always: Makefile
sysutils/node-daemon: Makefile
sysutils/node-syslog: Makefile
sysutils/notification-daemon: Makefile
sysutils/ns4 : Makefile
sysutils/nut : Makefile
sysutils/openpoppassd: Makefile
sysutils/p5-Capture-Tiny: Makefile
sysutils/p5-File-Monitor: Makefile
sysutils/p5-File-NFSLock: Makefile
sysutils/p5-File-Which: Makefile
sysutils/p5-Filesys-Df: Makefile
sysutils/p5-Filesys-DiskSpace: Makefile
sysutils/p5-Filesys-Notify-Simple: 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-Proc-Wait3: Makefile
sysutils/p5-Puppet-Tidy: Makefile
sysutils/p5-Quota: Makefile
sysutils/p5-Schedule-At: Makefile
sysutils/p5-Set-Crontab: Makefile
sysutils/p5-Sys-Syscall: Makefile
sysutils/p5-Sys-Virt: Makefile
sysutils/p5-UPS-Nut: Makefile
sysutils/p5-Unix-PID: Makefile
sysutils/p5-Unix-Statgrab: Makefile
sysutils/p5-Unix-Syslog: Makefile
sysutils/parallel: Makefile
sysutils/pciutils: Makefile
sysutils/pecl-fileinfo: Makefile
sysutils/pftop : Makefile
sysutils/pkg_mgr: Makefile
sysutils/polkit: Makefile
sysutils/pscpug: Makefile
sysutils/pstree: Makefile
sysutils/pv : Makefile
sysutils/py-cef: Makefile
sysutils/py-daemon: Makefile
sysutils/py-lockfile: Makefile
sysutils/py-metlog: Makefile
sysutils/radiusreport: Makefile
sysutils/radmind: Makefile
sysutils/rancid: Makefile
sysutils/ranger: Makefile
sysutils/rdiff-backup: Makefile
sysutils/resmon: Makefile
sysutils/rpl : Makefile
sysutils/rsyslog: Makefile
sysutils/rtty : Makefile
sysutils/ruby-augeas: Makefile
sysutils/ruby-capistrano: Makefile
sysutils/ruby-directory_watcher: Makefile
sysutils/ruby-facter: Makefile
sysutils/ruby-libvirt: Makefile
sysutils/ruby-posix-spawn: Makefile
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet-lint: Makefile
sysutils/ruby-vlad: Makefile
sysutils/runit : Makefile
sysutils/safecat: Makefile
sysutils/sdd : Makefile
sysutils/sec : Makefile
sysutils/setquota: Makefile
sysutils/shelldap: Makefile
sysutils/shmux : Makefile
sysutils/shunt : Makefile
sysutils/skill : Makefile
sysutils/sleuthkit: Makefile
sysutils/smartmontools: Makefile
sysutils/smbldap-tools: Makefile
sysutils/snapdl: Makefile
sysutils/socket: Makefile
sysutils/socklog: Makefile
sysutils/stan : Makefile
sysutils/stow : Makefile
sysutils/stress: Makefile
sysutils/superscript: Makefile
sysutils/supuner: Makefile
sysutils/symon : Makefile
sysutils/sysgen: Makefile
sysutils/syslog-ng: Makefile
sysutils/tabled: Makefile
sysutils/tarsnap: Makefile
sysutils/tcplist: Makefile
sysutils/tentakel: Makefile
sysutils/testdisk: Makefile
sysutils/tkdvd : Makefile
sysutils/toprump: Makefile
sysutils/torture: Makefile
sysutils/tpb : Makefile
sysutils/tphdisk: Makefile
sysutils/tree : Makefile
sysutils/upower: Makefile
sysutils/upsd : Makefile
sysutils/usbutil: Makefile
sysutils/usbutils: Makefile
sysutils/vifm : Makefile
sysutils/vmwh : Makefile
sysutils/wdsetup: Makefile
sysutils/whowatch: Makefile
sysutils/wmapm : Makefile
sysutils/wmcb : Makefile
sysutils/wmcube: Makefile
sysutils/wmmon : Makefile
sysutils/wmwlmon: Makefile
sysutils/xbatt : Makefile
sysutils/xbattbar: Makefile
sysutils/xjobs : Makefile
sysutils/xps : Makefile
sysutils/xstatbar: Makefile
sysutils/xuvmstat: Makefile
sysutils/ykpers: Makefile
sysutils/zap : Makefile
telephony/asterisk: Makefile
telephony/asterisk-g729: Makefile
telephony/asterisk-openbsd-moh: Makefile
telephony/asterisk-sounds: asterisk-sounds.port.mk
telephony/asterisk-sounds/core-sounds: Makefile.inc
telephony/asterisk-sounds/extra-sounds: Makefile.inc
telephony/asterisk-sounds/moh-opsound: Makefile
telephony/astmanproxy: Makefile
telephony/fobbit: Makefile
telephony/gsutil: Makefile
telephony/iaxclient: Makefile
telephony/iaxmodem: Makefile
telephony/kamailio: Makefile
telephony/libosip2: Makefile
telephony/p5-Net-SIP: Makefile
telephony/p5-asterisk: Makefile
telephony/pjsua: Makefile
telephony/siproxd: Makefile
telephony/sofia-sip: Makefile
telephony/spandsp: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:42:47
Modified files:
textproc/TclXML: Makefile
textproc/agrep : Makefile
textproc/antiword: Makefile
textproc/arabica: Makefile
textproc/asciidoc: Makefile
textproc/aspell/core: Makefile
textproc/aspell/dicts: Makefile.inc
textproc/aspell/dicts/eo: Makefile
textproc/aspell/dicts/ru: Makefile
textproc/bibelot: Makefile
textproc/boust : Makefile
textproc/c2html: Makefile
textproc/calibre: Makefile
textproc/catdoc: Makefile
textproc/catfish: Makefile
textproc/chmsee: Makefile
textproc/clo++ : Makefile
textproc/cloc : Makefile
textproc/clucene: Makefile
textproc/dblatex: Makefile
textproc/diction: Makefile
textproc/diffstat: Makefile
textproc/discount: Makefile
textproc/docbook: Makefile
textproc/docbook-dsssl: Makefile
textproc/docbook-to-man: Makefile
textproc/docbook-xsl: Makefile
textproc/docbook2x: Makefile
textproc/docx2txt: Makefile
textproc/ebook-tools: Makefile
textproc/enchant: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
textproc/eruby : Makefile
textproc/exempi: Makefile
textproc/fcbanner: 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/gtkspell: Makefile
textproc/gtkspell3: Makefile
textproc/gtranslator: Makefile
textproc/hevea : Makefile
textproc/hgrep : Makefile
textproc/highlight: Makefile
textproc/hs-HaXml: Makefile
textproc/hs-attoparsec: Makefile
textproc/hs-attoparsec-enumerator: Makefile
textproc/hs-attoparsec-iteratee: Makefile
textproc/hs-blaze-html: Makefile
textproc/hs-blaze-markup: Makefile
textproc/hs-bytestring-nums: Makefile
textproc/hs-bytestring-show: Makefile
textproc/hs-heist: Makefile
textproc/hs-hexpat: Makefile
textproc/hs-libxml-sax: Makefile
textproc/hs-polyparse: Makefile
textproc/hs-tagsoup: Makefile
textproc/hs-xml: Makefile
textproc/hs-xml-types: Makefile
textproc/hs-xmlhtml: Makefile
textproc/html : Makefile
textproc/hunspell: Makefile
textproc/hyperestraier: Makefile
textproc/icu4c : Makefile
textproc/idiff : Makefile
textproc/iksemel: Makefile
textproc/info2html: Makefile
textproc/intltool: Makefile
textproc/isearch: Makefile
textproc/iso12083: Makefile
textproc/iso8879: Makefile
textproc/ispell: Makefile
textproc/itstool: Makefile
textproc/latex2html: Makefile
textproc/latexmk: Makefile
textproc/lgrind: Makefile
textproc/libebml: Makefile
textproc/libical: Makefile
textproc/liblrdf: Makefile
textproc/libnxml: Makefile
textproc/libtextcat: Makefile
textproc/libtranslate: Makefile
textproc/libwbxml: Makefile
textproc/libwpd: Makefile
textproc/libxml: Makefile
textproc/libxml++: Makefile
textproc/libxmlsd: Makefile
textproc/libxslt: Makefile
textproc/linuxdoc: Makefile
textproc/lq-sp : Makefile
textproc/luaexpat: Makefile
textproc/makefaq: Makefile
textproc/markdown: Makefile
textproc/meld : Makefile
textproc/mgdiff: Makefile
textproc/mozilla-dicts: Makefile
textproc/mupdf : Makefile
textproc/mxml : Makefile
textproc/namazu: Makefile
textproc/naturaldocs: Makefile
textproc/ocaml-csv: Makefile
textproc/ocaml-rss: Makefile
textproc/ocaml-text: Makefile
textproc/ocaml-xml-light: Makefile
textproc/ocaml-xmlm: Makefile
textproc/odt2txt: Makefile
textproc/oniguruma: Makefile
textproc/openjade: 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-Driver: Makefile
textproc/p5-LaTeX-Encode: Makefile
textproc/p5-LaTeX-Pod: 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-Inflect-Phrase: Makefile
textproc/p5-Lingua-EN-Sentence: Makefile
textproc/p5-Lingua-EN-Summarize: Makefile
textproc/p5-Lingua-EN-Syllable: Makefile
textproc/p5-Lingua-EN-Tagger: 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-List-UtilsBy: Makefile
textproc/p5-MojoX-Renderer-TT: Makefile
textproc/p5-Number-Format: Makefile
textproc/p5-Object-MultiType: Makefile
textproc/p5-PDF-API2: Makefile
textproc/p5-PDF-API2-Simple: 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-CamelCase: 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-String-ToIdentifier-EN: 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-Diff: Makefile
textproc/p5-Text-Diff-HTML: Makefile
textproc/p5-Text-DoubleMetaphone: Makefile
textproc/p5-Text-Format: Makefile
textproc/p5-Text-German: Makefile
textproc/p5-Text-Glob: Makefile
textproc/p5-Text-LevenshteinXS: Makefile
textproc/p5-Text-Markdown: Makefile
textproc/p5-Text-MultiMarkdown: 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-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-DOM-XPath: 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-TreePP: 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/palm-bookmarks: Makefile
textproc/par : Makefile
textproc/pdftk : Makefile
textproc/pear-File: Makefile
textproc/pear-File-Find: 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/pilot_makedoc: Makefile
textproc/pinfo : Makefile
textproc/py-Chart: Makefile
textproc/py-HappyDoc: Makefile
textproc/py-MarkupSafe: Makefile
textproc/py-chardet: Makefile
textproc/py-cssutils: Makefile
textproc/py-docutils: Makefile
textproc/py-enchant: 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-polib: Makefile
textproc/py-prettytable: Makefile
textproc/py-pygments: Makefile
textproc/py-rdflib: Makefile
textproc/py-rtf: Makefile
textproc/py-sphinx: Makefile
textproc/py-vatnumber: Makefile
textproc/py-vobject: Makefile
textproc/py-xml: Makefile
textproc/py-xmldiff: Makefile
textproc/py-yaml: Makefile
textproc/raptor: Makefile
textproc/rarian: Makefile
textproc/rasqal: Makefile
textproc/redland: Makefile
textproc/redland-bindings: Makefile
textproc/rman : Makefile
textproc/rubber: Makefile
textproc/ruby-ascii85: Makefile
textproc/ruby-builder: Makefile
textproc/ruby-classifier: Makefile
textproc/ruby-fast-stemmer: 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-kramdown: Makefile
textproc/ruby-liquid: Makefile
textproc/ruby-markaby: Makefile
textproc/ruby-maruku: Makefile
textproc/ruby-mustache: Makefile
textproc/ruby-nokogiri: Makefile
textproc/ruby-pdf-reader: Makefile
textproc/ruby-pygments.rb: Makefile
textproc/ruby-randexp: Makefile
textproc/ruby-rdiscount: Makefile
textproc/ruby-redcarpet: Makefile
textproc/ruby-redcloth: Makefile
textproc/ruby-rexical: Makefile
textproc/ruby-ronn: Makefile
textproc/ruby-rss: Makefile
textproc/ruby-rtex: Makefile
textproc/ruby-syntax: Makefile
textproc/ruby-templater: Makefile
textproc/ruby-treetop: Makefile
textproc/ruby-yard: Makefile
textproc/rxp : Makefile
textproc/sablotron: Makefile
textproc/sgmlformat: Makefile
textproc/sim : Makefile
textproc/source-highlight: Makefile
textproc/sp : Makefile
textproc/sphinx: Makefile
textproc/spiff : Makefile
textproc/stringtemplate: Makefile
textproc/svndumptool: Makefile
textproc/swish-e: Makefile
textproc/tcpdf : Makefile
textproc/texi2html: Makefile
textproc/tinyxml: Makefile
textproc/tre : Makefile
textproc/txt2tags: Makefile
textproc/uncrustify: Makefile
textproc/unrtf : Makefile
textproc/urlview: Makefile
textproc/validate: Makefile
textproc/vgrind: Makefile
textproc/vislcg3: Makefile
textproc/wdg-sgml-lib: Makefile
textproc/wdiff : Makefile
textproc/xerces: Makefile
textproc/xerces-c: Makefile
textproc/xml2rfc: Makefile
textproc/xmlcatmgr: Makefile
textproc/xmlto : Makefile
textproc/xmlwf : Makefile
textproc/xpdf : Makefile
textproc/xxdiff: Makefile
textproc/yould : Makefile
textproc/zathura: Makefile
textproc/zoem : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:44:50
Modified files:
www/ajaxterm : Makefile
www/analog : Makefile
www/ap2-mod_fastcgi: Makefile
www/ap2-mod_fcgid: Makefile
www/ap2-mod_jk : Makefile
www/ap2-mod_perl: Makefile
www/apache-httpd: Makefile
www/aria2 : Makefile
www/arora : Makefile
www/asql : Makefile
www/august : Makefile
www/awl : Makefile
www/awstats : Makefile
www/bacula-web : Makefile
www/bk2site : Makefile
www/blogsum : Makefile
www/bluefish : Makefile
www/bozohttpd : Makefile
www/bricolage : Makefile
www/calamaris : Makefile
www/canto : Makefile
www/cclive : Makefile
www/cgicc : Makefile
www/cgiparse : Makefile
www/cgit : Makefile
www/cherokee : Makefile
www/chive : Makefile
www/chromium : Makefile
www/clearsilver: Makefile
www/cms-ms : Makefile
www/cntlm : Makefile
www/concrete5 : Makefile
www/conkeror : Makefile
www/cronolog : Makefile
www/cssed : Makefile
www/dansguardian: Makefile
www/decss : Makefile
www/dillo : Makefile
www/dokuwiki : Makefile
www/drupal6 : Makefile.inc
www/drupal7 : Makefile.inc
www/drush : Makefile
www/elinks : Makefile
www/epiphany : Makefile
www/epiphany-extensions: Makefile
www/erl-mochiweb: Makefile
www/erl-webmachine: Makefile
www/ezpublish : Makefile
www/fcgi : Makefile
www/fcgi-cgi : Makefile
www/fennec : Makefile
www/ffproxy : Makefile
www/firefox-i18n: Makefile.inc
www/firefox36 : Makefile
www/fluxbb : Makefile
www/flyspray : Makefile
www/gcap : Makefile
www/gecko-mediaplayer: Makefile
www/gitlist : Makefile
www/glpi : Makefile
www/gnash : Makefile
www/gtkhtml3 : Makefile
www/gtkhtml4 : Makefile
www/haserl : Makefile
www/havp : Makefile
www/hiawatha : Makefile
www/horde : Makefile.inc
www/hs-cgi : Makefile
www/hs-clientsession: Makefile
www/hs-html : Makefile
www/hs-http-types: Makefile
www/hs-snap : Makefile
www/hs-snap-core: Makefile
www/hs-snap-loader-dynamic: Makefile
www/hs-snap-loader-static: Makefile
www/hs-snap-server: Makefile
www/hs-wai : Makefile
www/hs-warp : Makefile
www/hs-webkit : Makefile
www/hs-xhtml-combinators: Makefile
www/http_load : Makefile
www/http_ping : Makefile
www/icedtea-web: Makefile
www/igal : Makefile
www/igal2 : Makefile
www/japana : Makefile
www/jesred : Makefile
www/junkbuster : Makefile
www/ktdms : Makefile
www/larbin : Makefile
www/libcroco : Makefile
www/libghttp : Makefile
www/liferea : Makefile
www/lightsquid : Makefile
www/lighttpd : Makefile
www/linkchecker: Makefile
www/links : Makefile
www/links+ : Makefile
www/llgal : Makefile
www/luakit : Makefile
www/man2web : Makefile
www/mantis : Makefile
www/mediawiki : Makefile
www/mediawiki-CategoryTree: Makefile
www/mediawiki-httpauth: Makefile
www/mhonarc : Makefile
www/midori : Makefile
www/mimetex : Makefile
www/mindterm : Makefile
www/minitube : Makefile
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_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/moinmoin : Makefile
www/mollify : Makefile
www/mongrel2 : Makefile
www/mono-xsp : Makefile
www/moodle : Makefile
www/mozilla-firefox: Makefile
www/mozilla-sync: Makefile.inc
www/mozplugger : Makefile
www/mycalendar : Makefile
www/myreview : Makefile
www/netsurf : Makefile.inc
www/netsurf/hubbub: Makefile
www/netsurf/libwapcaplet: Makefile
www/nginx : Makefile.inc
www/nostromo : Makefile
www/opera : Makefile
www/owncloud : Makefile
www/p5-Alien-Tidyp: 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-Emulate-PSGI: Makefile
www/p5-CGI-FormBuilder: Makefile
www/p5-CGI-Lite: Makefile
www/p5-CGI-PSGI: Makefile
www/p5-CGI-SSI : Makefile
www/p5-CGI-Session: Makefile
www/p5-CGI-Simple: Makefile
www/p5-CGI-SpeedyCGI: 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-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-CatalystX-Component-Traits: Makefile
www/p5-Config-ApacheFormat: Makefile
www/p5-Dancer : Makefile
www/p5-Data-URIEncode: Makefile
www/p5-Drupal-Admin: Makefile
www/p5-FCGI-ProcManager: Makefile
www/p5-Feed-Find: Makefile
www/p5-Gravatar-URL: 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-Mason-PSGIHandler: Makefile
www/p5-HTML-Parser: Makefile
www/p5-HTML-PopupTreeSelect: Makefile
www/p5-HTML-PrettyPrinter: Makefile
www/p5-HTML-Prototype: Makefile
www/p5-HTML-Quoted: Makefile
www/p5-HTML-ResolveLink: Makefile
www/p5-HTML-RewriteAttributes: Makefile
www/p5-HTML-SBC: 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-Parser-XS: 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-PSGI: 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-Protocol-socks: 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-Object-eBay: Makefile
www/p5-PHP-Serialization: Makefile
www/p5-PHP-Session: Makefile
www/p5-PSGI : Makefile
www/p5-Plack : Makefile
www/p5-Plack-Middleware-ReverseProxy: Makefile
www/p5-Plack-Test-ExternalServer: 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-SOAP-WSDL: Makefile
www/p5-Starlet : Makefile
www/p5-Starman : 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-Shorten: Makefile
www/p5-WWW-Shorten-Bitly: Makefile
www/p5-WWW-Shorten-Googl: Makefile
www/p5-WWW-Tumblr: Makefile
www/p5-WWW-Wikipedia: Makefile
www/p5-WWW-YouTube-Download: 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-Page2: Makefile
www/pear-HTML-QuickForm: Makefile
www/pear-HTML-Select: Makefile
www/pear-HTML-Template-IT: Makefile
www/pear-HTTP-WebDAV-Server: Makefile
www/pear-SOAP : Makefile
www/pecl-APC : Makefile
www/pecl-chroot: Makefile
www/pecl-geoip : Makefile
www/pecl-memcache: 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/photoshow : Makefile
www/php-markdown: Makefile
www/php-openid : Makefile
www/php-predis : Makefile
www/phpicalendar: Makefile
www/phpldapadmin: Makefile
www/phplist : Makefile
www/phpmemcachedadmin: Makefile
www/phpmyadmin : Makefile
www/phppgadmin : Makefile
www/phpvirtualbox: Makefile
www/piwik : Makefile
www/plans : Makefile
www/pmwiki : Makefile
www/polipo : Makefile
www/pound : Makefile
www/privoxy : Makefile
www/puppet-dashboard: Makefile
www/py-CherryPy: Makefile
www/py-beaker : Makefile
www/py-beautifulsoup: Makefile
www/py-beautifulsoup4: Makefile
www/py-cherrypy2: Makefile
www/py-clientform: Makefile
www/py-django : Makefile
www/py-flask : Makefile
www/py-flup : Makefile
www/py-formencode: Makefile
www/py-genshi : Makefile
www/py-gunicorn: Makefile
www/py-htmltmpl: Makefile
www/py-httplib2: Makefile
www/py-jinja2 : Makefile
www/py-jonpy : Makefile
www/py-mako : Makefile
www/py-mechanize: Makefile
www/py-meld3 : 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-recaptcha-client: Makefile
www/py-repoze-lru: Makefile
www/py-repoze-profile: Makefile
www/py-repoze-who: Makefile
www/py-requests: Makefile
www/py-routes : Makefile
www/py-tempita : Makefile
www/py-tornado : Makefile
www/py-turbogears: Makefile
www/py-urlgrabber: Makefile
www/py-webdav : 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-wsgiproxy: Makefile
www/py-zine : Makefile
www/pyblosxom : Makefile
www/rackmonkey : Makefile
www/racktables : Makefile
www/raggle : Makefile
www/ratproxy : Makefile
www/rawdog : Makefile
www/reportmagic: Makefile
www/retawq : Makefile
www/rt : Makefile
www/ruby-addressable: Makefile
www/ruby-capybara: Makefile
www/ruby-capybara-webkit: Makefile
www/ruby-fcgi : Makefile
www/ruby-httpclient: Makefile
www/ruby-jekyll: Makefile
www/ruby-mechanize: Makefile
www/ruby-mongrel: Makefile
www/ruby-passenger: Makefile
www/ruby-rack : Makefile
www/ruby-rack-test: Makefile
www/ruby-rainbows: Makefile
www/ruby-raindrops: Makefile
www/ruby-rest-client: Makefile
www/ruby-sanitize: Makefile
www/ruby-sinatra: Makefile
www/ruby-thin : Makefile
www/ruby-thin_http: Makefile
www/ruby-unicorn: Makefile
www/ruby-vegas : Makefile
www/ruby-xpath : Makefile
www/sabredav : Makefile
www/sarg : Makefile
www/seamonkey : Makefile
www/seamonkey-i18n: Makefile.inc
www/silverstripe: Makefile
www/slowhttptest: Makefile
www/snownews : Makefile
www/sogo : Makefile
www/sope : Makefile
www/spawn-fcgi : Makefile
www/sqtop : Makefile
www/squid : Makefile
www/squid27 : Makefile
www/squidguard : Makefile
www/statusnet : Makefile
www/surf : Makefile
www/surfraw : Makefile
www/swfdec-plugin: Makefile
www/swiggle : Makefile
www/syweb : Makefile
www/thttpd : Makefile
www/tidyp : Makefile
www/tinyproxy : Makefile
www/tntnet : Makefile
www/tomcat : Makefile.inc
www/trac : Makefile
www/trac-ldapplugin: Makefile
www/tracnav : Makefile
www/tt-rss : Makefile
www/twiki : Makefile
www/twill : Makefile
www/varnish : Makefile
www/visitors : Makefile
www/vteplugin : Makefile
www/vtigercrm : Makefile
www/w3m : Makefile
www/w3mir : Makefile
www/wApua : Makefile
www/wbox : Makefile
www/webacula : Makefile
www/webalizer : Makefile
www/webcollab : Makefile
www/webgui : Makefile
www/webkit : Makefile
www/weblint : Makefile
www/wml : Makefile
www/wordpress : Makefile
www/www6to4 : Makefile
www/wwwcount : Makefile
www/wwwoffle : Makefile
www/xapian-omega: Makefile
www/xcache : Makefile
www/xmhtml : Makefile
www/xombrero : Makefile
www/yaws : Makefile
www/youtube-dl : Makefile
www/yui : Makefile
www/zendframework: Makefile
www/zurmo : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:46:19
Modified files:
x11/Xaw3d : Makefile
x11/XawMu : Makefile
x11/Xdialog : Makefile
x11/abclock : Makefile
x11/aewm : Makefile
x11/afterstep : Makefile
x11/amiwm : Makefile
x11/asapm : Makefile
x11/asclock : Makefile
x11/asfiles : Makefile
x11/astime : Makefile
x11/autocutsel : Makefile
x11/awesome : 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/bwidget : Makefile
x11/byzi : Makefile
x11/chbg : Makefile
x11/compiz/core: Makefile
x11/ctwm : Makefile
x11/dbus : Makefile
x11/dbus-glib : Makefile
x11/dbus-intf : Makefile
x11/dbus-python: Makefile
x11/dbus-tcl : Makefile
x11/dclock : Makefile
x11/devilspie : Makefile
x11/dmenu : Makefile
x11/driconf : Makefile
x11/driftnet : Makefile
x11/dwm : Makefile
x11/dzen2 : Makefile
x11/e16keyedit : Makefile
x11/e17 : Makefile.inc
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/eina : Makefile
x11/e17/eio : Makefile
x11/e17/elementary: Makefile
x11/e17/embryo : Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/e17/evas : Makefile
x11/echinus : Makefile
x11/emelfm2 : Makefile
x11/emiclock : Makefile
x11/enlightenment: Makefile
x11/eterm : Makefile
x11/evilwm : Makefile
x11/extace : Makefile
x11/faenza-icon-theme: Makefile
x11/fbpanel : Makefile
x11/fleditor : Makefile
x11/fltk : Makefile
x11/fltk2 : 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/gmtk : Makefile
x11/gnome/anjuta: Makefile
x11/gnome/anjuta-extras: Makefile
x11/gnome/at-spi2-atk: Makefile
x11/gnome/at-spi2-core: Makefile
x11/gnome/backgrounds: Makefile
x11/gnome/baker: Makefile
x11/gnome/banshee: Makefile
x11/gnome/baobab: Makefile
x11/gnome/caribou: Makefile
x11/gnome/clocks: Makefile
x11/gnome/color-manager: Makefile
x11/gnome/common: Makefile
x11/gnome/contacts: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/desktop: Makefile
x11/gnome/devel-docs: Makefile
x11/gnome/devhelp: Makefile
x11/gnome/dictionary: Makefile
x11/gnome/doc-utils: Makefile
x11/gnome/documents: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/empathy: Makefile
x11/gnome/eog : Makefile
x11/gnome/eog-plugins: Makefile
x11/gnome/file-roller: Makefile
x11/gnome/font-viewer: Makefile
x11/gnome/games: Makefile
x11/gnome/gcalctool: Makefile
x11/gnome/gcr : Makefile
x11/gnome/gdl : Makefile
x11/gnome/gdlmm: Makefile
x11/gnome/gdm : Makefile
x11/gnome/gedit: Makefile
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-cossa: Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/ghex : Makefile
x11/gnome/gitg : Makefile
x11/gnome/gjs : Makefile
x11/gnome/glom : Makefile
x11/gnome/gnote: Makefile
x11/gnome/grilo: Makefile
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/grilo-plugins: Makefile
x11/gnome/gucharmap: Makefile
x11/gnome/gvfs : Makefile
x11/gnome/icon-theme: Makefile
x11/gnome/icon-theme-extras: Makefile
x11/gnome/icon-theme-symbolic: Makefile
x11/gnome/keyring: Makefile
x11/gnome/latexila: Makefile
x11/gnome/libbonobo: Makefile
x11/gnome/libbonoboui: Makefile
x11/gnome/libcryptui: Makefile
x11/gnome/libgda: Makefile
x11/gnome/libgdamm: Makefile
x11/gnome/libgnome: Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/libgnomecanvas: Makefile
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgnomekbd: Makefile
x11/gnome/libgnomeui: Makefile
x11/gnome/libgweather: Makefile
x11/gnome/librsvg: Makefile
x11/gnome/libsecret: Makefile
x11/gnome/libxklavier: Makefile
x11/gnome/libzapojit: Makefile
x11/gnome/menus: Makefile
x11/gnome/metacity: Makefile
x11/gnome/mime-data: Makefile
x11/gnome/mono-gnome: Makefile
x11/gnome/moserial: Makefile
x11/gnome/mousetweaks: Makefile
x11/gnome/mutter: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/nautilus-open-terminal: Makefile
x11/gnome/nautilus-sendto: Makefile
x11/gnome/nettool: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/orca : Makefile
x11/gnome/panel: Makefile
x11/gnome/planner: Makefile
x11/gnome/power-manager: Makefile
x11/gnome/py-atspi: Makefile
x11/gnome/py-gnome: Makefile
x11/gnome/rygel: Makefile
x11/gnome/screensaver: Makefile
x11/gnome/screenshot: Makefile
x11/gnome/seahorse: Makefile
x11/gnome/seahorse-nautilus: Makefile
x11/gnome/seahorse-sharing: Makefile
x11/gnome/search-tool: Makefile
x11/gnome/session: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/gnome/sushi: Makefile
x11/gnome/system-log: Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/terminal: Makefile
x11/gnome/themes-standard: Makefile
x11/gnome/totem: Makefile
x11/gnome/totem-pl-parser: Makefile
x11/gnome/tracker: Makefile
x11/gnome/tweak-tool: Makefile
x11/gnome/user-docs: Makefile
x11/gnome/vfs2 : Makefile
x11/gnome/video-arcade: Makefile
x11/gnome/video-effects: Makefile
x11/gnome/vinagre: Makefile
x11/gnome/vino : Makefile
x11/gnome/yelp : Makefile
x11/gnome/yelp-tools: Makefile
x11/gnome/yelp-xsl: Makefile
x11/gnome/zenity: Makefile
x11/gnome-colors-icon-theme: Makefile
x11/gnome-mplayer: Makefile
x11/gnustep : Makefile.inc
x11/gnustep/webservices: Makefile
x11/gob2 : Makefile
x11/goggles : Makefile
x11/golem : Makefile
x11/gpointing-device-settings: Makefile
x11/gromit : Makefile
x11/gtk+ : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : 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-rezlooks-engine: Makefile
x11/gtk2-theme-switch: Makefile
x11/gtk2mm : Makefile
x11/gtk3-unico-engine: Makefile
x11/gtk3mm : Makefile
x11/gtkdatabox : Makefile
x11/gtkglarea : Makefile
x11/gtkglext : Makefile
x11/gtkglextmm : Makefile
x11/gtkhotkey : Makefile
x11/gtksourceview: Makefile
x11/gtksourceview3: Makefile
x11/gtksourceviewmm3: Makefile
x11/gxmessage : Makefile
x11/hicolor-icon-theme: Makefile
x11/hs-X11 : Makefile
x11/hs-X11-xft : Makefile
x11/hs-dbus : Makefile
x11/hs-gtk : Makefile
x11/hs-xmonad-contrib: Makefile
x11/human-icon-theme: Makefile
x11/i3 : Makefile
x11/i3status : Makefile
x11/icewm : Makefile
x11/icon-naming-utils: Makefile
x11/icontool : Makefile
x11/idesk : Makefile
x11/industrial-icon-theme: Makefile
x11/ion : Makefile
x11/irrlicht : Makefile
x11/isomaster : Makefile
x11/itk : Makefile
x11/iwidgets : Makefile
x11/jwm : Makefile
x11/kde : Makefile.inc
x11/kde/libs3-doc: Makefile
x11/kde4 : Makefile.inc kde4.port.mk
x11/kdirstat : Makefile
x11/keybinder : Makefile
x11/keynav : Makefile
x11/klavaro : Makefile
x11/kmplayer : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/lablgtk2 : Makefile
x11/libdnd : Makefile
x11/libgdiplus : Makefile
x11/libsexy : Makefile
x11/libxdg-basedir: Makefile
x11/lsw : Makefile
x11/lupe : Makefile
x11/lxrandr : Makefile
x11/mlterm : Makefile
x11/mono-gtk2 : Makefile
x11/mouseclock : Makefile
x11/mowitz : Makefile
x11/mplayer : Makefile
x11/mrxvt : Makefile
x11/mterm : Makefile
x11/mxconns : Makefile
x11/nagstamon : Makefile
x11/neXtaw : Makefile
x11/netwmpager : Makefile
x11/nitrogen : Makefile
x11/numlockx : Makefile
x11/nx : Makefile.inc
x11/obconf : Makefile
x11/obmenu : Makefile
x11/ogle : Makefile
x11/ogle_gui : Makefile
x11/ogre : Makefile
x11/openbox : Makefile
x11/openmotif : Makefile
x11/oroborus : Makefile
x11/osd_clock : 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-Tk-TableMatrix: Makefile
x11/p5-Wx : Makefile
x11/p5-X-Osd : Makefile
x11/p5-X11-Protocol: Makefile
x11/parcellite : 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/pinot : Makefile
x11/podbrowser : Makefile
x11/polkit-gnome: Makefile
x11/polkit-qt4 : Makefile
x11/pwm : Makefile
x11/py-Xlib : Makefile
x11/py-gtk2 : Makefile
x11/py-kiwi : Makefile
x11/py-osd : Makefile
x11/py-pyglet : 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
x11/qt4 : Makefile
x11/quadkonsole: Makefile
x11/qvwm : Makefile
x11/qwt : Makefile
x11/ratmen : Makefile
x11/ratpoison : Makefile
x11/rdesktop : Makefile
x11/remmina : Makefile
x11/rendercheck: Makefile
x11/rep-gtk : Makefile
x11/root-tail : Makefile
x11/rox-filer : Makefile
x11/roxterm : Makefile
x11/ruby-dbus : Makefile
x11/ruby-profligacy: Makefile
x11/ruby-qt4 : Makefile
x11/rxvt : Makefile
x11/rxvt-unicode: Makefile
x11/sawfish : Makefile
x11/sclock : Makefile
x11/sisctrl : Makefile
x11/skippy : Makefile
x11/sliderule : Makefile
x11/slim : Makefile
x11/slim-themes: Makefile
x11/slock : Makefile
x11/smplayer : Makefile
x11/smtube : Makefile
x11/spectrwm : Makefile
x11/spice-gtk : Makefile
x11/sselp : Makefile
x11/st : Makefile
x11/stalonetray: Makefile
x11/swarp : Makefile
x11/swisswatch : Makefile
x11/tabbed : Makefile
x11/tangerine-icon-theme: Makefile
x11/tango-icon-theme: Makefile
x11/tango-icon-theme-extras: Makefile
x11/tellico : Makefile
x11/terminator : Makefile
x11/thewidgetfactory: Makefile
x11/tilda : Makefile
x11/tint : Makefile
x11/tk/8.4 : Makefile
x11/tk/8.5 : Makefile
x11/tk/8.6 : Makefile
x11/tkcon : Makefile
x11/tkdnd : Makefile
x11/tkhtml : Makefile
x11/tktable : Makefile
x11/tktray : Makefile
x11/tktreectrl : Makefile
x11/transset-df: Makefile
x11/trayer : Makefile
x11/treewm : Makefile
x11/tvtwm : Makefile
x11/type1inst : Makefile
x11/unclutter : Makefile
x11/vdesk : Makefile
x11/viewfax : Makefile
x11/virt-viewer: Makefile
x11/vlc : Makefile
x11/waimea : Makefile
x11/wampager : Makefile
x11/windowmaker: Makefile
x11/windowmaker-extra: Makefile
x11/winwrangler: 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/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/xchm : Makefile
x11/xclip : Makefile
x11/xco : Makefile
x11/xcoloredit : Makefile
x11/xcolors : Makefile
x11/xcursor-dmz: Makefile
x11/xcursor-neutral: Makefile
x11/xcursor-themes: Makefile
x11/xcursorgen : Makefile
x11/xdaliclock : Makefile
x11/xdesktopwaves: Makefile
x11/xdg-user-dirs-gtk: Makefile
x11/xdmchoose : Makefile
x11/xdotool : Makefile
x11/xdrawchem : Makefile
x11/xdtm : Makefile
x11/xdu : Makefile
x11/xfce4/exo : Makefile
x11/xfce4/garcon: Makefile
x11/xfce4/gtk-xfce-engine: Makefile
x11/xfce4/libxfce4ui: 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-vcs: Makefile
x11/xfce4/tumbler: Makefile
x11/xfce4/xfce4-appfinder: Makefile
x11/xfce4/xfce4-battery: Makefile
x11/xfce4/xfce4-clipman: Makefile
x11/xfce4/xfce4-cpugraph: Makefile
x11/xfce4/xfce4-dev-tools: Makefile
x11/xfce4/xfce4-dict: Makefile
x11/xfce4/xfce4-diskperf: Makefile
x11/xfce4/xfce4-fsguard: Makefile
x11/xfce4/xfce4-genmon: Makefile
x11/xfce4/xfce4-icon-theme: 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-power-manager: 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/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/xfed : 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/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/xruskb : Makefile
x11/xscreensaver: Makefile
x11/xscribble : Makefile
x11/xsel : Makefile
x11/xsettingsd : 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/xvkbd : Makefile
x11/xwit : Makefile
x11/xwrits : Makefile
x11/xzoom : Makefile
x11/yad : Makefile
x11/yakuake : Makefile
x11/yeahlaunch : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:50:17
Modified files:
infrastructure/mk: cpan.port.mk gnu.port.mk perl.port.mk
Log message:
REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:51:04
Modified files:
infrastructure/templates: Makefile.template
Log message:
REGRESS->TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:53:51
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm Inserter.pm Var.pm
databases/sqlports/pkg: DESCR-compact DESCR-main
Log message:
REGRESS -> TEST, more fun here
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:55:22
Modified files:
infrastructure/lib/DPB: PortInfo.pm
Log message:
rename
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/11 05:55:54
Modified files:
. : want.html donations.html
Log message:
Thanks to Kelsey Hightower for sending me a Papilio board.
CVSROOT: /cvs
Module name: www
Changes by: krw@cvs.openbsd.org 2013/03/11 05:57:35
Modified files:
faq : current.html
Log message:
Type (sould -> should) and spacing nit.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:05:19
Modified files:
base/xenocara : xenocara.port.mk
Log message:
extra
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:15:14
Modified files:
telephony/asterisk-sounds/core-sounds: Makefile.inc
telephony/asterisk-sounds/extra-sounds: Makefile.inc
Log message:
zap some PERMIT_* lines which did not get removed in the bulk sweep
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:17:36
Modified files:
mail/mutt : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:17:51
Modified files:
games/fotaq : Makefile
games/bass : Makefile
japanese/jvim : Makefile
japanese/kinput2: Makefile
japanese/onew : Makefile
sysutils/firmware/athn: Makefile
sysutils/firmware/rsu: Makefile
telephony/asterisk-g729: Makefile
www/chromium : Makefile
Log message:
fix small differences in PERMIT
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:21:08
Modified files:
editors/vim-spell: Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:23:40
Modified files:
infrastructure/lib/DPB: Vars.pm
Log message:
if you poison PERMIT_DISTFILES_CDROM, this should still work...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:24:02
Modified files:
net/gupnp : Makefile.inc
net/telepathy : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:27:54
Modified files:
lang/gcc : Makefile.inc
lang/lua : Makefile.inc
games/gottcode : Makefile.inc
games/megaglest: Makefile.inc
lang/php : Makefile.inc
lang/python : Makefile.inc
lang/squeak : Makefile.inc
mail/thunderbird-i18n: Makefile.inc
math/prover9 : Makefile.inc
multimedia/moovida: Makefile.inc
multimedia/recordmydesktop: Makefile.inc
net/ldns : Makefile.inc
net/libnet : Makefile.inc
net/miniupnp : Makefile.inc
net/mon : Makefile.inc
net/quvi : Makefile.inc
net/unison : Makefile.inc
productivity/tryton: Makefile.inc
security/nessus: Makefile.inc
sysutils/ruby-puppet: Makefile.inc
www/firefox-i18n: Makefile.inc
www/mozilla-sync: Makefile.inc
www/nginx : Makefile.inc
www/netsurf : Makefile.inc
www/tomcat : Makefile.inc
emulators/fedora: Makefile.inc
emulators/redhat: Makefile.inc
fonts/un-fonts : Makefile.inc
games/naev : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:36:16
Modified files:
www/p5-Dancer : Makefile
Log message:
whitespace
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:39:23
Modified files:
devel/erl-mixer: Makefile
devel/erl-mixer/pkg: PLIST
Log message:
- install missing header file
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:40:15
Modified files:
lang/erlang : erlang.port.mk
Log message:
- use cp -f to copyin rebar so abborted builds can be restarted.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/11 06:47:49
Modified files:
usr.bin/cu : cu.1
Log message:
Simplify text about -l and use cua not tty in examples.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 06:54:30
Modified files:
sysutils/ruby-puppet/2: Makefile
Log message:
Install the proper puppet.conf.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:00:47
Modified files:
www/erl-webmachine: Makefile
Log message:
remove unneeded CONFIGURE_STYLE line
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:01:39
Modified files:
lang/erlang : erlang.port.mk
Log message:
some ports want to retrieve their .app.src version through git, so provide
an easier way to use SUBST_CMD instead.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:02:16
Modified files:
devel/erl-bear : Makefile
devel/erl-ej : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-jiffy: Makefile
devel/erl-pooler: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
Log message:
drop now-unneeded pre-configure and use ERL_APP_SUBST instead.
CVSROOT: /cvs
Module name: www
Changes by: espie@cvs.openbsd.org 2013/03/11 07:20:43
Modified files:
faq/ports : guide.html testing.html
Log message:
REGRESS -> TEST
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 07:26:35
Modified files:
lib/libc/gen : syslog.3
Log message:
document LOG_ODELAY; from Daniel Dickman
ok millert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 07:42:59
Modified files:
editors/xemacs21: Makefile.inc
sysutils/backintime: Makefile.inc
www/seamonkey-i18n: Makefile.inc
lang/squeak : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 07:49:46
Modified files:
devel/p5-Module-Runtime: Makefile distinfo
Log message:
- update p5-Module-Runtime to 0.011
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/11 08:02:37
Modified files:
usr.sbin/ndp : ndp.8 ndp.c
Log message:
Remove the -I option, even if the ioctls for manipulating a default
interface are defined, nothing use it in the kernel since the on-link
assumption behavior removal back in 2004.
ok mikeb@, bluhm@, florian@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/11 08:06:14
Modified files:
net/maradns-deadwood: Makefile distinfo
Log message:
Update for Deadwood to 3.2.03:
* Added a whole bunch of security validation to DwCompress.c
* We now handle EasyDNS' bad truncation in a reasonable manner
* Added new SQA test for es-us.noticias.yahoo.com issue in May/June 2012
And other, also fix the homepage.
Ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/11 08:08:04
Modified files:
sys/netinet6 : in6.c in6_var.h nd6.c nd6.h nd6_rtr.c
Log message:
Remove unused code manipulating a default interface and its index,
This is a leftover from the on-link assumption behavior removal,
which has been deprecated by RFC4861 anyway.
ok mikeb@, bluhm@, florian@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/11 08:35:53
Modified files:
share/man/man5 : port-modules.5 ruby-module.5
Log message:
fix REGRESS -> TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 08:45:20
Modified files:
infrastructure/templates: Makefile.template
Log message:
zap :L
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 08:45:24
Modified files:
infrastructure/db: config.no-ggrep
Log message:
s/EGREP/FGREP for the fgrep(1) case.
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 08:49:15
Modified files:
devel/p5-Exception-Class: Makefile distinfo
Log message:
- update p5-Exception-Class to 1.37
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/11 09:26:15
Modified files:
audio/openal : Makefile distinfo
audio/openal/patches: patch-Alc_alcConfig_c
audio/openal/pkg: PLIST
Added files:
audio/openal/patches: patch-CMakeLists_txt
Removed files:
audio/openal/pkg: PFRAG.shared
Log message:
Update audio/openal to 1.15.1
ok brad@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/11 09:43:38
Modified files:
usr.sbin/dhcpd : dhcp.c
Log message:
RFC 2131 says don't ACK any REQUEST messages that contain a
server-identifier option that specifies a different dhcp server.
So don't.
Pointed put and fix tested by Andy via bugs@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/11 10:01:02
Modified files:
sbin/dhclient : privsep.h kroute.c
Log message:
When binding a lease, check for and clear out any 'zombie' routes
left behind by dead dhclients. i.e. dhclients that no longer respond
to 'kill(pid, 0)'.
As a result, no need to handle the 127.0.0.1 route separately when
deleting an interface.
Appears to fix in passing a problem with routes vs link addresses
that sthen@ was seeing.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 10:09:54
Modified files:
www/piwik : Tag: OPENBSD_5_2 Makefile distinfo
www/piwik/pkg : Tag: OPENBSD_5_2 PLIST
Added files:
www/piwik/pkg : Tag: OPENBSD_5_2 README
Removed files:
www/piwik/pkg : Tag: OPENBSD_5_2 MESSAGE
Log message:
Update to 1.11.1
The update includes new features, lot of bugs fixes and some security fixes
Full changelog at: http://piwik.org/changelog
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 10:21:45
Modified files:
graphics/gimp/stable: Makefile distinfo
Removed files:
graphics/gimp/stable/patches: patch-plug-ins_common_file-xwd_c
Log message:
Bugfix update to 2.8.4 version
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 10:23:48
Modified files:
textproc/py-prettytable: Makefile distinfo
Log message:
- update py-prettytable to 0.7.1
ok edd@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 10:45:53
ports/sysutils/erchef
Update of /cvs/ports/sysutils/erchef
In directory cvs.openbsd.org:/tmp/cvs-serv30952/erchef
Log Message:
Directory /cvs/ports/sysutils/erchef added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/11 11:08:51
Modified files:
www/surf : Makefile distinfo
www/surf/patches: patch-config_def_h patch-config_mk
Log message:
Update www/surf to 0.6
ok jung@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 11:40:11
Modified files:
lib/libc/rpc : svc_tcp.c
bin/systrace : cradle.c
libexec/identd : identd.c
libexec/uucpd : uucpd.c
sbin/iked : control.c
sbin/nfsd : nfsd.c
usr.bin/talk : invite.c
usr.bin/tcpbench: tcpbench.c
usr.sbin/bgpd : control.c session.c
usr.sbin/dvmrpd: control.c
usr.sbin/ftp-proxy: ftp-proxy.c
usr.sbin/inetd : inetd.c
usr.sbin/iscsid: control.c
usr.sbin/ldpd : control.c packet.c
usr.sbin/lpr/lpd: lpd.c
usr.sbin/npppd/pptp: pptpd.c
usr.sbin/ospf6d: control.c
usr.sbin/ospfd : control.c
usr.sbin/ppp/ppp: server.c
usr.sbin/relayd: control.c
usr.sbin/ripd : control.c
usr.sbin/sasyncd: net.c
usr.sbin/smtpd : control.c smtp.c
usr.sbin/snmpd : control.c
usr.sbin/syslogd: syslogd.c
Log message:
handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 12:45:42
Modified files:
etc : inetd.conf
Log message:
the world has changed, and identd is now less important. turn it off by
default.
ok guenther millert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:27:31
Log message:
Import ports/net/nagios/nsca-ng, a nicer BSD-licensed alternative to the
horrible Nagios NSCA passive check acceptor. Command lines are compatible
but the protocol is not - however the two servers can coexist to assist
during a migration. Fix/ok rpe@
Status:
Vendor Tag: sthen
Release Tags: sthen_20130311
N ports/net/nagios/nsca-ng/Makefile
N ports/net/nagios/nsca-ng/distinfo
N ports/net/nagios/nsca-ng/patches/patch-etc_nsca-ng_cfg
N ports/net/nagios/nsca-ng/pkg/DESCR-client
N ports/net/nagios/nsca-ng/pkg/DESCR-main
N ports/net/nagios/nsca-ng/pkg/PLIST-main
N ports/net/nagios/nsca-ng/pkg/PLIST-client
N ports/net/nagios/nsca-ng/pkg/nsca_ng.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:27:49
Modified files:
net/nagios : Makefile
Log message:
+nsca-ng
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:48:40
Modified files:
sys/net : pfvar.h pf.c
Log message:
Add a separate "translation" counter and use this rather than "memory"
when address translation fails due to no free ports in the configured range.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:49:37
Modified files:
share/snmp : OPENBSD-PF-MIB.txt
usr.sbin/snmpd : mib.c mib.h
Log message:
Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:50:04
Modified files:
net/pfstat : Makefile
Added files:
net/pfstat/patches: patch-parse_y patch-pfstat_conf_example
Log message:
Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. From Martin Pelikan.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:51:26
Modified files:
net/ftpsesame : Makefile
sysutils/symon : Makefile
sysutils/pftop : Makefile
net/miniupnp/miniupnpd: Makefile
net/natpmpd : Makefile
Log message:
Bump ports using DIOCGETSTATUS following PF change (new 'translation'
error counter).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 14:49:45
ports/databases/p5-SQL-Translator/patches
Update of /cvs/ports/databases/p5-SQL-Translator/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21619/patches
Log Message:
Directory /cvs/ports/databases/p5-SQL-Translator/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 14:59:05
Modified files:
chinese/ttfm : Makefile
chinese/ttfm/patches: patch-modules_xttfm_ttfm
databases/mysql-zrm: Makefile
databases/mysql-zrm/patches:
patch-usr_lib_mysql-zrm_ZRM_Common_pm
databases/p5-SQL-Translator: Makefile
databases/pgadmin3: Makefile
sysutils/entr : Makefile
Added files:
databases/mysql-zrm/patches: patch-usr_bin_mysql-zrm-scheduler
patch-usr_bin_zrm-pre-scheduler
databases/p5-SQL-Translator/patches: patch-t_09sqlt-diagram_t
databases/pgadmin3/patches: patch-stringextract
sysutils/entr/patches: patch-regress_sh
Log message:
fix some too-short mktemp format strings
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 15:24:24
Modified files:
libexec/identd : identd.8 identd.c
Log message:
Report -u and -g support; running as another privdrop user or group is stupid.
ok millert guenther
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:29:04
Modified files:
share/man/man5 : port-modules.5
Log message:
missing spaces;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:34:31
Modified files:
libexec/identd : identd.8
Log message:
remove line left from previous;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:39:11
Modified files:
usr.sbin/eeprom: eeprom.8
Log message:
derivated -> derived; from daniel dickman
although oed says "derivated" is valid, it notes its usage is rare,
and this seems clearer;
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 16:57:13
Modified files:
graphics/py-Imaging: Makefile
Added files:
graphics/py-Imaging/pkg: DESCR PLIST
Removed files:
graphics/py-Imaging/pkg: DESCR-bin DESCR-docs DESCR-examples
DESCR-main PLIST-bin PLIST-docs
PLIST-examples PLIST-main
Log message:
folds all subpackages back into the main port.
ok sthen@ and someone else i can't remember before lock.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 16:59:56
Modified files:
games/fretsonfire: Makefile
games/mnemosyne: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:01:31
Modified files:
graphics/asymptote: Makefile
graphics/comix : Makefile
graphics/py-graphics: Makefile
graphics/py-pyx: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:02:50
Modified files:
multimedia/moovida/core: Makefile
multimedia/moovida/plugins-bad: Makefile
multimedia/moovida/plugins-good: Makefile
multimedia/moovida/plugins-ugly: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:04:32
Modified files:
print/hplip : Makefile
print/py-reportlab/reportlab: Makefile
print/scribus : Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:05:15
Modified files:
productivity/impressive: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:06:12
Modified files:
textproc/calibre: Makefile
Log message:
and last bump after py-Imaging change.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/11 17:42:19
Modified files:
sys/dev/ic : re.c
Log message:
Separate out the common capabilities flags from the switch statement
added in the last commit. No functional change.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/11 18:19:02
Modified files:
lib/libc/sys : socket.2
Log message:
SOCK_SEQPACKET is supported on AF_UNIX too.
ok jmc@ matthew@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 18:30:53
Modified files:
infrastructure/db: systrace.filter
Log message:
Allow access to /dev/ptm so posix_openpt() works.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 18:59:50
Modified files:
audio/portaudio-svn: Makefile distinfo
audio/portaudio-svn/files: pa_sndio.c
audio/portaudio-svn/patches: patch-Makefile_in
patch-configure_in
patch-include_portaudio_h
patch-src_os_unix_pa_unix_hostapis_c
patch-src_os_unix_pa_unix_util_c
audio/portaudio-svn/pkg: PLIST
Added files:
audio/portaudio-svn/patches: patch-portaudio-2_0_pc_in
Removed files:
audio/portaudio-svn/pkg: PFRAG.shared
Log message:
Update to portaudio revision 1851.
Mostly from Holger Mikolon
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 20:21:42
ports/audio/wavpack/patches
Update of /cvs/ports/audio/wavpack/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32321/patches
Log Message:
Directory /cvs/ports/audio/wavpack/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 20:57:37
Modified files:
usr.bin/nc : netcat.c
Log message:
All accept() errors are considered fatal, until someone gives a different
reason. No code changed, just documenting it...
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/11 22:39:42
Modified files:
devel/jdk/1.7 : Makefile distinfo
Removed files:
devel/jdk/1.7/patches: patch-jdk_make_java_nio_mapfile-bsd
patch-jdk_make_sun_awt_Makefile
patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c
patch-jdk_src_solaris_native_java_net_bsd_close_c
Log message:
- Update to 7u17 which contains multiple security corrections
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 23:19:57
Modified files:
net/opal : Makefile
net/opal/patches: patch-configure patch-plugins_configure
patch-plugins_video_H_264_h264-x264_cxx
Log message:
Correct shared lib creation for OpenBSD.
ok ajacoutot@
CVSROOT: /cvs
Module name: www
Changes by: chris@cvs.openbsd.org 2013/03/11 23:42:49
Modified files:
. : events.html
Log message:
I will present on March 19th at the Portland, OR PLUG Advanced Topics Meeting regarding flashrd+nsh.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 23:55:28
Modified files:
www/zurmo : Makefile distinfo
Log message:
Update to zurmo-1.1.30.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 00:00:05
Modified files:
bin/ln : ln.1 ln.c
Added files:
regress/bin/ln : Makefile test_ln.sh
Log message:
Add support for the -L and -P options.
Based on a patch from Kent R. Spillner (kspillner (at) acm.org)
ok jmc@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 00:13:33
Modified files:
www/zurmo : Makefile
www/zurmo/pkg : README
Added files:
www/zurmo/patches: patch-zurmo_app_roots_php
Log message:
Forgot to add this patch in previous...
Tweak README while here.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/12 00:26:25
Modified files:
lib/fontconfig/src: Makefile
Log message:
Remove existing stale libfontconfig.la at install time.
fontconfig.la was created by the previous build system and references
the bad library revision.
Suggested by espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 00:56:27
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
check -> test
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:30:22
Log message:
import erl-chef_authn
This is the authentication layer module for Erlang Chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_authn/Makefile
N ports/sysutils/erchef/erl-chef_authn/distinfo
N ports/sysutils/erchef/erl-chef_authn/pkg/DESCR
N ports/sysutils/erchef/erl-chef_authn/pkg/PLIST
N ports/sysutils/erchef/erl-chef_authn/patches/patch-src_chef_authn_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:30:55
Log message:
import erl-chef_certgen
Chef Certificate Generator is an Erlang NIF that exposes some of the
OpenSSL functionality missing from the builtin Erlang crypto
application.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_certgen/Makefile
N ports/sysutils/erchef/erl-chef_certgen/distinfo
N ports/sysutils/erchef/erl-chef_certgen/pkg/DESCR
N ports/sysutils/erchef/erl-chef_certgen/pkg/PLIST
N ports/sysutils/erchef/erl-chef_certgen/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:31:18
Log message:
import erl-chef_db
Database application layer for Erlang Chef server.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_db/Makefile
N ports/sysutils/erchef/erl-chef_db/distinfo
N ports/sysutils/erchef/erl-chef_db/patches/patch-src_chef_db_app_src
N ports/sysutils/erchef/erl-chef_db/patches/patch-test_chef_db_tests_erl
N ports/sysutils/erchef/erl-chef_db/pkg/PLIST
N ports/sysutils/erchef/erl-chef_db/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:31:52
Log message:
import erl-chef_index
This is the search/indexing layer for chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_index/Makefile
N ports/sysutils/erchef/erl-chef_index/distinfo
N ports/sysutils/erchef/erl-chef_index/pkg/PLIST
N ports/sysutils/erchef/erl-chef_index/pkg/DESCR
N ports/sysutils/erchef/erl-chef_index/patches/patch-src_chef_index_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:32:24
Log message:
import erl-chef_objects
This library defines the internal objects used by chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_objects/Makefile
N ports/sysutils/erchef/erl-chef_objects/distinfo
N ports/sysutils/erchef/erl-chef_objects/pkg/PLIST
N ports/sysutils/erchef/erl-chef_objects/pkg/DESCR
N ports/sysutils/erchef/erl-chef_objects/patches/patch-src_chef_objects_app_src
N ports/sysutils/erchef/erl-chef_objects/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:32:50
Log message:
import erl-chef_wm
The "wm" stands for webmachine. This OTP application contains the core
of the erchef REST API implemented on top of the Webmachine toolkit. The
URL routing that matches URLs with Erlang modules handling requests for
those URLs is defined in `priv/dispatch.conf`.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_wm/Makefile
N ports/sysutils/erchef/erl-chef_wm/distinfo
N ports/sysutils/erchef/erl-chef_wm/pkg/PLIST
N ports/sysutils/erchef/erl-chef_wm/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:33:14
Added files:
sysutils/erchef: Makefile Makefile.inc
Log message:
add Makefile*
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:34:40
Modified files:
sysutils/erchef/erl-chef_authn/pkg: DESCR
sysutils/erchef/erl-chef_db/pkg: DESCR
sysutils/erchef/erl-chef_index/pkg: DESCR
sysutils/erchef/erl-chef_objects/pkg: DESCR
Log message:
normalize DESCR (no bump as it's not yet hooked up)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:35:16
Modified files:
sysutils : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 03:01:58
Modified files:
lang/php/5.3 : Makefile distinfo
Log message:
update to php 5.3.22, fixes a couple of segfaults and some other bugs
(http://www.php.net/ChangeLog-5.php). ok robert@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/12 03:37:16
Modified files:
sys/arch/alpha/include: cpu.h
sys/arch/amd64/include: cpu.h
sys/arch/arm/include: cpu.h
sys/arch/hppa/include: cpu.h
sys/arch/hppa64/include: cpu.h
sys/arch/i386/include: cpu.h
sys/arch/m68k/include: cpu.h
sys/arch/m88k/include: cpu.h
sys/arch/mips64/include: cpu.h
sys/arch/powerpc/include: cpu.h
sys/arch/sh/include: cpu.h
sys/arch/sparc64/include: cpu.h
sys/arch/vax/include: cpu.h
sys/kern : kern_clock.c subr_prof.c
sys/lib/libkern: mcount.c
sys/sys : gmon.h
lib/libc/gmon : mcount.c
usr.sbin/kgmon : kgmon.8 kgmon.c
Log message:
Fix kernel profiling on MP systems by using per-CPU buffers and teach
kgmon(8) to deal with them, this time without public header changes.
Previously various CPUs were iterating over the same global buffer at
the same time to modify it and never ended.
This diff includes some ideas submited by Thor Simon to NetBSD via miod@.
ok deraadt@, mikeb@, haesbaert@
CVSROOT: /cvs
Module name: ports
Changes by: jsing@cvs.openbsd.org 2013/03/12 03:57:11
Modified files:
lang/go : Makefile systrace.filter
lang/go/patches: patch-src_cmd_ld_elf_c
patch-src_pkg_runtime_sys_openbsd_386_s
patch-src_pkg_runtime_sys_openbsd_amd64_s
Log message:
Unbreak the lang/go port by switching from the old __tfork syscall that no
longer exists, to the current __tfork syscall. Also use __set_tcb instead
of sysarch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 04:39:42
Log message:
import py-unittest2
unittest2 is a backport of the new features added to the
unittest testing framework in Python 2.7. It is tested
to run on Python 2.4 - 2.7.
from Frantisek Holop, ok mpi@
Status:
Vendor Tag: benoit
Release Tags: benoit_20130312
N ports/devel/py-unittest2/Makefile
N ports/devel/py-unittest2/distinfo
N ports/devel/py-unittest2/pkg/DESCR
N ports/devel/py-unittest2/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 04:44:50
Modified files:
www/puppet-dashboard: Makefile distinfo
www/puppet-dashboard/pkg: PLIST README
Added files:
www/puppet-dashboard/patches:
patch-vendor_rails_actionpack_lib_action_controller_rb
Removed files:
www/puppet-dashboard/patches: patch-config_boot_rb
Log message:
Update to puppet-dashboard-1.2.22.
Largely improved README to easily set it up.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/12 04:49:30
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/mozilla-thunderbird: Makefile distinfo
Log message:
Security update to thunderbird 17.0.4.
Fixes MFSA-2013-29 / CVE-2013-0787 / bug #848644 (vupen @ pwn2own)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 04:55:24
Modified files:
devel : Makefile
Log message:
+py-unittest2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 04:59:50
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Add an example to setup the external node classifier (ENC) and fix the
external_node script.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 06:36:59
Modified files:
devel/pyflakes : Makefile distinfo
devel/pyflakes/pkg: PLIST
Log message:
- update pyflakes to 0.6.1
- update HOMEPAGE
- change MAINTAINER
- regen PLIST
- add TEST and MODPY_SETUPTOOLS
from Frantisek Holop, ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 07:49:31
Modified files:
share/zoneinfo/datfiles: africa antarctica asia australasia
europe northamerica southamerica
zone.tab
Log message:
Update to tzdata2013b from iana.org
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/12 08:00:57
Modified files:
share/man/man4 : softraid.4
Log message:
document limited boot support; help/ok jsing
as reported by Lars Engblom
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/12 08:32:19
Modified files:
. : want.html
Log message:
i could really use some octeon boards like the portwell cam-0100 to help me with the octeon port.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 08:58:16
Modified files:
www/squid : Makefile distinfo
www/squid/patches: patch-src_cf_data_pre patch-src_squid_8_in
Log message:
update to Squid 3.2.9, various fixes including DoS affecting 3.2.0.9 and up
(CVE-2013-1839).
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 09:01:19
Modified files:
regress/lib/libc/mkstemp: mkstemp_test.c
Log message:
Add check that mkstemp() fails with EINVAL if the string has fewer than
6 Xs
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 09:07:12
Modified files:
usr.bin/mktemp : mktemp.1 mktemp.c
Log message:
Require that the template include at least 6 trailing Xs to match
POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp
so we can give a better error message than "invalid argument".
OK deraadt@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 10:22:59
Modified files:
devel/libaudiofile: Makefile distinfo
Added files:
devel/libaudiofile/patches: patch-configure
Log message:
Update to libaudiofile-0.3.6 which adds FLAC support.
Thanks to espie@ for the help regarding the horrible and bogus CFLAGS
transformation... which was only seen on OpenBSD because pkgconfig files
from our audio/flac port are patched for some reason.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 10:31:50
Modified files:
sys/arch/i386/i386: bios.c
sys/arch/amd64/amd64: bios.c
Log message:
Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty
This will make it easier to have device drivers for some oddities these
machines have
ok kettenis, assume jsg is ok with it too
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 10:47:11
Modified files:
lib/libc/stdio : mktemp.3 mktemp.c
Log message:
Return EINVAL if there are fewer than six template Xs in the path.
ok deraadt@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 11:15:51
Modified files:
mail/swaks : Makefile distinfo
Log message:
- update swaks to 20130209.0
maintainer timeout, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/12 12:52:11
Modified files:
sysutils/ruby-puppet/2: Makefile distinfo
sysutils/ruby-puppet/2/pkg: PLIST
Log message:
security update to 2.7.21
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/12 12:53:49
Modified files:
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
security update to 3.1.1
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 13:09:23
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
warnx() not warningx(), too much sudo on the brain
CVSROOT: /cvs
Module name: www
Changes by: mpi@cvs.openbsd.org 2013/03/12 13:43:24
Modified files:
. : want.html
Log message:
I need a 600W PSU for PowerMac G5 to be able to continue hacking on G5s,
mine just died.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/12 13:55:08
Modified files:
shells/bash : Makefile distinfo
Log message:
update to 4.2 patchlevel 45
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/03/12 14:47:16
Modified files:
sys/uvm : uvm_page.c
Log message:
Fix horrible typo of mine checking for WAITOK flags, found by sthen.
This fix actually by mikeb@, this needs thorough testing to verify
it doesn't bring up other issues in what it hid.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:07:02
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 1 - backout 1.116 to 1.119
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:08:04
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 2 - re-merge 1.119 (the WAITOK diff)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:10:11
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 3 - re-merge 1.116 to 1.118
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 16:39:31
Modified files:
devel/git : Makefile
devel/git/patches: patch-Makefile
Log message:
VAX fixes for git; from Jeremie Courreges-Anglas, ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 17:44:09
Modified files:
net/nagios/nsca: Makefile distinfo
net/nagios/nsca/pkg: PLIST-client
Log message:
mark conflict with nsca-ng, remove old hashes from distinfo while there
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:20:56
Modified files:
net/libtorrent : Makefile
Removed files:
net/libtorrent/patches: patch-scripts_checks_m4
Log message:
Remove a hack that was added to the autoconf script to workaround a test
not working properly when systrace was enabled now that the systrace filter
has been fixed so posix_openpt() works.
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:28:05
Modified files:
devel/libdvdread: Makefile
Log message:
Remove SHARED_ONLY now that libdvdread links directly to libdvdcss
instead of relying upon dlopen() the library.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:36:36
Modified files:
multimedia/libdvdnav: Makefile
Log message:
Remove SHARED_ONLY now that it has been removed from libdvdread.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:26:45
Modified files:
graphics/ffmpeg: Makefile distinfo
graphics/ffmpeg/patches: patch-configure
patch-libavcodec_libgsm_c
patch-library_mak
graphics/ffmpeg/pkg: PLIST
Removed files:
graphics/ffmpeg/pkg: PFRAG.shared
Log message:
Update to FFmpeg 20130214 snapshot. From 1.1 branch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:28:11
Modified files:
x11/mplayer : Makefile distinfo
x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile
patch-configure patch-fmt-conversion_c
patch-libmpdemux_mp_taglists_c
patch-libvo_x11_common_c
patch-stream_stream_bluray_c
Log message:
Update to MPlayer 20130214 snapshot.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:51:42
Modified files:
sysutils/duplicity: Makefile distinfo
sysutils/duplicity/patches: patch-bin_duplicity
sysutils/duplicity/pkg: PLIST
Log message:
Update to duplicity 0.6.21.
ok jim@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 00:55:29
Modified files:
sysutils/ruby-augeas: Makefile distinfo
sysutils/ruby-augeas/pkg: PLIST
Log message:
- update to ruby-augeas-0.5.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 01:19:47
Modified files:
devel/libaudiofile/patches: patch-configure
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 01:47:31
Modified files:
devel/py-clint : Makefile
devel/py-clint/pkg: DESCR
Log message:
- new MAINTAINER
- update licence, DESCR and COMMENT
- bump REVISION
- add HOMEPAGE
from Frantisek Holop, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 02:12:13
Modified files:
www/py-beautifulsoup4: Makefile distinfo
www/py-beautifulsoup4/pkg: DESCR
Log message:
- update py-beautifulsoup4 to 4.1.3
- new MAINTAINER
- update licence, DESCR and MASTER_SITES
- remove PKG_ARCH and WRKSRC
from Frantisek Holop, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 02:25:37
Modified files:
misc/py-memcached: Makefile distinfo
Log message:
- update py-memcached to 1.48
maintainer timeout
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/13 02:28:34
Modified files:
usr.bin/sndiod : listen.c
usr.bin/aucat : listen.c
Log message:
don't display warnings if accept() returns ECONNABORTED or
EWOULDBLOCK, as we do in other daemons
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/13 02:42:43
Modified files:
multimedia/dvdstyler: Makefile distinfo
multimedia/dvdstyler/pkg: PLIST
Removed files:
multimedia/dvdstyler/patches: patch-configure
Log message:
Remove BROKEN marker and update to DVDStyler 2.3.5.
Actual burning has not been tested but the port at least
builds and all of the other functionality works Ok.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/13 02:51:18
Modified files:
lib/libsndio : aucat.c
Log message:
in debug mode, log successful connections, from Jan Stary
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 03:01:35
Modified files:
devel/py-setproctitle: Makefile distinfo
devel/py-setproctitle/patches: patch-Makefile
Log message:
- update py-setproctitle to 1.1.7
- update WANTLIB and patches
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 03:55:56
Modified files:
net/nagios/nsca-ng: Makefile
Log message:
this works with SEPARATE_BUILD=Yes, so set it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 03:56:19
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/pkg: puppetd.rc puppetmasterd.rc
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: puppetd.rc puppetmasterd.rc
Log message:
Do not hardcode paths in the rc scripts.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 04:16:13
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: PLIST README
Added files:
www/puppet-dashboard/pkg: puppet_dashboard.rc
Log message:
Add an rc script so that the dashboard can be easily started.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:00:14
Modified files:
build : mirrors.dat
Log message:
remove some mirrors which are down; reported by des
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:00:50
Modified files:
. : anoncvs.html
Log message:
sync: remove some anoncvs mirrors which are down; reported by des
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:27:07
Modified files:
geo/tilecache : Makefile
Log message:
bump; py-Imaging update. Pointed out by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:27:51
Modified files:
geo/gmapcatcher: Makefile
Log message:
bump; py-Imaging update, reported by nigel@
mark as BROKEN: strict mutex checks
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 05:58:16
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-Makefile
Log message:
- update git to 1.8.1.3
- update patches
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 07:33:51
Modified files:
sysutils/mcollective: Makefile distinfo
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-ext_Makefile
sysutils/mcollective/pkg: PLIST
Added files:
sysutils/mcollective/pkg: README
Log message:
- update to mcollective-2.3.0
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 08:12:58
Modified files:
mail/py-authres: Makefile distinfo
Log message:
- update py-authres to 0.501
- update MASTER_SITES
ok giovanni@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/13 08:30:57
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
Allow octeon to reboot by poking the right address for a soft cpu reset.
No more yanking the powercable when I hit ddb :)
also tested by bcallah@
ok bcallah@ chris@ yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 08:35:39
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Added files:
sysutils/ruby-puppet/pkg: DESCR puppetd.rc puppetmasterd.rc
Removed files:
sysutils/ruby-puppet/2/pkg: DESCR puppetd.rc puppetmasterd.rc
sysutils/ruby-puppet/3/pkg: DESCR puppetd.rc puppetmasterd.rc
Log message:
Factorize a bit more since both ports version share a lot.
While here, fix the rc script to start the master instead of the client
and vice-versa.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 09:33:19
Modified files:
devel/py-configobj: Makefile distinfo
devel/py-configobj/pkg: PLIST
Log message:
- update py-configobj to 4.7.2
- regen PLIST
- update do-test
ok martynas@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 09:43:09
Modified files:
infrastructure/db: user.list
Log message:
Forgot to add the _puppet-dashboard user when I committed the update.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/13 09:49:54
Log message:
Import games/valyriatear, a free J-RPG game.
ok benoit@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-13
N ports/games/valyriatear/Makefile
N ports/games/valyriatear/distinfo
N ports/games/valyriatear/patches/patch-src_CMakeLists_txt
N ports/games/valyriatear/patches/patch-src_main_cpp
N ports/games/valyriatear/files/FindVorbis.cmake
N ports/games/valyriatear/files/FindOgg.cmake
N ports/games/valyriatear/pkg/DESCR
N ports/games/valyriatear/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/13 09:50:57
Modified files:
games : Makefile
Log message:
+valyriatear
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 10:09:18
Modified files:
devel/py-radix : Makefile distinfo
devel/py-radix/pkg: PLIST
Log message:
- update py-radix to 0.5
- update WANTLIB
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 10:18:23
Modified files:
infrastructure/db: user.list
Log message:
Add an _activemq user.
CVSROOT: /cvs
Module name: src
Changes by: weerd@cvs.openbsd.org 2013/03/13 10:28:05
Modified files:
sbin/dhclient : kroute.c
Log message:
Make sure dhclient doesn't delete IPv6 routes.
OK krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 10:30:11
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST activemq.rc
Removed files:
net/apache-activemq/files: activemq activemq-admin
net/apache-activemq/pkg: README
Log message:
Revamp that port:
* don't use an /etc/default/activemq config file; it's too generic and
linuxish -- we'll use /etc/activemqrc
* no need to install the wrappers since we have rc scripts
* properly sample *all* configuration files
* run as unpriviledged user: _activemq by default
* remove useless README
* properly remove data files at @extraunexec time
* proper rc_stop in the rc script
* take MAINTAINER
ok jasper@ on a previous submission
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/13 11:12:45
Modified files:
multimedia/shrip: Makefile
multimedia/shrip/pkg: PLIST
Log message:
No need to rename shrip.conf to shrip.conf.sample. noted by/ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 12:19:48
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: PLIST
Log message:
The _activemq user needs a RW homedir to prevent java.io.IOException
errors.
Properly remove all files at @extraunexec time.
Protect the conf directory.
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/13 13:11:32
Modified files:
build : support.dat
Log message:
Removed outdated entries (companies out of order or 404)
Updated Michael Williams' entry
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/13 13:12:52
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/13 14:50:38
Added files:
images : absbsd2e.png absbsd2e_big.png
Log message:
Adding images for Absolute OpenBSD 2nd Edition
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/13 14:57:47
Modified files:
sbin/pfctl : pfctl.8
Log message:
Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/03/13 15:23:49
Modified files:
devel/libf2c : Makefile
devel/libf2c/pkg: PLIST
lang/g77 : Makefile distinfo
lang/g77/pkg : DESCR PLIST
Added files:
lang/g77/pkg : PFRAG.PIC
Removed files:
lang/g77/patches: patch-gcc_config_gcc
patch-gcc_config_rs6000_openbsd_h
patch-gcc_config_rs6000_sysv4_h
patch-gcc_config_sparc_openbsd64_h
patch-gcc_defaults_h patch-gcc_f_lang-specs_h
patch-gcc_gcc_c patch-gcc_toplev_c
Log message:
Update g77 to the in-tree 3.3.6 codebase, bringing support for m68k and m88k.
All previous patches have also been applied, and a new distribution tarball
has been created.
ok sthen@; help naddy@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/13 15:42:58
Modified files:
net/bitlbee : Makefile
Added files:
net/bitlbee/patches: patch-configure patch-lib_misc_c
Log message:
Add two patches to fix jabber connections on accounds where the id domain
(ie me@example.com) is different from the server's fqdn (ie xmpp.example.com),
which is the case of Google Talk.
If the SRV records are properly configured (as detailed here:
http://wiki.xmpp.org/web/SRV_Records) you dont need to set the server
anymore in bitlbee, it will do the dns lookup and automagically connect
to the right server. Note that the purple FLAVOR doesn't exhibit this
bug.
This is needed until someone adds the ns_*parse* family of functions from
BIND8 to our resolver (asr? any takers?)
From Daniel Levai (thanks!), tested by myself & looks good to sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 15:44:01
Modified files:
www/august : Makefile
Log message:
- update HOMEPAGE/MASTER_SITES
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 15:44:35
Modified files:
www/august : Makefile
Log message:
actually include the MASTER_SITES chunk too.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/13 15:45:11
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey-i18n: Makefile.inc distinfo
Log message:
Update to seamonkey 2.16.2, fixes problems with no-NO & pt-PT locales.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/13 16:44:45
Modified files:
games/valyriatear: Makefile
Log message:
Use MODLUA_WANTLIB. Also don't unintentionally "cp ${FILESDIR}/CVS/ ..."
ok bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:49:37
Modified files:
lang/ruby : ruby.port.mk
Log message:
Use a MODRUBY_pre-configure variable instead of a pre-configure target.
This allows using pre-configure in ruby ports without loosing the
MODRUBY_ADJ_REPLACE feature.
ok jeremy@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:50:26
Modified files:
textproc/gonzui: Makefile
Log message:
No need for MODRUBY_ADJ_REPLACE anymore; MODRUBY_pre-configure take care of
it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:54:26
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/patches: patch-ext_Makefile
sysutils/mcollective/pkg: PLIST mcollectived.rc
Removed files:
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
Log message:
Use bundled modules since they are certified to work with that particular
version of mcollective.
Force ruby 1.8; version 1.9 is not functionnal yet.
Simplify patching the config files by using a regex.
Use BSD_INSTALL_*
Use $RUBY in the rc script.
Take maintainer.
More work to come, so still not hooked to the build.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/13 17:56:54
Modified files:
lib/fontconfig/src: Makefile
Added files:
lib/fontconfig/src: libfontconfig.la.in
Log message:
Add back a libtool archive for libfontconfig.
OpenBSD's libtool needs it for libraries with dependencies.
prodded by espie@
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/13 18:05:40
Modified files:
faq : current.html
Log message:
libfontconfig.la is back. Remove the part telling to remove it.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/13 19:25:38
Modified files:
sys/dev/pci : if_ste.c
Log message:
- Remove return at the end of void functions
- Move the PCI devices table up to the top
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/13 19:42:45
Modified files:
sys/dev/ic : xl.c
Log message:
Cosmetic tweaking. No functional change.
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/13 22:03:47
Modified files:
share/man/man3 : intro.3
share/man/man8 : ssl.8
Log message:
Remove SSLv2 references from the intro(3) and ssl(8) man pages, and
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2.
feedback/ok jmc sthen
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 01:22:33
Modified files:
print/cups : Makefile
Added files:
print/cups/patches: patch-cups-config_in
Log message:
Fix cups-config to not cause overlinking when using shared libs.
Run through a bulk build.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 01:27:01
Modified files:
x11/wxSVG : Makefile distinfo
Log message:
Update to wxSVG 1.1.13.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 01:48:55
Modified files:
www/owncloud : Makefile distinfo
Log message:
SECURITY update to owncloud-4.5.8.
=> CVE-2013-1822, Multiple XSS vulnerabilities
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 01:51:45
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Log message:
- update to empathy-3.6.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 01:58:08
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/pkg: PLIST README
Log message:
Protect the cfg files since they may contain passwords.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 02:05:46
Modified files:
sysutils : Makefile
Log message:
+mcollective
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/14 02:14:47
Modified files:
sys/dev/pci : envy.c
Log message:
add macros for ap192k cards, no behavior change
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 02:23:20
Modified files:
de : anoncvs.html donations.html events.html
nl : anoncvs.html donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 02:23:31
Modified files:
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-examples
Log message:
Update to 7.0.37
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:00:39
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-deps_lua_src_lua_struct_c
patch-redis_conf patch-src_Makefile
patch-src_mkreleasehdr_sh
patch-src_redis_c
Log message:
Update to redis-2.6.11
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 03:00:44
Modified files:
devel/goffice : Makefile
devel/goffice/pkg: PLIST
Log message:
Enable introspection.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 03:01:13
Modified files:
math/gnumeric : Makefile
math/gnumeric/pkg: PLIST
Log message:
Enable introspection.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:04:23
Modified files:
www/php-predis : Makefile distinfo
www/php-predis/pkg: PLIST
Log message:
Update to Predis-0.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 03:04:28
ports/x11/gnome/rygel/patches
Update of /cvs/ports/x11/gnome/rygel/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16967/patches
Log Message:
Directory /cvs/ports/x11/gnome/rygel/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/14 03:20:17
Modified files:
textproc/ispell: Makefile
Log message:
Fix packaging after previous PERMIT_* sweep, PLIST changed because
PERMIT_PACKAGE_FTP-german defaults to PERMIT_PACKAGE_FTP which defaults to
yes in that case. spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:21:17
Modified files:
x11/rxvt-unicode: Makefile distinfo
x11/rxvt-unicode/pkg: PLIST README
Log message:
Bugfix update to rxvt-unicode-9.17
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 03:25:09
Modified files:
textproc/ispell: Makefile
Log message:
replace some dead MASTER_SITES with a mirror.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 04:03:19
Modified files:
devel/help2man : Makefile distinfo
Removed files:
devel/help2man/patches: patch-help2man_texi
Log message:
Update to help2man-1.41.1.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:04:29
Modified files:
graphics/xmedcon: Makefile distinfo
graphics/xmedcon/patches: patch-source_m-png_c
graphics/xmedcon/pkg: PLIST
Removed files:
graphics/xmedcon/pkg: PFRAG.shared
Log message:
- update xmedcon to 0.12.0
- bump SHARED_LIBS
- update WANTLIB and patches
- regen PLIST
- remove PFRAG.shared
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:08:31
Modified files:
devel/py-country: Makefile distinfo
devel/py-country/pkg: PLIST
Log message:
- update py-country to 0.14.8
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:14:10
Modified files:
mail/mutt : Makefile.inc
mail/mutt/snapshot: Makefile distinfo
mail/mutt/snapshot/patches: patch-muttlib_c
mail/mutt/stable: distinfo
Log message:
add the trashfolder patch to mutt/snapshot, req'd by aja.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:16:06
Modified files:
mail/mutt/snapshot: Makefile
Log message:
add a comment saying where the trashfolder patch comes from
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:19:38
Modified files:
net/nagios/nsca-ng: Makefile
Added files:
net/nagios/nsca-ng/patches: patch-man_nsca-ng_cfg_in
patch-src_server_conf_c
patch-src_server_nsca-ng_c
Log message:
add chroot support; committed upstream (thanks Holger!)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 04:21:07
Modified files:
usr.sbin/npppd/npppd: npppd_subr.c npppd_subr.h
usr.sbin/npppd/pptp: pptpd.c
Log message:
Remove some faith-related #ifdef'd code that was only used for old IIJ
products and never enabled in our tree.
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:24:17
Modified files:
devel/py-xmlrunner: Makefile distinfo
devel/py-xmlrunner/pkg: PLIST
Log message:
- update py-xmlrunner to 1.4.3
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:28:52
Modified files:
net/nagios/nsca: Makefile
net/nagios/nsca/pkg: DESCR-client DESCR-main
Log message:
Recommend NSCA-ng as an alternative in NSCA's DESCR files. (if you have
spent more than about half a second looking at the code you'll know why).
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 05:08:20
Modified files:
usr.sbin : Makefile
Removed files:
usr.sbin/faithd: Makefile README faithd.8 faithd.c faithd.h
ftp.c prefix.c prefix.h tcp.c
Log message:
tedu faithd(8), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 05:16:02
Modified files:
devel/cryptopp : Makefile distinfo
devel/cryptopp/patches: patch-GNUmakefile patch-config_h
patch-misc_h patch-secblock_h
devel/cryptopp/pkg: PLIST
Removed files:
devel/cryptopp/patches: patch-algebra_cpp patch-bench2_cpp
patch-blowfish_h patch-eccrypto_cpp
patch-eccrypto_h patch-factory_h
patch-panama_cpp patch-panama_h
patch-rijndael_cpp patch-salsa_cpp
devel/cryptopp/pkg: PFRAG.shared
Log message:
Update to cryptopp-5.6.2; lots of local patches go to the attic.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 05:18:37
Modified files:
lib/libc/gen : sysctl.3
sbin/ifconfig : ifconfig.8
sbin/sysctl : sysctl.8
share/man/man4 : Makefile ip6.4
sys/conf : GENERIC files
sys/netinet : in_pcb.h tcp_input.c udp_usrreq.c
sys/netinet6 : icmp6.c in6.c in6.h in6_proto.c ip6_input.c
ip6_output.c ip6_var.h raw_ip6.c udp6_output.c
Removed files:
share/man/man4 : faith.4
sys/net : if_faith.c
Log message:
tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 06:48:49
Modified files:
sysutils/ruby-augeas: Makefile
Log message:
take maintainership
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/03/14 06:56:58
Modified files:
share/mk : bsd.lkm.mk
Log message:
disable pie for kernel modules; from dinar talypov, ok deraadt, pascal
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 06:57:36
Modified files:
net/amule : Makefile
Added files:
net/amule/patches: patch-src_OScopeCtrl_cpp
Log message:
Zap unused variable
(upstream git commit 3de45b1d6aedf27af5e7d3f73f2005d96138f03a)
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/14 07:20:57
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
Fix indentation
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:23:26
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile
multimedia/gstreamer1/plugins-bad/pkg: PLIST
Log message:
Enable the Opus support.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:24:32
Modified files:
multimedia/gstreamer1/plugins-ugly: Makefile
multimedia/gstreamer1/plugins-ugly/pkg: PLIST
Log message:
Disable the reference AC3 decoder and make use of Libav (FFmpeg) instead.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:25:21
Modified files:
multimedia/gstreamer-0.10/plugins-bad: Makefile
multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main
Log message:
Enable the Opus support.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 07:25:30
Modified files:
graphics/feh : Makefile distinfo
graphics/feh/patches: patch-Makefile patch-config_mk
patch-man_feh_pre patch-src_keyevents_c
graphics/feh/pkg: PLIST
Log message:
Update to feh-2.9.1
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 08:28:38
Modified files:
sys/netinet6 : in6.h
Log message:
My lack of faith... These lines should stay, reported by ajacoutot@.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:47:00
Modified files:
sys/dev/pci : pcidevs
Log message:
Add AMD Family 15h devices.
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:47:28
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen.
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:50:25
Modified files:
sys/dev/pci : km.c
Log message:
Match on family 15h also.
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:51:14
Modified files:
share/man/man4 : km.4
Log message:
Add man page bits.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/14 08:52:52
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
correct struct in sizeof(); found by llvm
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/14 08:53:52
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
use after free; 33% found by llvm
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 09:18:19
Modified files:
gnu/usr.sbin/sendmail/doc/op: Makefile
Log message:
allow groff users to build these docs; from J??r??mie Courr??ges-Anglas
ok millert
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 09:19:10
Modified files:
etc/mail : README
Log message:
correct path for op.me; from J??r??mie Courr??ges-Anglas
ok millert
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/14 09:44:15
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
Add fatal() and fatalx() that honor the quiet flag instead of
using "if (quiet) warn(...); exit(1);" throughout. OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 10:05:19
Modified files:
share/man/man7 : ports.7
Log message:
Kill unused ACCEPT_JRL_LICENSE.
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 10:05:45
Modified files:
infrastructure/templates: mk.conf.template
Log message:
Kill unused ACCEPT_JRL_LICENSE.
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:18:23
Modified files:
mail/p5-Mail-DKIM: Makefile distinfo
mail/p5-Mail-DKIM/pkg: PLIST
Log message:
Bugfix update to 0.40
ok william@ (Maintainer)
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:20:46
Modified files:
usr.sbin/npppd : Makefile
Log message:
Install npppd.conf with perms 0640, there could be the radius config on this file
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:24:08
Modified files:
etc/mtree : special
Log message:
Tell security(8) how to check npppd(8) configuration files
help and ok by ajacoutot@ and yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 10:57:30
Log message:
import dash (Debian Almquist SHell), from Jeremie Courreges-Anglas, ok benoit@
Status:
Vendor Tag: sthen
Release Tags: sthen_20130314
N ports/shells/dash/Makefile
N ports/shells/dash/distinfo
N ports/shells/dash/patches/patch-src_mkbuiltins
N ports/shells/dash/patches/patch-src_dash_1
N ports/shells/dash/pkg/DESCR
N ports/shells/dash/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 10:57:47
Modified files:
shells : Makefile
Log message:
+dash
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 11:02:15
Modified files:
sys/dev/mii : ipgphy.c
Log message:
- Fix passing down MAC feature flags; which fixes flow control support.
- Bring in a workaround for the IP1001 PHY which causes the downshift support
to not function properly. From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 11:04:50
Modified files:
sys/dev/pci : if_vge.c
Log message:
Add some missing bits for flow control support and enable it.
Tested with PCI and PCIe vge(4).
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/14 11:08:57
Modified files:
shells/dash : Makefile
shells/dash/pkg: PLIST
Log message:
Use @shell instead of @bin so that dash properly registers itself in
shells(5).
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 12:18:26
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
partial sync to 1.18:
- zap trailing whitespace
- report duplicate rcs id
(including a fix from wiz to correctly report the line number of the dup,
which isn't yet committed in netbsd)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 12:25:39
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013
for netbsd;
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/14 13:00:41
Modified files:
. : 53.html
Log message:
more pkg numbers coming together
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 13:41:42
Modified files:
textproc/gtkspell3: Makefile distinfo
textproc/gtkspell3/pkg: PLIST
Removed files:
textproc/gtkspell3/pkg: PFRAG.shared
Log message:
Update to gtkspell3-3.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 13:50:54
Modified files:
devel/py-xdg : Makefile distinfo
devel/py-xdg/patches: patch-xdg_Menu_py
Log message:
Update to py-xdg-0.25.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 13:56:53
Modified files:
textproc/libxslt: Makefile
Log message:
ftp.gnome.org hasn't updated it's libxslt mirror in 6 years, so add a new mirror instead.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:01:13
Modified files:
net/miniupnp : Makefile.inc
net/miniupnp/minissdpd: Makefile
net/miniupnp/miniupnpc: Makefile
net/miniupnp/miniupnpd: Makefile
Log message:
Remove myself from MAINTAINER.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:08:14
Modified files:
security/p11-kit: Makefile distinfo
security/p11-kit/pkg: PLIST
Log message:
Update to p11-kit-0.16.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:30:33
Modified files:
print/qpdf : Makefile distinfo
print/qpdf/patches: patch-configure
print/qpdf/pkg : PLIST
Removed files:
print/qpdf/pkg : PFRAG.shared
Log message:
Update to qpdf-4.0.1.
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/03/14 14:30:41
Modified files:
usr.bin/find : find.1
Log message:
-follow is the same as -L, not -H
second occurance pointed out by Jeremie Courreges-Anglas, thanks!
ok guenther@ on the first occurance
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 14:36:17
Modified files:
x11/xfe : Makefile
x11/roxterm : Makefile
x11/enlightenment: Makefile
Log message:
remove maintainer as per his request.
CVSROOT: /cvs
Module name: xenocara
Changes by: miod@cvs.openbsd.org 2013/03/14 14:49:52
Modified files:
distrib/notes : README.hp300
distrib/sets/lists/xbase: md.hp300
distrib/sets/lists/xetc: md.hp300
distrib/sets/lists/xserv: md.hp300
driver : Makefile
xserver : Makefile.bsd-wrapper
Log message:
Build the X server on hp300 again. Tested on catseye.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 14:55:01
Modified files:
share/man/man4 : bwi.4 malo.4 upgt.4
Log message:
commented out Host AP documentation gives grep false hope.
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 14:59:49
Modified files:
. : 53.html
Log message:
static linking of libpthread doesn't actually work yet
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:05:47
Modified files:
. : 53.html
Log message:
bufq switched to nscan
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:14:27
Modified files:
. : 53.html
Log message:
split some assorted improvements into security, performance, and threading
sections.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:22:52
Modified files:
regress/usr.bin/mdoclint: mdoclint mdoclint.1
Log message:
sync with -r1.22: add an -l option, to check library names in Lb; this is
off by default on openbsd, and the libraries checked are netbsd ones (we
can tweak this later if we ever want to start using Lb)
also rolls in 1.2{3,6,7,8}, which simply added some libraries to the list.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:37:00
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
- some indent fixes
- pull in 1.24: do not warn about () in literal strings or when used
as macro argument
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:38:22
Modified files:
sys/kern : syscalls.master kern_fork.c
sys/sys : unistd.h
Log message:
the 5.1 era tfork syscall claws its way out of the grave. we failed to
fully deprecate it (notably the go port was still using it as of 5.3)
so to give users a little more time to update, __tfork51 lives again.
okish deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:39:05
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:47:57
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
more or less sync to latest netbsd revision (1.29):
- libj -> libmj (my error)
- fix some incorrect warnings about `new sentence, new line' (1.25)
stuff we don;t have:
- the -A and -O options (not fully implemented on netbsd anyway)
- $order (not currently used on netbsd)
also we have a couple of fixes not yet in netbsd:
- -l added correctly to usage
- correct line number reporting for dup rcs ids
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:58:38
Modified files:
. : amd64.html i386.html
Log message:
urtwn devices
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 16:06:55
Modified files:
. : amd64.html i386.html macppc.html
Log message:
oh look, there's a urtwn too. and a macppc
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 16:10:03
Modified files:
distrib/notes/amd64: hardware
distrib/notes/i386: hardware
distrib/notes/macppc: hardware
Log message:
oh look, more hardware lists. urtw and urtwn
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/14 17:28:22
Modified files:
. : books.html
Log message:
Reorganize Book of PF descr, Change Absolute OpenBSD to Rev. 2
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 19:33:23
Modified files:
sys/dev/pci : if_vge.c if_vgevar.h
Log message:
Rewrite receive filter handling and ioctl bits.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/14 20:57:17
Modified files:
net/daq : Makefile
net/daq/pkg : PFRAG.shared PLIST
Log message:
Pack documentation files. Also move library files from PFRAG.shared to
PLIST as a result of update-plist.
OK Markus Lude (maintainer), sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 00:01:42
Modified files:
usr.bin : Makefile
usr.bin/strings: Makefile
usr.bin/strip : Makefile
Log message:
Enter more directories, and put the conditional down below. This is
for obj dirs...
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/15 00:15:07
Modified files:
. : donations.html
Log message:
new
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 01:40:30
Modified files:
print/gtklp : Makefile distinfo
print/gtklp/patches: patch-libgtklp_libgtklp_h
Removed files:
print/gtklp/patches: patch-include_defaults_h
Log message:
Update to gtklp-1.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 01:45:17
Modified files:
textproc/ocaml-text: Makefile
Log message:
devel/gmake is needed to build.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/15 02:30:33
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_base_gyp patch-base_base_gypi
patch-base_debug_debugger_posix_cc
patch-base_debug_stack_trace_posix_cc
patch-chrome_app_chrome_main_delegate_cc
patch-chrome_browser_chrome_browser_main_posix_cc
patch-chrome_browser_memory_details_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_paths_cc
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_gpu_gypi
patch-media_media_gyp
patch-net_base_network_change_notifier_cc
patch-net_http_http_network_session_cc
patch-net_net_gyp
patch-printing_printing_gyp
patch-skia_skia_gyp
patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c
patch-third_party_yasm_source_config_openbsd_config_h
patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h
patch-ui_gfx_codec_png_codec_cc
patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches: patch-base_debug_stack_trace_h
patch-build_all_gyp
patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc
patch-chrome_chrome_browser_extensions_gypi
patch-remoting_remoting_gyp
patch-third_party_libvpx_libvpx_gyp
Removed files:
www/chromium/patches:
patch-third_party_libyuv_include_libyuv_basic_types_h
patch-third_party_openssl_openssl_crypto_ui_ui_openssl_c
Log message:
update to 25.0.1364.160
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/15 02:37:10
Modified files:
usr.bin/calendar: calendar.1
usr.bin/calendar/calendars: calendar.all
Added files:
usr.bin/calendar/calendars: calendar.canada
Log message:
canadian holidays, from Ryan Kavanagh
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 03:10:52
Modified files:
etc : MAKEDEV.common
etc/etc.alpha : MAKEDEV.md
etc/etc.amd64 : MAKEDEV.md
etc/etc.armish : MAKEDEV.md
etc/etc.beagle : MAKEDEV.md
etc/etc.i386 : MAKEDEV.md
etc/etc.landisk: MAKEDEV.md
etc/etc.macppc : MAKEDEV.md
etc/etc.palm : MAKEDEV.md
etc/etc.zaurus : MAKEDEV.md
share/man/man4 : Makefile
sys/arch/alpha/alpha: conf.c
sys/arch/alpha/conf: GENERIC
sys/arch/amd64/amd64: conf.c
sys/arch/amd64/conf: GENERIC
sys/arch/arm/arm: conf.c
sys/arch/i386/conf: GENERIC
sys/arch/i386/i386: conf.c
sys/arch/landisk/landisk: conf.c
sys/arch/macppc/conf: GENERIC
sys/arch/macppc/macppc: conf.c
sys/conf : files
sys/ddb : db_structinfo.c
sys/dev : midi.c midivar.h
usr.bin/kdump : Makefile mkioctls
Removed files:
share/man/man4 : sequencer.4
sys/dev : sequencer.c sequencervar.h
sys/sys : midiio.h
Log message:
Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 03:16:19
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.palm : 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.beagle: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.palm: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen after sequencer removal
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:18:19
Modified files:
sys/arch/octeon/dev: octcf.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
save a copy of the address at which the CF bus can be found, and use this in octcf(4) for
a better probe function which doesn't unconditionally tries to attach octcf(4). this would
cause endless faults on the EdgeRouter Lite as it lacks a CF bus.
feedback and testing bcallah@ and chris@
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 03:18:37
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:19:01
Modified files:
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
add some board types which will be used later to identify particular boards
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:19:31
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
print a dump of structs boot_info/boot_desc which contain useful information
to have in the dmesg, for the time being
ok bcallah@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 03:28: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.macppc md.mvme68k md.mvme88k 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: ratchov@cvs.openbsd.org 2013/03/15 05:12:25
Modified files:
share/man/man4 : midi.4
Log message:
remove reference to the sequencer device, from jmc
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 05:35:58
Modified files:
sys/sys : conf.h
Log message:
remove forgotten sequencer function prototypes
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:20:11
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
fix a huge bug in tftpd.
there was a double free if an option ack failed. if oack fails, the client
gets freed, then the oack caller tries to free the options which were just
freed.
found by Maxime Villard who provided a fix. unfortunately his fix still
had a double free but it was pretty close.
ok MALLOC_OPTIONS=S
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:36:11
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
fix up some lwarn()s that should be lwarnx()s
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:52:03
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
"correct" the order of calloc arguments.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 07:13:10
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
let oack use the full buffer space to build its packet, not just the size
negotiated for data tranfsers.
this lets people negotiate 2 byte transfers with other options too if they
want. im looking at you Maxime Villard.
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/15 07:31:27
Modified files:
usr.sbin/ftp-proxy: ftp-proxy.c
Log message:
camield requested backout of rev 1.26, and indeed ftp-proxy does not
need it.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 08:09:22
Modified files:
editors/emacs21: Makefile
Added files:
editors/emacs21/patches: patch-lisp_mail_mh-funcs_el
patch-lisp_mail_mh-utils_el
Log message:
- cope with current directory locations for mail/nmh.
- don't use groff.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 08:57:25
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/files: puppet.conf
Log message:
Tweak on comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:10:06
Modified files:
security/clamav: Makefile distinfo
security/clamav/patches: patch-database_Makefile_in
patch-etc_Makefile_in
patch-libclamav_Makefile_in
Log message:
SECURITY update to ClamAV 0.97.7
"addresses several reported potential security bugs." (full details not
available yet, but there are some added checks for pointer out of bounds
in WWPack decompression).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:13:36
Modified files:
devel/vanessa : Makefile.inc
devel/vanessa/adt: Makefile distinfo
devel/vanessa/adt/pkg: PLIST
devel/vanessa/logger: Makefile distinfo
devel/vanessa/logger/pkg: PLIST
devel/vanessa/socket: Makefile distinfo
devel/vanessa/socket/pkg: PLIST
Removed files:
devel/vanessa/adt/pkg: PFRAG.shared
devel/vanessa/logger/pkg: PFRAG.shared
devel/vanessa/socket/pkg: PFRAG.shared
Log message:
Update the vanessa/* ports (used for Perdition imap proxy) to current
versions, zap no-longer-needed PFRAGs and don't use groff. These are now
LGPL not GPL. Testing/tweaks from Rogier Krieger.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:17:36
Modified files:
mail/perdition : Makefile distinfo
mail/perdition/patches: patch-etc_perdition_perdition_conf
patch-perdition_db_daemon_perditiondb_daemon_c
mail/perdition/pkg: PLIST-ldap PLIST-main PLIST-mysql
PLIST-pgsql
Added files:
mail/perdition/patches: patch-perdition_options_h
patch-perdition_perdition_8
patch-perdition_str_c
patch-perdition_str_h
Removed files:
mail/perdition/pkg: PFRAG.shared-ldap PFRAG.shared-main
PFRAG.shared-mysql PFRAG.shared-pgsql
Log message:
Update Perdition to 1.19-rc5 (using a so-called "release candidate" because
upstream haven't made a real release in quite some time, and this fixes
problems people have encountered). Change to DPB-friendly no_subpackage
handling and don't use groff.
Feedback/tweaks, fix for SSL timeout-related failure, and testing
from Rogier Krieger.
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/15 09:44:54
Modified files:
sys/dev/pci : if_vio.c
Log message:
add some space before messages
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:11:05
Log message:
Import productivity/sl, a "substantially more useful" ls.
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013_Mar_15
N ports/productivity/sl/Makefile
N ports/productivity/sl/distinfo
N ports/productivity/sl/pkg/DESCR
N ports/productivity/sl/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/15 10:13:53
Modified files:
devel/monotone : Makefile distinfo
devel/monotone/pkg: PLIST
Added files:
devel/monotone/patches: patch-keys_cc
Log message:
Unbreak after boost update, from Amit Kulkarni (with a REVISION bump added
since PLIST was updated.)
From http://lists.nongnu.org/archive/html/monotone-devel/2013-03/msg00000.html
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:14:50
Modified files:
games/sl : Makefile
games/sl/pkg : PLIST
Log message:
Make games/sl conflict with productivity/sl, since both install to bin/sl
Bump REVISION
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:15:09
Modified files:
productivity : Makefile
Log message:
+sl
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 10:41:19
Modified files:
mail/perdition : Makefile
Log message:
Forcibly disable unported modules (pam failure pointed out by nigel@).
Clean up configure env handling.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/15 11:01:31
Modified files:
x11/qt4 : Makefile
Added files:
x11/qt4/patches: patch-src_tools_moc_main_cpp
Log message:
Fix moc/BOOST_JOIN breakage after boost 1.53 update, from Amit Kulkarni.
https://bugreports.qt-project.org/browse/QTBUG-22829
Unbreaks games/pokerth and cad/openscad.
ok espie@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 11:15:24
Modified files:
multimedia/minidlna: Makefile
multimedia/minidlna/patches: patch-Makefile patch-metadata_c
patch-scanner_c patch-upnphttp_c
Added files:
multimedia/minidlna/patches: patch-libav_h
patch-tagutils_tagutils-plist_c
patch-upnpsoap_c
Log message:
sync with minidlna stable; fixes a few bugs and adds compat with ffmpeg 1.0
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 13:07:53
Modified files:
lib/libc/stdlib: random.c
Log message:
threadsafe random().
reported by ajacoutot and (much earlier, sorry) by Alexey Suslikov
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 13:10:43
Modified files:
sys/kern : kern_malloc.c
Log message:
factor out the deadbeef code for legibility.
ok deraadt
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/15 14:36:58
Modified files:
. : orders.html
Log message:
Surface shipping transit time estimate now 60 to 75 days, instead of 60
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 14:45:34
Modified files:
sys/net : if.c if_bridge.c if_ethersubr.c rtsock.c
Log message:
change LIST_END to literal NULL for clarity.
ok claudio mpi
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/15 17:08:48
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 25.0.1364.173
CVSROOT: /cvs
Module name: xenocara
Changes by: aoyama@cvs.openbsd.org 2013/03/15 19:24:43
Modified files:
driver : Makefile
xserver : Makefile.bsd-wrapper
Added files:
distrib/notes : README.luna88k
distrib/sets/lists/xbase: md.luna88k
distrib/sets/lists/xetc: md.luna88k
distrib/sets/lists/xserv: md.luna88k
distrib/sets/lists/xshare: md.luna88k
Log message:
Add xenocara defines/files for luna88k, no X server at this moment.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 19:30:25
Modified files:
mail/perdition : Makefile
Log message:
tighten lib specs; from Rogier Krieger
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/16 01:52:29
Modified files:
usr.bin/calendar/calendars: calendar.canada calendar.usholiday
Log message:
apostrophe for all hallows' eve (and fix a double space while here);
pointed out by Ryan Kavanagh
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/16 02:25:55
Modified files:
devel/gpatch : Makefile
devel/help2man : Makefile
devel/quilt : Makefile
Log message:
Fixup/remove some remaining PERMIT_*/REGRESS_* idioms.
spotted by an aggressive bsd.port.mk diff..
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 02:44:55
Modified files:
x11/qt4/patches: patch-src_tools_moc_main_cpp
Log message:
Better comment explaining the purpose of the workaround.
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 03:31:05
Modified files:
audio/clementine: Makefile
audio/clementine/pkg: DESCR
Log message:
- Tweak COMMENT so it sounds a little better.
- Reformat DESCR.
ok sthen@ MAINTAINER
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/16 03:58:40
Modified files:
sys/dev/usb : usb.c usb.h
Log message:
Remove the 4.8 version of the USB device info ioctl.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/16 03:59:19
Modified files:
textproc/libxslt: Makefile distinfo
textproc/libxslt/patches: patch-libxslt_Makefile_in
patch-python_Makefile_in
patch-tests_docs_Makefile_in
textproc/libxslt/pkg: PLIST-main PLIST-python
Removed files:
textproc/libxslt/pkg: PFRAG.shared-main PFRAG.shared-python
Log message:
- update to libxslt-1.1.28
tested on various arches, as well as in a bulk by landry@, thanks.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/03/16 04:30:00
Modified files:
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
Fix and enhance README for www/statusnet. Mention that postgres doesn't work.
ok jasper
CVSROOT: /cvs
Module name: ports
Changes by: ratchov@cvs.openbsd.org 2013/03/16 04:56:30
Modified files:
audio/portaudio-svn: Makefile
audio/portaudio-svn/files: pa_sndio.c
Log message:
Set defaults to more realistic values (128 max chans, 48kHz rate), as
explained by upstream developers.
ok brad
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/16 05:11:22
Modified files:
sys/dev/usb : usb_subr.c usbdivar.h
Log message:
No need for two similar functions to free/remove USB device descriptors.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/16 05:14:47
Modified files:
sys/dev/pckbc : pms.c
Log message:
Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.
ok mpi@ shadchin@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 05:17:57
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Add 30-lucida-aliases and 31-nonmst.conf to the list of installed files.
Problem noticed by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/16 05:18:13
Modified files:
print/gtklp : Makefile
Log message:
fix BUILD_DEPENDS, re-add autoconf/automake as dependency
ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 05:26:42
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Hmmph. typo in previous
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/16 05:52:34
Modified files:
www/awstats : Makefile distinfo
Log message:
update to awstats-7.1.1
New features:
- Add windows 8 detection
- Add support of %time5 for iso date times.
- Fix problems with Perl 5.14
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/16 07:25:21
Modified files:
productivity/sl: Makefile
Log message:
Move the substitution to the pre-configure stage, to follow standard convention.
Noticed by and ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:28:35
Modified files:
lib/fontconfig : Makefile
Log message:
Generate and install fonts.conf and fonts.dtd.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:29:45
Modified files:
lib/fontconfig/doc: Makefile
Log message:
Fix a typo that prevented the installation of some doc files in $(DESTDIR)
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:30:18
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Define an empty cleandir target to silent the build
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:56:53
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Install README
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:57:18
Modified files:
lib/fontconfig/doc: Makefile
Log message:
Install fonts-conf.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 09:09:38
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Fix previous: README goes in /etc/fonts/conf.d
while here be more coherent in make variable expansion.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 09:13:03
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k md.sgi
md.socppc md.sparc md.sparc64
md.zaurus mi
distrib/sets/lists/xetc: mi
distrib/sets/lists/xshare: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/16 10:25:27
Modified files:
x11/kde4/akonadi: Makefile
Log message:
Fix MASTER_SITES so akonadi can fetch its sources.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:26:03
Modified files:
. : errata52.html
Added files:
. : errata53.html
Log message:
make available the errata for the bgp accept problem.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:42:57
Modified files:
. : errata52.html
Log message:
typo
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:47:01
Modified files:
. : books.html
Log message:
wording
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:54:34
Modified files:
. : books.html
Log message:
the index at the top of file is not very useful
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 11:06:43
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 errata48.html errata49.html
errata50.html errata51.html errata52.html
Log message:
roll errata pages for next release
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/16 13:08:37
Modified files:
sys/dev/pci : if_vio.c
Log message:
fix size of unicast rx filter table
When changing the unicast rx filter table from zero to one entry, the length
has not been properly adjusted. This lead to the unicast address overwriting
part of the multicast rx filter table.
OK mikeb@
tested by weerd@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/16 13:12:03
Modified files:
share/man/man4 : vio.4
Log message:
mention how to disable RingEventIndex
OK jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:04:18
Modified files:
x11/gnome/desktop: Makefile distinfo
Log message:
Update to gnome-desktop-3.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:06:46
Modified files:
meta/gnome : Makefile
Log message:
Welcome gnome-3.6.3.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:11:42
Modified files:
de : 53.html amd64.html books.html donations.html
i386.html macppc.html orders.html
pt : donations.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 15:45:01
Modified files:
. : errata53.html
Log message:
typo
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 15:56:37
Modified files:
x11/gnome/libgda: Makefile distinfo
x11/gnome/libgda/patches: patch-configure
x11/gnome/libgda/pkg: PLIST-main PLIST-ui
Removed files:
x11/gnome/libgda/patches: patch-libgda_sqlite_gda-sqlite-pstmt_h
Log message:
Update to libgda-5.1.2.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/16 16:56:44
Modified files:
editors/vim : Makefile distinfo
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: PFRAG.no-no_x11-main PLIST-lang PLIST-main
Added files:
editors/vim/files: openbsd.vim
Removed files:
editors/vim/patches: sup-m68k-src_Makefile
editors/vim/pkg: PFRAG.gtk2-lang
Log message:
- update to more recent vim patchset, using a self-rolled distfile (with
a maintainer convenience target to allow this to be updated easily from
Mercurial) - this beats downloading 750+ individual patch files and
trying to force them to apply during the build (which is problematic
because some require GNU patch and some have problems even then...)
- clean up plists greatly.
- remove m68k gcc patch.
- add openbsd.vim for style(9) from gsoares@.
based on a diff from pirofti@, ok pirofti@ gsoares@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:23:44
Modified files:
sys/dev/mii : brgphy.c
Log message:
Split out bge / bnx reset code into a separate set of functions.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:29:16
Modified files:
sys/dev/pci : if_sis.c
Log message:
- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15D
revision as well.
- Sync the short cable workaround a bit closer to FreeBSD. No functional change.
From FreeBSD
- Add some comments.
From NetBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:38:29
Modified files:
sys/netinet : icmp6.h
usr.sbin/rtadvd: config.c
Log message:
Add the router preference defines to the icmp6.h header and remove the
defines that were part of rtadvd's code.
ok bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 18:54:18
Modified files:
games/renpy : Makefile
Added files:
games/renpy/patches: patch-module_ffdecode_c
Log message:
Remove unused code which trips up build with newer FFmpeg and fix API usage.
ok bentley@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/16 23:17:01
Modified files:
security/p5-Digest-MD4: Makefile distinfo
Log message:
- update p5-Digest-MD4 to 1.8
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 01:21:17
Modified files:
net/zabbix : Makefile
net/zabbix/pkg : README-server
www/drupal6/core: Makefile
www/drupal6/core/pkg: README
www/mantis : Makefile
www/mantis/pkg : README
www/drupal7/core: Makefile
www/drupal7/core/pkg: README
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
Remove duplicate information that is to be moved to the mysql README.
ok brad@ sthen@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 01:22:23
Modified files:
databases/mysql: Makefile
databases/mysql/pkg: README-server
Log message:
Document accessing the MySQL socket from within a chrooted application.
(e.g. php)
ok brad@ sthen@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 02:39:24
Modified files:
share/man/man4 : vge.4
Log message:
Update the page to mention all of the Velocity controller models.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 03:47:07
Modified files:
sysutils/gkrellm/gkrellm: Makefile
sysutils/gkrellm/gkrellm/patches: patch-server_Makefile
Added files:
sysutils/gkrellm/gkrellm/patches: patch-server_configure
Log message:
Fix building the no_client PSEUDO_FLAVOR; reported by John Tate
Remove USE_GROFF.
Sync WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 03:48:36
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
i missed the bit of maxime villards diff that took the client_free out of
oack on error.
his fix is better, so this marges all of it in.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 03:58:43
Modified files:
share/man/man4 : sis.4
Log message:
Split out the hardware listed in the page into a table and
add some more hardware.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 04:17:54
Modified files:
sys/dev/pci : if_bge.c
Log message:
- Sync some of the stats counter code to be closer to the FreeBSD code,
but no functional change.
- Add a workaround for BCM5717 / BCM5718 / BCM5719 A0 and BCM5720 A0 chipsets
to not count the interface input drops counter for input errors due to HW
errata.
From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 04:35:06
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
aggressively refuse ports which didn't see the recent changes
move PERMIT_* settings after modules and arch support, so we can
access MULTI_PACKAGES better.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 04:56:23
Modified files:
sys/dev/pci : if_msk.c if_skreg.h
Log message:
Correct the clock speeds used to calculate int moderation values provided
by the SK_IM_USECS() macro.
From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/17 05:03:08
Modified files:
share/man/man4 : pci.4
Log message:
update Nd for vge; also, vic had been added in the wrong place
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/03/17 05:07:03
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update youtube-dl to 2013.02.25.
From dhill, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 05:37:55
Modified files:
devel/py-dateutil: Makefile distinfo
devel/py-dateutil/pkg: PLIST
Removed files:
devel/py-dateutil/patches: patch-setup_py
Log message:
- update py-dateutil to 1.5
- regen PLIST
- remove patch, EXTRACT_SUFX and post-install
- add MODPY_SETUPTOOLS
from Frantisek Holop (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 05:48:24
Modified files:
www/py-beautifulsoup: Makefile distinfo
www/py-beautifulsoup/pkg: DESCR
Log message:
- update py-beautifulsoup to 3.2.1
- change MAINTAINER
- remove PKG_ARCH and WRKSRC
- update DESCR
from Frantisek Holop (new maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/17 06:53:09
Modified files:
telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo
telephony/asterisk/patches: Tag: OPENBSD_5_2
patch-contrib_scripts_safe_asterisk
telephony/asterisk/pkg: Tag: OPENBSD_5_2 PLIST-main
Log message:
SECURITY update for Asterisk in 5.2-stable to 1.8.20.1, includes fixes for the
following (which were fixed in -current by the update to 10.11.1 in January).
AST-2012-014: large stack allocations in TCP; affects remote unauthenticated
SIP *over TCP* and remote authenticated XMPP/HTTP connections.
This was initially suspected to just be a DoS however pirofti@ pointed me
at this write-up: http://blog.exodusintel.com/2013/01/07/who-was-phone/
(which sheds a bit of light on the increased scans on the default AMI port
that I've noticed recently..)
AST-2012-015: DoS through resource consumption by exploiting device
state caching; exploitable if anonymous calls are permitted.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 07:04:31
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-base_g_py patch-base_utils_py
patch-ui4_devmgr5_py patch-ui_devmgr4_py
print/hplip/pkg: PLIST-hpijs
Log message:
Update to hplip-3.13.3.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:32:22
Modified files:
base/xenocara/kdrive: Makefile
base/xenocara/meta: Makefile
base/xenocara/release: Makefile
base/xenocara/share/mk: Makefile
base/xenocara/xserver: Makefile
Log message:
upgrade PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:33:30
Modified files:
base/bootstrap : Makefile
Log message:
missed one
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:59:44
Modified files:
base/xenocara/distrib/notes: Makefile
Log message:
PERMIT*
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/17 08:02:12
Modified files:
java/jna : Makefile distinfo
Log message:
- Use a rerolled distfile that includes openbsd native libs for both
amd64 and i386. Makes installed jna.jar include both archs. okay jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/17 08:34:26
Modified files:
security/botan : Makefile distinfo
Added files:
security/botan/patches: patch-src_build-data_arch_mips64_txt
Log message:
Add support for mips64el and update to 1.10.5 while here.
ok brad@ bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 08:42:21
Modified files:
devel/codeblocks: Makefile
Added files:
devel/codeblocks/patches: patch-src_base_tinyxml_Makefile_in
Removed files:
devel/codeblocks/patches: patch-configure
Log message:
Fix build when tinyxml is installed; reported by rpe@
Remove uneeded patch, USE_GROFF and regen WANTLIB while here.
... this port could use an update.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 08:55:41
Modified files:
sysutils/erchef/erl-chef_certgen/patches: patch-rebar_config
Log message:
committed upstream; no pkg change
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/17 09:01:34
Modified files:
. : 53.html
Log message:
6539 ftp pkgs for mips64el in 5.3
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 09:10:33
Modified files:
sys/arch/macppc/include: cpu.h
sys/arch/socppc/include: cpu.h
Log message:
Avoid namespace pollution from .
ok mpi@, deraadt@, miod@, millert@
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/17 09:26:39
Modified files:
. : events.html
Log message:
Move AsiaBSDCon 2013 to the past.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/17 10:05:31
Modified files:
usr.sbin/nginx : CHANGES CHANGES.ru LICENSE
usr.sbin/nginx/auto/cc: msvc
usr.sbin/nginx/auto/lib/geoip: conf
usr.sbin/nginx/auto/lib/libgd: conf
usr.sbin/nginx/auto/lib/pcre: conf
usr.sbin/nginx/auto/lib/perl: make
usr.sbin/nginx/auto/lib/zlib: conf
usr.sbin/nginx/src/core: nginx.h ngx_conf_file.c ngx_conf_file.h
ngx_cycle.c ngx_file.c ngx_inet.c
ngx_inet.h ngx_log.c ngx_radix_tree.c
ngx_radix_tree.h
usr.sbin/nginx/src/event: ngx_event.c ngx_event_openssl.c
usr.sbin/nginx/src/event/modules: ngx_poll_module.c
usr.sbin/nginx/src/http: ngx_http_core_module.c
ngx_http_script.c ngx_http_upstream.c
ngx_http_upstream_round_robin.c
ngx_http_variables.c
ngx_http_write_filter_module.c
usr.sbin/nginx/src/http/modules: ngx_http_auth_basic_module.c
ngx_http_fastcgi_module.c
ngx_http_geo_module.c
ngx_http_geoip_module.c
ngx_http_gzip_filter_module.c
ngx_http_headers_filter_module.c
ngx_http_image_filter_module.c
ngx_http_log_module.c
ngx_http_map_module.c
ngx_http_proxy_module.c
ngx_http_scgi_module.c
ngx_http_secure_link_module.c
ngx_http_split_clients_module.c
ngx_http_sub_filter_module.c
ngx_http_upstream_keepalive_module.c
ngx_http_upstream_least_conn_module.c
ngx_http_uwsgi_module.c
ngx_http_xslt_filter_module.c
usr.sbin/nginx/src/http/modules/perl: Makefile.PL nginx.pm
usr.sbin/nginx/src/os/unix: ngx_files.c ngx_user.c
Log message:
update to 1.2.7
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:08:57
Modified files:
. : 53.html items.html older.html tshirts.html
Added files:
images : RoyPuffy.jpg cd53-s.gif openbsd53_cover.gif
poster29-s.gif poster29.jpg tshirt-39-s.gif
tshirt-39.jpg
Log message:
pre-orders for 5.3
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:11:16
Modified files:
. : orders.html
Log message:
pre-orders for 5.3
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:17:53
Modified files:
. : older.html
Log message:
cleanup book list
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:35:45
Modified files:
. : plus.html 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
plus47.html plus48.html plus49.html plus50.html
plus51.html plus52.html
Added files:
. : plus53.html
Log message:
roll plus files
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:37:11
Modified files:
. : index.html
Log message:
turn on pre-orders
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 12:35:26
Modified files:
games/frogatto : Makefile distinfo
games/frogatto/patches: patch-Makefile
games/frogatto/pkg: PLIST
Removed files:
games/frogatto/patches: patch-src_IMG_savepng_cpp
patch-src_filesystem_cpp
patch-src_server_cpp patch-src_sound_cpp
Log message:
Update to frogatto-1.3.
The new trend is to not release tarball anymore but to get shits from
github... so get the 1.3_stable from today (20130317) and repackage it.
... Kids these days...
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 12:36:19
Modified files:
share/man/man4 : em.4
Log message:
Mention Soekris hw.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 12:37:21
Removed files:
sys/arch/amd64/include: mcontext.h
Log message:
We don't do mcontext, so remove this unused header.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 12:37:57
Modified files:
share/man/man4 : pci.4 vr.4
Log message:
Some improvements to the vr(4) man page, split out the hw
into a table and add some hw.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/17 12:49:03
www/opensmtpd/announces
Update of /cvs/www/opensmtpd/announces
In directory cvs.openbsd.org:/tmp/cvs-serv27635/announces
Log Message:
Directory /cvs/www/opensmtpd/announces added to the repository
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/17 12:51:28
Modified files:
opensmtpd : index.html users.html
Added files:
opensmtpd/announces: release-5.3.txt
Log message:
release announced at AsiaBSDCon + typo
on behalf of gilles@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/17 13:09:03
Modified files:
sys/dev/pci : glxpcib.c
Log message:
Set the `Power Immediate' bit upon attaching, to enable automatic restart
upon power failures. While most, if not all, x86-based Geode designs force this
bit to be set, loongson designs don't.
This makes Fuloong restart automatically upon power failure (they used to
require manual intervention before).
misfeature (and hints where to search for a fix) reported by Joel K. Bertrand;
ok pirofti@ deraadt@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 13:35:06
Modified files:
lang/clojure : Makefile distinfo
lang/clojure/files: clj_completions
lang/clojure/pkg: PLIST
Log message:
- update to clojure-1.5.1
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/17 13:37:36
Modified files:
mail/courier-authlib/patches: patch-liblock_locktest_c
mail/courier-imap/patches: patch-liblock_locktest_c
mail/maildrop/patches: patch-liblock_locktest_c
Log message:
fix some too-short mktemp format strings
adjust lockfile names
ok sthen@, ok aja@ on a similar diff
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 13:38:04
Modified files:
lang/clojure/files: clj_completions.clj
Log message:
directly write the completions file into ${FILESDIR}
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 14:42:31
Modified files:
devel/py-dateutil: Makefile
devel/py-dateutil/pkg: PLIST
Log message:
- add MODPY_EGG_VERSION
- regen PLIST
- whitespace changes
forgot in my last commit, from Frantisek Holop
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/17 14:46:47
Modified files:
lib/fontconfig/src: Makefile
Log message:
fix CFLAGS definition
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 14:47:23
Modified files:
sys/dev/ic : re.c rtl81x9reg.h
Log message:
- Remove the reserved number of TX descriptors. No limitation is mentioned in
the 8139C+/8169/8110/8168/8101/8111 datasheets and it seems to work ok
without reserving the descriptors.
- Change allowable number of TX DMA segments to 32.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 15:15:55
Modified files:
share/man/man4 : vr.4
Log message:
- Mention the VT6102 chipset
- Add PC Engines boards; Requested by chris@
- Move section BUGS to CAVEATS and change the alignment comment
to mention that this is only used for the VT3043 and VT86C100A
chips
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 15:49:00
Modified files:
sys/arch/amd64/amd64: sg_dma.c
sys/arch/amd64/include: bus.h
sys/arch/amd64/pci: agp_machdep.c
sys/arch/i386/i386: sg_dma.c
sys/arch/i386/include: bus.h
sys/arch/i386/pci: agp_machdep.c
sys/dev/pci : agpvar.h
Log message:
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
support to reload bindings after suspend/resume and to update cachability
flags in the address translation table entries.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 16:00:45
Modified files:
sysutils/ddrescue: Makefile distinfo
sysutils/ddrescue/patches: patch-configure
Removed files:
sysutils/ddrescue/patches: patch-Makefile_in
Log message:
- update ddrescue to 1.16
- update patches
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/17 16:12:47
Modified files:
dist/fontconfig/src: fccache.c fccfg.c
Log message:
Merge from fontconfig git repository:
Fix fc-cache crash caused by looking up NULL object incorrectly
We were returning a skiplist node when looking up NULL!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 16:48:22
Modified files:
sysutils/pstree: Makefile distinfo
Log message:
- update pstree to 2.35
ok rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/17 17:48:24
Modified files:
graphics/gimp/stable/patches:
patch-plug-ins_script-fu_script-fu-server_c
Log message:
regen patch with correct line numbers. no other change.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 18:22:07
src/usr.sbin/identd
Update of /cvs/src/usr.sbin/identd
In directory cvs.openbsd.org:/tmp/cvs-serv563/identd
Log Message:
Directory /cvs/src/usr.sbin/identd added to the repository
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 18:34:48
Added files:
usr.sbin/identd: Makefile identd.8 identd.c
Log message:
this is a new identd daemon to replace the libexec one that can be run
from inetd. it is an event driven non-blocking implemention using libevent.
it features support for privilege separation and revocation. network
connections are handled by a chrooted and unprivileged process, while the
username lookups are handled by an unprivileged process. the lookups can
block while the network handling can continue.
it also features support for handling concurrent client connections.
its currently lacking support for handling dotfiles in homedirs like the
libexec one, and some error handling on accept. its going into the tree
so it can be worked on with a history of changes.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/17 19:00:23
Modified files:
. : 53.html
Log message:
typo; from Rod Whitworth
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 19:20:46
Modified files:
usr.sbin/identd: identd.c
Log message:
handle EMFILE/ENFILE from accept by disabling handling of events on the
listeners for a second. modelled on how this has been solved in other
network daemons.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/17 22:22:31
Modified files:
libexec/ld.so/amd64: rtld_machine.c
Log message:
Fix comment tpyos
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:43:55
Modified files:
usr.sbin/identd: identd.c
Log message:
switch from having a timeout after every read/write for the client
connection to a timeout for the whole session. means a client cant sit
there feeding us a byte at a time for long periods, consuming fds on the
server.
it seems to simplify the code a bit too.
requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:50:01
Modified files:
usr.sbin/identd: identd.c
Log message:
limit the client to 256 bytes of input. if they send too much we just close
the connection.
requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:53:23
Modified files:
usr.sbin/identd: identd.c
Log message:
whitespace fixes. no functional change
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/03/18 01:52:38
Modified files:
opensmtpd : portable.html
Log message:
rephrase
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/18 02:55:31
Modified files:
usr.sbin/identd: identd.8
Log message:
jmc pointed out i didnt replace the placeholders with the year and my name.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:02:15
Removed files:
sysutils/LPRng : Makefile distinfo
sysutils/LPRng/files: lprng.sh
sysutils/LPRng/patches: patch-src_Makefile_in
patch-src_common_lpq_c
patch-src_common_ssl_auth_c
sysutils/LPRng/pkg: DESCR MESSAGE PFRAG.shared PLIST
Log message:
Tedu LPRng.
LPRng has been left off unmaintained in the ports tree for its last 14
releases and is mostly dead; there are alternatives.
no objection from my fellow porters
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:02:36
Modified files:
sysutils : Makefile
Log message:
-LPRng
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:37:46
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/pkg: PLIST
Added files:
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
Removed files:
sysutils/mcollective/pkg: README
Log message:
Add an example for the ActiveMQ connector.
Remove useless README.
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/03/18 03:48:06
Modified files:
driver/xf86-video-ati/src: radeon_exa_render.c
radeon_exa_shared.c
Log message:
Backout my workaround for broken accelerated solid pictures using XAA on
big endian an apply the correct fix, working at depth 16 and 24, kindly
provided by Michel Dänzer who already committed it upstream.
No objection from the usual macppc users.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 04:02:27
Modified files:
textproc/ruby-icalendar: Makefile distinfo
textproc/ruby-icalendar/pkg: PLIST
Log message:
- update to icalendar-1.2.3
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/18 04:12:40
Modified files:
sys/dev/ic : vga.c
sys/dev/pci : vga_pci.c vga_pcivar.h
Log message:
Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance
from attaching after it has taken over control of the VGA hardware.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 04:24:08
Modified files:
devel/ruby-systemu: Makefile distinfo
devel/ruby-systemu/pkg: PLIST
Log message:
- update to systemu-2.5.2
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:45:37
Log message:
update to 3.7.15.2, tested by landry@/miod@
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_15_2
U src/lib/libsqlite3/addopcodes.awk
U src/lib/libsqlite3/VERSION
U src/lib/libsqlite3/mkopcodec.awk
U src/lib/libsqlite3/mkopcodeh.awk
U src/lib/libsqlite3/sqlite3.pc.in
U src/lib/libsqlite3/src/test_rtree.c
U src/lib/libsqlite3/src/resolve.c
U src/lib/libsqlite3/src/test_thread.c
U src/lib/libsqlite3/src/test_hexio.c
U src/lib/libsqlite3/src/test_wsd.c
U src/lib/libsqlite3/src/test_async.c
U src/lib/libsqlite3/src/test_vfstrace.c
U src/lib/libsqlite3/src/test_btree.c
U src/lib/libsqlite3/src/vdbe.c
U src/lib/libsqlite3/src/test_osinst.c
U src/lib/libsqlite3/src/test_intarray.c
U src/lib/libsqlite3/src/journal.c
U src/lib/libsqlite3/src/test_devsym.c
U src/lib/libsqlite3/src/hash.h
U src/lib/libsqlite3/src/tclsqlite.c
U src/lib/libsqlite3/src/lempar.c
U src/lib/libsqlite3/src/mutex_w32.c
U src/lib/libsqlite3/src/backup.c
U src/lib/libsqlite3/src/btree.h
U src/lib/libsqlite3/src/alter.c
U src/lib/libsqlite3/src/test4.c
U src/lib/libsqlite3/src/notify.c
U src/lib/libsqlite3/src/test5.c
C src/lib/libsqlite3/src/parse.y
U src/lib/libsqlite3/src/vacuum.c
U src/lib/libsqlite3/src/test_intarray.h
U src/lib/libsqlite3/src/btree.c
U src/lib/libsqlite3/src/test_stat.c
U src/lib/libsqlite3/src/test8.c
U src/lib/libsqlite3/src/vdbemem.c
U src/lib/libsqlite3/src/wal.h
U src/lib/libsqlite3/src/status.c
U src/lib/libsqlite3/src/mem3.c
U src/lib/libsqlite3/src/test_loadext.c
U src/lib/libsqlite3/src/update.c
U src/lib/libsqlite3/src/build.c
U src/lib/libsqlite3/src/test_syscall.c
U src/lib/libsqlite3/src/pcache.h
U src/lib/libsqlite3/src/expr.c
U src/lib/libsqlite3/src/legacy.c
U src/lib/libsqlite3/src/mutex_unix.c
U src/lib/libsqlite3/src/wal.c
U src/lib/libsqlite3/src/test7.c
U src/lib/libsqlite3/src/insert.c
U src/lib/libsqlite3/src/vdbe.h
U src/lib/libsqlite3/src/memjournal.c
U src/lib/libsqlite3/src/vdbeblob.c
U src/lib/libsqlite3/src/os_win.c
U src/lib/libsqlite3/src/sqliteLimit.h
U src/lib/libsqlite3/src/btmutex.c
U src/lib/libsqlite3/src/test_quota.h
U src/lib/libsqlite3/src/date.c
U src/lib/libsqlite3/src/trigger.c
U src/lib/libsqlite3/src/test_quota.c
U src/lib/libsqlite3/src/malloc.c
U src/lib/libsqlite3/src/vdbeInt.h
U src/lib/libsqlite3/src/test3.c
N src/lib/libsqlite3/src/test_sqllog.c
U src/lib/libsqlite3/src/utf.c
U src/lib/libsqlite3/src/test1.c
U src/lib/libsqlite3/src/mutex_noop.c
U src/lib/libsqlite3/src/rowset.c
U src/lib/libsqlite3/src/vdbeapi.c
U src/lib/libsqlite3/src/util.c
U src/lib/libsqlite3/src/test_onefile.c
U src/lib/libsqlite3/src/vdbetrace.c
U src/lib/libsqlite3/src/test_init.c
U src/lib/libsqlite3/src/mem2.c
U src/lib/libsqlite3/src/table.c
U src/lib/libsqlite3/src/walker.c
U src/lib/libsqlite3/src/test_spellfix.c
U src/lib/libsqlite3/src/test2.c
U src/lib/libsqlite3/src/printf.c
U src/lib/libsqlite3/src/mutex.h
U src/lib/libsqlite3/src/test_server.c
U src/lib/libsqlite3/src/attach.c
U src/lib/libsqlite3/src/os_common.h
U src/lib/libsqlite3/src/pragma.c
U src/lib/libsqlite3/src/callback.c
U src/lib/libsqlite3/src/test_pcache.c
U src/lib/libsqlite3/src/analyze.c
U src/lib/libsqlite3/src/mem1.c
U src/lib/libsqlite3/src/test_tclvar.c
U src/lib/libsqlite3/src/select.c
U src/lib/libsqlite3/src/vdbesort.c
U src/lib/libsqlite3/src/loadext.c
U src/lib/libsqlite3/src/hash.c
U src/lib/libsqlite3/src/test_func.c
U src/lib/libsqlite3/src/os_unix.c
U src/lib/libsqlite3/src/test_multiplex.h
U src/lib/libsqlite3/src/mem0.c
U src/lib/libsqlite3/src/global.c
U src/lib/libsqlite3/src/test_vfs.c
U src/lib/libsqlite3/src/pcache1.c
U src/lib/libsqlite3/src/test_fuzzer.c
U src/lib/libsqlite3/src/vdbeaux.c
U src/lib/libsqlite3/src/hwtime.h
U src/lib/libsqlite3/src/pager.h
U src/lib/libsqlite3/src/where.c
U src/lib/libsqlite3/src/os.c
U src/lib/libsqlite3/src/fault.c
U src/lib/libsqlite3/src/tokenize.c
U src/lib/libsqlite3/src/test_multiplex.c
U src/lib/libsqlite3/src/sqlite.h.in
U src/lib/libsqlite3/src/test_demovfs.c
U src/lib/libsqlite3/src/prepare.c
U src/lib/libsqlite3/src/complete.c
U src/lib/libsqlite3/src/sqliteInt.h
U src/lib/libsqlite3/src/pager.c
U src/lib/libsqlite3/src/sqlite3ext.h
U src/lib/libsqlite3/src/test6.c
U src/lib/libsqlite3/src/mem5.c
U src/lib/libsqlite3/src/func.c
U src/lib/libsqlite3/src/test_config.c
U src/lib/libsqlite3/src/pcache.c
U src/lib/libsqlite3/src/fkey.c
U src/lib/libsqlite3/src/bitvec.c
U src/lib/libsqlite3/src/btreeInt.h
U src/lib/libsqlite3/src/test_autoext.c
U src/lib/libsqlite3/src/vtab.c
U src/lib/libsqlite3/src/ctime.c
U src/lib/libsqlite3/src/auth.c
U src/lib/libsqlite3/src/mutex.c
U src/lib/libsqlite3/src/random.c
U src/lib/libsqlite3/src/test_mutex.c
U src/lib/libsqlite3/src/test_malloc.c
U src/lib/libsqlite3/src/os.h
U src/lib/libsqlite3/src/test_wholenumber.c
U src/lib/libsqlite3/src/delete.c
U src/lib/libsqlite3/src/test_backup.c
U src/lib/libsqlite3/src/sqlite3.rc
U src/lib/libsqlite3/src/test_superlock.c
U src/lib/libsqlite3/src/main.c
U src/lib/libsqlite3/src/test9.c
U src/lib/libsqlite3/src/test_schema.c
U src/lib/libsqlite3/src/test_journal.c
U src/lib/libsqlite3/ext/README.txt
U src/lib/libsqlite3/ext/fts1/fulltext.c
U src/lib/libsqlite3/ext/fts1/fts1.c
U src/lib/libsqlite3/ext/fts1/README.txt
U src/lib/libsqlite3/ext/fts1/fulltext.h
U src/lib/libsqlite3/ext/fts1/ft_hash.c
U src/lib/libsqlite3/ext/fts1/fts1_hash.c
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h
U src/lib/libsqlite3/ext/fts1/fts1_porter.c
U src/lib/libsqlite3/ext/fts1/tokenizer.h
U src/lib/libsqlite3/ext/fts1/fts1.h
U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c
U src/lib/libsqlite3/ext/fts1/ft_hash.h
U src/lib/libsqlite3/ext/fts1/fts1_hash.h
U src/lib/libsqlite3/ext/fts3/fts3_snippet.c
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c
U src/lib/libsqlite3/ext/fts3/fts3_term.c
U src/lib/libsqlite3/ext/fts3/fts3_expr.c
U src/lib/libsqlite3/ext/fts3/fts3_icu.c
U src/lib/libsqlite3/ext/fts3/README.txt
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c
U src/lib/libsqlite3/ext/fts3/fts3_hash.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode.c
U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl
U src/lib/libsqlite3/ext/fts3/fts3_hash.h
U src/lib/libsqlite3/ext/fts3/fts3_test.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c
U src/lib/libsqlite3/ext/fts3/fts3_aux.c
U src/lib/libsqlite3/ext/fts3/fts3.c
U src/lib/libsqlite3/ext/fts3/README.tokenizers
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h
U src/lib/libsqlite3/ext/fts3/fts3speed.tcl
U src/lib/libsqlite3/ext/fts3/README.content
U src/lib/libsqlite3/ext/fts3/README.syntax
U src/lib/libsqlite3/ext/fts3/fts3Int.h
U src/lib/libsqlite3/ext/fts3/fts3_porter.c
U src/lib/libsqlite3/ext/fts3/fts3.h
U src/lib/libsqlite3/ext/fts3/fts3_write.c
U src/lib/libsqlite3/ext/fts3/tool/fts3view.c
U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt
U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt
U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl
U src/lib/libsqlite3/ext/async/README.txt
U src/lib/libsqlite3/ext/async/sqlite3async.h
U src/lib/libsqlite3/ext/async/sqlite3async.c
U src/lib/libsqlite3/ext/fts2/fts2_hash.c
U src/lib/libsqlite3/ext/fts2/README.txt
U src/lib/libsqlite3/ext/fts2/fts2.c
U src/lib/libsqlite3/ext/fts2/fts2_porter.c
U src/lib/libsqlite3/ext/fts2/fts2_icu.c
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c
U src/lib/libsqlite3/ext/fts2/README.tokenizers
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c
U src/lib/libsqlite3/ext/fts2/fts2_hash.h
U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl
U src/lib/libsqlite3/ext/fts2/fts2.h
U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h
U src/lib/libsqlite3/ext/rtree/README
U src/lib/libsqlite3/ext/rtree/rtree8.test
U src/lib/libsqlite3/ext/rtree/rtreeB.test
U src/lib/libsqlite3/ext/rtree/viewrtree.tcl
U src/lib/libsqlite3/ext/rtree/tkt3363.test
U src/lib/libsqlite3/ext/rtree/rtree.h
U src/lib/libsqlite3/ext/rtree/rtree3.test
U src/lib/libsqlite3/ext/rtree/rtree.c
U src/lib/libsqlite3/ext/rtree/rtree5.test
U src/lib/libsqlite3/ext/rtree/rtreeA.test
U src/lib/libsqlite3/ext/rtree/rtree9.test
U src/lib/libsqlite3/ext/rtree/rtree4.test
U src/lib/libsqlite3/ext/rtree/rtree6.test
U src/lib/libsqlite3/ext/rtree/rtree_util.tcl
U src/lib/libsqlite3/ext/rtree/rtree7.test
U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl
U src/lib/libsqlite3/ext/rtree/rtree2.test
U src/lib/libsqlite3/ext/rtree/rtree1.test
U src/lib/libsqlite3/ext/icu/icu.c
U src/lib/libsqlite3/ext/icu/README.txt
U src/lib/libsqlite3/ext/icu/sqliteicu.h
U src/lib/libsqlite3/tool/restore_jrnl.tcl
U src/lib/libsqlite3/tool/speedtest8inst1.c
U src/lib/libsqlite3/tool/mksqlite3c.tcl
U src/lib/libsqlite3/tool/lempar.c
U src/lib/libsqlite3/tool/lemon.c
U src/lib/libsqlite3/tool/speedtest.tcl
U src/lib/libsqlite3/tool/spaceanal.tcl
U src/lib/libsqlite3/tool/vdbe-compress.tcl
U src/lib/libsqlite3/tool/mkopts.tcl
U src/lib/libsqlite3/tool/warnings.sh
U src/lib/libsqlite3/tool/mkvsix.tcl
U src/lib/libsqlite3/tool/warnings-clang.sh
U src/lib/libsqlite3/tool/mkkeywordhash.c
U src/lib/libsqlite3/tool/symbols-mingw.sh
U src/lib/libsqlite3/tool/mksqlite3h.tcl
U src/lib/libsqlite3/tool/build-shell.sh
U src/lib/libsqlite3/tool/opcodeDoc.awk
U src/lib/libsqlite3/tool/split-sqlite3c.tcl
U src/lib/libsqlite3/tool/speedtest2.tcl
U src/lib/libsqlite3/tool/offsets.c
U src/lib/libsqlite3/tool/checkSpacing.c
U src/lib/libsqlite3/tool/extract.c
U src/lib/libsqlite3/tool/mkspeedsql.tcl
U src/lib/libsqlite3/tool/tostr.awk
U src/lib/libsqlite3/tool/showjournal.c
U src/lib/libsqlite3/tool/genfkey.test
U src/lib/libsqlite3/tool/soak1.tcl
U src/lib/libsqlite3/tool/genfkey.README
U src/lib/libsqlite3/tool/getlock.c
U src/lib/libsqlite3/tool/showwal.c
U src/lib/libsqlite3/tool/speedtest8.c
U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl
U src/lib/libsqlite3/tool/symbols.sh
U src/lib/libsqlite3/tool/omittest.tcl
U src/lib/libsqlite3/tool/build-all-msvc.bat
U src/lib/libsqlite3/tool/fragck.tcl
U src/lib/libsqlite3/tool/rollback-test.c
U src/lib/libsqlite3/tool/mksqlite3internalh.tcl
N src/lib/libsqlite3/tool/stack_usage.tcl
U src/lib/libsqlite3/tool/showdb.c
U src/lib/libsqlite3/tool/speedtest16.c
U src/lib/libsqlite3/tool/diffdb.c
U src/lib/libsqlite3/tool/space_used.tcl
U src/lib/libsqlite3/tool/win/sqlite.vsix
1 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:48:21
Modified files:
lib/libsqlite3/src: parse.y
Log message:
cvs shat on itself all over again.
creating conflicts out of nowhere as usual
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:49:01
Modified files:
lib/libsqlite3 : sqlite3.pc
lib/libsqlite3/src: sqlite3.h
Log message:
regen'd headers
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:49:34
Log message:
update the shell too
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_15_2
C src/usr.bin/sqlite3/shell.c
U src/usr.bin/sqlite3/sqlite3.1
1 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:50:25
Modified files:
usr.bin/sqlite3: shell.c
Log message:
yet another stupid conflict
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 04:51:35
Modified files:
share/mk : bsd.lib.mk bsd.prog.mk
Log message:
Recognize and treat files with .cpp extension like any other C++ file.
This will help me reduce some xenocara Makefiles and as millert@ pointed
out, .cpp has won over .C or .cxx ;)
Tested in a bulk by landry@, ok espie@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:52:22
Modified files:
lib/libsqlite3 : shlib_version
Log message:
... and bump the major, update should be complete
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 04:52:56
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST
Log message:
Put the configuration under ${SYSCONFDIR}/activemq/.
Do not hardcode /etc.
Put the data and tmp directories under /var/db/activemq.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/18 04:58:16
Modified files:
databases/sqlite3: Makefile distinfo
databases/sqlite3/patches: patch-Makefile_in
Log message:
synch with src
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 05:09:56
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: PLIST
Log message:
Remove more files at @extraunexec time.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 05:10:52
Modified files:
bin/ksh : ksh.1
Log message:
Keep documentation in sync with reality and update binding examples.
This should have been part of the keybinding rewrote when support for
multi-character sequences has been added. Pointed out by mikeb@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 05:13:19
Modified files:
de : 53.html anoncvs.html books.html cvsync.html
errata.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 events.html ftp.html index.html
items.html older.html orders.html tshirts.html
faq/fr : current.html
fr : amd64.html anoncvs.html donations.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 errata47.html errata48.html
errata49.html errata50.html errata51.html
errata52.html i386.html macppc.html
opensmtpd/de : index.html users.html
Added files:
fr : errata53.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:14:44
Modified files:
sys/dev/pci : agp_i810.c agpvar.h
Log message:
stash the number of stolen entries in the agp struct
will be used in a future commit
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:20:11
Modified files:
sys/dev/pci : agp_i810.c
Log message:
gen6+ can do 40 bit addressing
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:33:42
src/sys/dev/pci/drm/i915
Update of /cvs/src/sys/dev/pci/drm/i915
In directory cvs.openbsd.org:/tmp/cvs-serv25109/i915
Log Message:
Directory /cvs/src/sys/dev/pci/drm/i915 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 06:02:56
Modified files:
sys/dev/pci : agp_i810.c agpvar.h
Log message:
Indirectly pass the cache level down to agp by abusing spare bus_dma bits.
Currently only used on gen6+, everything else keeps the old semantics.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 06:17:11
Modified files:
devel/ruby-daemons: Makefile distinfo
devel/ruby-daemons/pkg: PLIST
Log message:
- update to daemons-1.1.9
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 06:36:52
Modified files:
sys/dev/pci/drm: drmP.h drm_atomic.h drm_drv.c drm_irq.c
drm_mode.h files.drm i915_drm.h radeon_drv.c
radeon_irq.c
Added files:
sys/dev/pci/drm: drm_crtc.c drm_crtc.h drm_crtc_helper.c
drm_crtc_helper.h drm_dp_helper.c
drm_dp_helper.h drm_edid.c drm_edid.h
drm_edid_modes.h drm_fb_helper.c
drm_fb_helper.h drm_fourcc.h drm_linux_list.h
drm_mm.c drm_mm.h drm_modes.c
sys/dev/pci/drm/i915: dvo.h dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c
dvo_ns2501.c dvo_sil164.c dvo_tfp410.c
i915_dma.c i915_drv.c i915_drv.h
i915_gem.c i915_gem_evict.c
i915_gem_execbuffer.c i915_gem_gtt.c
i915_gem_tiling.c i915_irq.c i915_reg.h
i915_suspend.c intel_bios.c intel_bios.h
intel_crt.c intel_ddi.c intel_display.c
intel_dp.c intel_drv.h intel_dvo.c
intel_fb.c intel_hdmi.c intel_i2c.c
intel_lvds.c intel_modes.c
intel_opregion.c intel_overlay.c
intel_panel.c intel_pm.c
intel_ringbuffer.c intel_ringbuffer.h
intel_sdvo.c intel_sdvo_regs.h
intel_sprite.c intel_tv.c
Removed files:
sys/dev/pci/drm: i915_drv.c i915_drv.h i915_irq.c i915_reg.h
i915_suspend.c
Log message:
Significantly increase the wordlist for ddb hangman,
and update our device independent DRM code and the Intel DRM code
to be mostly in sync with Linux 3.8.3. Among other things this
brings support for kernel modesetting and enables use of
the rings on gen6+ Intel hardware.
Based on some earlier work from matthieu@ with some hints from FreeBSD
and with lots of help from kettenis@ (including a beautiful accelerated
wscons framebuffer console!)
Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 07:06:37
Modified files:
sys/dev/pci/drm/i915: intel_bios.c
Log message:
Correct a typo in a #ifdef condition, ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/18 07:20:39
Modified files:
libexec/security: security
Log message:
Enclose qw()...) literals in parentheses where required; this was historically
assumed anyway, but recent versions of Perl deprecate this. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 07:48:18
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
sysutils/mcollective/pkg: PLIST
Log message:
Loosen perms on client.cfg (0640) so that an admin can run mco commands
without the need to get root.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 08:25:41
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: PLIST puppet_dashboard.rc
Added files:
www/puppet-dashboard/pkg: puppet_dashboard_workers.rc
Log message:
Add a separate rc.d(8) script for the workers so that we can easily
change the flags in rc.conf.local(5).
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/18 08:36:05
Modified files:
libexec/security: security
Log message:
create an empty %skip even if SUIDSKIP is not set, newer perl complains.
"I don't even see how this could work before" and ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:45:14
Modified files:
games/manaplus : Makefile distinfo
Log message:
Update games/manaplus to 1.3.3.17
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 08:46:28
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST
Added files:
net/apache-activemq/files: activemq.conf
Removed files:
net/apache-activemq/files: activemqrc
Log message:
activemqrc -> activemq.conf and protect the file.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:49:28
Log message:
Import archivers/quazip, a Qt/C++ wrapper for ZIP/UNZIP
ok jturner@ landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-18
N ports/archivers/quazip/Makefile
N ports/archivers/quazip/distinfo
N ports/archivers/quazip/pkg/DESCR
N ports/archivers/quazip/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:50:51
Modified files:
archivers : Makefile
Log message:
+quazip
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 09:05:48
Modified files:
graphics/cairo : Makefile
Log message:
as reported by Andres Perera, cairographics.org is slow for some users;
add slackware's mirrorbrain redirector as an alternative MASTER_SITES.
ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 09:07:56
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/pkg: PLIST
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: PLIST
Added files:
sysutils/ruby-puppet/pkg: README
Log message:
Add a README to introduce integration with MCollective and ActiveMQ.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/18 09:35:19
Modified files:
. : 53.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/18 10:31:01
Modified files:
sys/dev/pckbc : pms.c
Log message:
Once we've detected an elantech touchpad, stop probing for other hardware
versions. Fixes a problem reported by Peter J. Philipp where the pms driver
spits out "not in sync yet" messages after attaching to elantech v2 hardware.
Fix tested by me on v3 hardware, and by Peter on v2 hardware.
ok mpi@ shadchin@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 10:57:41
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.macppc md.mvme68k md.mvme88k md.palm
md.sgi md.socppc md.sparc md.sparc64
md.vax md.zaurus
distrib/sets/lists/comp: md.amd64 mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/18 11:09:11
Modified files:
usr.sbin/identd: identd.8
Log message:
make the arg name for -t consistent, and add STANDARDS;
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:37
xenocara/driver/xf86-video-intel/src/sna
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna
In directory cvs.openbsd.org:/tmp/cvs-serv12843/src/sna
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:39
xenocara/driver/xf86-video-intel/test
Update of /cvs/xenocara/driver/xf86-video-intel/test
In directory cvs.openbsd.org:/tmp/cvs-serv12843/test
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/test added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:54
xenocara/driver/xf86-video-intel/src/sna/brw
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna/brw
In directory cvs.openbsd.org:/tmp/cvs-serv31249/src/sna/brw
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna/brw added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:55
xenocara/driver/xf86-video-intel/src/sna/fb
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna/fb
In directory cvs.openbsd.org:/tmp/cvs-serv31249/src/sna/fb
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna/fb added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/18 12:28:43
Modified files:
distrib/sets/lists/xbase: md.mvme88k
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 12:37:13
Modified files:
graphics/clutter/clutter-gst: Makefile
Log message:
Regen WANTLIB and bump; for some reason this was needed to make gstreamer
picks up the gstclutterink properly.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:38:22
Modified files:
driver/xf86-video-intel: Makefile.am Makefile.in NEWS README
aclocal.m4 autogen.sh config.h.in
config.sub configure configure.ac
driver/xf86-video-intel/man: Makefile.in intel.man
driver/xf86-video-intel/src: Makefile.am Makefile.in
brw_defines.h brw_structs.h
common.h compat-api.h i830_reg.h
i830_render.c i915_render.c
i915_video.c i965_3d.c i965_reg.h
i965_render.c i965_video.c intel.h
intel_batchbuffer.c
intel_batchbuffer.h intel_dri.c
intel_driver.c intel_driver.h
intel_hwmc.c intel_memory.c
intel_module.c intel_uxa.c
intel_video.c intel_video.h
driver/xf86-video-intel/src/legacy: Makefile.am Makefile.in
driver/xf86-video-intel/src/legacy/i810: Makefile.in
i810_driver.c
driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in
driver/xf86-video-intel/src/render_program: Makefile.am
Makefile.in
driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in
i965_xvmc.c
intel_batchbuffer.h
intel_xvmc.c xvmc_vld.c
driver/xf86-video-intel/src/xvmc/shader: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.am
Makefile.in
driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.am
Makefile.in
driver/xf86-video-intel/uxa: Makefile.am Makefile.in uxa-accel.c
uxa-glyphs.c uxa-priv.h
uxa-render.c uxa-unaccel.c uxa.c
uxa.h
Added files:
driver/xf86-video-intel/src: intel_display.c intel_glamor.c
intel_glamor.h intel_list.h
intel_options.c intel_options.h
driver/xf86-video-intel/src/render_program: exa_sf.g5a
exa_sf.g5b
exa_sf_mask.g5a
exa_sf_mask.g5b
exa_wm_ca.g5a
exa_wm_ca.g5b
exa_wm_ca_srcalpha.g5a
exa_wm_ca_srcalpha.g5b
exa_wm_mask_affine.g5a
exa_wm_mask_affine.g5b
exa_wm_mask_projective.g5a
exa_wm_mask_projective.g5b
exa_wm_mask_sample_a.g5a
exa_wm_mask_sample_a.g5b
exa_wm_mask_sample_argb.g5a
exa_wm_mask_sample_argb.g5b
exa_wm_noca.g5a
exa_wm_noca.g5b
exa_wm_src_affine.g5a
exa_wm_src_affine.g5b
exa_wm_src_projective.g5a
exa_wm_src_projective.g5b
exa_wm_src_sample_a.g5a
exa_wm_src_sample_a.g5b
exa_wm_src_sample_argb.g5a
exa_wm_src_sample_argb.g5b
exa_wm_src_sample_planar.g5a
exa_wm_src_sample_planar.g5b
exa_wm_write.g5a
exa_wm_write.g5b
exa_wm_xy.g5a
exa_wm_xy.g5b
exa_wm_yuv_rgb.g5a
exa_wm_yuv_rgb.g5b
driver/xf86-video-intel/src/sna: Makefile.am Makefile.in README
blt.c compiler.h gen2_render.c
gen2_render.h gen3_render.c
gen3_render.h gen4_render.c
gen4_render.h gen4_source.c
gen4_source.h gen4_vertex.c
gen4_vertex.h gen5_render.c
gen5_render.h gen6_render.c
gen6_render.h gen7_render.c
gen7_render.h kgem.c kgem.h
kgem_debug.c kgem_debug.h
kgem_debug_gen2.c
kgem_debug_gen3.c
kgem_debug_gen4.c
kgem_debug_gen5.c
kgem_debug_gen6.c
kgem_debug_gen7.c rop.h sna.h
sna_accel.c sna_blt.c
sna_composite.c sna_damage.c
sna_damage.h sna_display.c
sna_dri.c sna_driver.c
sna_glyphs.c sna_gradient.c
sna_io.c sna_module.h sna_reg.h
sna_render.c sna_render.h
sna_render_inline.h
sna_stream.c sna_tiling.c
sna_transform.c
sna_trapezoids.c sna_video.c
sna_video.h sna_video_hwmc.c
sna_video_hwmc.h
sna_video_overlay.c
sna_video_sprite.c
sna_video_textured.c
driver/xf86-video-intel/src/sna/brw: Makefile.am Makefile.in
brw.h brw_disasm.c brw_eu.c
brw_eu.h brw_eu_debug.c
brw_eu_emit.c brw_eu_util.c
brw_sf.c brw_test.c
brw_test.h brw_test_gen4.c
brw_test_gen5.c
brw_test_gen6.c
brw_test_gen7.c brw_wm.c
driver/xf86-video-intel/src/sna/fb: Makefile.am Makefile.in
README fb.h fbarc.c
fbarcbits.h fbbitmap.c
fbblt.c fbbltone.c fbclip.c
fbclip.h fbcopy.c fbfill.c
fbgc.c fbglyph.c
fbglyphbits.h fbimage.c
fbline.c fblinebits.h
fbpict.c fbpict.h fbpoint.c
fbpointbits.h fbpush.c
fbrop.h fbseg.c fbsegbits.h
fbspan.c fbstipple.c
fbtile.c fbutil.c sfb.h
driver/xf86-video-intel/test: Makefile.am Makefile.in README
basic-copyarea-size.c
basic-copyarea.c basic-fillrect.c
basic-lines.c basic-putimage.c
basic-rectangle.c basic-stress.c
basic-string.c dri2-swap.c dri2.c
dri2.h mixed-stress.c mkvsync.sh
render-composite-solid.c
render-copy-alphaless.c
render-copyarea-size.c
render-copyarea.c
render-fill-copy.c render-fill.c
render-trapezoid-image.c
render-trapezoid.c test.h
test_display.c test_image.c
test_log.c test_render.c
driver/xf86-video-intel/uxa: uxa-glamor.h
Removed files:
driver/xf86-video-intel: compile
driver/xf86-video-intel/src: drmmode_display.c i2c_vid.h
i830_bios.c i830_bios.h
i830_common.h i830_crt.c
i830_cursor.c i830_display.c
i830_display.h i830_dvo.c
i830_hdmi.c i830_i2c.c i830_io.c
i830_lvds.c i830_modes.c
i830_quirks.c i830_ring.h
i830_sdvo.c i830_sdvo.h
i830_sdvo_regs.h i830_tv.c
intel_shadow.c offset
driver/xf86-video-intel/src/bios_reader: Makefile.am Makefile.in
bios_dumper.c
bios_reader.c
swf_dumper.c
driver/xf86-video-intel/src/ch7017: Makefile.am Makefile.in
ch7017.c ch7017_module.c
ch7017_reg.h
driver/xf86-video-intel/src/ch7xxx: Makefile.am Makefile.in
ch7xxx.c ch7xxx.h
ch7xxx_module.c ch7xxx_reg.h
driver/xf86-video-intel/src/ivch: Makefile.am Makefile.in ivch.c
ivch_module.c ivch_reg.h
driver/xf86-video-intel/src/reg_dumper: Makefile.am Makefile.in
audio.c gtt.c hotplug.c
lid.c main.c
reg_dumper.h
statuspage.c util.c
xprintf.c
driver/xf86-video-intel/src/render_program: exa_wm_ca.g6a
exa_wm_ca_srcalpha.g6a
exa_wm_mask_sample_a.g6a
exa_wm_mask_sample_argb.g6a
exa_wm_noca.g6a
exa_wm_src_sample_a.g6a
exa_wm_src_sample_argb.g6a
exa_wm_src_sample_planar.g6a
exa_wm_yuv_rgb.g6a
exa_wm_yuv_rgb.g7a
driver/xf86-video-intel/src/sil164: Makefile.am Makefile.in
sil164.c sil164.h
sil164_module.c sil164_reg.h
driver/xf86-video-intel/src/tfp410: Makefile.am Makefile.in
tfp410.c tfp410.h
tfp410_module.c tfp410_reg.h
Log message:
Update to xf86-video-intel 2.20.19.
A recent kernel with kernel modesetting support is required.
Thanks to jsg@ and kettenis@ for their work.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 13:04:13
Modified files:
include : Makefile
Log message:
Skip another irrelevant leaf when descending into sys/dev
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 13:15:04
Modified files:
include : Makefile
Log message:
forget about this for now; wait till later
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 13:55:25
Modified files:
net : Makefile
Removed files:
net/csup : Makefile distinfo
net/csup/patches: patch-Makefile patch-cpasswd_1
patch-cpasswd_sh patch-csup_1
net/csup/pkg : DESCR PLIST
Log message:
CVSup is dead. Remove the csup client, which is buggy and unlikely to
ever get fixed. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 13:59:08
Modified files:
net : Makefile
Removed files:
net/cvsup : Makefile distinfo
net/cvsup/patches: patch-server_src_TreeComp_m3
patch-suplib_src_FreeBSD_UProcTitle_c
patch-suplib_src_Ugzip_i3
patch-suplib_src_m3makefile
net/cvsup/pkg : DESCR-main DESCR-server PLIST-main PLIST-server
Log message:
Remove cvsup.
CVSup was a great piece of technology, but everybody including its author
and its single largest user community (FreeBSD) has moved on.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 14:01:14
Modified files:
lang : Makefile
Removed files:
lang/ezm3 : Makefile distinfo
lang/ezm3/files: OpenBSD
lang/ezm3/patches:
patch-language_modula3_m3compiler_m3bootstrap_src_m3makefile
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_c
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsdelf_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_xm-openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_sub
patch-language_modula3_m3compiler_m3cc_gcc_config_xm-openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_configure
patch-language_modula3_m3compiler_m3cc_gcc_m3_c
patch-language_modula3_m3compiler_m3cc_gcc_obstack_h
patch-libs_m3core_src_Csupport_OpenBSD_386_dtoa_c
patch-libs_m3core_src_unix_openbsd-2_Ustat_i3
patch-libs_m3core_src_unix_openbsd-2_Utypes_i3
patch-m3config_src_COMMON
patch-m3config_src_OpenBSD_386
patch-m3config_src_m3makefile
lang/ezm3/pkg : DESCR PLIST
Log message:
Remove ezm3. It's only purpose was to provide a minimal Modula-3
system for cvsup, and it won't survive the 5.3->5.4 API changes
anyway. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:07:19
Modified files:
x11/gnome/caribou: Makefile
Log message:
add missing BDEP on libxslt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 14:15:42
Modified files:
net/mirmon : Makefile distinfo
Log message:
minor update to mirmon 2.8
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:17:15
Log message:
import ruby-uuid-2.3.7
UUID generator for producing universally unique identifiers based on RFC 4122.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/devel/ruby-uuid/Makefile
N ports/devel/ruby-uuid/distinfo
N ports/devel/ruby-uuid/pkg/DESCR
N ports/devel/ruby-uuid/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:20:04
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:20:39
Log message:
import ruby-macaddr-1.6.1
ruby-macaddr provides cross platform mac address determination for Ruby.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-macaddr/Makefile
N ports/net/ruby-macaddr/distinfo
N ports/net/ruby-macaddr/pkg/DESCR
N ports/net/ruby-macaddr/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:22:14
Log message:
import ruby-net-http-digest_auth-1.2.1
ruby-net-http-digest_auth is an implementation of RFC 2617 - Digest
Access Authentication. At this time the gem does not drop in to
Net::HTTP and can be used for with other HTTP clients.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-net-http-digest_auth/Makefile
N ports/net/ruby-net-http-digest_auth/distinfo
N ports/net/ruby-net-http-digest_auth/pkg/DESCR
N ports/net/ruby-net-http-digest_auth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:22:50
Log message:
import agcaldav-0.2.5.3
ruby-agcaldav is yet another great Ruby client for CalDAV calendar and
tasks.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-agcaldav/distinfo
N ports/net/ruby-agcaldav/Makefile
N ports/net/ruby-agcaldav/pkg/PLIST
N ports/net/ruby-agcaldav/pkg/DESCR
N ports/net/ruby-agcaldav/patches/patch-lib_agcaldav_client_rb
N ports/net/ruby-agcaldav/patches/patch-lib_agcaldav_rb
N ports/net/ruby-agcaldav/patches/patch-agcaldav_gemspec
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:24:40
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:30:32
Modified files:
devel/nspr : Makefile distinfo
devel/nspr/patches: patch-mozilla_nsprpub_configure_in
Removed files:
devel/nspr/patches: patch-mozilla_nsprpub_pr_include_prlong_h
patch-mozilla_nsprpub_pr_include_prtypes_h
Log message:
Update to nspr 4.9.5.
After two years of discussion in bug #634793 and countless hours lost on
filing followup bugs at each type mismatch, nspr upstream finally got
convinced that on OpenBSD uint64_t was unsigned long long, and there was
no reason at all to define PRUint64 as unsigned long, happily raping the
principle of least surprise. So now that upstream behaves correctly,
remove the two pr{long,types}.h patches.
And there was much rejoicing.
Tested on sparc64/ppc/hppa/amd64, went in a bunch of bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:38:13
Modified files:
security/nss : Makefile distinfo
Removed files:
security/nss/patches:
patch-mozilla_security_nss_lib_freebl_unix_rand_c
Log message:
Update to nss 3.14.2.
Remove a useless patch, unix_rand.c uses /dev/urandom on OpenBSD since
bug #174993 was fixed more that 5 years ago in nss 3.5.
Enforce dependency on sqlite 3.7.15.2.
Went in a handful of bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:40:38
Modified files:
devel/geotiff : Makefile distinfo
devel/geotiff/pkg: PLIST
Removed files:
devel/geotiff/patches: patch-configure patch-geotiff_proj4_c
devel/geotiff/pkg: PFRAG.shared
Log message:
Update to geotiff 1.4.0.
Remove the now unneeded backports for geos update.
Merge PFRAG.shared to PLIST.
Went into a bulk without issues.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/18 14:51:06
Modified files:
build : mirrors.dat
Log message:
Add {http,ftp,rsync}://mirrors.ircam.fr in Paris, mirroring every 12h
from ftp.fr.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/18 14:52:13
Modified files:
. : ftp.html
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 15:38:58
Modified files:
x11/smtube : Makefile distinfo
x11/smtube/pkg : PLIST
Log message:
Update x11/smtube to 1.6
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 15:39:31
Modified files:
www/nginx : Makefile.inc
www/nginx/devel: Makefile distinfo
www/nginx/devel/pkg: DESCR
www/nginx/stable: Makefile distinfo
www/nginx/stable/pkg: DESCR
Log message:
Add a naxsi FLAVOR.
Naxsi is an open source, high performance, low rules maintenance, Web
Application Firewall module for Nginx.
lightly tested here with some example rules & config.
ok william@ (MAINTAINER)
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/18 15:43:52
Modified files:
distrib/sets/lists/xbase: md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 15:45:41
Modified files:
net/ruby-agcaldav: Makefile
net/ruby-agcaldav/patches: patch-lib_agcaldav_client_rb
Log message:
apply a fix for find_events() over https to a baikal server.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/18 16:01:19
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Try harder putting .ctor and .dtor next to .got, to be able to have ld.so
mprotect these sections RO as soon as they have been relocated; similar to
what the W^X changes in 2.15 did.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/18 16:13:04
Modified files:
sys/kern : kern_bufq.c
Log message:
nscan only operates in a single direction, remove leftover dir variable.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 16:13:42
Modified files:
comms/pilot-link: Makefile
comms/pilot-link/patches: patch-bindings_Perl_Makefile_PL_in
comms/pilot-link/pkg: PFRAG.shared PLIST
Added files:
comms/pilot-link/patches: patch-bindings_Perl_Pilot_xs
patch-bindings_Perl_typemap
Log message:
Allow pilot-link's perl bindings to build with newer Perl (also OK with
5.12.x in -current). From Debian ticket 628510.
Sync PLIST while there.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/18 18:44:03
Modified files:
usr.sbin/identd: identd.c
Log message:
dont need to event_add the parent to child writing events twice. especially
if something stops you from having something to write after the first
event_add but before the second one.
thank you to Henri Kemppainen for the find.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/18 18:48:08
Modified files:
usr.bin/sudo : sudo.c
Log message:
Fix use_loginclass, backport from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/18 20:57:16
Modified files:
audio/metronome: Makefile distinfo
Log message:
Corrections based on remarks from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 21:58:10
Modified files:
sys/dev/pci/drm: drm_fb_helper.c
sys/dev/pci/drm/i915: intel_display.c intel_fb.c intel_pm.c
intel_sdvo.c
Log message:
make a few printfs debug only to reduce dmesg spam
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 00:46:29
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
sys/arch/i386/i386: acpi_machdep.c
Log message:
in acpi_sleep_mp() properly flush fpu and halt the AP's
found when i told mlarkin to look at it for re-use in a different place
ok mlarkin
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 01:14:21
Modified files:
x11/gnome/caribou: Makefile distinfo
Log message:
Update to caribou-0.4.10.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 01:28:12
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.76
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/19 01:32:34
Modified files:
driver/xf86-video-intel: Makefile.in aclocal.m4 config.h.in
configure
driver/xf86-video-intel/man: Makefile.in
driver/xf86-video-intel/src: Makefile.in
driver/xf86-video-intel/src/legacy: Makefile.in
driver/xf86-video-intel/src/legacy/i810: Makefile.in
driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in
driver/xf86-video-intel/src/render_program: Makefile.in
driver/xf86-video-intel/src/sna: Makefile.in
driver/xf86-video-intel/src/sna/brw: Makefile.in
driver/xf86-video-intel/src/sna/fb: Makefile.in
driver/xf86-video-intel/src/xvmc: Makefile.in
driver/xf86-video-intel/src/xvmc/shader: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.in
driver/xf86-video-intel/test: Makefile.in
driver/xf86-video-intel/uxa: Makefile.in
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 02:37:54
Modified files:
math/p5-Bit-Vector: Makefile distinfo
Log message:
- update p5-Bit-Vector to 7.2
- remove USE_GROFF
from David Hill, ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 02:49:14
Modified files:
print/cups : Makefile distinfo
print/cups/patches: patch-backend_ipp_c
patch-config-scripts_cups-common_m4
patch-cups-config_in patch-cups_http_c
patch-scheduler_ipp_c patch-scheduler_log_c
patch-test_run-stp-tests_sh
print/cups/pkg : PLIST-libs PLIST-main
Removed files:
print/cups/patches: patch-backend_usb-libusb_c
patch-conf_cupsd_conf_in
patch-filter_raster_c patch-scheduler_auth_c
patch-scheduler_main_c
print/cups/pkg : PFRAG.shared-libs PFRAG.shared-main
Log message:
Update to cups-1.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 02:55:32
Modified files:
misc/p5-CreditCard: Makefile distinfo
Log message:
- update p5-CreditCard to 0.32
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 03:17:17
Modified files:
sysutils/p5-File-NFSLock: Makefile distinfo
Log message:
- update p5-File-NFSLock to 1.21
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 03:17:53
Modified files:
sys/arch/octeon/dev: octcf.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
instead of treating boot_info->cf_common_addr special, save the whole of boot_info
for future use.
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 03:19:10
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
implement octeon_cpuspeed()
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 03:21:22
Modified files:
sysutils/deja-dup: Makefile
sysutils/deja-dup/patches: patch-common_CommonUtils_vala
patch-common_OperationBackup_vala
patch-common_Operation_vala
patch-tools_duplicity_DuplicityInstance_vala
patch-tools_duplicity_DuplicityJob_vala
Added files:
sysutils/deja-dup/patches: patch-tests_runner_runner_vala
patch-tests_scripts_clean-tempdir_test
patch-tests_scripts_instance-error_test
patch-tests_scripts_verify_test
Log message:
Sync the tmp patch with Fedora.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 03:46:51
Modified files:
devel/p5-Acme-Damn: Makefile distinfo
Log message:
- update p5-Acme-Damn to 0.05
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 04:03:08
Modified files:
converters/p5-MARC-Record: Makefile distinfo
Log message:
- update p5-MARC-Record to 2.0.5
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 04:16:20
Modified files:
security/clamav: Tag: OPENBSD_5_2 Makefile distinfo
security/clamav/patches: Tag: OPENBSD_5_2
patch-database_Makefile_in
patch-etc_Makefile_in
patch-libclamav_Makefile_in
Log message:
MFC (plus tweaks for test/regress and PERMIT_*) the clamav security update.
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 04:43:15
www/papers/asiabsdcon2013
Update of /cvs/www/papers/asiabsdcon2013
In directory cvs.openbsd.org:/tmp/cvs-serv13376/asiabsdcon2013
Log Message:
Directory /cvs/www/papers/asiabsdcon2013 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 04:50:00
Modified files:
devel/p5-Sub-Uplevel: Makefile distinfo
devel/p5-Sub-Uplevel/pkg: PLIST
Log message:
- update p5-Sub-Uplevel to 0.24
- remove USE_GROFF
- regen PLIST
from David Hill
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 04:58:36
Added files:
papers/asiabsdcon2013: phessler-bgp-spamd-presentation.pdf
Log message:
Add the slides for my talk
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 05:01:18
Modified files:
papers : index.html
Log message:
add the slides for my talk "Using BGP for Realtime import and export of
OpenBSD SPAMD entries" at AsiaBSDCon 2013
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 05:27:22
Modified files:
devel/p5-File-Slurp: Makefile distinfo
Log message:
update to File::Slurp 9999.19, from dhill, tested with 5.12/5.16
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 05:44:13
Modified files:
de : 53.html anoncvs.html cvsync.html ftp.html
items.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
opensmtpd/de : portable.html
openssh/de : ftp.html portable.html
pt : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/03/19 06:10:38
Modified files:
. : plus.html
Log message:
plus.html for March 1-10, first entries post-release. ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:15:19
Modified files:
mail/p5-Mail-Sender: Makefile distinfo
mail/p5-Mail-Sender/patches: patch-Config_PL
Log message:
update to p5-Mail-Sender 0.8.22, from dhill plus a tweak (stupid DOS line
endings in patched file), tested on 5.12/5.16
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:30:57
Modified files:
print/p5-PostScript-MailLabels: Makefile distinfo
print/p5-PostScript-MailLabels/patches: patch-Makefile_PL
Log message:
update print/p5-PostScript-MailLabels to 2.32, from dhill, + fix typo in patch
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:49:30
Modified files:
usr.sbin/npppd/npppd: npppd.conf.5
Log message:
typo: icpp/ipcp; from Renaud Allard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 07:03:02
Modified files:
net/quvi/scripts: Makefile distinfo
net/quvi/scripts/pkg: PLIST
Log message:
update to libquvi-scripts 0.4.13
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/19 07:07:14
Modified files:
biology/nutdb : Makefile
devel/kdbg : Makefile
devel/qt-creator: Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
games/kbilliards: Makefile
games/kslide : Makefile
games/qgo : Makefile
games/spacehulk: Makefile
games/taxipilot: Makefile
games/tuxpaint-config: Makefile
graphics/openexr-viewers: Makefile
mail/kbiff : Makefile
math/qtoctave : Makefile
net/qsynergy : Makefile
net/valknut : Makefile
productivity/fet: Makefile
sysutils/filelight: Makefile
sysutils/knutclient: Makefile
x11/kde/accessibility3: Makefile
x11/kde/addons3: Makefile
x11/kde/admin3 : Makefile
x11/kde/artwork3: Makefile
x11/kde/libs3 : Makefile
x11/kde/okle : Makefile
x11/kde/sdk3 : Makefile
x11/kde/toys3 : Makefile
x11/kde/utils3 : Makefile
x11/kde/webdev : Makefile
x11/kdirstat : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/qinx : Makefile
x11/quadkonsole: Makefile
x11/qwt : Makefile
x11/xdrawchem : Makefile
Log message:
WANTLIB updates for fontconfig and other libraries.
Ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/19 08:43:51
Log message:
Import audio/musique, a graphical audio player focued on a clean ui.
ok jasper@ brad@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-19
N ports/audio/musique/Makefile
N ports/audio/musique/distinfo
N ports/audio/musique/pkg/PLIST
N ports/audio/musique/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/19 08:44:33
Modified files:
audio : Makefile
Log message:
+musique
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 09:06:07
Modified files:
www/ruby-passenger: Makefile
www/ruby-passenger/pkg: PLIST-main
Log message:
Fix @sample file.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:47:42
Log message:
import ports/graphics/glm, ok gonzalo@
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.
GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities as GLSL so that when a programmer
knows GLSL, he knows GLM as well, which makes it really easy to use.
This project isn't limited to GLSL features. An extension system, based
on the GLSL extension conventions, provides extended capabilities:
matrix transformations, quaternions, half-based types, random numbers,
procedural noise functions, etc...
This library works perfectly with OpenGL but it also ensures interoperability
with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.
GLM is written in C++98 but can take advantage of C++11 when supported
by the compiler.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130319
N ports/graphics/glm/Makefile
N ports/graphics/glm/distinfo
N ports/graphics/glm/pkg/PLIST
N ports/graphics/glm/pkg/DESCR
N ports/graphics/glm/patches/patch-test_external_gli_core_image2d_inl
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:48:05
Modified files:
graphics : Makefile
Log message:
+glm
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:49:09
Modified files:
graphics : Makefile
Log message:
sort
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 10:07:50
Modified files:
security/p11-kit: Makefile
Added files:
security/p11-kit/patches: patch-common_compat_c
patch-common_compat_h
patch-trust_parser_c
Log message:
Fix a segfault when parsing certificates.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 10:37:12
Modified files:
sys/arch/octeon/dev: octcf.c
Log message:
use __func__ to print the function name, fixes a bunch of pastos along the way.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 10:55:01
Modified files:
net/openfire : Makefile distinfo
net/openfire/pkg: PLIST README
Removed files:
net/openfire/patches: patch-build_build_xml
Log message:
update openfire to 3.8.1, based on a diff from Marc Peters for 3.8.0
- add @extraunexec to fix pkg_delete -c
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/19 11:33:37
Modified files:
multimedia/ogmrip: Makefile distinfo
Log message:
Update to stable release 1.0.0. Tweaks from aja@ and benoit@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/19 11:42:08
Modified files:
x11/gnome/grilo: Makefile distinfo
x11/gnome/grilo/pkg: PLIST
Removed files:
x11/gnome/grilo/pkg: PFRAG.shared
Log message:
- update to grilo-0.2.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/19 11:46:37
Modified files:
x11/gnome/grilo-plugins: Makefile distinfo
x11/gnome/grilo-plugins/pkg: PLIST
Log message:
- update to grilo-plugins-0.2.6
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/19 11:53:11
Modified files:
lib/fontconfig/common: config.h
lib/fontconfig : Makefile.inc
Log message:
Only use atomic gcc builtins on arches that support them.
With help of kettenis@ guenther@ and miod@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:18:38
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Document Passenger integration for production systems.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/19 12:18:53
Modified files:
www/p5-HTML-Parser: Makefile distinfo
Log message:
Update from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:20:09
Modified files:
print/cups/patches: patch-Makedefs_in
Log message:
Tweak, no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/19 12:47:46
Modified files:
lang/fpc : Makefile
lang/fpc/pkg : PLIST
Added files:
lang/fpc/patches: patch-fpcsrc_rtl_openbsd_Makefile
patch-fpcsrc_rtl_openbsd_Makefile_fpc
Log message:
Also build the 'clocale' unit on OpenBSD.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:50:53
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Don't hardcode, use passenger-config(1).
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/19 13:03:12
Modified files:
archivers/p7zip: Makefile
Log message:
more explicit PERMIT_* setup, going to strengthen the rules for multi-packages
a wee little bit.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/19 13:13:02
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Clean up a dmesg wart.
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/19 13:26:45
Modified files:
devel/jdk/1.6 : Makefile
Added files:
devel/jdk/1.6/patches:
patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp
patch-jdk_src_solaris_hpi_native_threads_include_threads_md_h
patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c
Log message:
- correct UnguardOnExecutionViolation which helped find a W^X
kernel bug on i386
- fix undefined symbols in libhpi.so noted by stu@
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/19 13:52:29
Modified files:
share/man/man5 : ruby-module.5
Log message:
Note that ruby 1.8 is the current default for non-gem or extconf
ruby ports, and how to use MODRUBY_REV to choose which ruby version
to use.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/19 13:58:06
Modified files:
print/poppler : Makefile distinfo
print/poppler/patches: patch-aclocal_m4 patch-configure_ac
Log message:
Update to poppler-0.22.2.
ok aja@, who also gave it a test with all the gnome stuff (thanks!)
Note that the possible regression in epdfview I mentioned in my mail
to ports@ wasn't a regression (the same file didn't render correctly
in epdfview with poppler-0.22.0).
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/19 13:59:38
Modified files:
. : errata52.html errata53.html
Log message:
typo
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/19 14:07:14
Modified files:
sys/kern : uipc_socket.c
Log message:
After a socket splicing timeout is fired, a network interrupt can
unsplice() the sockets before soidle() goes to splsoftnet. In this
case, unsplice() was called twice. So check wether splicing still
exists within the splsoftnet protection.
Uvm fault in sounsplice() reported by keith at scott-land dot net.
OK claudio@
CVSROOT: /cvs
Module name: xenocara
Changes by: kettenis@cvs.openbsd.org 2013/03/19 14:47:22
Modified files:
driver/xf86-video-intel/src: intel_display.c
Log message:
Add an OpenBSD-specific implementation of backlight control that uses the
appropriate wscons ioctls.
ok matthieu@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/19 15:07:31
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Don't advertise brightness control if it isn't supported.
problem noted and fix tested by todd@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/19 16:06:44
Modified files:
net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx
Added files:
net/opal/patches: patch-plugins_video_H_263-1998_h263-1998_cxx
patch-plugins_video_H_264_gpl_h264_helper_cxx
patch-plugins_video_H_264_shared_x264wrap_cxx
patch-plugins_video_MPEG4-ffmpeg_mpeg4_cxx
Log message:
Fix build after ffmpeg 1.1 update, since brad doesnt seem to care..
Adapted from https://projects.archlinux.org/svntogit/packages.git/commit/?h=packages/opal&id=278c8f93262ee8372b05c650a2e6456ad2d04950
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:14:30
Modified files:
libexec/security: security
Log message:
Untaint a variable used in an sprintf format string by using a regex and back-
reference. This diff from espie@ after we worked through a few alternatives.
(Background: with perl's taint mode, any operation other than RE+backref, even
just taking a length of a tainted [user-supplied/untrusted] string, results in
a tainted variable. Perl 5.14 improves the checks in format strings to sprintf
which triggers with this script).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:17:07
Modified files:
net/poco/patches: patch-Foundation_src_Environment_UNIX_cpp
patch-Makefile patch-build_rules_global
Log message:
regen patches to fix line numbers
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:32:28
Modified files:
lang/railo : Makefile distinfo
lang/railo/patches: patch-WEB-INF_web_xml
lang/railo/pkg : README
Log message:
update to Railo 4.1.0.004
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:13:50
Modified files:
net/poco : Makefile distinfo
net/poco/patches: patch-Foundation_Makefile
patch-Foundation_src_Environment_UNIX_cpp
net/poco/pkg : PLIST
Added files:
net/poco/patches: patch-Foundation_src_pcre_internal_h
Removed files:
net/poco/pkg : PFRAG.shared
Log message:
Fix net/poco following the pcre update (broken for 2 weeks) by using
a patch from Gentoo.
While there clean up Makefile a bit (mixed whitespace format ugliness) and
simplify a patch (just use upstream's existing sysconf code, rather than
workaround the unportable use of sysctlbyname).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:15:03
Modified files:
net/spectrum : Makefile
Log message:
de-uglify Makefile somewhat, spotted while testing poco fix.. no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:36:02
Modified files:
net/libdnet : Makefile
Log message:
convert libdnet's no_python pseudo_flavour to using BUILD_PACKAGES, so the
-python package can be knocked out on a !shared machine.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:38:30
Log message:
Import ruby 2.0.0-p0.
Status:
Vendor Tag: jeremy
Release Tags: jeremy_2013-Mar-19
N ports/lang/ruby/2.0/Makefile
N ports/lang/ruby/2.0/distinfo
N ports/lang/ruby/2.0/patches/patch-lib_fileutils_rb
N ports/lang/ruby/2.0/patches/patch-common_mk
N ports/lang/ruby/2.0/patches/patch-configure
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_commands_install_command_rb
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_dependency_installer_rb
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_ext_builder_rb
N ports/lang/ruby/2.0/pkg/DESCR-gdbm
N ports/lang/ruby/2.0/pkg/DESCR-main
N ports/lang/ruby/2.0/pkg/DESCR-ri_docs
N ports/lang/ruby/2.0/pkg/DESCR-tk
N ports/lang/ruby/2.0/pkg/MESSAGE-main
N ports/lang/ruby/2.0/pkg/PLIST-gdbm
N ports/lang/ruby/2.0/pkg/PLIST-main
N ports/lang/ruby/2.0/pkg/PLIST-ri_docs
N ports/lang/ruby/2.0/pkg/PLIST-tk
N ports/lang/ruby/2.0/pkg/UNMESSAGE-main
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:39:10
Modified files:
lang/ruby : Makefile
Log message:
Link ruby 2.0 to the build.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:43:06
Modified files:
lang/jruby : Makefile distinfo
lang/jruby/patches: patch-build_xml
patch-default_build_properties
patch-jruby-launcher_unixlauncher_cpp
lang/jruby/pkg : PLIST
Added files:
lang/jruby/patches: patch-jffi_build_xml
patch-jruby-launcher_extconf_rb
patch-lib_ruby_shared_ffi_library_rb
Removed files:
lang/jruby/patches: patch-jffi_custom-build_xml
patch-lib_ruby_site_ruby_shared_ffi_library_rb
patch-lib_ruby_site_ruby_shared_mkmf_rb
Log message:
Update to jruby 1.7.3.
Drop support for C extensions (which were always expiremental).
Use jruby.jar instead of jruby-complete.jar, for a more typical
jruby installation.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:46:41
Modified files:
lang/ruby : ruby.port.mk
Log message:
Add support for building ruby 2.0 libraries to ruby.port.mk.
Refactor the conflicting FLAVOR code to be less verbose,
thanks to sthen@. Additional indentation fixes from sthen@.
Modify the jruby code to work with jruby 1.7.
Deal with newer gems containing checksum files by deleting
the checksums.
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:50:20
Modified files:
share/man/man5 : ruby-module.5
Log message:
Add ruby20 FLAVOR to ruby-module(5).
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 18:18:00
Modified files:
sbin/pfctl : pfctl_altq.c
Log message:
MCLBYTES does not belong in here.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 18:23:53
Modified files:
usr.sbin/identd: identd.c
Log message:
a tiny bit of knf; mostly whitespace
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 18:25:52
Modified files:
graphics/cairo : Makefile
Log message:
slackware tarball of cairo is *not* the same (they trim test/reference/*
and repack); revert my last commit here.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/19 18:46:01
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
emulators/qemu/pkg: PLIST
Added files:
emulators/qemu/patches: patch-util_cache-utils_c
Removed files:
emulators/qemu/patches: patch-cache-utils_c patch-hw_pxa2xx_c
patch-rules_mak
Log message:
Upgrade to QEMU 1.4.0. Enable the VNC TLS support.
Tested by todd@ kirby@ sthen@ and OK kirby@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/19 20:46:33
Modified files:
sys/dev/pci : if_bge.c
Log message:
- Sync the ring setup code closer to FreeBSD's driver
- Do not touch the jumbo replenish threshold register on chips that do not have jumbo support
- Add/sync some of the comments
From FreeBSD
Tested by dlg@ sthen@ naddy@ and OK dlg@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 21:43:08
Modified files:
sys/sys : sysctl.h
sys/kern : kern_sysctl.c
lib/libkvm : kvm_proc2.c
Log message:
When non-root asks sysctl for kinfo proc or file requests, do not fill in
any kernel addresses information.
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 21:58:09
Modified files:
usr.sbin/identd: identd.c
Log message:
7 #include which are not needed
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 22:01:42
Modified files:
usr.sbin/bgpd : kroute.c session.c
Log message:
less includes
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 22:26:11
Modified files:
sys/sys : sysctl.h
Log message:
p_sigacts can also be zero'd; spotted by tedu
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/19 23:14:35
Modified files:
sys/dev/pci/drm: drm_dp_helper.c
Log message:
fix the return value of i2c_algo_dp_aux_exec, with this getting the
edid on displayport now works
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:26:04
Modified files:
www/tomcat/v6 : Makefile
www/tomcat/v6/pkg: PLIST-main
www/tomcat/v7 : Makefile
www/tomcat/v7/pkg: PLIST-main
Log message:
Move the @extraunexec at the beginning of the PLIST so that pkg_delete -c
stops whining.
ok dcoppa@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:50:05
Modified files:
sysutils/ruby-facter: Makefile
Log message:
PKG_ARCH=*
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:55:20
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Log message:
PKG_ARCH=*
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 00:55:24
Modified files:
usr.bin/systat : netstat.c
Log message:
Do not expose a kernel address.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:56:05
Modified files:
databases/ruby-hiera: Makefile
Log message:
Indent.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 01:08:05
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
We cannot mix ruby1.8 and 1.9 and making FLAVORS for each dependant ports
is just impossible; so force the use of version 1.8 which is the default
anyway.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 01:12:22
Modified files:
sysutils/ruby-puppet: Makefile.inc
Log message:
Extend comment; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 01:27:30
Modified files:
lang/ruby/2.0 : Makefile
Log message:
Fixup two REGRESS -> TEST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 02:23:19
Modified files:
sysutils/mcollective: Makefile
Log message:
No need for MODRUBY_REV; 1.8 is the default.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/20 03:27:56
Modified files:
usr.bin/nc : nc.1 netcat.c
Log message:
Don't shutdown nc(1)'s network socket when stdin closes. Matches *Hobbit*'s
original netcat and GNU netcat; revert to old behaviour with the new -N flag
if needed. After much discussion with otto deraadt tedu and Martin Pelikan.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 03:50:37
Modified files:
devel/rapidsvn : Makefile distinfo
devel/rapidsvn/pkg: PLIST
Added files:
devel/rapidsvn/patches: patch-src_locale_Makefile_in
Removed files:
devel/rapidsvn/patches: patch-src_add_action_cpp
patch-src_checkout_dlg_cpp
patch-src_export_dlg_cpp
patch-src_import_dlg_cpp
patch-src_listener_cpp
patch-src_log_dlg_cpp
patch-src_merge_dlg_cpp
patch-src_preferences_dlg_cpp
patch-src_rapidsvn_frame_cpp
patch-src_resolve_action_cpp
devel/rapidsvn/pkg: PFRAG.shared
Log message:
update to rapidsvn 0.12.1. fixes a crash when you run the program and start
to do anything with it.
while there disable optional deps (doxygen etc), this part suggested by nigel@
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/03/20 04:12:25
Modified files:
. : donations.html
Log message:
Thanks to Rod Whitworth/witworx.com for donating a monitor.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 04:20:39
Modified files:
devel/libvirt-glib: Makefile distinfo
devel/libvirt-glib/pkg: PLIST
Log message:
- update to libvirt-glib-0.1.6
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/20 04:34:12
Modified files:
sys/net : if.c if.h
sys/netinet6 : in6_src.c ip6_mroute.c ip6_output.c
Log message:
Introduce if_get() to retrieve an interface descriptor pointer given
an interface index and replace all the redondant checks and accesses
to a global array by a call to this function.
With imputs from and ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 04:38:07
Modified files:
www/concrete5 : Makefile distinfo
www/concrete5/pkg: PLIST
Log message:
- update to concrete5-5.6.1.1
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/20 04:48:00
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
redo the PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE_FTP in a slightly more
paranoid way for multi-packages.
Specifically, do the implication separately for each multi-packages, so
if you set e.g.,
PERMIT_PACKAGE_CDROM-foo = no
then you *don't* inherit a PERMIT_PACKAGE_FTP = Yes into
PERMIT_PACKAGE_FTP-foo
(also default *first* to a restrictive PERMIT_PACKAGE_FTP for
PERMIT_PACKAGE_FTP-foo before copying a PERMIT_PACKAGE_CDROM-foo=Yes)
as a consequence, check that PERMIT_* is correctly setup for each
subpackage of MULTI_PACKAGES
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/20 06:37:41
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h
i915_irq.c
Log message:
Backout some changes introduced in linux 3.8.3 which are known
to cause problems and have been reverted in linux 3.8.4-rc1:
"drm/i915: reorder setup sequence to have irqs for output setup"
"drm/i915: enable irqs earlier when resuming"
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/20 06:51:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Move the __openbsd_randomdata_{start,end} symbols outside of the
.openbsd.randomdata so that ld can cleanly suppress the program header
slot for PT_OPENBSD_RANDOMIZE when it isn't needed...such as for /boot.
The symbols probably can and should be removed completely, but until that
can be tested this at least unblocks the 2.17 transition
ok miod@ matthew@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:15:56
Modified files:
lib/libc/net : getifaddrs.c
Log message:
Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an
interface is added at just the right... wrong moment.
ok millert dlg
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:17:21
Modified files:
infrastructure/db: user.list
Log message:
Add user for mail/postfwd
ok brad@ landry@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:22:06
Log message:
Import mail/postfwd, a postfix policy server
help and ok brad@ and landry@
Postfwd is a policy server that combines complex Postfix restrictions
in a ruleset similar to those of most firewalls. Postfwd
uses the Postfix policy delegation protocol to control access to
the mail system before a message has been accepted. It allows you
to choose an action (e.g. reject, dunno) for a combination of several
SMTP parameters (like sender and recipient address, size or the
client's TLS fingerprint).
Status:
Vendor Tag: giovanni
Release Tags: giovanni-20130320
N ports/mail/postfwd/Makefile
N ports/mail/postfwd/distinfo
N ports/mail/postfwd/pkg/PLIST
N ports/mail/postfwd/pkg/postfwd2.rc
N ports/mail/postfwd/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:23:16
Modified files:
mail : Makefile
Log message:
+postfwd
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:46:45
Modified files:
lib/libkvm : kvm_arm.c kvm_file2.c kvm_proc2.c kvm_sh.c
Log message:
spaces
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:53:35
Modified files:
usr.sbin/procmap: procmap.c
Log message:
Only root can look at the kernel address space.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 09:02:39
Modified files:
usr.sbin/rbootd: rmp.h
Log message:
No need to depend on MCLBYTES here.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 09:23:38
Modified files:
usr.bin/netstat: inet.c main.c netstat.h route.c show.c unix.c
Log message:
As non-root, whenever netstat is about to print out a kernel pointer...
print 0x0 instead. Hides a lot stuff people don't need to see.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/20 09:24:17
Modified files:
usr.sbin/procmap: procmap.c
Log message:
revert, that restriction is already enforced the right way
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/03/20 09:26:28
Modified files:
etc : netstart
Log message:
fix lies in netstart; replacement wording from halex@
pointed out by Ryan Kavannagh rak at debian dot org
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 09:41:24
Modified files:
. : orders.html
Log message:
Fix anchor links to book8 and book10.
from Steffen Daode Nurpmeso
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/20 10:13:25
Modified files:
. : 53.html
Log message:
alpha numbers
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/20 10:20:04
Modified files:
www/chromium : Makefile
Log message:
use libvpx from ports
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/20 13:13:50
Modified files:
audio/amarok : Makefile
devel/eclipse/plugins/rdt: Makefile
devel/ruby-gems: Makefile
devel/subversion: Makefile
devel/swig : Makefile
editors/vim : Makefile
lang/rubinius : Makefile
lang/ruby : ruby.port.mk
misc/tpp : Makefile
net/rrdtool : Makefile
net/ruby-pcap : Makefile
print/texlive/base: Makefile
print/texlive/texmf: Makefile
security/arirang: Makefile
security/metasploit: Makefile
sysutils/mcollective: Makefile
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-facter: Makefile
textproc/eruby : Makefile
textproc/gonzui: Makefile
textproc/redland-bindings: Makefile
textproc/ruby-hyperestraier: Makefile
www/mod_ruby : Makefile
www/puppet-dashboard: Makefile
www/raggle : Makefile
x11/kde/bindings3: Makefile
x11/kde/office3: Makefile
Log message:
Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/20 13:23:54
Modified files:
share/man/man5 : ruby-module.5
Log message:
Note that ruby 1.9 is now the default ruby version in all cases.
Add some more documentation about the ruby.port.mk variables and
how they interact.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/20 14:18:07
Modified files:
net/transmission: Makefile distinfo
net/transmission/patches: patch-configure
Log message:
update to 2.77: bug fixes, tested by brad@
sync wantlib
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/20 15:05:00
Modified files:
bin/ksh : c_sh.c
Log message:
Remove bogus #if 0'd code. As the comment says, POSIX doesn't need this.
OK martynas@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/20 15:23:05
Modified files:
sys/arch/i386/i386: acpi_machdep.c ipifuncs.c
sys/arch/amd64/amd64: acpi_machdep.c ipifuncs.c
Log message:
Previous commit to acpi_machdep.c broke suspend because the IPI to save the
FPU state needs a little bit more setup. Fix things properly this time by
simplifying matters and saving the FPU state from the IPI that halts the
CPU. With help from deraadt@ and mlarkin@.
ok deraadt@, mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/20 15:30:10
Modified files:
share/mk : bsd.own.mk
Log message:
Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms to
follow soon.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:45:55
Log message:
Import libharu 2.3.0rc2 :
Haru is a free, cross platform, open-sourced software library for
generating PDF. It supports the following features.
* Generating PDF files with lines, text, images.
* Outline, text annotation, link annotation.
* Compressing document with deflate-decode.
* Embedding PNG, Jpeg images.
* Embedding Type1 font and TrueType font.
* Creating encrypted PDF files.
* Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R).
* Supporting CJK fonts and encodings.
ok/tweaks ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/print/libharu/Makefile
N ports/print/libharu/distinfo
N ports/print/libharu/pkg/PLIST
N ports/print/libharu/pkg/DESCR
N ports/print/libharu/patches/patch-configure_in
N ports/print/libharu/patches/patch-src_Makefile_am
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:47:34
Log message:
Import spatialindex 1.8.0, needed by upcoming QGis 1.8.0.
The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing
methods.
* Support for sophisticated spatial queries. Range, point location,
nearest neighbor and k-nearest neighbor as well as parametric queries
(defined by spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating
information.
* Wide variety of customization capabilities. Basic index and storage
characteristics like the page size, node capacity, minimum fan-out,
splitting algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures
should be supported. Clustered and non-clustered indices should be
easy to be persisted.
ok ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/geo/spatialindex/Makefile
N ports/geo/spatialindex/distinfo
N ports/geo/spatialindex/pkg/PLIST
N ports/geo/spatialindex/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/20 15:49:59
Modified files:
libexec/ld.so : Makefile library_subr.c loader.c resolve.c
resolve.h sod.c sod.h
libexec/ld.so/ldconfig: Makefile ldconfig.8 library.c prebind.c
sod.c
Added files:
libexec/ld.so : path.c path.h
libexec/ld.so/ldconfig: prebind_path.c
Log message:
- Parse colon separated paths into NULL terminated arrays of string
pointers to prepare for adding rpath ORIGIN support.
okay matthew@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:55:28
Log message:
Import the whole spatialite stack.
SpatiaLite is an open source library intended to extend the SQLite core
to support fully fledged Spatial SQL capabilities. It provides a
complete and powerful Spatial DBMS (mostly OGC-SFS compliant).
It is to sqlite what postgis is to postgresql.
freexl-1.0.0e: extract valid data from within an Excel spreadsheet
readosm-1.0.0b: library to extract data from OSM files
libspatialite-4.0.0: sqlite extented with spatial SQL capabilities
libgaiagraphics-0.5: common-utility raster handling methods, used by spatialite_gui
librasterlite-1.1f: store rasters coverages within spatialite, used byspatialite_gis
spatialite-tools-4.0.0: CLI tools for spatialite
spatialite_gis-1.0.0c: minimalistic GIS on top of spatialite and rasterlite
spatialige_gui-1.6.0: GUI for spatialite
ok/tweaks ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/geo/spatialite/Makefile
N ports/geo/spatialite/Makefile.inc
N ports/geo/spatialite/readosm/Makefile
N ports/geo/spatialite/readosm/distinfo
N ports/geo/spatialite/readosm/pkg/PLIST
N ports/geo/spatialite/readosm/pkg/DESCR
N ports/geo/spatialite/librasterlite/Makefile
N ports/geo/spatialite/librasterlite/distinfo
N ports/geo/spatialite/librasterlite/pkg/PLIST
N ports/geo/spatialite/librasterlite/pkg/DESCR
N ports/geo/spatialite/gis/Makefile
N ports/geo/spatialite/gis/distinfo
N ports/geo/spatialite/gis/pkg/PLIST
N ports/geo/spatialite/gis/pkg/DESCR
N ports/geo/spatialite/gui/Makefile
N ports/geo/spatialite/gui/distinfo
N ports/geo/spatialite/gui/pkg/PLIST
N ports/geo/spatialite/gui/pkg/DESCR
N ports/geo/spatialite/tools/Makefile
N ports/geo/spatialite/tools/distinfo
N ports/geo/spatialite/tools/pkg/PLIST
N ports/geo/spatialite/tools/pkg/DESCR
N ports/geo/spatialite/libspatialite/Makefile
N ports/geo/spatialite/libspatialite/distinfo
N ports/geo/spatialite/libspatialite/pkg/PLIST
N ports/geo/spatialite/libspatialite/pkg/DESCR
N ports/geo/spatialite/libspatialite/patches/patch-src_Makefile_in
N ports/geo/spatialite/libgaiagraphics/Makefile
N ports/geo/spatialite/libgaiagraphics/distinfo
N ports/geo/spatialite/libgaiagraphics/pkg/PLIST
N ports/geo/spatialite/libgaiagraphics/pkg/DESCR
N ports/geo/spatialite/freexl/Makefile
N ports/geo/spatialite/freexl/distinfo
N ports/geo/spatialite/freexl/patches/patch-src_freexl_c
N ports/geo/spatialite/freexl/pkg/PLIST
N ports/geo/spatialite/freexl/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:56:34
Modified files:
geo : Makefile
print : Makefile
Log message:
+libharu,spatialite,spatialindex
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 16:54:27
Modified files:
math/p5-Math-Pari: Makefile distinfo
Log message:
update to Math-Pari 2.01080605 (who makes up these version numbers?!)
tested with perl 5.12.2 and fixes things with 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 17:08:12
Modified files:
www/wml : Makefile
Log message:
better COMMENT and fix regression tests
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 17:33:15
Modified files:
devel/p5-Class-XSAccessor: Makefile distinfo
Log message:
update to p5-Class-XSAccessor 1.16
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 18:54:33
Modified files:
sbin/pfctl : pfctl.c
Log message:
fetch NMBCLUSTERS at runtime from the sysctl kern.maxclusters
ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 19:26:03
Modified files:
textproc/mupdf : Makefile distinfo
textproc/mupdf/patches: patch-Makerules patch-apps_man_mudraw_1
patch-apps_man_mupdf_1
textproc/mupdf/pkg: PLIST
Removed files:
textproc/mupdf/patches: patch-apps_x11_main_c
Log message:
update to MuPDF 1.2 (just the base for now, I may add a flavour for the
form support later; that needs v8 so won't be in the standard package)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 19:29:41
Modified files:
sys/kern : kern_malloc.c
Log message:
use PAGE_SHIFT instead of PGSHIFT
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 19:34:47
Modified files:
devel/p5-Alien-wxWidgets: Makefile distinfo
devel/p5-Alien-wxWidgets/patches: patch-Build_PL
patch-inc_My_Build_Any_wx_config_Bakefile_pm
patch-inc_My_Build_Base_pm
Log message:
update to p5-Alien-wxWidgets 0.62
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/20 19:44:37
Modified files:
. : events.html
Log message:
Move PLUG event to past and format date.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 20:10:37
Modified files:
sys/arch/solbourne/include: _types.h autoconf.h bppioctl.h
bsd_openprom.h bus.h cdefs.h conf.h
cpu.h ctlreg.h db_machdep.h
disklabel.h eeprom.h endian.h exec.h
fbvar.h frame.h fsr.h idprom.h idt.h
ieee.h ieeefp.h instr.h ioctl_fd.h
kap.h kcore.h limits.h lock.h
mutex.h oldmon.h openpromio.h pcb.h
pmap.h proc.h profile.h prom.h psl.h
pte.h ptrace.h reg.h reloc.h
setjmp.h signal.h spinlock.h
stdarg.h sun_disklabel.h trap.h
varargs.h vmparam.h z8530var.h
Log message:
no newlines at end
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:30:14
Modified files:
sbin/isakmpd : cert.c conf.c crypto.c doi.c hash.c isakmpd.c
policy.c prf.c transport.c
sbin/iked : ca.c config.c control.c eap.c iked.c ikev1.c
ikev2.c ikev2_msg.c ikev2_pld.c imsg_util.c
parse.y pfkey.c proc.c
Log message:
remove excessive includes
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:43:17
Modified files:
usr.sbin/rtadvd: if.c
usr.sbin/rwhod : rwhod.c
usr.sbin/route6d: route6d.c
usr.sbin/ndp : ndp.c
usr.sbin/arp : arp.c
sbin/dhclient : kroute.c
sbin/route : route.c show.c
Log message:
create realloc() loops around sysctl for array-based mibs, in programs
which want a "full" dump
ok dlg
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:53:30
Modified files:
distrib/sets/lists/comp: md.amd64 md.i386
distrib/sets/lists/man: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/20 23:20:32
Modified files:
usr.sbin/tftpd : Tag: OPENBSD_5_2 tftpd.c
Log message:
errata for a DoS found by Maxime Villard.
inability to oack would cause tftpd to segfault due to a double free when
it tried to clean up.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 23:28:13
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.macppc md.mvme68k md.mvme88k 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: miod@cvs.openbsd.org 2013/03/21 00:04:06
Modified files:
sbin/wsconsctl : keyboard.c
Log message:
Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT instead of WSKBDIO_GETKEYREPEAT
ioctl when getting the default repeat settings; bug report by ``Creamy'' on
tech@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 00:48:48
Modified files:
include : Makefile
Log message:
Do not install the dev/pci/drm/i915 directory to /usr/include
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 01:50:56
Modified files:
net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx
Log message:
Resurrect chunk that was mistakenly removed in previous. Fixes build for good this time.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:26:20
Log message:
Import prison, a Qt-based barcode abstraction layer/library which provides
uniform access to generation of barcodes with data.
KDE 4.10 prerequisite.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130321
N ports/graphics/prison/Makefile
N ports/graphics/prison/distinfo
N ports/graphics/prison/patches/patch-lib_prison_PrisonConfig_cmake_in
N ports/graphics/prison/pkg/DESCR
N ports/graphics/prison/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 02:27:32
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_irq.c intel_opregion.c
Log message:
Enable the opregion code but keep the parts that try to talk to acpi
disabled for now. Makes the brightness keys on my x230 work.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:28:33
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Change USE_LIBTOOL default from No to Yes.
libtool(1) is part of the base system now so it does not add any
dependency. Also it is a good way to not miss ports using their own
bundled libtool.
discussed with and ok jasper@ landry@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:30:22
Log message:
Import qimageblitz-0.0.6, technically an update of x11/kde4/qimageblitz.
Is being moved out of x11/kde4 as non-SC member.
Graphical effect and filter library, initially designed for KDE 4.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130321
N ports/graphics/qimageblitz/Makefile
N ports/graphics/qimageblitz/distinfo
N ports/graphics/qimageblitz/patches/patch-test_CMakeLists_txt
N ports/graphics/qimageblitz/pkg/DESCR
N ports/graphics/qimageblitz/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:30:30
Modified files:
share/man/man5 : bsd.port.mk.5 port-modules.5
Log message:
Adapt after default USE_LIBTOOL moved from No to Yes.
ok jasper@ landry@ espie@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:31:55
Modified files:
graphics : Makefile
Log message:
Hook up qimageblitz and prison.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 02:33:52
Modified files:
print/cups : Makefile
lang/php/5.2 : Makefile
lang/php/5.3 : Makefile
x11/kmplayer : Makefile
games/freeciv : Makefile
devel/libtool : Makefile
lang/squeak/vm : Makefile
devel/openmpi : Makefile
devel/arm-elf/binutils: Makefile
Log message:
Explicitely set USE_LIBTOOL=No for ports we know don't work with our
libtool.
Joint work with ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 02:35:44
Modified files:
print/libharu : Makefile
Log message:
missing build dep autoconf/automake
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/21 02:41:16
Modified files:
net/freeradius : Makefile
Log message:
Remove redundant BUILD_DEPENDS. LIB_DEPENDS are BUILD_DEPENDS.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:45:19
Modified files:
archivers/libarchive: Makefile
archivers/libmspack: Makefile
archivers/libtar: Makefile
archivers/libzip: Makefile
archivers/lzo : Makefile
archivers/lzo2 : Makefile
archivers/ucl : Makefile
archivers/unshield: Makefile
archivers/xz : Makefile
archivers/zipios: Makefile
archivers/zziplib: Makefile
astro/celestia : Makefile
astro/jday : Makefile
astro/libnova : Makefile
audio/akode : Makefile
audio/aubio : Makefile
audio/audacity : Makefile
audio/bmp : Makefile
audio/calf : Makefile
audio/celt : Makefile
audio/celt051 : Makefile
audio/cmu-sphinx3: Makefile
audio/cmu-sphinxbase: Makefile
audio/easytag : Makefile
audio/esound : Makefile
audio/faac : Makefile
audio/faad : 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/id3lib : Makefile
audio/jack : Makefile
audio/lame : Makefile
audio/liba52 : Makefile
audio/libao : Makefile
audio/libcanberra: Makefile
audio/libcdaudio: Makefile
audio/libcddb : Makefile
audio/libcdio : Makefile
audio/libcue : Makefile
audio/libdca : Makefile
audio/libgpod : Makefile
audio/libid3tag: Makefile
audio/liblo : Makefile
audio/libmad : Makefile
audio/libmikmod: Makefile
audio/libmodplug: Makefile
audio/libmp3splt: Makefile
audio/libmpd : Makefile
audio/libmpdclient: Makefile
audio/libnjb : Makefile
audio/libofa : Makefile
audio/libogg : Makefile
audio/libsamplerate: Makefile
audio/libsidplay: Makefile
audio/libsndfile: Makefile
audio/libvorbis: Makefile
audio/mac : Makefile
audio/madplay : Makefile
audio/mpd : Makefile
audio/mpg123 : Makefile
audio/ncmpcpp : Makefile
audio/normalize: Makefile
audio/opencore-amr: Makefile
audio/opus : Makefile
audio/portaudio-svn: Makefile
audio/rioutil : Makefile
audio/soundtouch: Makefile
audio/sox : Makefile
audio/speech-dispatcher: Makefile
audio/speex : Makefile
audio/swh-plugins: Makefile
audio/tremor : Makefile
audio/tremor-tools: Makefile
audio/twolame : Makefile
audio/vagalume : Makefile
audio/vorbis-tools: Makefile
audio/wavpack : Makefile
audio/wmmp : Makefile
audio/xmms : Makefile
audio/xmms-flac: Makefile
audio/xmms-mad : Makefile
audio/xmms-shn : Makefile
audio/xmms-sid : Makefile
audio/xmms-tremor: Makefile
audio/xmms-wavpack: Makefile
benchmarks/httperf: Makefile
benchmarks/sysbench: Makefile
biology/emboss : Makefile
cad/geda-gaf : Makefile
cad/gerbv : Makefile
cad/klogic : Makefile
cad/necpp : Makefile
cad/ngspice : Makefile
chinese/cconv : Makefile
chinese/libchewing: Makefile
chinese/libtabe: Makefile
comms/gnokii : Makefile
comms/hamlib : Makefile
comms/jpilot : Makefile
comms/obexftp : Makefile
comms/openobex : Makefile
comms/pilot-link: Makefile
converters/enca: Makefile
converters/libdvdcss: Makefile
converters/libiconv: Makefile
converters/libpst: Makefile
converters/p5-Unicode-LineBreak: Makefile
converters/recode: Makefile
converters/wv : Makefile
converters/xlhtml: Makefile
databases/apache-couchdb: Makefile
databases/db : Makefile.inc
databases/dbh : Makefile
databases/freetds: Makefile
databases/gdbm : Makefile
databases/iodbc: Makefile
databases/libdbi: Makefile
databases/libdbi-drivers: Makefile
databases/libpqxx: Makefile
databases/mdbtools/snapshot: Makefile
databases/mysql: Makefile
databases/openldap: Makefile
databases/openldap23: Makefile
databases/postgresql-odbc: Makefile
databases/sqlite: Makefile
databases/sqlite3: Makefile
databases/tdb : Makefile
databases/xapian-core: Makefile
devel/apr : Makefile
devel/apr-util : Makefile
devel/argtable : Makefile
devel/atk : Makefile
devel/atlas : Makefile
devel/autogen : Makefile
devel/avr/binutils: Makefile
devel/avr/gdb : Makefile
devel/boehm-gc : Makefile
devel/ccrtp : Makefile
devel/cdk : Makefile
devel/check : Makefile
devel/chmlib : Makefile
devel/cln : Makefile
devel/cmockery : Makefile
devel/codeblocks: Makefile
devel/commoncpp: Makefile
devel/cppunit : Makefile
devel/cunit : Makefile
devel/cxxtools : Makefile
devel/ddd : Makefile
devel/desktop-file-utils: Makefile
devel/dotconf : Makefile
devel/droplet : Makefile
devel/ethos : Makefile
devel/ffcall : Makefile
devel/flatzebra: Makefile
devel/fox : Makefile
devel/fribidi : Makefile
devel/gdb : Makefile
devel/geany : Makefile
devel/geotiff : Makefile
devel/gettext : Makefile
devel/gflags : Makefile
devel/giblib : Makefile
devel/glib : Makefile
devel/glib2 : Makefile
devel/glog : Makefile
devel/glpk : Makefile
devel/gmp : Makefile
devel/gobject-introspection: Makefile
devel/gsl : Makefile
devel/gtest : Makefile
devel/gtkparasite: Makefile
devel/guichan : Makefile
devel/guilib : Makefile
devel/harfbuzz : Makefile
devel/json-c : Makefile
devel/kdbg : Makefile
devel/lam : Makefile
devel/libJudy : Makefile
devel/libast : Makefile
devel/libaudiofile: Makefile
devel/libconfig: Makefile
devel/libconfuse: Makefile
devel/libdaemon: Makefile
devel/libdockapp: Makefile
devel/libdshconfig: Makefile
devel/libee : Makefile
devel/libestr : Makefile
devel/libev : Makefile
devel/libevent2: Makefile
devel/libffi : Makefile
devel/libftdi : Makefile
devel/libhid : Makefile
devel/libidn : Makefile
devel/libivykis: Makefile
devel/liblouis : Makefile
devel/libmagic : Makefile
devel/libmemcached: Makefile
devel/libmpc : Makefile
devel/libmtp : Makefile
devel/libofx : Makefile
devel/liboil : Makefile
devel/liboop : Makefile
devel/libproplist: Makefile
devel/libsigc++-2: Makefile
devel/libsigsegv: Makefile
devel/libspectrum: Makefile
devel/libunicode: Makefile
devel/libusb-compat: Makefile
devel/libusb1 : Makefile
devel/libvirt-glib: Makefile
devel/libvmime : Makefile
devel/libvstr : Makefile
devel/libyaml : Makefile
devel/libyubikey: Makefile
devel/log4c : Makefile
devel/log4cplus: Makefile
devel/mm : Makefile
devel/mpfr : Makefile
devel/msp430 : Makefile.inc
devel/ode : Makefile
devel/ois : Makefile
devel/openocd : Makefile
devel/orc : Makefile
devel/pcre : Makefile
devel/pcre++ : Makefile
devel/pkgconfig: Makefile
devel/popt : Makefile
devel/proj : Makefile
devel/protobuf : Makefile
devel/protobuf-c: Makefile
devel/pth : Makefile
devel/py-notify: Makefile
devel/rapidsvn : 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/silc-toolkit: Makefile
devel/smpeg : Makefile
devel/srecord : Makefile
devel/startup-notification: Makefile
devel/subversion: Makefile
devel/t1lib : Makefile
devel/uuid : Makefile
devel/vanessa : Makefile.inc
devel/varconf : Makefile
editors/abiword: Makefile
editors/cooledit: Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
editors/subtitleeditor: Makefile
education/drgeo: Makefile
education/verbiste: Makefile
emulators/bochs: Makefile
emulators/fuse : Makefile
emulators/fuse-utils: Makefile
games/abuse : Makefile
games/bomberclone: Makefile
games/bzflag : Makefile
games/dopewars : Makefile
games/gcompris : Makefile
games/kbilliards: Makefile
games/kslide : Makefile
games/love : Makefile
games/manaplus : Makefile
games/qgo : Makefile
games/quake : Makefile
games/quake2 : Makefile
games/spacehulk: Makefile
games/taxipilot: Makefile
games/toppler : Makefile
games/wesnoth : Makefile
games/xscorch : Makefile
geo/gdal : Makefile
geo/geoclue : Makefile
geo/geos : Makefile
geo/gpstk : Makefile
geo/gpx-viewer : Makefile
geo/memphis : Makefile
geo/osm-gps-map: Makefile
geo/postgis : Makefile
graphics/DevIL : Makefile
graphics/GraphicsMagick: Makefile
graphics/ImageMagick: Makefile
graphics/aalib : Makefile
graphics/agg : Makefile
graphics/amide : Makefile
graphics/animorph: Makefile
graphics/argyll: Makefile
graphics/babl : Makefile
graphics/cairo : Makefile
graphics/cairomm: Makefile
graphics/cal3d : Makefile
graphics/colord: Makefile
graphics/colord-gtk: Makefile
graphics/ctl : Makefile
graphics/darktable: Makefile
graphics/djview4: Makefile
graphics/djvulibre: Makefile
graphics/exiv2 : Makefile
graphics/ffmpegthumbnailer: Makefile
graphics/freeglut: Makefile
graphics/ftgl : Makefile
graphics/gd : Makefile
graphics/gegl : Makefile
graphics/geomview: Makefile
graphics/gimp/stable: Makefile
graphics/gle : Makefile
graphics/gphoto2: Makefile
graphics/gpicview: Makefile
graphics/gtkam : Makefile
graphics/gtkimageview: Makefile
graphics/ilmbase: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/inkscape: Makefile
graphics/jasper: Makefile
graphics/jbig2dec: Makefile
graphics/jpeg : Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
graphics/lcms : Makefile
graphics/lcms2 : Makefile
graphics/leptonica: Makefile
graphics/libcaca: Makefile
graphics/libdivxdecore: Makefile
graphics/libdvbpsi: Makefile
graphics/libexif: Makefile
graphics/libexif-gtk: Makefile
graphics/libgexiv2: Makefile
graphics/libgphoto2: Makefile
graphics/libiptcdata: Makefile
graphics/libkexif: Makefile
graphics/libkipi: Makefile
graphics/liblqr: Makefile
graphics/libmpeg2: Makefile
graphics/libpano13: Makefile
graphics/libqrencode: Makefile
graphics/libraw: Makefile
graphics/libungif: Makefile
graphics/libvidcap: Makefile
graphics/libwebp: Makefile
graphics/libwmf: Makefile
graphics/libxmi: Makefile
graphics/makehuman: Makefile
graphics/mhgui : Makefile
graphics/opencv: Makefile
graphics/openexr: Makefile
graphics/openexr-ctl: Makefile
graphics/openexr-viewers: Makefile
graphics/openjpeg: Makefile
graphics/pigment: Makefile
graphics/povray: Makefile
graphics/pstoedit: Makefile
graphics/py-pigment: Makefile
graphics/pycha : Makefile
graphics/quesoglc: Makefile
graphics/sane-backends: Makefile
graphics/smpeg-xmms: Makefile
graphics/swfdec: Makefile
graphics/tesseract: Makefile
graphics/tiff : Makefile
graphics/ufraw : Makefile
graphics/vcdimager: Makefile
graphics/viewnior: Makefile
graphics/xmedcon: Makefile
graphics/zbar : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:46:36
Modified files:
infrastructure/templates: Makefile.template
inputmethods/anthy: Makefile
inputmethods/ibus: Makefile
inputmethods/ibus-anthy: Makefile
inputmethods/ibus-skk: Makefile
inputmethods/libskk: 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/tomoe: Makefile
inputmethods/uim: Makefile
inputmethods/uim-chewing: Makefile
inputmethods/uim-tomoe-gtk: Makefile
japanese/kakasi: Makefile
japanese/kasumi: Makefile
japanese/mecab : Makefile
korean/libhangul: Makefile
lang/chicken : Makefile
lang/classpath : Makefile
lang/clisp : Makefile
lang/ecl : Makefile
lang/eltclsh : Makefile
lang/freehdl : Makefile
lang/gcc/4.2 : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.7 : Makefile
lang/gfortran : Makefile
lang/guile : Makefile
lang/jamvm : Makefile
lang/librep : Makefile
lang/mono : Makefile
lang/oo2c : Makefile
lang/open-cobol: Makefile
lang/php/pecl : pecl.port.mk
lang/rubinius : Makefile
mail/avenger : Makefile
mail/claws-mail: Makefile
mail/claws-mail-attremover: Makefile
mail/claws-mail-htmlviewer: Makefile
mail/claws-mail-notification: Makefile
mail/claws-mail-rssyl: Makefile
mail/claws-mail-vcalendar: Makefile
mail/courier-authlib: Makefile
mail/courier-imap: Makefile
mail/dovecot-pigeonhole: Makefile
mail/dspam : Makefile
mail/kbiff : Makefile
mail/libetpan : Makefile
mail/perdition : Makefile
mail/sylpheed : Makefile
mail/zarafa/zarafa: Makefile
math/ecm : Makefile
math/fann : Makefile
math/fftw : Makefile
math/fftw3 : Makefile
math/galculator: Makefile
math/ginac : Makefile
math/graphviz : Makefile
math/kst : Makefile
math/libneural : Makefile
math/matio : Makefile
math/netcdf : Makefile
math/ntl : Makefile
math/openfst : Makefile
math/plplot : Makefile
math/udunits : Makefile
misc/amanda : Makefile
misc/gpsd : Makefile
misc/hfsplus : Makefile
misc/ktimeclock: Makefile
misc/openbabel : Makefile
misc/rpm : Makefile
misc/zzuf : Makefile
multimedia/avidemux: Makefile
multimedia/ffmpeg-php: Makefile
multimedia/gstreamer-0.10: Makefile.inc
multimedia/gstreamer1: Makefile.inc
multimedia/k3b : Makefile
multimedia/kguitar: Makefile
multimedia/libaacs: Makefile
multimedia/libass: Makefile
multimedia/libbluray: Makefile
multimedia/libdv: Makefile
multimedia/libdvdnav: Makefile
multimedia/libmms: Makefile
multimedia/libmp4v2: Makefile
multimedia/libquicktime: Makefile
multimedia/libtheora: Makefile
multimedia/lives: Makefile
multimedia/ming: Makefile
multimedia/mjpegtools: Makefile
multimedia/oggz: Makefile
multimedia/ogmrip: Makefile
multimedia/recordmydesktop/base: Makefile
multimedia/schroedinger: Makefile
multimedia/swfmill: Makefile
multimedia/transcode: Makefile
multimedia/xine-ui: Makefile
net/GeoIP : Makefile
net/avahi : Makefile
net/bro : Makefile
net/castget : Makefile
net/curl : Makefile
net/daq : Makefile
net/dclib : Makefile
net/enet : Makefile
net/etherape : Makefile
net/farstream : Makefile
net/flickcurl : Makefile
net/flow-tools : Makefile
net/gajim : Makefile
net/gloox : Makefile
net/honeyd : Makefile
net/icecast : Makefile
net/ices : Makefile
net/ices2 : Makefile
net/ircd-hybrid: Makefile
net/ircd-ratbox: Makefile
net/irssi : Makefile
net/irssi-icb : Makefile
net/irssi-silc : Makefile
net/isc-bind : Makefile
net/jabberd : Makefile
net/ktorrent : Makefile
net/ldns : Makefile.inc
net/lftp : Makefile
net/libcares : Makefile
net/libdnet : Makefile
net/libdnsres : Makefile
net/libgadu : Makefile
net/libnice : Makefile
net/liboauth : Makefile
net/libpcapnav : Makefile
net/librsync : Makefile
net/libshout : Makefile
net/libsmi : Makefile
net/libtorrent : Makefile
net/libupnp : Makefile
net/loudmouth : Makefile
net/mcabber : Makefile
net/meanwhile : Makefile
net/nagios/plugins: Makefile
net/neon : Makefile
net/nepenthes : Makefile
net/net-snmp : Makefile
net/netatalk : Makefile
net/netbsd-iscsi-target: Makefile
net/ngrep : Makefile
net/ntp : Makefile
net/openconnect: Makefile
net/pidgin : Makefile
net/pidgin-sipe: Makefile
net/powerdns : Makefile
net/quagga : Makefile
net/quvi/libquvi: Makefile
net/rrdtool : Makefile
net/rtorrent : Makefile
net/scamper : Makefile
net/silc-server: Makefile
net/snort : Makefile
net/telepathy : Makefile.inc
net/tn5250 : Makefile
net/torsocks : Makefile
net/transmission: Makefile
net/trickle : Makefile
net/unbound : Makefile
net/valknut : Makefile
net/xchat : Makefile
net/xmlrpc-c : Makefile
net/xmlrpc-epi : Makefile
net/xorp : Makefile
net/yafc : Makefile
net/yaz : Makefile
net/zeromq : Makefile
plan9/9libs : Makefile
print/a2ps : Makefile
print/cups-filters: Makefile
print/fontforge: Makefile
print/freetype : Makefile
print/gtklp : Makefile
print/gutenprint: Makefile
print/hplip : Makefile
print/ijs : Makefile
print/libXp : Makefile
print/libpaper : Makefile
print/libspectre: Makefile
print/lyx : Makefile
print/pdflib : Makefile
print/poppler : Makefile
print/py-poppler: Makefile
print/qpdf : Makefile
print/texlive/base: Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:48:57
Modified files:
productivity/devtodo: Makefile
productivity/grisbi: Makefile
productivity/ledger: Makefile
productivity/libzeitgeist: Makefile
productivity/qhacc: Makefile
productivity/rubrica2: Makefile
productivity/taskjuggler: Makefile
productivity/workrave: Makefile
security/ccid : Makefile
security/clamav: Makefile
security/cracklib: Makefile
security/cyrus-sasl2: Makefile
security/dante : Makefile
security/gnutls: Makefile
security/gpgme : Makefile
security/libassuan: Makefile
security/libfprint: Makefile
security/libgcrypt: Makefile
security/libgpg-error: Makefile
security/libgringotts: Makefile
security/libgsasl: Makefile
security/libident: Makefile
security/libksba: Makefile
security/libmcrypt: Makefile
security/libotr: Makefile
security/libperseus: Makefile
security/libpwquality: Makefile
security/libssh2: Makefile
security/libtasn1: Makefile
security/mcrypt: Makefile
security/mhash : Makefile
security/nessus/libnasl: Makefile
security/nessus/libraries: Makefile
security/netpgp: Makefile
security/oath-toolkit: Makefile
security/opencdk: Makefile
security/openct: Makefile
security/opensc: Makefile
security/p11-kit: Makefile
security/pcsc-lite: Makefile
security/pidgin-otr: Makefile
security/steghide: Makefile
security/stunnel: Makefile
security/towitoko: Makefile
security/xmlsec: Makefile
sysutils/accountsservice: Makefile
sysutils/augeas: Makefile
sysutils/collectd: Makefile
sysutils/conky : Makefile
sysutils/consolekit: Makefile
sysutils/dsh : Makefile
sysutils/eventlog: Makefile
sysutils/filelight: Makefile
sysutils/freeipmi: Makefile
sysutils/gamin : Makefile
sysutils/ipmitool: Makefile
sysutils/knutclient: Makefile
sysutils/krename: Makefile
sysutils/librelp: Makefile
sysutils/libstatgrab: Makefile
sysutils/libvirt: Makefile
sysutils/modlogan: Makefile
sysutils/monit : Makefile
sysutils/polkit: Makefile
sysutils/radmind: Makefile
sysutils/rsyslog: Makefile
sysutils/syslog-ng: Makefile
sysutils/upower: Makefile
sysutils/usbutils: Makefile
sysutils/ykpers: Makefile
telephony/asterisk: Makefile
telephony/iaxclient: Makefile
telephony/iaxmodem: Makefile
telephony/libosip2: Makefile
telephony/sofia-sip: Makefile
telephony/spandsp: Makefile
textproc/arabica: Makefile
textproc/aspell/core: Makefile
textproc/enchant: Makefile
textproc/exempi: Makefile
textproc/gtkspell: Makefile
textproc/gtkspell3: Makefile
textproc/hunspell: Makefile
textproc/iksemel: Makefile
textproc/libical: Makefile
textproc/liblrdf: Makefile
textproc/libnxml: Makefile
textproc/libtextcat: Makefile
textproc/libwpd: Makefile
textproc/libxml: Makefile
textproc/libxml++: Makefile
textproc/libxslt: Makefile
textproc/namazu: Makefile
textproc/oniguruma: Makefile
textproc/openjade: Makefile
textproc/opensp: Makefile
textproc/ots : Makefile
textproc/pinfo : Makefile
textproc/raptor: Makefile
textproc/rasqal: Makefile
textproc/redland: Makefile
textproc/redland-bindings: Makefile
textproc/sablotron: Makefile
textproc/source-highlight: Makefile
textproc/swish-e: Makefile
textproc/tre : Makefile
www/ap2-mod_fastcgi: Makefile
www/ap2-mod_fcgid: Makefile
www/ap2-mod_jk : Makefile
www/apache-httpd: Makefile
www/bluefish : Makefile
www/cgicc : Makefile
www/cherokee : Makefile
www/fcgi : Makefile
www/gecko-mediaplayer: Makefile
www/gnash : Makefile
www/libghttp : Makefile
www/liferea : Makefile
www/lighttpd : Makefile
www/mod_jk : Makefile
www/p5-libapreq2: Makefile
www/py-webkitgtk: Makefile
www/squid : Makefile
www/swfdec-plugin: Makefile
www/tidyp : Makefile
www/tntnet : Makefile
www/varnish : Makefile
www/webkit : Makefile
www/wml : Makefile
www/xapian-omega: Makefile
www/xcache : Makefile
www/xmhtml : Makefile
x11/XawMu : Makefile
x11/autocutsel : Makefile
x11/blackbox : Makefile
x11/compiz/core: Makefile
x11/dbus : Makefile
x11/dbus-glib : Makefile
x11/dbus-python: 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/eina : Makefile
x11/e17/eio : Makefile
x11/e17/elementary: Makefile
x11/e17/embryo : Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/e17/evas : Makefile
x11/enlightenment: Makefile
x11/eterm : Makefile
x11/extace : Makefile
x11/fluxbox : Makefile
x11/gdesklets : Makefile
x11/gmtk : Makefile
x11/gnome : gnome.port.mk
x11/gnome/alacarte: Makefile
x11/gnome-mplayer: Makefile
x11/gnustep/gworkspace: Makefile
x11/gtk+ : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/gtk2-aurora-engine: Makefile
x11/gtk2-equinox-engine: Makefile
x11/gtk2-nodoka-engine: Makefile
x11/gtk2-rezlooks-engine: Makefile
x11/gtk3-unico-engine: Makefile
x11/gtkdatabox : Makefile
x11/gtkglext : Makefile
x11/gtkglextmm : Makefile
x11/gtkhotkey : Makefile
x11/kde : kde.port.mk
x11/kdirstat : Makefile
x11/keybinder : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/libgdiplus : Makefile
x11/libsexy : Makefile
x11/libxdg-basedir: Makefile
x11/mlterm : Makefile
x11/mono-gtk2 : Makefile
x11/mowitz : Makefile
x11/neXtaw : Makefile
x11/nitrogen : Makefile
x11/nx/opennx : Makefile
x11/ogle : Makefile
x11/ogle_gui : Makefile
x11/openbox : Makefile
x11/openmotif : Makefile
x11/pcmanfm : Makefile
x11/pidgin-guifications: Makefile
x11/pidgin-libnotify: Makefile
x11/pinot : Makefile
x11/qinx : Makefile
x11/quadkonsole: Makefile
x11/rep-gtk : Makefile
x11/roxterm : Makefile
x11/ruby-qt4 : Makefile
x11/rxvt : Makefile
x11/spice-gtk : Makefile
x11/tellico : Makefile
x11/thewidgetfactory: Makefile
x11/tilda : Makefile
x11/virt-viewer: Makefile
x11/windowmaker: Makefile
x11/wxSVG : Makefile
x11/xarchiver : Makefile
x11/xbae : Makefile
x11/xdrawchem : Makefile
x11/xfce4 : xfce4.port.mk
x11/xfe : Makefile
x11/xosd : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/21 02:57:49
Modified files:
textproc/hunspell: Makefile distinfo
textproc/hunspell/patches: patch-man_hunspell_1
patch-src_tools_hunspell_cxx
textproc/hunspell/pkg: PLIST
Removed files:
textproc/hunspell/pkg: PFRAG.shared
Log message:
update to hunspell 1.3
bulk testing by landry@. sthen@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/21 02:59:29
Modified files:
editors/libreoffice: Makefile
editors/texmaker: Makefile
editors/texworks: Makefile
Log message:
sync with hunspell update and bump.
bulk testing by landry@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 03:01:56
Modified files:
geo/spatialite : Makefile.inc
geo/spatialindex: Makefile
print/libharu : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:24:55
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
- remove an unused variable (octeon_configuration)
- add some flags which will be used to determine the device capabilities which
are advertised by uboot.
ok bcallah@ chris@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:25:48
Modified files:
sys/arch/octeon/dev: octeon_pcibus.c
Log message:
use boot_info->config_flags to determine if we're running on a host that has
PCI capabilities, instead of blindly trying to attach pci/pcibus.
this fixes a hang on the EdgeRouter Lite (which lacks PCI) and causes no
regressions on the CAM-0100 (which does have PCI, tested by bcallah@)
ok bcallah@ chris@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:26:31
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
fix detection of the MAC address by reading it from the correct address,
instead of from a random location which resulted in 00:01:02:etc addresses.
confirmed to match up with the MAC addresses linux detects on the ERL;
no phy (atphy(4)) attaches still.
ok bcallah@ chris@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:29:12
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
- remove two now-unused macros.
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:37:37
Modified files:
libexec/security: security
Log message:
Correct the last change to untaint $fmt; it caused the final parameter of
the format string to be dropped, causing the year to be printed instead of
the filename, as reported by ajacoutot. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:46:02
Modified files:
mail/cyrus-imapd: Makefile
mail/cyrus-imapd/pkg: PLIST
Log message:
@comment perllocal.pod files, ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:48:45
Modified files:
security/kc : Makefile distinfo
security/kc/pkg: PLIST
Log message:
- update to kc-2.3.0
from LEVAI Daniel (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:59:52
Modified files:
converters/p5-JSON-XS: Makefile distinfo
Log message:
update to p5-JSON-XS 2.33
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:59:54
Modified files:
converters/p5-JSON-Any: Makefile distinfo
Log message:
update to p5-JSON-Any 1.29
CVSROOT: /cvs
Module name: www
Changes by: dlg@cvs.openbsd.org 2013/03/21 04:06:09
Modified files:
. : errata52.html
Log message:
tftpd errata.
ok (and hand holding) from sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 04:21:49
Modified files:
devel/cmake : Makefile
devel/cmake/pkg: PLIST
Added files:
devel/cmake/files: FindBacktrace.cmake
Log message:
Add hand-written FindBacktrace.cmake, a helper to find our libexecinfo and
other backtrace() implementation sources.
okayed by dcoppa@ before lock
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/21 04:24:07
Modified files:
build : mirrors.dat
Log message:
Resurrect ftp.irisa.fr, syncing every night from ftp.eu.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/21 04:24:30
Modified files:
. : ftp.html
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 2013/03/21 04:43:34
Modified files:
productivity/qhacc: Makefile distinfo
productivity/qhacc/pkg: PLIST
Removed files:
productivity/qhacc/patches: patch-plugins_reports_Makefile_in
productivity/qhacc/pkg: PFRAG.shared
Log message:
remove unneeded patch that broke build w/ newer ld. spotted by sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 04:53:13
Modified files:
share/man/man5 : ruby-module.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/21 05:24:04
Modified files:
devel/p5-Tie-IxHash: Makefile distinfo
Log message:
- update p5-Tie-IxHash to 1.23
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/21 05:42:06
Modified files:
math/p5-Statistics-Descriptive: Makefile distinfo
math/p5-Statistics-Descriptive/pkg: PLIST
Log message:
- update p5-Statistics-Descriptive to 3.0604
- regen PLIST
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/21 06:41:12
Modified files:
sbin/dhclient : clparse.c
Log message:
Free lease with free_client_lease() rather than free().
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 06:49:42
Modified files:
security/nss : Makefile distinfo
security/nss/patches:
patch-mozilla_security_nss_lib_freebl_blapi_h
Log message:
Security update to nss 3.14.3.
Fixes CVE-2013-1620 / bug #822365 (Lucky Thirteen attack)
Required by firefox 20 & later anyway.. and tested to work fine with 20.0b6.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 08:10:58
Modified files:
de : 53.html anoncvs.html cvsync.html donations.html
events.html index.html orders.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 08:32:04
Modified files:
net/smokeping : Makefile distinfo
net/smokeping/pkg: PLIST
Log message:
update to Smokeping 2.6.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 08:55:28
Modified files:
databases/p5-DBD-Sybase: Makefile distinfo
Log message:
update to p5-DBD-Sybase 1.14
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 09:04:18
Modified files:
sysutils/bacula: Makefile
Log message:
Take MAINTAINER.
suggested by and ok merdely@ (current maintainer)
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 09:40:26
Modified files:
distrib/sets/lists/comp: md.sparc64
distrib/sets/lists/man: md.sparc64
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 09:47:46
Modified files:
sysutils/p5-Puppet-Tidy: Makefile distinfo
Log message:
- update to p5-Puppet-Tidy-0.3.2
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 09:50:28
Modified files:
sys/arch/amd64/amd64: machdep.c
sys/arch/amd64/conf: Makefile.amd64 kern.ldscript
sys/arch/amd64/include: param.h pmap.h
Log message:
move kernel after 16MB. needed for additional growth that might come in a
little while...
diff from martynas who is not around now
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 09:52:08
Modified files:
devel/libffi : Makefile
Removed files:
devel/libffi/patches: patch-src_arm_sysv_S
Log message:
- remove patch for arm that dealt with lack of UNWIND support in our 2.15 linker.
a full update of libffi is in the works as well, so remove the comment from Makefile.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 10:05:00
Modified files:
audio/clementine: Makefile
audio/clementine/patches:
patch-ext_libclementine-common_CMakeLists_txt
patch-ext_libclementine-common_core_logging_cpp
Added files:
audio/clementine/files: config.h.in
Removed files:
audio/clementine/files: FindExecinfo.cmake
Log message:
Switch Clementine to FindBacktrace.cmake that was recently committed to CMake.
prodded by dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:08:25
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.h window-choose.c
Log message:
Miscellaneous tidying of choose API, including:
- rename client and session to start_client and start_session in
window_choose_data struct. also add TREE_OTHER define and reorder
the struct
- rename window_choose_ctx to window_choose_data_run
- don't pass a cmd_ctx into window_choose_create (will let it use a
different client later). instead take type, session, client
- add window_choose_data_free and use it to dispose of wcd rather than
each cmd-*.c doing it individually
- change so ref counting is done by wcd_add and wcd_free rather than
callers
- also add a ref to tree_session
- all the callbacks except choose-client and find-window are the same so
remove them and add window_choose_default_callback
- reorder/rename some other bits and pieces for tidyness
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:09:17
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.h window-choose.c
Log message:
Remove free callback for window_choose_data objects.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:09:59
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.1 tmux.h window-choose.c
Log message:
Allow choose commands to be used outside tmux, so long as at least one
client is attached.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:12:11
Modified files:
usr.bin/tmux : grid.c screen.c tmux.h
Log message:
Rework reflow code so it does not do so much allocation which should be
faster with large histories.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:12:50
Modified files:
usr.bin/tmux : cmd-list-commands.c
Log message:
Show alias in lscm output.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:13:24
Modified files:
usr.bin/tmux : format.c status.c
Log message:
Allow formats in status options.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:14:09
Modified files:
usr.bin/tmux : format.c server-client.c status.c tmux.1
Log message:
Add a format client_prefix which is 1 if prefix key has been
pressed, used for example #{?client_prefix,X,Y}. Also a few extra
server_client_status needed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:14:50
Modified files:
usr.bin/tmux : tmux.1
Log message:
Remove stray change accidentally committed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:15:52
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c
options-table.c tmux.1 tmux.h
Log message:
Add -v to set and setw to show only option value.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:17:01
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c tmux.1
Log message:
Add user options, prefixed with @. May be set to any arbitrary string.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:17:35
Modified files:
usr.bin/tmux : cmd-choose-tree.c tmux.1
Log message:
Fix choose-tree usage.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:19:25
Modified files:
usr.bin/tmux : cmd-choose-tree.c cmd.c tmux.h window-choose.c
Log message:
Fix constness of cmd_template_replace, window_choose_add_item and
window_choose_add_window.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:20:26
Modified files:
usr.bin/tmux : window-choose.c
Log message:
No more need for freefn.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:22:48
Modified files:
usr.bin/tmux : cmd.c window-choose.c
Log message:
Do not crash when calling choose-tree with a command that changes the mode.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 10:22:51
Modified files:
devel/libffi : Makefile
Added files:
devel/libffi/patches: patch-src_arm_ffi_c
Log message:
- fix an implicit declaration
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:23:07
Modified files:
usr.bin/tmux : cmd-choose-tree.c
Log message:
Run session command before window in choose-tree.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:23:46
Modified files:
usr.bin/tmux : tmux.1
Log message:
Clarify choose-tree entry in man page.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:24:03
Modified files:
usr.bin/tmux : status.c
Log message:
Do not leak formats in status_replace.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:25:08
Modified files:
usr.bin/tmux : status.c
Log message:
Aargh. Spaces -> tabs.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 10:39:19
Modified files:
porting : libraries.html porttest.html
Log message:
Tweaks after USE_LIBTOOL moved to Yes by default.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 10:43:56
Modified files:
porting : checklist.html porttest.html
Log message:
regress -> test
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:49:37
Modified files:
usr.bin/tmux : cmd-refresh-client.c
Log message:
Add -c to refresh-client to set client size in control mode, based on
code from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:50:22
Modified files:
usr.bin/tmux : tmux.h tty-keys.c tty.c
Log message:
Tidy by splitting default key tables into two.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:51:11
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Fix function parameter to tty_keys_free.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:52:02
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Fix a comment for new key table names.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:53:12
Modified files:
usr.bin/tmux : cmd-choose-tree.c
Log message:
Make choose-tree actually work again.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:54:37
Modified files:
usr.bin/tmux : cfg.c mode-key.c
Log message:
Fix a couple of memory leaks, from Romain Francoise.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 11:26:00
Modified files:
. : INDEX
Log message:
sync; 7968
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 11:42:36
Modified files:
usr.bin/tmux : tmux.1
Log message:
tweak previous; ok nicm
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 11:52:41
Modified files:
devel/pango : Makefile
Added files:
devel/pango/patches: patch-pango_pangocairo-fontmap_c
Log message:
Make sure g_type_init is called; it is mandatory in our version of glib.
This should fix dot(1)/doxygen hangs that several reported.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/21 12:08:03
Modified files:
www/aria2 : Makefile distinfo
www/aria2/pkg : PLIST
Log message:
Update for Aria2 1.16.4:
* Bring back datetime in console log
* Run checksum check if -V and -c are used and file is completed
* Support for gzipped -i and --save-session
* Support BitTorrent UDP tracker
Ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/21 12:20:00
Modified files:
sys/dev/isa : it.c itvar.h
Log message:
Attach on ITE 8728.
it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0x228
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/21 12:29:47
Modified files:
share/man/man4 : it.4
Log message:
Missed the man page bits for the IT8728.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 12:37:07
Modified files:
sbin/fdisk : cmd.c mbr.h
Log message:
I don't feel great about adding an include for , but I feel
great for removing an include of
This needs further cleanup if someone has time.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/21 12:39:18
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Detect on-die temp sensor for Atom E6xx on amd64. Adapted from
diff submitted by Matt Dainty. okay jsg@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:43:34
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Support capture-pane -p to send to stdout.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:44:47
Modified files:
usr.bin/tmux : tmux.h tty-keys.c tty.c
Log message:
Include the \033 in the key tree and adjust key matching for this change.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:45:38
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Don't set key KEYC_NONE on xterm_keys_find match()
When calling xterm_keys_find(); if we get a complete match, don't set
the key to unknown before calling the action to complete the binding;
otherwise non-prefixed bindings will not work.
From Thomas Adam
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 12:45:58
Modified files:
sbin/fdisk : cmd.c disk.c fdisk.c mbr.c misc.c misc.h part.c
user.c
Log message:
more substantial include cleanup
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:46:12
Modified files:
usr.bin/tmux : resize.c
Log message:
Do not include status line in size calculations in control mode.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:47:01
Modified files:
usr.bin/tmux : server-client.c server-fn.c server-window.c
Log message:
Add various checks to turn off bits that can't work in control mode
(such as lock).
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:47:56
Modified files:
usr.bin/tmux : input.c screen-write.c tmux.h
Log message:
Instead of loads of little screen_write_*_on and off functions which
just change mode flags, just have screen_write_mode_set and
screen_write_mode_clear.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 13:07:56
Modified files:
security/clusterssh: Makefile
Log message:
chmod clusterssh's MYMETA.json to be writable, needed for newer perl
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 13:39:31
Modified files:
sys/dev/pci/drm: drmP.h
Log message:
Do not include machine/param.h since sys/param.h already did so.
ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/21 13:41:12
Modified files:
textproc/hs-libxml-sax: Makefile
Log message:
Add textproc/libxml dependency (noticed by landry@).
"if it's only fixin' the dep, why not just commiting it ? :)" landry@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/21 13:43:14
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
style(9)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 13:53:32
Modified files:
usr.bin/strip : strip.c
Log message:
In a comment, talk about PAGE_SIZE instead of NBPG
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/21 14:16:48
Modified files:
usr.sbin/nginx/src/core: ngx_log.c
Log message:
re-add a build fix for vax that was overwritten by the update
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 14:58:24
Modified files:
devel/p5-Coro : Makefile distinfo
devel/p5-Coro/pkg: PLIST
Log message:
update to p5-Coro 6.23 needed to update perl.
remove BROKEN-powerpc as it works there now.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/21 15:04:53
Modified files:
etc : changelist
Log message:
keep track of nginx.conf and nginx's mime.types file
from Ryan Kavanagh
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/21 15:26:08
Modified files:
xserver/hw/xfree86/modes: xf86RandR12.c
Log message:
backport (whitespace changes only) a fix for panning that also effected scale
to permit:
xrandr --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8
to behave properly.
based on upstream commit 1bf81af4a6be1113bcc3b940ab264d5c9e0f0c5d that is in
the 1.14 xserver that is not ready for OpenBSD yet
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:30:30
Modified files:
databases/leveldb: Makefile
databases/leveldb/patches: patch-Makefile
patch-build_detect_platform
databases/leveldb/pkg: PLIST
Log message:
* Do not use SONAME, ok brad@ benoit@
* Fold PFRAG.shared into PLIST, ok benoit@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/21 15:30:38
Modified files:
distrib/sets/lists/xserv: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 15:32:43
Modified files:
net/p5-Socket-GetAddrInfo: Makefile distinfo
net/p5-Socket-GetAddrInfo/pkg: PLIST
Log message:
update to p5-Socket-GetAddrInfo 0.22
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:36:02
Modified files:
databases/leveldb/pkg: PLIST
Log message:
forgot to remove %%SHARED%% in previous
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 15:36:30
Modified files:
textproc : Makefile
Removed files:
textproc/p5-XML-Sablotron: Makefile distinfo
textproc/p5-XML-Sablotron/patches: patch-Makefile_PL
textproc/p5-XML-Sablotron/pkg: DESCR PLIST
Log message:
zap p5-XML-Sablotron; dead upstream, needs patching to build with newer
perl, but tests fail anyway (including with in-tree perl). ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/21 15:49:08
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Zap a few useless comments.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:51:01
Modified files:
sys/arch/alpha/stand: loadfile_subr.c
sys/arch/amd64/stand/libsa: memprobe.c
sys/arch/hp300/stand/uboot: srt0.S
sys/arch/i386/stand/boot: crt0.c
sys/arch/i386/stand/libsa: apmprobe.c memprobe.c
sys/arch/macppc/stand: alloc.c main.c
sys/arch/sparc/stand/common: mmu.c promdev.c
sys/arch/sparc64/stand/ofwboot: alloc.c boot.c elf64_exec.c
Log message:
NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:55:09
Modified files:
sys/arch/vax/vax: autoconf.c
Log message:
Already have sys/param.h, don't need machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:57:15
Modified files:
sys/arch/macppc/stand: ofdev.c
Log message:
Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a
kernel concept)
ok miod
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:57:42
Removed files:
databases/leveldb/pkg: PFRAG.shared
Log message:
... and actually cvs rm the file of course, reminded by benoit@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:59:32
Modified files:
lib/librthread : rthread_stack.c
lib/libc/gen : getpwent.c
Log message:
Do not need machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:59:55
Modified files:
regress/sys/uvm/mmap_hint: mmap_hint.c
Log message:
sys/param.h, not machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 16:04:47
Modified files:
share/man/man4 : options.4
Log message:
NKMEMPAGES_MIN went away a long time ago. wording help from jmc.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:21:05
Modified files:
lang/io : Makefile
Added files:
lang/io/patches: patch-libs_coroutine_source_asm_S
Log message:
use movw (not movl) with (16-bit) segment registers.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:22:30
Removed files:
www/mongrel2/patches: patch-src_polarssl_net_c
Log message:
remove empty ptach
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:23:40
Modified files:
www/mongrel2 : Makefile
Added files:
www/mongrel2/patches: patch-src_task_asm_S
Log message:
use movw (not movl) with (16-bit) segment registers.
cluebat from miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:26:27
Modified files:
plan9/plan9port: Makefile
Added files:
plan9/plan9port/patches: patch-src_libthread_FreeBSD-386-asm_s
Log message:
use movw not movl with (16-bit) segment registers.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:31:44
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Don't set TEXT_PLT if PLT_BEFORE_GOT.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:32:30
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: hppa64obsd.sh
hppaobsd.sh
Log message:
Define PLT_BEFORE_GOT.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:53:09
Modified files:
gnu/usr.bin/binutils-2.17/gas/config: tc-hppa.h
Log message:
Define LABELS_WITHOUT_COLONS under OpenBSD again.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 17:06:46
Modified files:
share/man/man4 : options.4
Log message:
oops, missed this in previous;
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 18:02:52
Modified files:
openssh : ftp.html index.html openbsd.html
Added files:
openssh/txt : release-6.2
Log message:
release OpenSSH 6.2
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 18:04:46
Modified files:
openssh/txt : release-6.2
Log message:
fill in SHA1 sums
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/21 18:10:07
Modified files:
build : Makefile
build/mirrors : openssh-ftp.html.head
Log message:
OpenSSH 6.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 18:12:59
Modified files:
editors/vim : Makefile
Log message:
overwrite FULLPKG*-lang (and bump REVISION-lang), the subpackage isn't
flavour-dependent
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/21 18:59:25
Modified files:
sys/netinet6 : nd6.c
Log message:
Replace hand-crafted nd_prefix loops with LIST_FOREACH macros.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 19:00:39
Modified files:
sys/dev/pci/drm/i915: intel_pm.c
Log message:
enable mchdev locking
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 19:03:37
Modified files:
openssh : report.html
Log message:
update bugzilla link
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/21 19:41:12
Modified files:
sys/netinet6 : frag6.c icmp6.c in6.c in6_var.h
sys/netinet : if_ether.c if_ether.h in.c in_var.h ip_carp.c
ip_input.c
Log message:
simple replacement of LIST_END with NULL. ok mpi
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 23:19:21
Modified files:
sys/dev/pci/drm: drm.h i915_drm.h
Log message:
add some definitions required for recent versions of libdrm
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/22 00:19:56
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
Log message:
implement DRM_IOCTL_I915_GEM_SW_FINISH
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/22 00:44:39
Modified files:
graphics/evince: Makefile
Log message:
Remove outdated comment.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/22 01:46:04
Modified files:
www/chromium : Makefile
www/chromium/patches:
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h
Log message:
fix ffmpeg config of i386
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/22 01:52:36
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
wire up the mode object property ioctls
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/22 02:20:43
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Do not register symlinks in the sum files. This makes no sense and makes
sysmerge(8) output a warning when the target of the link does not yes
exist on the system.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/22 02:42:55
Modified files:
usr.sbin/ospfd : ospfe.c
Log message:
reinstate code to announce routes to backup carp interfaces. this was removed
in a cleanup in r1.83, but we do still want to announce these (with a high
metric), so that a specific route to the relevant network is maintained
during failover. ok florian@ claudio@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/22 03:19:20
Log message:
import py-hgtools
hgtools provides classes for inspecting and working with
repositories in the Mercurial version control system.
ok sthen@
Status:
Vendor Tag: benoit
Release Tags: benoit_20130322
N ports/devel/py-hgtools/Makefile
N ports/devel/py-hgtools/distinfo
N ports/devel/py-hgtools/pkg/DESCR
N ports/devel/py-hgtools/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/22 03:52:41
Modified files:
devel : Makefile
Log message:
+py-hgtools
CVSROOT: /cvs
Module name: www
Changes by: brad@cvs.openbsd.org 2013/03/22 03:58:24
Modified files:
opensmtpd : index.html
Log message:
Add a CA mirror.
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:29:31
Modified files:
usr.bin/tmux : tty.c
Log message:
I strongly suspect it is possible for tmux to block on detach in
tty_raw, so make the fd blocking again much later and have tty_raw just
retry the write a few times.
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2013/03/22 04:30:04
Modified files:
. : want.html
Log message:
Elantech touchpads version 2 seem to work somewhat. But there are remaining
issues that are inconvenient to debug based on user feedback via email.
I'd like some hardware to test with.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:30:04
Modified files:
usr.bin/tmux : key-string.c tty.c xterm-keys.c
Log message:
In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence
and handle the most common set. Pass them through if xterm-keys is on.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:30:34
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Remove stray test code which would convert abc to x.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:31:22
Modified files:
usr.bin/tmux : cfg.c client.c cmd-kill-server.c
cmd-list-buffers.c cmd-list-clients.c
cmd-list-commands.c cmd-lock-server.c
cmd-pipe-pane.c cmd-server-info.c
cmd-start-server.c job.c names.c screen-write.c
server-client.c server-fn.c server.c status.c
tty-keys.c tty.c window-choose.c window-clock.c
window-copy.c window.c
Log message:
No more lint means no more ARGSUSED.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:32:37
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add client_session and client_last_session formats.
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2013/03/22 04:33:26
Modified files:
. : want.html
Log message:
I don't really need more laptops for my private collection, so mention
that I'd also borrow devices which contain unsupported rtsx devices
so I can add support for them and ship the laptop back after.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:33:50
Modified files:
usr.bin/tmux : input-keys.c input.c screen-write.c tmux.h
tty-keys.c tty.c
Log message:
Support the latest theory for mouse input, this is enabled/disabled with
SM/RM 1006 and is similar in style to SGR input: \033[session is NULL otherwise an attached client.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:55:02
Modified files:
usr.bin/tmux : cmd-set-option.c tmux.1
Log message:
Add a -o option to set-option to prevent setting an option already set,
from Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:58:00
Modified files:
usr.bin/tmux : cmd-break-pane.c cmd-join-pane.c
cmd-kill-pane.c cmd-resize-pane.c
cmd-respawn-window.c cmd-select-layout.c
cmd-select-pane.c cmd-split-window.c
cmd-swap-pane.c input-keys.c key-bindings.c
layout.c resize.c server-client.c server-fn.c
tmux.1 tmux.h window.c
Log message:
Add resize-pane -Z to temporary zoom the active pane to occupy the full
window or unzoom (restored to the normal layout) if it already zoomed,
bound to C-b z by default. The pane is unzoomed on pretty much any
excuse whatsoever.
We considered making this a new layout but the requirements are quite
different from layouts so decided it is better as a special case. Each
current layout cell is saved, a temporary one-cell layout generated and
all except the active pane set to NULL.
Prompted by suggestions and scripts from several. Thanks to Aaron Jensen
and Thiago Padilha for testing an earlier version.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:58:40
Modified files:
usr.bin/tmux : cmd-attach-session.c cmd-new-session.c tmux.1
tmux.h
Log message:
Add -A flag to new-session to make it behave like attach-session if the
session exists. If -A is used, -D behaves like -d to attach-session.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 04:04:13
Modified files:
devel/iso-codes: Makefile distinfo
devel/iso-codes/pkg: PLIST
Log message:
Update to iso-codes-3.41.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 04:28:36
Modified files:
textproc/icu4c : Makefile distinfo
textproc/icu4c/patches: patch-source_Makefile_in
patch-source_common_putilimp_h
textproc/icu4c/pkg: PLIST
Removed files:
textproc/icu4c/patches: patch-source_common_ucnvmbcs_c
patch-source_tools_genrb_derb_c
textproc/icu4c/pkg: PFRAG.shared
Log message:
Update to icu4c-51.1.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/24 06:53:20
Modified files:
sbin/dhclient : kroute.c
Log message:
Simplify logic when processing route dump by using a helper function
delete_route(). No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 07:16:06
Modified files:
textproc/p5-Text-Format: Makefile distinfo
Log message:
- update p5-Text-Format to 0.58
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 07:39:27
Modified files:
textproc/p5-Text-TabularDisplay: Makefile distinfo
Log message:
- update p5-Text-TabularDisplay to 1.33
- remove USE_GROFF
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/24 08:16:01
Modified files:
faq : current.html
Log message:
Point out the need for updated packages after adding pf translation counter.
Fix typo (fontfonfig) while there.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 08:46:27
Modified files:
textproc/p5-Text-Autoformat: Makefile distinfo
Log message:
- update p5-Text-Autoformat to 1.669002
- remove USE_GROFF
ok Sam Smith (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 08:54:14
Modified files:
devel/p5-aliased: Makefile distinfo
Log message:
- update p5-aliased to 0.31
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 09:02:39
Modified files:
nl : books.html donations.html ftp.html index.html
items.html older.html orders.html tshirts.html
opensmtpd/nl : index.html portable.html users.html
openssh/nl : ftp.html index.html openbsd.html portable.html
report.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 09:09:13
Modified files:
usr.sbin/pstat : pstat.c
usr.bin/fstat : fstat.c
Log message:
Do not leak kernel pointers, unless operating as root. Some other display
functionality is lost, but one can argue that privacy was being violated
there...
ok various, including bluhm and guenther
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/24 09:31:02
Added files:
. : octeon.html
Log message:
Add a page for Octeon.
"sure." deraadt@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/24 09:31:31
Modified files:
. : plat.html
Log message:
Add Octeon to list of current porting efforts.
"sure." deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 09:35:27
Modified files:
devel/harfbuzz : Makefile distinfo
Log message:
Update to harfbuzz-0.9.14.
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/24 10:54:31
Modified files:
devel/p5-Module-Find: Makefile distinfo
Log message:
Update version to 0.11 remove maintainer, tested DBIx-Class
Ok sthen benoit
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/24 11:01:23
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
Make ieee80211_set_tim() available from outside of ieee80211_node.c
so drivers like acx(4) can use that function directly instead of
reimplementing the function again. Requested by kettenis@ long time ago.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/24 11:02:09
Modified files:
sys/dev/ic : acx.c
Log message:
Use ieee80211_set_tim() directly now that it is available.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:42:43
Modified files:
sys/sys : buf.h reboot.h wait.h
Log message:
label some nested #endif's
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:45:25
Modified files:
sys/sys : lockf.h
Log message:
hide some kernel functions from userland
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:45:50
Modified files:
sys/sys : utsname.h statvfs.h
Log message:
hide some userland functions from the kernel
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:46:25
Modified files:
sys/sys : signal.h
Log message:
do not expose a userland function to the kernel
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:46:58
Modified files:
include : dirent.h
Log message:
I can see no reason for #ifndef _KERNEL check in a /usr/include
(ie. non-kernel) .h file
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:47:49
Modified files:
lib/libpthread/include: semaphore.h
Log message:
machine/limits.h does not contain everything this file wants. It wants
the MI sys/limits.h, and has been getting lucky that all callers had
already pulled that in via other means.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 12:43:47
Modified files:
sys/arch/socppc/stand/boot: wd.c wdc.c
Log message:
use sys/param.h instead of machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:20:35
Modified files:
sys/arch/armish/stand/boot: wd.c wdc.c
sys/arch/hppa/stand/libsa: lf.c
sys/arch/hppa64/stand/libsa: lf.c
sys/arch/loongson/stand/boot: rd.c
Log message:
Use sys/param.h to be able to get at DEV_BSIZE
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:26:36
Modified files:
sys/dev/pci : pcidevs
Log message:
another ppb; soekris net1841; pointed out by mitja
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:26:43
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 13:55:45
Modified files:
sys/sys : syslimits.h
lib/libpthread/include: semaphore.h
lib/librthread : rthread.h
Log message:
SEM_VALUE_MAX belongs in (via sys/syslimits.h)
struct sem --> struct __sem (doesn't belong in public namespace)
Zap pointless _KERNEL tests
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 14:04:35
Modified files:
lib/libc/gen : sysconf.c
Log message:
sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not some
unrelated sysv sem limit. Similarly, sysconf(_SC_SEM_NSEMS_MAX)
should return -1 instead of another sysv sem limit.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/24 14:58:50
Modified files:
. : lyrics.html
Added files:
images : 53song.jpg
Log message:
release the 5.3 song (by bob kitella)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 15:29:21
Modified files:
net/ldns/libldns: Makefile
net/ldns/utils : Makefile
Log message:
disable groff for ldns ports, it's not needed. ok jakob@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:31:36
Modified files:
textproc/cloc : Makefile distinfo
Log message:
- update cloc to 1.58
- update MAINTAINER
ok jung@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/24 15:33:24
Modified files:
net/unbound : Makefile distinfo
Removed files:
net/unbound/patches: patch-iterator_iter_hints_c
Log message:
Update to Unbound 1.4.20.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:39:47
Modified files:
devel/p5-Test-LeakTrace: Makefile distinfo
Log message:
- update p5-Test-LeakTrace to 0.14
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:42:54
Modified files:
textproc/p5-String-Approx: Makefile distinfo
Log message:
- update p5-String-Approx to 3.27
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/24 15:50:29
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Don't forget to put .plt padding in the BSS_PLT case; lost during the 2.15->2.17
update.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:12:57
Modified files:
games/scummvm : Makefile
games/scummvm/pkg: PLIST
Log message:
- don't pick up fluidsynth if installed at build time; fluidsynth can still
be used via sndio.
- regen plist, sync WANTLIB, and drop USE_GROFF.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:14:26
Modified files:
games/bass : Makefile
Log message:
allow ftp packages for Beneath a Steel Sky game data; they were disabled
for size reasons, but they aren't out of the ordinary now. ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:14:57
Modified files:
games/fotaq : Makefile distinfo
Log message:
update Flight of the Amazon Queen to newer upstream release (old files no
longer available), and allow ftp packages; they were disabled for size
reasons, but they aren't out of the ordinary now. ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/24 18:21:37
Modified files:
graphics/png : Makefile distinfo
graphics/png/patches: patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
graphics/png/pkg: PLIST
Added files:
graphics/png/patches: patch-scripts_libpng-config-body_in
Removed files:
graphics/png/pkg: PFRAG.shared
Log message:
Update to png 1.5.14.
Reinstates inter-library dependencies and corrects the libpng-config
and pkg-config files for static vs shared linking.
WANTLIB update and Ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/24 19:40:05
Modified files:
sys/dev/pci/drm: r300_cmdbuf.c
Log message:
add the missing parts of the upstream linux commit to
enable occlusion queries.
ok mpi@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/03/24 20:32:20
Modified files:
lib/libdrm : Makefile.inc libdrm_lists.h shlib_version
xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h
lib/libdrm/intel: intel_bufmgr.h intel_bufmgr_gem.c
intel_bufmgr_priv.h intel_chipset.h
shlib_version
lib/libdrm/libkms: intel.c linux.c nouveau.c
lib/libdrm/radeon: r600_pci_ids.h radeon_bo_gem.c
radeon_bo_gem.h radeon_cs_gem.c
radeon_cs_space.c radeon_surface.c
radeon_surface.h shlib_version
Added files:
lib/libdrm/intel: intel_aub.h
Log message:
update to libdrm 2.4.42
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 21:33:28
Modified files:
regress/lib/libc/open_memstream: open_memstreamtest.c
Log message:
Add some more tests; prodded by mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/25 00:22:28
Modified files:
sys/dev/pci/drm/i915: intel_overlay.c
Log message:
move the message announcing overlay init to debug
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 01:32:38
Modified files:
textproc/p5-String-Similarity: Makefile distinfo
Log message:
- update p5-String-Similarity to 1.04
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 01:55:10
Modified files:
www/puppet-dashboard: Makefile distinfo
www/puppet-dashboard/pkg: PLIST README
Removed files:
www/puppet-dashboard/patches:
patch-vendor_rails_actionpack_lib_action_controller_rb
Log message:
Update to puppet-dashboard-1.2.23.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 01:57:00
Modified files:
sysutils/ruby-facter: Makefile distinfo
Log message:
Update to ruby-facter-1.6.18.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 01:59:20
Added files:
devel/gobject-introspection/patches:
patch-tests_offsets_offsets_h
Log message:
the tests need time_t to be a long, so adjust the struct and all tests now pass.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/25 02:03:18
Modified files:
regress/lib/libpthread: Makefile
Log message:
Disable the blocked_{close,dup2,fifo} tests, as we know they fail
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 02:25:15
Modified files:
converters/p5-Convert-UUlib: Makefile distinfo
Log message:
- update p5-Convert-UUlib to 1.4
- remove USE_GROFF
ok Ibrahim Khalifa (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/25 02:48:34
Modified files:
www/chromium : Makefile
Log message:
use system yasm for building
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 03:04:09
Modified files:
converters/p5-Convert-TNEF: Makefile distinfo
converters/p5-Convert-TNEF/pkg: PLIST
Log message:
- update p5-Convert-TNEF to 0.18
- remove USE_GROFF
- regen PLIST
ok Ibrahim Khalifa (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/03/25 03:15:18
Modified files:
opensmtpd : index.html makemap.8.html manual.html
newaliases.8.html smtpctl.8.html smtpd.8.html
smtpd.conf.5.html
Added files:
opensmtpd : aliases.5.html forward.5.html
Log message:
update documentation
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:01:43
Modified files:
usr.bin/tmux : grid.c
Log message:
Use \\ not \ for escaping \.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:02:17
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Add -a to capture-pane to capture alternate screen, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:02:42
Modified files:
usr.bin/tmux : cmd-run-shell.c
Log message:
Plug small memory leak in run-shell. Don't potentially leak the command
to run were it to fail.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:03:00
Modified files:
usr.bin/tmux : cmd-run-shell.c
Log message:
Remove previous.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:03:24
Modified files:
usr.bin/tmux : client.c server-client.c
Log message:
Send DSC 1000p at the beginning of a -CC client's lifetime and ST and
the end, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:04
Modified files:
usr.bin/tmux : cmd-capture-pane.c cmd-show-options.c tmux.1
Log message:
Add -q flags to shut up errors to capture-pane and show-options, from
George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:23
Modified files:
usr.bin/tmux : control-notify.c
Log message:
Remove some unused/unnecessary control notifications, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:44
Modified files:
usr.bin/tmux : cmd-choose-client.c cmd.c
Log message:
tty.path can be NULL, don't dereference it. From George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:00
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Print %%error not %%end guard on error, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:35
Modified files:
usr.bin/tmux : cmd-capture-pane.c grid-view.c grid.c tmux.1
tmux.h
Log message:
Preserve trailing spaces with capture-pane -J, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:58
Modified files:
usr.bin/tmux : cmd-source-file.c
Log message:
Continue the parent cmdq after sourcing a file.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:06:13
Modified files:
usr.bin/tmux : cfg.c cmd-queue.c
Log message:
Add some additional debug logging.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:07:21
Modified files:
usr.bin/tmux : format.c
Log message:
Do not leak command in formats, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:07:40
Modified files:
usr.bin/tmux : grid.c
Log message:
Allow lastgc to be NULL in grid_string_cells so find-window doesn't
crash, problem reported by eugene everson.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:09:07
Modified files:
usr.bin/tmux : Makefile cmd.c tmux.1 tmux.h
Added files:
usr.bin/tmux : cmd-wait-for.c
Log message:
Add a wait-for command which blocks a client on a named channel until it
is woken up again (with wait-for -S). From Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:09:35
Modified files:
usr.bin/tmux : cmd-wait-for.c tmux.1
Log message:
Add wait-for -L and -U for lock and unlock, from Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:11:45
Modified files:
usr.bin/tmux : client.c cmd-server-info.c cmd.c
control-notify.c format.c server-fn.c session.c
tmux.1 tmux.c tmux.h window-choose.c
Log message:
Rename session idx to session id throughout and add $ prefix to targets
to use it, extended from a diff from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:12:01
Modified files:
usr.bin/tmux : screen-redraw.c
Log message:
Do not redraw panes if invisible.
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/03/25 04:21:39
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
manpages under ${PORTSDIR}/infrastructure/man are in the default search
path since almost two years (r1.17 of man.conf) - fix corresponding
documentation.
From Timo Myyrä on ports@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 04:26:49
Modified files:
www/silverstripe: Makefile
www/silverstripe/pkg: README
Log message:
add some extra instructions.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 04:33:43
Modified files:
infrastructure/mk: arch-defines.mk
Log message:
octeon will be a GCC4 arch.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:35:30
Modified files:
usr.bin/tmux : layout-custom.c
Log message:
Fix handling of short (< 4 character) checksums and a bug with parsing
old-style custom layouts. Based on fix from Chris Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:35:55
Modified files:
usr.bin/tmux : cmd-queue.c control.c tmux.h
Log message:
Add time and a command count to control mode guards, based on code from
George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:08
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Fix a warning.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:25
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Add home and end as modified by xterm in keypad mode, from Chris
Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:42
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c
Log message:
Fix if-shell and run-shell if there are no sessions. Batted around
through several people, finished off by Chris Johnsen.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 05:36:54
Modified files:
www/webalizer : Makefile
www/webalizer/patches: patch-sample_conf
Log message:
- fix path to geoip database
ok giovanni@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:59
Modified files:
usr.bin/tmux : server-client.c server-fn.c
Log message:
Use single stdout and stderr for control clients.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:37:56
Modified files:
usr.bin/tmux : tmux.1
Log message:
Document control mode in the manpage, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:15
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Clean up capture-pane and add -P option to dump pending output, based on
code from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:38:22
Modified files:
usr.bin/mg : file.c undo.c
Log message:
Record when the buffer was saved in the undo history. The buffer
will be marked unchanged at the correct point when stepping
through the undo history.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:43
Modified files:
usr.bin/tmux : control-notify.c tmux.1
Log message:
Don't add prefix to %output pane id.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:57
Modified files:
usr.bin/tmux : client.c
Log message:
We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when
becoming ready.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:39:11
Modified files:
usr.bin/tmux : window.c
Log message:
Don't zoom windows with one pane, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:39:38
Modified files:
usr.bin/mg : undo.c
Log message:
Correct line numbers for undo-list.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:39:53
Modified files:
usr.bin/tmux : tmux.1
Log message:
Remove unnecessary .Pp.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:20
Modified files:
usr.bin/tmux : tmux.1
Log message:
Clarify zoom/unzoom, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:40
Modified files:
usr.bin/tmux : control-notify.c tmux.1
Log message:
Write escaped output in control mode rather than hex, from George
Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:54
Modified files:
usr.bin/tmux : control-notify.c format.c
Log message:
Include prefix on ids, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:16
Modified files:
usr.bin/tmux : cmd-queue.c tmux.h
Log message:
Only send end guard if begin was sent, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:31
Modified files:
usr.bin/tmux : cmd-display-message.c
Log message:
Don't let display-message crash if no client, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:41:44
Modified files:
usr.bin/mg : basic.c def.h display.c random.c
Log message:
Display the window's column number in mode line not the
column number of the active window.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:49
Modified files:
usr.bin/tmux : screen-redraw.c
Log message:
When only two panes in a window, only draw half the separating line as
active.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:42:01
Modified files:
usr.bin/tmux : cmd-display-message.c
Log message:
Handle no client better in display-message.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:42:19
Modified files:
usr.bin/tmux : cmd-capture-pane.c
Log message:
Handle empty pending output (not a failure) and add \n. From George
Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:43:01
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c job.c status.c
tmux.h window-copy.c
Log message:
Extend jobs to support writing and use that for copy-pipe instead of
popen, from Chris Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:43:33
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Create a new context when copying instead of using the input
context. The input context may not exist yet. Fixes crash when copying
from config file errors.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:44:00
Modified files:
usr.bin/tmux : cmd-new-session.c cmd-new-window.c tmux.1
tmux.h
Log message:
Add -P and -F to new-session.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:44:16
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Process ^[ as meta when a partial key is found.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:46:28
Modified files:
usr.bin/tmux : tmux.1
Log message:
b comes before t.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:53:54
Modified files:
usr.bin/tmux : cmd.c server-client.c
Log message:
Sort includes and fix spaces.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:55:01
Modified files:
usr.bin/tmux : window.c
Log message:
Set pane resize flag when needed.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/25 06:23:41
Modified files:
audio/mpg123 : Makefile distinfo
Log message:
update to 1.15.2 (posix-ify configure script, no code changes) and
add fallback master site
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/25 06:25:41
Modified files:
. : index.html
Log message:
Add a www mirror in Reunion Island, Indian Ocean.
From Wesley MOUEDINE ASSABY.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 06:31:58
Modified files:
multimedia/gstreamer1/plugins-libav: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
Log message:
ftp packages of these got lost in the big PERMIT_* switchover; reinstate them.
OK aja@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/25 07:13:13
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
space between macro arg and punctuation;
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/03/25 08:01:33
Modified files:
lib/libdrm/intel: Makefile shlib_version
Added files:
lib/libdrm/intel: intel_decode.c
Log message:
compile intel_decode.c as well as newer mesa needs drm_intel_decode*
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:22:03
Modified files:
usr.sbin/ospf6d: ospf6.h
Log message:
sync w/ospfd: allow two minutes until neighbor adjacencies are formed;
ok claudio@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:23:47
Modified files:
usr.sbin/ospf6d: lsupdate.c
Log message:
sync w/ ospfd:
for point-to-point interfaces we need to send lsupdates to the
interface address, since there is no DR and multicast messages to
the DR will be ignored. ok claudio@, then@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:26:16
Modified files:
usr.sbin/ospf6d: database.c
Log message:
sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in state
NBR_STA_XSTRT; ok claudio@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:27:33
Modified files:
usr.sbin/ospf6d: neighbor.c
Log message:
sync w/ospfd: ignore the nbr_adj_timer if we are not forming
adjacencies; ok claudio sthen
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:29:35
Modified files:
usr.sbin/ospf6d: database.c lsupdate.c neighbor.c ospf6.h
ospf6d.h ospfe.c ospfe.h rde_lsdb.c
Log message:
sync w/ospfd: improve snapshot handling; ok claudio, sthen
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/25 08:40:57
Modified files:
sys/netinet : ip_carp.c
sys/netinet6 : icmp6.c in6.c in6_ifattach.c in6_pcb.c
in6_var.h ip6_input.c nd6.c nd6_rtr.c
Log message:
Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.
ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 08:51:17
Modified files:
de : 53.html ftp.html plat.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
opensmtpd/de : index.html
openssh/de : ftp.html index.html openbsd.html portable.html
report.html
papers/de : index.html
porting/de : libraries.html
pt : index.html plat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 08:52:23
Modified files:
graphics/ufraw : Makefile distinfo
Log message:
bugfix update to UFRaw 0.19.2
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:58:28
Modified files:
sys/dev : rnd.c rndvar.h
sys/kern : init_main.c
Log message:
reseed the random pool with 'dmesg' when more devices are attached
from hshoexer@; ok tedu@, "looks good" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 09:59:58
Modified files:
usr.bin/tmux : cmd-split-window.c names.c options-table.c
tmux.1 window.c
Log message:
Revert the command-prefix change which breaks sequences of commands.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/25 10:01:49
Modified files:
sys/dev : softraid.c softraid_raid1.c softraid_raid6.c
softraid_raidp.c softraidvar.h
Log message:
Factor out the code that is used to recreate work units - one copy of the
code is sufficient.
ok krw@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/25 10:03:31
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/25 10:04:03
Modified files:
distrib/sets/lists/xbase: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 10:04:07
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c
Log message:
Try to establish client for run-shell and if-shell if no -t.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 10:09:41
Modified files:
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegdec_c
Log message:
From upstream: fix AAC decoding in GStreamer 0.10. Fixes, e.g., internet
radio playing in Clementine.
See http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?h=1.0&id=a3b0ae22d76522d0a79f5d946872c0260dd1e3b2
and https://bugzilla.gnome.org/show_bug.cgi?id=679639 for details.
ok ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 10:38:19
Modified files:
usr.sbin/httpd/src/support: apxs.pl
Log message:
remove useless line that breaks with new perl
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 10:49:41
Modified files:
www/zurmo : Makefile distinfo
Log message:
update to zurmo-1.1.31.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:21:35
Modified files:
sys/sys : pipe.h
Log message:
clean up kernel includes; no need for uvm_extern.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:22:12
Modified files:
. : Makefile.cross
etc : Makefile
sys : Makefile
sys/kern : Makefile
distrib/notes : Makefile
etc/mtree : 4.4BSD.dist
sbin/wsconsctl : Makefile
usr.sbin/wsconscfg: Makefile
usr.sbin/wsfontload: Makefile
Removed files:
distrib/notes/palm: contents features hardware install prep
upgrade whatis xfer
distrib/palm : Makefile
distrib/palm/ramdisk: Makefile Makefile.inc install.md list
etc/etc.palm : MAKEDEV MAKEDEV.md Makefile Makefile.inc
disktab fbtab sysctl.conf ttys
sys/arch/palm : Makefile
sys/arch/palm/compile: .cvsignore
sys/arch/palm/conf: GENERIC Makefile.palm RAMDISK files.palm
sys/arch/palm/dev: palm_hdd.c palm_kpc.c palm_mmc.c palm_udc.c
sys/arch/palm/include: _float.h _types.h apmvar.h asm.h atomic.h
bootconfig.h bus.h cdefs.h conf.h cpu.h
db_machdep.h disklabel.h endian.h exec.h
fenv.h fp.h frame.h ieee.h ieeefp.h
intr.h limits.h loadfile_machdep.h lock.h
machine_reg.h mutex.h palm_var.h param.h
pcb.h pio.h pmap.h proc.h profile.h
ptrace.h reg.h reloc.h setjmp.h signal.h
spinlock.h stdarg.h sysarch.h tcb.h
trap.h vmparam.h
sys/arch/palm/palm: autoconf.c genassym.cf palm_lcd.c
palm_machdep.c palm_start.S
Log message:
the unused palm code goes away.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:29:28
Modified files:
usr.sbin/hotplugd: Makefile
Log message:
the unused palm code goes away.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:32:08
Removed files:
sys/arch/gumstix: Makefile
sys/arch/gumstix/compile: .cvsignore
sys/arch/gumstix/conf: GENERIC Makefile.gumstix RAMDISK
files.gumstix
sys/arch/gumstix/gumstix: autoconf.c genassym.cf
gumstix_machdep.c gumstix_start.S
sys/arch/gumstix/include: _float.h _types.h apmvar.h asm.h
atomic.h bootconfig.h bus.h cdefs.h
conf.h cpu.h db_machdep.h disklabel.h
endian.h exec.h fenv.h fp.h frame.h
gumstix_var.h ieee.h ieeefp.h intr.h
limits.h loadfile_machdep.h lock.h
machine_reg.h mutex.h param.h pcb.h
pio.h pmap.h proc.h profile.h ptrace.h
reg.h reloc.h setjmp.h signal.h
spinlock.h stdarg.h sysarch.h tcb.h
trap.h vmparam.h
sys/arch/gumstix/stand: Makefile
Log message:
gumstix was never finished
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:33:02
Modified files:
. : Makefile.cross
Log message:
gumstix was never finished
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:37:43
Modified files:
. : crypto.html
Log message:
afs went away
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:40:12
Modified files:
sys/dev/microcode/uyap: Makefile
sys/dev/microcode/kue: Makefile
sys/dev/microcode/symbol: Makefile
sys/dev/microcode/atmel: Makefile
sys/dev/microcode/zydas: Makefile
sys/dev/microcode/rum: Makefile
sys/dev/microcode/tusb3410: Makefile
sys/dev/microcode/udl: Makefile
share/man/man8 : Makefile
Log message:
these will not be built for palm since it went away
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:41:25
Removed files:
share/man/man8/man8.palm: MAKEDEV.8 Makefile
Log message:
no need for these palm files
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:41:46
Modified files:
infrastructure/mk: arch-defines.mk
Log message:
gumstix was buried under a palm tree.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:41:52
Removed files:
distrib/sets/lists/base: md.palm
distrib/sets/lists/comp: md.palm
distrib/sets/lists/etc: md.palm
distrib/sets/lists/game: md.palm
distrib/sets/lists/man: md.palm
Log message:
no more palm sets
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:45:09
src/distrib/octeon
Update of /cvs/src/distrib/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv20103/octeon
Log Message:
Directory /cvs/src/distrib/octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:45:14
src/distrib/octeon/ramdisk
Update of /cvs/src/distrib/octeon/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv24318/ramdisk
Log Message:
Directory /cvs/src/distrib/octeon/ramdisk added to the repository
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:46:24
Modified files:
sys/sys : param.h
sys/arch/alpha/include: param.h
sys/arch/amd64/include: param.h
sys/arch/arm/include: param.h
sys/arch/hppa/include: param.h
sys/arch/hppa64/include: param.h
sys/arch/i386/include: param.h
sys/arch/ia64/include: param.h
sys/arch/m68k/include: param.h
sys/arch/m88k/include: param.h
sys/arch/mips64/include: param.h
sys/arch/powerpc/include: param.h
sys/arch/sh/include: param.h
sys/arch/solbourne/include: param.h
sys/arch/sparc/include: param.h
sys/arch/sparc64/include: param.h
sys/arch/vax/include: param.h
Log message:
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:52:41
Modified files:
. : tshirts.html
Log message:
typo; Nicolai
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 11:58:46
Modified files:
security/p5-Crypt-CBC: Makefile distinfo
Log message:
- update p5-Crypt-CBC to 2.32
- remove USE_GROFF
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 12:15:27
Modified files:
. : goals.html
Log message:
AFS went away
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/25 12:17:22
Modified files:
sys/arch/m68k/include: param.h pte_motorola.h
Log message:
Move SEGSHIFT-related definitions and macros to , as they
only matter to pmap-related code. Fixes libkvm build on m68k.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 12:21:02
Modified files:
sys/arch/m68k/include: pte_motorola.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/25 13:08:56
Removed files:
sys/arch/m68k/fpe: README files.fpe fpu_add.c fpu_arith.h
fpu_arith_proto.h fpu_calcea.c fpu_div.c
fpu_emulate.c fpu_emulate.h fpu_explode.c
fpu_fmovecr.c fpu_fscale.c fpu_fstore.c
fpu_getexp.c fpu_implode.c fpu_int.c
fpu_log.c fpu_mul.c fpu_rem.c fpu_sqrt.c
fpu_subr.c
Log message:
Remove the m68k FPU emulator; it was only used by the mac68k port which has been
lying in the Attic for quite awhile; none of the remaining m68k-based ports
support FPU-less systems; assuming my HP332 cpu board is in working condition,
give me memory boards for it to have at least 8MB and a chassis, and I'll
consider bringing this code back. But then, the 332 has an FPU socket, and
I'd rather write a new glue to use the MI softloat code (bug-free) than try
and fix the bugs in this.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:32:19
Removed files:
sys/arch/i386/include/pc: display.h msdos.h
Log message:
unused relics
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:32:52
Modified files:
sys/arch/i386/include: pmap.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:33:11
Modified files:
sys/arch/i386/include: vmparam.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:48:23
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/25 13:49:08
Modified files:
sys/dev/rasops : rasops.c rasops.h
Log message:
Add basic support for multiple screens.
ok mpi@, miod@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/25 13:50:56
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Use the new rasops multiple screen support to provide proper virtual
terminals.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:57:41
Modified files:
sys/arch/mips64/include: pte.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:59:22
Modified files:
sys/arch/hppa/include: cpufunc.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:03:02
Modified files:
sys/arch/alpha/include: pmap.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:11:33
Log message:
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Status:
Vendor Tag: CPAN
Release Tags: PERL_5_16_3
C src/gnu/usr.bin/perl/Artistic
U src/gnu/usr.bin/perl/AUTHORS
U src/gnu/usr.bin/perl/autodoc.pl
C src/gnu/usr.bin/perl/av.c
C src/gnu/usr.bin/perl/av.h
C src/gnu/usr.bin/perl/cflags.SH
C src/gnu/usr.bin/perl/Changes
N src/gnu/usr.bin/perl/charclass_invlists.h
C src/gnu/usr.bin/perl/config_h.SH
C src/gnu/usr.bin/perl/configpm
C src/gnu/usr.bin/perl/Configure
U src/gnu/usr.bin/perl/configure.com
C src/gnu/usr.bin/perl/configure.gnu
C src/gnu/usr.bin/perl/cop.h
U src/gnu/usr.bin/perl/Copying
C src/gnu/usr.bin/perl/cv.h
U src/gnu/usr.bin/perl/deb.c
C src/gnu/usr.bin/perl/doio.c
C src/gnu/usr.bin/perl/doop.c
C src/gnu/usr.bin/perl/dosish.h
N src/gnu/usr.bin/perl/dquote_static.c
C src/gnu/usr.bin/perl/dump.c
U src/gnu/usr.bin/perl/embed.fnc
C src/gnu/usr.bin/perl/embed.h
U src/gnu/usr.bin/perl/embedvar.h
U src/gnu/usr.bin/perl/EXTERN.h
U src/gnu/usr.bin/perl/fakesdio.h
U src/gnu/usr.bin/perl/fakethr.h
N src/gnu/usr.bin/perl/feature.h
C src/gnu/usr.bin/perl/form.h
U src/gnu/usr.bin/perl/generate_uudmap.c
U src/gnu/usr.bin/perl/genpacksizetables.pl
U src/gnu/usr.bin/perl/globals.c
C src/gnu/usr.bin/perl/globvar.sym
C src/gnu/usr.bin/perl/gv.c
C src/gnu/usr.bin/perl/gv.h
C src/gnu/usr.bin/perl/handy.h
C src/gnu/usr.bin/perl/hv.c
C src/gnu/usr.bin/perl/hv.h
C src/gnu/usr.bin/perl/INSTALL
U src/gnu/usr.bin/perl/install_lib.pl
C src/gnu/usr.bin/perl/installhtml
C src/gnu/usr.bin/perl/installman
C src/gnu/usr.bin/perl/installperl
U src/gnu/usr.bin/perl/INTERN.h
U src/gnu/usr.bin/perl/intrpvar.h
U src/gnu/usr.bin/perl/iperlsys.h
N src/gnu/usr.bin/perl/keywords.c
C src/gnu/usr.bin/perl/keywords.h
N src/gnu/usr.bin/perl/l1_char_class_tab.h
U src/gnu/usr.bin/perl/locale.c
U src/gnu/usr.bin/perl/madly.c
U src/gnu/usr.bin/perl/make_ext.pl
U src/gnu/usr.bin/perl/make_patchnum.pl
C src/gnu/usr.bin/perl/makedef.pl
U src/gnu/usr.bin/perl/makedepend.SH
U src/gnu/usr.bin/perl/Makefile.micro
C src/gnu/usr.bin/perl/Makefile.SH
C src/gnu/usr.bin/perl/malloc.c
U src/gnu/usr.bin/perl/malloc_ctl.h
C src/gnu/usr.bin/perl/MANIFEST
U src/gnu/usr.bin/perl/mathoms.c
U src/gnu/usr.bin/perl/META.yml
N src/gnu/usr.bin/perl/metaconfig.h
N src/gnu/usr.bin/perl/metaconfig.SH
C src/gnu/usr.bin/perl/mg.c
C src/gnu/usr.bin/perl/mg.h
N src/gnu/usr.bin/perl/mg_names.c
N src/gnu/usr.bin/perl/mg_raw.h
N src/gnu/usr.bin/perl/mg_vtable.h
U src/gnu/usr.bin/perl/minimod.pl
C src/gnu/usr.bin/perl/miniperlmain.c
U src/gnu/usr.bin/perl/mkppport
U src/gnu/usr.bin/perl/mkppport.lst
U src/gnu/usr.bin/perl/mro.c
U src/gnu/usr.bin/perl/myconfig.SH
U src/gnu/usr.bin/perl/mydtrace.h
U src/gnu/usr.bin/perl/nostdio.h
U src/gnu/usr.bin/perl/numeric.c
C src/gnu/usr.bin/perl/op.c
C src/gnu/usr.bin/perl/op.h
N src/gnu/usr.bin/perl/op_reg_common.h
C src/gnu/usr.bin/perl/opcode.h
U src/gnu/usr.bin/perl/opnames.h
U src/gnu/usr.bin/perl/overload.c
U src/gnu/usr.bin/perl/overload.h
U src/gnu/usr.bin/perl/pad.c
U src/gnu/usr.bin/perl/pad.h
U src/gnu/usr.bin/perl/parser.h
C src/gnu/usr.bin/perl/patchlevel.h
C src/gnu/usr.bin/perl/perl.c
C src/gnu/usr.bin/perl/perl.h
U src/gnu/usr.bin/perl/perlapi.c
U src/gnu/usr.bin/perl/perlapi.h
U src/gnu/usr.bin/perl/perldtrace.d
C src/gnu/usr.bin/perl/perlio.c
C src/gnu/usr.bin/perl/perlio.h
U src/gnu/usr.bin/perl/perlio.sym
U src/gnu/usr.bin/perl/perliol.h
C src/gnu/usr.bin/perl/perlsdio.h
U src/gnu/usr.bin/perl/perlsfio.h
U src/gnu/usr.bin/perl/perlsh
U src/gnu/usr.bin/perl/perlvars.h
U src/gnu/usr.bin/perl/perly.act
C src/gnu/usr.bin/perl/perly.c
C src/gnu/usr.bin/perl/perly.h
U src/gnu/usr.bin/perl/perly.tab
C src/gnu/usr.bin/perl/perly.y
U src/gnu/usr.bin/perl/Policy_sh.SH
C src/gnu/usr.bin/perl/pp.c
C src/gnu/usr.bin/perl/pp.h
C src/gnu/usr.bin/perl/pp_ctl.c
C src/gnu/usr.bin/perl/pp_hot.c
U src/gnu/usr.bin/perl/pp_pack.c
U src/gnu/usr.bin/perl/pp_proto.h
U src/gnu/usr.bin/perl/pp_sort.c
C src/gnu/usr.bin/perl/pp_sys.c
C src/gnu/usr.bin/perl/proto.h
C src/gnu/usr.bin/perl/README
U src/gnu/usr.bin/perl/README.aix
C src/gnu/usr.bin/perl/README.amiga
U src/gnu/usr.bin/perl/README.beos
U src/gnu/usr.bin/perl/README.bs2000
U src/gnu/usr.bin/perl/README.ce
U src/gnu/usr.bin/perl/README.cn
U src/gnu/usr.bin/perl/README.cygwin
U src/gnu/usr.bin/perl/README.dgux
U src/gnu/usr.bin/perl/README.dos
U src/gnu/usr.bin/perl/README.epoc
U src/gnu/usr.bin/perl/README.freebsd
U src/gnu/usr.bin/perl/README.haiku
U src/gnu/usr.bin/perl/README.hpux
U src/gnu/usr.bin/perl/README.hurd
U src/gnu/usr.bin/perl/README.irix
U src/gnu/usr.bin/perl/README.jp
U src/gnu/usr.bin/perl/README.ko
U src/gnu/usr.bin/perl/README.linux
U src/gnu/usr.bin/perl/README.macos
U src/gnu/usr.bin/perl/README.macosx
U src/gnu/usr.bin/perl/README.micro
U src/gnu/usr.bin/perl/README.mpeix
U src/gnu/usr.bin/perl/README.netware
U src/gnu/usr.bin/perl/README.openbsd
C src/gnu/usr.bin/perl/README.os2
U src/gnu/usr.bin/perl/README.os390
U src/gnu/usr.bin/perl/README.os400
U src/gnu/usr.bin/perl/README.plan9
C src/gnu/usr.bin/perl/README.qnx
U src/gnu/usr.bin/perl/README.riscos
C src/gnu/usr.bin/perl/README.solaris
U src/gnu/usr.bin/perl/README.symbian
U src/gnu/usr.bin/perl/README.tru64
U src/gnu/usr.bin/perl/README.tw
U src/gnu/usr.bin/perl/README.uts
U src/gnu/usr.bin/perl/README.vmesa
C src/gnu/usr.bin/perl/README.vms
U src/gnu/usr.bin/perl/README.vos
C src/gnu/usr.bin/perl/README.win32
U src/gnu/usr.bin/perl/reentr.c
U src/gnu/usr.bin/perl/reentr.h
U src/gnu/usr.bin/perl/regcharclass.h
C src/gnu/usr.bin/perl/regcomp.c
C src/gnu/usr.bin/perl/regcomp.h
U src/gnu/usr.bin/perl/regcomp.sym
U src/gnu/usr.bin/perl/regen.pl
U src/gnu/usr.bin/perl/regen_perly.pl
C src/gnu/usr.bin/perl/regexec.c
C src/gnu/usr.bin/perl/regexp.h
U src/gnu/usr.bin/perl/regnodes.h
C src/gnu/usr.bin/perl/run.c
U src/gnu/usr.bin/perl/runtests.SH
C src/gnu/usr.bin/perl/scope.c
C src/gnu/usr.bin/perl/scope.h
C src/gnu/usr.bin/perl/sv.c
C src/gnu/usr.bin/perl/sv.h
C src/gnu/usr.bin/perl/taint.c
U src/gnu/usr.bin/perl/TestInit.pm
U src/gnu/usr.bin/perl/thread.h
U src/gnu/usr.bin/perl/time64.c
U src/gnu/usr.bin/perl/time64.h
U src/gnu/usr.bin/perl/time64_config.h
C src/gnu/usr.bin/perl/toke.c
U src/gnu/usr.bin/perl/uconfig.h
U src/gnu/usr.bin/perl/utf8.c
U src/gnu/usr.bin/perl/uconfig.sh
N src/gnu/usr.bin/perl/uconfig64.sh
C src/gnu/usr.bin/perl/universal.c
C src/gnu/usr.bin/perl/unixish.h
U src/gnu/usr.bin/perl/utf8.h
U src/gnu/usr.bin/perl/utfebcdic.h
C src/gnu/usr.bin/perl/util.c
C src/gnu/usr.bin/perl/util.h
C src/gnu/usr.bin/perl/utils.lst
U src/gnu/usr.bin/perl/warnings.h
N src/gnu/usr.bin/perl/write_buildcustomize.pl
C src/gnu/usr.bin/perl/XSUB.h
U src/gnu/usr.bin/perl/beos/beos.c
U src/gnu/usr.bin/perl/beos/beosish.h
U src/gnu/usr.bin/perl/beos/nm.c
U src/gnu/usr.bin/perl/cpan/Archive-Extract/lib/Archive/Extract.pm
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/01_Archive-Extract.t
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/double_dir.zip
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.bz2
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.ear
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.gz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.jar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.lzma
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.par
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar
U 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.tar.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tgz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.txz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.war
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.Z
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.zip
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.ear
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.jar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.par
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.bz2
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.gz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tgz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.txz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.war
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.zip
U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff
N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptargrep
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t
U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t
U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t
U src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t
U src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t
U src/gnu/usr.bin/perl/cpan/autodie/t/caller.t
U src/gnu/usr.bin/perl/cpan/autodie/t/context.t
U src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t
U src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t
U src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t
N src/gnu/usr.bin/perl/cpan/autodie/t/eval_error.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exec.t
U src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t
U src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t
U src/gnu/usr.bin/perl/cpan/autodie/t/flock.t
U src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t
U src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/internal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t
U src/gnu/usr.bin/perl/cpan/autodie/t/open.t
U src/gnu/usr.bin/perl/cpan/autodie/t/recv.t
U src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t
U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t
U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t
U src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t
U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t
U src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t
U src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t
U src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t
U src/gnu/usr.bin/perl/cpan/autodie/t/version.t
U src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t
U src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t
U src/gnu/usr.bin/perl/cpan/B-Debug/Debug.pm
U src/gnu/usr.bin/perl/cpan/B-Debug/t/debug.t
C src/gnu/usr.bin/perl/cpan/CGI/Changes
U src/gnu/usr.bin/perl/cpan/CGI/examples/caution.xbm
U src/gnu/usr.bin/perl/cpan/CGI/examples/clickable_image.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/cookie.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/crash.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/customize.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/diff_upload.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/dna.small.gif
U src/gnu/usr.bin/perl/cpan/CGI/examples/file_upload.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/frameset.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/index.html
U src/gnu/usr.bin/perl/cpan/CGI/examples/internal_links.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/javascript.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/make_links.pl
U src/gnu/usr.bin/perl/cpan/CGI/examples/monty.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/multiple_forms.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-clock.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-multipart.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/popup.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/save_state.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/tryit.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/wilogo.gif
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm
U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Cookie.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Fast.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Pretty.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Push.pm
U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Switch.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Util.pm
U src/gnu/usr.bin/perl/cpan/CGI/t/apache.t
U src/gnu/usr.bin/perl/cpan/CGI/t/autoescape.t
U src/gnu/usr.bin/perl/cpan/CGI/t/can.t
C src/gnu/usr.bin/perl/cpan/CGI/t/carp.t
C src/gnu/usr.bin/perl/cpan/CGI/t/charset.t
U src/gnu/usr.bin/perl/cpan/CGI/t/checkbox_group.t
C src/gnu/usr.bin/perl/cpan/CGI/t/cookie.t
N src/gnu/usr.bin/perl/cpan/CGI/t/delete.t
U src/gnu/usr.bin/perl/cpan/CGI/t/Dump.t
U src/gnu/usr.bin/perl/cpan/CGI/t/end_form.t
U src/gnu/usr.bin/perl/cpan/CGI/t/form.t
U src/gnu/usr.bin/perl/cpan/CGI/t/function.t
C src/gnu/usr.bin/perl/cpan/CGI/t/headers.t
U src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t
C src/gnu/usr.bin/perl/cpan/CGI/t/html.t
C src/gnu/usr.bin/perl/cpan/CGI/t/http.t
U src/gnu/usr.bin/perl/cpan/CGI/t/init.t
U src/gnu/usr.bin/perl/cpan/CGI/t/init_test.txt
U src/gnu/usr.bin/perl/cpan/CGI/t/no_tabindex.t
C src/gnu/usr.bin/perl/cpan/CGI/t/param_fetch.t
U src/gnu/usr.bin/perl/cpan/CGI/t/popup_menu.t
U src/gnu/usr.bin/perl/cpan/CGI/t/pretty.t
U src/gnu/usr.bin/perl/cpan/CGI/t/push.t
U src/gnu/usr.bin/perl/cpan/CGI/t/request.t
U src/gnu/usr.bin/perl/cpan/CGI/t/query_string.t
N src/gnu/usr.bin/perl/cpan/CGI/t/rt-52469.t
U src/gnu/usr.bin/perl/cpan/CGI/t/save_read_roundtrip.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_asterisk.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_end.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_start.t
U src/gnu/usr.bin/perl/cpan/CGI/t/switch.t
N src/gnu/usr.bin/perl/cpan/CGI/t/tmpdir.t
U src/gnu/usr.bin/perl/cpan/CGI/t/unescapeHTML.t
U src/gnu/usr.bin/perl/cpan/CGI/t/upload.t
U src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt
U src/gnu/usr.bin/perl/cpan/CGI/t/uploadInfo.t
U src/gnu/usr.bin/perl/cpan/CGI/t/url.t
U src/gnu/usr.bin/perl/cpan/CGI/t/user_agent.t
U src/gnu/usr.bin/perl/cpan/CGI/t/utf8.t
U src/gnu/usr.bin/perl/cpan/CGI/t/util-58.t
U src/gnu/usr.bin/perl/cpan/CGI/t/util.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Changes
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/README
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Changes
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/README
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtdef
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtinf
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h
U src/gnu/usr.bin/perl/cpan/CPAN/Changes
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub
N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2011.pub
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Client.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Credentials.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm
U src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan
U src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Requirements.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/accepts.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/bad_version_hook.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/basic.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-bad.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fail.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/finalize.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/from-hash.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/load-bad.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/merge.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/meta-obj.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/no-index.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-finalize.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-merge.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/repository.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/save-load.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/strings.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/validator.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/gpl-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/resources.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restricted-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restrictive-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/unicode.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-not-normal.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/107650337-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1122575719-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1206545041-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1598804075-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1927486199-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985684504-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985980974-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/2031017050-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/284247103-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/344981821-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/35478989-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/476602558-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/98042513-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/restrictive-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/version-ranges-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_compile.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/02_basic.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/03_regression.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/05_export.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_meta_yml.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_plagger.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_perl_smith.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/14_yaml_org.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/16_nullrefs.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/17_toolbar.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/18_tap.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/19_errors.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/20_subclass.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/21_bom.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/22_comments.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/HTML-WebDAO.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/multibyte.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/one.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/sample.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Spreadsheet-Read.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Template-Provider-Unicode-Japanese.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/toolbar.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/two.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/vanilla.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/Test.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/Makefile.PL
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpan2dist
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp-run-perl
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Error.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/01_CPANPLUS-Configure.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/02_CPANPLUS-Internals.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/04_CPANPLUS-Module.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/08_CPANPLUS-Backend.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/10_CPANPLUS-Error.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/15_CPANPLUS-Shell.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/19_CPANPLUS-Dist.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/25_CPANPLUS.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/inc/conf.pl
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/inc/conf.pl
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/DB_File/Changes
U src/gnu/usr.bin/perl/cpan/DB_File/config.in
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS
U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo
U src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL
U src/gnu/usr.bin/perl/cpan/DB_File/typemap
U src/gnu/usr.bin/perl/cpan/DB_File/version.c
U src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl
U src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/apicheck_c.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/Changes
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/HACKERS
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/MANIFEST.SKIP
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/mktests.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/module2.c
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/module3.c
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort.xs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/ppport_h.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_pm.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_xs.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/README
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/soak
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/TODO
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/typemap
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/buildperl.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/devtools.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mkapidoc.sh
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/regenerate
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/scanprov
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apicheck.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apidoc.fnc
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/embed.fnc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppport.fnc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppptools.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004050
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008006
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008007
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008009
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013006
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013007
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013009
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013010
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013011
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014000
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/call
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/cop
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/exception
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/format
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/grok
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/gv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/HvNAME
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/limits
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/magic
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/memory
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/misc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/mPUSH
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/MY_CXT
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newCONSTSUB
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newRV
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSVpv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/podtest
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphbin
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphdoc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphtest
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pvs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/shared_pv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/snprintf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sprintf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/strlfuncs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/Sv_set
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sv_xpvf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvPV
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/threads
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/uv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/variables
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/version
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/warn
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004050
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008006
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008007
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008009
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013006
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013007
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013009
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013010
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013011
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/call.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/cop.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/exception.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/format.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/grok.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/gv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/HvNAME.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/limits.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/magic.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/memory.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/misc.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/mPUSH.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/MY_CXT.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newCONSTSUB.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newRV.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSVpv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/podtest.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/ppphtest.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pvs.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/shared_pv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/snprintf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sprintf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/strlfuncs.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvPV.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/Sv_set.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sv_xpvf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvREFCNT.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/testutil.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/threads.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/uv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/variables.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/warn.t
C src/gnu/usr.bin/perl/cpan/Digest/Changes
C src/gnu/usr.bin/perl/cpan/Digest/Digest.pm
U src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm
U src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm
C src/gnu/usr.bin/perl/cpan/Digest/t/base.t
C src/gnu/usr.bin/perl/cpan/Digest/t/digest.t
C src/gnu/usr.bin/perl/cpan/Digest/t/file.t
C src/gnu/usr.bin/perl/cpan/Digest/t/security.t
N src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/Dummy.pm
C src/gnu/usr.bin/perl/cpan/Digest-MD5/Changes
U src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm
C src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs
U src/gnu/usr.bin/perl/cpan/Digest-MD5/README
U src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t
C src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t
N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/threads.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/Changes
U src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Digest-SHA/README
U src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs
U src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum
U src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap
U src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmacxtra.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/shaxtra.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/dumpload.t
N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips180-4.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t
U src/gnu/usr.bin/perl/cpan/Encode/AUTHORS
C src/gnu/usr.bin/perl/cpan/Encode/Changes
U src/gnu/usr.bin/perl/cpan/Encode/encengine.c
C src/gnu/usr.bin/perl/cpan/Encode/Encode.pm
C src/gnu/usr.bin/perl/cpan/Encode/Encode.xs
C src/gnu/usr.bin/perl/cpan/Encode/encoding.pm
U src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/MANIFEST
U src/gnu/usr.bin/perl/cpan/Encode/META.yml
U src/gnu/usr.bin/perl/cpan/Encode/README
U src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs
U src/gnu/usr.bin/perl/cpan/Encode/bin/piconv
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort
U src/gnu/usr.bin/perl/cpan/Encode/bin/unidump
U src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm
U src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm
U src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm
U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h
U src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x
U src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm
U src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm
U src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm
U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm
U src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t
U src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t
U src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t
U src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t
U src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t
U src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t
U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/grow.t
U src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t
U src/gnu/usr.bin/perl/cpan/Encode/t/guess.t
U src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t
U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf
C src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t
U src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t
U src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm
U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t
U src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t
U src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl
U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl
U src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t
N src/gnu/usr.bin/perl/cpan/Encode/t/utf8ref.t
U src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t
U src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm
C src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm
U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm
C src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs
U src/gnu/usr.bin/perl/cpan/encoding-warnings/Changes
U src/gnu/usr.bin/perl/cpan/encoding-warnings/lib/encoding/warnings.pm
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/1-warning.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/2-fatal.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/3-normal.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/4-lexical.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/Changes
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/MANIFEST
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/NOTES
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/PATCHING
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README.packaging
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/TODO
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/echo.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/meta_convert.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.json
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.yml
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_abstract.t
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/several_authors.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/xs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm
U 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/lib/MakeMaker/Test/Setup/SAS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm
U src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm
U src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t
U src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t
U src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm
U src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t
U src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t
U src/gnu/usr.bin/perl/cpan/File-Temp/Temp.pm
U src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/CHANGES
U src/gnu/usr.bin/perl/cpan/Getopt-Long/README
U src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/00-compile.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/000_load.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/001_api.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/002_croakage.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/010_url.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/020_headers.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/030_response.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/040_content.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/050_chunked_body.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/060_http_date.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/100_get.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/101_head.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/102_put.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/103_delete.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/104_post.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/110_mirror.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/130_redirect.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/140_proxy.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/150_post_form.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/delete-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-06.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-07.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-08.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-09.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-10.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-11.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-12.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-13.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-14.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-15.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-16.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-17.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-18.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-19.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-20.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-21.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/head-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/post-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-06.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-07.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-08.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-09.txt
U src/gnu/usr.bin/perl/cpan/IO-Compress/Changes
U src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL
U src/gnu/usr.bin/perl/cpan/IO-Compress/README
N src/gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtdef
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtinf
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/anycat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzappend
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
U 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/FAQ.pod
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-zlib.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t
N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-store-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t
N src/gnu/usr.bin/perl/cpan/IO-Compress/t/111const-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-05examples.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl
U src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz
U src/gnu/usr.bin/perl/cpan/IPC-SysV/Changes
C src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL
U src/gnu/usr.bin/perl/cpan/IPC-SysV/MANIFEST.SKIP
U src/gnu/usr.bin/perl/cpan/IPC-SysV/README
U src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl
C src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs
U src/gnu/usr.bin/perl/cpan/IPC-SysV/TODO
U src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap
U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl
U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/bin/json_pp
N src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm
N src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/000_load.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/001_utf8.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/002_error.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/003_types.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/006_pc_pretty.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/007_pc_esc.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/009_pc_extra_number.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/010_pc_keysort.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/011_pc_expo.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/012_blessed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/013_limit.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/014_latin1.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/015_prefix.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/016_tied.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/017_relaxed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/018_json_checker.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/019_incr.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_unknown.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/021_evans_bugrep.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/022_comment_at_eof.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/104_sortby.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/105_esc_slash.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/106_allow_barekey.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/107_allow_singlequote.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/108_decode.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/109_encode.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/110_bignum.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/112_upgrade.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/113_overloaded_eq.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/114_decode_prefix.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/115_tie_ixhash.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/116_incr_parse_fixed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/_unicode_handling.pm
U src/gnu/usr.bin/perl/cpan/libnet/Changes
U src/gnu/usr.bin/perl/cpan/libnet/Config.eg
U src/gnu/usr.bin/perl/cpan/libnet/Hostname.pm.eg
U src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL
U src/gnu/usr.bin/perl/cpan/libnet/README
U src/gnu/usr.bin/perl/cpan/libnet/demos/ftp
U src/gnu/usr.bin/perl/cpan/libnet/demos/inetd
U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp
U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp.mirror
U src/gnu/usr.bin/perl/cpan/libnet/demos/pop3
U src/gnu/usr.bin/perl/cpan/libnet/demos/smtp.self
U src/gnu/usr.bin/perl/cpan/libnet/demos/time
U src/gnu/usr.bin/perl/cpan/libnet/Net/Cmd.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Config.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Domain.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/libnetFAQ.pod
U src/gnu/usr.bin/perl/cpan/libnet/Net/Netrc.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/NNTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/POP3.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/SMTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Time.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/A.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/dataconn.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/E.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/I.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/L.pm
U src/gnu/usr.bin/perl/cpan/libnet/t/config.t
U src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t
U src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t
U src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl
U src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t
U src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/require.t
U src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/time.t
C src/gnu/usr.bin/perl/cpan/List-Util/Changes
C src/gnu/usr.bin/perl/cpan/List-Util/ListUtil.xs
U src/gnu/usr.bin/perl/cpan/List-Util/Makefile.PL
U src/gnu/usr.bin/perl/cpan/List-Util/multicall.h
U src/gnu/usr.bin/perl/cpan/List-Util/README
C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util.pm
C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/XS.pm
C src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util.pm
U src/gnu/usr.bin/perl/cpan/List-Util/t/00version.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/blessed.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/dualvar.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/first.t
N src/gnu/usr.bin/perl/cpan/List-Util/t/getmagic-once.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/isvstring.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/lln.t
C src/gnu/usr.bin/perl/cpan/List-Util/t/max.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/maxstr.t
C src/gnu/usr.bin/perl/cpan/List-Util/t/min.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/minstr.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/openhan.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/proto.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/readonly.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/reduce.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/refaddr.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/reftype.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/shuffle.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/stack-corruption.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/sum.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/tainted.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/weak.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/ChangeLog
N src/gnu/usr.bin/perl/cpan/Locale-Codes/LICENSE
N src/gnu/usr.bin/perl/cpan/Locale-Codes/README.first
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/API.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2currency.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langext.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langfam.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2language.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langvar.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2script.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code_old.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langext2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langfam2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langvar2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/testfunc.pl
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Config.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Handlers.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Item.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/t/01_Log-Message-Config.t
U src/gnu/usr.bin/perl/cpan/Log-Message/t/02_Log-Message.t
U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/config_file
U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/lib/Log/Message/Simple.pm
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/01_use.t
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/02_imports.t
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/03_functions.t
N src/gnu/usr.bin/perl/cpan/Math-Complex/ChangeLog
N src/gnu/usr.bin/perl/cpan/Math-Complex/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm
U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t
C src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm
U src/gnu/usr.bin/perl/cpan/Memoize/TODO
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm
U src/gnu/usr.bin/perl/cpan/Memoize/t/array.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm
C src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Changes
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Makefile.PL
U src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm
U src/gnu/usr.bin/perl/cpan/MIME-Base64/README
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t
N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/length.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t
U src/gnu/usr.bin/perl/cpan/Module-Build/Changes
N src/gnu/usr.bin/perl/cpan/Module-Build/bin/config_data
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest/private.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/API.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Authoring.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Base.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Bundling.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Compat.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Config.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ConfigData.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Cookbook.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Dumper.pm
C src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Notes.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PodParser.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PPMMaker.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/aix.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/darwin.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Default.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/os2.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Unix.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VMS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Windows.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/00-compile.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/basic.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/bundle_inc.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/debug.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/destinations.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/ext.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/extend.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/files.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/help.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/install.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/install_extra_target.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods.t
C src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata2.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/mymeta.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/new_from_context.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/notes.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/parents.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/perl_mb_opt.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/PL_files.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/ppm.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/pod_parser.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/README.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/t/resume.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/runthrough.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/sample.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/script_dist.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_file_exts.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_type.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_types.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/tilde.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/use_tap_harness.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/versions.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/write_default_maniskip.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/xs.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/installdeps.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/manifest_skip.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Software/License.pm
C src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie/CPHash.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat/exit.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/DistGen.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/MBTest.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Module/Signature.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Software/License/VaporWare.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/dist_suffix.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/license.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/module_name.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/needs_compiler.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/release_status.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/requires.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/share_dir.t
U src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/02_Parse_Version.t
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm
C src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm
U src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/next.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t
U src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm
U src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/Metadata.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/version.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/DistGen.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/MBTest.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_1/Foo.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_2/Foo.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/Tie/CPHash.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Devel/InnerPackage.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/01use.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02alsoworks.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works_taint.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/03diffname.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir_single.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath_single.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/05postpath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/06multipath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/07instantiate.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/08nothing.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/09require.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_inner.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_noinner.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_onefile.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_override.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12only.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_super.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/11usetwice.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyarray.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyregex.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyrequire.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13except.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptarray.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptregex.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/14package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/15topicsafe.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/16different_extension.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/17devel_inner_package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/18skipped_package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/19can_ok_clobber.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/20dodgy_files.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/21editor_junk.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/No/Middle.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TA/C/A/I.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Zot/.Zork.pm
U src/gnu/usr.bin/perl/cpan/Object-Accessor/lib/Object/Accessor.pm
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/00_Object-Accessor.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/02_Object-Accessor-allow.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/03_Object-Accessor-local.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/05_Object-Accessor-callback.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/06_Object-Accessor-alias.t
U src/gnu/usr.bin/perl/cpan/Package-Constants/lib/Package/Constants.pm
U src/gnu/usr.bin/perl/cpan/Package-Constants/t/01_list.t
U src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm
U src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t
U src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm
U src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t
U src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent.t
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin
U src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
U src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/Changes
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/01_compile.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/02_api.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/03_functions.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/04_export.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/05_errors.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.json
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.yml
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
N src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/OSType.pm
N src/gnu/usr.bin/perl/cpan/Perl-OSType/t/00-compile.t
N src/gnu/usr.bin/perl/cpan/Perl-OSType/t/OSType.t
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pm
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq1.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq2.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq3.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq4.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq5.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq6.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq7.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq8.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq9.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlglossary.pod
U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/ChangeLog
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/README
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t
N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/pod2latex.PL
N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/pod2latex.t
U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/user.t
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Checker.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Usage.pm
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/pod2usage.PL
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podchecker.PL
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podselect.PL
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr
N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/empty.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/p2u_data.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage2.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr
N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/selfcheck.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage.pod
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage2.pod
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/no-head.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/perlfunc.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/utf8.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/load.t
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/pod.t
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/man/_get_columns.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/ChangeLog
U src/gnu/usr.bin/perl/cpan/Pod-Simple/README
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/emptylists.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol2.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fake-closers.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/output.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml15.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/podlators/VERSION
C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm
C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm
N src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2man.PL
N src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2text.PL
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.cap
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.clr
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.man
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.ovr
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.pod
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.t
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.txt
U src/gnu/usr.bin/perl/cpan/podlators/t/color.t
U src/gnu/usr.bin/perl/cpan/podlators/t/devise-date.t
U src/gnu/usr.bin/perl/cpan/podlators/t/filehandle.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-heading.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-options.t
N src/gnu/usr.bin/perl/cpan/podlators/t/man-perlio.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-utf8.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man.t
U src/gnu/usr.bin/perl/cpan/podlators/t/overstrike.t
U src/gnu/usr.bin/perl/cpan/podlators/t/parselink.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod-parser.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod-spelling.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod.t
U src/gnu/usr.bin/perl/cpan/podlators/t/termcap.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-encoding.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-options.t
N src/gnu/usr.bin/perl/cpan/podlators/t/text-perlio.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-utf8.t
N src/gnu/usr.bin/perl/cpan/Socket/Makefile.PL
N src/gnu/usr.bin/perl/cpan/Socket/Socket.pm
N src/gnu/usr.bin/perl/cpan/Socket/Socket.xs
N src/gnu/usr.bin/perl/cpan/Socket/typemap
N src/gnu/usr.bin/perl/cpan/Socket/t/getaddrinfo.t
N src/gnu/usr.bin/perl/cpan/Socket/t/getnameinfo.t
N src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t
N src/gnu/usr.bin/perl/cpan/Socket/t/sockaddr.t
N src/gnu/usr.bin/perl/cpan/Socket/t/Socket.t
N src/gnu/usr.bin/perl/cpan/Socket/t/socketpair.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Changes
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README.win32
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ANSIColor.pm
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ChangeLog
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/README
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t
N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/stringify.t
U src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm
U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl
U src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI.pm
C src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI/History.pm
U src/gnu/usr.bin/perl/cpan/Term-UI/t/00_load.t
U src/gnu/usr.bin/perl/cpan/Term-UI/t/01_history.t
U src/gnu/usr.bin/perl/cpan/Term-UI/t/02_ui.t
U src/gnu/usr.bin/perl/cpan/Test/lib/Test.pm
U src/gnu/usr.bin/perl/cpan/Test/t/05_about_verbose.t
U src/gnu/usr.bin/perl/cpan/Test/t/fail.t
U src/gnu/usr.bin/perl/cpan/Test/t/mix.t
U src/gnu/usr.bin/perl/cpan/Test/t/multiline.t
U src/gnu/usr.bin/perl/cpan/Test/t/onfail.t
U src/gnu/usr.bin/perl/cpan/Test/t/qr.t
U src/gnu/usr.bin/perl/cpan/Test/t/skip.t
U src/gnu/usr.bin/perl/cpan/Test/t/success.t
U src/gnu/usr.bin/perl/cpan/Test/t/todo.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/Changes
U src/gnu/usr.bin/perl/cpan/Test-Simple/README
U src/gnu/usr.bin/perl/cpan/Test-Simple/TODO
U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/indent.pl
U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/subtest.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/00test_harness_check.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bad_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bail_out.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_require_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_use_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/buffer.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/c_flag.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/circular_data.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/cmp_ok.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/dependents.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/diag.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/died.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/dont_overwrite_die_handler.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/eq_set.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/exit.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/explain.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra_one.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-like.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-more.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail_one.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/filehandles.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fork.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/harness_active.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/import.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_dne_bug.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_fail.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_with_threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/missing.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/More.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/new_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_tests.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/note.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload_threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_bad.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_is_noplan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_shouldnt_import.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_skip_all.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/require_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/simple.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skip.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skipall.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/todo.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/undef.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/useing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/utf8.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/versions.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/Builder.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/carp.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/create.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test_without_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/details.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_double.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_number.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan2.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_fh.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_passing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/maybe_regex.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_diag.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_ending.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_header.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_plan_at_all.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/ok_obj.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/output.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/reset.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/try.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Simple/load.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/args.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/basic.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/die.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/do.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/exceptions.t
U 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/fork.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/implicit_done.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/line_numbers.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/plan.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/predicate.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/singleton.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/todo.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/wstat.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_01basic.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_03die.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_04line_num.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_05faildiag.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_06errormess.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_07args.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/Changes
N src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST
N src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE
U src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm
C src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
U 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/SourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Utils.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm
U 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/SourceHandler/Executable.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/000-load.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nested.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveenv.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveversion.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_handler.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/utils.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyFileSourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail
U 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/simple_yaml_missing_version13
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit
U 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/yaml_late_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives
U 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/psql.bat
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.1
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.bat
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.pl
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.sh
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.tap
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source_args.sh
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source
U src/gnu/usr.bin/perl/cpan/Text-Balanced/Changes
U src/gnu/usr.bin/perl/cpan/Text-Balanced/README
U src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Changes
U src/gnu/usr.bin/perl/cpan/Text-Soundex/README
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.pm
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.xs
U src/gnu/usr.bin/perl/cpan/Text-Soundex/t/Soundex.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/CHANGELOG
U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm
U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t
U src/gnu/usr.bin/perl/cpan/Time-HiRes/Changes
U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.pm
U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.xs
U src/gnu/usr.bin/perl/cpan/Time-HiRes/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Time-HiRes/typemap
U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-c.inc
U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-xs.inc
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/aix.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dec_osf.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dynixptx.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/irix.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/linux.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/sco.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/solaris.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/svr4.pl
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/alarm.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/clock.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/gettimeofday.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/itimer.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/nanosleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/sleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/stat.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/time.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/tv_interval.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/ualarm.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/usleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/Watchdog.pm
N src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/Local.pm
N src/gnu/usr.bin/perl/cpan/Time-Local/t/Local.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/Changes
U src/gnu/usr.bin/perl/cpan/Time-Piece/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm
U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs
U src/gnu/usr.bin/perl/cpan/Time-Piece/README
C src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.xs
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Makefile.PL
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/mkheader
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/README
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Big5.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/GB2312.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/JISX0208.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Korean.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Stroke.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/af.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ar.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/as.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/az.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/be.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bg.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ca.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cs.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cy.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/da.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_phone.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/eo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es_trad.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/et.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi_phone.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fil.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/gu.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ha.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/haw.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hu.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hy.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ig.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/is.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ja.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ko.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kok.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ln.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lt.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lv.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ml.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mt.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nb.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nso.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/om.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/or.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ro.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ru.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/se.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si_dict.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sq.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv_refo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ta.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/te.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/th.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/to.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/uk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ur.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wae.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/yo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_big5.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_gb.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_pin.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_strk.pl
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/backwds.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_b5.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_gb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ja.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ko.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_py.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_st.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/compatui.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/default.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/iglevel2.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_af.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ar.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_as.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_az.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_be.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bg.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bs.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ca.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjkc.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cs.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cyrl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_da.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_de.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deph.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_eo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_es.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_estr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_et.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fil.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fiph.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_gu.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ha.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_haw.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hu.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ig.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_is.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ja.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_jait.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_japr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ko.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kok.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ln.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lv.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ml.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nso.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_om.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_or.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ro.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ru.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_se.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_si.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sidt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sq.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_srla.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sv.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_svrf.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sw.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ta.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_te.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_test.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_th.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_to.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_uk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ur.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wae.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_yo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zh.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhb5.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhgb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhpy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhst.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nonchar.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk0.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk1.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rewrite.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Changes
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/mkheader
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.pm
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.xs
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/README
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/fcdc.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/form.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/func.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/illegal.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/norm.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/null.t
N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial1.t
N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial2.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/proto.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/split.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/test.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/tie.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/Changes
N src/gnu/usr.bin/perl/cpan/Version-Requirements/lib/Version/Requirements.pm
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/accepts.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/basic.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/finalize.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/from-hash.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/merge.t
U src/gnu/usr.bin/perl/cpan/Win32/Changes
U src/gnu/usr.bin/perl/cpan/Win32/longpath.inc
U src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Win32/Win32.pm
U src/gnu/usr.bin/perl/cpan/Win32/Win32.xs
U src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t
U src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t
U src/gnu/usr.bin/perl/cpan/Win32/t/Names.t
U src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t
U src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc
U src/gnu/usr.bin/perl/cpan/Win32API-File/Changes
U src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm
U src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs
U src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Win32API-File/README
U src/gnu/usr.bin/perl/cpan/Win32API-File/typemap
U src/gnu/usr.bin/perl/cpan/Win32API-File/ExtUtils/Myconst2perl.pm
U src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t
U src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t
U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh
U src/gnu/usr.bin/perl/Cross/cflags-cross-arm
U src/gnu/usr.bin/perl/Cross/config
U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux
U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770
U src/gnu/usr.bin/perl/Cross/generate_config_sh
U src/gnu/usr.bin/perl/Cross/installperl.patch
C src/gnu/usr.bin/perl/Cross/Makefile
U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH
U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch
C src/gnu/usr.bin/perl/Cross/README
U src/gnu/usr.bin/perl/Cross/README.new
U src/gnu/usr.bin/perl/Cross/TODO
U src/gnu/usr.bin/perl/Cross/warp
U src/gnu/usr.bin/perl/cygwin/cygwin.c
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t
N src/gnu/usr.bin/perl/dist/autouse/lib/autouse.pm
N src/gnu/usr.bin/perl/dist/autouse/t/autouse.t
N src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm
N src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule2.pm
U src/gnu/usr.bin/perl/dist/B-Deparse/Deparse.pm
N src/gnu/usr.bin/perl/dist/B-Deparse/t/core.t
U src/gnu/usr.bin/perl/dist/B-Deparse/t/deparse.t
N src/gnu/usr.bin/perl/dist/B-Lint/lib/B/Lint.pm
N src/gnu/usr.bin/perl/dist/B-Lint/lib/B/Lint/Debug.pm
N src/gnu/usr.bin/perl/dist/B-Lint/t/lint.t
N src/gnu/usr.bin/perl/dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm
U src/gnu/usr.bin/perl/dist/base/Changes
U src/gnu/usr.bin/perl/dist/base/MANIFEST
U src/gnu/usr.bin/perl/dist/base/META.yml
U src/gnu/usr.bin/perl/dist/base/lib/base.pm
U src/gnu/usr.bin/perl/dist/base/lib/fields.pm
U src/gnu/usr.bin/perl/dist/base/t/base.t
U src/gnu/usr.bin/perl/dist/base/t/compile-time.t
U src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t
U src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t
U src/gnu/usr.bin/perl/dist/base/t/fields-base.t
U src/gnu/usr.bin/perl/dist/base/t/fields.t
U src/gnu/usr.bin/perl/dist/base/t/isa.t
U src/gnu/usr.bin/perl/dist/base/t/sigdie.t
U src/gnu/usr.bin/perl/dist/base/t/version.t
U src/gnu/usr.bin/perl/dist/base/t/warnings.t
U src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bigint.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bignum.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bigrat.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigFloat/Trace.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigInt/Trace.pm
N src/gnu/usr.bin/perl/dist/bignum/t/big_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigexp.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigint.t
N src/gnu/usr.bin/perl/dist/bignum/t/bignum.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigrat.t
N src/gnu/usr.bin/perl/dist/bignum/t/bii_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/biinfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/bir_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/bn_lite.t
N src/gnu/usr.bin/perl/dist/bignum/t/bninfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/br_lite.t
N src/gnu/usr.bin/perl/dist/bignum/t/brinfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/in_effect.t
N src/gnu/usr.bin/perl/dist/bignum/t/infnan.inc
N src/gnu/usr.bin/perl/dist/bignum/t/option_a.t
N src/gnu/usr.bin/perl/dist/bignum/t/option_l.t
N src/gnu/usr.bin/perl/dist/bignum/t/option_p.t
N src/gnu/usr.bin/perl/dist/bignum/t/ratopt_a.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_f.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_i.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_r.t
N src/gnu/usr.bin/perl/dist/Carp/Makefile.PL
N src/gnu/usr.bin/perl/dist/Carp/lib/Carp.pm
N src/gnu/usr.bin/perl/dist/Carp/lib/Carp/Heavy.pm
N src/gnu/usr.bin/perl/dist/Carp/t/Carp.t
N src/gnu/usr.bin/perl/dist/Carp/t/heavy.t
N src/gnu/usr.bin/perl/dist/Carp/t/swash.t
N src/gnu/usr.bin/perl/dist/Carp/t/vivify_gv.t
N src/gnu/usr.bin/perl/dist/Carp/t/vivify_stash.t
N src/gnu/usr.bin/perl/dist/Carp/t/with_warnings.t
U src/gnu/usr.bin/perl/dist/constant/lib/constant.pm
U src/gnu/usr.bin/perl/dist/constant/t/constant.t
N src/gnu/usr.bin/perl/dist/constant/t/utf8.t
N src/gnu/usr.bin/perl/dist/Cwd/Cwd.pm
N src/gnu/usr.bin/perl/dist/Cwd/Cwd.xs
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Cygwin.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Epoc.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Functions.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Mac.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/OS2.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Unix.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/VMS.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Win32.pm
N src/gnu/usr.bin/perl/dist/Cwd/t/crossplatform.t
N src/gnu/usr.bin/perl/dist/Cwd/t/cwd.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Functions.t
N src/gnu/usr.bin/perl/dist/Cwd/t/rel2abs2rel.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Spec-taint.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Spec.t
N src/gnu/usr.bin/perl/dist/Cwd/t/taint.t
N src/gnu/usr.bin/perl/dist/Cwd/t/tmpdir.t
N src/gnu/usr.bin/perl/dist/Cwd/t/win32.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/Changes
U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm
U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs
U src/gnu/usr.bin/perl/dist/Data-Dumper/Todo
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/perl-74170.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/qr.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t
N src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm
N src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/Devel-SelfStubber.t
N src/gnu/usr.bin/perl/dist/Dumpvalue/lib/Dumpvalue.pm
N src/gnu/usr.bin/perl/dist/Dumpvalue/t/Dumpvalue.t
N src/gnu/usr.bin/perl/dist/Env/lib/Env.pm
N src/gnu/usr.bin/perl/dist/Env/t/array.t
N src/gnu/usr.bin/perl/dist/Env/t/env.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Changes
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/LICENSE
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Makefile.PL
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.patching
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.release
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/00-have-compiler.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/01-basic.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/02-link.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/03-cplusplus.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/04-base.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/lib/ExtUtils/Command.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/cp.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/eu_command.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/Changes
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Installed.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/can_write_dir.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Install.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installapi2.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installed.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/InstallWithMM.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Packlist.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/t/Manifest.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/Changes
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxs.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstut.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstypemap.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/001-basic.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/002-more.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/003-usage.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/004-nolinenumbers.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/102-trim_whitespace.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/103-tidy_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/104-map_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/105-valid_proto_string.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/106-process_typemaps.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/107-make_targetable.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/108-map_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/110-assign_func_args.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/501-t-compile.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/510-t-bare.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/511-t-whitespace.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/512-t-file.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/513-t-merge.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/514-t-embed.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/515-t-cmd.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/600-t-compat.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/pseudotypemap1
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSInclude.xsh
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSMore.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/b.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/combined.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_repl.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_skip.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/conflicting.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/other.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/perl.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/simple.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm
N src/gnu/usr.bin/perl/dist/File-CheckTree/lib/File/CheckTree.pm
N src/gnu/usr.bin/perl/dist/File-CheckTree/t/CheckTree.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm
N src/gnu/usr.bin/perl/dist/Filter-Simple/t/code_no_comments.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t
N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm
N src/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/Collate.pm
N src/gnu/usr.bin/perl/dist/I18N-Collate/t/I18N-Collate.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog
U src/gnu/usr.bin/perl/dist/I18N-LangTags/README
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t
N src/gnu/usr.bin/perl/dist/if/if.pm
N src/gnu/usr.bin/perl/dist/if/t/if.t
U src/gnu/usr.bin/perl/dist/IO/ChangeLog
U src/gnu/usr.bin/perl/dist/IO/IO.pm
U src/gnu/usr.bin/perl/dist/IO/IO.xs
U src/gnu/usr.bin/perl/dist/IO/Makefile.PL
U src/gnu/usr.bin/perl/dist/IO/poll.c
U src/gnu/usr.bin/perl/dist/IO/poll.h
U src/gnu/usr.bin/perl/dist/IO/README
U src/gnu/usr.bin/perl/dist/IO/hints/sco.pl
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm
U src/gnu/usr.bin/perl/dist/IO/t/IO.t
U src/gnu/usr.bin/perl/dist/IO/t/io_const.t
U src/gnu/usr.bin/perl/dist/IO/t/io_dir.t
U src/gnu/usr.bin/perl/dist/IO/t/io_dup.t
U src/gnu/usr.bin/perl/dist/IO/t/io_file.t
N src/gnu/usr.bin/perl/dist/IO/t/io_file_export.t
U src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t
U src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t
U src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t
U src/gnu/usr.bin/perl/dist/IO/t/io_poll.t
U src/gnu/usr.bin/perl/dist/IO/t/io_sel.t
U src/gnu/usr.bin/perl/dist/IO/t/io_sock.t
U src/gnu/usr.bin/perl/dist/IO/t/io_taint.t
U src/gnu/usr.bin/perl/dist/IO/t/io_tell.t
U src/gnu/usr.bin/perl/dist/IO/t/io_udp.t
U src/gnu/usr.bin/perl/dist/IO/t/io_unix.t
U src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t
N src/gnu/usr.bin/perl/dist/IO/t/io_utf8argv.t
U src/gnu/usr.bin/perl/dist/IO/t/io_xs.t
U src/gnu/usr.bin/perl/dist/lib/lib_pm.PL
U src/gnu/usr.bin/perl/dist/lib/Makefile.PL
U src/gnu/usr.bin/perl/dist/lib/t/01lib.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog
U src/gnu/usr.bin/perl/dist/Locale-Maketext/README
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod
N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod
C src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/04_use_external_lex_cache.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/09_compile.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_eval_dollar_at.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/70_fail_auto.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/_e_math.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/alias.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mif.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/big_pi_e.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintc.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigints.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/biglog.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigroot.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/calling.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/config.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/const_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/constant.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/downgrade.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/inf_nan.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/isa.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/lib_load.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbf_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_rand.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/nan_cmp.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/new_overloaded.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf0.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf1.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfa.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfn.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfw.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/require.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/round.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/rt-16221.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mif.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/trap.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade2.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgradef.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib1.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib2.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib3.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib4.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_mbfw.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/with_sub.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigFloat/Subclass.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/BareCalc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Scalar.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Subclass.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/FastCalc.xs
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bigintfc.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bootstrap.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/leak.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/mbi_rand.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/lib/Math/BigRat.pm
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/big_ap.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltrt.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/biglog.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigrat.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratup.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigroot.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bitwise.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/hang.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/requirer.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/trap.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/Math/BigRat/Test.pm
U src/gnu/usr.bin/perl/dist/Module-CoreList/Changes
U src/gnu/usr.bin/perl/dist/Module-CoreList/corelist
U src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies
U src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL
U src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST
U src/gnu/usr.bin/perl/dist/Module-CoreList/README
U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm
N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pod
N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t
U src/gnu/usr.bin/perl/dist/Net-Ping/Changes
C src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm
U src/gnu/usr.bin/perl/dist/Net-Ping/t/100_load.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t
U src/gnu/usr.bin/perl/dist/Safe/Changes
U src/gnu/usr.bin/perl/dist/Safe/Makefile.PL
U src/gnu/usr.bin/perl/dist/Safe/MANIFEST
U src/gnu/usr.bin/perl/dist/Safe/META.yml
U src/gnu/usr.bin/perl/dist/Safe/README
U src/gnu/usr.bin/perl/dist/Safe/Safe.pm
U src/gnu/usr.bin/perl/dist/Safe/t/safe1.t
U src/gnu/usr.bin/perl/dist/Safe/t/safe2.t
U src/gnu/usr.bin/perl/dist/Safe/t/safe3.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeload.t
N src/gnu/usr.bin/perl/dist/Safe/t/safenamedcap.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeops.t
U src/gnu/usr.bin/perl/dist/Safe/t/safesort.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t
U src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t
N src/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/Dict.pm
N src/gnu/usr.bin/perl/dist/Search-Dict/t/Dict.t
U src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm
U src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t
U src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t
N src/gnu/usr.bin/perl/dist/SelfLoader/t/03taint.t
U src/gnu/usr.bin/perl/dist/Storable/ChangeLog
U src/gnu/usr.bin/perl/dist/Storable/Makefile.PL
U src/gnu/usr.bin/perl/dist/Storable/README
U src/gnu/usr.bin/perl/dist/Storable/Storable.pm
U src/gnu/usr.bin/perl/dist/Storable/Storable.xs
U src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl
U src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t
U src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t
U src/gnu/usr.bin/perl/dist/Storable/t/blessed.t
U src/gnu/usr.bin/perl/dist/Storable/t/canonical.t
U src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t
U src/gnu/usr.bin/perl/dist/Storable/t/code.t
U src/gnu/usr.bin/perl/dist/Storable/t/compat01.t
U src/gnu/usr.bin/perl/dist/Storable/t/compat06.t
U src/gnu/usr.bin/perl/dist/Storable/t/croak.t
U src/gnu/usr.bin/perl/dist/Storable/t/dclone.t
U src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t
U src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t
U src/gnu/usr.bin/perl/dist/Storable/t/forgive.t
U src/gnu/usr.bin/perl/dist/Storable/t/freeze.t
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm
U src/gnu/usr.bin/perl/dist/Storable/t/integer.t
U src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t
U src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t
U src/gnu/usr.bin/perl/dist/Storable/t/lock.t
U src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl
U src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl
U src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl
U src/gnu/usr.bin/perl/dist/Storable/t/malice.t
U src/gnu/usr.bin/perl/dist/Storable/t/overload.t
U src/gnu/usr.bin/perl/dist/Storable/t/recurse.t
U src/gnu/usr.bin/perl/dist/Storable/t/restrict.t
U src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t
N src/gnu/usr.bin/perl/dist/Storable/t/robust.t
U src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t
U src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl
U src/gnu/usr.bin/perl/dist/Storable/t/store.t
U src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl
U src/gnu/usr.bin/perl/dist/Storable/t/threads.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t
U src/gnu/usr.bin/perl/dist/Storable/t/utf8.t
U src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t
U src/gnu/usr.bin/perl/dist/Storable/t/weak.t
N src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/Complete.pm
N src/gnu/usr.bin/perl/dist/Term-Complete/t/Complete.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ReadLine.pm
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AE.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AETk.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/Tk.t
N src/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/Abbrev.pm
N src/gnu/usr.bin/perl/dist/Text-Abbrev/t/Abbrev.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t
N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/04_nonblocking.t
N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/05_force.t
U src/gnu/usr.bin/perl/dist/threads/threads.xs
U src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl
U src/gnu/usr.bin/perl/dist/threads/hints/linux.pl
N src/gnu/usr.bin/perl/dist/threads/lib/threads.pm
U src/gnu/usr.bin/perl/dist/threads/t/basic.t
U src/gnu/usr.bin/perl/dist/threads/t/blocks.t
U src/gnu/usr.bin/perl/dist/threads/t/context.t
U src/gnu/usr.bin/perl/dist/threads/t/end.t
U src/gnu/usr.bin/perl/dist/threads/t/err.t
U src/gnu/usr.bin/perl/dist/threads/t/exit.t
U src/gnu/usr.bin/perl/dist/threads/t/free.t
U src/gnu/usr.bin/perl/dist/threads/t/free2.t
U src/gnu/usr.bin/perl/dist/threads/t/join.t
U src/gnu/usr.bin/perl/dist/threads/t/kill.t
N src/gnu/usr.bin/perl/dist/threads/t/kill2.t
U src/gnu/usr.bin/perl/dist/threads/t/libc.t
U src/gnu/usr.bin/perl/dist/threads/t/list.t
U src/gnu/usr.bin/perl/dist/threads/t/no_threads.t
U src/gnu/usr.bin/perl/dist/threads/t/problems.t
U src/gnu/usr.bin/perl/dist/threads/t/stack.t
U src/gnu/usr.bin/perl/dist/threads/t/stack_env.t
U src/gnu/usr.bin/perl/dist/threads/t/state.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_re.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_string.t
U src/gnu/usr.bin/perl/dist/threads/t/thread.t
U src/gnu/usr.bin/perl/dist/threads-shared/shared.xs
U src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl
N src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/shared.pm
U src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/object.t
N src/gnu/usr.bin/perl/dist/threads-shared/t/object2.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t
N src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/File.pm
N src/gnu/usr.bin/perl/dist/Tie-File/t/00_version.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/01_gen.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/02_fetchsize.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/03_longfetch.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/04_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/05_size.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/06_fixrec.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/07_rv_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/08_ro.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/09_gen_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/10_splice_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/11_rv_splice_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/12_longfetch_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/13_size_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/14_lock.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/15_pushpop.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/16_handle.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/17_misc_meth.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/18_rs_fixrec.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/19_cache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/20_cache_full.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/21_win32.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/22_autochomp.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/23_rv_ac_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/24_cache_loop.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/25_gen_nocache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/26_twrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/27_iwrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/28_mtwrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/29a_upcopy.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/30_defer.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/31_autodefer.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/32_defer_misc.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/33_defer_vs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/40_abs_cache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/41_heap.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/42_offset.t
U src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL
U src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL
U src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t
U src/gnu/usr.bin/perl/djgpp/config.over
U src/gnu/usr.bin/perl/djgpp/configure.bat
U src/gnu/usr.bin/perl/djgpp/djgpp.c
U src/gnu/usr.bin/perl/djgpp/djgpp.h
U src/gnu/usr.bin/perl/djgpp/djgppsed.sh
U src/gnu/usr.bin/perl/djgpp/fixpmain
N src/gnu/usr.bin/perl/ext/arybase/arybase.pm
N src/gnu/usr.bin/perl/ext/arybase/arybase.xs
N src/gnu/usr.bin/perl/ext/arybase/ptable.h
N src/gnu/usr.bin/perl/ext/arybase/t/aeach.t
N src/gnu/usr.bin/perl/ext/arybase/t/aelem.t
N src/gnu/usr.bin/perl/ext/arybase/t/akeys.t
N src/gnu/usr.bin/perl/ext/arybase/t/arybase.t
N src/gnu/usr.bin/perl/ext/arybase/t/aslice.t
N src/gnu/usr.bin/perl/ext/arybase/t/av2arylen.t
N src/gnu/usr.bin/perl/ext/arybase/t/index.t
N src/gnu/usr.bin/perl/ext/arybase/t/lslice.t
N src/gnu/usr.bin/perl/ext/arybase/t/pos.t
N src/gnu/usr.bin/perl/ext/arybase/t/scope.t
N src/gnu/usr.bin/perl/ext/arybase/t/scope_0.pm
N src/gnu/usr.bin/perl/ext/arybase/t/splice.t
N src/gnu/usr.bin/perl/ext/arybase/t/substr.t
U src/gnu/usr.bin/perl/ext/attributes/attributes.pm
U src/gnu/usr.bin/perl/ext/attributes/attributes.xs
U src/gnu/usr.bin/perl/ext/B/B.pm
U src/gnu/usr.bin/perl/ext/B/B.xs
U src/gnu/usr.bin/perl/ext/B/Makefile.PL
U src/gnu/usr.bin/perl/ext/B/O.pm
U src/gnu/usr.bin/perl/ext/B/typemap
C src/gnu/usr.bin/perl/ext/B/B/Concise.pm
U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm
U src/gnu/usr.bin/perl/ext/B/B/Terse.pm
U src/gnu/usr.bin/perl/ext/B/B/Xref.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/b.t
U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t
U src/gnu/usr.bin/perl/ext/B/t/concise.t
U src/gnu/usr.bin/perl/ext/B/t/f_map
U src/gnu/usr.bin/perl/ext/B/t/f_map.t
U src/gnu/usr.bin/perl/ext/B/t/f_sort
U src/gnu/usr.bin/perl/ext/B/t/f_sort.t
U src/gnu/usr.bin/perl/ext/B/t/o.t
U src/gnu/usr.bin/perl/ext/B/t/optree_check.t
U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t
U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t
U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t
U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t
U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t
U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t
U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t
U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm
U src/gnu/usr.bin/perl/ext/B/t/pragma.t
U src/gnu/usr.bin/perl/ext/B/t/showlex.t
U src/gnu/usr.bin/perl/ext/B/t/terse.t
N src/gnu/usr.bin/perl/ext/B/t/walkoptree.t
U src/gnu/usr.bin/perl/ext/B/t/xref.t
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/Peek.xs
U src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs
C 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_hpux.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c
U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL
C src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
U src/gnu/usr.bin/perl/ext/DynaLoader/README
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t
U src/gnu/usr.bin/perl/ext/Errno/ChangeLog
U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL
U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL
U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t
C src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm
C src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs
U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL
N src/gnu/usr.bin/perl/ext/Fcntl/t/autoload.t
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
C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c
U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h
U src/gnu/usr.bin/perl/ext/File-Glob/Changes
U src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm
U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs
U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL
U src/gnu/usr.bin/perl/ext/File-Glob/TODO
U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t
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/FileCache/lib/FileCache.pm
U src/gnu/usr.bin/perl/ext/FileCache/t/01open.t
U src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t
U src/gnu/usr.bin/perl/ext/FileCache/t/03append.t
U src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t
U src/gnu/usr.bin/perl/ext/FileCache/t/05override.t
U src/gnu/usr.bin/perl/ext/FileCache/t/06export.t
U src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t
C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs
U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/GDBM_File/typemap
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/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/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/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/03_class.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
C src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.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/12_hashwarn.t
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/t/Langinfo.t
N src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open2.pm
C src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm
N src/gnu/usr.bin/perl/ext/IPC-Open3/t/fd.t
N src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open2.t
U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t
U src/gnu/usr.bin/perl/ext/mro/Changes
U src/gnu/usr.bin/perl/ext/mro/mro.pm
U src/gnu/usr.bin/perl/ext/mro/mro.xs
U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm
U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs
C src/gnu/usr.bin/perl/ext/NDBM_File/typemap
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl
N src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnu.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl
C src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t
U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm
C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs
U src/gnu/usr.bin/perl/ext/ODBM_File/typemap
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl
N src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnu.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl
C src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t
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/ops.pm
U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t
U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm
C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/MANIFEST
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t
N src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.pm
N src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.xs
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
U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm
U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs
U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl
U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t
N src/gnu/usr.bin/perl/ext/Pod-Functions/Functions_pm.PL
N src/gnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL
N src/gnu/usr.bin/perl/ext/Pod-Functions/t/Functions.t
N src/gnu/usr.bin/perl/ext/Pod-Html/bin/pod2html
N src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html.pm
N src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref3.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/eol.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/pod2html-lib.pl
N src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.t
N src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlpodspec-copy.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlvar-copy.pod
U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL
C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs
U src/gnu/usr.bin/perl/ext/POSIX/typemap
U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.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/next_3.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl
N src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pm
N src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pod
N src/gnu/usr.bin/perl/ext/POSIX/t/export.t
U src/gnu/usr.bin/perl/ext/POSIX/t/is.t
U src/gnu/usr.bin/perl/ext/POSIX/t/math.t
U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t
U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
N src/gnu/usr.bin/perl/ext/POSIX/t/sigset.t
U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t
U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t
U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t
U src/gnu/usr.bin/perl/ext/POSIX/t/time.t
N src/gnu/usr.bin/perl/ext/POSIX/t/unimplemented.t
N src/gnu/usr.bin/perl/ext/POSIX/t/usage.t
U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t
N src/gnu/usr.bin/perl/ext/POSIX/t/wrappers.t
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/re_comp.h
U src/gnu/usr.bin/perl/ext/re/re_top.h
U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl
U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl
U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t
U src/gnu/usr.bin/perl/ext/re/t/qr.t
U src/gnu/usr.bin/perl/ext/re/t/re.t
U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t
N src/gnu/usr.bin/perl/ext/re/t/re_funcs_u.t
N src/gnu/usr.bin/perl/ext/re/t/reflags.t
U src/gnu/usr.bin/perl/ext/re/t/regop.pl
C src/gnu/usr.bin/perl/ext/re/t/regop.t
U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm
U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs
C src/gnu/usr.bin/perl/ext/SDBM_File/typemap
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.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/dbu.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c
C src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.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
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.pm
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.xs
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/t/tiehash.t
U src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm
U src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t
U src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs
U src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t
U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL
U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c
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/XS-APItest/APItest.pm
U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs
U src/gnu/usr.bin/perl/ext/XS-APItest/core.c
U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc
U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c
U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL
U src/gnu/usr.bin/perl/ext/XS-APItest/MANIFEST
U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c
N src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs
U src/gnu/usr.bin/perl/ext/XS-APItest/README
N src/gnu/usr.bin/perl/ext/XS-APItest/typemap
N src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-redefined-macros.xs
N src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-undef-XS_VERSION.xs
N src/gnu/usr.bin/perl/ext/XS-APItest/t/addissub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/arrayexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/autoload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/BHK.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Block.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks-csc.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/caller.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/check_warnings.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/cleanup.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/clone-with-stack.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/cophh.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/coplabel.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/copyhints.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/customop.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/eval-filter.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/fetch_pad_names.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gotosub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/grok.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_autoload4.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth_autoload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmethod_flags.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_init.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_multiline.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux
N src/gnu/usr.bin/perl/ext/XS-APItest/t/loopblock.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/looprest.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/lvalue.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/magic.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Markers.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/mro.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/multicall.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Null.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/newCONSTSUB.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/op_contextualize.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/op_list.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/overload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/pad_scalar.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/peep.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/postinc.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/ptr_table.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/refs.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/rv2cv_op_cv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/savehints.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/scopelessblock.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/sort.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtsasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_modify_bug.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/sviscow.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv_magic.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/swaplabel.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/swaptwostmts.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/temp_lv_sub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/underscore_length.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/whichsig.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/xs_special_subs_require.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/xsub_h.t
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.pm
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/epoc/config.sh
U src/gnu/usr.bin/perl/epoc/createpkg.pl
U src/gnu/usr.bin/perl/epoc/epoc.c
U src/gnu/usr.bin/perl/epoc/epoc_stubs.c
U src/gnu/usr.bin/perl/epoc/epocish.c
U src/gnu/usr.bin/perl/epoc/epocish.h
U src/gnu/usr.bin/perl/epoc/link.pl
U src/gnu/usr.bin/perl/h2pl/cbreak.pl
U src/gnu/usr.bin/perl/h2pl/cbreak2.pl
U src/gnu/usr.bin/perl/h2pl/getioctlsizes
U src/gnu/usr.bin/perl/h2pl/mksizes
U src/gnu/usr.bin/perl/h2pl/mkvars
U src/gnu/usr.bin/perl/h2pl/README
U src/gnu/usr.bin/perl/h2pl/tcbreak
U src/gnu/usr.bin/perl/h2pl/tcbreak2
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/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
U src/gnu/usr.bin/perl/hints/3b1.sh
U src/gnu/usr.bin/perl/hints/3b1cc
C src/gnu/usr.bin/perl/hints/aix.sh
U src/gnu/usr.bin/perl/hints/aix_3.sh
U src/gnu/usr.bin/perl/hints/aix_4.sh
U src/gnu/usr.bin/perl/hints/altos486.sh
U src/gnu/usr.bin/perl/hints/amigaos.sh
U src/gnu/usr.bin/perl/hints/atheos.sh
U src/gnu/usr.bin/perl/hints/aux_3.sh
C src/gnu/usr.bin/perl/hints/beos.sh
U src/gnu/usr.bin/perl/hints/broken-db.msg
U src/gnu/usr.bin/perl/hints/bsdos.sh
U src/gnu/usr.bin/perl/hints/catamount.sh
U src/gnu/usr.bin/perl/hints/convexos.sh
U src/gnu/usr.bin/perl/hints/cxux.sh
U src/gnu/usr.bin/perl/hints/cygwin.sh
U src/gnu/usr.bin/perl/hints/darwin.sh
C src/gnu/usr.bin/perl/hints/dcosx.sh
C src/gnu/usr.bin/perl/hints/dec_osf.sh
C src/gnu/usr.bin/perl/hints/dgux.sh
U src/gnu/usr.bin/perl/hints/dos_djgpp.sh
U src/gnu/usr.bin/perl/hints/dragonfly.sh
U src/gnu/usr.bin/perl/hints/dynix.sh
U src/gnu/usr.bin/perl/hints/dynixptx.sh
C src/gnu/usr.bin/perl/hints/epix.sh
U src/gnu/usr.bin/perl/hints/esix4.sh
U src/gnu/usr.bin/perl/hints/fps.sh
C src/gnu/usr.bin/perl/hints/freebsd.sh
U src/gnu/usr.bin/perl/hints/genix.sh
U src/gnu/usr.bin/perl/hints/gnu.sh
U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh
U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh
U src/gnu/usr.bin/perl/hints/greenhills.sh
U src/gnu/usr.bin/perl/hints/haiku.sh
C src/gnu/usr.bin/perl/hints/hpux.sh
U src/gnu/usr.bin/perl/hints/i386.sh
U src/gnu/usr.bin/perl/hints/interix.sh
U src/gnu/usr.bin/perl/hints/irix_4.sh
U src/gnu/usr.bin/perl/hints/irix_5.sh
U src/gnu/usr.bin/perl/hints/irix_6.sh
U src/gnu/usr.bin/perl/hints/irix_6_0.sh
U src/gnu/usr.bin/perl/hints/irix_6_1.sh
C src/gnu/usr.bin/perl/hints/isc.sh
U src/gnu/usr.bin/perl/hints/isc_2.sh
C src/gnu/usr.bin/perl/hints/linux.sh
U src/gnu/usr.bin/perl/hints/lynxos.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/mirbsd.sh
U src/gnu/usr.bin/perl/hints/mpc.sh
U src/gnu/usr.bin/perl/hints/mpeix.sh
U src/gnu/usr.bin/perl/hints/ncr_tower.sh
C src/gnu/usr.bin/perl/hints/netbsd.sh
U src/gnu/usr.bin/perl/hints/newsos4.sh
C src/gnu/usr.bin/perl/hints/next_3.sh
U src/gnu/usr.bin/perl/hints/next_3_0.sh
U src/gnu/usr.bin/perl/hints/next_4.sh
U src/gnu/usr.bin/perl/hints/nonstopux.sh
C src/gnu/usr.bin/perl/hints/openbsd.sh
U src/gnu/usr.bin/perl/hints/opus.sh
U src/gnu/usr.bin/perl/hints/os2.sh
C src/gnu/usr.bin/perl/hints/os390.sh
U src/gnu/usr.bin/perl/hints/os400.sh
U src/gnu/usr.bin/perl/hints/posix-bc.sh
C src/gnu/usr.bin/perl/hints/powerux.sh
C src/gnu/usr.bin/perl/hints/qnx.sh
U src/gnu/usr.bin/perl/hints/README.hints
U src/gnu/usr.bin/perl/hints/rhapsody.sh
U src/gnu/usr.bin/perl/hints/riscos.sh
C src/gnu/usr.bin/perl/hints/sco.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh
C src/gnu/usr.bin/perl/hints/svr4.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh
C src/gnu/usr.bin/perl/hints/solaris_2.sh
U src/gnu/usr.bin/perl/hints/stellar.sh
U src/gnu/usr.bin/perl/hints/sunos_4_0.sh
U src/gnu/usr.bin/perl/hints/sunos_4_1.sh
U src/gnu/usr.bin/perl/hints/super-ux.sh
U src/gnu/usr.bin/perl/hints/svr5.sh
U src/gnu/usr.bin/perl/hints/t001.c
U src/gnu/usr.bin/perl/hints/ti1500.sh
U src/gnu/usr.bin/perl/hints/titanos.sh
U src/gnu/usr.bin/perl/hints/ultrix_4.sh
U src/gnu/usr.bin/perl/hints/umips.sh
U src/gnu/usr.bin/perl/hints/unicos.sh
U src/gnu/usr.bin/perl/hints/unicosmk.sh
U src/gnu/usr.bin/perl/hints/unisysdynix.sh
U src/gnu/usr.bin/perl/hints/utekv.sh
U src/gnu/usr.bin/perl/hints/uts.sh
U src/gnu/usr.bin/perl/hints/uwin.sh
U src/gnu/usr.bin/perl/hints/vmesa.sh
U src/gnu/usr.bin/perl/hints/vos.sh
N src/gnu/usr.bin/perl/lib/_charnames.pm
C src/gnu/usr.bin/perl/lib/AnyDBM_File.pm
U src/gnu/usr.bin/perl/lib/AnyDBM_File.t
C src/gnu/usr.bin/perl/lib/Benchmark.pm
U src/gnu/usr.bin/perl/lib/Benchmark.t
C src/gnu/usr.bin/perl/lib/blib.pm
U src/gnu/usr.bin/perl/lib/blib.t
U src/gnu/usr.bin/perl/lib/bytes.pm
U src/gnu/usr.bin/perl/lib/bytes.t
U src/gnu/usr.bin/perl/lib/bytes_heavy.pl
U src/gnu/usr.bin/perl/lib/charnames.pm
U src/gnu/usr.bin/perl/lib/charnames.t
U src/gnu/usr.bin/perl/lib/Config.t
U src/gnu/usr.bin/perl/lib/CORE.pod
U src/gnu/usr.bin/perl/lib/DB.pm
U src/gnu/usr.bin/perl/lib/DB.t
U src/gnu/usr.bin/perl/lib/DBM_Filter.pm
U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl
U src/gnu/usr.bin/perl/lib/deprecate.pm
C src/gnu/usr.bin/perl/lib/diagnostics.pm
U src/gnu/usr.bin/perl/lib/diagnostics.t
U src/gnu/usr.bin/perl/lib/DirHandle.pm
U src/gnu/usr.bin/perl/lib/DirHandle.t
C src/gnu/usr.bin/perl/lib/dumpvar.pl
U src/gnu/usr.bin/perl/lib/dumpvar.t
C src/gnu/usr.bin/perl/lib/English.pm
U src/gnu/usr.bin/perl/lib/English.t
C src/gnu/usr.bin/perl/lib/Exporter.pm
U src/gnu/usr.bin/perl/lib/Exporter.t
U src/gnu/usr.bin/perl/lib/feature.pm
U src/gnu/usr.bin/perl/lib/feature.t
U src/gnu/usr.bin/perl/lib/FileHandle.pm
U src/gnu/usr.bin/perl/lib/FileHandle.t
U src/gnu/usr.bin/perl/lib/filetest.pm
U src/gnu/usr.bin/perl/lib/filetest.t
C src/gnu/usr.bin/perl/lib/FindBin.pm
U src/gnu/usr.bin/perl/lib/FindBin.t
U src/gnu/usr.bin/perl/lib/h2ph.t
U src/gnu/usr.bin/perl/lib/h2xs.t
U src/gnu/usr.bin/perl/lib/integer.pm
U src/gnu/usr.bin/perl/lib/less.pm
U src/gnu/usr.bin/perl/lib/integer.t
U src/gnu/usr.bin/perl/lib/Internals.t
U src/gnu/usr.bin/perl/lib/less.t
C src/gnu/usr.bin/perl/lib/locale.pm
U src/gnu/usr.bin/perl/lib/locale.t
U src/gnu/usr.bin/perl/lib/open.pm
U src/gnu/usr.bin/perl/lib/open.t
C src/gnu/usr.bin/perl/lib/overload.pm
U src/gnu/usr.bin/perl/lib/overload.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/overloading.t
C src/gnu/usr.bin/perl/lib/perl5db.pl
U src/gnu/usr.bin/perl/lib/perl5db.t
U src/gnu/usr.bin/perl/lib/PerlIO.pm
U src/gnu/usr.bin/perl/lib/SelectSaver.pm
U src/gnu/usr.bin/perl/lib/SelectSaver.t
C src/gnu/usr.bin/perl/lib/sigtrap.pm
U src/gnu/usr.bin/perl/lib/sigtrap.t
U src/gnu/usr.bin/perl/lib/sort.pm
U src/gnu/usr.bin/perl/lib/sort.t
C src/gnu/usr.bin/perl/lib/strict.pm
U src/gnu/usr.bin/perl/lib/strict.t
C src/gnu/usr.bin/perl/lib/subs.pm
U src/gnu/usr.bin/perl/lib/subs.t
U src/gnu/usr.bin/perl/lib/Symbol.pm
U src/gnu/usr.bin/perl/lib/Symbol.t
U src/gnu/usr.bin/perl/lib/Thread.pm
U src/gnu/usr.bin/perl/lib/Thread.t
C src/gnu/usr.bin/perl/lib/UNIVERSAL.pm
U src/gnu/usr.bin/perl/lib/utf8.pm
C src/gnu/usr.bin/perl/lib/utf8.t
U src/gnu/usr.bin/perl/lib/utf8_heavy.pl
C src/gnu/usr.bin/perl/lib/vars.pm
U src/gnu/usr.bin/perl/lib/vars.t
U src/gnu/usr.bin/perl/lib/vars_carp.t
U src/gnu/usr.bin/perl/lib/version.pm
U src/gnu/usr.bin/perl/lib/version.pod
U src/gnu/usr.bin/perl/lib/vmsish.pm
U src/gnu/usr.bin/perl/lib/vmsish.t
U src/gnu/usr.bin/perl/lib/warnings.pm
U src/gnu/usr.bin/perl/lib/warnings.t
U src/gnu/usr.bin/perl/lib/Net/hostent.pm
U src/gnu/usr.bin/perl/lib/Net/hostent.t
U src/gnu/usr.bin/perl/lib/Net/netent.pm
U src/gnu/usr.bin/perl/lib/Net/netent.t
U src/gnu/usr.bin/perl/lib/Net/protoent.pm
U src/gnu/usr.bin/perl/lib/Net/protoent.t
U src/gnu/usr.bin/perl/lib/Net/servent.pm
U src/gnu/usr.bin/perl/lib/Net/servent.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/Config/Extensions.pm
U src/gnu/usr.bin/perl/lib/Config/Extensions.t
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/encode.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t
U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm
C 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/feature/unicode_strings.t
C src/gnu/usr.bin/perl/lib/File/Basename.pm
U src/gnu/usr.bin/perl/lib/File/Basename.t
U src/gnu/usr.bin/perl/lib/File/Compare.pm
U src/gnu/usr.bin/perl/lib/File/Compare.t
C src/gnu/usr.bin/perl/lib/File/Copy.pm
U src/gnu/usr.bin/perl/lib/File/Copy.t
C src/gnu/usr.bin/perl/lib/File/DosGlob.pm
U src/gnu/usr.bin/perl/lib/File/DosGlob.t
C src/gnu/usr.bin/perl/lib/File/Find.pm
C src/gnu/usr.bin/perl/lib/File/stat.pm
U src/gnu/usr.bin/perl/lib/File/stat.t
U src/gnu/usr.bin/perl/lib/File/Find/t/find.t
U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t
C src/gnu/usr.bin/perl/lib/Getopt/Std.pm
U src/gnu/usr.bin/perl/lib/Getopt/Std.t
U src/gnu/usr.bin/perl/lib/overload/numbers.pm
N src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot
N src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-1
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-2
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-3
N src/gnu/usr.bin/perl/lib/perl5db/t/EnableModule.pm
U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint
U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/MyModule.pm
U src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants
N src/gnu/usr.bin/perl/lib/perl5db/t/rt-104168
U src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222
U src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110
U src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/taint
N src/gnu/usr.bin/perl/lib/perl5db/t/uncalled-subroutine
N src/gnu/usr.bin/perl/lib/perl5db/t/with-subroutine
U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.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/utils.t
U src/gnu/usr.bin/perl/lib/Tie/Array.pm
N src/gnu/usr.bin/perl/lib/Tie/ExtraHash.t
U src/gnu/usr.bin/perl/lib/Tie/Handle.pm
C src/gnu/usr.bin/perl/lib/Tie/Hash.pm
N src/gnu/usr.bin/perl/lib/Tie/Hash.t
U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm
U src/gnu/usr.bin/perl/lib/Tie/Scalar.t
U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm
U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm
U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t
U src/gnu/usr.bin/perl/lib/Tie/Array/push.t
U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t
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/Handle/stdhandle.t
U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t
U src/gnu/usr.bin/perl/lib/Time/gmtime.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/Time/tm.pm
U src/gnu/usr.bin/perl/lib/Unicode/README
U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm
U src/gnu/usr.bin/perl/lib/Unicode/UCD.t
U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt
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/CaseFolding.txt
U src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt
U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt
U src/gnu/usr.bin/perl/lib/unicore/DAge.txt
U src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt
U src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt
U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
N src/gnu/usr.bin/perl/lib/unicore/EmojiSources.txt
U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt
U src/gnu/usr.bin/perl/lib/unicore/Index.txt
N src/gnu/usr.bin/perl/lib/unicore/IndicMatraCategory.txt
N src/gnu/usr.bin/perl/lib/unicore/IndicSyllabicCategory.txt
U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt
U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt
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/mktables
U src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt
U src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt
U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt
U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt
U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/PropList.txt
U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/README.perl
U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt
N src/gnu/usr.bin/perl/lib/unicore/ScriptExtensions.txt
U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt
U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt
U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt
U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt
U src/gnu/usr.bin/perl/lib/User/grent.pm
U src/gnu/usr.bin/perl/lib/User/grent.t
U src/gnu/usr.bin/perl/lib/User/pwent.pm
U src/gnu/usr.bin/perl/lib/User/pwent.t
C src/gnu/usr.bin/perl/lib/version/Internals.pod
N src/gnu/usr.bin/perl/lib/version/t/01base.t
N src/gnu/usr.bin/perl/lib/version/t/02derived.t
N src/gnu/usr.bin/perl/lib/version/t/03require.t
N src/gnu/usr.bin/perl/lib/version/t/04strict_lax.t
N src/gnu/usr.bin/perl/lib/version/t/05sigdie.t
N src/gnu/usr.bin/perl/lib/version/t/06noop.t
N src/gnu/usr.bin/perl/lib/version/t/07locale.t
N src/gnu/usr.bin/perl/lib/version/t/coretests.pm
U src/gnu/usr.bin/perl/lib/warnings/register.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/P5AST.pm
U src/gnu/usr.bin/perl/mad/P5re.pm
U src/gnu/usr.bin/perl/mad/PLXML.pm
U src/gnu/usr.bin/perl/mad/t/p55.t
U src/gnu/usr.bin/perl/mpeix/mpeix.c
U src/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c
U src/gnu/usr.bin/perl/mpeix/mpeixish.h
U src/gnu/usr.bin/perl/mpeix/nm
U src/gnu/usr.bin/perl/mpeix/relink
U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h
U src/gnu/usr.bin/perl/NetWare/CLIBstr.h
U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c
U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h
U src/gnu/usr.bin/perl/NetWare/config.wc
U src/gnu/usr.bin/perl/NetWare/config_h.PL
U src/gnu/usr.bin/perl/NetWare/config_H.wc
U src/gnu/usr.bin/perl/NetWare/config_sh.PL
U src/gnu/usr.bin/perl/NetWare/deb.h
U src/gnu/usr.bin/perl/NetWare/dl_netware.xs
U src/gnu/usr.bin/perl/NetWare/intdef.h
U src/gnu/usr.bin/perl/NetWare/interface.c
U src/gnu/usr.bin/perl/NetWare/interface.cpp
U src/gnu/usr.bin/perl/NetWare/interface.h
U src/gnu/usr.bin/perl/NetWare/iperlhost.h
U src/gnu/usr.bin/perl/NetWare/Main.c
U src/gnu/usr.bin/perl/NetWare/Makefile
U src/gnu/usr.bin/perl/NetWare/MP.imp
U src/gnu/usr.bin/perl/NetWare/netware.h
U src/gnu/usr.bin/perl/NetWare/nw5.c
U src/gnu/usr.bin/perl/NetWare/nw5iop.h
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/nw5thread.c
U src/gnu/usr.bin/perl/NetWare/nw5thread.h
U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp
U src/gnu/usr.bin/perl/NetWare/nwhashcls.h
U src/gnu/usr.bin/perl/NetWare/Nwmain.c
U src/gnu/usr.bin/perl/NetWare/nwperlhost.h
U src/gnu/usr.bin/perl/NetWare/nwperlsys.c
U src/gnu/usr.bin/perl/NetWare/nwperlsys.h
U src/gnu/usr.bin/perl/NetWare/Nwpipe.c
U src/gnu/usr.bin/perl/NetWare/nwpipe.h
U src/gnu/usr.bin/perl/NetWare/nwplglob.c
U src/gnu/usr.bin/perl/NetWare/nwplglob.h
U src/gnu/usr.bin/perl/NetWare/nwstdio.h
U src/gnu/usr.bin/perl/NetWare/NWTInfo.c
U src/gnu/usr.bin/perl/NetWare/nwtinfo.h
U src/gnu/usr.bin/perl/NetWare/NWUtil.c
U src/gnu/usr.bin/perl/NetWare/nwutil.h
U src/gnu/usr.bin/perl/NetWare/nwvmem.h
U src/gnu/usr.bin/perl/NetWare/perllib.cpp
U src/gnu/usr.bin/perl/NetWare/splittree.pl
U src/gnu/usr.bin/perl/NetWare/sv_nw.c
U src/gnu/usr.bin/perl/NetWare/win32ish.h
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/bat/SetNWBld.bat
U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat
U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl
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/testnlm/echo/echo.c
U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c
C src/gnu/usr.bin/perl/os2/Changes
U src/gnu/usr.bin/perl/os2/diff.configure
U src/gnu/usr.bin/perl/os2/dl_os2.c
U src/gnu/usr.bin/perl/os2/dlfcn.h
U src/gnu/usr.bin/perl/os2/Makefile.SHs
C src/gnu/usr.bin/perl/os2/os2.c
U src/gnu/usr.bin/perl/os2/os2.sym
U src/gnu/usr.bin/perl/os2/os2_base.t
U src/gnu/usr.bin/perl/os2/os2_pipe.t
U src/gnu/usr.bin/perl/os2/os2add.sym
C src/gnu/usr.bin/perl/os2/os2ish.h
U src/gnu/usr.bin/perl/os2/os2thread.h
U src/gnu/usr.bin/perl/os2/perl2cmd.pl
U src/gnu/usr.bin/perl/os2/perlrexx.c
U src/gnu/usr.bin/perl/os2/perlrexx.cmd
U src/gnu/usr.bin/perl/os2/OS2/typemap
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t
U src/gnu/usr.bin/perl/plan9/aperl
U src/gnu/usr.bin/perl/plan9/buildinfo
C src/gnu/usr.bin/perl/plan9/config.plan9
C src/gnu/usr.bin/perl/plan9/config_h.sample
U src/gnu/usr.bin/perl/plan9/config_sh.sample
U src/gnu/usr.bin/perl/plan9/exclude
U src/gnu/usr.bin/perl/plan9/fndvers
C src/gnu/usr.bin/perl/plan9/genconfig.pl
C src/gnu/usr.bin/perl/plan9/mkfile
U src/gnu/usr.bin/perl/plan9/myconfig.plan9
U src/gnu/usr.bin/perl/plan9/plan9.c
U src/gnu/usr.bin/perl/plan9/plan9ish.h
U src/gnu/usr.bin/perl/plan9/setup.rc
U src/gnu/usr.bin/perl/plan9/versnum
U src/gnu/usr.bin/perl/plan9/arpa/inet.h
C src/gnu/usr.bin/perl/pod/buildtoc
U src/gnu/usr.bin/perl/pod/Makefile.SH
C src/gnu/usr.bin/perl/pod/perl.pod
U src/gnu/usr.bin/perl/pod/perl5004delta.pod
U src/gnu/usr.bin/perl/pod/perl5005delta.pod
U src/gnu/usr.bin/perl/pod/perl5100delta.pod
U src/gnu/usr.bin/perl/pod/perl5101delta.pod
U src/gnu/usr.bin/perl/pod/perl5120delta.pod
U src/gnu/usr.bin/perl/pod/perl5121delta.pod
U src/gnu/usr.bin/perl/pod/perl5122delta.pod
N src/gnu/usr.bin/perl/pod/perl5123delta.pod
N src/gnu/usr.bin/perl/pod/perl5124delta.pod
N src/gnu/usr.bin/perl/pod/perl5140delta.pod
N src/gnu/usr.bin/perl/pod/perl5141delta.pod
N src/gnu/usr.bin/perl/pod/perl5142delta.pod
N src/gnu/usr.bin/perl/pod/perl5143delta.pod
N src/gnu/usr.bin/perl/pod/perl5160delta.pod
U src/gnu/usr.bin/perl/pod/perl56delta.pod
N src/gnu/usr.bin/perl/pod/perl5161delta.pod
N src/gnu/usr.bin/perl/pod/perl5162delta.pod
U src/gnu/usr.bin/perl/pod/perl561delta.pod
U src/gnu/usr.bin/perl/pod/perl581delta.pod
U src/gnu/usr.bin/perl/pod/perl582delta.pod
U src/gnu/usr.bin/perl/pod/perl583delta.pod
U src/gnu/usr.bin/perl/pod/perl584delta.pod
U src/gnu/usr.bin/perl/pod/perl585delta.pod
U src/gnu/usr.bin/perl/pod/perl586delta.pod
U src/gnu/usr.bin/perl/pod/perl587delta.pod
U src/gnu/usr.bin/perl/pod/perl588delta.pod
U src/gnu/usr.bin/perl/pod/perl589delta.pod
C src/gnu/usr.bin/perl/pod/perl58delta.pod
C src/gnu/usr.bin/perl/pod/perlapio.pod
U src/gnu/usr.bin/perl/pod/perlartistic.pod
C src/gnu/usr.bin/perl/pod/perlbook.pod
U src/gnu/usr.bin/perl/pod/perlboot.pod
C src/gnu/usr.bin/perl/pod/perlbot.pod
C src/gnu/usr.bin/perl/pod/perlcall.pod
U src/gnu/usr.bin/perl/pod/perlcheat.pod
U src/gnu/usr.bin/perl/pod/perlclib.pod
U src/gnu/usr.bin/perl/pod/perlcommunity.pod
C src/gnu/usr.bin/perl/pod/perldata.pod
U src/gnu/usr.bin/perl/pod/perldbmfilter.pod
U src/gnu/usr.bin/perl/pod/perldebguts.pod
U src/gnu/usr.bin/perl/pod/perldebtut.pod
C src/gnu/usr.bin/perl/pod/perldebug.pod
C src/gnu/usr.bin/perl/pod/perldelta.pod
C src/gnu/usr.bin/perl/pod/perldiag.pod
U src/gnu/usr.bin/perl/pod/perldsc.pod
N src/gnu/usr.bin/perl/pod/perldtrace.pod
U src/gnu/usr.bin/perl/pod/perlebcdic.pod
C src/gnu/usr.bin/perl/pod/perlembed.pod
N src/gnu/usr.bin/perl/pod/perlexperiment.pod
U src/gnu/usr.bin/perl/pod/perlfilter.pod
U src/gnu/usr.bin/perl/pod/perlfork.pod
C src/gnu/usr.bin/perl/pod/perlform.pod
C src/gnu/usr.bin/perl/pod/perlfunc.pod
N src/gnu/usr.bin/perl/pod/perlgit.pod
U src/gnu/usr.bin/perl/pod/perlgpl.pod
C src/gnu/usr.bin/perl/pod/perlguts.pod
U src/gnu/usr.bin/perl/pod/perlhack.pod
N src/gnu/usr.bin/perl/pod/perlhacktips.pod
N src/gnu/usr.bin/perl/pod/perlhacktut.pod
C src/gnu/usr.bin/perl/pod/perlhist.pod
N src/gnu/usr.bin/perl/pod/perlinterp.pod
U src/gnu/usr.bin/perl/pod/perlintro.pod
U src/gnu/usr.bin/perl/pod/perliol.pod
C src/gnu/usr.bin/perl/pod/perlipc.pod
U src/gnu/usr.bin/perl/pod/perllexwarn.pod
C src/gnu/usr.bin/perl/pod/perllocale.pod
C src/gnu/usr.bin/perl/pod/perllol.pod
C src/gnu/usr.bin/perl/pod/perlmod.pod
C src/gnu/usr.bin/perl/pod/perlmodinstall.pod
U src/gnu/usr.bin/perl/pod/perlmodlib.PL
U src/gnu/usr.bin/perl/pod/perlmodstyle.pod
U src/gnu/usr.bin/perl/pod/perlmroapi.pod
U src/gnu/usr.bin/perl/pod/perlnewmod.pod
U src/gnu/usr.bin/perl/pod/perlnumber.pod
C src/gnu/usr.bin/perl/pod/perlobj.pod
N src/gnu/usr.bin/perl/pod/perlootut.pod
C src/gnu/usr.bin/perl/pod/rofftoc
C src/gnu/usr.bin/perl/pod/perlop.pod
U src/gnu/usr.bin/perl/pod/perlopentut.pod
U src/gnu/usr.bin/perl/pod/perlpacktut.pod
U src/gnu/usr.bin/perl/pod/perlperf.pod
C src/gnu/usr.bin/perl/pod/perlpod.pod
U src/gnu/usr.bin/perl/pod/perlpodspec.pod
N src/gnu/usr.bin/perl/pod/perlpodstyle.pod
U src/gnu/usr.bin/perl/pod/perlpolicy.pod
U src/gnu/usr.bin/perl/pod/perlport.pod
U src/gnu/usr.bin/perl/pod/perlpragma.pod
C src/gnu/usr.bin/perl/pod/perlre.pod
U src/gnu/usr.bin/perl/pod/perlreapi.pod
U src/gnu/usr.bin/perl/pod/perlrebackslash.pod
U src/gnu/usr.bin/perl/pod/perlrecharclass.pod
C src/gnu/usr.bin/perl/pod/perlref.pod
U src/gnu/usr.bin/perl/pod/perlreftut.pod
U src/gnu/usr.bin/perl/pod/perlreguts.pod
U src/gnu/usr.bin/perl/pod/perlrequick.pod
U src/gnu/usr.bin/perl/pod/perlreref.pod
U src/gnu/usr.bin/perl/pod/perlretut.pod
C src/gnu/usr.bin/perl/pod/perlrun.pod
C src/gnu/usr.bin/perl/pod/perlsec.pod
N src/gnu/usr.bin/perl/pod/perlsource.pod
U src/gnu/usr.bin/perl/pod/perlstyle.pod
C src/gnu/usr.bin/perl/pod/perlsub.pod
C src/gnu/usr.bin/perl/pod/perlsyn.pod
C src/gnu/usr.bin/perl/pod/perlthrtut.pod
C src/gnu/usr.bin/perl/pod/perltie.pod
U src/gnu/usr.bin/perl/pod/perltodo.pod
U src/gnu/usr.bin/perl/pod/perltooc.pod
C src/gnu/usr.bin/perl/pod/perltoot.pod
C src/gnu/usr.bin/perl/pod/perltrap.pod
U src/gnu/usr.bin/perl/pod/perlunicode.pod
U src/gnu/usr.bin/perl/pod/perlunifaq.pod
U src/gnu/usr.bin/perl/pod/perluniintro.pod
U src/gnu/usr.bin/perl/pod/perlunitut.pod
U src/gnu/usr.bin/perl/pod/perlutil.pod
C src/gnu/usr.bin/perl/pod/perlvar.pod
U src/gnu/usr.bin/perl/pod/perlvms.pod
U src/gnu/usr.bin/perl/pod/splitman
U src/gnu/usr.bin/perl/pod/splitpod
N src/gnu/usr.bin/perl/Porting/acknowledgements.pl
U src/gnu/usr.bin/perl/Porting/add-package.pl
N src/gnu/usr.bin/perl/Porting/bisect-example.sh
N src/gnu/usr.bin/perl/Porting/bisect-runner.pl
N src/gnu/usr.bin/perl/Porting/bisect.pl
U src/gnu/usr.bin/perl/Porting/bump-perl-version
U src/gnu/usr.bin/perl/Porting/check-cpan-pollution
U src/gnu/usr.bin/perl/Porting/check83.pl
U src/gnu/usr.bin/perl/Porting/checkansi.pl
U src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl
U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl
N src/gnu/usr.bin/perl/Porting/checkpodencoding.pl
U src/gnu/usr.bin/perl/Porting/checkURL.pl
U src/gnu/usr.bin/perl/Porting/checkVERSION.pl
N src/gnu/usr.bin/perl/Porting/cherrymaint
U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl
U src/gnu/usr.bin/perl/Porting/config.sh
C src/gnu/usr.bin/perl/Porting/config_H
U src/gnu/usr.bin/perl/Porting/config_h.pl
U src/gnu/usr.bin/perl/Porting/corecpan.pl
U src/gnu/usr.bin/perl/Porting/core-cpan-diff
U src/gnu/usr.bin/perl/Porting/corelist-diff
U src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl
U src/gnu/usr.bin/perl/Porting/corelist.pl
U src/gnu/usr.bin/perl/Porting/curliff.pl
N src/gnu/usr.bin/perl/Porting/epigraphs.pod
N src/gnu/usr.bin/perl/Porting/exec-bit.txt
N src/gnu/usr.bin/perl/Porting/exercise_makedef.pl
U src/gnu/usr.bin/perl/Porting/expand-macro.pl
U src/gnu/usr.bin/perl/Porting/findrfuncs
N src/gnu/usr.bin/perl/Porting/git-deltatool
U src/gnu/usr.bin/perl/Porting/git-find-p4-change
U src/gnu/usr.bin/perl/Porting/git-make-p4-refs
U src/gnu/usr.bin/perl/Porting/GitUtils.pm
C src/gnu/usr.bin/perl/Porting/Glossary
U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod
U src/gnu/usr.bin/perl/Porting/Maintainers
C src/gnu/usr.bin/perl/Porting/Maintainers.pl
U src/gnu/usr.bin/perl/Porting/Maintainers.pm
N src/gnu/usr.bin/perl/Porting/make-rmg-checklist
C src/gnu/usr.bin/perl/Porting/makerel
U src/gnu/usr.bin/perl/Porting/makemeta
U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl
N src/gnu/usr.bin/perl/Porting/make_modlib_cpan.pl
U src/gnu/usr.bin/perl/Porting/make_snapshot.pl
U src/gnu/usr.bin/perl/Porting/manicheck
U src/gnu/usr.bin/perl/Porting/manisort
N src/gnu/usr.bin/perl/Porting/new-perldelta.pl
U src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl
U src/gnu/usr.bin/perl/Porting/perldelta_template.pod
N src/gnu/usr.bin/perl/Porting/perlhist_calculate.pl
N src/gnu/usr.bin/perl/Porting/pod_lib.pl
N src/gnu/usr.bin/perl/Porting/pod_rules.pl
U src/gnu/usr.bin/perl/Porting/podtidy
C src/gnu/usr.bin/perl/Porting/pumpkin.pod
U src/gnu/usr.bin/perl/Porting/README.y2038
N src/gnu/usr.bin/perl/Porting/release_announcement_template.txt
U src/gnu/usr.bin/perl/Porting/release_managers_guide.pod
U src/gnu/usr.bin/perl/Porting/release_schedule.pod
N src/gnu/usr.bin/perl/Porting/rt_list_patches
U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl
N src/gnu/usr.bin/perl/Porting/sync-with-cpan
U src/gnu/usr.bin/perl/Porting/testall.atom
U src/gnu/usr.bin/perl/Porting/thirdclean
U src/gnu/usr.bin/perl/Porting/timecheck.c
U src/gnu/usr.bin/perl/Porting/timecheck2.c
N src/gnu/usr.bin/perl/Porting/todo.pod
U src/gnu/usr.bin/perl/Porting/valgrindpp.pl
C src/gnu/usr.bin/perl/qnx/ar
U src/gnu/usr.bin/perl/qnx/cpp
U src/gnu/usr.bin/perl/qnx/qnx.c
C src/gnu/usr.bin/perl/t/harness
U src/gnu/usr.bin/perl/t/perl.supp
U src/gnu/usr.bin/perl/t/README
C src/gnu/usr.bin/perl/t/TEST
U src/gnu/usr.bin/perl/t/test.pl
U src/gnu/usr.bin/perl/t/thread_it.pl
U src/gnu/usr.bin/perl/t/base/cond.t
U src/gnu/usr.bin/perl/t/base/if.t
C src/gnu/usr.bin/perl/t/base/lex.t
U src/gnu/usr.bin/perl/t/base/num.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/term.t
N src/gnu/usr.bin/perl/t/base/while.t
U src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t
U src/gnu/usr.bin/perl/t/cmd/elsif.t
U src/gnu/usr.bin/perl/t/cmd/for.t
U src/gnu/usr.bin/perl/t/cmd/mod.t
U src/gnu/usr.bin/perl/t/cmd/subval.t
U src/gnu/usr.bin/perl/t/cmd/switch.t
C src/gnu/usr.bin/perl/t/cmd/while.t
U src/gnu/usr.bin/perl/t/comp/bproto.t
U src/gnu/usr.bin/perl/t/comp/cmdopt.t
U src/gnu/usr.bin/perl/t/comp/colon.t
C src/gnu/usr.bin/perl/t/comp/decl.t
U src/gnu/usr.bin/perl/t/comp/final_line_num.t
U src/gnu/usr.bin/perl/t/comp/fold.t
U src/gnu/usr.bin/perl/t/comp/form_scope.t
U src/gnu/usr.bin/perl/t/comp/hints.aux
U src/gnu/usr.bin/perl/t/comp/hints.t
U src/gnu/usr.bin/perl/t/comp/line_debug.t
U src/gnu/usr.bin/perl/t/comp/line_debug_0.aux
U src/gnu/usr.bin/perl/t/comp/multiline.t
U src/gnu/usr.bin/perl/t/comp/opsubs.t
U src/gnu/usr.bin/perl/t/comp/our.t
U src/gnu/usr.bin/perl/t/comp/package.t
N src/gnu/usr.bin/perl/t/comp/package_block.t
U src/gnu/usr.bin/perl/t/comp/parser.t
C src/gnu/usr.bin/perl/t/comp/proto.t
U src/gnu/usr.bin/perl/t/comp/redef.t
C src/gnu/usr.bin/perl/t/comp/require.t
U src/gnu/usr.bin/perl/t/comp/retainedlines.t
U src/gnu/usr.bin/perl/t/comp/term.t
U src/gnu/usr.bin/perl/t/comp/uproto.t
C src/gnu/usr.bin/perl/t/comp/use.t
U src/gnu/usr.bin/perl/t/comp/utf.t
C src/gnu/usr.bin/perl/t/io/argv.t
U src/gnu/usr.bin/perl/t/io/binmode.t
N src/gnu/usr.bin/perl/t/io/bom.t
U src/gnu/usr.bin/perl/t/io/crlf.t
U src/gnu/usr.bin/perl/t/io/crlf_through.t
N src/gnu/usr.bin/perl/t/io/data.t
N src/gnu/usr.bin/perl/t/io/defout.t
U src/gnu/usr.bin/perl/t/io/dup.t
N src/gnu/usr.bin/perl/t/io/eintr.t
U src/gnu/usr.bin/perl/t/io/errno.t
N src/gnu/usr.bin/perl/t/io/errnosig.t
U src/gnu/usr.bin/perl/t/io/fflush.t
C src/gnu/usr.bin/perl/t/io/fs.t
C src/gnu/usr.bin/perl/t/io/inplace.t
N src/gnu/usr.bin/perl/t/io/iofile.t
U src/gnu/usr.bin/perl/t/io/iprefix.t
U src/gnu/usr.bin/perl/t/io/layers.t
U src/gnu/usr.bin/perl/t/io/nargv.t
C src/gnu/usr.bin/perl/t/io/open.t
U src/gnu/usr.bin/perl/t/io/openpid.t
U src/gnu/usr.bin/perl/t/io/perlio.t
U src/gnu/usr.bin/perl/t/io/perlio_fail.t
U src/gnu/usr.bin/perl/t/io/perlio_leaks.t
U src/gnu/usr.bin/perl/t/io/perlio_open.t
U src/gnu/usr.bin/perl/t/io/pipe.t
C src/gnu/usr.bin/perl/t/io/print.t
U src/gnu/usr.bin/perl/t/io/pvbm.t
C src/gnu/usr.bin/perl/t/io/read.t
U src/gnu/usr.bin/perl/t/io/say.t
N src/gnu/usr.bin/perl/t/io/shm.t
C src/gnu/usr.bin/perl/t/io/tell.t
U src/gnu/usr.bin/perl/t/io/through.t
U src/gnu/usr.bin/perl/t/io/utf8.t
U src/gnu/usr.bin/perl/t/japh/abigail.t
U src/gnu/usr.bin/perl/t/lib/1_compile.t
U src/gnu/usr.bin/perl/t/lib/Cname.pm
U src/gnu/usr.bin/perl/t/lib/common.pl
U src/gnu/usr.bin/perl/t/lib/commonsense.t
U src/gnu/usr.bin/perl/t/lib/compmod.pl
U src/gnu/usr.bin/perl/t/lib/croak.t
U src/gnu/usr.bin/perl/t/lib/cygwin.t
N src/gnu/usr.bin/perl/t/lib/dbmt_common.pl
U src/gnu/usr.bin/perl/t/lib/deprecate.t
U src/gnu/usr.bin/perl/t/lib/h2ph.h
U src/gnu/usr.bin/perl/t/lib/h2ph.pht
U src/gnu/usr.bin/perl/t/lib/mypragma.pm
U src/gnu/usr.bin/perl/t/lib/mypragma.t
U src/gnu/usr.bin/perl/t/lib/no_load.t
U src/gnu/usr.bin/perl/t/lib/overload_fallback.t
N src/gnu/usr.bin/perl/t/lib/overload_nomethod.t
U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t
U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm
U src/gnu/usr.bin/perl/t/lib/test_use.pm
U src/gnu/usr.bin/perl/t/lib/test_use_14937.pm
N src/gnu/usr.bin/perl/t/lib/universal.t
N src/gnu/usr.bin/perl/t/lib/charnames/alias
N src/gnu/usr.bin/perl/t/lib/croak/mg
N src/gnu/usr.bin/perl/t/lib/croak/op
N src/gnu/usr.bin/perl/t/lib/croak/pp_ctl
U src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm
U src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm
U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm
N src/gnu/usr.bin/perl/t/lib/Devel/switchd_empty.pm
U src/gnu/usr.bin/perl/t/lib/feature/bundle
U src/gnu/usr.bin/perl/t/lib/feature/implicit
U src/gnu/usr.bin/perl/t/lib/feature/nonesuch
U src/gnu/usr.bin/perl/t/lib/feature/say
U src/gnu/usr.bin/perl/t/lib/feature/switch
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/lib/strict/refs
U src/gnu/usr.bin/perl/t/lib/strict/subs
U src/gnu/usr.bin/perl/t/lib/strict/vars
N src/gnu/usr.bin/perl/t/lib/subs/subs
U src/gnu/usr.bin/perl/t/lib/warnings/1global
U src/gnu/usr.bin/perl/t/lib/warnings/2use
U src/gnu/usr.bin/perl/t/lib/warnings/3both
U src/gnu/usr.bin/perl/t/lib/warnings/4lint
U src/gnu/usr.bin/perl/t/lib/warnings/5nolint
U src/gnu/usr.bin/perl/t/lib/warnings/6default
U src/gnu/usr.bin/perl/t/lib/warnings/7fatal
U src/gnu/usr.bin/perl/t/lib/warnings/8signal
U src/gnu/usr.bin/perl/t/lib/warnings/9enabled
U src/gnu/usr.bin/perl/t/lib/warnings/9uninit
U src/gnu/usr.bin/perl/t/lib/warnings/av
U src/gnu/usr.bin/perl/t/lib/warnings/doio
U src/gnu/usr.bin/perl/t/lib/warnings/doop
U src/gnu/usr.bin/perl/t/lib/warnings/gv
U src/gnu/usr.bin/perl/t/lib/warnings/hv
U src/gnu/usr.bin/perl/t/lib/warnings/malloc
U src/gnu/usr.bin/perl/t/lib/warnings/mg
U src/gnu/usr.bin/perl/t/lib/warnings/op
U src/gnu/usr.bin/perl/t/lib/warnings/pad
U src/gnu/usr.bin/perl/t/lib/warnings/perl
U src/gnu/usr.bin/perl/t/lib/warnings/perlio
U src/gnu/usr.bin/perl/t/lib/warnings/perly
U src/gnu/usr.bin/perl/t/lib/warnings/pp
U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl
U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot
U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack
U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys
U src/gnu/usr.bin/perl/t/lib/warnings/regcomp
U src/gnu/usr.bin/perl/t/lib/warnings/regexec
U src/gnu/usr.bin/perl/t/lib/warnings/run
C src/gnu/usr.bin/perl/t/lib/warnings/sv
U src/gnu/usr.bin/perl/t/lib/warnings/taint
U src/gnu/usr.bin/perl/t/lib/warnings/toke
U src/gnu/usr.bin/perl/t/lib/warnings/universal
U src/gnu/usr.bin/perl/t/lib/warnings/utf8
U src/gnu/usr.bin/perl/t/lib/warnings/util
U src/gnu/usr.bin/perl/t/mro/basic.t
U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_01_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_01_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_02_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_02_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_03_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_03_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_04_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_04_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t
U src/gnu/usr.bin/perl/t/mro/dbic_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_05_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_05_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/basic_utf8.t
U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t
N src/gnu/usr.bin/perl/t/mro/c3_with_overload_utf8.t
U src/gnu/usr.bin/perl/t/mro/complex_c3.t
N src/gnu/usr.bin/perl/t/mro/complex_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/complex_dfs.t
N src/gnu/usr.bin/perl/t/mro/complex_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/dbic_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t
N src/gnu/usr.bin/perl/t/mro/dbic_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t
N src/gnu/usr.bin/perl/t/mro/inconsistent_c3_utf8.t
N src/gnu/usr.bin/perl/t/mro/isa_aliases.t
N src/gnu/usr.bin/perl/t/mro/isa_aliases_utf8.t
U src/gnu/usr.bin/perl/t/mro/isa_c3.t
N src/gnu/usr.bin/perl/t/mro/isa_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/isa_dfs.t
N src/gnu/usr.bin/perl/t/mro/isa_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/isarev.t
N src/gnu/usr.bin/perl/t/mro/isarev_utf8.t
U src/gnu/usr.bin/perl/t/mro/method_caching.t
N src/gnu/usr.bin/perl/t/mro/method_caching_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_edgecases.t
N src/gnu/usr.bin/perl/t/mro/next_edgecases_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_goto.t
N src/gnu/usr.bin/perl/t/mro/next_goto_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_inanon.t
N src/gnu/usr.bin/perl/t/mro/next_inanon_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_ineval.t
N src/gnu/usr.bin/perl/t/mro/next_ineval_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_method.t
N src/gnu/usr.bin/perl/t/mro/next_method_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_NEXT.t
N src/gnu/usr.bin/perl/t/mro/next_NEXT_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_skip.t
N src/gnu/usr.bin/perl/t/mro/next_skip_utf8.t
U src/gnu/usr.bin/perl/t/mro/overload_c3.t
N src/gnu/usr.bin/perl/t/mro/overload_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/overload_dfs.t
U src/gnu/usr.bin/perl/t/mro/package_aliases.t
N src/gnu/usr.bin/perl/t/mro/package_aliases_utf8.t
U src/gnu/usr.bin/perl/t/mro/pkg_gen.t
N src/gnu/usr.bin/perl/t/mro/pkg_gen_utf8.t
U src/gnu/usr.bin/perl/t/mro/recursion_c3.t
N src/gnu/usr.bin/perl/t/mro/recursion_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t
N src/gnu/usr.bin/perl/t/mro/recursion_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t
N src/gnu/usr.bin/perl/t/mro/vulcan_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t
N src/gnu/usr.bin/perl/t/mro/vulcan_dfs_utf8.t
U src/gnu/usr.bin/perl/t/op/64bitint.t
U src/gnu/usr.bin/perl/t/op/alarm.t
U src/gnu/usr.bin/perl/t/op/anonsub.t
U src/gnu/usr.bin/perl/t/op/append.t
U src/gnu/usr.bin/perl/t/op/args.t
U src/gnu/usr.bin/perl/t/op/arith.t
C src/gnu/usr.bin/perl/t/op/array.t
U src/gnu/usr.bin/perl/t/op/array_base.t
C src/gnu/usr.bin/perl/t/op/assignwarn.t
U src/gnu/usr.bin/perl/t/op/attrhand.t
U src/gnu/usr.bin/perl/t/op/attrs.t
C src/gnu/usr.bin/perl/t/op/auto.t
U src/gnu/usr.bin/perl/t/op/avhv.t
U src/gnu/usr.bin/perl/t/op/bless.t
U src/gnu/usr.bin/perl/t/op/blocks.t
C src/gnu/usr.bin/perl/t/op/bop.t
U src/gnu/usr.bin/perl/t/op/caller.pl
U src/gnu/usr.bin/perl/t/op/caller.t
U src/gnu/usr.bin/perl/t/op/chars.t
U src/gnu/usr.bin/perl/t/op/chdir.t
C src/gnu/usr.bin/perl/t/op/chop.t
U src/gnu/usr.bin/perl/t/op/chr.t
C src/gnu/usr.bin/perl/t/op/closure.t
C src/gnu/usr.bin/perl/t/op/cmp.t
U src/gnu/usr.bin/perl/t/op/concat.t
N src/gnu/usr.bin/perl/t/op/concat2.t
U src/gnu/usr.bin/perl/t/op/cond.t
U src/gnu/usr.bin/perl/t/op/context.t
N src/gnu/usr.bin/perl/t/op/coreamp.t
N src/gnu/usr.bin/perl/t/op/coresubs.t
U src/gnu/usr.bin/perl/t/op/cproto.t
U src/gnu/usr.bin/perl/t/op/crypt.t
N src/gnu/usr.bin/perl/t/op/current_sub.t
U src/gnu/usr.bin/perl/t/op/dbm.t
U src/gnu/usr.bin/perl/t/op/defins.t
U src/gnu/usr.bin/perl/t/op/delete.t
U src/gnu/usr.bin/perl/t/op/die.t
N src/gnu/usr.bin/perl/t/op/die_except.t
U src/gnu/usr.bin/perl/t/op/die_exit.t
N src/gnu/usr.bin/perl/t/op/die_keeperr.t
N src/gnu/usr.bin/perl/t/op/die_unwind.t
C src/gnu/usr.bin/perl/t/op/do.t
U src/gnu/usr.bin/perl/t/op/dor.t
C src/gnu/usr.bin/perl/t/op/each.t
U src/gnu/usr.bin/perl/t/op/each_array.t
C src/gnu/usr.bin/perl/t/op/eval.t
N src/gnu/usr.bin/perl/t/op/evalbytes.t
C src/gnu/usr.bin/perl/t/op/exec.t
U src/gnu/usr.bin/perl/t/op/exists_sub.t
U src/gnu/usr.bin/perl/t/op/exp.t
U src/gnu/usr.bin/perl/t/op/fh.t
U src/gnu/usr.bin/perl/t/op/filehandle.t
U src/gnu/usr.bin/perl/t/op/filetest.t
N src/gnu/usr.bin/perl/t/op/filetest_stack_ok.t
U src/gnu/usr.bin/perl/t/op/filetest_t.t
U src/gnu/usr.bin/perl/t/op/flip.t
C src/gnu/usr.bin/perl/t/op/fork.t
N src/gnu/usr.bin/perl/t/op/fresh_perl_utf8.t
U src/gnu/usr.bin/perl/t/op/getpid.t
U src/gnu/usr.bin/perl/t/op/getppid.t
C src/gnu/usr.bin/perl/t/op/glob.t
U src/gnu/usr.bin/perl/t/op/gmagic.t
C src/gnu/usr.bin/perl/t/op/goto.t
C src/gnu/usr.bin/perl/t/op/goto_xs.t
U src/gnu/usr.bin/perl/t/op/grent.t
U src/gnu/usr.bin/perl/t/op/grep.t
C src/gnu/usr.bin/perl/t/op/groups.t
C src/gnu/usr.bin/perl/t/op/gv.t
N src/gnu/usr.bin/perl/t/op/hash-rt85026.t
C src/gnu/usr.bin/perl/t/op/hash.t
U src/gnu/usr.bin/perl/t/op/hashassign.t
U src/gnu/usr.bin/perl/t/op/hashwarn.t
C src/gnu/usr.bin/perl/t/op/inc.t
U src/gnu/usr.bin/perl/t/op/inccode-tie.t
U src/gnu/usr.bin/perl/t/op/inccode.t
U src/gnu/usr.bin/perl/t/op/incfilter.t
C src/gnu/usr.bin/perl/t/op/index.t
U src/gnu/usr.bin/perl/t/op/index_thr.t
C src/gnu/usr.bin/perl/t/op/int.t
U src/gnu/usr.bin/perl/t/op/join.t
U src/gnu/usr.bin/perl/t/op/kill0.t
U src/gnu/usr.bin/perl/t/op/lc.t
N src/gnu/usr.bin/perl/t/op/leaky-magic.t
U src/gnu/usr.bin/perl/t/op/length.t
U src/gnu/usr.bin/perl/t/op/lex.t
U src/gnu/usr.bin/perl/t/op/lex_assign.t
U src/gnu/usr.bin/perl/t/op/lfs.t
C src/gnu/usr.bin/perl/t/op/list.t
C src/gnu/usr.bin/perl/t/op/local.t
U src/gnu/usr.bin/perl/t/op/localref.t
N src/gnu/usr.bin/perl/t/op/lock.t
U src/gnu/usr.bin/perl/t/op/loopctl.t
U src/gnu/usr.bin/perl/t/op/lop.t
N src/gnu/usr.bin/perl/t/op/magic-27839.t
C src/gnu/usr.bin/perl/t/op/magic.t
N src/gnu/usr.bin/perl/t/op/magic_phase.t
C src/gnu/usr.bin/perl/t/op/method.t
C src/gnu/usr.bin/perl/t/op/mkdir.t
U src/gnu/usr.bin/perl/t/op/my.t
U src/gnu/usr.bin/perl/t/op/my_stash.t
U src/gnu/usr.bin/perl/t/op/mydef.t
U src/gnu/usr.bin/perl/t/op/negate.t
U src/gnu/usr.bin/perl/t/op/not.t
U src/gnu/usr.bin/perl/t/op/numconvert.t
C src/gnu/usr.bin/perl/t/op/oct.t
U src/gnu/usr.bin/perl/t/op/or.t
U src/gnu/usr.bin/perl/t/op/ord.t
U src/gnu/usr.bin/perl/t/op/overload_integer.t
U src/gnu/usr.bin/perl/t/op/override.t
C src/gnu/usr.bin/perl/t/op/pack.t
U src/gnu/usr.bin/perl/t/op/packagev.t
U src/gnu/usr.bin/perl/t/op/pos.t
U src/gnu/usr.bin/perl/t/op/pow.t
N src/gnu/usr.bin/perl/t/op/print.t
U src/gnu/usr.bin/perl/t/op/protowarn.t
C src/gnu/usr.bin/perl/t/op/push.t
U src/gnu/usr.bin/perl/t/op/pwent.t
U src/gnu/usr.bin/perl/t/op/qq.t
U src/gnu/usr.bin/perl/t/op/qr.t
C src/gnu/usr.bin/perl/t/op/quotemeta.t
C src/gnu/usr.bin/perl/t/op/rand.t
C src/gnu/usr.bin/perl/t/op/range.t
U src/gnu/usr.bin/perl/t/op/read.t
C src/gnu/usr.bin/perl/t/op/readdir.t
U src/gnu/usr.bin/perl/t/op/readline.t
U src/gnu/usr.bin/perl/t/op/recurse.t
C src/gnu/usr.bin/perl/t/op/ref.t
U src/gnu/usr.bin/perl/t/op/repeat.t
N src/gnu/usr.bin/perl/t/op/require_37033.t
N src/gnu/usr.bin/perl/t/op/require_errors.t
U src/gnu/usr.bin/perl/t/op/reset.t
U src/gnu/usr.bin/perl/t/op/reverse.t
C src/gnu/usr.bin/perl/t/op/runlevel.t
N src/gnu/usr.bin/perl/t/op/select.t
U src/gnu/usr.bin/perl/t/op/setpgrpstack.t
N src/gnu/usr.bin/perl/t/op/sigdispatch.t
N src/gnu/usr.bin/perl/t/op/sigsystem.t
U src/gnu/usr.bin/perl/t/op/sleep.t
N src/gnu/usr.bin/perl/t/op/smartkve.t
U src/gnu/usr.bin/perl/t/op/smartmatch.t
C src/gnu/usr.bin/perl/t/op/sort.t
U src/gnu/usr.bin/perl/t/op/splice.t
C src/gnu/usr.bin/perl/t/op/split.t
N src/gnu/usr.bin/perl/t/op/split_unicode.t
C src/gnu/usr.bin/perl/t/op/sprintf.t
C src/gnu/usr.bin/perl/t/op/sprintf2.t
U src/gnu/usr.bin/perl/t/op/srand.t
U src/gnu/usr.bin/perl/t/op/sselect.t
U src/gnu/usr.bin/perl/t/op/stash.t
C src/gnu/usr.bin/perl/t/op/stat.t
U src/gnu/usr.bin/perl/t/op/state.t
C src/gnu/usr.bin/perl/t/op/study.t
U src/gnu/usr.bin/perl/t/op/studytied.t
U src/gnu/usr.bin/perl/t/op/sub.t
U src/gnu/usr.bin/perl/t/op/sub_lval.t
C src/gnu/usr.bin/perl/t/op/substr.t
C src/gnu/usr.bin/perl/t/op/substr_thr.t
N src/gnu/usr.bin/perl/t/op/svleak.t
U src/gnu/usr.bin/perl/t/op/switch.t
U src/gnu/usr.bin/perl/t/op/symbolcache.t
C src/gnu/usr.bin/perl/t/op/sysio.t
C src/gnu/usr.bin/perl/t/op/taint.t
N src/gnu/usr.bin/perl/t/op/threads-dirh.t
U src/gnu/usr.bin/perl/t/op/threads.t
U src/gnu/usr.bin/perl/t/op/threads_create.pl
C src/gnu/usr.bin/perl/t/op/tie.t
N src/gnu/usr.bin/perl/t/op/tie_fetch_count.t
U src/gnu/usr.bin/perl/t/op/tiearray.t
U src/gnu/usr.bin/perl/t/op/tiehandle.t
C src/gnu/usr.bin/perl/t/op/time.t
U src/gnu/usr.bin/perl/t/op/time_loop.t
U src/gnu/usr.bin/perl/t/op/tr.t
C src/gnu/usr.bin/perl/t/op/undef.t
C src/gnu/usr.bin/perl/t/op/universal.t
N src/gnu/usr.bin/perl/t/op/unlink.t
C src/gnu/usr.bin/perl/t/op/unshift.t
U src/gnu/usr.bin/perl/t/op/upgrade.t
U src/gnu/usr.bin/perl/t/op/utf8cache.t
U src/gnu/usr.bin/perl/t/op/utf8decode.t
U src/gnu/usr.bin/perl/t/op/utf8magic.t
U src/gnu/usr.bin/perl/t/op/utfhash.t
U src/gnu/usr.bin/perl/t/op/utftaint.t
C src/gnu/usr.bin/perl/t/op/vec.t
U src/gnu/usr.bin/perl/t/op/ver.t
N src/gnu/usr.bin/perl/t/op/warn.t
U src/gnu/usr.bin/perl/t/op/wantarray.t
U src/gnu/usr.bin/perl/t/op/while_readdir.t
C src/gnu/usr.bin/perl/t/op/write.t
U src/gnu/usr.bin/perl/t/op/yadayada.t
U src/gnu/usr.bin/perl/t/porting/args_assert.t
N src/gnu/usr.bin/perl/t/porting/authors.t
N src/gnu/usr.bin/perl/t/porting/bincompat.t
U src/gnu/usr.bin/perl/t/porting/checkcase.t
N src/gnu/usr.bin/perl/t/porting/checkcfgvar.t
N src/gnu/usr.bin/perl/t/porting/cmp_version.t
N src/gnu/usr.bin/perl/t/porting/customized.dat
N src/gnu/usr.bin/perl/t/porting/customized.t
U src/gnu/usr.bin/perl/t/porting/diag.t
N src/gnu/usr.bin/perl/t/porting/dual-life.t
N src/gnu/usr.bin/perl/t/porting/exec-bit.t
N src/gnu/usr.bin/perl/t/porting/filenames.t
N src/gnu/usr.bin/perl/t/porting/FindExt.t
N src/gnu/usr.bin/perl/t/porting/globvar.t
N src/gnu/usr.bin/perl/t/porting/known_pod_issues.dat
U src/gnu/usr.bin/perl/t/porting/maintainers.t
U src/gnu/usr.bin/perl/t/porting/manifest.t
N src/gnu/usr.bin/perl/t/porting/pending-author.t
N src/gnu/usr.bin/perl/t/porting/perlfunc.t
N src/gnu/usr.bin/perl/t/porting/pod_rules.t
U src/gnu/usr.bin/perl/t/porting/podcheck.t
N src/gnu/usr.bin/perl/t/porting/regen.t
U src/gnu/usr.bin/perl/t/porting/test_bootstrap.t
N src/gnu/usr.bin/perl/t/porting/utils.t
N src/gnu/usr.bin/perl/t/re/charset.t
N src/gnu/usr.bin/perl/t/re/fold_grind.t
N src/gnu/usr.bin/perl/t/re/no_utf8_pm.t
N src/gnu/usr.bin/perl/t/re/overload.t
U src/gnu/usr.bin/perl/t/re/pat.t
U src/gnu/usr.bin/perl/t/re/pat_advanced.t
U src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t
U src/gnu/usr.bin/perl/t/re/pat_psycho.t
U src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t
U src/gnu/usr.bin/perl/t/re/pat_re_eval.t
U src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t
U src/gnu/usr.bin/perl/t/re/pat_rt_report.t
U src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t
U src/gnu/usr.bin/perl/t/re/pat_special_cc.t
U src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t
U src/gnu/usr.bin/perl/t/re/pat_thr.t
N src/gnu/usr.bin/perl/t/re/qr-72922.t
U src/gnu/usr.bin/perl/t/re/qr.t
U src/gnu/usr.bin/perl/t/re/qr_gc.t
U src/gnu/usr.bin/perl/t/re/qrstack.t
U src/gnu/usr.bin/perl/t/re/re_tests
U src/gnu/usr.bin/perl/t/re/reg_60508.t
U src/gnu/usr.bin/perl/t/re/reg_email.t
U src/gnu/usr.bin/perl/t/re/reg_email_thr.t
N src/gnu/usr.bin/perl/t/re/reg_eval.t
N src/gnu/usr.bin/perl/t/re/reg_eval_scope.t
U src/gnu/usr.bin/perl/t/re/reg_fold.t
U src/gnu/usr.bin/perl/t/re/reg_mesg.t
U src/gnu/usr.bin/perl/t/re/reg_namedcapture.t
U src/gnu/usr.bin/perl/t/re/reg_nc_tie.t
U src/gnu/usr.bin/perl/t/re/reg_pmod.t
U src/gnu/usr.bin/perl/t/re/reg_posixcc.t
U src/gnu/usr.bin/perl/t/re/regexp.t
U src/gnu/usr.bin/perl/t/re/regexp_noamp.t
U src/gnu/usr.bin/perl/t/re/regexp_notrie.t
U src/gnu/usr.bin/perl/t/re/regexp_qr.t
U src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t
U src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t
U src/gnu/usr.bin/perl/t/re/regexp_trielist.t
U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t
U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t
U src/gnu/usr.bin/perl/t/re/rxcode.t
U src/gnu/usr.bin/perl/t/re/subst.t
U src/gnu/usr.bin/perl/t/re/subst_amp.t
U src/gnu/usr.bin/perl/t/re/subst_wamp.t
U src/gnu/usr.bin/perl/t/re/substT.t
U src/gnu/usr.bin/perl/t/re/uniprops.t
U src/gnu/usr.bin/perl/t/run/cloexec.t
N src/gnu/usr.bin/perl/t/run/dtrace.t
U src/gnu/usr.bin/perl/t/run/exit.t
U src/gnu/usr.bin/perl/t/run/fresh_perl.t
N src/gnu/usr.bin/perl/t/run/locale.t
U src/gnu/usr.bin/perl/t/run/noswitch.t
U src/gnu/usr.bin/perl/t/run/runenv.t
U src/gnu/usr.bin/perl/t/run/script.t
U src/gnu/usr.bin/perl/t/run/switch0.t
U src/gnu/usr.bin/perl/t/run/switcha.t
U src/gnu/usr.bin/perl/t/run/switchC.t
N src/gnu/usr.bin/perl/t/run/switchd-78586.t
U src/gnu/usr.bin/perl/t/run/switchd.t
U src/gnu/usr.bin/perl/t/run/switches.t
U src/gnu/usr.bin/perl/t/run/switchF.t
U src/gnu/usr.bin/perl/t/run/switchF1.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/switchp.t
U src/gnu/usr.bin/perl/t/run/switcht.t
U src/gnu/usr.bin/perl/t/run/switchx.aux
U src/gnu/usr.bin/perl/t/run/switchx.t
U src/gnu/usr.bin/perl/t/run/switchx2.aux
N src/gnu/usr.bin/perl/t/run/switchx3.aux
N src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t
N src/gnu/usr.bin/perl/t/uni/attrs.t
N src/gnu/usr.bin/perl/t/uni/bless.t
U src/gnu/usr.bin/perl/t/uni/cache.t
N src/gnu/usr.bin/perl/t/uni/caller.t
U src/gnu/usr.bin/perl/t/uni/case.pl
U src/gnu/usr.bin/perl/t/uni/chomp.t
U src/gnu/usr.bin/perl/t/uni/chr.t
U src/gnu/usr.bin/perl/t/uni/class.t
N src/gnu/usr.bin/perl/t/uni/eval.t
U src/gnu/usr.bin/perl/t/uni/fold.t
N src/gnu/usr.bin/perl/t/uni/goto.t
U src/gnu/usr.bin/perl/t/uni/greek.t
N src/gnu/usr.bin/perl/t/uni/gv.t
N src/gnu/usr.bin/perl/t/uni/labels.t
U src/gnu/usr.bin/perl/t/uni/latin2.t
U src/gnu/usr.bin/perl/t/uni/lex_utf8.t
U src/gnu/usr.bin/perl/t/uni/lower.t
N src/gnu/usr.bin/perl/t/uni/method.t
N src/gnu/usr.bin/perl/t/uni/opcroak.t
U src/gnu/usr.bin/perl/t/uni/overload.t
N src/gnu/usr.bin/perl/t/uni/package.t
N src/gnu/usr.bin/perl/t/uni/parser.t
N src/gnu/usr.bin/perl/t/uni/readline.t
N src/gnu/usr.bin/perl/t/uni/select.t
U src/gnu/usr.bin/perl/t/uni/sprintf.t
N src/gnu/usr.bin/perl/t/uni/stash.t
U src/gnu/usr.bin/perl/t/uni/tie.t
U src/gnu/usr.bin/perl/t/uni/title.t
C src/gnu/usr.bin/perl/t/uni/tr_7jis.t
C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t
C src/gnu/usr.bin/perl/t/uni/tr_sjis.t
C src/gnu/usr.bin/perl/t/uni/tr_utf8.t
N src/gnu/usr.bin/perl/t/uni/universal.t
U src/gnu/usr.bin/perl/t/uni/upper.t
U src/gnu/usr.bin/perl/t/uni/write.t
N src/gnu/usr.bin/perl/t/win32/runenv.t
U src/gnu/usr.bin/perl/t/win32/system.t
U src/gnu/usr.bin/perl/t/win32/system_tests
U src/gnu/usr.bin/perl/t/x2p/s2p.t
N src/gnu/usr.bin/perl/regen/embed.pl
N src/gnu/usr.bin/perl/regen/embed_lib.pl
N src/gnu/usr.bin/perl/regen/feature.pl
N src/gnu/usr.bin/perl/regen/keywords.pl
N src/gnu/usr.bin/perl/regen/mg_vtable.pl
N src/gnu/usr.bin/perl/regen/mk_invlists.pl
N src/gnu/usr.bin/perl/regen/mk_PL_charclass.pl
N src/gnu/usr.bin/perl/regen/opcode.pl
N src/gnu/usr.bin/perl/regen/opcodes
N src/gnu/usr.bin/perl/regen/overload.pl
N src/gnu/usr.bin/perl/regen/reentr.pl
N src/gnu/usr.bin/perl/regen/regcharclass.pl
N src/gnu/usr.bin/perl/regen/regcomp.pl
N src/gnu/usr.bin/perl/regen/regen_lib.pl
N src/gnu/usr.bin/perl/regen/uconfig_h.pl
N src/gnu/usr.bin/perl/regen/warnings.pl
U src/gnu/usr.bin/perl/symbian/bld.inf
U src/gnu/usr.bin/perl/symbian/config.pl
U src/gnu/usr.bin/perl/symbian/config.sh
U src/gnu/usr.bin/perl/symbian/cwd.pl
U src/gnu/usr.bin/perl/symbian/demo_pl
U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl
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/makesis.pl
U src/gnu/usr.bin/perl/symbian/PerlApp.cpp
U src/gnu/usr.bin/perl/symbian/PerlApp.h
U src/gnu/usr.bin/perl/symbian/PerlApp.hrh
U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss
U src/gnu/usr.bin/perl/symbian/PerlBase.cpp
U src/gnu/usr.bin/perl/symbian/PerlBase.h
U src/gnu/usr.bin/perl/symbian/PerlBase.pod
U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp
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/PerlUi.h
U src/gnu/usr.bin/perl/symbian/PerlUi.hrh
U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss
U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss
U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss
U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss
U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp
U src/gnu/usr.bin/perl/symbian/PerlUtil.h
U src/gnu/usr.bin/perl/symbian/PerlUtil.pod
U src/gnu/usr.bin/perl/symbian/port.pl
U src/gnu/usr.bin/perl/symbian/README
U src/gnu/usr.bin/perl/symbian/sanity.pl
U src/gnu/usr.bin/perl/symbian/sdk.pl
U src/gnu/usr.bin/perl/symbian/sisify.pl
U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp
U src/gnu/usr.bin/perl/symbian/symbian_proto.h
U src/gnu/usr.bin/perl/symbian/symbian_stubs.c
U src/gnu/usr.bin/perl/symbian/symbian_stubs.h
U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp
U src/gnu/usr.bin/perl/symbian/symbianish.h
U src/gnu/usr.bin/perl/symbian/TODO
U src/gnu/usr.bin/perl/symbian/uid.pl
U src/gnu/usr.bin/perl/symbian/version.pl
U src/gnu/usr.bin/perl/symbian/xsbuild.pl
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README
C src/gnu/usr.bin/perl/utils/c2ph.PL
U src/gnu/usr.bin/perl/utils/config_data.PL
U src/gnu/usr.bin/perl/utils/corelist.PL
U src/gnu/usr.bin/perl/utils/cpan.PL
U src/gnu/usr.bin/perl/utils/cpan2dist.PL
U src/gnu/usr.bin/perl/utils/cpanp-run-perl.PL
U src/gnu/usr.bin/perl/utils/cpanp.PL
U src/gnu/usr.bin/perl/utils/enc2xs.PL
C src/gnu/usr.bin/perl/utils/h2ph.PL
C src/gnu/usr.bin/perl/utils/h2xs.PL
U src/gnu/usr.bin/perl/utils/instmodsh.PL
N src/gnu/usr.bin/perl/utils/json_pp.PL
C src/gnu/usr.bin/perl/utils/libnetcfg.PL
C src/gnu/usr.bin/perl/utils/Makefile
C src/gnu/usr.bin/perl/utils/Makefile.SH
C src/gnu/usr.bin/perl/utils/perlbug.PL
U src/gnu/usr.bin/perl/utils/perldoc.PL
U src/gnu/usr.bin/perl/utils/perlivp.PL
U src/gnu/usr.bin/perl/utils/piconv.PL
U src/gnu/usr.bin/perl/utils/pl2pm.PL
N src/gnu/usr.bin/perl/utils/pod2html.PL
U src/gnu/usr.bin/perl/utils/prove.PL
U src/gnu/usr.bin/perl/utils/ptar.PL
U src/gnu/usr.bin/perl/utils/ptardiff.PL
N src/gnu/usr.bin/perl/utils/ptargrep.PL
U src/gnu/usr.bin/perl/utils/shasum.PL
U src/gnu/usr.bin/perl/utils/splain.PL
U src/gnu/usr.bin/perl/utils/xsubpp.PL
N src/gnu/usr.bin/perl/utils/zipdetails.PL
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/vmesa/Makefile
U src/gnu/usr.bin/perl/vmesa/vmesa.c
U src/gnu/usr.bin/perl/vmesa/vmesaish.h
U src/gnu/usr.bin/perl/vms/descrip_mms.template
C src/gnu/usr.bin/perl/vms/gen_shrfls.pl
U src/gnu/usr.bin/perl/vms/genopt.com
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/munchconfig.c
U src/gnu/usr.bin/perl/vms/myconfig.com
C src/gnu/usr.bin/perl/vms/test.com
C src/gnu/usr.bin/perl/vms/vms.c
C src/gnu/usr.bin/perl/vms/vmsish.h
U src/gnu/usr.bin/perl/vms/vmspipe.com
U src/gnu/usr.bin/perl/vms/ext/Filespec.pm
C src/gnu/usr.bin/perl/vms/ext/filespec.t
U src/gnu/usr.bin/perl/vos/Changes
U src/gnu/usr.bin/perl/vos/compile_full_perl.cm
U src/gnu/usr.bin/perl/vos/configure_full_perl.sh
U src/gnu/usr.bin/perl/vos/make_full_perl.sh
U src/gnu/usr.bin/perl/vos/vos.c
U src/gnu/usr.bin/perl/vos/vosish.h
U src/gnu/usr.bin/perl/win32/config.ce
U src/gnu/usr.bin/perl/win32/config.gc
U src/gnu/usr.bin/perl/win32/config.gc64
U src/gnu/usr.bin/perl/win32/config.gc64nox
C src/gnu/usr.bin/perl/win32/config.vc
U src/gnu/usr.bin/perl/win32/config.vc64
U src/gnu/usr.bin/perl/win32/config_H.ce
C src/gnu/usr.bin/perl/win32/config_H.gc
C src/gnu/usr.bin/perl/win32/config_H.gc64
C src/gnu/usr.bin/perl/win32/config_H.gc64nox
U src/gnu/usr.bin/perl/win32/config_h.PL
C src/gnu/usr.bin/perl/win32/config_H.vc
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/create_perllibst_h.pl
U src/gnu/usr.bin/perl/win32/distclean.bat
U src/gnu/usr.bin/perl/win32/fcrypt.c
U src/gnu/usr.bin/perl/win32/FindExt.pm
U src/gnu/usr.bin/perl/win32/list_static_libs.pl
C src/gnu/usr.bin/perl/win32/Makefile
U src/gnu/usr.bin/perl/win32/Makefile.ce
C src/gnu/usr.bin/perl/win32/makefile.mk
U src/gnu/usr.bin/perl/win32/perl.rc
U src/gnu/usr.bin/perl/win32/perlexe.ico
U src/gnu/usr.bin/perl/win32/perlexe.manifest
U src/gnu/usr.bin/perl/win32/perlexe.rc
U src/gnu/usr.bin/perl/win32/perlglob.c
U src/gnu/usr.bin/perl/win32/perlhost.h
C src/gnu/usr.bin/perl/win32/perllib.c
U src/gnu/usr.bin/perl/win32/perlmaince.c
C src/gnu/usr.bin/perl/win32/pod.mak
U src/gnu/usr.bin/perl/win32/runperl.c
U src/gnu/usr.bin/perl/win32/vdir.h
U src/gnu/usr.bin/perl/win32/vmem.h
C src/gnu/usr.bin/perl/win32/win32.c
C src/gnu/usr.bin/perl/win32/win32.h
U src/gnu/usr.bin/perl/win32/win32ceio.c
U src/gnu/usr.bin/perl/win32/win32io.c
U src/gnu/usr.bin/perl/win32/win32iop-o.h
C src/gnu/usr.bin/perl/win32/win32iop.h
C src/gnu/usr.bin/perl/win32/win32sck.c
U src/gnu/usr.bin/perl/win32/win32thread.c
U src/gnu/usr.bin/perl/win32/win32thread.h
U src/gnu/usr.bin/perl/win32/wince.c
U src/gnu/usr.bin/perl/win32/wince.h
U src/gnu/usr.bin/perl/win32/wincesck.c
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/pl2bat.pl
C src/gnu/usr.bin/perl/win32/bin/runperl.pl
C src/gnu/usr.bin/perl/win32/bin/search.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat
U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat
U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat
U src/gnu/usr.bin/perl/win32/include/dirent.h
U src/gnu/usr.bin/perl/win32/include/netdb.h
U src/gnu/usr.bin/perl/win32/include/arpa/inet.h
C src/gnu/usr.bin/perl/win32/include/sys/socket.h
C src/gnu/usr.bin/perl/x2p/a2p.c
C src/gnu/usr.bin/perl/x2p/a2p.h
U src/gnu/usr.bin/perl/x2p/a2p.pod
U src/gnu/usr.bin/perl/x2p/a2p.y
U src/gnu/usr.bin/perl/x2p/a2py.c
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/find2perl.PL
U src/gnu/usr.bin/perl/x2p/hash.c
U src/gnu/usr.bin/perl/x2p/hash.h
U src/gnu/usr.bin/perl/x2p/INTERN.h
C src/gnu/usr.bin/perl/x2p/Makefile.SH
C src/gnu/usr.bin/perl/x2p/s2p.PL
U src/gnu/usr.bin/perl/x2p/str.c
U src/gnu/usr.bin/perl/x2p/str.h
U src/gnu/usr.bin/perl/x2p/util.c
U src/gnu/usr.bin/perl/x2p/util.h
U src/gnu/usr.bin/perl/x2p/walk.c
529 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: deraadt@cvs.openbsd.org 2013/03/25 14:14:30
Modified files:
sys/arch/hppa/include: pte.h
Log message:
PGOFSET -> PAGE_MASK
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:15:34
Modified files:
sys/arch/sh/include: pmap.h
Log message:
PGOFSET -> PAGE_MASK in a comment
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:18:43
Modified files:
gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl
Heavy.pl Name.pl TestProp.pl
mktables.lst
gnu/usr.bin/perl/lib/unicore/To: Bmg.pl Digit.pl Fold.pl
Lower.pl NFKCCF.pl Title.pl
Upper.pl
gnu/usr.bin/perl/lib/unicore/lib/AHex: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Alpha: 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiM: 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
ArabicSu.pl Armenian.pl
Arrows.pl Avestan.pl
Balinese.pl Bamum.pl
Bengali.pl BlockEle.pl
Bopomof2.pl Bopomofo.pl
BoxDrawi.pl Buginese.pl
Buhid.pl Byzantin.pl
CJKComp2.pl CJKComp3.pl
CJKComp4.pl CJKCompa.pl
CJKRadic.pl CJKStrok.pl
CJKSymbo.pl Carian.pl
Cham.pl Cherokee.pl
ControlP.pl Coptic.pl
Counting.pl Cuneifo2.pl
Cuneifor.pl Currency.pl
CypriotS.pl Cyrilli2.pl
Cyrilli3.pl Cyrilli4.pl
Cyrillic.pl Devanag2.pl
Devanaga.pl Dingbats.pl
Egyptian.pl Enclose2.pl
Enclose3.pl Enclose4.pl
Enclosed.pl Ethiopi2.pl
Ethiopi3.pl Ethiopic.pl
Geometri.pl Georgia2.pl
Georgian.pl Glagolit.pl
Gothic.pl Greek.pl
GreekExt.pl Gujarati.pl
Gurmukhi.pl Hanunoo.pl
Hebrew.pl HighSurr.pl
Hiragana.pl Imperial.pl
Inscrip2.pl Inscript.pl
Javanese.pl Kaithi.pl
Kanbun.pl Kannada.pl
Katakan2.pl Katakana.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 LowSurro.pl
Lycian.pl Lydian.pl
Malayala.pl MeeteiMa.pl
Modifier.pl Mongolia.pl
Myanmar.pl MyanmarE.pl
NKo.pl NewTaiLu.pl
NumberFo.pl Ogham.pl
OldItali.pl OldPersi.pl
OldTurki.pl Oriya.pl
Osmanya.pl PhagsPa.pl
Phaistos.pl Phoenici.pl
Phoneti2.pl Phonetic.pl
Rejang.pl Runic.pl
Samarita.pl Saurasht.pl
Sinhala.pl SmallFor.pl
Specials.pl Sundanes.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
Vai.pl VedicExt.pl
Vertical.pl YiRadica.pl
YiSyllab.pl
gnu/usr.bin/perl/lib/unicore/lib/CE: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CI: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCF: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCM: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWKCF: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWL: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWT: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWU: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Cased: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Ccc: A.pl AL.pl AR.pl ATA.pl
ATAR.pl ATB.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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/DI: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dash: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dep: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dia: 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl EX.pl SM.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 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hex: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl
gnu/usr.bin/perl/lib/unicore/lib/Hyphen: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDS: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDSB: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDST: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Ideo: 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: 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/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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Math: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NChar: 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: 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/PatSyn: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/PatWS: 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Radical: 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/STerm: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Armn.pl Beng.pl
Bopo.pl Buhd.pl Cprt.pl
Deva.pl Geor.pl Gujr.pl
Guru.pl Han.pl Hang.pl
Hano.pl Hira.pl Kana.pl
Kthi.pl Linb.pl Mong.pl
Orya.pl Phag.pl Syrc.pl
Tagb.pl Tglg.pl Thaa.pl
Yi.pl Zinh.pl Zyyy.pl
gnu/usr.bin/perl/lib/unicore/lib/Space: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Term: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/UIdeo: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Upper: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/VS: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/WB: 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: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDS: Y.pl
Added files:
gnu/usr.bin/perl/lib/unicore: Name.pm UCD.pl
gnu/usr.bin/perl/lib/unicore/To: Age.pl Bc.pl Cf.pl Ea.pl GCB.pl
Gc.pl Hst.pl Isc.pl Jg.pl Jt.pl
Lb.pl Lc.pl NFCQC.pl NFDQC.pl
NFKCQC.pl NFKDQC.pl Na1.pl
NameAlia.pl Nt.pl Nv.pl
PerlDeci.pl SB.pl Sc.pl Scx.pl
Tc.pl Uc.pl WB.pl
gnu/usr.bin/perl/lib/unicore/lib/Age: NA.pl V11.pl V20.pl V21.pl
V30.pl V31.pl V32.pl
V40.pl V41.pl V50.pl
V51.pl V52.pl V60.pl
V61.pl
gnu/usr.bin/perl/lib/unicore/lib/Blk: Alchemic.pl ArabicEx.pl
ArabicMa.pl ArabicPF.pl
BamumSup.pl Batak.pl
Brahmi.pl CJK.pl
CJKExtA.pl CJKExtB.pl
CJKExtC.pl CJKExtD.pl
Chakma.pl CompatJa.pl
Diacrit2.pl Diacrit3.pl
Diacriti.pl Domino.pl
Emoticon.pl Ethiopi4.pl
HalfAndF.pl HalfMark.pl
Hangul.pl HighPUSu.pl
IDC.pl IPAExt.pl
IndicNum.pl Jamo.pl
JamoExtA.pl JamoExtB.pl
KanaSup.pl Kangxi.pl
Mahjong.pl Mandaic.pl
MathAlph.pl MathOper.pl
MeeteiM2.pl Meroitic.pl
Miao.pl MiscArro.pl
MiscMat2.pl MiscMath.pl
MiscPict.pl MiscSymb.pl
MiscTech.pl Modifie2.pl
Music.pl NB.pl OCR.pl
PUA.pl PlayingC.pl
Punctuat.pl Rumi.pl
Sharada.pl SoraSomp.pl
Sundane2.pl SupArro2.pl
SupArrow.pl SupMathO.pl
SupPUAA.pl SupPUAB.pl
SupPunct.pl SuperAnd.pl
Takri.pl Transpor.pl
UCAS.pl UCASExt.pl VS.pl
VSSup.pl Yijing.pl
gnu/usr.bin/perl/lib/unicore/lib/Ccc: CCC10.pl CCC103.pl
CCC107.pl CCC11.pl
CCC118.pl CCC12.pl
CCC122.pl CCC129.pl
CCC13.pl CCC130.pl
CCC132.pl CCC14.pl
CCC15.pl CCC16.pl CCC17.pl
CCC18.pl CCC19.pl CCC20.pl
CCC21.pl CCC22.pl CCC23.pl
CCC24.pl CCC25.pl CCC26.pl
CCC27.pl CCC28.pl CCC29.pl
CCC30.pl CCC31.pl CCC32.pl
CCC33.pl CCC34.pl CCC35.pl
CCC36.pl CCC84.pl CCC91.pl
gnu/usr.bin/perl/lib/unicore/lib/Gc: Nd.pl Pc.pl
gnu/usr.bin/perl/lib/unicore/lib/In: 6_0.pl 6_1.pl
gnu/usr.bin/perl/lib/unicore/lib/Jg: Rohingya.pl
gnu/usr.bin/perl/lib/unicore/lib/LOE: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Lb: CJ.pl CR.pl H2.pl H3.pl
HL.pl JL.pl JT.pl JV.pl
LF.pl
gnu/usr.bin/perl/lib/unicore/lib/Perl: Title.pl XPosixPu.pl
_PerlIDS.pl _PerlNon.pl
_PerlQuo.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Mand.pl Takr.pl
Removed files:
gnu/usr.bin/perl/lib/unicore/lib/AHex: N.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
gnu/usr.bin/perl/lib/unicore/lib/BidiC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiM: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Blk: ArabicPr.pl BrailleP.pl
CJKUnif2.pl CJKUnif3.pl
CJKUnif4.pl CJKUnifi.pl
Canadian.pl Combini2.pl
Combini3.pl Combini4.pl
Combinin.pl CommonIn.pl
Deseret.pl DominoTi.pl
GeneralP.pl Halfwidt.pl
HangulCo.pl HangulJ2.pl
HangulJ3.pl HangulJa.pl
HangulSy.pl HighPriv.pl
IPAExten.pl Ideograp.pl
KangxiRa.pl KayahLi.pl
Lisu.pl MahjongT.pl
Mathema2.pl Mathemat.pl
Miscell2.pl Miscell3.pl
Miscell4.pl Miscell5.pl
Miscella.pl MusicalS.pl
NoBlock.pl OlChiki.pl
OldSouth.pl OpticalC.pl
PrivateU.pl RumiNume.pl
Shavian.pl SpacingM.pl
Superscr.pl Supplem2.pl
Supplem3.pl Supplem4.pl
Supplem5.pl Supplem6.pl
Suppleme.pl UnifiedC.pl
Variati2.pl Variatio.pl
YijingHe.pl
gnu/usr.bin/perl/lib/unicore/lib/CE: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CI: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCF: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCM: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWKCF: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWL: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWT: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWU: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Cased: N.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
ATBL.pl
gnu/usr.bin/perl/lib/unicore/lib/CompEx: N.pl
gnu/usr.bin/perl/lib/unicore/lib/DI: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dash: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dep: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dia: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Ext: N.pl
gnu/usr.bin/perl/lib/unicore/lib/GCB: CR.pl L.pl LF.pl LV.pl
LVT.pl PP.pl T.pl V.pl
gnu/usr.bin/perl/lib/unicore/lib/Gc: Lt.pl
gnu/usr.bin/perl/lib/unicore/lib/GrBase: N.pl
gnu/usr.bin/perl/lib/unicore/lib/GrExt: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hex: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Hyphen: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDSB: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDST: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Ideo: N.pl
gnu/usr.bin/perl/lib/unicore/lib/JoinC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/LOE: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Lower: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Math: N.pl
gnu/usr.bin/perl/lib/unicore/lib/NChar: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Nt: De.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
gnu/usr.bin/perl/lib/unicore/lib/PatWS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/QMark: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Radical: N.pl
gnu/usr.bin/perl/lib/unicore/lib/SD: N.pl
gnu/usr.bin/perl/lib/unicore/lib/STerm: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Armi.pl Avst.pl Bali.pl
Bamu.pl Bugi.pl Cans.pl
Cari.pl Cham.pl Cher.pl
Copt.pl Cyrl.pl Egyp.pl
Ethi.pl Glag.pl Goth.pl
Grek.pl Hebr.pl Ital.pl
Java.pl Khar.pl Khmr.pl
Knda.pl Lana.pl Lao.pl
Latn.pl Lepc.pl Limb.pl
Lyci.pl Lydi.pl Mlym.pl
Mtei.pl Mymr.pl Nko.pl
Ogam.pl Orkh.pl Osma.pl
Phli.pl Phnx.pl Prti.pl
Rjng.pl Runr.pl Samr.pl
Saur.pl Sinh.pl Sund.pl
Sylo.pl Tale.pl Talu.pl
Taml.pl Tavt.pl Telu.pl
Tfng.pl Thai.pl Tibt.pl
Ugar.pl Vai.pl Xpeo.pl
Xsux.pl Zzzz.pl
gnu/usr.bin/perl/lib/unicore/lib/Space: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Term: N.pl
gnu/usr.bin/perl/lib/unicore/lib/UIdeo: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Upper: N.pl
gnu/usr.bin/perl/lib/unicore/lib/VS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDS: N.pl
Log message:
merge 5.16.3 / regen unicore
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:19:03
Modified files:
sys/arch/sparc/include: pte.h
Log message:
PGSHIFT -> PAGE_SHIFT in a comment
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:19:42
src/gnu/usr.bin/perl/lib/unicore/lib/Scx
Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Scx
In directory cvs.openbsd.org:/tmp/cvs-serv27043/Scx
Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Scx added to the repository
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:15
Added files:
gnu/usr.bin/perl/lib/unicore/lib/Scx: Arab.pl Armi.pl Armn.pl
Avst.pl Bali.pl Bamu.pl
Batk.pl Beng.pl Bopo.pl
Brah.pl Brai.pl Bugi.pl
Buhd.pl Cakm.pl Cans.pl
Cari.pl Cham.pl Cher.pl
Copt.pl Cprt.pl Cyrl.pl
Deva.pl Dsrt.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 Kali.pl
Kana.pl Khar.pl Khmr.pl
Knda.pl Kthi.pl Lana.pl
Lao.pl Latn.pl Lepc.pl
Limb.pl Linb.pl Lisu.pl
Lyci.pl Lydi.pl Mand.pl
Merc.pl Mero.pl Miao.pl
Mlym.pl Mong.pl Mtei.pl
Mymr.pl Nko.pl Ogam.pl
Olck.pl Orkh.pl Orya.pl
Osma.pl Phag.pl Phli.pl
Phnx.pl Prti.pl Rjng.pl
Runr.pl Samr.pl Sarb.pl
Saur.pl Shaw.pl Shrd.pl
Sinh.pl Sora.pl Sund.pl
Sylo.pl Syrc.pl Tagb.pl
Takr.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
Log message:
merge 5.16.3 / regen unicore (add files cvs missed)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:28
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
merge 5.16.3 / sync installed files
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:35
Modified files:
gnu/usr.bin/perl: Makefile.SH
Log message:
merge 5.16.3 / link main binary with pthread
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:38
Modified files:
gnu/usr.bin/perl: utils.lst
gnu/usr.bin/perl/utils: Makefile Makefile.SH
Log message:
merge 5.16.3 / avoid installing shasum/zipdetails/json_pp
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:51
Modified files:
gnu/usr.bin/perl: shlib_version
Log message:
bump to perl.so.13.0
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:21:01
Modified files:
gnu/usr.bin/perl: hv.c
Log message:
avoid null dereference affecting mod_perl, Perl RT bug 116441
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:41:01
Modified files:
gnu/usr.bin/perl: Artistic Changes Configure INSTALL MANIFEST
Makefile.bsd-wrapper README README.amiga
README.os2 README.qnx README.solaris
README.vms README.win32 XSUB.h av.c av.h
cflags.SH config.over config_h.SH configpm
configure.gnu cop.h cv.h doio.c doop.c
dosish.h dump.c embed.h form.h git_version.h
globvar.sym gv.c gv.h handy.h hv.h installhtml
installman installperl keywords.h makedef.pl
malloc.c mg.c mg.h miniperlmain.c op.c op.h
opcode.h patchlevel.h perl.c perl.h perlio.c
perlio.h perlsdio.h 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 run.c
scope.c scope.h sv.c sv.h taint.c toke.c
uconfig.h uconfig.sh universal.c unixish.h
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/cpan/CGI: Changes
gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm
gnu/usr.bin/perl/cpan/CGI/lib/CGI: Fast.pm Util.pm
gnu/usr.bin/perl/cpan/CGI/t: cookie.t
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: Changes README
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw:
Bzip2.pm
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t
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
encoding.pm
gnu/usr.bin/perl/cpan/Encode/Unicode: Unicode.xs
gnu/usr.bin/perl/cpan/Encode/lib/Encode: Alias.pm Encoder.pm
Guess.pm
gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME: Header.pm
gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode: UTF7.pm
gnu/usr.bin/perl/cpan/Encode/t: mime-header.t
gnu/usr.bin/perl/cpan/Encode/ucm: nextstep.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/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/List-Util: Changes ListUtil.xs
gnu/usr.bin/perl/cpan/List-Util/lib/List: Util.pm
gnu/usr.bin/perl/cpan/List-Util/lib/List/Util: XS.pm
gnu/usr.bin/perl/cpan/List-Util/lib/Scalar: Util.pm
gnu/usr.bin/perl/cpan/List-Util/t: max.t min.t
gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: 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
gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build:
ModuleInfo.pm
gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t
gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie: CPHash.pm
gnu/usr.bin/perl/cpan/NEXT/lib: NEXT.pm
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp: MkTemp.xs README
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD: MkTemp.pm
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t: OpenBSD-MkTemp.t
gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: Checker.pm
PlainText.pm Select.pm
Usage.pm
gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple: Search.pm
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/Test-Simple/t: is_deeply_fail.t
gnu/usr.bin/perl/cpan/Time-Piece: Piece.pm Seconds.pm
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/ExtUtils-ParseXS/lib/ExtUtils/ParseXS:
Utilities.pm
gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext:
Guts.pm
gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm
gnu/usr.bin/perl/dist/threads-shared/t: stress.t
gnu/usr.bin/perl/ext/B/B: Concise.pm
gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL dl_aix.xs
dl_beos.xs dl_dlopen.xs
dl_vms.xs dlutils.c
gnu/usr.bin/perl/ext/Fcntl: Fcntl.pm Fcntl.xs
gnu/usr.bin/perl/ext/File-Glob: bsd_glob.c
gnu/usr.bin/perl/ext/GDBM_File: GDBM_File.pm typemap
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: NDBM_File.pm typemap
gnu/usr.bin/perl/ext/NDBM_File/t: ndbm.t
gnu/usr.bin/perl/ext/ODBM_File: ODBM_File.pm ODBM_File.xs
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.xs
gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.xs
gnu/usr.bin/perl/ext/SDBM_File: SDBM_File.pm typemap
gnu/usr.bin/perl/ext/SDBM_File/sdbm: pair.c readme.ms sdbm.3
sdbm.c sdbm.h
gnu/usr.bin/perl/ext/SDBM_File/t: sdbm.t
gnu/usr.bin/perl/ext/re/t: reflags.t regop.t
gnu/usr.bin/perl/hints: aix.sh beos.sh dcosx.sh dec_osf.sh
dgux.sh epix.sh freebsd.sh hpux.sh
isc.sh linux.sh netbsd.sh next_3.sh
openbsd.sh os390.sh powerux.sh qnx.sh
sco.sh solaris_2.sh svr4.sh
gnu/usr.bin/perl/lib: AnyDBM_File.pm Benchmark.pm Config.t
English.pm Exporter.pm FindBin.pm
UNIVERSAL.pm blib.pm diagnostics.pm
dumpvar.pl locale.pm locale.t overload.pm
perl5db.pl sigtrap.pm strict.pm subs.pm
utf8.t vars.pm
gnu/usr.bin/perl/lib/ExtUtils: Embed.pm typemap
gnu/usr.bin/perl/lib/File: Basename.pm Copy.pm DosGlob.pm
Find.pm stat.pm
gnu/usr.bin/perl/lib/Getopt: Std.pm
gnu/usr.bin/perl/lib/Tie: Hash.pm
gnu/usr.bin/perl/lib/version: Internals.pod
gnu/usr.bin/perl/os2: Changes os2.c os2ish.h
gnu/usr.bin/perl/plan9: config.plan9 config_h.sample
genconfig.pl mkfile
gnu/usr.bin/perl/pod: buildtoc perl.pod perl58delta.pod
perlapio.pod perlbook.pod perlbot.pod
perlcall.pod perldata.pod perldebug.pod
perldiag.pod perlembed.pod perlform.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
perlref.pod perlrun.pod perlsec.pod
perlsub.pod perlsyn.pod perlthrtut.pod
perltie.pod perltoot.pod perltrap.pod
perluniprops.pod perlvar.pod rofftoc
gnu/usr.bin/perl/qnx: ar
gnu/usr.bin/perl/t: TEST harness
gnu/usr.bin/perl/t/base: lex.t
gnu/usr.bin/perl/t/cmd: while.t
gnu/usr.bin/perl/t/comp: decl.t proto.t require.t use.t
gnu/usr.bin/perl/t/io: argv.t fs.t inplace.t open.t print.t
read.t tell.t
gnu/usr.bin/perl/t/lib: h2ph.pht
gnu/usr.bin/perl/t/lib/warnings: sv
gnu/usr.bin/perl/t/op: array.t assignwarn.t auto.t bop.t chop.t
closure.t cmp.t do.t each.t eval.t exec.t
fork.t glob.t goto.t goto_xs.t groups.t
gv.t hash.t inc.t index.t int.t list.t
local.t magic.t method.t mkdir.t oct.t
pack.t push.t quotemeta.t rand.t range.t
readdir.t ref.t runlevel.t sort.t split.t
sprintf.t sprintf2.t stat.t study.t
sysio.t taint.t threads.t tie.t time.t
undef.t universal.t unshift.t vec.t
write.t
gnu/usr.bin/perl/t/porting: dual-life.t
gnu/usr.bin/perl/t/re: pat.t
gnu/usr.bin/perl/t/uni: fold.t overload.t tr_7jis.t tr_eucjp.t
tr_sjis.t tr_utf8.t
gnu/usr.bin/perl/utils: c2ph.PL h2ph.PL h2xs.PL libnetcfg.PL
perlbug.PL
gnu/usr.bin/perl/vms: gen_shrfls.pl test.com vms.c vmsish.h
gnu/usr.bin/perl/vms/ext: filespec.t
gnu/usr.bin/perl/win32: Makefile config.vc config_H.gc
config_H.gc64 config_H.gc64nox
config_H.vc config_sh.PL makefile.mk
perllib.c pod.mak win32.c win32.h
win32iop.h win32sck.c
gnu/usr.bin/perl/win32/bin: pl2bat.pl runperl.pl search.pl
gnu/usr.bin/perl/win32/include/sys: socket.h
gnu/usr.bin/perl/x2p: Makefile.SH a2p.c a2p.h s2p.PL str.c
Removed files:
gnu/usr.bin/perl: README.apollo cc_runtime.h embed.pl global.sym
keywords.pl makeaperl.SH opcode.pl overload.pl
perl_keyword.pl pod.lst pp.sym reentr.pl
regcomp.pl regen_lib.pl warnings.pl
writemain.SH
gnu/usr.bin/perl/Porting: findvars fixCORE fixvars genlog
regcharclass.pl
gnu/usr.bin/perl/apollo/netinet: in.h
gnu/usr.bin/perl/cpan/Archive-Tar: Makefile.PL
gnu/usr.bin/perl/cpan/B-Lint/lib/B: Lint.pm
gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint: Debug.pm
gnu/usr.bin/perl/cpan/B-Lint/t: lint.t
gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin: Test.pm
gnu/usr.bin/perl/cpan/CGI/t: fast.t
gnu/usr.bin/perl/cpan/Class-ISA: ChangeLog
gnu/usr.bin/perl/cpan/Class-ISA/lib/Class: ISA.pm
gnu/usr.bin/perl/cpan/Class-ISA/t: 00_about_verbose.t
01_old_junk.t
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/pod: FAQ.pod
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/pod: FAQ.pod
gnu/usr.bin/perl/cpan/Cwd: Changes Cwd.pm Cwd.xs
gnu/usr.bin/perl/cpan/Cwd/lib/File: Spec.pm
gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec: Cygwin.pm Epoc.pm
Functions.pm Mac.pm
OS2.pm Unix.pm VMS.pm
Win32.pm
gnu/usr.bin/perl/cpan/Cwd/t: Functions.t Spec.t crossplatform.t
cwd.t rel2abs2rel.t taint.t
tmpdir.t win32.t
gnu/usr.bin/perl/cpan/Digest: Dummy.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder: Changes
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils:
CBuilder.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder:
Base.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/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/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows:
BCC.pm
GCC.pm
MSVC.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t: 00-have-compiler.t
01-basic.t 02-link.t
03-cplusplus.t
gnu/usr.bin/perl/cpan/ExtUtils-Command/lib/ExtUtils: Command.pm
gnu/usr.bin/perl/cpan/ExtUtils-Command/t: cp.t eu_command.t
gnu/usr.bin/perl/cpan/ExtUtils-Command/t/lib: TieOut.pm
gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils:
MANIFEST.SKIP
Manifest.pm
gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t: Manifest.t
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS: Changes
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils: ParseXS.pm
xsubpp
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t: XSInclude.xsh
XSMore.xs XSTest.pm
XSTest.xs XSUsage.pm
XSUsage.xs basic.t
more.t typemap usage.t
gnu/usr.bin/perl/cpan/Getopt-Long/t: gol-compat.t
gnu/usr.bin/perl/cpan/IO-Compress/pod: FAQ.pod
gnu/usr.bin/perl/cpan/List-Util: XS.pp
gnu/usr.bin/perl/cpan/List-Util/lib/List/Util: PP.pm
gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util: PP.pm
gnu/usr.bin/perl/cpan/List-Util/t: expfail.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
gnu/usr.bin/perl/cpan/Locale-Codes: Makefile.PL README
gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Constants.pm
Constants.pod
gnu/usr.bin/perl/cpan/Locale-Codes/t: all.t constants.t
currency.t rename.t
script.t uk.t
gnu/usr.bin/perl/cpan/MIME-Base64/t: warn.t
gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math: BigFloat.pm
BigInt.pm
gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt: Calc.pm
CalcEmu.pm
gnu/usr.bin/perl/cpan/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_overloaded.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/cpan/Math-BigInt/t/Math/BigFloat: Subclass.pm
gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt: BareCalc.pm
Scalar.pm
Subclass.pm
gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc: FastCalc.pm
FastCalc.xs
gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t: bigintfc.t
bootstrap.t leak.t
mbi_rand.t
gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math: BigRat.pm
gnu/usr.bin/perl/cpan/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/cpan/Math-BigRat/t/Math/BigRat: Test.pm
gnu/usr.bin/perl/cpan/Memoize: README
gnu/usr.bin/perl/cpan/Module-Build/scripts: config_data
gnu/usr.bin/perl/cpan/Module-Build/t: moduleinfo.t
gnu/usr.bin/perl/cpan/NEXT: Changes README
gnu/usr.bin/perl/cpan/Parse-CPAN-Meta: uupacktool.pl
gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/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/cpan/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
utf_16_le_bom.yml.packed
vanilla.yml
gnu/usr.bin/perl/cpan/Pod-LaTeX: LaTeX.pm
gnu/usr.bin/perl/cpan/Shell: Shell.pm
gnu/usr.bin/perl/cpan/Shell/t: Shell.t
gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source:
Perl.pm
gnu/usr.bin/perl/cpan/Test-Harness/t/lib: MyIteratorFactory.pm
MyPerlSource.pm
MySource.pm
gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO: Scalar.pm
gnu/usr.bin/perl/cpan/Test-Simple/t: 00compile.t pod-coverage.t
pod.t
gnu/usr.bin/perl/cpan/Tie-File/lib/Tie: File.pm
gnu/usr.bin/perl/cpan/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/cpan/Time-HiRes/t: HiRes.t
gnu/usr.bin/perl/cpan/bignum/lib: bigint.pm bignum.pm bigrat.pm
gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat: Trace.pm
gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt: Trace.pm
gnu/usr.bin/perl/cpan/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/cpan/if: if.pm
gnu/usr.bin/perl/cpan/if/t: if.t
gnu/usr.bin/perl/cpan/podlators: Makefile.PL
gnu/usr.bin/perl/dist/Attribute-Handlers: README
gnu/usr.bin/perl/dist/Filter-Simple: Changes
gnu/usr.bin/perl/dist/Locale-Maketext/t: 30_local.t
gnu/usr.bin/perl/dist/Module-CoreList: META.yml
gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod: Perldoc.pm
gnu/usr.bin/perl/dist/Pod-Perldoc/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/dist/Pod-Perldoc/t: 01_about_verbose.t
checkerbasic.t
perldocbasic.t textbasic.t
gnu/usr.bin/perl/dist/Pod-Plainer: Plainer.pm
gnu/usr.bin/perl/dist/Pod-Plainer/t: plainer.t
gnu/usr.bin/perl/dist/Switch: Changes MANIFEST META.yml
Makefile.PL README Switch.pm
gnu/usr.bin/perl/dist/Switch/t: given.t nested.t switch.t
gnu/usr.bin/perl/dist/threads: Makefile.PL threads.pm
gnu/usr.bin/perl/dist/threads-shared: Makefile.PL shared.pm
gnu/usr.bin/perl/emacs: cperl-mode.el e2ctags.pl ptags
gnu/usr.bin/perl/ext/B: defsubs_h.PL
gnu/usr.bin/perl/ext/Devel-DProf: Changes DProf.pm DProf.xs
Makefile.PL Todo
gnu/usr.bin/perl/ext/Devel-DProf/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/ext/Devel-DProf/t: DProf.t
gnu/usr.bin/perl/ext/Devel-SelfStubber/lib/Devel: SelfStubber.pm
gnu/usr.bin/perl/ext/Devel-SelfStubber/t: Devel-SelfStubber.t
gnu/usr.bin/perl/ext/DynaLoader: dl_mac.xs
gnu/usr.bin/perl/ext/I18N-Langinfo/fallback: const-c.inc
const-xs.inc
gnu/usr.bin/perl/ext/IPC-Open2/lib/IPC: Open2.pm
gnu/usr.bin/perl/ext/IPC-Open2/t: IPC-Open2.t
gnu/usr.bin/perl/ext/POSIX: POSIX.pm POSIX.pod
gnu/usr.bin/perl/ext/Socket: Makefile.PL Socket.pm Socket.xs
gnu/usr.bin/perl/ext/Socket/t: Socket.t socketpair.t
gnu/usr.bin/perl/ext/Time-Local/lib/Time: Local.pm
gnu/usr.bin/perl/ext/Time-Local/t: Local.t
gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN: KeywordRPN.pm
KeywordRPN.xs
Makefile.PL README
gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t: keyword_plugin.t
multiline.t
stuff_svcur_bug.t
gnu/usr.bin/perl/ext/XS-Typemap: typemap
gnu/usr.bin/perl/ext/autouse/lib: autouse.pm
gnu/usr.bin/perl/ext/autouse/t: autouse.t
gnu/usr.bin/perl/ext/autouse/t/lib: MyTestModule.pm
gnu/usr.bin/perl/hints: apollo.sh
gnu/usr.bin/perl/lib: Carp.pm Carp.t Dumpvalue.pm Dumpvalue.t
Env.pm abbrev.pl assert.pl bigfloat.pl
bigfloatpl.t bigint.pl bigintpl.t
bigrat.pl cacheout.pl complete.pl ctime.pl
dotsh.pl exceptions.pl fastcwd.pl find.pl
finddepth.pl flush.pl getcwd.pl getopt.pl
getopts.pl hostname.pl importenv.pl
look.pl newgetopt.pl open2.pl open3.pl
pwd.pl shellwords.pl stat.pl syslog.pl
tainted.pl termcap.pl timelocal.pl
validate.pl version.t
gnu/usr.bin/perl/lib/Carp: Heavy.pm
gnu/usr.bin/perl/lib/Env/t: array.t env.t
gnu/usr.bin/perl/lib/File: CheckTree.pm CheckTree.t
gnu/usr.bin/perl/lib/I18N: Collate.pm Collate.t
gnu/usr.bin/perl/lib/Pod: Functions.pm Html.pm
gnu/usr.bin/perl/lib/Pod/t: Functions.t eol.t htmlescp.pod
htmlescp.t htmllink.pod htmllink.t
htmlview.pod htmlview.t
pod2html-lib.pl
gnu/usr.bin/perl/lib/Search: Dict.pm Dict.t
gnu/usr.bin/perl/lib/Term: Complete.pm Complete.t ReadLine.pm
ReadLine.t
gnu/usr.bin/perl/lib/Text: Abbrev.pm Abbrev.t
gnu/usr.bin/perl/lib/Tie/Hash: NamedCapture.pm
gnu/usr.bin/perl/pod: perl5110delta.pod perl5111delta.pod
perl5112delta.pod perl5113delta.pod
perl5114delta.pod perl5115delta.pod
perl570delta.pod perl571delta.pod
perl572delta.pod perl573delta.pod
perl590delta.pod perl591delta.pod
perl592delta.pod perl593delta.pod
perl594delta.pod perl595delta.pod
perlcompile.pod perldoc.pod perlfaq.pod
perlfaq1.pod perlfaq2.pod perlfaq3.pod
perlfaq4.pod perlfaq5.pod perlfaq6.pod
perlfaq7.pod perlfaq8.pod perlfaq9.pod
perlglossary.pod perlrepository.pod
perlxs.pod perlxstut.pod pod2html.PL
pod2latex.PL pod2man.PL pod2text.PL
pod2usage.PL podchecker.PL podselect.PL
roffitall
gnu/usr.bin/perl/t/op: array_base.aux lc_user.t
gnu/usr.bin/perl/t/re: ReTest.pl re.t reg_unsafe.t substr.t
substr_thr.t
gnu/usr.bin/perl/utils: dprofpp.PL
gnu/usr.bin/perl/vms: sockadapt.c sockadapt.h writemain.pl
gnu/usr.bin/perl/vos: syslog.h
gnu/usr.bin/perl/win32: FindExt.t config.bc config_H.bc
genmk95.pl mdelete.bat sync_ext.pl
Log message:
merge/resolve conflicts
(some more to do after this one)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:44:46
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper config.over uconfig64.sh
Added files:
gnu/usr.bin/perl/pod: perldelta.pod
gnu/usr.bin/perl/t/op: substr.t substr_thr.t
Log message:
merge/resolve conflicts/add files
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:47:44
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.macppc md.mvme68k md.mvme88k md.sgi
md.socppc md.sparc md.sparc64 md.vax
md.zaurus mi
distrib/sets/lists/man: mi
Log message:
first cut at sets for perl 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:07:00
Log message:
Import libattica, KDE 4 prerequisite.
Attica is a Qt library that implements the Open Collaboration
Services API version 1.4.
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as
content provider. In order to integrate with KDE's Plasma Desktop,
a platform plugin exists in kdebase.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/productivity/attica/Makefile
N ports/productivity/attica/distinfo
N ports/productivity/attica/pkg/DESCR
N ports/productivity/attica/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:08:47
Log message:
Import Grantlee, KDE 4 prerequisite.
Grantlee is a theming framework for Qt applications.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/x11/grantlee/Makefile
N ports/x11/grantlee/distinfo
N ports/x11/grantlee/pkg/DESCR
N ports/x11/grantlee/pkg/PLIST
N ports/x11/grantlee/patches/patch-cmake_modules_GrantleeUse_cmake
N ports/x11/grantlee/patches/patch-templates_lib_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_scriptabletags_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_tests_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_tests_pluginpointertest_CMakeLists_txt
N ports/x11/grantlee/patches/patch-textdocument_lib_CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:20:58
Log message:
Import dbusmenu-qt, KDE 4 prerequisite.
This library provides a Qt implementation of the DBusMenu specs, whose
goal is to expose menus on DBus.
okay landry@, a bit of grammar-nazism by naddy@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/x11/dbusmenu-qt/Makefile
N ports/x11/dbusmenu-qt/distinfo
N ports/x11/dbusmenu-qt/pkg/DESCR
N ports/x11/dbusmenu-qt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:23:17
Modified files:
productivity : Makefile
x11 : Makefile
Log message:
hook up recent additions: attica, dbusmenu-qt and grantlee.
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/03/25 15:35:45
Modified files:
distrib/miniroot: install.sub
Log message:
during upgrade network setup, print friendlier error message if
/sbin/dhclient is required but missing
brought to attention by florian@
ok krw@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/25 15:40:54
Modified files:
faq : current.html
Log message:
in an attempt to pre-empt "why don't some of my perl packages work" mails,
remind users that packages with XS modules need to be updated to versions
built against current perl.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 17:29:55
Modified files:
devel/p5-Devel-GlobalDestruction: Makefile
devel/p5-Devel-GlobalDestruction/pkg: PLIST
net/p5-Socket-GetAddrInfo: Makefile
net/p5-Socket-GetAddrInfo/pkg: PLIST
Log message:
sync PLISTs and remove SHARED_ONLY; these ports changed from using
XS modules to being pure perl following the update to 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 17:43:40
Modified files:
games/frozen-bubble: Makefile
games/frozen-bubble/pkg: PLIST-main
Removed files:
games/frozen-bubble/files: wrapper.sh
Log message:
remove workaround
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/25 18:14:18
Modified files:
sys/netinet6 : in6_ifattach.c
Log message:
Remove a block of dead code in in6_ifdetach(). It was never executed
due to the wrong & in satosin6(&ifa->ifa_addr). The link local
prefix fe80 was not checked within the IPv6 address, but within
some pointers of the interface address struct. The whole loop
around this was also never executed as all IPv6 addresses had already
been purged.
OK sperreault@ mpi@ mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 18:16:39
Added files:
textproc/openjade/patches: patch-msggen_pl
Log message:
build fix on a clean-install system with new perl, from gentoo
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/03/25 20:18:43
Modified files:
. : plat.html
Log message:
palm has been removed from the tree, move to discontinued
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/25 20:34:51
Modified files:
. : 53.html
Log message:
Update 5.3 song title.
Pointed out by alexey.suslikov@gmail.com on tech@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 22:58:05
Modified files:
sys/arch/vax/include: pmap.h
Log message:
maybe the last PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 23:04:10
Modified files:
sys/arch/alpha/include: param.h
sys/arch/amd64/include: param.h
sys/arch/arm/include: param.h
sys/arch/hppa/include: param.h
sys/arch/hppa64/include: param.h
sys/arch/i386/include: param.h
sys/arch/m68k/include: param.h
sys/arch/m88k/include: param.h
sys/arch/mips64/include: param.h
sys/arch/powerpc/include: param.h
sys/arch/sh/include: param.h
sys/arch/solbourne/include: param.h
sys/arch/sparc/include: param.h
sys/arch/sparc64/include: param.h
sys/arch/vax/include: param.h
Log message:
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/25 23:26:30
Modified files:
databases/riak : Makefile distinfo
databases/riak/patches: patch-erlang-js-rebar_config
patch-erlang-js-spidermonkey_c
patch-vars_config
databases/riak/pkg: PFRAG.shared PLIST README
Added files:
databases/riak/patches: patch-deps_eleveldb_c_src_detail_hpp
patch-deps_riaknostic_src_riaknostic_check_sysctl_erl
patch-deps_riaknostic_src_riaknostic_export_erl
Removed files:
databases/riak/patches: patch-deps_eleveldb_rebar_config
patch-deps_riak_kv_src_riak_kv_stat_erl
Log message:
Update to riak 1.3.0
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/25 23:28:30
Modified files:
databases : Makefile
Log message:
+ riak
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 00:47:47
Modified files:
de : crypto.html goals.html index.html tshirts.html
nl : index.html plat.html tshirts.html
opensmtpd/de : index.html manual.html
opensmtpd/nl : index.html manual.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 01:47:51
Modified files:
devel/p5-ExtUtils-Depends: Makefile distinfo
Log message:
Update to p5-ExtUtils-Depends-0.304.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 01:50:44
Modified files:
devel/p5-ExtUtils-PkgConfig: Makefile distinfo
Log message:
Update to p5-ExtUtils-PkgConfig-1.14.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 02:12:35
Modified files:
editors/vim : Makefile
Log message:
fix RUN_DEPENDS-lang to not depend on a particular flavour of -main
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:27:15
Modified files:
devel/p5-Glib2 : Makefile distinfo
devel/p5-Glib2/pkg: PLIST
Log message:
Unbreak now that our perl(1) is linked with pthreads(3).
Update to p5-Glib2-1.280.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:28:08
Modified files:
devel/p5-Pango : Makefile distinfo
Log message:
Update to p5-Pango-1.222.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:28:50
Modified files:
graphics/p5-Cairo: Makefile distinfo
Log message:
Update to p5-Cairo-1.101.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:29:29
Modified files:
x11/p5-Gtk2 : Makefile distinfo
x11/p5-Gtk2/pkg: PLIST
Log message:
Update to p5-Gtk2-1.247.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:30:11
Modified files:
misc/xkcd-viewer: Makefile
Removed files:
misc/xkcd-viewer/patches: patch-script_xkcd_viewer_pl
Log message:
Depend on p5-Gtk2>=1.247.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:35:49
Modified files:
x11/p5-Gtk2-GladeXML: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 02:58:00
Modified files:
usr.sbin/procmap: procmap.c
Log message:
for the sake of argument, let's pretend this #if 0 code isn't wanted
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 03:07:28
Modified files:
x11/podbrowser : Makefile
x11/podbrowser/patches: patch-Makefile patch-podbrowser_pl
x11/podbrowser/pkg: PLIST
Log message:
Unbreak runtime.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 03:43:06
Modified files:
devel/vte3 : Makefile distinfo
devel/vte3/patches: patch-src_pty_c
devel/vte3/pkg : PLIST
Log message:
- update to vte-0.34.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 03:44:47
Modified files:
x11/gnome/totem-pl-parser: Makefile distinfo
x11/gnome/totem-pl-parser/patches: patch-configure
x11/gnome/totem-pl-parser/pkg: PLIST
Log message:
Update to totem-pl-parser-3.4.4.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 03:59:33
Modified files:
x11/gnome/terminal: Makefile distinfo
Log message:
- update to gnome-terminal-3.6.2
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/26 04:54:48
Modified files:
usr.bin/tmux : cmd-queue.c control-notify.c control.c window.c
Log message:
Fix compiler warnings, missing #include. From Thomas Adam.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/26 07:19:26
Modified files:
sys/net : if.c if.h if_bridge.c if_gif.c if_mpe.c
if_pflog.c if_pflow.c if_pfsync.c if_ppp.c
if_tun.c if_vether.c
sys/netinet : ip_carp.c ip_input.c
sys/netinet6 : ip6_input.c
sys/netmpls : mpls.h mpls_input.c
Log message:
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
ok beck@, mikeb@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/26 07:30:29
Modified files:
usr.sbin/smtpd : mfa_session.c
Log message:
Include inttypes.h to get PRIx64; ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 07:49:48
Modified files:
net/farstream : Makefile distinfo
Log message:
- update to farstream-0.2.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 07:56:48
Added files:
net/farstream/patches: patch-tests_check_testutils_c
Log message:
add missing header to allow regress tests to run (missed in previous commit)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:04:36
Modified files:
graphics/evince: Makefile
Added files:
graphics/evince/patches: patch-data_evince_desktop_in_in
Log message:
Remove NoDiplay from the desktop file so that evince is properly
registered as a PDF viewer; upstream finally agreed to make this change.
Regen WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/26 08:14:08
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Only accept partial keys if the timer has not expired, fixes infinite
loop when Escape is pressed the wrong number of times.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:16:18
Modified files:
x11/gtk+2 : Makefile
Log message:
Move to the x11/gnome MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:20:44
Modified files:
net/telepathy/telepathy-mission-control: Makefile distinfo
Log message:
- update to telepathy-mission-control-5.14.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:20:52
Modified files:
x11/gtk+2 : Makefile
Log message:
Make the Makefile readable by a human being.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:23:19
Modified files:
sys/arch/octeon/conf: RAMDISK
Log message:
- increase MINIROOTSIZE so a ramdisk can fit.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:30:42
Modified files:
net/telepathy/telepathy-logger: Makefile distinfo
net/telepathy/telepathy-logger/patches: patch-configure
net/telepathy/telepathy-logger/pkg: PLIST
Log message:
- update to telepathy-logger-0.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:31:00
Modified files:
net/telepathy/telepathy-haze: distinfo
net/telepathy/telepathy-inspector: distinfo
net/telepathy/telepathy-pinocchio: distinfo
Log message:
cleanup old checksums
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 08:31:28
Modified files:
x11/dbusmenu-qt: Makefile
Log message:
missing build dependency.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:37:50
Modified files:
net/telepathy : Makefile
Log message:
unhook telepathy-pinocchio
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/26 08:38:08
Modified files:
lib/libpthread/include: semaphore.h
Log message:
needs sys/cdefs.h because a case has been found where it is pulled
independently; spotted by sthen/naddy
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:38:54
Removed files:
net/telepathy/telepathy-pinocchio: Makefile distinfo
net/telepathy/telepathy-pinocchio/patches:
patch-pinocchio_common_py
patch-setup_py
net/telepathy/telepathy-pinocchio/pkg: DESCR PLIST
Log message:
remove telepathy-pinocchio, it's been dead upstream for years, and it missed
the GObject Introspection boat. So sleep with the fishes.
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/26 08:43:40
Modified files:
. : palm.html
Log message:
Reword palm in the past tense and make it clear that it is discontinued.
Some cleanup of wording/grammar.
With checks/tweaks from jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 08:59:24
Modified files:
share/man/man7 : mdoc.7
Log message:
no more palm;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 09:32:27
Modified files:
net/gssdp : Makefile
Log message:
sync WANTLIB
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/26 09:47:01
Modified files:
sys/arch/amd64/amd64: aes_intel.S aesni.c
Log message:
Add AES-XTS support to the aesni crypto driver. This allows softraid(4)
to benefit from the AES-NI instructions found on newer Intel CPUs.
ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:28:22
Modified files:
x11/gnome : gnome.port.mk
Log message:
If none of AUTOCONF_VERSION or AUTOMAKE_VERSION is defined, then pass
--disable-maintainer-mode
to the configure args.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:32:52
Modified files:
x11/gnome/gdlmm: Makefile
x11/gnome/gdlmm/pkg: PLIST
Removed files:
x11/gnome/gdlmm/pkg: PFRAG.shared
Log message:
Adapt now that --disable-maintainer-mode is the default.
Fix WANTLIB while here and merge the plists.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:33:25
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/grilo-mediaserver2/pkg: PLIST
Removed files:
x11/gnome/grilo-mediaserver2/pkg: PFRAG.shared
Log message:
Adapt now that --disable-maintainer-mode is the default.
Merge plists.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:33:51
Modified files:
x11/gnome/gitg : Makefile
Log message:
Adapt now that --disable-maintainer-mode is the default; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:35:03
Modified files:
devel/vanessa : Makefile.inc
Log message:
--disable-silent-rules is the default already.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:36:01
Modified files:
sys/kern : kern_malloc.c
sys/sys : malloc.h
Log message:
replace kern malloc's hand rolled freelist with simpleq macros.
ok deraadt mpi
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:37:45
Modified files:
sys/kern : subr_pool.c
sys/sys : pool.h
Log message:
simpleq is lighter weight and sufficient for pool's needs.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:39:08
Modified files:
sys/conf : files
sys/sys : exec_aout.h
Removed files:
sys/compat/common: compat_exec.c
Log message:
remove the old_?magic aout exec functions which are never used.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:40:19
Modified files:
share/man/man5 : port-modules.5
Log message:
Document the recent change to the x11/gnome MODULE.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:40:34
Modified files:
sys/compat/ossaudio: ossaudio.c
Log message:
update define name to reflect fact this is openbsd. kill dead code.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:59:35
Modified files:
print/foomatic-filters: Makefile
Log message:
No need for MODGNU_AUTOMAKE_DEPENDS. Sync WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 11:00:41
Modified files:
emulators/zsnes: Makefile
Log message:
No need for MODGNU_AUTOMAKE_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 11:08:19
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/gcr : Makefile
x11/gnome/controlcenter: Makefile
x11/xfce4/xfce4-dev-tools: Makefile
Log message:
Use MODGNU_AUTO*_DEPENDS instead of hardcoding the path.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:23:01
Modified files:
www/p5-Gravatar-URL: Makefile
www/p5-Gravatar-URL/pkg: DESCR
Log message:
tweak DESCR to not start with 'A'.
ok bluhm@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/26 11:29:04
Modified files:
lib/libc/net : res_random.c
Log message:
protect the PRG state with a mutex in res_randomid().
ok deraadt@ guenther@ djm@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:57:00
src/etc/etc.octeon
Update of /cvs/src/etc/etc.octeon
In directory cvs.openbsd.org:/tmp/cvs-serv21453/etc.octeon
Log Message:
Directory /cvs/src/etc/etc.octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:58:11
Added files:
etc/etc.octeon : MAKEDEV MAKEDEV.md Makefile Makefile.inc
disktab fbtab sysctl.conf ttys
Log message:
add octeon bits, mostly from sgi
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:59:00
src/share/man/man8/man8.octeon
Update of /cvs/src/share/man/man8/man8.octeon
In directory cvs.openbsd.org:/tmp/cvs-serv10979/man8.octeon
Log Message:
Directory /cvs/src/share/man/man8/man8.octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:00:59
Added files:
share/man/man8/man8.octeon: MAKEDEV.8 Makefile
Log message:
add octeon bits here too
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:03:53
Added files:
distrib/octeon : Makefile
distrib/octeon/ramdisk: Makefile Makefile.inc install.md list
Log message:
add ramdisk installer for octeon, still has some rough edges and needs some
manual fiddling, but works good enough to perform an install on the CAM-0100.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:06:00
Modified files:
etc : Makefile
distrib : Makefile
share/man/man8 : Makefile
Log message:
hookup octeon
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 12:24:30
Modified files:
databases/p5-DBI: Makefile
Log message:
de-uglify Makefile, no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 12:26:34
Modified files:
devel/p5-Log-Log4perl: Makefile distinfo
Log message:
update to log4perl 1.40 and de-uglify makefile
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 12:28:12
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
accept "octeon" as a valid obsd arch;
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 12:45:02
Modified files:
sys/dev/pci : vga_pci.c
Log message:
Stop rePOSTing devices supported by inteldrm(4). The driver now properly
restores the graphics mode and we should avoid running BIOS code whenever
possible as it isn't guaranteed to work and might actually hurt.
ok jsg@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:46:55
Modified files:
sys/arch/octeon/conf: files.octeon
Log message:
move octcf bits together
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 12:50:48
Modified files:
libexec/ld.so/hppa: rtld_machine.c
Log message:
Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is
still puzzled why this didn't work back in 2010, but it does work now and
paves the way for binutils 2.17 on hppa. Obviously based on miod@'s earlier
diff.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/26 12:51:44
Modified files:
lang/ruby : ruby.port.mk
Log message:
Change MODRUBY_RUBY_ADJ to just replace a shebang in the first line
of the files, instead of all lines. Additionally, loosen the regexp
slightly so that it handles more cases automatically. This makes
ruby.port.mk's behavior similar to python.port.mk.
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/26 12:52:54
Modified files:
textproc/gonzui: Makefile
Log message:
Bump REVISION as recent ruby.port.mk change modified shebang lines.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/26 12:53:47
Modified files:
libexec/ld.so/sh: rtld_machine.c
Log message:
SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt
relocation to correctly process RelA entries.
This allows lazy binding to work so far; not enabled yet, must survive some
serious churning first.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 13:16:19
Modified files:
usr.bin/mandoc : arch.in
share/man/man7 : mdoc.7
Log message:
bits for octeon (will format as OCTEON in Dt);
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 13:20:57
Modified files:
sys : Makefile
Log message:
hookup octeon here too; reminded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 13:43:01
Modified files:
sys/arch/alpha : Makefile
sys/arch/amd64 : Makefile
sys/arch/armish: Makefile
sys/arch/aviion: Makefile
sys/arch/beagle: Makefile
sys/arch/hp300 : Makefile
sys/arch/hppa : Makefile
sys/arch/hppa64: Makefile
sys/arch/landisk: Makefile
sys/arch/loongson: Makefile
sys/arch/luna88k: Makefile
sys/arch/macppc: Makefile
sys/arch/mvme68k: Makefile
sys/arch/mvme88k: Makefile
sys/arch/octeon: 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:
sync TDIRS with reality
"looks good" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 14:03:38
Modified files:
etc/mtree : 4.4BSD.dist
Log message:
more octeon bits
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/26 14:15:10
Modified files:
devel/boost : Makefile
Added files:
devel/boost/patches: patch-libs_filesystem_src_path_cpp
Log message:
Sync boost-filesystem library with upstream and add OpenBSD to the UTF-8
codepath to fix a run-time issue for apps using boost-filesystem with apps
failing with.. "std::runtime_error: locale::facet::_S_create_c_locale name not valid"
Reported by/tested/Ok gonzalo@ bentley@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/26 14:19:04
Modified files:
devel/boost/patches: patch-libs_filesystem_src_path_cpp
Log message:
Mention using non-C locales.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 15:01:02
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Short-circuit screen switching if we're switching to the screen that's
currently active.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 15:13:55
Modified files:
usr.bin/vmstat : vmstat.c
Log message:
i broke it. tailq is now simpleq in pool.
found the hard way by otto.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 15:37:26
Log message:
import ports/security/py-bcrypt, ok benoit@
py-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code,
as described in "A Future-Adaptable Password Scheme" by Niels Provos and
David Mazières.
This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking and frustrate fast hardware implementation.
The computation cost of the algorithm is parametised, so it can be
increased as computers get faster. The intent is to make a compromise
of a password database less likely to result in an attacker gaining
knowledge of the plaintext passwords (e.g. using John the Ripper).
Status:
Vendor Tag: sthen
Release Tags: sthen_20130326
N ports/security/py-bcrypt/Makefile
N ports/security/py-bcrypt/distinfo
N ports/security/py-bcrypt/pkg/PLIST
N ports/security/py-bcrypt/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 15:37:44
Modified files:
security : Makefile
Log message:
+py-bcrypt
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:44:38
Log message:
Mozilla::CA provides a copy of Mozilla's bundle of Certificate
Authority certificates in a form that can be consumed by modules
and libraries based on OpenSSL.
Ok sthen, landry
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/security/p5-Mozilla-CA/Makefile
N ports/security/p5-Mozilla-CA/distinfo
N ports/security/p5-Mozilla-CA/pkg/DESCR
N ports/security/p5-Mozilla-CA/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:49:55
Log message:
The purpose of this Perl module is try determine what encodings should
be used when interfacing to various external interfaces.
required by p5-libwww >= 6.0
Ok sthen landry
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/textproc/p5-Encode-Locale/Makefile
N ports/textproc/p5-Encode-Locale/distinfo
N ports/textproc/p5-Encode-Locale/pkg/DESCR
N ports/textproc/p5-Encode-Locale/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:53:57
Log message:
This module opens a file and performs automatic charset detection
based on the HTML5 algorithm. You can then pass the filehandle to
HTML::Parser or a related module (or just read it yourself).
required by p5-libwww >= 6.0
Ok landry, sthen
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/www/p5-IO-HTML/Makefile
N ports/www/p5-IO-HTML/distinfo
N ports/www/p5-IO-HTML/pkg/DESCR
N ports/www/p5-IO-HTML/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:06:09
Modified files:
sys/arch/arm/arm: cpufunc.c
sys/arch/arm/include: cpufunc.h
Log message:
Add prototypes for secondary cache operations.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:18:20
Modified files:
sys/arch/arm/arm: arm32_machdep.c
Log message:
Mark vector page as executable and fix a cast.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:20:00
Modified files:
sys/arch/arm/arm: cpufunc_asm_armv7.S
Log message:
Draining the write buffer is accomplished via a DSB.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 19:56:50
Modified files:
sys/sys : namei.h
sys/kern : vfs_cache.c
sys/nfs : nfs_vnops.c
Log message:
rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.
ok beck deraadt after a style issue noticed by kettenis
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/03/26 19:57:48
Added files:
faq : upgrade53.html
Log message:
upgrade guide for 5.3.
note: not planning on doing the patch file this release. Sysmerge rocks,
I really can't think of a benefit to the patch file anymore. If anyone
wishes to try to change my mind, feel free to do so.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 20:00:08
Modified files:
sys/netmpls : mpls.h mpls_raw.c mpls_shim.c
Log message:
a little header cleanup. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 20:02:23
Modified files:
sys/uvm : uvm_page.c
Log message:
combine several atomic_clearbits calls into one. slightly faster on
machines where atomic ops aren't so simple.
ok beck deraadt miod
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 01:23:45
Modified files:
sysutils/upower: Makefile
sysutils/upower/pkg: PLIST
Added files:
sysutils/upower/patches: patch-src_openbsd_up-backend_c
Removed files:
sysutils/upower/pkg: PFRAG.shared
Log message:
g_thread_init is deprecated and will be removed in the next glib2 version
which I am currently working on.
While here, regen WANTLIB and merge PLISTs.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/27 01:40:41
Modified files:
lib/libc/asr : asr.c asr_private.h async_resolver.3
getaddrinfo_async.c gethostnamadr_async.c
res_search_async.c res_send_async.c
Log message:
Only use the search domains for DNS lookups, as the current resolver does.
Better not diverge too much in behavior at this point.
Typo fix and doc update while there.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 01:44:37
Modified files:
devel/libsigc++-2: Makefile
devel/libsigc++-2/pkg: PLIST
Removed files:
devel/libsigc++-2/pkg: PFRAG.shared
Log message:
use the x11/gnome MODULE.
Merge PLISTs.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/27 01:48:42
Modified files:
usr.sbin/smtpd/smtpd: Makefile
Log message:
fix build after asr update
ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 01:57:38
Modified files:
devel/libgtop2 : Makefile
devel/libgtop2/patches: patch-sysdeps_openbsd_prockernel_c
patch-sysdeps_openbsd_procmap_c
devel/libgtop2/pkg: PLIST
Removed files:
devel/libgtop2/pkg: PFRAG.shared
Log message:
adjust now that regular users can't read wchan anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:46:53
Removed files:
audio/soundconverter: Makefile distinfo
audio/soundconverter/pkg: DESCR PLIST
Log message:
Remove soundconverter; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
ok mpi@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:47:06
Modified files:
audio : Makefile
Log message:
-soundconverter
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:48:24
Removed files:
x11/gdesklets : Makefile distinfo
x11/gdesklets/patches: patch-Makefile_am
patch-Makefile_gdesklets_am
patch-Makefile_python_am
patch-configure_ac
patch-display_Display_py
x11/gdesklets/pkg: DESCR PLIST
Log message:
Remove gdesklets; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
Jasper sent a mail on ports a long time ago that this port was about to
be removed and no one seemed to be sad about it...
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:48:38
Modified files:
x11 : Makefile
Log message:
-gdesklets
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:49:27
Removed files:
sysutils/backintime: Makefile Makefile.inc
sysutils/backintime/common: Makefile distinfo
sysutils/backintime/common/patches: patch-common_backintime
patch-common_backintime_py
patch-common_config_py
patch-common_logger_py
patch-common_snapshots_py
patch-common_tools_py
sysutils/backintime/common/pkg: DESCR PLIST
sysutils/backintime/gnome: Makefile distinfo
sysutils/backintime/gnome/patches: patch-gnome_backintime-gnome
patch-gnome_plugins_gnomeplugin_py
patch-gnome_settingsdialog_glade
patch-gnome_settingsdialog_py
sysutils/backintime/gnome/pkg: DESCR PLIST
Log message:
Remove backintime; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:49:46
Modified files:
sysutils : Makefile
Log message:
-backintime
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:50:52
Removed files:
x11/gnome/py-gnome: Makefile distinfo
x11/gnome/py-gnome/pkg: DESCR PLIST
Log message:
Retire py-gnome; it's old, unmaintained and nothing depends on it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:51:10
Modified files:
x11/gnome : Makefile
Log message:
-py-gnome
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:52:04
Removed files:
devel/py-orbit : Makefile distinfo
devel/py-orbit/pkg: DESCR PLIST
Log message:
Remove py-orbit; nothing depends on it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:52:16
Modified files:
devel : Makefile
Log message:
-py-orbit
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/27 02:52:49
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
Further updates to pmap7. Fixes some problems and removes debug printfs.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 03:26:45
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
Claim to support I915_PARAM_HAS_COHERENT_RINGS.
While seemingly unused by userspace at the moment this was apparently
added to resolve an abi problem with libva and the BSD ring.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 03:46:55
Modified files:
regress/usr.bin/pkg-config: Makefile
Log message:
add two tests for resolving a regular module (passes) and the full path
to a pkgconfig file (currently fails).
the fix for pkg-config will be committed shortly
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 04:57:40
Modified files:
audio/clementine: Makefile
Log message:
One more extra LIB_DEPENDS, spotted (and cluestick applied) by ajacoutot@.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 05:00:39
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:14:05
Log message:
Import wbar-2.3.4.
Wbar is desktop application launcher that appears similiar to the dock
on an OS/X desktop. A wbar-config gui is included although the manual
configuration is easy with entries for icon path, command and tooltip.
Wbar commonly used with lightweight, stacking window managers such as
fluxbox and openbox.
based on an original submission by J. Scott Heppler
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130427
N ports/mystuff/x11/wbar/Makefile
N ports/mystuff/x11/wbar/distinfo
N ports/mystuff/x11/wbar/pkg/DESCR
N ports/mystuff/x11/wbar/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:15:42
Removed files:
mystuff/x11/wbar: Makefile distinfo
mystuff/x11/wbar/pkg: DESCR PLIST
Log message:
Fucked up import.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:16:25
Log message:
Import wbar-2.3.4.
Wbar is desktop application launcher that appears similiar to the dock
on an OS/X desktop. A wbar-config gui is included although the manual
configuration is easy with entries for icon path, command and tooltip.
Wbar commonly used with lightweight, stacking window managers such as
fluxbox and openbox.
based on an original submission by J. Scott Heppler
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130427
N ports/x11/wbar/Makefile
N ports/x11/wbar/distinfo
N ports/x11/wbar/pkg/DESCR
N ports/x11/wbar/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:16:32
Added files:
security/tinyca: Makefile distinfo
security/tinyca/patches: patch-tinyca2
security/tinyca/pkg: DESCR PLIST
Log message:
reinstate tinyca; this works again now that Perl is linked -lpthread
(note that xca has more, and more modern, options - but tinyca can be a
bit easier to get working)
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:16:59
Modified files:
x11 : Makefile
Log message:
+wbar
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:17:12
Modified files:
usr.bin/tmux : colour.c options-table.c server-client.c tmux.1
tmux.c tmux.h tty-term.c tty.c
Log message:
Remove tmux's (already minimal) 88 colour support. Such terminals are
few and unnecessary.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:19:20
Modified files:
usr.bin/tmux : screen-write.c
Log message:
Move the cursor back into the last column on CUU/CUD to match xterm
behaviour. From George Nachman.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:23:11
Modified files:
security : Makefile
Log message:
+tinyca
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:24:18
Modified files:
usr.bin/tmux : tmux.1 tmux.c
Log message:
Add TMUX_TMPDIR variable to put the socket directory outside
TMPDIR. From Ben Boeckel.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 05:35:51
Modified files:
databases : Makefile
Removed files:
databases/xmysql: Makefile distinfo
databases/xmysql/patches: patch-Makefile patch-XmysqlDB_c
patch-Xmysql_c patch-Xmysql_cb_c
databases/xmysql/pkg: DESCR PLIST
Log message:
Remove xmysql. Old long unmaintained cruft that does not build with modern
MySQL.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 05:41:11
Modified files:
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegcodecmap_c
patch-ext_ffmpeg_gstffmpegdec_c
Added files:
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegutils_c
Log message:
More fixes from upstream..
- Don't flush buffers on DISCONT.
- Channel layouts are now set for DTS and (E)AC3 by libav.
- Add support for 10-bit YUV color formats.
- Add decode support for prores.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:44:24
Modified files:
security/tinyca: Makefile
security/tinyca/patches: patch-tinyca2
Added files:
security/tinyca/patches: patch-lib_GUI_pm
Log message:
despam console output (deprecation warnings etc with modern Perl)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:56:24
Modified files:
faq : upgrade53.html
Log message:
squid may need some config changes, expanded from a diff by giovanni@,
ok giovanni nick
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/27 06:14:28
Modified files:
comms/minicom : Makefile distinfo
comms/minicom/patches: patch-man_minicom_1 patch-src_main_c
patch-src_updown_c
Log message:
Update for minicom to 2.6.2
Maintainer timeout.
Ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 06:14:29
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
claim support for secure and pinned batch buffers
we already have the code to handle these
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 06:37:49
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
match recent linux and return whether the ring is initialised
for the has bsd/blt ring params instead of whether the hardware
has the ring.
CVSROOT: /cvs
Module name: src
Changes by: mcbride@cvs.openbsd.org 2013/03/27 07:32:29
Modified files:
sys/net : pf_ioctl.c
Log message:
Use the correct src/dst ports depending on direction (one of src or dst was
wrong in each direction).
Report and fix from UMEZAWA Takeshi
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 07:34:06
Modified files:
x11/vlc : Makefile
Added files:
x11/vlc/patches: patch-modules_codec_avcodec_avcodec_c
Log message:
Re-enable the multi-threaded mode for the avcodec backend.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: mpi@cvs.openbsd.org 2013/03/27 08:06:26
Modified files:
. : want.html
Log message:
Chris Jackman sent me a replacement PSU for a PowerMac, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 08:07:19
Log message:
Import x11/sakura, a GTK+3/VTE based terminal emulator with light dependencies.
ok sthen@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-27
N ports/x11/sakura/Makefile
N ports/x11/sakura/distinfo
N ports/x11/sakura/pkg/DESCR
N ports/x11/sakura/pkg/PLIST
N ports/x11/sakura/patches/patch-CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 08:08:01
Modified files:
x11 : Makefile
Log message:
+sakura
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/27 08:30:11
Modified files:
sys/dev : softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.
This simplifies the code and will allow for easier conversion to the workq
based work unit completion routines. It also ensures that work units are
always removed from the pending queue and that colliders are started, even
in the event of an I/O failure.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:34:24
Modified files:
x11/sakura : Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:50:48
Removed files:
x11/gnome/games: Makefile distinfo
x11/gnome/games/patches: patch-configure
patch-gnome-sudoku_src_lib_defaults_py
x11/gnome/games/pkg: DESCR PLIST
Log message:
Remove the games; new GNOME release has splited this into 10 or so
different projects and it's just a maintenance nightmare for the hobbits.
If we get *really* bored one day may be some will end up being imported
into ports/games/gnome but for now it's just not worth the hassle.
discussed with and ok myself^jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:51:01
Modified files:
x11/gnome : Makefile
Log message:
-games
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/27 09:06:25
Modified files:
lib/libc/stdio : fmemopen.c open_memstream.c
Added files:
lib/libc/stdio : open_wmemstream.c
Log message:
Add an open_wmemstream(3) implementation and fix various issues for
fmemopen(3) and open_memstream(3).
With inputs from millert@, stsp@, guenther@, tedu@ and matthew@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/27 09:08:13
Modified files:
regress/lib/libc/fmemopen: fmemopentest.c
Log message:
More test cases, especially when opening the stream in append an write
modes.
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/27 09:19:14
Modified files:
x11/smplayer : Makefile distinfo
x11/smplayer/patches: patch-Makefile patch-src_preferences_cpp
x11/smplayer/pkg: PLIST
Log message:
Update for smplayer to 0.8.4:
* New option to select the fps for external subtitles.
* The video equalizer dialog has been rewritten and now it allows to
switch on/off the software equalizer from there.
* Support for encoding ISO-8859-16 for subtitles.
* The support for MPlayer2 has been improved and now we provide an
optional package for Windows which includes MPlayer2. MPlayer2 has
interesting new features like support for mkv ordered chapters and
precise seeks.
* Some bugfixes.
Ok brad@ sthen@ 'go ahead without me' edd@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:29:20
Modified files:
devel/liblouis : Makefile distinfo
devel/liblouis/patches: patch-python_louis_Makefile_in
devel/liblouis/pkg: PLIST
Log message:
Update to liblouis-2.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:32:13
Modified files:
devel/dotconf : Makefile distinfo
devel/dotconf/pkg: PLIST
Removed files:
devel/dotconf/patches: patch-dotconf_m4
devel/dotconf/pkg: PFRAG.shared
Log message:
Update to dotconf-1.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:33:32
Modified files:
audio/espeak : Makefile distinfo
audio/espeak/patches: patch-src_Makefile patch-src_speech_h
audio/espeak/pkg: PLIST
Removed files:
audio/espeak/pkg: PFRAG.shared
Log message:
Update to espeak-1.47.03.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/27 09:41:04
Modified files:
sys/kern : uipc_socket.c
Log message:
Move soidle() into the big #ifdef SOCKET_SPLICE block to have it
all in one place. Saves one additional #ifdef, no functional change.
OK mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 09:45:11
Modified files:
devel/p5-Inline: Makefile distinfo
devel/p5-Inline/patches: patch-C_Makefile_PL
Log message:
- update p5-Inline to 0.52
- update patches
ok gsoares@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 10:03:04
Modified files:
devel/py-hgtools: Makefile distinfo
devel/py-hgtools/pkg: PLIST
Log message:
- update py-hgtools to 2.1
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 10:07:42
Modified files:
audio/speech-dispatcher: Makefile distinfo
audio/speech-dispatcher/patches: patch-config_speechd_conf
patch-src_modules_espeak_c
patch-src_server_speechd_c
audio/speech-dispatcher/pkg: PLIST
Added files:
audio/speech-dispatcher/patches:
patch-src_api_python_speechd_config_config_py
patch-src_clients_spdsend_common_c
patch-src_modules_cicero_c
patch-src_server_sem_functions_c
patch-src_server_speaking_c
Removed files:
audio/speech-dispatcher/patches: patch-configure
patch-src_c_clients_spdsend_common_c
patch-src_python_speechd_config_config_py
Log message:
Update to speech-dispatcher-0.8.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 10:11:30
Modified files:
devel/p5-Class-MethodMaker: Makefile distinfo
Log message:
update to p5-Class-MethodMaker-2.18, fix with new perl
maintainer timeout
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/27 10:15:51
Modified files:
. : octeon.html
Log message:
sync; userland works.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 10:20:58
Modified files:
infrastructure/db: config.no-gsed
Log message:
Override lt_cv_path_SED, too.
Used by GNU libtool and also spread around by phpize.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/27 10:21:22
Modified files:
lib/libc/asr : async_resolver.3
Log message:
explicitely -> explicitly;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 10:29:39
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.80
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 10:37:09
Modified files:
devel/gettext : Makefile
devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in
graphics/tiff : Makefile
graphics/tiff/patches: patch-libtiff_Makefile_in
audio/flac : Makefile
audio/flac/patches: patch-src_libFLAC_Makefile_in
patch-src_libFLAC_flac_pc_in
audio/flac/pkg : PLIST
audio/libvorbis: Makefile
audio/libvorbis/pkg: PLIST
Added files:
graphics/tiff/patches: patch-configure_ac
Removed files:
devel/gettext/patches: patch-gettext-tools_tests_Makefile_in
audio/flac/patches: patch-src_libFLAC++_Makefile_in
patch-src_libFLAC++_flac++_pc_in
audio/flac/pkg : PFRAG.shared
audio/libvorbis/patches: patch-lib_Makefile_in
patch-test_Makefile_in
audio/libvorbis/pkg: PFRAG.shared
Log message:
Reinstate the interlibrary dependencies, fix .pc files.
Parts/help/input from brad@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/27 10:39:30
Modified files:
usr.sbin/config: config.8
Log message:
some updates from daniel dickman;
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 10:42:05
Modified files:
sys/crypto : crypto.c cryptodev.h
Log message:
institute a hard cap on crypto devs instead of a useless wraparound check
ok beck
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/03/27 11:14:10
Modified files:
bin/pax : options.c pax.1 tar.c
Log message:
Enable support for write_opt=nodir for ustar archives which helps to fix
issues with some crappy tar archive readers out there that rely on the
fact that directory entries ends up with "/" when created by GNU Tar, and
now I'm finishing this commit message by mentioning people who gave input
and okays: deraadt@ millert@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:20:32
Modified files:
x11/wbar : Makefile
x11/wbar/pkg : PLIST
Log message:
Disable the half functionnal wbar-config utility.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/27 11:33:13
Modified files:
sys/arch/arm/conf: files.arm
sys/arch/beagle/conf: files.beagle
Log message:
Move generic armv7 files into arm's file list.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:49:34
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/patches: patch-gio_glib-compile-schemas_c
patch-gio_gunixmount_c
patch-gio_gunixmounts_c
patch-gio_tests_file_c
devel/glib2/pkg: PLIST
Added files:
devel/glib2/patches: patch-glib_Makefile_in
Removed files:
devel/glib2/patches: patch-gio_gsocketconnection_c
patch-gio_tests_socket_c
Log message:
Major update to glib2-2.36.0.
*huge* thank to landry@ for running a bulk with this diff and the few
others that are going to be committed and for informing me of the
breakage that needed some love.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:50:18
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
graphics/gdk-pixbuf2/pkg: PLIST
Removed files:
graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_io-jpeg_c
Log message:
Update to gdk-pixbuf-2.28.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:50:51
Modified files:
devel/atk : Makefile distinfo
devel/atk/pkg : PLIST
Removed files:
devel/atk/pkg : PFRAG.shared
Log message:
Update to atk-2.8.0.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 11:51:17
Modified files:
distrib/sets/lists/base: md.vax
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:51:26
Modified files:
devel/pango : Makefile distinfo
Removed files:
devel/pango/patches: patch-pango_pangocairo-fontmap_c
Log message:
Update to pango-1.34.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:52:09
Modified files:
devel/py-gobject3: Makefile distinfo
devel/py-gobject3/pkg: PLIST
Log message:
Update to py-gobject3-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:52:45
Modified files:
x11/gnome/at-spi2-core: Makefile distinfo
x11/gnome/at-spi2-core/pkg: PLIST
Removed files:
x11/gnome/at-spi2-core/pkg: PFRAG.shared
Log message:
Update to at-spi2-core-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:53:19
Modified files:
x11/gnome/at-spi2-atk: Makefile distinfo
x11/gnome/at-spi2-atk/pkg: PLIST
Log message:
Update to at-spi2-atk-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:53:52
Modified files:
x11/gnome/py-atspi: Makefile distinfo
x11/gnome/py-atspi/pkg: PLIST
Log message:
Update to py-atspi-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:54:27
Modified files:
net/glib2-networking: Makefile distinfo
net/glib2-networking/pkg: PLIST
Log message:
Update to glib2-networking-2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:55:07
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Removed files:
devel/glib2mm/pkg: PFRAG.shared
Log message:
Update to glib2mm-2.35.9.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:55:45
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/pkg : PLIST-main
Log message:
Update to gtk+3-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:56:24
Modified files:
x11/gtk3mm : Makefile distinfo
x11/gtk3mm/pkg : PLIST
Removed files:
x11/gtk3mm/pkg : PFRAG.shared
Log message:
Update to gtk3mm-3.7.12.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:57:11
Modified files:
www/gtkhtml3 : Makefile
Added files:
www/gtkhtml3/patches: patch-components_editor_main_c
Log message:
Add missing MODGNOME_CPPFLAGS.
Regen WANTLIB.
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:58:44
Modified files:
devel/ORBit2 : Makefile
devel/ORBit2/patches: patch-configure_in
devel/ORBit2/pkg: PFRAG.shared PLIST
Added files:
devel/ORBit2/patches: patch-include_orbit_GIOP_giop_h
patch-include_orbit_orb-core_corba-orb_h
patch-include_orbit_util_basic_types_h
patch-linc2_src_Makefile_in
patch-linc2_src_linc-protocols_c
patch-src_orb_GIOP_giop_c
patch-src_orb_orb-core_corba-orb_c
Log message:
Fix build with glib2>=2.36.0.
Bring in some fixes from upstream.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:59:31
Modified files:
x11/gnome/vfs2 : Makefile
x11/gnome/vfs2/pkg: PLIST
Added files:
x11/gnome/vfs2/patches: patch-daemon_Makefile_in
patch-imported_neon_ne_xml_c
patch-libgnomevfs_Makefile_in
Log message:
SECURITY fix for CVE-2009-2473.
Drop useless MODGNOME_LDFLAGS.
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:00:00
Added files:
audio/clementine/patches: patch-src_main_cpp
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:00:36
Modified files:
x11/gnome/libbonobo: Makefile
x11/gnome/libbonobo/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/libbonobo/patches: patch-activation-server_Makefile_in
Log message:
Fix build with glib2>=2.36.0.
Remove USE_GROFF.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:01:16
Modified files:
x11/gtkglextmm : Makefile
x11/gtkglextmm/pkg: PLIST
Added files:
x11/gtkglextmm/patches: patch-gdkglext_gdkmm_gl_Makefile_in
Removed files:
x11/gtkglextmm/pkg: PFRAG.shared
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:01:55
Modified files:
x11/gnome/libgnome: Makefile
x11/gnome/libgnome/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/libgnome/patches: patch-libgnome_Makefile_in
Log message:
Fix build with glib2>=2.36.0
Sync WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:02:21
Modified files:
x11/gnome/shell: Makefile
Added files:
x11/gnome/shell/patches: patch-src_Makefile-calendar-server_am
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:02:51
Modified files:
japanese/gwaei : Makefile
japanese/gwaei/patches: patch-src_gwaei_Makefile_in
japanese/gwaei/pkg: PLIST
Removed files:
japanese/gwaei/pkg: PFRAG.shared
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:03:33
Modified files:
math/galculator: Makefile
Added files:
math/galculator/patches: patch-src_Makefile_in
Log message:
Fix build with gtk+3>=3.8.0.
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:03:57
Modified files:
multimedia/shrip: Makefile
Added files:
multimedia/shrip/patches: patch-src_shrip-ccheck_c
patch-src_shrip-encode_c
patch-src_shrip-xchap_c
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 12:12:20
Modified files:
lang/vala : Makefile distinfo
lang/vala/pkg : PLIST
Removed files:
lang/vala/pkg : PFRAG.shared
Log message:
- update to vala-0.20.0
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 12:32:05
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
fill in cpu_model.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:37:05
Modified files:
de : 53.html plat.html
faq/nl : faq5.html
faq/pf/nl : pools.html
ja : index.html
nl : books.html crypto.html goals.html plat.html
tshirts.html
openssh/ja : ftp.html index.html openbsd.html portable.html
pt : crypto.html goals.html plat.html plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 13:46:35
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
fix wrapped line that snuck in an extra \n in a question.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 14:03:02
Log message:
Import chemical-mime-data, highly useful dependency of Kalzium (KDE 4).
The chemical-mime-data package is a collection of data files to add
support for various chemical MIME types on Linux/UNIX desktops, such as
KDE and GNOME.
ok @landry
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130328
N ports/misc/chemical-mime-data/Makefile
N ports/misc/chemical-mime-data/distinfo
N ports/misc/chemical-mime-data/pkg/DESCR
N ports/misc/chemical-mime-data/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/27 14:21:18
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elflink.c
Log message:
Revert the --as-needed logic to match the 2.15 logic. It is now aggressively
trying to avoid symbols needed by inter-library dependencies, assuming that
libraries are built with inter-library dependency information. Such is not
the case under OpenBSD and there are currently no plans to change this.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/27 14:23:52
Modified files:
sys/arch/i386/conf: GENERIC
Log message:
Remove commented out tr(4) stanzas, since support for them has been removed
almost 6 years ago; Alexey Suslikov
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 14:26:42
Modified files:
www/chromium/patches: patch-content_browser_browser_main_loop_cc
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 14:28:22
Modified files:
lib/libossaudio: ossaudio.c soundcard.h
Log message:
rename define to reflect current operating system, as in sys/compat
from tim van der molen
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 14:31:03
Modified files:
misc : Makefile
Log message:
hook up chemical-mime-data, reminded by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/27 15:23:38
Added files:
misc/xkcd-viewer/patches: patch-lib_XKCD_Core_pm
Log message:
Unbreak now that we have a working p5-Gtk2 \o/
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/27 15:25:58
Modified files:
misc/xkcd-viewer: Makefile
Log message:
Missing bump, reminded by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 15:53:59
Modified files:
graphics/netpbm: Makefile distinfo
graphics/netpbm/pkg: PLIST
Removed files:
graphics/netpbm/pkg: PFRAG.shared
Log message:
update to 10.35.88 for miscellaneous bug fixes
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 16:13:53
Modified files:
lang/lua/5.2 : Makefile distinfo
Log message:
- update to lua-5.2.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:38:12
Modified files:
mail/roundcubemail: Makefile distinfo
Log message:
SECURITY update to Roundcube 0.8.6, local file inclusion via preferences
vulnerability. http://lists.roundcube.net/pipermail/dev/2013-March/022328.html
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:48:22
Modified files:
telephony/asterisk: Makefile distinfo
Log message:
SECURITY update to Asterisk 10.12.2
* A possible buffer overflow during H.264 (video) format negotiation.
CVE-2013-2685
* A denial of service exists in Asterisk's HTTP server.
CVE-2013-2686
* A potential username disclosure exists in the SIP channel driver.
CVE-2013-2264
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:49:03
Modified files:
telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo
Log message:
SECURITY update for 5.2-stable to Asterisk 1.8.20.2
* A possible buffer overflow during H.264 (video) format negotiation.
CVE-2013-2685
* A denial of service exists in Asterisk's HTTP server.
CVE-2013-2686
* A potential username disclosure exists in the SIP channel driver.
CVE-2013-2264
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:50:38
Modified files:
mail/roundcubemail: Tag: OPENBSD_5_2 Makefile distinfo
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-config_main_inc_php_dist
mail/roundcubemail/pkg: Tag: OPENBSD_5_2 PLIST
Removed files:
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-plugins_managesieve_config_inc_php_dist
Log message:
SECURITY update for 5.2-stable to Roundcube 0.7.4, local file inclusion via
preferences vulnerability.
http://lists.roundcube.net/pipermail/dev/2013-March/022328.html
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 17:03:11
Modified files:
games/freeciv : Makefile distinfo
Log message:
Update games/freeciv to 2.3.4
ok jung@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/03/27 18:12:28
Modified files:
faq : upgrade53.html
Log message:
fontconf change is for 5.4, not 5.3. Missing a # char.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/27 18:32:11
Modified files:
sys/net : if_gre.c pf.c
sys/netinet : if_ether.c in_pcb.c ip_input.c
sys/netinet6 : in6_src.c ip6_output.c raw_ip6.c
Log message:
Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,
ifatoia6 macros do not check the source type. They just cast
anything. Remove needless casts and do not use those macros if the
source type does not match. Remove duplicate defines.
No binary change. OK kettenis@ krw@
CVSROOT: /cvs
Module name: www
Changes by: chris@cvs.openbsd.org 2013/03/27 18:54:12
Modified files:
. : events.html
Log message:
slides, audio for PLUG march 19th talk
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 20:08:39
Modified files:
sys/isofs/cd9660: cd9660_vnops.c
sys/isofs/udf : udf_vnops.c
sys/kern : spec_vnops.c vfs_vops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/miscfs/procfs: procfs_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/ntfs : ntfs_vnops.c
sys/sys : unistd.h
sys/ufs/ufs : ufs_vnops.c
Log message:
Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,
_PC_PRIO_IO, and _PC_SYNC_IO names in VOP_PATHCONF(), as they're
fs-independent for us. Since we don't support latter three on any
fs, we can also define the related _POSIX_{ASYNC,PRIO,SYNC}_IO
symbols in (via sys/unistd.h) with value -1.
Also, zap pointless tty-only values from procfs(!).
ok beck@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 20:17:16
Modified files:
sys/nfs : nfs_vnops.c
Log message:
a better try at pathconf for nfs. there may be lies, but they are better
lies than EINVAL, until we can uncover the truth.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 20:27:28
Modified files:
sys/nfs : nfs_vnops.c
Log message:
add a comment that we are faking it until code to ask the server is written.
requested by deraadt
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 20:39:17
Modified files:
sys/kern : vfs_syscalls.c
Log message:
When updating fd_cdir or fd_rdir, put the new pointer in place
_before_ vrele()'ing the old one, so that you can't catch the process
with a vnode with no references.
Similarly, in checkdirs(), just count the needed releases and do
them all at the end. (I think I saw this in FreeBSD.)
Original problem encountered by landry@ (yay for backtrace)
ok tedu@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:27:46
Modified files:
sys/kern : vfs_init.c
sys/sys : vnode.h
Log message:
no need for vnode.h to include namei.h unconditionally
ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 21:29:45
Modified files:
sys/isofs/cd9660: cd9660_vnops.c
sys/kern : spec_vnops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_vnops.c
sys/sys : unistd.h
sys/ufs/ext2fs : ext2fs_extern.h ext2fs_vnops.c
sys/ufs/ufs : ufs_vnops.c
lib/libc/sys : pathconf.2
usr.bin/getconf: getconf.c
Log message:
Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,
msdos, NFS, fifos and devices, plus support for querying it in
getconf(2) and the requisite pathconf(2) manpage blurb
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:31:56
Modified files:
sys/dev/usb : uaudio.c ubsa.c ucycom.c udcf.c uhts.c umbg.c
umct.c umidi.c umidi_quirks.c umodem.c uplcom.c
usb.c uvideo.c uvscom.c
Log message:
you probably don't need to include vnode.h or reboot.h. you most definitely
absolutely do not need to include vnode.h because it includes uvm_extern.h
and you want the idiotic TRUE FALSE defines from uvm.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:37:10
Modified files:
sys/sys : swap.h
Log message:
it is no longer interesting that struct swapent is not compatible with a
vm system that was replaced over 10 years ago.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 21:39:22
Modified files:
sys/uvm : uvm_swap.c
Log message:
do not copy additional kernel memory into the swapent.se_path[]
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:45:32
Modified files:
sys/compat/ossaudio: ossaudio.c
Log message:
it is believed that the comment is referring to the define below.
all thinking performed by tim van der molen
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/27 21:56:07
Modified files:
databases/riak : Makefile
databases/riak/pkg: PLIST
Log message:
add missing files to riak's PLIST
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:58:03
Modified files:
sys/dev/usb : ehci.c if_aue.c if_axe.c if_cdce.c if_kue.c
if_mos.c if_smsc.c if_udav.c if_url.c
if_urndis.c if_urtw.c if_wi_usb.c if_zyd.c
ohci.c uaudio.c ubsa.c ubt.c ucom.c udcf.c
udl.c ugen.c uhci.c uhts.c uhub.c ulpt.c umbg.c
umct.c umidi.c umidi_quirks.c umodem.c
uoak_subr.c uoaklux.c uoakrh.c uoakv.c uow.c
uplcom.c urio.c usb.c usb_mem.c usb_subr.c
usbdi.c usbdi_util.c usbdivar.h usbf_subr.c
uscanner.c usps.c uthum.c utrh.c utwitch.c
uvideo.c uvscom.c
Log message:
proc.h is way too much header for usb to handle.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 22:12:12
Modified files:
sys/dev/pci : viomb.c
sys/dev/usb : if_athn_usb.c
Log message:
removed unneccessary .h file
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 23:13:07
Modified files:
sys/dev/pci/drm: i915_drm.h
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
Log message:
add the ioctls to get/set the caching level of a buffer object
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/28 00:49:42
Modified files:
misc/chemical-mime-data: Makefile
Log message:
Small cleanup, noted by sthen@. No bump needed.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/28 00:54:49
Modified files:
lang/ruby : ruby.port.mk
Log message:
Modify gem contents packing command in a way that some gems (not
imported yet) could be built. As a bonus, use PATCHORIG instead of
hardcoding ".orig" and save a call to find(1). Requires fresh pax(1).
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:00:44
Modified files:
x11/wbar : Makefile
x11/wbar/pkg : DESCR
Log message:
Tweak DESCR.
prodded by J. Scott Heppler
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 01:33:02
Modified files:
x11/gnome/grilo: Makefile
Added files:
x11/gnome/grilo/patches: patch-configure
Log message:
unbreak by recognizing vala 0.20
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:46:47
ports/misc/chemical-mime-data/patches
Update of /cvs/ports/misc/chemical-mime-data/patches
In directory cvs.openbsd.org:/tmp/cvs-serv424/patches
Log Message:
Directory /cvs/ports/misc/chemical-mime-data/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:49:32
Modified files:
misc/chemical-mime-data: Makefile
misc/chemical-mime-data/pkg: PLIST
Added files:
misc/chemical-mime-data/patches: patch-aclocal_m4
Log message:
Missing intltool MODULE.
Missing build dependency on ImageMagick (spotted by landry@).
Add x11/gnome/mime-data to run depends as well.
Fix DATADIRNAME the same way the rest of the tree does.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 01:51:15
ports/textproc/gtkspell3/patches
Update of /cvs/ports/textproc/gtkspell3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12729/patches
Log Message:
Directory /cvs/ports/textproc/gtkspell3/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 02:13:39
Modified files:
textproc/gtkspell3: Makefile
Added files:
textproc/gtkspell3/patches: patch-gtkspell_Makefile_in
Log message:
newer version of gobject-introspection are stricter, and caught an undefined/
unsubstituted variable.
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:39:28
Modified files:
bin/ksh : expr.c
Log message:
Don't die with SIGFPE on LONG_MIN / -1 or % -1. Instead make LONG_MIN /
-1 == LONG_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:39:54
Modified files:
bin/csh : exp.c
Log message:
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
-1 == INT_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:40:31
Modified files:
bin/expr : expr.c
Log message:
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
-1 == INT_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 03:18:51
Modified files:
net/isc-bind : Makefile distinfo
net/isc-bind/pkg: PLIST
Removed files:
net/isc-bind/pkg: PFRAG.shared
Log message:
SECURITY update for ports/net/isc-bind (affects 9.7 and up), CVE-2013-2266
"A critical defect in BIND 9 allows an attacker to cause excessive memory
consumption in named or other programs linked to libdns.
The problem is encountered when a program compiled to link to libdns
receives a maliciously-constructed regular expression via any of several
delivery methods."
https://kb.isc.org/article/AA-0087
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 03:19:23
Modified files:
net/isc-bind : Tag: OPENBSD_5_2 Makefile distinfo
Added files:
net/isc-bind/patches: Tag: OPENBSD_5_2 patch-lib_dns_rootns_c
Log message:
5.2 SECURITY update for ports/net/isc-bind (affects 9.7 and up), CVE-2013-2266
"A critical defect in BIND 9 allows an attacker to cause excessive memory
consumption in named or other programs linked to libdns.
The problem is encountered when a program compiled to link to libdns
receives a maliciously-constructed regular expression via any of several
delivery methods."
https://kb.isc.org/article/AA-0087
(sync root server hints while there).
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 03:35:58
Modified files:
regress/lib/libc/fmemopen: fmemopentest.c
regress/lib/libc/open_memstream: open_memstreamtest.c
Log message:
More tests for negative seeks, prodded by matthew@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 03:36:03
Modified files:
regress/lib/libc/asr: regress.sh regress.subr
regress/lib/libc/asr/bin: common.c getaddrinfo.c
Log message:
add a test case for the icmpv6 issue spotted by naddy
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 03:37:55
Modified files:
lib/libc/stdio : fmemopen.3 open_memstream.3
Log message:
Correct version number
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 05:47:23
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
accept and use any protocol specified by the caller.
issue spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 05:51:05
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
i915_gem_execbuffer.c
Log message:
add i915_gem_execbuffer_reserve_object and friends and move
the execbuffer pinning closer to linux
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:05:52
Modified files:
net/icinga : Makefile.inc
Log message:
zap unneeded PERMIT_* lines
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 06:06:55
Modified files:
sys/net : if.c
sys/netinet : in_pcb.c ip_input.c
Log message:
Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL.
ok millert@, haesbaert@, bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:38:56
Modified files:
net/nagios/check_email_delivery: Makefile
Added files:
net/nagios/check_email_delivery/patches:
patch-check_imap_receive_epn
patch-imap_ssl_cert_epn
Log message:
SSL_verify_mode handling changed in Perl; stop check_imap_receive /
imap_ssl_cert from whining.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:43:14
Modified files:
net/icinga/web : Makefile distinfo
net/icinga/web/pkg: PLIST
Log message:
update to icinga-web 1.8.3, from rpe@ with very minor tweak from me
- remember to update schema, as mentioned in the README
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 07:08:58
Modified files:
graphics/goocanvas2: Makefile
Added files:
graphics/goocanvas2/patches: patch-src_goocanvasitem_c
patch-src_goocanvasitemmodel_c
Log message:
unbreak with upcoming gobject-introspection.
patches have been pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:29:43
Log message:
import ports/audio/generaluser-gs-soundfont, ok bcallah@
GeneralUser GS is a GM and GS compatible SoundFont bank for composing
or playing MIDI files. This version is for use with FluidSynth (or
Qsynth) (other versions are available for MuseScore, Sound Blaster
Live!/Audigy/X-fi sound cards, and other SoundFont-compatible hardware
and software synthesizers).
The name "GeneralUser" was chosen because the bank was designed to sound
well with all kinds of music rather than specializing in only a few
styles, thereby benefiting the general user.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130328
N ports/audio/generaluser-gs-soundfont/Makefile
N ports/audio/generaluser-gs-soundfont/distinfo
N ports/audio/generaluser-gs-soundfont/pkg/PLIST
N ports/audio/generaluser-gs-soundfont/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:30:03
Modified files:
audio : Makefile
Log message:
+generaluser-gs-soundfont
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:32:21
Modified files:
audio/generaluser-gs-soundfont: Makefile
Log message:
actually, let's mirror the distfile, there aren't many old versions
on the master site.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 07:38:23
Modified files:
x11/gnome/tracker: Makefile
Log message:
Add x11/gnome/photos to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:40:24
Modified files:
audio/mscore : Makefile
Log message:
add MuseScore to COMMENT to make this easier to find by name. ok bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 08:25:04
Modified files:
books/wndw : Makefile distinfo
books/wndw/pkg : PLIST-main
Log message:
hot off the press, the new third edition of the WNDW wireless networking book.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:27:19
Modified files:
mail/mimedefang: Makefile
mail/mimedefang/pkg: PLIST README mimedefang.rc
mimedefang_multiplexor.rc
Added files:
mail/mimedefang/patches: patch-SpamAssassin_spamassassin_cf
Log message:
Enable queuing by default (up to 10 msgs).
Rework and document the way mimedefang+spamassassin work wrt bayes.
Add a note on using mfs(8) for the spool directory.
Take maintainer.
ok okan@ (former maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:53:31
Removed files:
x11/gnome/nettool: Makefile distinfo
x11/gnome/nettool/patches: patch-src_callbacks_c
patch-src_info_c patch-src_nettool_c
patch-src_utils_h
x11/gnome/nettool/pkg: DESCR PLIST
Log message:
Remove gnome-nettool. It's pretty much dead upstream and it provides
nothing more than gnome-terminal does...
"ENOTCARE" jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:54:28
Log message:
Import gnome-photos-3.7.3.
Photos is an application to access, organize and share your photos with
GNOME.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130328
N ports/x11/gnome/photos/distinfo
N ports/x11/gnome/photos/Makefile
N ports/x11/gnome/photos/pkg/DESCR
N ports/x11/gnome/photos/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:55:26
Modified files:
x11/gnome : Makefile
Log message:
-nettool
+photos
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:55:56
Modified files:
meta/gnome : Makefile
Log message:
Remove gnome-nettool.
Add gnome-photos.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/28 09:05:32
Modified files:
sys/netinet : in.h
sys/netinet6 : in6.h
Log message:
Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6
defines into static inline functions. This allows the compiler to
check the source type before casting.
liked by many; OK mpi@ haesbaert@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 09:07:42
Modified files:
usr.bin/tmux : cmd-copy-mode.c
Log message:
Make copy-mode -u still scroll up if already in copy mode, handy for
people who bind it with -n.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 09:08:12
Modified files:
usr.bin/tmux : cmd-swap-pane.c
Log message:
If -s to swap-pane is not given, use the current pane.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 09:26:48
Modified files:
net/samba : Makefile distinfo
net/samba/patches: patch-source3_configure_in
net/samba/pkg : PLIST-main
Removed files:
net/samba/patches:
patch-source3_rpc_server_samr_srv_samr_chgpasswd_c
Log message:
Update to Samba 3.6.13.
ok MAINTAINER sthen@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/28 09:54:58
Modified files:
. : events.html
Log message:
List my upcoming NYCBUG talk.
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/28 10:03:15
Modified files:
. : want.html
Log message:
chris@ sent me a CAM-0100 which allowed me to get octeon multiuser,
but there are plenty of other unsupported machines out there i'd like
to test on.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 10:22:32
Modified files:
www/lighttpd : Makefile
www/lighttpd/patches: patch-src_mod_fastcgi_c
Added files:
www/lighttpd/patches: patch-src_connections_c patch-src_log_c
patch-src_log_h patch-src_request_c
Log message:
More fixes from upstream..
- Support multi line logging.
- Call ERR_clear_error only for SSL connections in CON_STATE_ERROR.
- Reject non ASCII characters in HTTP header names.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:27:31
Modified files:
lib/libkvm : kvm_amd64.c kvm_arm.c kvm_hppa.c kvm_hppa64.c
kvm_i386.c kvm_m68k.c kvm_sh.c kvm_sparc64.c
kvm_vax.c
Log message:
Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already
know it from the machine.
ok miod
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 10:37:14
Modified files:
lib/libc/stdio : Makefile.inc
include : stdio.h wchar.h
Log message:
Enable fmemopen(3) and open_{w,}memstream(3)
commiting on behalf of mpi@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:39:14
Modified files:
sbin/sysctl : sysctl.c
Log message:
remove excesss includes
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 10:41:39
Modified files:
sys/conf : files
sys/sys : systm.h
sys/kern : kern_malloc.c
Added files:
sys/kern : subr_poison.c
Log message:
separate memory poisoning code to a new file and make it usable kernel wide
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 10:43:08
Modified files:
distrib/special/libstubs: Makefile
lib/libc : Makefile.inc
Log message:
switch to the new resolver implementation.
requested by many.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 10:45:16
Modified files:
sys/net : if.c if_bridge.c if_gre.c if_mpe.c if_pflow.c
if_pfsync.c if_pppoe.c if_pppx.c if_sl.c
if_spppsubr.c if_trunk.c if_vether.c if_vlan.c
pf_ioctl.c pf_lb.c pipex.c route.c
sys/netinet : if_atm.c if_ether.c ip_carp.c ip_divert.c
ip_input.c ip_mroute.c ipsec_input.c tcp_subr.c
sys/netinet6 : icmp6.c in6.c in6_pcb.c in6_src.c ip6_divert.c
ip6_input.c ip6_mroute.c ip6_output.c raw_ip6.c
udp6_output.c
Log message:
no need for a lot of code to include proc.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:55:27
Modified files:
sys/kern : exec_elf.c init_main.c kern_clock.c kern_exec.c
kern_exit.c kern_kthread.c kern_lock.c
kern_sig.c kern_time.c sched_bsd.c subr_prf.c
subr_prof.c subr_xxx.c uipc_mbuf.c
sys/net : if_atmsubr.c if_bridge.c if_ethersubr.c
if_fddisubr.c if_loop.c if_ppp.c if_sl.c
if_spppsubr.c if_tun.c
sys/netinet : ip_carp.c
sys/scsi : scsiconf.h
Log message:
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:57:27
Modified files:
sys/arch/i386/conf: RAMDISK_CD
Log message:
the ramdisk is a bit special, and some tedu arguments do apply. # out
the drivers which were disabled.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:58:45
Modified files:
sys/kern : kern_sensors.c subr_hibernate.c sysv_msg.c
Log message:
sys/param.h gets you sys/types.h automatically
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/28 11:21:44
Modified files:
sys/dev/pci : if_bnx.c
Log message:
Let mii_attach() know where the PHY is located instead of scanning
for it since we know where it will be anyway and remove the code
from the MII bus read/write functions to force reading/writing
from the predetermined location. Copied from bge(4) and this is
what the upstream FreeBSD bce(4) driver has done once FreBSD
gained a mii_attach().
ok dlg@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 11:30:45
Modified files:
sys/arch/alpha/include: cdefs.h
sys/arch/amd64/include: cdefs.h
sys/arch/arm/include: cdefs.h
sys/arch/hppa/include: cdefs.h
sys/arch/hppa64/include: cdefs.h
sys/arch/i386/include: cdefs.h
sys/arch/ia64/include: cdefs.h
sys/arch/loongson/include: cdefs.h
sys/arch/m68k/include: cdefs.h
sys/arch/m88k/include: cdefs.h
sys/arch/mips64/include: cdefs.h
sys/arch/octeon/include: cdefs.h
sys/arch/powerpc/include: cdefs.h
sys/arch/sgi/include: cdefs.h
sys/arch/sh/include: cdefs.h
sys/arch/sparc/include: cdefs.h
sys/arch/sparc64/include: cdefs.h
sys/arch/vax/include: cdefs.h
Log message:
Add __strong_alias macros for all architectures to be able to alias
another symbol without weak attribute. To be used in libc and libm
soon. Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 11:41:04
Modified files:
sys/arch/alpha/include: asm.h
sys/arch/amd64/include: asm.h
sys/arch/arm/include: asm.h
sys/arch/hppa/include: asm.h
sys/arch/hppa64/include: asm.h
sys/arch/i386/include: asm.h
sys/arch/ia64/include: asm.h
sys/arch/m68k/include: asm.h
sys/arch/m88k/include: asm.h
sys/arch/mips64/include: asm.h
sys/arch/powerpc/include: asm.h
sys/arch/sh/include: asm.h
sys/arch/sparc/include: asm.h
sys/arch/sparc64/include: asm.h
sys/arch/vax/include: asm.h
Log message:
Add STRONG_ALIAS macros to be used from assembly code in libc and
libm. While at it, remove now unused workarounds for lint.
Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 12:09:38
Modified files:
lib/libc : shlib_version
lib/libc/arch/alpha/gen: fabs.S
lib/libc/arch/arm/gen: fabs.c
lib/libc/arch/hppa/gen: fabs.c
lib/libc/arch/hppa64/gen: fabs.c
lib/libc/arch/powerpc/gen: fabs.c
lib/libc/arch/sh/gen: fabs.c
lib/libc/arch/sparc/gen: fabs.S
lib/libc/arch/vax/gen: fabs.S fpclassify.c frexp.c isfinite.c
isinf.c isnan.c isnormal.c ldexp.S
signbit.c
lib/libc/gen : fpclassify.c frexp.c isfinite.c isinf.c isnan.c
isnormal.c ldexp.c modf.c signbit.c
lib/libc/stdlib: strtoll.c strtoull.c
lib/libm : shlib_version
lib/libm/arch/alpha: s_copysign.S
lib/libm/arch/hppa: e_remainder.c e_sqrt.c s_ceil.c s_floor.c
s_rint.c s_round.c s_trunc.c
lib/libm/arch/sh: e_sqrt.c
lib/libm/arch/vax: n_atan2.S n_sincos.S n_sqrt.S n_support.S
n_tan.S
lib/libm/noieee_src: n_asincos.c n_atan.c n_atan2.c n_floor.c
n_fmax.c n_fmin.c n_sincos.c n_support.c
n_tan.c
lib/libm/src : b_tgamma.c e_acos.c e_acosh.c e_asin.c
e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c
e_hypot.c e_log.c e_log10.c e_log2.c e_pow.c
e_remainder.c e_sinh.c e_sqrt.c s_asinh.c
s_atan.c s_cabs.c s_cacos.c s_cacosh.c s_carg.c
s_casin.c s_casinh.c s_catan.c s_catanh.c
s_cbrt.c s_ccos.c s_ccosh.c s_ceil.c s_cexp.c
s_cimag.c s_clog.c s_conj.c s_copysign.c
s_cos.c s_cpow.c s_cproj.c s_creal.c s_csin.c
s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c s_erf.c
s_exp2.c s_expm1.c s_floor.c s_fma.c s_fmax.c
s_fmin.c s_ilogb.c s_llrint.c s_llround.c
s_log1p.c s_lrint.c s_lround.c s_nan.c
s_nextafter.c s_remquo.c s_rint.c s_round.c
s_scalbn.c s_sin.c s_tan.c s_tanh.c s_trunc.c
w_lgamma.c
lib/libm/src/ld128: s_nextafterl.c
lib/libm/src/ld80: s_nextafterl.c
Log message:
Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bits).
While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there
to trick lint into recording the right prototypes for aliased
functions. Most of the work done at the awesome n2k13 hackathon.
Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 12:24:29
Modified files:
net/xl2tpd : Makefile
net/xl2tpd/pkg : PLIST README
Log message:
enable xl2tpd-control and adjust README
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/03/28 12:32:30
Modified files:
. : want.html
Log message:
Got my xvr-300 quite a while ago.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/28 13:08:02
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
databases/hs-postgresql-simple/pkg: PLIST
Log message:
Update to hs-postgresql-simple-0.3.0.1.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 13:18:46
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.luna88k md.macppc
md.mvme68k md.mvme88k md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:32:11
Modified files:
devel/gobject-introspection: Makefile distinfo
devel/gobject-introspection/patches: patch-giscanner_dumper_py
patch-giscanner_scannermain_py
patch-giscanner_sourcescanner_py
patch-giscanner_utils_py
devel/gobject-introspection/pkg: PLIST
Added files:
devel/gobject-introspection/patches: patch-giscanner_shlibs_py
Log message:
- update to gobject-introspection 1.36.0
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:32:28
Modified files:
x11/gnome/gcr : Makefile
Added files:
x11/gnome/gcr/patches: patch-gck_gck-misc_c
patch-gcr_gcr-collection-model_c
patch-gcr_gcr-collection_c
patch-gcr_gcr-list-selector_c
patch-gcr_gcr-tree-selector_c
Log message:
Fix build with new gobject-introspection.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:32:50
Modified files:
x11/gnome/gjs : Makefile distinfo
x11/gnome/gjs/pkg: PLIST
Log message:
- update to gjs-1.36.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:06
Modified files:
devel/libpeas : Makefile distinfo
devel/libpeas/patches: patch-configure
patch-tests_libpeas_plugins_extension-js_Makefile_in
devel/libpeas/pkg: PLIST
Added files:
devel/libpeas/patches:
patch-tests_libpeas_plugins_extension-python_Makefile_in
Log message:
- update to libpeas-1.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:33:13
Modified files:
graphics/clutter/cogl: Makefile distinfo
graphics/clutter/cogl/patches:
patch-cogl_winsys_cogl-winsys-egl-kms_c
graphics/clutter/cogl/pkg: DESCR PLIST
Removed files:
graphics/clutter/cogl/patches: patch-cogl_Makefile_in
Log message:
Update to cogl-1.14.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:34
Modified files:
graphics/clutter: Makefile.inc
Log message:
bump to 1.14
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:33:46
Modified files:
x11/gnome/sushi: Makefile distinfo
x11/gnome/sushi/patches: patch-configure
x11/gnome/sushi/pkg: PLIST
Log message:
Update to sushi-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:47
Modified files:
graphics/clutter/core: Makefile distinfo
graphics/clutter/core/patches: patch-clutter_Makefile_in
patch-configure
graphics/clutter/core/pkg: PLIST
Log message:
- update to clutter-1.14.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:34:00
Modified files:
graphics/clutter/clutter-gtk: Makefile distinfo
Log message:
- update to clutter-gtk-1.4.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:34:29
Modified files:
x11/gnome/libgda: Makefile
x11/gnome/libgda/pkg: PLIST-main PLIST-ui
Log message:
- disable vala for now
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 13:36:14
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Add i915_enable_hangcheck parameter.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 13:38:53
Modified files:
sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c
Log message:
Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()
where we used to call intel_mark_busy().
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:43:41
Modified files:
net/gupnp/core : Makefile distinfo
net/gupnp/core/pkg: PLIST
Removed files:
net/gupnp/core/patches: patch-libgupnp_Makefile_in
Log message:
- update to gupnp-0.20.1
* there's known breakage in rygel, that will be dealt with later.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:43:57
Modified files:
net/gupnp/av : Makefile distinfo
net/gupnp/av/pkg: PLIST
Removed files:
net/gupnp/av/pkg: PFRAG.shared
Log message:
- update to gupnp-av-0.12.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:44:13
Modified files:
net/gupnp/dlna : Makefile distinfo
net/gupnp/dlna/pkg: PLIST
Removed files:
net/gupnp/dlna/pkg: PFRAG.shared
Log message:
- update to gupnp-dlna-0.10.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:44:51
Modified files:
net/gupnp/tools: Makefile distinfo
net/gupnp/tools/pkg: PLIST
Added files:
net/gupnp/tools/patches: patch-configure_ac
Log message:
- update to gupnp-tools-0.8.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:09
Modified files:
productivity/zeitgeist: Makefile distinfo
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: PLIST
Added files:
productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in
patch-libzeitgeist_log_vala
Log message:
- update to zeitgeist-0.9.10
* libzeitgeist and datahub have been merged now.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:28
Modified files:
productivity : Makefile
Log message:
unhook libzeitgeist
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:44
Removed files:
productivity/libzeitgeist: Makefile distinfo
productivity/libzeitgeist/pkg: DESCR PFRAG.shared PLIST
Log message:
remove; merged into zeitgeist
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:57:46
Modified files:
net/telepathy/folks: Makefile
x11/gnome/gedit: Makefile
x11/gnome/totem: Makefile
Log message:
adjust after libzeitgeist was merged into zeitgeist
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/28 14:01:18
Modified files:
lib/libc/sys : pathconf.2
Log message:
pathconf/fpathconf are now compliant with POSIX-2008.
Adjust the errnos a bit.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/28 14:03:19
Modified files:
sys/dev/ic : rtsx.c
Log message:
Prevent a panic during rtsx(4) attachment. If a card is inserted while booting
the interrupt handler can be triggered before sdmmc(4) is attached. In which
case the interrupt handler's futile attempt to handle the newly inserted card
would crash the kernel. ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 14:03:29
Modified files:
x11/gnome/libgda: Makefile
x11/gnome/libgda/pkg: PLIST-main
Log message:
libgdatadatadata^Wlibgdadata should've been removed in the previous commit.
spotted by landry@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 14:08:10
Modified files:
usr.sbin/config: config.8
Log message:
shuffle the KERNEL BUILDING text a little; from daniel dickman
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 14:24:53
Modified files:
telephony/asterisk: Makefile distinfo
telephony/asterisk/patches: patch-Makefile
patch-configs_asterisk_conf_sample
patch-configs_res_odbc_conf_sample
patch-configs_sip_conf_sample
patch-configure_ac
patch-contrib_scripts_safe_asterisk
patch-main_features_c
patch-pbx_pbx_spool_c
patch-sounds_sounds_xml
telephony/asterisk/pkg: PLIST-main
Added files:
telephony/asterisk/patches: patch-res_pjproject_aconfigure
Log message:
update to Asterisk 11.3.0, various testing by myself and chris@
- this is a major version update to the new long-term support version
- please review UPGRADE.txt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 14:26:45
Modified files:
telephony/asterisk-g729: Makefile distinfo
telephony/asterisk-g729/patches: patch-Makefile_in
Log message:
update to asterisk-g729 1.1 and build for Asterisk 11.x
CVSROOT: /cvs
Module name: www
Changes by: martynas@cvs.openbsd.org 2013/03/28 14:30:02
Modified files:
faq : current.html
Log message:
Add a note about cleaning /usr/obj/* if updating post-libc.so.67.0
and libm.so.8.0. Found the hard way by a few, sthen@ built successfuly
with this.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 14:37:51
Modified files:
sys/dev/pci/drm/i915: i915_irq.c
Log message:
Reduce diffs with Linux now that we have i915_enable_hangcheck.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 14:37:56
Modified files:
lib/libc/sys : pathconf.2
Log message:
no Pp before/after Sh;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 15:09:12
Modified files:
productivity/zeitgeist: Makefile
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: DESCR PLIST
Log message:
RUN_DEPENDS, py-gobject => py-gobject3.
Missing TEST_DEPENDS.
Fix LIBZEITGEIST_LT_VERSION.
Sync DESCR with source.
Add conflict with libzeitgeist-* so that it gets removed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 15:14:28
Modified files:
x11/gnome/totem: Makefile
Log message:
devel/py-gobject => devel/py-gobject3
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 15:20:46
Modified files:
etc : MAKEDEV.common
Log message:
vscsi(8) -> vscsi(4);
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 15:20:47
Added files:
graphics/glm/patches: patch-CMakeLists_txt
Log message:
don't use -mfpmath=387, no pkg change (this is just used for building
the test suite) -> no bump
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 15:22:32
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.beagle: 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.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.octeon: 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 for vscsi(8) -> vscsi(4);
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:24:19
Modified files:
x11/gnome/empathy: Makefile
Log message:
fix WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 15:25:17
Modified files:
telephony/asterisk: Makefile
Added files:
telephony/asterisk/patches: patch-channels_chan_sip_c
patch-res_res_fax_c
Log message:
Add patches to resolve a T38 fax-related deadlock researched by chris@
https://issues.asterisk.org/jira/secure/attachment/46850/fax-deadlock-v2.patch-11.3.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:30:35
Modified files:
productivity : Makefile
Added files:
productivity/libzeitgeist: Makefile distinfo
productivity/libzeitgeist/pkg: DESCR PFRAG.shared PLIST
Log message:
re-add for now, there was some fallout lurking in the dark.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:32:03
Modified files:
net/telepathy/folks: Makefile
x11/gnome/gedit: Makefile
x11/gnome/totem: Makefile
x11/gnome/empathy: Makefile
Log message:
re-instate previous WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:36:04
Modified files:
productivity/libzeitgeist: Makefile
Log message:
tweak previous
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:37:34
Modified files:
productivity/zeitgeist: Makefile distinfo
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: DESCR PLIST
Removed files:
productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in
patch-libzeitgeist_log_vala
Log message:
revert previous. dependants need more work afterall.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:39:26
Modified files:
productivity/libzeitgeist: Makefile
productivity/zeitgeist: Makefile
Log message:
...
CVSROOT: /cvs
Module name: www
Changes by: martynas@cvs.openbsd.org 2013/03/28 15:49:08
Modified files:
faq : current.html
Log message:
Actually, this step is not needed. But please make sure includes
are propagated because GCC won't tell you if they're not, will do
the wrong thing, and then will laugh at you. Thanks to guenther@
and matthew@ for diagnosing.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:56:31
Modified files:
x11/gnome/anjuta: Makefile
x11/gnome/anjuta/pkg: PLIST
Log message:
castrate anjuta's valas too for the time being.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/28 16:00:02
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
allow passing a full path to a .pc file, instead of just the module name.
fd.o pkg-config allows this and some ports landry's working on depend on it.
tested in a bulk by landry@, thanks
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 16:02:18
Modified files:
telephony/asterisk-g729: Makefile
Log message:
fix for newer bsd.port.mk, spotted by naddy
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 16:41:48
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Add missing locking in i915_gem_retire_work_handler() and call
intel_mark_idle() when idle.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 17:10:06
Modified files:
sys/net : if.c if_bridge.c if_pflow.c pfkeyv2_convert.c
pipex.c ppp_tty.c route.c
sys/netinet : if_ether.c ip_carp.c ip_ipsp.c ip_spd.c
ipsec_input.c ipsec_output.c tcp_input.c
tcp_subr.c
sys/netinet6 : ip6_input.c
Log message:
code that calls timeout functions should include timeout.h
slipped by on i386, but the zaurus doesn't automagically pick it up.
spotted by patrick
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/28 17:18:24
ports/devel/ocaml-extlib/patches
Update of /cvs/ports/devel/ocaml-extlib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32607/patches
Log Message:
Directory /cvs/ports/devel/ocaml-extlib/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 17:19:26
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c
Log message:
add support for relaxed deltas
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/28 17:21:02
Modified files:
devel/ocaml-extlib: Makefile
devel/ocaml-extlib/pkg: PLIST
Added files:
devel/ocaml-extlib/patches: patch-Makefile
Log message:
Make sure extLib.cmi gets installed, which will be required by other
ports (opam) currently being worked on. From jca@wxcvbn.org.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:36:28
Modified files:
devel/py-mock : Makefile distinfo
devel/py-mock/pkg: PLIST
Log message:
update to 1.0.1
remove eric@ as MAINTAINER by his request
ok sthen@, eric@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 17:40:56
Modified files:
www/fcgi-cgi : Makefile distinfo
www/fcgi-cgi/patches: patch-Makefile_am patch-configure_ac
Log message:
- Fix autoconf/automake usage. Set CONFIGURE_STYLE or call autogen.sh but
not both.
- Correct the automake bits that were added for static linking. The libraries
were inserted into the wrong variable so the link order was wrong.
- Tidy up the CONFIGURE_ENV usage.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:44:14
Modified files:
textproc/py-sphinx: Makefile distinfo
textproc/py-sphinx/pkg: PLIST
Log message:
update to 1.1.3
ok martynas@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 17:47:37
Modified files:
sys/dev/pci/drm: drmP.h
Log message:
as DRM_LOG_KMS is called with partial lines make it a simple printf
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:58:48
Modified files:
net/py-boto : Makefile distinfo
net/py-boto/pkg: DESCR PLIST
Log message:
- update to 2.8.0
- change HOMEPAGE/MASTER_SITES
- add {RUN,BUILD,TEST}_DEPENDS
- enable (limited) regression tests
- extend DESCR to reflect current features
with comments and "go ahead" sthen@
MAINAINER timeout
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 17:58:56
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 19:29:16
Modified files:
sbin/sysctl : sysctl.c
Log message:
sadly, we are going to need machine/cpu.h here for a while to get machdep
noticed by naddy
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 19:35:37
Modified files:
sbin/sysctl : sysctl.c
sys/dev : rndvar.h
Log message:
remove some of the unused fields from rndstats and stop printing zeroes.
print labels before stats so people can tell what's what.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 20:47:02
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
release the i2c bus in the error paths of fetching an edid
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:54:34
Log message:
Import s-nail-14.2.
S-nail is a fork of Heirloom mailx, formerly known as nail. It is a mail user
agent derived from Berkeley Mail 8.1 and is intended to provide the
functionality of the POSIX.2 mailx command with additional support for MIME
messages, Maildir, POP3, IMAP, SMTP, threading, spam control, and other
features.
ok sthen@
Status:
Vendor Tag: william
Release Tags: william_20130328
N ports/mail/s-nail/Makefile
N ports/mail/s-nail/distinfo
N ports/mail/s-nail/patches/patch-cmd1_c
N ports/mail/s-nail/patches/patch-nail_rc
N ports/mail/s-nail/pkg/DESCR
N ports/mail/s-nail/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:58:41
Modified files:
mail : Makefile
Log message:
s-nail replaces nail
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:59:45
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
'nail' => 's-nail'
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 22:01:31
Removed files:
mail/nail : Makefile distinfo
mail/nail/patches: patch-mailx_1 patch-makeconfig patch-nail_rc
patch-openssl_c
mail/nail/pkg : DESCR PLIST
Log message:
s-nail has replaced nail
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/28 22:22:59
Modified files:
net/snort : Makefile distinfo
net/snort/patches:
patch-src_dynamic-plugins_sf_engine_Makefile_in
patch-src_dynamic-preprocessors_Makefile_in
patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
patch-src_dynamic-preprocessors_dnp3_Makefile_in
patch-src_dynamic-preprocessors_dns_Makefile_in
patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
patch-src_dynamic-preprocessors_gtp_Makefile_in
patch-src_dynamic-preprocessors_imap_Makefile_in
patch-src_dynamic-preprocessors_modbus_Makefile_in
patch-src_dynamic-preprocessors_pop_Makefile_in
patch-src_dynamic-preprocessors_reputation_Makefile_in
patch-src_dynamic-preprocessors_sdf_Makefile_in
patch-src_dynamic-preprocessors_sip_Makefile_in
patch-src_dynamic-preprocessors_smtp_Makefile_in
patch-src_dynamic-preprocessors_ssh_Makefile_in
patch-src_dynamic-preprocessors_ssl_Makefile_in
patch-src_preprocessors_Stream5_snort_stream5_tcp_c
Log message:
Update to Snort 2.9.4.1.
Tested on amd64 and i386 by myself, and on 5.2/amd64 by Rodolfo Gouveia.
From Markus Lude (maintainer) with a tweak by me to remove PKGNAME which
is no longer needed.
"go ahead" sthen@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 22:31:37
Modified files:
sys/arch/amd64/conf: RAMDISK_CD
sys/arch/i386/conf: RAMDISK_CD
Log message:
put urtwn in big ramdisks so I can use it for upgrades
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 23:15:42
Modified files:
sys/dev/pci/drm/i915: i915_gem_tiling.c
Log message:
reduce the diff to linux in i915_gem_get/set_tiling
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:31:01
Modified files:
devel/dconf : Makefile distinfo
devel/dconf/patches: patch-bin_Makefile_in
patch-client_Makefile_in
patch-dbus-1_Makefile_in
patch-editor_Makefile_in
patch-tests_Makefile_in
devel/dconf/pkg: DESCR-editor DESCR-main PLIST-editor PLIST-main
Removed files:
devel/dconf/patches: patch-editor_dconf-model_vala
patch-editor_dconf-schema_vala
patch-shm_dconf-shm_c
Log message:
Update to dconf-0.16.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:33:46
Modified files:
devel/gsettings-desktop-schemas: Makefile distinfo
devel/gsettings-desktop-schemas/pkg: PLIST
Log message:
Update to gsettings-desktop-schemas-3.8.0.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 01:43:52
Modified files:
sys/dev/usb : if_urtwn.c
Log message:
Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:48:29
Modified files:
x11/gnome/themes-standard: Makefile distinfo
x11/gnome/themes-standard/pkg: PLIST
Added files:
x11/gnome/themes-standard/patches: patch-configure
Log message:
Update to gnome-themes-standard-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:49:31
Modified files:
x11/gnome/icon-theme: Makefile distinfo
x11/gnome/icon-theme/pkg: PLIST
Log message:
Update to gnome-icon-theme-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:52:03
Modified files:
x11/gnome/icon-theme-symbolic: Makefile distinfo
x11/gnome/icon-theme-symbolic/pkg: PLIST
Log message:
Update to gnome-icon-theme-symbolic-3.8.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:55:44
Modified files:
x11/gnome/libgnome-keyring: Makefile distinfo
x11/gnome/libgnome-keyring/pkg: PLIST
Removed files:
x11/gnome/libgnome-keyring/patches: patch-egg_egg-hkdf_c
x11/gnome/libgnome-keyring/pkg: PFRAG.shared
Log message:
Update to libgnome-keyring-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:02:03
Modified files:
x11/gnome/libcryptui: Makefile distinfo
x11/gnome/libcryptui/pkg: PLIST
Removed files:
x11/gnome/libcryptui/pkg: PFRAG.shared
Log message:
Update to libcryptui-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:15:46
Removed files:
x11/gnome/video-arcade: Makefile distinfo
x11/gnome/video-arcade/pkg: DESCR PFRAG.shared PLIST
Log message:
Remove this old stuff; there are alternative in ports.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:16:26
Modified files:
x11/gnome : Makefile
Log message:
-video-arcade
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:19:16
Modified files:
meta/gnome : Makefile
Log message:
nautilus-open-terminal will be merged into gnome-terminal.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:19:40
Removed files:
x11/gnome/glom : Makefile distinfo
x11/gnome/glom/patches: patch-configure
patch-glom_libglom_connectionpool_backends_postgres_self_cc
patch-glom_libglom_connectionpool_cc
x11/gnome/glom/pkg: DESCR PLIST
Log message:
drop glom, which was only half-usefull and has better alternatives elsewhere in ports.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:21
Removed files:
x11/gnome/libgdamm: Makefile distinfo
x11/gnome/libgdamm/pkg: DESCR PLIST
Log message:
remove this clutter, it's unused and dead upstream.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:26
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:49
Modified files:
graphics : Makefile
Log message:
unhook goocanvasmm2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:21:01
Removed files:
graphics/goocanvasmm2: Makefile distinfo
graphics/goocanvasmm2/pkg: DESCR PFRAG.shared PLIST
Log message:
remove this unused and unmaintained crap.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:25:04
Removed files:
x11/gnome/nautilus-open-terminal: Makefile distinfo
x11/gnome/nautilus-open-terminal/pkg: DESCR PLIST
Log message:
Remove, this will be merged into gnome-terminal.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:25:45
Modified files:
x11/gnome : Makefile
Log message:
-nautilus-open-terminal
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:27:50
Modified files:
x11/gnome/gnote: Makefile distinfo
x11/gnome/gnote/pkg: PLIST
Log message:
- update to gnote-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:46:00
Modified files:
x11/gnome/gcr : Makefile distinfo
x11/gnome/gcr/pkg: PLIST
Removed files:
x11/gnome/gcr/patches: patch-egg_egg-hkdf_c
patch-gck_gck-attributes_c
patch-gck_gck-misc_c
patch-gck_tests_test-gck-attributes_c
patch-gcr_Makefile_am
patch-gcr_gcr-base_symbols
patch-gcr_gcr-collection-model_c
patch-gcr_gcr-collection_c
patch-gcr_gcr-list-selector_c
patch-gcr_gcr-tree-selector_c
x11/gnome/gcr/pkg: PFRAG.shared
Log message:
Update to gcr-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:02:57
Modified files:
meta/gnome : Makefile
Log message:
Sync, some subapckages are going to be merged.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:09:25
Modified files:
x11/gnome/tracker: Makefile
Log message:
Remove mention of folks.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/29 03:31:00
Modified files:
security/clamav-unofficial-sigs: Makefile distinfo
security/clamav-unofficial-sigs/patches:
patch-clamav-unofficial-sigs_conf
Log message:
update MASTER_SITES and remove the following lists from the sample config,
they are defunct: INetMsg-SpamDomains-2m.ndb INetMsg-SpamDomains-2w.ndb
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:47:13
Modified files:
x11/gnome/gcr : Makefile
x11/gnome/gcr/pkg: PLIST
Log message:
Missing lib.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:48:08
Modified files:
x11/gnome/keyring: Makefile distinfo
x11/gnome/keyring/patches:
patch-pkcs11_secret-store_tests_dump-keyring0-format_c
x11/gnome/keyring/pkg: PLIST
Removed files:
x11/gnome/keyring/patches: patch-egg_egg-hkdf_c
Log message:
Update to gnome-keyring-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:04:06
Modified files:
x11/gnome/yelp-xsl: Makefile distinfo
x11/gnome/yelp-xsl/pkg: PLIST
Log message:
Update to yelp-xsl-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:08:49
Modified files:
devel/libsoup : Makefile distinfo
devel/libsoup/pkg: PLIST-main
Added files:
devel/libsoup/patches: patch-configure
Log message:
Update to libsoup-2.42.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:45:48
Modified files:
x11/gnome/doc-utils: Makefile
x11/gnome/doc-utils/pkg: PLIST
Added files:
x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_make
Log message:
Fix creation of symlinks.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 04:45:59
Modified files:
x11/gnome/libgweather: Makefile distinfo
x11/gnome/libgweather/patches: patch-configure
x11/gnome/libgweather/pkg: PLIST
Log message:
- update to libgweather-3.8.0
* temporarily switch to gcc-4.6 untill our base compiler can handle the 'd'
suffix on floating point constants.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:46:24
Modified files:
x11/gnome/user-docs: Makefile distinfo
x11/gnome/user-docs/pkg: PLIST
Log message:
Update to gnome-user-docs-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 04:47:05
Modified files:
x11/gnome/online-accounts: Makefile distinfo
x11/gnome/online-accounts/pkg: PLIST
Removed files:
x11/gnome/online-accounts/pkg: PFRAG.shared
Log message:
- update to gnome-online-accounts-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:47:13
Modified files:
x11/gnome/devel-docs: Makefile distinfo
x11/gnome/devel-docs/pkg: PLIST
Log message:
Update to gnome-devel-docs-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 05:00:06
Modified files:
x11/gnome/libgweather: Makefile
Log message:
Remove commented entry.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 05:09:58
Modified files:
x11/gnome/gvfs : Makefile distinfo
x11/gnome/gvfs/pkg: PFRAG.shared-main PLIST-main
Log message:
Update to gvfs-1.16.0.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 05:46:45
Modified files:
sys/dev : softraid.c softraid_crypto.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c
Log message:
sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are
called. As a result, factor out the the sd_sync check/wakeup code and move
it to after the scsi_done() call in sr_scsi_done(). Perform the same
sd_sync check/wakeup after scsi_io_put() calls (including the addition of
some that were previously missed).
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 06:00:59
Modified files:
sys/dev : softraid.c softraid_raid1.c softraid_raid6.c
softraid_raidp.c softraidvar.h
Log message:
Decouple wakeups on work unit completion from the type of I/O being
performed.
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/29 06:13:12
Modified files:
usr.sbin/nsd : Makefile.bsd-wrapper
Log message:
Enable the response rate limiting code in NSD in the default build,
see http://www.nlnetlabs.nl/blog/2012/10/11/nsd-ratelimit/ for more
information.
camield, phessler and deraadt agree this is a sane default.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:19:38
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: PLIST-main
Removed files:
x11/gnome/gvfs/files: mount-archive.desktop.in
Log message:
Drop mount-archive.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/29 06:20:34
Modified files:
sys/net : if.c
Log message:
Replace hand-crafted loops in if.c with the FOREACH macro.
OK tedu@ claudio@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:29:45
Modified files:
x11/gnome/desktop: Makefile distinfo
x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in
x11/gnome/desktop/pkg: PLIST
Log message:
Update to gnome-desktop-3.8.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:31:01
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8... well not just quite yet, but sync with gnome-desktop
release :)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/29 06:37:43
Modified files:
audio/fluidsynth: Makefile distinfo
audio/fluidsynth/files: fluid_sndio.c
audio/fluidsynth/patches: patch-configure_ac
patch-fluidsynth_pc_in
patch-src_Makefile_am
patch-src_fluidsynth_c
audio/fluidsynth/pkg: DESCR PLIST
Added files:
audio/fluidsynth/patches: patch-src_drivers_fluid_adriver_c
patch-src_drivers_fluid_jack_c
patch-src_drivers_fluid_mdriver_c
patch-src_utils_fluid_sys_c
Removed files:
audio/fluidsynth/patches: patch-src_fluid_adriver_c
patch-src_fluid_jack_c
patch-src_fluid_mdriver_c
patch-src_fluid_sys_c
audio/fluidsynth/pkg: PFRAG.shared
Log message:
- update to FluidSynth 1.1.6
- disable jack dependency, it doesn't work (noticed by Jan Stary)
- add a note explaining that you need a soundfount and point people
at the generaluser-gs-soundfont package
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:41:26
Modified files:
sysutils/upower: Makefile distinfo
sysutils/upower/patches: patch-configure
patch-src_openbsd_up-backend_c
Log message:
Update to upower-0.9.20.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/03/29 06:53:41
Modified files:
usr.sbin/snmpd : parse.y snmpd.conf.5 snmpd.h snmpe.c
Log message:
Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode
so that all "set" requests will be rejected.
ok reyk@
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/29 06:56:19
Modified files:
usr.sbin/smtpd : makemap.c
Log message:
Prevent race conditions in db file handling.
ok gilles
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 07:05:47
Modified files:
sys/dev : softraid_raid6.c softraid_raidp.c
Log message:
Convert RAID 4/5/6 to new ccb completion code.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/29 07:16:14
Modified files:
sys/net : pf.c
sys/netinet : in_pcb.c in_pcb.h ip_input.c tcp_input.c
udp_usrreq.c
sys/sys : mbuf.h
Log message:
Declare struct pf_state_key in the mbuf and in_pcb header files to
avoid ugly casts.
OK krw@ tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:16:17
Log message:
import libaccounts-glib 1.1
Accounts & SSO is a framework consists of a set of components and
libraries which implement an account manager for a user's online
accounts and a single-sign-on daemon which handles the authentication to
the remote services on behalf of the client applications.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132903
N ports/net/libaccounts-glib/distinfo
N ports/net/libaccounts-glib/Makefile
N ports/net/libaccounts-glib/pkg/PLIST
N ports/net/libaccounts-glib/pkg/DESCR
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_ag-manager_h
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_ag-account_h
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:18:30
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:19:36
Modified files:
x11/gnome/planner: Makefile distinfo
x11/gnome/planner/patches: patch-libplanner_mrp-time_c
x11/gnome/planner/pkg: PLIST
Log message:
- update to a recent git clone which fixes loads of deprecation warnings
and drops the user of two deprecated libs.
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: eric@cvs.openbsd.org 2013/03/29 07:19:56
Modified files:
. : want.html
Log message:
I could need a new laptop
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:20:12
Modified files:
x11/gnome/planner: Makefile
Log message:
make it clear which git revision was used.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:23:50
Modified files:
devel/libmtp : Makefile distinfo
devel/libmtp/pkg: PLIST
Removed files:
devel/libmtp/pkg: PFRAG.shared
Log message:
Bugfix update to libmtp-1.1.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:24:23
Modified files:
net/libaccounts-glib/pkg: PLIST
Log message:
Needed a plist regen; no bump, it was just imported.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:27:15
Modified files:
net/libaccounts-glib/patches:
patch-libaccounts-glib_ag-account_h
patch-libaccounts-glib_ag-manager_h
Log message:
add links to upstream issue tracker
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:42:59
Modified files:
net/libaccounts-glib: Makefile distinfo
net/libaccounts-glib/pkg: PLIST
Removed files:
net/libaccounts-glib/patches: patch-libaccounts-glib_Makefile_in
patch-libaccounts-glib_ag-account_h
patch-libaccounts-glib_ag-manager_h
Log message:
ugh, turns out i was looking at the wrong master_sites. update to 1.8
and clean things up a bit.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:57:59
Modified files:
x11/gnome/menus: Makefile distinfo
x11/gnome/menus/pkg: DESCR PLIST
Added files:
x11/gnome/menus/patches: patch-layout_gnome-applications_menu
Removed files:
x11/gnome/menus/patches: patch-layout_applications_menu
Log message:
Update to gnome-menus-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:59:41
Modified files:
net/libaccounts-glib: Makefile
net/libaccounts-glib/pkg: DESCR
Log message:
tweak DESCR/COMMENT
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:17:25
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
x11/gnome/settings-daemon/pkg: PLIST
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_xrandr_gsd-xrandr-manager_c
Log message:
Update to gnome-settings-daemon-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:17:46
Modified files:
x11/gnome/zenity: Makefile distinfo
x11/gnome/zenity/pkg: PLIST
Log message:
- update to zenity-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:25:58
Modified files:
x11/gnome/zenity: Makefile
Log message:
drop CONFIGURE_ARGS which are the default anyway
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:31:01
Modified files:
x11/gnome/gucharmap: Makefile distinfo
x11/gnome/gucharmap/pkg: PLIST
Log message:
- update to gucharmap-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:31:14
Modified files:
x11/gnome/yelp : Makefile distinfo
x11/gnome/yelp/patches: patch-configure
patch-libyelp_yelp-view_c
x11/gnome/yelp/pkg: DESCR PLIST
Removed files:
x11/gnome/yelp/pkg: PFRAG.shared
Log message:
Update to yelp-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:36:03
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Log message:
BZ url.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:43:31
Modified files:
x11/gnome/desktop: Makefile
Log message:
Missing dependency on iso-codes; spotted by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:57:09
Modified files:
devel/gobject-introspection/patches: patch-giscanner_shlibs_py
Log message:
pushed upstream, no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:03
Log message:
import gnome-calculator 3.8.0
Calculator is an application that solves mathematical equations and is
suitable as a default application in a Desktop environment
feedback/ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132903
N ports/x11/gnome/calculator/Makefile
N ports/x11/gnome/calculator/distinfo
N ports/x11/gnome/calculator/pkg/DESCR
N ports/x11/gnome/calculator/pkg/PLIST
N ports/x11/gnome/calculator/patches/patch-aclocal_m4
N ports/x11/gnome/calculator/patches/patch-src_equation-lexer_vala
N ports/x11/gnome/calculator/patches/patch-src_equation-parser_vala
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:29
Removed files:
x11/gnome/gcalctool: Makefile distinfo
x11/gnome/gcalctool/patches: patch-aclocal_m4
x11/gnome/gcalctool/pkg: DESCR PLIST
Log message:
remove, it's been renamed/superseded by gnome-calculator
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:36
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/29 09:08:44
Modified files:
devel/jdk/1.7 : Makefile
Added files:
devel/jdk/1.7/patches:
patch-jdk_make_com_sun_tools_attach_mapfile-bsd
Log message:
- Add missing symbol to mapfile to fix UnsatisfiedLinkError in jconsole.
Reported by Christian Schulte.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:09:28
Modified files:
meta/gnome : Makefile
Log message:
gcalctool -> gnome-calculator
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:13:29
Modified files:
x11/gnome/nautilus: Makefile distinfo
x11/gnome/nautilus/pkg: PLIST
Removed files:
x11/gnome/nautilus/pkg: PFRAG.shared
Log message:
- update to nautilus-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:17:02
Modified files:
databases/evolution-data-server: Makefile distinfo
databases/evolution-data-server/patches:
patch-addressbook_backends_file_e-book-backend-file_c
patch-addressbook_backends_ldap_e-book-backend-ldap_c
patch-calendar_libedata-cal_e-cal-backend-intervaltree_c
patch-camel_providers_local_camel-maildir-summary_c
databases/evolution-data-server/pkg: PLIST
Added files:
databases/evolution-data-server/patches:
patch-addressbook_libebook-contacts_e-book-query_c
patch-tests_libebook-contacts_test-phone-number_c
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
patch-tests_test-server-utils_e-test-server-utils_c
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_backends_vcf_e-book-backend-vcf_c
patch-addressbook_libedata-book_e-data-book-factory_c
Log message:
Update to evolution-data-server-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:19:46
Modified files:
x11/gnome/font-viewer: Makefile distinfo
x11/gnome/font-viewer/patches: patch-configure
x11/gnome/font-viewer/pkg: PLIST
Log message:
- update to gnome-font-viewer-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:21:04
Modified files:
x11/gnome/devhelp: Makefile distinfo
x11/gnome/devhelp/patches: patch-configure
x11/gnome/devhelp/pkg: PLIST
Log message:
Update to devhelp-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:21:49
Modified files:
x11/gnome/system-log: Makefile distinfo
x11/gnome/system-log/patches: patch-configure
x11/gnome/system-log/pkg: PLIST
Log message:
- update to gnome-system-log-3.8.0
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 09:26:45
Modified files:
sys/dev : softraid_raid1.c softraid_raidp.c
softraid_raid6.c
Log message:
Properly release ccbs when restarting a work unit.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:27:20
Removed files:
www/epiphany-extensions: Makefile distinfo
www/epiphany-extensions/pkg: DESCR PLIST
Log message:
drop epiphany-extensions, it's deprecated and unmaintained
prompted by aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:27:27
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:29:28
Modified files:
www/epiphany : Makefile
Log message:
- remove mentions of epiphany-extensions
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:30:27
Modified files:
meta/gnome : Makefile
Log message:
no more epiphany-extensions.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:38:26
Modified files:
x11/gnome/file-roller: Makefile distinfo
x11/gnome/file-roller/patches: patch-configure
Added files:
x11/gnome/file-roller/pkg: DESCR PLIST
Removed files:
x11/gnome/file-roller/pkg: DESCR-main DESCR-nautilus PLIST-main
PLIST-nautilus
Log message:
- update to file-roller-3.8.0
* merge nautilus plugin into the regular package.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:39:56
Modified files:
x11/xfce4/thunar-archive: Makefile
meta/gnome : Makefile
Log message:
bump dependants of file-roller
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:41:03
Modified files:
x11/gnome/session: Makefile distinfo
x11/gnome/session/pkg: PLIST
Added files:
x11/gnome/session/patches: patch-gnome-session_gsm-manager_c
Removed files:
x11/gnome/session/patches: patch-data_hardware-compatibility
patch-gnome-session_main_c
Log message:
Update to gnome-session-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:47:01
Modified files:
x11/gnome/screenshot: Makefile distinfo
x11/gnome/screenshot/pkg: PLIST
Log message:
- update to gnome-screenshot-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:59:04
Modified files:
x11/gtksourceview3: Makefile distinfo
x11/gtksourceview3/patches: patch-configure
x11/gtksourceview3/pkg: PFRAG.shared PLIST
Log message:
- update to gtksourceview-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:59:06
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Drop uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:04:14
Modified files:
x11/gnome/settings-daemon: Makefile
Log message:
Document the x11/gnome/session cyclic dep.
Fix hardcoded path in man page.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:17:31
Modified files:
x11/gnome/file-roller: Makefile
x11/gnome/file-roller/pkg: PLIST
Log message:
Missing conflict marker.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:18:40
Removed files:
x11/gnome/metacity: Makefile distinfo
x11/gnome/metacity/patches: patch-src_core_delete_c
x11/gnome/metacity/pkg: DESCR PLIST
Log message:
metacity is dead, long live mutter.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:19:28
Modified files:
x11/gnome : Makefile
Log message:
-metacity
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:24:00
Modified files:
x11/gnome/rygel: Makefile
Log message:
Mark broken for now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:25:39
Removed files:
x11/gtksourceview3/pkg: PFRAG.shared
Log message:
Drop empty plist.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:28:27
Modified files:
x11/gnome/tracker: Makefile distinfo
x11/gnome/tracker/patches: patch-configure
patch-src_libtracker-common_Makefile_in
patch-src_tracker-control_tracker-control-general_c
patch-tests_libtracker-miner_Makefile_in
Added files:
x11/gnome/tracker/pkg: DESCR PLIST
Removed files:
x11/gnome/tracker/pkg: DESCR-evolution DESCR-main DESCR-nautilus
PLIST-evolution PLIST-main PLIST-nautilus
Log message:
Update to (meta-)tracker-0.16.0.
Merge -nautilus into -main.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:30:48
Removed files:
x11/gnome/panel: Makefile distinfo
x11/gnome/panel/pkg: DESCR PLIST
Log message:
Bye bye gnome-panel.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:31:04
Modified files:
x11/gnome : Makefile
Log message:
-panel
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:35:44
Modified files:
x11/gnome : gnome.port.mk
Log message:
Bump BUILD_DEPENDS versions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:37:01
Modified files:
x11/gnome/grilo-plugins: Makefile
Log message:
Fix after the tracker update.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/29 10:39:34
Modified files:
net/icinga/core: Makefile
net/icinga/core/pkg: README-main
Log message:
fix example to restart httpd in README
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:40:02
Modified files:
x11/gnome/baobab: Makefile distinfo
x11/gnome/baobab/patches: patch-configure patch-src_Makefile_in
Log message:
Update to baobab-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:40:49
Removed files:
x11/gnome/video-effects: Makefile distinfo
x11/gnome/video-effects/pkg: DESCR PLIST
Log message:
Remove; it could be moslty used by cheese which will never work for us
since it requires udev.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:41:00
Modified files:
x11/gnome : Makefile
Log message:
-video-effects
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:46:14
Modified files:
x11/gnome/mutter: Makefile distinfo
x11/gnome/mutter/pkg: PLIST
Added files:
x11/gnome/mutter/patches: patch-src_compositor_meta-background_c
patch-src_ui_ui_c
Log message:
- update to mutter-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:47:56
Modified files:
x11/gnome/nautilus: Makefile
Log message:
x11/gnome/nautilus-open-terminal is no more
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:48:27
Modified files:
net/telepathy/folks: Makefile
Added files:
net/telepathy/folks/pkg: DESCR PLIST
Removed files:
net/telepathy/folks/pkg: DESCR-main DESCR-tracker PLIST-main
PLIST-tracker
Log message:
drop tracker subpackage.
as suggested by aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:49:15
Modified files:
x11/gnome/mutter: Makefile
Log message:
Loosen up build/run depends; no bump, was just imported.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:50:59
Modified files:
x11/gnome/empathy: Makefile
x11/gnome/contacts: Makefile
Log message:
bump after recent folks merge.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:53:22
Modified files:
net/telepathy/folks: Makefile
net/telepathy/folks/pkg: PLIST
Log message:
Fix @conflict marker.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:54:37
Modified files:
x11/gnome/color-manager: Makefile distinfo
x11/gnome/color-manager/patches: patch-configure
x11/gnome/color-manager/pkg: PLIST
Log message:
Update to gnome-color-manager-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:58:30
Modified files:
x11/gnome/file-roller: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/settings-daemon: Makefile
Log message:
Drop uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:06:43
Modified files:
devel/libgee : Makefile distinfo
devel/libgee/pkg: DESCR
Log message:
Update to libgee-0.10.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:31:41
Modified files:
x11/gnome/libgda: Makefile
Log message:
Fix dependencies after vala got disabled.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:41:14
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Add x11/gnome/terminal to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:43:52
Modified files:
meta/gnome : Makefile
Log message:
Move gvfs,-smb from -extra to -main since gnome-control-center will depend
on samba anyway.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 11:57:26
Modified files:
x11/gnome/gitg : Makefile distinfo
x11/gnome/gitg/patches: patch-configure
x11/gnome/gitg/pkg: PLIST
Log message:
- update to gitg-0.2.6
* still marked BROKEN however..
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 11:57:46
Added files:
x11/gnome/gitg/patches: patch-tests_shell_c
Log message:
missed in previous; fixes regress tests.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:08:21
Modified files:
x11/gnome/ghex : Makefile distinfo
x11/gnome/ghex/patches: patch-configure
x11/gnome/ghex/pkg: PLIST
Log message:
- update to ghex-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:13:11
Modified files:
x11/gnome/system-monitor: Makefile distinfo
x11/gnome/system-monitor/patches: patch-configure
x11/gnome/system-monitor/pkg: PLIST
Log message:
- update to gnome-system-monitor-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:13:31
Modified files:
net/samba : Makefile
net/samba/pkg : PLIST-main
Log message:
Install the pkgconfig files.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:15:18
Modified files:
geo/libchamplain: Makefile
Log message:
unbreak by regenerating WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:18:44
Modified files:
x11/gnome/controlcenter: Makefile distinfo
x11/gnome/controlcenter/patches: patch-panels_Makefile_am
patch-panels_user-accounts_Makefile_am
x11/gnome/controlcenter/pkg: PLIST
Added files:
x11/gnome/controlcenter/files: krb5-config
x11/gnome/controlcenter/patches: patch-shell_Makefile_am
patch-shell_cc-panel-loader_c
patch-shell_hostnames-test_txt
Removed files:
x11/gnome/controlcenter/patches: patch-configure_ac
patch-panels_common_Makefile_am
patch-panels_common_gdm-languages_c
patch-panels_info_hostnames-test_txt
patch-panels_user-accounts_um-user_c
Log message:
Update to gnome-control-center-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:18:57
Modified files:
x11/gnome : Makefile
Log message:
unhook gitg
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:19:21
Removed files:
x11/gnome/gitg : Makefile distinfo
x11/gnome/gitg/patches: patch-configure patch-tests_shell_c
x11/gnome/gitg/pkg: DESCR PLIST
Log message:
remove gitg, it's broken and giggle works better.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:24:04
Modified files:
x11/gnome/power-manager: Makefile distinfo
x11/gnome/power-manager/pkg: PLIST
Log message:
Update to gnome-power-manager-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:26:00
Modified files:
x11/gnome/eog : Makefile distinfo
x11/gnome/eog/pkg: PLIST
Log message:
- update to eog-3.8.0:
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:26:08
Modified files:
x11/gnome/eog-plugins: Makefile distinfo
x11/gnome/eog-plugins/pkg: PLIST
Log message:
- update to eog-plugins-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:26:39
Modified files:
x11/gnome/backgrounds: Makefile distinfo
x11/gnome/backgrounds/pkg: PLIST
Log message:
Update to gnome-backgrounds-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:38:12
Modified files:
x11/gnome/latexila: Makefile distinfo
x11/gnome/latexila/patches: patch-configure
x11/gnome/latexila/pkg: PLIST
Log message:
Update to latexila-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:39:35
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/pkg: PLIST
Added files:
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal-app_c
patch-src_terminal-screen_c
patch-src_terminal_c
Log message:
- update to gnome-terminal-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:49:46
Added files:
x11/gnome/terminal/patches: patch-src_terminal-settings-list_c
Log message:
unbreak when you're unlucky enough to have e2fsprogs and ossp-uuid installed,
found the hard way by aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:02:52
Modified files:
x11/gnome/clocks: Makefile distinfo
x11/gnome/clocks/pkg: PLIST
Added files:
x11/gnome/clocks/patches: patch-m4_intltool_m4
Removed files:
x11/gnome/clocks/patches: patch-gnome-clocks
Log message:
Update to gnome-clocks-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:21:30
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
Fix lib depends; spotted by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:25:49
Modified files:
x11/gnome/seahorse: Makefile distinfo
x11/gnome/seahorse/pkg: PLIST
Log message:
Update to seahorse-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 13:29:22
Modified files:
graphics/gthumb: Makefile distinfo
graphics/gthumb/pkg: PLIST
Log message:
- update to gthumb-3.2.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:32:02
Modified files:
x11/gnome/seahorse-sharing: Makefile distinfo
x11/gnome/seahorse-sharing/pkg: PLIST
Log message:
Update to seahorse-sharing-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:45:00
Modified files:
x11/gnome/seahorse-nautilus: Makefile distinfo
Log message:
Update to seahorse-nautilus-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:48:10
Modified files:
x11/gnome/totem: Makefile distinfo
Added files:
x11/gnome/totem/patches: patch-m4_intltool_m4
x11/gnome/totem/pkg: DESCR PLIST
Removed files:
x11/gnome/totem/patches: patch-aclocal_m4
x11/gnome/totem/pkg: DESCR-main DESCR-nautilus PLIST-main
PLIST-nautilus
Log message:
Update to totem-3.8.0.
Merge -nautilus into -main.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:48:45
Modified files:
meta/gnome : Makefile
Log message:
Bump after totem pkgpath change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:57:31
Modified files:
graphics/gthumb: Makefile
Log message:
Fix gstreamer dependency.
This picks up webp if installed.
Missing dep on dcraw.
Remove unused CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 14:04:17
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
Do not fail in gethostbyname_async() if there are multiple addresses in
a DNS packet...
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:08:29
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper
Log message:
Add an explicit dependency for mg_data.h, similar to uudmap.h; should help
building with -j.
CVSROOT: /cvs
Module name: www
Changes by: rpe@cvs.openbsd.org 2013/03/29 14:15:57
Modified files:
. : 53.html
Log message:
simplify the examples in the "Ports Tree" section
discussed with and ok sthen@ nick@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:59:04
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper
Log message:
More mg_data.h where uudmap.h is listed, for paranoia and consistency.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:59:46
Modified files:
gnu/usr.bin/perl: Makefile.SH
Log message:
Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to the
existing Pod-Simple dependency. Fixes build with -j2 for real.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 15:20:50
Modified files:
lib/libc/asr : getnameinfo_async.c
Log message:
correctly show the scope for IPv6 addresses in getnameinfo()
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/29 16:51:35
Modified files:
lib/libc/asr : res_mkquery.c
Log message:
res_querydomain()'s code to terminate the domain with '.' had the assignment
flipped so that it always used a domain of ".."
Heavy lifting by otto@
ok eric@ otto@ miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 16:57:07
Modified files:
libexec/ld.so/sh: rtld_machine.c
Log message:
Enable lazy binding by default.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 17:01:24
Modified files:
lib/libc/asr : asr_utils.c
Log message:
properly handle scope when parsing IPv6 addresses.
ok bluhm@ naddy@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/29 17:39:13
Modified files:
devel/libmtp : Makefile
devel/libmtp/patches: patch-src_mtpz_c
Log message:
Merge in my original update.
ok ian@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/29 18:16:34
Modified files:
x11 : Makefile
Log message:
Unhook fltk2. It is being removed.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/29 18:19:21
Removed files:
x11/fltk2 : Makefile distinfo
x11/fltk2/patches: patch-Makefile patch-configure
patch-images_fl_png_cxx patch-makeinclude_in
x11/fltk2/pkg : DESCR PLIST
Log message:
Remove flkt2. Nothing depends on it, and upstream says it's dead.
"No objection" sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/29 18:57:47
Modified files:
sys/arch/arm/include: cpufunc.h
Log message:
Remove duplicate prototypes.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/29 19:30:30
Modified files:
sys/arch/arm/arm: cpufunc_asm_armv7.S
sys/arch/arm/include: cpufunc.h
Log message:
Add a function to read the ARM MPCore base address. This let's us
dynamically determine where e.g. the interrupt controller is.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 20:02:14
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_crypto.c
softraid_raid0.c softraidvar.h
Log message:
Provide a default discipline interrupt handling function and migrate all of
the disciplines that now have the same interrupt code.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/29 20:06:26
Modified files:
x11/vlc/patches: patch-modules_codec_avcodec_avcodec_c
Log message:
Add a comment.
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/29 20:42:24
Modified files:
bin/md5 : md5.c
Log message:
Return an exit code of 1 if the file cannot be opened (e.g. file does
not exist), or if there is an error reading the file stream.
From Patrik Lundin, thanks!
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/29 20:49:38
Modified files:
usr.sbin/rtadvd: rtadvd.conf.5
Log message:
Fix typos.
From "Mike." the.lists()mgm51.com, thanks!
ok jmc
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/29 22:53:09
Modified files:
sys/kern : vfs_lookup.c
Log message:
Return ENOTDIR if an *at() syscall is passed a relative path and a
fd to resolve against that isn't a directory
ok matthew@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/29 22:57:53
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
i915_gem_execbuffer.c
Log message:
go back to the old method of execbuffer pinning
should fix problems noticed by Ralf Horstmann and bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 23:30:57
Modified files:
share/man/man4 : fxp.4
Log message:
Remove mentioning dual-port cards and being built into motherboards
and the bit about the hw list not being exhaustive.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 23:34:53
Modified files:
share/man/man4 : bge.4 bnx.4 em.4 sis.4 vge.4 vr.4 xl.4
Log message:
Remove mentioning specific systems with embedded Ethernet chipsets or
LOM in vge(4) which is pretty vague and common to many Ethernet chipsets.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 00:32:25
Modified files:
sys/kern : kern_exec.c kern_exit.c uipc_usrreq.c
vfs_vnops.c
Log message:
vrele() is a tricky beast. it can sleep if the refcount hits zero,
leaving us with a free type function that isn't atomic. deal with this
by erasing any reachable pointers to the vnode first, then free it.
ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/30 00:44:44
Modified files:
lib/libc/sys : access.2 chmod.2 dup.2 getgid.2 getgroups.2
getlogin.2 getpgrp.2 getpid.2 getsid.2 getuid.2
kill.2 madvise.2 mknod.2 mlock.2 mlockall.2
open.2 pipe.2 stat.2 sync.2 umask.2
Log message:
Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...
*at() function ERRORS description suggested by matthew@
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 01:07:13
Modified files:
sys/arch/amd64/conf: GENERIC
Log message:
enable com2. if it works on i386, we think it will work here.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:14:38
Modified files:
x11/gnome/gdl : Makefile distinfo
x11/gnome/gdl/pkg: PLIST
Removed files:
x11/gnome/gdl/patches: patch-gdl_gdl-dock-item_c
patch-gdl_gdl-dock-notebook_c
x11/gnome/gdl/pkg: PFRAG.shared
Log message:
Update to gdl-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:16:07
Modified files:
x11/gnome/vino : Makefile distinfo
x11/gnome/vino/patches: patch-capplet_vino-preferences_c
patch-configure
x11/gnome/vino/pkg: PLIST
Log message:
Update to vino-3.8.0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 01:25:20
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/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/macppc/conf: Makefile.macppc
sys/arch/mvme68k/conf: Makefile.mvme68k
sys/arch/mvme88k/conf: Makefile.mvme88k
sys/arch/octeon/conf: Makefile.octeon
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:
reorder include search directories. cuts lookups by quite a bit.
ok deraadt miod
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:25:26
Modified files:
x11/gnome/mousetweaks: Makefile distinfo
x11/gnome/mousetweaks/pkg: PLIST
Log message:
Update to mousetweaks-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:41:27
Modified files:
x11/gnome/vinagre: Makefile distinfo
x11/gnome/vinagre/patches: patch-configure
x11/gnome/vinagre/pkg: PLIST
Log message:
Update to vinagre-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:44:51
ports/x11/gnome/photos/patches
Update of /cvs/ports/x11/gnome/photos/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28788/patches
Log Message:
Directory /cvs/ports/x11/gnome/photos/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:46:18
Modified files:
x11/gnome/photos: Makefile
Added files:
x11/gnome/photos/patches: patch-configure
Log message:
Unbreak after the tracker update.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 01:50:14
Modified files:
astro/celestia : Makefile
Log message:
Remove some lib hacks and sync WANTLIBs.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 02:04:19
Modified files:
x11/gnome/shell: Makefile distinfo
x11/gnome/shell/patches: patch-configure_ac
patch-docs_reference_shell_Makefile_am
patch-js_ui_panel_js
patch-js_ui_sessionMode_js
patch-src_Makefile_am
x11/gnome/shell/pkg: PLIST
Removed files:
x11/gnome/shell/patches: patch-js_ui_calendar_js
Log message:
- update to gnome-shell-3.8.0.1
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/30 02:06:42
Modified files:
lib/libc/asr : asr.c
Log message:
don't ever skip reload the very first time; detective work by rpe@; ok eric@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:07:54
Modified files:
x11/gnome/nautilus-sendto: Makefile distinfo
x11/gnome/nautilus-sendto/pkg: DESCR PLIST
Log message:
Update to nautilus-sendto-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:12:30
Modified files:
meta/gnome : Makefile
Log message:
Add nautilus-sendto to -main; it doesn't depend on anything.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:26:18
Modified files:
devel/libgdata : Makefile distinfo
devel/libgdata/patches: patch-configure
devel/libgdata/pkg: PLIST
Log message:
Update to libgdata-0.13.3.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 02:31:56
Modified files:
games/boswars : Makefile
Log message:
Remove libm hack no longer necessary.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:34:00
Modified files:
x11/gnome/libzapojit: Makefile distinfo
x11/gnome/libzapojit/pkg: PLIST
Removed files:
x11/gnome/libzapojit/pkg: PFRAG.shared
Log message:
Update to libzapojit-0.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:35:26
Modified files:
x11/gnome/photos: Makefile
Log message:
Do not hardcode TRACKER_VERSION in WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/30 02:44:48
Modified files:
usr.sbin/snmpd : snmpd.conf.5
Log message:
previous had one backslash too many;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:55:43
Modified files:
x11/gnome/documents: Makefile
x11/gnome/documents/patches: patch-configure
x11/gnome/documents/pkg: PLIST
Log message:
Fix after recent tracker update.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 02:56:54
Modified files:
sys/arch/amd64/conf: GENERIC
Log message:
Back out previous; this needs more thought.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/30 03:00:06
Modified files:
lib/libc/sys : mlockall.2 stat.2
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:17:42
Modified files:
x11/gnome/totem-pl-parser: Makefile
Log message:
Fix depends/wantlib.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:25:32
Modified files:
net/telepathy/folks: Makefile distinfo
net/telepathy/folks/patches: patch-configure
net/telepathy/folks/pkg: PLIST
Log message:
- update to folks-0.9.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:26:18
Modified files:
net/libsocialweb: Makefile
Log message:
Fix DEPENDS/WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/30 03:28:17
Modified files:
mail/geary : Makefile distinfo
mail/geary/patches: patch-src_client_geary-application_vala
mail/geary/pkg : PLIST
Log message:
Update to geary 0.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:28:21
Modified files:
x11/gnome/contacts: Makefile distinfo
x11/gnome/contacts/patches: patch-configure
x11/gnome/contacts/pkg: PLIST
Log message:
- update to gnome-contacts-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:29:16
Modified files:
x11/gnome/empathy: Makefile
x11/gnome/empathy/pkg: PLIST
Added files:
x11/gnome/empathy/patches: patch-libempathy_empathy-contact_c
patch-libempathy_empathy-utils_c
Log message:
- unbreak build with new folks (can't update empathy yet as it needs new webkit)
- disable nautilus-sendto plugin since that doesn't support IM anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:39:54
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/pkg: PLIST
Log message:
Add a conflict/pkgpath with nautilus-open-terminal.
Regen wantlib/depends and don't use the gconf2 MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:40:57
Modified files:
geo/geoclue : Makefile
Log message:
Fix wantlib/depends.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:46:10
Modified files:
devel/libnotify: Makefile
devel/libnotify/pkg: README
Log message:
Tweak README.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:52:17
Modified files:
x11/gnome/gdm : Makefile distinfo
x11/gnome/gdm/patches: patch-configure patch-daemon_Makefile_in
patch-gui_simple-greeter_Makefile_in
x11/gnome/gdm/pkg: PLIST gdm.rc
Removed files:
x11/gnome/gdm/patches: patch-common_Makefile_in
patch-daemon_gdm-session-worker_c
patch-daemon_gdm_in
patch-data_gdm-shell_session_in
Log message:
Update to gdm-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:03:08
Modified files:
x11/gnome/shell: Makefile
x11/gnome/shell/pkg: PLIST
Log message:
Add a conflict/pkgpath marker with gnome-panel so that it gets removed
on update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:05:17
Modified files:
x11/gnome/mutter: Makefile
x11/gnome/mutter/pkg: PLIST
Log message:
Add a conflict/pkgpath marker with metacity so that it gets removed
on update.
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/30 04:11:35
Modified files:
usr.bin/ftp : fetch.c
Log message:
Fixed a memory leak during HTTP header parsing.
ok deraadt, halex, sthen
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:23:50
Modified files:
net/librest : Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/03/30 04:41:03
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
have smtpd temporarily refuse new messages if file system holding the queue
has less than 10% of disk space or inodes left. a warning is logged and the
clients will get a temporarily failure asking them to retry later.
prompted by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:44:09
Modified files:
net/libnice : Makefile distinfo
Added files:
net/libnice/patches: patch-Makefile_in
Log message:
- update to libnice-0.1.4
maintainer timed-out
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:48:35
Modified files:
x11/gnome/anjuta: Makefile distinfo
x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in
patch-plugins_symbol-db_symbol-db-engine-core_c
x11/gnome/anjuta/pkg: PLIST
Removed files:
x11/gnome/anjuta/patches: patch-configure_ac
patch-plugins_project-wizard_install_h
patch-plugins_project-wizard_property_h
Log message:
- update to anjuta-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:54:06
Modified files:
audio/sound-theme-freedesktop: Makefile
audio/sound-theme-freedesktop/pkg: PLIST
Log message:
No need for this hack anymore.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:58:52
Log message:
import gnome-shell-extensions-3.8.0
The GNOME Shell extension design is designed to give a high degree of
power to the parts of the GNOME interface managed by the shell, such as
window management and application launching. It simply loads arbitrary
JavaScript and CSS. This gives developers a way to make many kinds of
changes and share those changes with others, without having to patch the
original source code and recompile it, and somehow distribute the
patched code. The extension system is a replacement for the "applets" or
"widgets" system of GNOME 2.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20133003
N ports/x11/gnome/shell-extensions/distinfo
N ports/x11/gnome/shell-extensions/Makefile
N ports/x11/gnome/shell-extensions/pkg/PLIST
N ports/x11/gnome/shell-extensions/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:59:31
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 05:08:07
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Remove debug printf that causes problems with framebuffer acceleration when
turned on. Linux doesn't have it anyway.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 05:16:55
Modified files:
x11/gnome/anjuta-extras: Makefile distinfo
x11/gnome/anjuta-extras/pkg: PLIST
Log message:
- update to anjuta-extras-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:37:33
Modified files:
mail/evolution : Makefile
Log message:
Mark broken for now; needs a newer webkit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:43:39
Modified files:
x11/gnome/gdm : Makefile
Added files:
x11/gnome/gdm/patches:
patch-data_gdm-shell-with-fallback_session_in
Log message:
Forgot to add this patch in previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:47:32
Modified files:
databases/evolution-data-server/patches:
patch-tests_test-server-utils_e-test-server-utils_c
Log message:
Committed upstream; no pkg change.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/30 05:48:20
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce
all manpages in a batch with a single pod2man invocation which is unable
to switch encodings. Avoids "Code point xxx is not Unicode, all \p{}
matches fail" during build.
Disable perltw manpage which relies on getting UTF8 passed through from
the source file to pod2man to mandoc; even on a utf8 term with -Tutf8
these don't get displayed correctly.
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/30 06:01:46
Modified files:
. : translation-explained.html
Log message:
current is a fine system for translations, too
spotted by and ok ajacoutot
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/30 06:06:40
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
Use --stderr to output pod2man problems at build time, rather than embed
them into a "POD ERRORS" section in the produced manpages.(!) ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:07:28
Modified files:
x11/gnome/gedit: Makefile
Added files:
x11/gnome/gedit/patches: patch-gedit_gedit-app_c
patch-gedit_gedit-document_h
patch-gedit_gedit-preferences-dialog_c
patch-gedit_gedit-print-job_c
patch-gedit_gedit-settings_c
patch-gedit_gedit-utils_h
patch-gedit_gedit-view_h
patch-plugins_modelines_modeline-parser_c
patch-plugins_modelines_modeline-parser_h
patch-plugins_spell_gedit-spell-utils_c
Log message:
Unbreak with new gtksourceview.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 06:10:40
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches: patch-lib_Target_X86_X86SelectionDAGInfo_cpp
Log message:
Pull in r175057 from upstream LLVM, via FreeBSD, found by Wada Hiroyuki.
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
This happens when there is both stack realignment and a dynamic alloca in the
function. If we overwrite %esi (rep;movsl uses fixed registers) we'll lose the
base pointer and the next register spill will write into oblivion.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:14:47
Removed files:
x11/gnome/screensaver: Makefile
x11/gnome/screensaver/files: gs-auth-bsdauth.c
x11/gnome/screensaver/pkg: DESCR PLIST
Log message:
Remove gnome-screensaver; fallback mode is gone.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:15:01
Modified files:
x11/gnome : Makefile
Log message:
-screensaver
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 06:15:29
Modified files:
sys/netinet : raw_ip.c
sys/netinet6 : raw_ip6.c
Log message:
Restrict protocol numbers for raw sockets to the range from 0 to 255.
OK deraadt@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:20:28
Modified files:
sysutils/polkit: Makefile
sysutils/polkit/pkg: PLIST
Removed files:
sysutils/polkit/pkg: README
Log message:
Drop useless readme.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:22:13
Removed files:
x11/polkit-gnome: Makefile distinfo
x11/polkit-gnome/files:
polkit-gnome-authentication-agent-1.desktop
x11/polkit-gnome/pkg: DESCR PLIST
Log message:
Drop polkit-gnome now that gnome fallback is gone.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:22:36
Modified files:
x11 : Makefile
Log message:
-polkit-gnome
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 06:36:50
Modified files:
sys/dev/pci/drm: drm_edid.c
sys/dev/pci/drm/i915: dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c
dvo_ns2501.c dvo_sil164.c dvo_tfp410.c
intel_i2c.c intel_sdvo.c
Log message:
Fix intel gmbus i2c code. Not all transactions were handled correctly, and
on top of that, various iic_exec(9) calls were incorrect. Doesn't seem to
handle SDVO yet though.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:52:22
Modified files:
x11/gnome/system-monitor: Makefile
Log message:
Missing dependency on sysutils/polkit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:03:46
Modified files:
devel/gconf2 : Makefile
graphics/colord: Makefile
print/cups-pk-helper: Makefile
print/hplip : Makefile
sysutils/accountsservice: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/polkit-qt4 : Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/session: Makefile
Log message:
Anything that uses polkit should really RUN_DEPENDS on consolekit;
otherwise we have no way to know the active session.
discussed/agreed with jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:04:22
Modified files:
x11/gnome/gedit: Makefile distinfo
x11/gnome/gedit/patches: patch-configure
patch-gedit_gedit-metadata-manager_c
x11/gnome/gedit/pkg: PLIST
Removed files:
x11/gnome/gedit/patches: patch-gedit_gedit-app_c
patch-gedit_gedit-document_h
patch-gedit_gedit-preferences-dialog_c
patch-gedit_gedit-print-job_c
patch-gedit_gedit-settings_c
patch-gedit_gedit-utils_h
patch-gedit_gedit-view_h
patch-plugins_modelines_modeline-parser_c
patch-plugins_modelines_modeline-parser_h
patch-plugins_spell_gedit-spell-utils_c
Log message:
- update to gedit-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:04:46
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
x11/gnome/gedit-plugins/patches: patch-configure
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
- update to gedit-plugins-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:05:34
Modified files:
x11/gnome/gedit-code-assistance: Makefile distinfo
x11/gnome/gedit-code-assistance/pkg: PLIST
Log message:
- update to gedit-code-assistance-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:07:36
Modified files:
x11/gnome/system-monitor: Makefile
Log message:
Missed in previous.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/30 07:10:03
Modified files:
distrib/sets/lists/base: md.armish md.aviion md.hp300 md.hppa
md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:11:09
Modified files:
devel/libnotify: Makefile
devel/libnotify/pkg: PLIST
Removed files:
devel/libnotify/pkg: README
Log message:
Drop useless readme.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 07:14:33
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
If the ws_{get|set}_param hooks are set, use those for brightness control
instead of poking the hardware directly. Prevents some funny interaction
between using the brightness keys and wsconsctl(8) on the Dell XPS M1330.
Changing the brightness behind ACPI's back is apparently not such a good idea.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/30 08:03:08
Modified files:
usr.bin/getent : getent.c
Log message:
Use getaddrinfo() to display multiple addresses including IPv6.
Pointed out by todd@.
"The approach seems fine." deraadt@
OK todd@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/03/30 08:07:24
Modified files:
net/p5-Net-Inspect: Makefile distinfo
Log message:
update p5-Net-Inspect to 0.28
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/30 08:41:37
Modified files:
sys/dev : softraidvar.h softraid.c softraid_raid6.c
softraid_raidp.c
Log message:
Provide wrappers for scsi_io_get() and scsi_io_put(), that also include
the sd_sync check/wakeup. Remove some unnecessary NULL checks whilst here.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:53:53
Modified files:
sysutils/upower: Makefile
x11/xfce4/xfce4-power-manager: Makefile
Log message:
polkit(8) mostly always requires consolekit; unfortunately the dependency
cannot be added to polkit itself since it would create a cyclic dep; so we
add it to ports depending on polkit.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:55:58
Modified files:
mail/claws-mail-notification: Makefile
audio/gmpc-libnotify: Makefile
Log message:
It's the job of the desktop environment to enforce a dependency on a
notification daemon. So drop the explicit dependency here.
discussed with and ok landry@, jasper@ (maintainer of gmpc-libnotify)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:57:24
Removed files:
sysutils/notification-daemon: Makefile distinfo
sysutils/notification-daemon/pkg: DESCR PLIST
Log message:
Remove the gnome notification-daemon; it's been unmaintained for years and
nothing needs it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:57:41
Modified files:
sysutils : Makefile
Log message:
-notification-daemon
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 09:00:22
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Two fixes to intel_sdvo_write_cmd():
- Allocate a large enugh buffer to store messages.
- Make sure we return true if we sucessfully transferred the command.
Makes it possible to actually talk to the SDVO chip on the other end.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:02:48
Modified files:
www/webkit : Makefile
Log message:
Fix wantlib.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:06:53
Modified files:
www : Makefile
Log message:
-cssed
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:08:08
Removed files:
www/cssed : Makefile distinfo
www/cssed/patches: patch-libcroco_parser_Makefile_in
patch-libcroco_parser_cr-om-parser_c
patch-src_interface_c
www/cssed/pkg : DESCR PLIST
Log message:
remove cssed which is unmaintained and uses deprecated libraries.
there are plenty of maintained and modern alternatives intree.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:09:30
Modified files:
misc/logjam : Makefile
Log message:
drop dependency on ancient gtkhtml library, sync WANTLIB while here.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:18:58
Modified files:
x11/gnome/shell: Makefile
x11/gnome/shell/pkg: PLIST
Log message:
Add conflict/pkgpath with gnome-screensaver and notification-daemon to
provide a smooth upgrade.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:48:42
ports/graphics/lcms2/patches
Update of /cvs/ports/graphics/lcms2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6746/patches
Log Message:
Directory /cvs/ports/graphics/lcms2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:49:43
Modified files:
graphics/lcms2 : Makefile
graphics/lcms2/pkg: PLIST
Added files:
graphics/lcms2/patches: patch-include_lcms2_h patch-src_cmsio0_c
patch-src_cmstypes_c patch-src_lcms2_def
patch-src_lcms2_internal_h
Removed files:
graphics/lcms2/pkg: PFRAG.shared
Log message:
Add an accessor to get the profile creator, as this lets us work out
which CMM is writing broken 'mluc' tags for certain V4 profiles.
from Richard Hughes, committed upstream
Needed for a wip colord update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:52:46
Modified files:
graphics/colord-gtk: Makefile distinfo
Log message:
Update to colord-gtk-0.1.25.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:07:50
Modified files:
x11/gnome/shell: Makefile
Log message:
Tweak the yelp comment; no pkg change.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/30 10:10:01
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c privsep.h
Log message:
Since deleting all the addresses on an interface removes all the
relevant entries from the arp cache, don't bother asking for/processing
arp entries in the route dumps. Thus allowing use of NET_RT_FLAGS
with RTF_GATEWAY and AF_INET, to ask for only the routes dhclient
wants to expunge rather than all routes in existance.
Greatly shrinks and simplifies the code. No intentional functional
change. Tested by sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:25:05
Log message:
Import gnome-getting-started-docs-3.8.0.1.
This package contains a 'Getting Started' guide that can be viewed with
yelp.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130330
N ports/x11/gnome/getting-started-docs/Makefile
N ports/x11/gnome/getting-started-docs/distinfo
N ports/x11/gnome/getting-started-docs/pkg/DESCR
N ports/x11/gnome/getting-started-docs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:26:54
Modified files:
meta/gnome : Makefile
Log message:
Add dependency on gnome-getting-started-docs.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/03/30 10:31:37
Modified files:
sbin/iked : ikev2.h
Log message:
Sync with latest IKEv2 Parameters from IANA. No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 11:06:41
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: PLIST-main
Log message:
Disable goa for now as it creates a cyclic dep with gstreamer.
found out the hard way by naddy@
I'll create a subpackage in a few but at least this allows the tree to
build.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 11:51:12
Modified files:
x11/gnome/gcr : Makefile
Added files:
x11/gnome/gcr/patches: patch-ui_Makefile_in
Log message:
Use a patch instead of a post-install target; so that we can spot when
upstream removes this hack.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:08:04
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: DESCR-main DESCR-smb
Added files:
x11/gnome/gvfs/pkg: DESCR-goa PLIST-goa
Log message:
Add a -goa subpackage.
looks ok to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:08:30
Modified files:
x11/gnome : Makefile
Log message:
Build all subpackages of gvfs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:09:03
Modified files:
meta/gnome : Makefile
Log message:
Add gvfs,-goa to the deps.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:15:22
Modified files:
devel/dconf : Makefile
devel/dconf/patches: patch-dbus-1_Makefile_in
patch-tests_Makefile_in
Log message:
LIBdconf_VERSION -> LIBdconf-dbus-1_VERSION
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 12:33:56
Modified files:
sys/dev/pci/drm: drm_dp_helper.c
Log message:
Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed by
our i2c framework. Unbreaks EDID fetching over displayport.
ok jsg@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 13:05:19
Modified files:
de : events.html
fr : crypto.html goals.html index.html palm.html
opensmtpd/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 13:11:06
Modified files:
sysutils/deja-dup: Makefile distinfo
sysutils/deja-dup/patches: patch-configure
Removed files:
sysutils/deja-dup/patches: patch-common_CommonUtils_vala
patch-common_OperationBackup_vala
patch-common_Operation_vala
patch-data_Makefile_in
patch-tests_runner_runner_vala
patch-tests_scripts_clean-tempdir_test
patch-tests_scripts_instance-error_test
patch-tests_scripts_verify_test
patch-tools_duplicity_DuplicityInstance_vala
patch-tools_duplicity_DuplicityJob_vala
Log message:
Update to deja-dup-26.0.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/30 14:00:08
Modified files:
lib/libc/asr : asr.c async_resolver.3
Log message:
Do not assume local nameserver if resolv.conf doesn't exist, just use
/etc/hosts.
discussed with deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 14:07:23
Modified files:
x11/gnome/librsvg: Makefile
Added files:
x11/gnome/librsvg/patches: patch-gdk-pixbuf-loader_Makefile_am
patch-gdk-pixbuf-loader_io-svg_c
Log message:
Bring a couple of patches from upstream:
* Mark the pixbuf loader as thread-safe
gdk-pixbuf 2.28 will ignore loaders that are not marked as thread-safe.
* Fix typo, AM_CFLASG -> AM_CFLAGS
Regen WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/30 14:11:19
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
allow "0" as service name for raw sockets.
ok sthen@ bluhm@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 14:12:32
Modified files:
regress/sys/kern/sosplice/tcp: args-relay-read-forked.pl
args-relay-write-forked.pl
Log message:
Make forking socket splicing tests more reliable on slow machines.
Their intention is to test kernel stability. Instead of failing,
add a timeout and ignore errors.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 14:24:53
Modified files:
. : INDEX
Log message:
sync; 7956 unzels
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 14:34:25
Modified files:
gnu/usr.bin/cc/cc: Makefile
Log message:
Don't create a c++filt.1->gcc.1 manpage link at install time, the c++filt
manpage comes from binutils.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 15:03:51
Modified files:
audio : Makefile
Removed files:
audio/bmp : Makefile distinfo
audio/bmp/pkg : DESCR-main DESCR-mp3 DESCR-vorbis PLIST-main
PLIST-mp3 PLIST-vorbis
Log message:
tedu bmp. long unmaintained and users have audacious as a modern maintained
player.
ok sthen@ dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:26:09
Modified files:
usr.bin/nm : elf.c
Log message:
Correctly report `weak' status of non-function symbols. Makes nm agree with
objdump -t on, say, _DYNAMIC in libpthread.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 15:30:18
Modified files:
devel/automake/1.11: Makefile
Added files:
devel/automake/1.11/patches: patch-aclocal_in
Log message:
Fix "main::scan_file() called too early to check prototype" in aclocal
with Perl 5.16 - diff backported from automake 1.12.1. ok brad@ ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:31:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: elf32ppc_obsd.sh
Log message:
Revert ppc/OpenBSD to the binutils 2.15 state, with only BSS_PLT and
disable secure plt. This lets a binutils 2.17 toolchain produce working
binaries, until a working way to get proper padding sections (and boundary
symbols) emitted with proper value once .plt position is decided is found,
when .plt can exist at multiple places in the binary.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:46:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: elf64alpha_obsd.sh
Log message:
Revert alpha/OpenBSD to the binutils 2.15 state, with only DATA_PLT and
disable readonly plt. This lets a binutils 2.17 toolchain produce working
binaries, until a working way to get proper padding sections (and boundary
symbols) emitted with proper value once .plt position is decided is found,
when .plt can exist at multiple places in the binary.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 15:59:56
src/regress/libexec/ld.so/subst
Update of /cvs/src/regress/libexec/ld.so/subst
In directory cvs.openbsd.org:/tmp/cvs-serv22743/subst
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:00:21
src/regress/libexec/ld.so/subst/libaa
Update of /cvs/src/regress/libexec/ld.so/subst/libaa
In directory cvs.openbsd.org:/tmp/cvs-serv23608/libaa
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst/libaa added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:00:22
src/regress/libexec/ld.so/subst/prog1
Update of /cvs/src/regress/libexec/ld.so/subst/prog1
In directory cvs.openbsd.org:/tmp/cvs-serv23608/prog1
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst/prog1 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:03:51
Added files:
regress/libexec/ld.so/subst: Makefile
regress/libexec/ld.so/subst/libaa: Makefile aa.c aa.h
shlib_version
regress/libexec/ld.so/subst/prog1: Makefile main.c
Log message:
- Add regress for forthcomming rpath ORIGIN substitution support.
okay matthew@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 16:18:20
Modified files:
comms/smstools : Makefile
comms/smstools/pkg: PLIST
Log message:
reset @mode before installing rc script
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/30 16:58:13
Modified files:
. : octeon.html
Log message:
tweak
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/30 17:00:28
Modified files:
etc/etc.octeon : Makefile.inc
Log message:
no bootblocks yet, so keep the empty target for now.
CVSROOT: /cvs
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2013/03/30 17:10:05
Modified files:
textproc/groff : Makefile distinfo
textproc/groff/patches: patch-Makefile_in
patch-contrib_hdtbl_examples_common_roff
patch-tmac_an-old_tmac
patch-tmac_doc-common
patch-tmac_doc_tmac
patch-tmac_groff_mdoc_man
patch-tmac_troffrc
textproc/groff/pkg: PLIST
Added files:
textproc/groff/patches: patch-font_devpdf_Makefile_sub
Removed files:
textproc/groff/patches: patch-contrib_groffer_Makefile_sub
patch-contrib_hdtbl_examples_fonts_n_in
patch-contrib_hdtbl_examples_fonts_x_in
patch-contrib_pdfmark_Makefile_sub
patch-src_roff_troff_input_cpp
patch-tmac_doc-syms
Log message:
Maintenance update to groff-1.22.2.
* New features: gropdf(1), pdfmom(1)
* Lots of our patches were accepted upstream, lots of upstream bug fixes.
Tested by landry@ and pascal@, ok landry@ and sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/30 17:14:07
Modified files:
geo/gpx-viewer : Makefile
Log message:
Unbreak packaging by fixing WANTLIB & bump.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 18:03:26
Modified files:
sys/kern : subr_pool.c
Log message:
replace pool debug magic with shared mem poison code
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 18:59:52
Modified files:
sys/netinet : ipsec_input.c udp_usrreq.c
Log message:
Do not transfer diverted packets into IPsec processing. They should
reach the socket that the user has specified in pf.conf.
OK reyk@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 19:42:28
Modified files:
usr.bin/fstat : fstat.c
Log message:
A space got lost in fstat state output, put it back.
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/30 23:07:55
Modified files:
lib/libc/sys : access.2 chmod.2 chown.2 link.2 mkdir.2
mkfifo.2 mknod.2 open.2 readlink.2 rename.2
symlink.2 unlink.2 utimes.2
Log message:
Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases
of the various *at() functions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:35:31
Modified files:
x11/gnome/tracker: Makefile
Log message:
Regen WANTLIB to build on a clean tree; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:37:50
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
accountsservice is actually a wantlib/lib_depends; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:44:21
Modified files:
x11/gnome/planner: Makefile
Log message:
Needs textproc/gtk-doc to build for now; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:00:21
Modified files:
devel/giggle : Makefile
devel/giggle/pkg: PFRAG.shared PLIST
Added files:
devel/giggle/patches: patch-src_giggle-diff-view_h
patch-src_giggle-view-file_c
Log message:
Fix build with gtksourceview>=3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:03:31
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Log message:
Committed upstream; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:44:38
Modified files:
meta/gnome : Makefile
Log message:
The gnome-shell "classic" mode is provided by gnome-shell-extensions, so
add it to the RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:47:23
Modified files:
x11/gnome/gucharmap: Makefile
Log message:
This needs to build and run depends on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:54:13
Modified files:
x11/gnome/shell-extensions: Makefile
x11/gnome/shell-extensions/pkg: DESCR
Log message:
Set PKG_ARCH=*
No need for the devel/gettext MODULE.
Extend the DATADIRNAME comment.
Sync DESCR with source.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:03:01
Modified files:
x11/gnome/terminal: Makefile
Log message:
Missing build dependency on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:13:54
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal_c
Log message:
Missing BUILD_DEPENDS/RUN_DEPENDS on gsettings-desktop-schemas.
Fix the get_current_dir_name patches.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:23:25
Modified files:
x11/gnome/eog-plugins: Makefile
x11/gnome/shell: Makefile
x11/gnome/totem: Makefile
Log message:
Missing dependency on gsettings-desktop-schemas.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:28:21
Modified files:
lib/libc/sys : mprotect.2
Log message:
Add ERRORS and STANDARDS sections; reorder and reword description to
clarify PROT_NONE vs PROT_* and what protections are actually sure to
be supprted.
ok jmc@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 02:32:43
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Let the DDC "proxy" functions call the high-level I2C functions instead
of calling the controller functions pointers directly. The upcoming bit
banging implementation will not provide the (*ic_exec)() function.
Also return a proper (positive) error code if bus switching fails
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:34:27
Modified files:
lib/libc/sys : accept.2 bind.2 chdir.2 clock_gettime.2 close.2
connect.2 dup.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:35:46
Modified files:
lib/libc/sys : fcntl.2
Log message:
Updates to RETURN VALUES, ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:37:00
Modified files:
lib/libc/sys : fork.2
Log message:
Document more difference between parent and child.
Updates to ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 03:08:38
Modified files:
devel/py-gobject3: Makefile
Added files:
devel/py-gobject3/patches: patch-gi__gobject_pygflags_c
Log message:
Fix stack corruption due to incorrect format for argument parser.
from upstream
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 03:09:09
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-settings-list_c
Added files:
x11/gnome/terminal/patches: patch-src_terminal-prefs_c
patch-src_terminal-profiles-list_c
Log message:
Make sure to pick up the correct uuid.h header.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/31 03:43:13
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm Var.pm
databases/sqlports/pkg: DESCR-compact DESCR-main
Log message:
add README support
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/31 03:51:04
Modified files:
sbin/restore : restore.8
Log message:
typo fix from rodent@netbsd;
ok otto
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 04:19:07
Modified files:
x11/gnome/terminal: Makefile
Added files:
x11/gnome/terminal/patches: patch-src_profile-preferences_ui
Log message:
Unbreak the profile preferences editor.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 04:41:16
Modified files:
sys/dev : softraid_raid0.c softraid_raid6.c
softraid_raidp.c
Log message:
Pull the initialisation of runtime values out into a separate init
function, rather than having it spread across create/assemble/alloc.
Also handle strip size errors appropriately, rather than failing silently.
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:12:06
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Provide default resource allocation and free functions. Convert all
disciplines except for AOE and CRYPTO, which require custom handlers.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/31 05:18:35
Modified files:
sys/netinet : in_pcb.c raw_ip.c udp_usrreq.c
sys/netinet6 : raw_ip6.c
Log message:
The call to in_pcballoc() in user request attach was handled in
three different ways. Use the same code in udp_usrreq() and
rip_usrreq() and rip6_usrreq(). This also fixes a pcb and socket
leak in udp_usrreq() in case soreserve() fails. Put an splsoftassert()
into in_pcballoc() for safety.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:30:59
Modified files:
sys/dev : softraid.c
Log message:
Fix compilation with debug.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/31 05:35:24
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
install the proper 5.16.3 perldelta file, spotted by espie@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:37:40
Modified files:
sys/dev : softraid.c softraid_aoe.c softraid_crypto.c
softraidvar.h
Log message:
The return value of sd_free_resources() is never checked and all of the
implementations only ever returned zero. Change the return value from
int to void instead of pretending it might mean something.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 05:43:23
Modified files:
sys/dev/pci/drm/i915: dvo_ns2501.c i915_drv.h intel_i2c.c
Log message:
Add bit banging support.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/31 05:59:36
Modified files:
net/zabbix : Makefile distinfo
net/zabbix/pkg : PLIST-web
Log message:
bugfix update to 2.0.5
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/31 06:04:29
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
fix feature(3p) manual, which was missing a generated table. spotted by espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 06:44:30
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: PLIST
Log message:
Put the rcscript at the end of the PLIST; otherwise the @exec fails because
of @cwd change.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/31 07:01:20
Modified files:
mail/zarafa : Makefile.inc
mail/zarafa/zarafa: Makefile distinfo
mail/zarafa/zarafa/patches:
patch-ECtools_zarafa-admin_zarafa-admin_cpp
patch-ECtools_zarafa-search_ECIndexDB_cpp
patch-ECtools_zarafa-search_zarafa-search_cpp
patch-common_Makefile_in
patch-configure patch-doc_manual_xml
patch-provider_libserver_ECSession_cpp
patch-provider_libserver_ECStatsTables_cpp
patch-provider_libserver_ZarafaCmd_cpp
patch-provider_server_ECServer_cpp
mail/zarafa/zarafa/pkg: PLIST-main
Log message:
update to 7.1.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:09:26
Modified files:
x11/gnome/photos: Makefile
Log message:
Fix LIB_DEPENDS; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:19:45
Modified files:
multimedia/gstreamer1/plugins-good: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by sthen@ and rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:23:26
Modified files:
multimedia/gstreamer-0.10/plugins-good: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by sthen@, rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:28:36
Modified files:
x11/gnome/totem: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by rpe@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 07:30:25
Modified files:
sys/conf : files
sys/dev/i2c : files.i2c
sys/dev/pci/drm: files.drm
Log message:
Unbreak the build on amd64 by making sure that inteldrm pulls in the generic
i2c bit-banging code. Requires us to move around the i2c_bitbang define.
Also move the onewire_bitbang define to be close to i2c_bitbang since they
are similar.
ok jsing@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/31 07:31:43
Modified files:
usr.sbin/pcidump: Makefile
Log message:
build this on octeon too
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 07:31:44
Modified files:
sys/dev : softraid_concat.c softraid_raid1.c
Log message:
More runtime value initialisation functions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:37:57
Modified files:
x11/gnome/gdlmm: Makefile distinfo
x11/gnome/gdlmm/pkg: PLIST
Removed files:
x11/gnome/gdlmm/patches: patch-codegen_m4_convert_gdl_m4
patch-gdl_src_dock_hg
patch-gdl_src_dockbar_ccg
patch-gdl_src_dockitem_ccg
patch-gdl_src_docklayout_ccg
patch-gdl_src_docklayout_hg
patch-gdl_src_dockobject_ccg
patch-gdl_src_dockobject_hg
patch-gdl_src_gdl_enum_defs
patch-gdl_src_gdl_method_defs
Log message:
Update to gdlmm-3.7.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:44:46
Modified files:
x11/gnome : Makefile
x11/gnome/nemiver: Makefile
Log message:
Hook up nemiver but mark it broken; needed so that it's registered in the
index.
req. by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:47:43
Modified files:
graphics/libgphoto2: Makefile distinfo
graphics/libgphoto2/patches: patch-Makefile_in
patch-tests_Makefile_in
graphics/libgphoto2/pkg: PFRAG.shared PLIST
Log message:
Minor update to libgphoto-2.5.1.
Take maintainer.
ok espie@ (former maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:48:44
Modified files:
graphics/gphoto2: Makefile distinfo
graphics/gphoto2/pkg: PLIST
Log message:
Minor update to gphoto-2.5.1.
Take maintainer.
ok espie@ (former maintainer)
CVSROOT: /cvs
Module name: www
Changes by: sebastia@cvs.openbsd.org 2013/03/31 07:49:33
Modified files:
. : 53.html
Log message:
2081 package for VAX for this release.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/31 07:58:02
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
m88k has shared libs now.
ok jasper@
CVSROOT: /cvs
Module name: www
Changes by: sebastia@cvs.openbsd.org 2013/03/31 08:03:22
Modified files:
. : want.html
Log message:
Don't need a notebook anymore. Got my hands on a Dell Latitude D630, but
it has a broken battery module, so ask for that instead.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 08:18:38
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Resort to I2C bit-banging on the SDVO port like Linux does. Using GMBUS simply
doesn't work reliably. On some machines you can talk to the SDVO chip, but
not to the DDC channel associated with it. On others ou can't even reliably
communicate with the SDVO chip.
Might make all sorts of digital video ports (DVI, HDMI) work. Some systems
need further changes to adjust timings in the I2C bit-banging code.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 08:41:00
Modified files:
audio/rhythmbox: Makefile
Log message:
Regen WANTLIB to unbreak.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/03/31 08:42:21
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
ooops, forgot to lower the define after my very last test: it's 10% not 99%
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 08:46:28
Modified files:
x11/gnome/empathy: Makefile
Log message:
Fix LIB_DEPENDS/WANTLIB to unbreak.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 09:44:53
Modified files:
sys/dev : softraid_aoe.c softraid_concat.c
softraid_crypto.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Use consistent error handling when validating the number of chunks
provided.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 09:46:11
Modified files:
sys/dev : softraid.c
Log message:
Use the discipline name instead of the product string when reporting the
attachment.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 09:53:59
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 09:56:00
Modified files:
x11/gnome/shell: Makefile
Log message:
Also needs to run depends on x11/gnome/controlcenter.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 10:00:19
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
Add a comment.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 10:41:45
Modified files:
usr.sbin/pcidump: Makefile
Log message:
unbreak tree
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:03:25
Modified files:
sys/dev : ksyms.c
Log message:
do not need machine/cpu.h directly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:04:28
Modified files:
sys/arch/hppa/hppa: genassym.cf
Log message:
NBPG and PGSHIFT are now available directly from cpp due to param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:06:34
Modified files:
sys/uvm : uvm_glue.c
Log message:
do not need machine/cpu.h directly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:07:03
Modified files:
sys/arch/amd64/include: cpu.h pmap.h
sys/arch/i386/include: cpu.h pmap.h
sys/arch/sh/include: pmap.h
sys/arch/sparc64/include: pmap.h pte.h
sys/arch/hppa/include: cpu.h pmap.h
sys/arch/alpha/include: pmap.h
Log message:
try to avoid pulling in pte.h and other more crazy things. Checked against
the things that libkvm needs.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/31 12:48:02
Modified files:
x11/e17 : Makefile.inc
x11/e17/e : Makefile distinfo
x11/e17/e/pkg : PLIST
Log message:
- update to enlightenment 0.17.1
- cleanup MASTER_SITES
- remove gthread-2.0 from WANTLIB as glib is always threaded now
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 13:08:25
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/31 13:12:37
Modified files:
security/gnupg : Makefile
Log message:
Update mirrors list and move ftp.gnupg.org at the bottom
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/31 13:17:47
Modified files:
lib/libc/net : getaddrinfo.3
Log message:
getaddrinfo is now thread-safe.
ok eric@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 13:23:08
Modified files:
lib/libc/sys : getpgrp.2
Log message:
Add a couple commas, as suggested by jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 13:41:23
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
graphics/colord/pkg: PLIST
Added files:
graphics/colord/patches: patch-client_cd-create-profile_c
patch-lib_colord_cd-icc_c
Removed files:
graphics/colord/patches: patch-configure_ac
patch-contrib_session-helper_cd-main_c
patch-lib_Makefile_am
patch-m4_intltool_m4
patch-src_Makefile_am
patch-src_cd-sensor_c
patch-src_cd-sensor_h
Log message:
Update to colord-0.1.32.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/31 13:42:10
Modified files:
lib/libc/asr : asr.c res_send_async.c
Log message:
Principle of least astonishment: implement nameserver retry/backoff as
in the former resolver.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 13:46:48
Modified files:
graphics/colord: Makefile
graphics/colord/patches: patch-src_cd-profile_c
Log message:
Forgot that part in previous.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/03/31 14:16:10
Modified files:
emulators/fs-uae: Makefile distinfo
emulators/fs-uae/patches: patch-Makefile patch-libfsemu_Makefile
emulators/fs-uae/pkg: PLIST README
Added files:
emulators/fs-uae/patches: patch-src_fs-uae_main_c
Removed files:
emulators/fs-uae/patches: patch-common_mk patch-example_conf
patch-src_fsusage_cpp
patch-src_od-fs_defines_h
patch-src_od-fs_mman_cpp
patch-src_od-fs_uae_host_cpp
Log message:
Update fs-uae to 2.2.0.
Upstream took most of our patches, they mostly have gone.
There is one remaining -O0 in the top level Makefile, which works
around an optimiser bug. Yay.
OK bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 14:23:14
Modified files:
mail/geary : Makefile
Log message:
dep on libgnome-keyring
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 14:23:45
Modified files:
geo/emerillon : Makefile
Log message:
sync wantlib, bump
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/31 15:09:33
Modified files:
games/prboom : Makefile distinfo
games/prboom/patches: patch-configure
games/prboom/pkg: PLIST
Added files:
games/prboom/patches: patch-src_SDL_i_sshot_c
Removed files:
games/prboom/patches: patch-src_m_misc_c
Log message:
Update to prboom-1.5.0.
comments & ok rfreeman@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 15:28:58
Modified files:
www/epiphany : Makefile
Log message:
sync wantlib/lib_depends
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/31 15:35:26
Modified files:
lang/python : Makefile.inc
lang/python/2.5: Makefile
lang/python/2.5/files: CHANGES.OpenBSD
lang/python/2.5/patches: patch-configure_in
lang/python/2.7: Makefile
lang/python/2.7/files: CHANGES.OpenBSD
lang/python/2.7/patches: patch-configure_in
lang/python/3.2: Makefile
lang/python/3.2/files: CHANGES.OpenBSD
lang/python/3.2/patches: patch-configure_in
Log message:
Fix a hardcoded INSTSONAME, which happens to be wrong for Python 2.7
Bump everyone's REVISION.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/31 15:46:53
Modified files:
etc : Makefile
Added files:
etc/skel : dot.cvsrc
Log message:
a default .cvsrc for skel.
okay deraadt@
some other people like that too.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 15:49:06
Modified files:
sys/sys : resource.h
Log message:
Put parens about negative #define values.
Hide struct loadavg as non-standard.
is already pulled in via , so don't do it again.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/31 15:52:02
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elfxx-mips.c elfxx-mips.h
Log message:
Replace the common_definition method in mips BFD backends with a routine
which correctly recognizes SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as
common symbols; this allows them to correctly be aligned to their natural
alignment.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 16:11:26
Modified files:
lib/libc/sys : fork.2 fsync.2 getitimer.2 getpeername.2
getpriority.2 getrusage.2 getsockname.2
Log message:
More SYNOPSIS, ERRORS, and STANDARDS updates
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/31 16:43:53
Modified files:
lib/librthread : rthread_np.c
Log message:
- Don't include guard pages in the stack size.
From Christian Schulte (cs at schulte.it)
- Use stack->sp instead of recalculating it. From guenther@
okay guenther@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/31 17:29:46
Modified files:
regress/libexec/ld.so/subst/prog1: Makefile
Log message:
Do not depend on the value of PATH to run.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 19:07:34
Modified files:
sys/kern : kern_resource.c
Log message:
Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX.
Use limfree() instead of decrementing the reference counter directly.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/31 19:23:51
Modified files:
emulators/sdlmess: Makefile distinfo
emulators/sdlmess/patches: patch-src_osd_sdl_sdl_mak
emulators/sdlmess/pkg: PLIST
Added files:
emulators/sdlmess/patches: patch-makefile patch-src_emu_fileio_h
patch-src_emu_machine_netlist_h
Removed files:
emulators/sdlmess/patches: patch-makefile_sdl
patch-src_osd_sdl_dview_c
Log message:
Update emulators/sdlmess to 0.148u1 - the same version as emulators/sdlmame
Take MAINTAINER
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/01 00:40:40
Modified files:
sys/dev/pci : if_nfe.c if_nfevar.h
Log message:
Rewrite receive filter and ioctl handling code.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/01 00:44:11
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/01 01:13:24
Modified files:
. : plus.html
Log message:
plus.html for March 18-24, checked by jj@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 01:27:19
Modified files:
x11/gpointing-device-settings: Makefile
x11/gpointing-device-settings/patches:
patch-modules_gnome-settings-daemon-plugins_gsd-touchpad-manager_c
patch-modules_gpds-touchpad-ui_c
patch-src_gpds-xinput-pointer-info_c
patch-src_gpds-xinput-utils_c
patch-src_gpds-xinput_c
patch-test_test-xinput-utils_c
x11/gpointing-device-settings/pkg: PLIST
Added files:
x11/gpointing-device-settings/patches: patch-data_mouse_ui
patch-data_pointingstick_ui
patch-data_touchpad_ui
patch-modules_gnome-settings-daemon-plugins_gsd-pointing-device-plugin_c
Log message:
Unbreak build, reported by sthen@
Probably needs more love to work with gnome-settings-daemon>=3.8.0 but at
least it builds now.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 01:47:26
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
fix alignment issue in the structure filled by gethostby{name,addr}()
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 01:52:06
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
simpler and saner implementation for tcp_write(). now fully handles
short writes.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/01 01:58:43
Modified files:
sys/dev : softraid_crypto.c
Log message:
Validate the I/O request when it is first received, rather than waiting
until disk I/O is performed. This avoids doing encryption for a write
that has an invalid I/O request. Additionally sr_crypto_wu_get() can
get the block number from the work unit, instead of decoding the SCSI
command (and failing to handle the invalid case).
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:04:15
Removed files:
x11/gnome/screensaver: distinfo
Log message:
Left-over.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:06:42
Removed files:
x11/gnome/libgnomekbd: Makefile distinfo
x11/gnome/libgnomekbd/pkg: DESCR PLIST
Log message:
Remove libgnomekbd; it's deprecated now and nothing uses it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:07:02
Modified files:
x11/gnome : Makefile
Log message:
-libgnomekbd
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:29:22
Modified files:
x11/gnome/totem: Makefile
Log message:
Explicitely add a dependency on nautilus; the RUN_DEPENDS are enough so
port-lib-depends-check failed to spot it...
reported by landry@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:33:44
Modified files:
x11/gnome/controlcenter/patches: patch-panels_Makefile_am
Log message:
tyops, no pkg chagne
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:34:21
Modified files:
x11/gnome/controlcenter/patches: patch-shell_Makefile_am
patch-shell_cc-panel-loader_c
Log message:
moar
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 02:54:07
Modified files:
lib/libc/asr : asr_private.h gethostnamadr_async.c
Log message:
rename field
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:56:31
Modified files:
productivity/glabels/patches: patch-src_merge-evolution_c
patch-src_merge-vcard_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:18:52
Modified files:
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
add bz url
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:25:03
Modified files:
x11/gnome/terminal/patches: patch-src_terminal-app_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:29:12
Modified files:
net/gupnp/tools/patches: patch-configure_ac
Log message:
pushed upstream
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 04:17:45
Modified files:
regress/lib/libc/asr: regress.sh
Log message:
add hostnames which triggered some bugs.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 04:18:28
Modified files:
regress/lib/libc/asr: Makefile
Log message:
tweak makefile now that asr is built by default.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 04:33:59
Modified files:
graphics/evince: Makefile distinfo
graphics/evince/pkg: PLIST-main
Removed files:
graphics/evince/patches: patch-data_evince_desktop_in_in
Log message:
- update to evince-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 04:43:13
Modified files:
net : Makefile
Removed files:
net/ruby-rrdtool: Makefile distinfo
net/ruby-rrdtool/patches: patch-extconf_rb
net/ruby-rrdtool/pkg: DESCR PLIST
Log message:
The port, the port, the port is on fire!
Remove unmaintained old ruby-rrdtool, there have been Ruby bindings in
the main rrdtool package for some time now, and this hasn't been updated
upstream to cope with newer versions of rrdtool. ok ajacoutot@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 05:35:02
Modified files:
x11/gtk+3 : Makefile
Log message:
Compile with -O0 on powerpc until I figure out what is going on.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 05:42:18
Modified files:
devel/libgtop2/patches: patch-src_daemon_server_c
patch-sysdeps_openbsd_prockernel_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: kettenis@cvs.openbsd.org 2013/04/01 05:53:52
Modified files:
devel/libffi : Makefile
Added files:
devel/libffi/patches: patch-src_x86_freebsd_S
Log message:
Fix stack alignment on i386.
ok jasper@, ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:53:56
Log message:
Import QOAuth, KDE 4 prerequisite.
QOAuth is an attempt to support interaction with OAuth-powered network
services in a Qt way, i.e. simply, clearly and efficiently.
okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/security/qoauth/Makefile
N ports/security/qoauth/distinfo
N ports/security/qoauth/pkg/DESCR
N ports/security/qoauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kettenis@cvs.openbsd.org 2013/04/01 05:54:39
Modified files:
devel/spidermonkey: Makefile
Added files:
devel/spidermonkey/patches:
patch-ctypes_libffi_src_x86_freebsd_S
Log message:
Fix stack alignment on i386.
ok jasper@, ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:55:32
Log message:
Import kQOAuth, optional KIPI plugins dependency that's too similar
to QOAuth.
kQOAuth is a library written in C++ for Qt that implements the OAuth
1.0 authentication specification RFC 5849 and is based on QOAuth
library. However, QOAuth's approach is improved in some ways.
kQOAuth main features:
* Easy integrated solution for retrieving user authentication and
access token.
* No external dependency to QCA.
* Convenient signals that can be used for easy OAuth authorization
process handling.
* Access to request objects that will wrap request signing and
network access, but still gives possibility for detailed control
of the authentication process for easier integration to existing
application logic.
okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/security/kqoauth/Makefile
N ports/security/kqoauth/distinfo
N ports/security/kqoauth/pkg/DESCR
N ports/security/kqoauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:56:58
Modified files:
security : Makefile
Log message:
Hook up qoauth and kqoauth.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 06:02:36
Log message:
Import libPGF, KDE 4 prerequisite.
PGF is an image file format based on discrete, fast wavelet transform
with progressive coding features, lossless and lossy compression.
It works best for natural and aerial images with a better compression
efficiency than JPEG.
a LOT of input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/graphics/libpgf/Makefile
N ports/graphics/libpgf/distinfo
N ports/graphics/libpgf/pkg/DESCR
N ports/graphics/libpgf/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 06:03:30
Modified files:
graphics : Makefile
Log message:
Hook up libpgf.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 06:15:21
Modified files:
textproc/source-highlight: Makefile distinfo
textproc/source-highlight/pkg: PLIST
Removed files:
textproc/source-highlight/pkg: PFRAG.shared
Log message:
update source-highlight to 3.1.7
- bump major in SHARED_LIBS
- trim HOMEPAGE
- regen WANTLIST
- extend BUILD_DEPENDS to have current manpages and API docs
- add TEST_DEPENDS to enable successful tests
- remove YACC as it's correctly detected
- remove post-extract, the script is executable after extraction
- use a pre-configure hook to use gsed in the tests/Makefile.in
- remove the PFRAG.shared file, as the .so file lives now in PLIST
- remove the %%SHARED%% marker from PLIST accordingly
- adjust the @sample line for the renamed the bash completion file
feedback and ok aja@ sthen@
CVSROOT: /cvs
Module name: www
Changes by: rpe@cvs.openbsd.org 2013/04/01 06:41:59
Modified files:
faq/ports : testing.html
Log message:
assorted improvments for the testing guide
- remove link to anoncvs.html, the reference to currentl.html should
be enough to find all the infos on how to upgrade a system to
-current
- provide a command to download and check distfiles from all
defined MASTER_SITES
- emphasize, that extract itself does not install the dependencies,
but the prepare target does.
- remove the part where we talk about setting USE_LIBTOOL=Yes
to use the base libtool, now that it's the default
- in this context, SEPARATE_BUILD should be yes or unset
- add some text about setting TEST_DEPENDS
- put lib-depends-check below the package target, as it's more
obvious to check the port BEFORE packaging it
- some for files, targets and variables
ok aja@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 06:52:24
Modified files:
sys/arch/m88k/include: param.h
Log message:
Unbreak 1.16
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 06:55:27
Modified files:
sys/arch/hp300/stand/common: hd.c
sys/arch/hp300/stand/include: samachdep.h
Log message:
Let the hp300 boot blocks compile again after all the md include churning.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:02:14
src/distrib/notes/octeon
Update of /cvs/src/distrib/notes/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv25044/octeon
Log Message:
Directory /cvs/src/distrib/notes/octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:02:48
Added files:
distrib/notes/octeon: contents features hardware install prep
upgrade whatis xfer
Log message:
first draft of octeon notes
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:03:07
Modified files:
distrib/notes : Makefile
Log message:
add octeon
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 07:11:35
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
make the distinfo check silent, for ports without distfiles (and no distinfo
either)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:26:53
Modified files:
x11/yad : Makefile distinfo
Log message:
- update to yad-0.20.2
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/01 07:40:32
Modified files:
emulators/qemu : Makefile
Added files:
emulators/qemu/patches: patch-include_qemu_timer_h
Log message:
Update the get_clock() function so it will utilize clock_gettime() with
monotonic time on OpenBSD instead of using gettimeofday().
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 07:50:42
Modified files:
x11/gnome/vino : Makefile
Removed files:
x11/gnome/vino/patches: patch-capplet_vino-preferences_c
patch-capplet_vino-preferences_ui
Log message:
Remove these patches, they are wrong.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 08:04:06
Modified files:
distrib/notes/octeon: install
Log message:
zap an XXX, nothing here yet.
spotted by bcallah@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/04/01 08:04:32
Modified files:
distrib/sets/lists/xbase: md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 08:05:37
Added files:
net/libbind : Makefile distinfo
net/libbind/pkg: DESCR PLIST
Log message:
reinstate libbind (the bind resolver), for use by ports which poke in the
resolver's internals, such as net/mtr. ok brad@ naddy@
CVSROOT: /cvs
Module name: xenocara
Changes by: naddy@cvs.openbsd.org 2013/04/01 08:08:04
Modified files:
lib/libxcb/src : config.h
Log message:
Enable the use of getaddrinfo(). This allows X11 clients to talk
to a remote server over IPv6 again. ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 08:08:26
Modified files:
net/mtr : Makefile
net/mtr/patches: patch-gtk_c
Removed files:
net/mtr/patches: patch-configure
Log message:
Switch mtr to using the resolver from libbind, as it wants to poke at
internals not available with asr. This also unbreaks some use with the gtk
version (there are still problems but "mtr somehost" from the command line
now works with gtk). ok brad@ naddy@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/01 08:30:32
Modified files:
net/znc : Makefile
Added files:
net/znc/patches: patch-configure_ac patch-src_Socket_cpp
Log message:
Enable the threaded DNS support for znc now that our getaddrinfo()
is thread-safe. Remove an incredibly stupid autoconf test which
assumes that the lack of the getaddrinfo() flag AI_ADDRCONFIG means
getaddrinfo() is not thread-safe. Although that was the case in the
past and properly resulted in the threaded DNS support not being
utilized on OpenBSD/NetBSD it is no longer true.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/01 09:17:32
Modified files:
sys/dev : softraid_crypto.c
Log message:
Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects the
fact that it is used to generate I/O to the underlying device.
Input from/ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 09:28:47
Modified files:
infrastructure/templates: mk.conf.template
Log message:
One more goody after REGRESS => TEST: remove NO_REGRSS from list of
poisoned variables.
ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 09:49:54
Modified files:
lib/libc/asr : asr.c asr.h asr_debug.c asr_private.h
asr_utils.c async_resolver.3
getaddrinfo_async.c gethostnamadr.c
gethostnamadr_async.c getnetnamadr.c
getnetnamadr_async.c res_search_async.c
res_send_async.c
Log message:
space cleanup; ok eric
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/01 10:01:21
Modified files:
net/transmission: Makefile
net/transmission/pkg: DESCR-gtk DESCR-main DESCR-qt
Log message:
more informative description; ok brad@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 10:04:03
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
space cleanup; ok eric
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 10:04:33
Modified files:
www/p5-HTTP-Body: Makefile distinfo
Log message:
update to a version which is on CPAN mastersites
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/01 10:08:00
Modified files:
usr.bin/sdiff : sdiff.c
Log message:
Avoid memory leak while parsing diff's output.
ok lteo
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/01 10:11:32
Modified files:
usr.sbin/smtpd : aliases.c
Log message:
'#' starts a comment, not a line continuation.
ok gilles
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 10:26:59
Modified files:
databases/evolution-data-server: Makefile
Log message:
Regen WANTLIb => does not depend on libgnome-keyring anymore.
Does not need bison anymore.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/01 10:49:53
Modified files:
lang/python : python.port.mk
Log message:
expose _MODPY_BIN_ADJ (remove underscore)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/01 10:55:27
Added files:
etc/root : dot.cvsrc
Log message:
unbreak release, sorry krw@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 11:02:27
Log message:
thanks to dancer, here's a small local webapp that uses sqlports and
pkglocatedb to give you a browsable portstree.
Enjoy !
okay sthen@ with a few tweaks
Status:
Vendor Tag: espie
Release Tags: ports
N ports/databases/ports-readmes-dancer/Makefile
N ports/databases/ports-readmes-dancer/distinfo
N ports/databases/ports-readmes-dancer/files/config.yml.sample
N ports/databases/ports-readmes-dancer/files/ports-readmes
N ports/databases/ports-readmes-dancer/pkg/PLIST
N ports/databases/ports-readmes-dancer/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 11:03:05
Modified files:
databases : Makefile
Log message:
+ports-readmes-dancer, so that the selfref link will work
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 11:16:32
Modified files:
audio/xmp : Makefile
audio/xmp/pkg : PLIST-main
Removed files:
audio/xmp/pkg : DESCR-bmp PLIST-bmp
Log message:
remove -bmp subpackage, audio/bmp is gone
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 11:18:20
Modified files:
sys/arch/amd64/include: signal.h
sys/arch/hppa/include: signal.h
sys/arch/hppa64/include: signal.h
sys/arch/i386/include: signal.h
sys/arch/m68k/include: signal.h
sys/arch/sparc/include: signal.h
sys/arch/sparc64/include: signal.h
Log message:
Do not expose the trap T_* values to userland, since they invade the
namespace a bit much. These are the names for the value encoded in
core.c_ucode or siginfo.si_trapno, but userland never looks directly
and only cares about the abstract signal code.
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/01 11:51:56
Modified files:
usr.sbin/ldomctl: config.c
Log message:
Some firmware revisions on UltraSPARC T2 machines apparently insist on having
"rngs" and "rng" nodes in the Hypervisor machine description.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 12:04:07
Modified files:
graphics/dia : Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 12:26:00
Modified files:
net/nagios/cnagios: Makefile distinfo
Log message:
update cnagios to 0.30
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 12:27:43
Modified files:
net/nagios/p5-Nagios-Plugin: Makefile distinfo
Log message:
update p5-Nagios-Plugin to 0.36
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 13:12:14
Modified files:
sys/arch/loongson/conf: Makefile.loongson
sys/arch/octeon/conf: Makefile.octeon
sys/arch/sgi/conf: Makefile.sgi
Log message:
Build mips kernels with -G 0, to disable use of so-called `small' data and
bss sections. The current kernel linker script is not gp-friendly enough for
that; and while gas 2.15 was not attempting to output gp-relative relocations
for variables which might have ended up in .sdata or .sbss, gas 2.17 will,
and the kernel will fail to link.
To be improved eventually with a better kernel ld script putting the
gp-addressable sections close enough to gp... and making sure kernel gp is
reloaded in all the userland->kernel code paths which might need gp in the
kernel.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 13:25:57
Modified files:
mail/roundcubemail: Tag: OPENBSD_5_2 Makefile distinfo
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-config_main_inc_php_dist
mail/roundcubemail/pkg: Tag: OPENBSD_5_2 PLIST
Log message:
Oops, upstream's 0.7.4 release of roundcubemail appears to have been made
from the wrong branch, as found the hard way by jung@. Switch to a distfile
I have rolled from their github tree.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 13:29:16
Modified files:
x11/gnome/settings-daemon: Makefile
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_c
patch-plugins_cursor_gsd-cursor-manager_h
Log message:
Fix a runtime crash due to our old xserver.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/01 13:49:53
Modified files:
sys/dev/usb : ugen.c usb_subr.c usbdi.h
Log message:
Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()
and move it to usb_subr.c.
OK mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 13:56:41
Modified files:
audio/fluidsynth: Makefile
Log message:
Record depend on libsndfile, autoconf picks it up and it's reasonable small.
Explicitly disable some other things autoconf looks for which we don't currently
have but are in the realms of possibility. Based on a diff from Jan Stary.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 14:16:31
Modified files:
lib/libc/stdio : printf.3
lib/libc/sys : access.2 chmod.2 chown.2 link.2 mkdir.2
mkfifo.2 mknod.2 readlink.2 rename.2 stat.2
symlink.2 unlink.2 wait.2
Log message:
When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.
general idea ok otto@ millert@
actual diff ok jmc@ schwarze@
CVSROOT: /cvs
Module name: ports
Changes by: tobias@cvs.openbsd.org 2013/04/01 14:20:22
Modified files:
devel/cvsweb : Makefile
devel/cvsweb/pkg: README
Log message:
Update README after perl upgrade.
ok sthen
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 14:22:27
Modified files:
lib/libc/asr : asr.c res_mkquery.c res_search_async.c
Log message:
properly check for domain name truncation at various places and fail
if that happens.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 14:41:12
Modified files:
lib/libc/asr : asr.c
Log message:
If more than one lookup line is found in resolv.conf, the latest one
takes precedence. Simplify code while there.
suggested by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 15:37:28
Modified files:
net/sslh : Makefile distinfo
net/sslh/patches: patch-Makefile patch-sslh_pod
net/sslh/pkg : PLIST
Added files:
net/sslh/patches: patch-basic_cfg patch-example_cfg
Removed files:
net/sslh/patches: patch-sslh_main_c
Log message:
update to sslh 1.14, from Bjorn Ketelaars.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 15:43:37
Modified files:
net/nagios/check_mssql_health: Makefile distinfo
Log message:
Update to check_mssql_health 1.5.19, inadvertently prompted by rpe@ ;-)
Switch to gtar, the distfile uses extended pax headers.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 15:48:34
Modified files:
net/nagios/check_postgres: Makefile distinfo
net/nagios/check_postgres/pkg: PLIST
Log message:
update check_postgres to 2.20.0
ok sthen@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/01 16:02:15
Log message:
Import prboom-plus.
Modified PrBoom port with uncapped framerate, variable gamespeed,
re-record, walkcam, chasecam, full mouselook, fov and other features
without loss of compatibility with original DOOM.
Not intended to replace the prboom package, this port has additional
features particularly interesting to fans of demo recording/playback.
OK bentley@, brad@
Status:
Vendor Tag: rfreeman
Release Tags: rfreeman_20130401
N ports/games/prboom-plus/Makefile
N ports/games/prboom-plus/distinfo
N ports/games/prboom-plus/pkg/PLIST
N ports/games/prboom-plus/pkg/DESCR
N ports/games/prboom-plus/pkg/README
N ports/games/prboom-plus/patches/patch-data_Makefile_am
N ports/games/prboom-plus/patches/patch-data_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/01 16:16:24
Modified files:
games : Makefile
Log message:
add prboom-plus.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/01 16:51:39
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
There is no IPv6 default scope in OpenBSD. Remove leftovers.
No binary change.
OK claudio@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/01 16:58:29
Modified files:
sys/netinet6 : in6_proto.c
Log message:
Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same.
Ok claudio@
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/04/01 18:46:47
Modified files:
sys/dev/acpi : acpithinkpad.c
Log message:
recognize and ignore power change event from newer thinkpads
group and sort ignored events
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 20:37:41
Modified files:
sbin/dhclient : parse.c
Log message:
Don't assume sizeof(time_t)==4
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 20:50:49
Modified files:
usr.sbin/yppoll: yppoll.c
Log message:
handle long time_t; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:05:37
Modified files:
sbin/dumpfs : dumpfs.c
Log message:
Use a time_t variable with ctime()
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 21:06:07
Modified files:
usr.sbin/rwhod : rwhod.c
Log message:
handle large time_t at least until 2038. then chaos breaks out.
ok guenther
note to tedu: 2038 -> rwhod
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:06:18
Modified files:
sbin/isakmpd : connection.c timer.c
Log message:
Stop assuming time_t is long
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 21:21:20
Modified files:
usr.sbin/rtadvd: dump.c
Log message:
tv_sec is not neccessarily the same type (or size) as time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/04/01 21:34:31
Modified files:
sys/sys : mbuf.h
Log message:
Remove "/IPv4" from the comments of the M_{TCP,UDP}_CSUM_IN_* flags,
since they are also used for TCP or UDP checksums over IPv6 (originally
pointed out by naddy@ when I was updating the mbuf(9) man page).
ok bluhm claudio
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:38:24
Modified files:
sys/sys : socket.h
Log message:
Use internal types instead of the old BSD u_int#_t types in the
standard portion of the header.
Most of the diff from James Turner (james (at) calminferno.net)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:16:39
Modified files:
sbin/fsirand : fsirand.c
Log message:
handle time_t which is not u_int32_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:40:21
Modified files:
usr.bin/calendar: day.c
Log message:
handle large time_t in DEBUG code
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:58:54
Modified files:
usr.bin/ranlib : touch.c
Log message:
handle larger time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:01:23
Modified files:
usr.bin/ranlib : touch.c
Log message:
kill useless cast
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:04:47
Modified files:
usr.sbin/user : user.c
Log message:
for parsing time values, fall back to atoll() for time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 23:16:14
Modified files:
include : utime.h time.h
Log message:
Pull in instead of in prep for the future
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:22:05
Modified files:
sbin/scan_ffs : scan_ffs.c
Log message:
handle large time_t
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 00:04:50
Modified files:
usr.bin/top : utils.c
usr.sbin/authpf: authpf.c
Log message:
Handle big time_t
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 00:36:55
Modified files:
distrib/sets/lists/etc: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/02 01:15:03
Modified files:
regress/libexec/ld.so/df_1_noopen: Makefile
Log message:
Let this work on gcc < 4, which don't accept /dev/null as a valid input file.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 01:22:31
Modified files:
x11/gnome/settings-daemon: Makefile
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Fix a warning.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 02:30:32
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/02 02:54:37
Modified files:
sys/net : if.c if.h if_trunk.c if_vlan.c
Log message:
Instead of storing the link-level address of every interface in a global
array indexed by interface numbers, add a new field to the interface
descriptor pointing to it.
claudio@ and todd@ like it, ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/02 03:17:14
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
change log format to fix warning
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 04:06:37
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : PLIST-main
x11/gtk+3 : Makefile
x11/gtk+3/pkg : PLIST-main
Added files:
x11/gtk+2/pkg : README-main
x11/gtk+3/pkg : README-main
Log message:
Add a pkg-readme explaining how to change the default "Print Preview"
command since not everyone wants to install evince just for that.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 04:10:15
Modified files:
audio/fluidsynth: Makefile
Log message:
fix HOMEPAGE, noted by Jan Stary (but I used a different url).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 04:14:20
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : README-main
x11/gtk+3 : Makefile
x11/gtk+3/pkg : README-main
Log message:
Extend previous.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:38:12
Modified files:
net/vsftpd : Makefile
net/vsftpd/pkg : PLIST
Added files:
net/vsftpd/pkg : vsftpd.rc
Removed files:
net/vsftpd/patches: patch-defs_h
Log message:
Add an rc script to vsftpd, and replace a sysconfdir patch with a perl -pi -e
subst as the port is already using for a couple of other files. ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:40:36
Log message:
Import security/easy-rsa, which is split off from OpenVPN in 2.3+.
From Bjorn Ketelaars, ok benoit@
Easy-RSA is a small RSA key management package, based on the openssl
command line tool, that can be found in the easy-rsa subdirectory
of the OpenVPN distribution. While this tool is primarily concerned
with key management for the SSL VPN application space, it can also
be used for building web certificates.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130402
N ports/security/easy-rsa/Makefile
N ports/security/easy-rsa/distinfo
N ports/security/easy-rsa/patches/patch-Makefile_in
N ports/security/easy-rsa/pkg/DESCR
N ports/security/easy-rsa/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:41:02
Modified files:
security : Makefile
Log message:
+easy-rsa
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 05:43:13
Modified files:
devel/p5-Try-Tiny: Makefile
Log message:
fix quoting in comment so that $@ ends up as it should
bump revision.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 06:26:11
Modified files:
x11/gnome/empathy: Makefile
Log message:
port-lib-depends-check failed again... missing dep on devel/libnotify.
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 06:29:44
Modified files:
sys/dev/pci/drm: radeon_drv.c
Log message:
Remove Evergreen ids people have incorrectly added to radeondrm.
There is currently no support for Evergreen/R800. ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/04/02 06:34:31
Modified files:
security/stunnel: Makefile distinfo
Log message:
update to 4.56; OK benoit@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 06:39:36
Modified files:
databases/ports-readmes-dancer: Makefile distinfo
Log message:
cosmetic changes: zap the extra .swp file,
have lists be without bullet on ffx too,
align the search requester using tables
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/02 07:24:57
Modified files:
sys/arch/sparc64/include: trap.h
sys/arch/sparc64/sparc64: trap.c
Log message:
Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already,
and we've started using %g7 as a per-thread register now. If you have any
binaries left that use this flag they'll probably crash and burn!
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/02 07:40:31
Modified files:
sys/dev/pci : if_nxe.c
Log message:
Set the IFF_ALLMULTI flag as appropriate.
ok dlg@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/02 07:43:40
Modified files:
sys/dev/pci : if_tht.c
Log message:
- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET
instead of calling tht_iff() directly.
- Add a comment in tht_up() about the use of tht_iff().
- Have tht_iff() set IFF_ALLMULTI when in promisc mode.
ok dlg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 08:08:43
Modified files:
x11/gnome/shell: Makefile
x11/gnome/gdm : Makefile
Log message:
Switch the icon-theme-symbolic dependency.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 08:09:23
Modified files:
audio/xmp : Makefile
Log message:
audio/bmp is gone, so don't try to enable the bmp plugin
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 08:27:59
Modified files:
infrastructure/plist: amd64 i386 sparc64
Log message:
5.3 CD packages
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 08:41:05
Modified files:
www/drupal6/CKeditor: Makefile distinfo
www/drupal6/CKeditor/pkg: PLIST
www/drupal6/ctools: Makefile distinfo
www/drupal6/publishcontent: Makefile distinfo
www/drupal6/publishcontent/pkg: PLIST
www/drupal6/user_import: Makefile distinfo
www/drupal6/user_import/pkg: PLIST
www/drupal6/user_readonly: Makefile distinfo
Log message:
a few minor updates, including some security concerns
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 09:12:08
Modified files:
databases/ports-readmes-dancer: Makefile distinfo
Log message:
show maintainer's name (but not email address) and allow to search for
a given maintainer.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 09:15:53
Modified files:
net/hping : Makefile
net/hping/patches: patch-send_c
net/hping/pkg : DESCR
Added files:
net/hping/patches: patch-getlhs_c
Log message:
Allow hping to handle pppoe interfaces. While there, improve license marker
and add a note about PF running on the sending host to DESCR.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/02 09:41:23
Modified files:
lang/ruby : ruby.port.mk
Log message:
Tweak previous: escape all the dots in ${PATCHORIG}, not first one only.
Based on Jérémie Courrèges-Anglas, thanks!
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 09:50:58
Modified files:
net/sslh : Makefile
Log message:
add Bjorn Ketelaars as MAINTAINER.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 09:54:20
Modified files:
productivity/zeitgeist: Makefile
Log message:
bump EPOCH since the version number went backwards; ok espie@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/04/02 10:05:09
Modified files:
. : want.html
Log message:
remove old requests likely fullfilled
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:11:44
Modified files:
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
Log message:
Add a "convenient dependency" on gnome-icon-theme-symbolic to prevent
hunting what needs what:
=> some apps need more icons than the stock ones
=> some apps require symbolic icons with no fallback
=> some apps needs the svg version of the icon
It makes no sense to hunt all the ports tree source files to check what
icon are used exactly. That means than from now on we are _certain_ not
to miss any icons in gtk applications that are run outside of a full
blown Desktop environment.
no objection from landry@ naddy@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:16:47
Modified files:
audio/gimmix : Makefile
audio/musique : Makefile
graphics/evince: Makefile
mail/evolution : Makefile
net/gupnp/tools: Makefile
productivity/rubrica2: Makefile
www/chromium : Makefile
www/gtkhtml3 : Makefile
www/gtkhtml4 : Makefile
www/minitube : Makefile
x11/faenza-icon-theme: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/empathy: Makefile
x11/gnome/eog : Makefile
x11/gnome/gedit: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/totem: Makefile
x11/gnome-colors-icon-theme: Makefile
x11/gnome-mplayer: Makefile
x11/nitrogen : Makefile
x11/pcmanfm : Makefile
x11/podbrowser : Makefile
x11/tangerine-icon-theme: Makefile
x11/tango-icon-theme: Makefile
Log message:
No need to explicitely depend on gnome-icon-theme anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:19:00
Modified files:
x11/gnome/icon-theme-extras: Makefile
x11/gnome/icon-theme-extras/pkg: PLIST
Log message:
x11/gnome/icon-theme is not needed for building.
As for running, remove the dependency: it's only usefull with gtk which
already bring gnome-icon-theme.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:21:19
Modified files:
www/midori : Makefile
x11/xfce4/thunar: Makefile
Log message:
Missed in previous.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 10:38:37
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
better implementation for tcp_read() that can get the packet length in
multiple read.
prodded by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:41:21
Modified files:
editors/libreoffice: Makefile
games/belooted : Makefile
games/gbrainy : Makefile
games/gnome-mastermind: Makefile
games/pioneers : Makefile
geo/gmapcatcher: Makefile
graphics/shotwell: Makefile
misc/gramps : Makefile
misc/redshift : Makefile
productivity/tryton/tryton: Makefile
textproc/catfish: Makefile
x11/nagstamon : Makefile
x11/roxterm : Makefile
x11/xfce4/xfce4-dict: Makefile
x11/xpad : Makefile
Log message:
Remove the librsvg dependency from the gtk ports, _except_ when it's a
build or lib depends... i.e. just remove the RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 11:26:34
Modified files:
cad/pcb : Makefile
games/gbrainy : Makefile
games/pioneers : Makefile
graphics/comix : Makefile
net/gajim : Makefile
productivity/gnucash: Makefile
productivity/zim: Makefile
textproc/gtranslator: Makefile
Log message:
Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/02 11:37:03
Modified files:
. : 53.html
Log message:
Minor grammar nit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 11:45:46
Modified files:
x11/gnome/alacarte: Makefile
x11/gnome/eog : Makefile
x11/gnome/orca : Makefile
Log message:
No need to build_depends on gtk+2,-guic.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/02 12:27:47
Modified files:
sys/netinet : in_pcb.c ip_divert.c raw_ip.c tcp_input.c
tcp_subr.c udp_usrreq.c
sys/netinet6 : ip6_divert.c
Log message:
Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL
instead of 0 for pointers. No binary change.
OK mpi@
CVSROOT: /cvs
Module name: www
Changes by: reyk@cvs.openbsd.org 2013/04/02 14:02:24
Modified files:
papers : index.html
Added files:
papers : openiked-asiabsdcon2013.pdf
openiked-slides-asiabsdcon2013.pdf
relayd-asiabsdcon2013.pdf
relayd-slides-asiabsdcon2013.pdf
Log message:
Add my slides and papers from AsiaBSDCon 2013.
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/04/02 14:26:17
Modified files:
bin/mkdir : mkdir.c
Log message:
Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying
to create overlapping paths in parallel could error out. ok millert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 15:23:17
Modified files:
lib/libc/asr : asr_utils.c
Log message:
make sure we always point before the current offset.
spotted by matthew@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/02 15:32:06
Modified files:
sys/sys : uio.h
Log message:
Use __off_t instead of off_t to make this usable on its own even in our
default compilation environment.
ok espie@, millert@, guenther@
CVSROOT: /cvs
Module name: www
Changes by: naddy@cvs.openbsd.org 2013/04/02 15:46:16
Modified files:
papers : index.html
Log message:
un-reverse Reyk's slides and papers
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 15:57:33
Modified files:
lib/libc/asr : res_send_async.c
Log message:
add comment for how EINPROGRESS is handled there.
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/02 18:03:25
Modified files:
emulators/BasiliskII: Makefile
emulators/BasiliskII/patches: patch-src_Unix_configure_ac
Log message:
remove dep on esound, disable esound in configure, enable sdl audio, remove
-pthread patch as its not needed, remove USE_GROFF, GPLv2+ license marker.
OK brad@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/02 18:06:28
Removed files:
emulators/BasiliskII/patches: patch-src_Unix_configure_ac
Log message:
remove -pthread patch, from last change
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/04/02 21:00:31
Modified files:
devel/cppcheck : Makefile distinfo
Log message:
update to 1.59; mostly from sthen@
while I am there, enable support for compiled patterns. a python script is used to convert match patterns to C++ code.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:10:42
Modified files:
usr.sbin/relayctl: relayctl.c
Log message:
Handle big time_t
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:11:53
Modified files:
lib/libc/stdio : open_memstream.c open_wmemstream.c
regress/lib/libc/orientation: orientation_test.c
Log message:
Set the stream orientation in open_{,w}memstream().
Check it in the regress test
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:13:32
Modified files:
lib/libsndio : sio.c sio_priv.h
Log message:
Handle big time_t.
Use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday() when measuring
time intervals for debugging output.
ok ratchov@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:15:59
Modified files:
lib/libc/sys : wait.2
Log message:
Drop an unnecessary #include
reminded by schwarze@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 21:20:39
Modified files:
usr.sbin/rbootd: utils.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:36:25
Modified files:
bin/systrace : openbsd-syscalls.c
Log message:
LFS option is long gone
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:39:29
Modified files:
lib/libc/stdlib: _Exit.c
Log message:
Update a comment about standards requirements
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 22:12:23
Modified files:
usr.bin/rup : rup.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 22:12:49
Modified files:
usr.bin/rusers : rusers.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 23:29:06
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
match linux 3.8.5 and backout the 'try to train DP even harder' commit
which introduced a bogus check that could lead to an infinite loop
in some eDP setups.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 23:57:00
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
fix EDID detailed timing vsync parsing
from linux 3.8.5
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/03 00:03:58
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
fix EDID detailed timing frame rate
from linux 3.8.5
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:20:50
Modified files:
x11/xfce4/thunar-archive: Makefile
devel/monodevelop: Makefile
x11/gnome/banshee: Makefile
x11/tango-icon-theme: Makefile
Log message:
No need to build_depends on gtk+2,-guic nor shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:23:25
Modified files:
net/haproxy : Makefile
Added files:
net/haproxy/patches: patch-src_proto_http_c
Log message:
Security fix for CVE-2013-1912, haproxy may crash on TCP content inspection rules
Patch from upstream git.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:26:57
Modified files:
cad/geda-gaf : Makefile
Log message:
Add a comment about shared-mime-info and desk-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:37:10
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
patch-src_rpc_virnetsocket_c
Log message:
- update to libvirt-1.0.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:40:10
Modified files:
devel/spice-protocol: Makefile distinfo
Log message:
- update to spice-protocol-0.12.5
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/03 00:41:54
Modified files:
devel/py-hgtools: Makefile distinfo
devel/py-hgtools/pkg: PLIST
Log message:
- update py-hgtools to 3.0.1
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:42:28
Modified files:
x11/gnome/nautilus: Makefile
x11/gnome/planner: Makefile
Log message:
Drop BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:45:31
Modified files:
x11/pinot : Makefile
x11/rox-filer : Makefile
Log message:
Drop build depends on shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:49:47
Modified files:
audio/exaile : Makefile
audio/exaile/pkg: PLIST
Log message:
Missing update-desktop-database goo in PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:53:08
Modified files:
cad/gerbv : Makefile
Log message:
Add --disable-update-desktop-database to CONFIGURE_ARGS and no need to
depend on update-desktop-database for building.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:57:56
Modified files:
audio/pykaraoke: Makefile
audio/pympd : Makefile
devel/git-cola : Makefile
geo/gmapcatcher: Makefile
print/system-config-printer: Makefile
www/epiphany : Makefile
Log message:
Do not build_depends on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/03 00:57:57
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
- update pngcrush to 1.7.56
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:01:32
Modified files:
math/octave : Makefile
Log message:
Add comment about desktop-file-install(1).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:13:19
Modified files:
x11/gnome/icon-theme: Makefile
x11/gnome/icon-theme-symbolic: Makefile
Log message:
We can get away with the gtk-update-icon-cache build dependency.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:13:33
Modified files:
cad/kicad : Makefile
Log message:
Uneeded build_depends on misc/shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:23:51
Modified files:
audio/ardour : Makefile
Log message:
Add comment about the fd.or utilities.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/03 01:36:57
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem_evict.c
Log message:
move i915_gem_find_inactive_object() into i915_gem_evict.c
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:41:15
Modified files:
x11/gnome/icon-theme: Makefile
Log message:
Remove deprecated comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:51:31
Modified files:
textproc/calibre: Makefile
textproc/calibre/pkg: PLIST
Log message:
Missing RUN_DEPENDS.
Remove uneeded goo.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:52:29
Modified files:
net/gajim : Makefile
Log message:
Fix build/run dep.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:53:31
Modified files:
print/system-config-printer: Makefile
Log message:
Fix RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:08:21
Modified files:
x11/industrial-icon-theme: Makefile
x11/tangerine-icon-theme: Makefile
Log message:
librsvg is not needed at build time.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:11:23
Modified files:
games/pioneers : Makefile
Log message:
Remove librsvg.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:15:15
Modified files:
games/pioneers : Makefile
Log message:
Oops, wrong Makefile, revert previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:16:43
Modified files:
inputmethods/ibus: Makefile
Log message:
librsvg is implied.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/03 02:19:10
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp
patch-base_base_gypi
patch-base_debug_debugger_posix_cc
patch-base_debug_stack_trace_h
patch-base_debug_stack_trace_posix_cc
patch-base_process_util_openbsd_cc
patch-base_sys_info_openbsd_cc
patch-base_sys_info_posix_cc
patch-build_all_gyp
patch-build_linux_python_arch_sh
patch-chrome_app_chrome_main_delegate_cc
patch-chrome_browser_chrome_browser_main_posix_cc
patch-chrome_browser_component_updater_component_updater_configurator_cc
patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc
patch-chrome_browser_memory_details_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_extensions_gypi
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_notification_types_h
patch-chrome_common_chrome_paths_cc
patch-chrome_test_automation_proxy_launcher_cc
patch-chrome_test_perf_perf_test_cc
patch-chrome_test_ui_ui_test_cc
patch-chrome_tools_build_linux_sed_sh
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_gpu_gypi
patch-content_plugin_plugin_main_linux_cc
patch-content_renderer_renderer_main_platform_delegate_linux_cc
patch-media_audio_openbsd_audio_manager_openbsd_cc
patch-media_media_gyp
patch-net_base_net_util_cc
patch-net_base_network_change_notifier_cc
patch-net_disk_cache_disk_format_h
patch-net_http_http_network_session_cc
patch-net_net_gyp
patch-net_socket_socks5_client_socket_cc
patch-ppapi_shared_impl_private_net_address_private_impl_cc
patch-printing_backend_cups_helper_cc
patch-printing_printing_gyp
patch-skia_ext_SkThread_chrome_cc
patch-skia_skia_gyp
patch-third_party_WebKit_Source_WTF_wtf_NumberOfCores_cpp
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h
patch-third_party_ffmpeg_libavcodec_pthread_c
patch-third_party_ffmpeg_libavcodec_x86_cabac_h
patch-third_party_ffmpeg_libavcodec_x86_h264_i386_h
patch-third_party_iccjpeg_iccjpeg_gyp
patch-third_party_icu_public_common_unicode_popenbsd_h
patch-third_party_libXNVCtrl_libXNVCtrl_gyp
patch-third_party_libjingle_source_talk_base_nethelpers_cc
patch-third_party_libusb_libusb_gyp
patch-third_party_libvpx_libvpx_gyp
patch-third_party_libvpx_obj_int_extract_sh
patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c
patch-third_party_libvpx_unpack_lib_posix_sh
patch-third_party_libyuv_libyuv_gyp
patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h
patch-third_party_yasm_source_config_openbsd_config_h
patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h
patch-tools_clang_scripts_plugin_flags_sh
patch-tools_gyp_pylib_gyp_generator_make_py
patch-ui_base_l10n_l10n_util_cc
patch-ui_gfx_codec_png_codec_cc
patch-webkit_plugins_npapi_plugin_list_posix_cc
patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches: patch-breakpad_breakpad_gyp
patch-build_common_gypi
patch-chrome_browser_browser_resources_grd
patch-chrome_browser_extensions_system_info_event_router_cc
patch-chrome_browser_plugins_plugins_resource_service_cc
patch-chrome_browser_speech_tts_controller_cc
patch-third_party_ffmpeg_libavutil_mem_c
patch-third_party_libXNVCtrl_NVCtrl_c
patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc
patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h
patch-ui_base_strings_app_locale_settings_grd
patch-v8_src_atomicops_h
patch-webkit_media_filter_helpers_cc
Removed files:
www/chromium/patches: patch-remoting_remoting_gyp
Log message:
- update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
at this point
- re-enable SSE2 support
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:20:44
Modified files:
net/arm : Makefile
Log message:
No need for librsvg.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 03:41:31
Modified files:
print/hplip : Makefile
Log message:
Needs lsusb.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 05:23:31
Modified files:
www/mongrel2 : Makefile
Log message:
add comment re use of gtar; this one is not extended headers
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 05:35:43
Modified files:
x11/gnome/yelp : Makefile
Removed files:
x11/gnome/yelp/patches: patch-libyelp_yelp-view_c
Log message:
Doesn't really make sense to maintain this patch.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/03 06:03:06
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
fix comment detailing the memory map
from syuu@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 06:32:42
Modified files:
x11/gnome/shell: Makefile
Log message:
Depends on x11/gnome/clocks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:00:15
Modified files:
x11/gnome/mutter: Makefile
Log message:
No need for the python module.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:16:31
Modified files:
x11/gnome/empathy: Makefile
Log message:
Add MODPY_RUNDEP=No.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:25:57
Modified files:
x11/gnome/gjs : Makefile
Log message:
This does not need python.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:34:30
Modified files:
x11/gnome/eog : Makefile
Log message:
Does not need python.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:37:41
Modified files:
x11/gnome/tracker: Makefile
Log message:
Python is needed for the tests.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:41:17
Log message:
Import gnome-weather-3.8.0.
Weather application for GNOME.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130403
N ports/x11/gnome/weather/distinfo
N ports/x11/gnome/weather/Makefile
N ports/x11/gnome/weather/patches/patch-configure
N ports/x11/gnome/weather/pkg/DESCR
N ports/x11/gnome/weather/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:41:47
Modified files:
x11/gnome : Makefile
Log message:
+weather
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:42:27
Modified files:
meta/gnome : Makefile
Log message:
Remove clocks, it's implied by gnome-shell.
Add weather.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 08:30:40
Modified files:
x11/gnome/tracker: Makefile
Log message:
Add a do-test target.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/03 09:14:17
Modified files:
archivers/ha : Makefile
archivers/ha/patches: patch-nix_machine_c
Log message:
casting a pointer type does not magically change the size of the
referenced variable
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 09:19:01
Modified files:
print/cups : Makefile
Added files:
print/cups/patches: patch-backend_usb-libusb_c
Log message:
Unbreak the USB backend.
spotted by Martin Crossley
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/03 09:35:54
Modified files:
cad/chipmunk : Makefile
cad/chipmunk/patches: patch-psys_src_lunix_pas_c
cad/chipmunk/pkg: PLIST
Added files:
cad/chipmunk/patches: patch-psys_include_p2c_lunix_pas_h
Log message:
casting a pointer type does not magically change the size of the
referenced variable
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/03 09:38:48
Modified files:
usr.sbin/ldomctl: config.c
Log message:
Make it possible to explicitly specify the number of vcpus and the amount
of memory for the primary domain. As a bonus this prevents people from
shooting themselves in the foot by creating two domains names "primary".
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 09:45:47
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: gdm.rc
Log message:
Make the rc script a little bit less horrible.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/03 10:28:10
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
handle larger time_t types; toss some unused code
ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 11:07:15
Modified files:
devel/bpython : Makefile
Log message:
No this does not need to depend on py-gobject3.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/03 11:40:48
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST README
Added files:
www/owncloud/patches: patch-apps_updater_appinfo_info_xml
Log message:
update to 5.0.3, based on ajacoutot@'s diff
ok ajacoutot@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/03 12:07:07
Modified files:
sys/dev/pci : if_bge.c
Log message:
Fix a typo in the bge_ape_lock_init() function.
From David Imhoff.
ok dlg@ sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 13:20:50
Modified files:
app/cwm : client.c
Log message:
move XUngrabServer to the end of client_new() to avoid races where clients,
such as those using sdl, attempt to manage the clients themselves when the
clients aren't fully ready. other wm's grab the xserver during the whole
client setup process, so match.
behavior found by jsg.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 13:28:00
Modified files:
app/cwm : search.c
Log message:
honor PATH search order for exec; from Andres Perera.
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/03 13:38:20
Modified files:
lib/libc/asr : res_send_async.c
Log message:
Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
we don't trigger SIGPIPE.
ok millert
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/03 13:57:17
Modified files:
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/i915: i915_drv.c i915_gem.c
i915_gem_execbuffer.c
Log message:
Return ENOENT instead of EBADF if looking up a gem object fails.
Return EINVAL instead of EBADF if the same object is specified twice in
an execbuffer2 call.
This is what Linux does.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 14:04:20
Added files:
net/libbind/patches: patch-doc_Makefile_in
Log message:
libbind has a missing build depend on groff, noticed by rpe@, as it tries
to rebuild catpages. Since I throw them away anyway, patch the Makefile to
stop rebuilding them as well. Fixes build without groff installed -
doesn't change the package so no bump.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 14:17:23
Modified files:
net/isc-bind : Makefile
net/isc-bind/pkg: isc_named.rc
Log message:
Normally newer versions of BIND default to one UDP listener per interface
per CPU. As found by Marc Peters, this doesn't work too well on a t5120
with 64 threads, so change the default settings in the rc.d script to -U 4
to cap this to 4, or the number of CPUs if less.
As usual with rc.d scripts, if you need to override flags, set
isc_named_flags="..." in rc.conf.local.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 14:22:55
Modified files:
app/cwm : client.c
Log message:
- no reason to breakout ClassHints work, so fold into client_{new,delete},
but keep _MOTIF_WM_HINTS separate.
- simplify fetching app/class hint.
- fix _MOTIF_WM_HINTS Atom type.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/03 15:06:01
Modified files:
net/isc-dhcp : Makefile distinfo
Log message:
Update to isc-dhcp 4.2.5-P1.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/03 15:13:50
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
properly follow the CNAME chain in reverse lookups
spotted by sthen@
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/04/03 22:20:08
Modified files:
. : events.html
Log message:
Add links to (most of) the OpenBSD eurobsd2012 talks
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/04/03 22:21:14
Modified files:
lang/gcc/4.7 : Makefile distinfo
Log message:
Update adastrap tarball due to libm major bump. Bundle libm with adastrap
as we do for libc since it's cheap to do and can save us some work in the
future.
ok pascal@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 00:03:42
Modified files:
x11/gnome/eog/pkg: PLIST
Log message:
Regen PLIST to unbreak; MODPY_PY_PREFIX does not exist in this context.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/04/04 00:50:44
Modified files:
etc/rc.d : rc.subr
Log message:
Show only available actions in RC script usage messages.
Also, prettify representation of actions list a bit.
a lot of input and ok halex@ aja@
also ok schwarze@
small nit spotted by marc@
"makes a lot of sense to me" todd@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 00:52:07
Added files:
distrib/sets/lists/base: md.octeon
distrib/sets/lists/comp: md.octeon
distrib/sets/lists/etc: md.octeon
distrib/sets/lists/game: md.octeon
distrib/sets/lists/man: md.octeon
Log message:
add lists for octeon
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/04 00:53:05
Modified files:
. : octeon.html
Log message:
snapshots are available now!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 01:04:43
Modified files:
devel/py-gobject3: Makefile
Log message:
share/pygobject/2.0/codegen is no more.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 01:05:06
Modified files:
x11/gnome/alacarte: Makefile distinfo
x11/gnome/alacarte/pkg: PLIST
Removed files:
x11/gnome/alacarte/patches: patch-Alacarte_MainWindow_py
patch-Alacarte_MenuEditor_py
Log message:
Update to alacarte-3.7.90 to unbreak runtime.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/04 01:43:24
Modified files:
. : INDEX
Log message:
regen after first batch of gnomes shuffling is finished.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 04:45:33
Modified files:
. : Makefile.cross
Log message:
remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/04/04 04:47:21
Modified files:
sbin/dump : dump.8 traverse.c
Log message:
Make our dump(8) honour the "nodump" flag for directories, effectively
disabling dumping their contents.
input and ok otto@ millert@
man page bits input and ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/04/04 05:18:03
Modified files:
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/i386/stand/libsa: softraid.c
Log message:
zap redundant assignments
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:17:22
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/orca : Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/libsecret: Makefile
x11/gnome/shell: Makefile
Log message:
Fix devel/py-gobject3 dependency. Sometimes it's needed at run time, or
for the regression tests...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:18:34
Modified files:
x11/gnome/tracker: Makefile
Log message:
Regression tests need dbus-python.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 06:36:43
Modified files:
lang/python : python.port.mk
Log message:
use ^ before MODPY_PREFIX in SUBST_VARS to reduce bogus subst's (this is
only used by "make plist" and doesn't chnage packages). ok fgsch rpointel aja
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:57:25
Modified files:
www/opera : Makefile distinfo
www/opera/pkg : PLIST
Log message:
SECURITY update to opera-12.15.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 07:07:37
Modified files:
x11/gnome/gedit: Makefile
x11/gnome/gedit/pkg: PLIST
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
Fix dependencies (missing py-gobject3).
Enable the python plugins -- they require py3-gobject3 which is not around
yet (we will move py-gobject3 to python3 sooner than later) but at least
the gedit ports are ready for the py3 move.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/04 07:20:17
Modified files:
. : events.html
Log message:
Move my talk to the past events.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 07:51:30
Modified files:
x11/gnome/settings-daemon: Makefile
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_c
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_h
Log message:
Better patches.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/04 08:15:23
Log message:
Import games/golly, a game of life simulator.
Tweaks from jasper@
ok brad@ jasper@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_04-Apr-2013
N ports/games/golly/Makefile
N ports/games/golly/distinfo
N ports/games/golly/patches/patch-Makefile_in
N ports/games/golly/patches/patch-configure
N ports/games/golly/patches/patch-wxpython_cpp
N ports/games/golly/pkg/PLIST
N ports/games/golly/pkg/DESCR
N ports/games/golly/files/golly.desktop
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/04 08:16:10
Modified files:
games : Makefile
Log message:
+golly
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 08:36:01
Modified files:
x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_make
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 08:38:28
Modified files:
x11/gnome/libsecret/pkg: PLIST
Log message:
Regen PLIST... MODPY_PY_PREFIX is bad!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 08:45:46
Modified files:
databases/postgresql: Makefile distinfo
databases/postgresql/pkg: PLIST-docs
Log message:
Critical SECURITY update to PostgreSQL, fixing CVE-2013-1899,
CVE-2013-1900 and CVE-2013-1901. ok jasper@
"A major security issue fixed in this release, CVE-2013-1899, makes
it possible for a connection request containing a database name that
begins with "-" to be crafted that can damage or destroy files within a
server's data directory. Anyone with access to the port the PostgreSQL
server listens on can initiate this request. This issue was discovered
by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software
Center." http://www.postgresql.org/about/news/1456/
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 08:59:39
Modified files:
databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo
databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs
Log message:
Critical SECURITY update to PostgreSQL in 5.2-stable, fixing CVE-2013-1899,
CVE-2013-1900 and CVE-2013-1901.
"A major security issue fixed in this release, CVE-2013-1899, makes
it possible for a connection request containing a database name that
begins with "-" to be crafted that can damage or destroy files within a
server's data directory. Anyone with access to the port the PostgreSQL
server listens on can initiate this request. This issue was discovered
by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software
Center." http://www.postgresql.org/about/news/1456/
A dump/restore is not required for those running 9.1.X.
However, this release corrects several errors in management of GiST
indexes. After installing this update, it is advisable to REINDEX
any GiST indexes that meet one or more of the conditions described
below.
Also, if you are upgrading from a version earlier than 9.1.6, see
the release notes for 9.1.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 09:12:21
Modified files:
x11/gnome/anjuta/pkg: PLIST
Log message:
Regen PLIST to unbreak, no more MODPY_PY_PREFIX.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 09:42:00
Modified files:
textproc/gtk-doc: Makefile
Log message:
Temporarily remove dependency in yelp to prevent a dep look.
I'm working on a more permanent solution.
gnome-icon-theme-symbolic -> gnome-icon-theme
gnome-icon-theme -> librsvg
librsvg -> gtk-doc
gtk-doc -> yelp
yelp -> webkit,gtk3
webkit,gtk+3 -> gtk+3
gtk+3 -> gnome-icon-theme-symbolic
Thanks fgsch@ for the notice and espie@ for debugging the loop
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/04 10:02:32
Modified files:
distrib/sets/lists/comp: md.amd64
distrib/sets/lists/man: md.amd64
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:03:56
Modified files:
archivers/arc : distinfo
archivers/bzip : distinfo
archivers/bzip2: Makefile distinfo
archivers/bzip2/pkg: PLIST
archivers/cabextract: distinfo
archivers/deco : distinfo
archivers/fastjar: distinfo
archivers/freeze: distinfo
archivers/gcpio: distinfo
archivers/gshar+gunshar: distinfo
archivers/gtar : distinfo
archivers/ha : distinfo
archivers/hs-zlib-bindings: distinfo
archivers/hs-zlib-enum: distinfo
archivers/lha : distinfo
archivers/libarchive: Makefile distinfo
archivers/libarchive/pkg: PLIST
archivers/libmspack: Makefile distinfo
archivers/libmspack/pkg: PLIST
archivers/libshrink: Makefile
archivers/libshrink/pkg: PLIST
archivers/libtar: Makefile distinfo
archivers/libtar/pkg: PLIST
archivers/libzip: Makefile distinfo
archivers/libzip/pkg: PLIST
archivers/luazlib: distinfo
archivers/lxsplit: distinfo
archivers/lzo : Makefile distinfo
archivers/lzo/pkg: PLIST
archivers/lzo2 : Makefile distinfo
archivers/lzo2/pkg: PLIST
archivers/lzop : distinfo
archivers/macutil: distinfo
archivers/makeself: distinfo
archivers/nulib: distinfo
archivers/p5-Archive-Zip: distinfo
archivers/p5-Compress-Bzip2: distinfo
archivers/p5-Compress-LZO: distinfo
archivers/p5-POE-Filter-Zlib: distinfo
archivers/p5-PerlIO-gzip: distinfo
archivers/p7zip: distinfo
archivers/par1cmdline: distinfo
archivers/par2cmdline: distinfo
archivers/pecl-rar: distinfo
archivers/py-lzo: distinfo
archivers/ripole: distinfo
archivers/ruby-archive-tar-minitar: distinfo
archivers/rzip : distinfo
archivers/star : distinfo
archivers/ucl : Makefile distinfo
archivers/ucl/pkg: PLIST
archivers/unace: distinfo
archivers/unarj: distinfo
archivers/unshield: Makefile distinfo
archivers/unshield/pkg: PLIST
archivers/unzip: distinfo
archivers/xz : Makefile distinfo
archivers/xz/pkg: PLIST
archivers/zip : distinfo
archivers/zipios: Makefile distinfo
archivers/zipios/pkg: PLIST
archivers/zoo : distinfo
archivers/zziplib: Makefile distinfo
archivers/zziplib/pkg: PLIST
Removed files:
archivers/bzip2/pkg: PFRAG.shared
archivers/libarchive/pkg: PFRAG.shared
archivers/libmspack/pkg: PFRAG.shared
archivers/libshrink/pkg: PFRAG.shared
archivers/libtar/pkg: PFRAG.shared
archivers/libzip/pkg: PFRAG.shared
archivers/lzo/pkg: PFRAG.shared
archivers/lzo2/pkg: PFRAG.shared
archivers/ucl/pkg: PFRAG.shared
archivers/unshield/pkg: PFRAG.shared
archivers/xz/pkg: PFRAG.shared
archivers/zipios/pkg: PFRAG.shared
archivers/zziplib/pkg: PFRAG.shared
Log message:
sync distinfo and merge in PFRAG.shared.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:06:27
Modified files:
astro/celestia : distinfo
astro/dgpsip : distinfo
astro/gcal : distinfo
astro/jday : Makefile
astro/jday/pkg : PLIST
astro/libnova : Makefile distinfo
astro/libnova/pkg: PLIST
astro/luna : distinfo
astro/phoon : distinfo
astro/py-metar : distinfo
astro/sattrack : distinfo
astro/sunclock : distinfo
astro/wmglobe : distinfo
astro/wmmoonclock: distinfo
astro/wmspaceweather: distinfo
astro/wmsun : distinfo
astro/xearth : distinfo
astro/xephem : distinfo
astro/xphoon : distinfo
astro/xworld : distinfo
Removed files:
astro/jday/pkg : PFRAG.shared
astro/libnova/pkg: PFRAG.shared
Log message:
sync distinfo and merge in PFRAG.shared.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/04 10:28:20
Modified files:
www/silverstripe: Makefile
www/silverstripe/pkg: PLIST
Log message:
protect some files on updates
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:48:22
Modified files:
multimedia/xine-lib: Makefile
Added files:
multimedia/xine-lib/patches: patch-src_xine-engine_demux_c
patch-src_xine-utils_utils_c
Log message:
Make use of clock_gettime() on OpenBSD.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:49:56
Modified files:
x11/vlc : Makefile
Added files:
x11/vlc/patches: patch-src_misc_mtime_c patch-src_posix_thread_c
Log message:
Make use of clock_gettime() on OpenBSD.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 11:05:16
Modified files:
security/p5-Authen-Radius: Makefile distinfo
security/p5-Authen-Radius/pkg: PLIST
Log message:
update to p5-Authen-Radius-0.22, from giovanni@, with a tweak from me
to avoid a hanging test. (still marked as interactive, as it requires a
local radius server to test), ok giovanni@
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/04/04 11:29:37
Modified files:
sys/ufs/ffs : ffs_softdep.c
Log message:
Fix bug where clear_remove() and clear_inodedeps() would not iterate
over the entire pagedep and inodedep hash tables due to an off-by-one
mistake in loops. Spotted by and diff from Pedro Martelletto. Sent
upstream to Kirk and also fixed in FreeBSD.
ok otto@ millert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/04 11:49:33
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
use the provided ALIGN() macro instead of re-inventing a square wheel.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/04 11:50:19
Modified files:
lib/libc/asr : getnetnamadr.c
Log message:
fix alignment issue in getnetby{addr,name}() too.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 11:58:42
Modified files:
sys/netinet6 : icmp6.c
Log message:
Make icmp6 ready for 64 bit time_t by adding a range check and an
explicit cast.
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 12:13:43
Modified files:
sys/kern : uipc_socket.c
Log message:
Do not allow the listen(2) syscall for an already connected socket.
This would create a weird set of states in TCP. FreeBSD has the
same check.
Issue found by and OK guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 12:16:07
Modified files:
textproc/gtk-doc: Makefile
Log message:
BUILD_DEPENDS are still needed.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 12:38:10
Modified files:
faq/pf : index.html
Log message:
Link [pt].
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 12:58:53
Log message:
Import of MariaDB.
MariaDB is a multi-threaded SQL database with a command syntax very similar
to mSQL.
ok sthen@ giovanni@
Status:
Vendor Tag: brad
Release Tags: brad_20130404
N ports/databases/mariadb/Makefile
N ports/databases/mariadb/distinfo
N ports/databases/mariadb/patches/patch-client_CMakeLists_txt
N ports/databases/mariadb/patches/patch-sql_CMakeLists_txt
N ports/databases/mariadb/patches/patch-scripts_CMakeLists_txt
N ports/databases/mariadb/patches/patch-scripts_mysql_install_db_sh
N ports/databases/mariadb/patches/patch-scripts_mysqld_safe_sh
N ports/databases/mariadb/patches/patch-sql_mysqld_cc
N ports/databases/mariadb/patches/patch-storage_oqgraph_CMakeLists_txt
N ports/databases/mariadb/patches/patch-mysql-test_CMakeLists_txt
N ports/databases/mariadb/patches/patch-libmysql_CMakeLists_txt
N ports/databases/mariadb/patches/patch-cmake_mysql_version_cmake
N ports/databases/mariadb/patches/patch-cmake_install_macros_cmake
N ports/databases/mariadb/patches/patch-tests_CMakeLists_txt
N ports/databases/mariadb/pkg/DESCR-main
N ports/databases/mariadb/pkg/DESCR-server
N ports/databases/mariadb/pkg/DESCR-tests
N ports/databases/mariadb/pkg/PLIST-main
N ports/databases/mariadb/pkg/PLIST-server
N ports/databases/mariadb/pkg/PLIST-tests
N ports/databases/mariadb/pkg/README-server
N ports/databases/mariadb/pkg/mysqld.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 13:15:36
Modified files:
distrib/notes/octeon: install
Log message:
jot down some steps for loading a kernel of internal storage; not quite complete yet.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 13:18:14
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
Add comment about rarian/scrollkeeper.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 13:23:39
Modified files:
sys/netinet : udp_usrreq.c
Log message:
Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input()
into one block.
OK mpi@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 13:26:41
Modified files:
x11/gnome/doc-utils: Makefile
x11/gnome/doc-utils/pkg: PLIST
Log message:
Rework dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/04 13:57:23
Modified files:
audio/mpg123 : Makefile distinfo
Log message:
update to 1.15.3, which claims to fix corner cases of WAV writing, again
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/04 15:26:19
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
The intel_dp_i2c_aux_ch() function has to return Linux-style negative errno
values. Its callers assume a positive return value means the function was
successful.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/04 15:45:03
Modified files:
archivers/libtar: Makefile
Log message:
actually bump the revision
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/04/04 16:01:32
Modified files:
gnu/gcc/gcc : c-lex.c
gnu/gcc/libcpp : expr.c
gnu/gcc/libcpp/include: cpplib.h
Log message:
Add support for "d" floating-point suffix, as defined by draft N1312
of TR 24732. Emit pedantic warning if the feature is being used.
Requested by jasper@; needed by certain ports. OK miod@.
CVSROOT: /cvs
Module name: ports
Changes by: martynas@cvs.openbsd.org 2013/04/04 16:36:51
Modified files:
textproc/py-sphinx: Makefile
Log message:
Add test dependency on texlive to get a better test coverage.
From Juan Francisco Cantero Hurtado. OK rpe@.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 17:05:49
Modified files:
sys/dev/pci : pcidevs
Log message:
Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 17:07:18
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:14:00
Modified files:
usr.bin/ssh : auth2-gss.c krl.c sshconnect2.c
Log message:
hush some {unused, printf type} warnings
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:31:49
Modified files:
usr.bin/ssh : pathnames.h
Log message:
use the existing _PATH_SSH_USER_RC define to construct the other
pathnames; bz#2077, ok dtucker@ (no binary change)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:58:51
Modified files:
usr.bin/ssh : mux.c
Log message:
cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
(in addition to ones already in OPEN); bz#2079, ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:28:27
Modified files:
games/battlestar: extern.h globals.c
Log message:
this doesn't need to be time_t ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:29:07
Modified files:
usr.bin/newsyslog: newsyslog.c
Log message:
rename a variable to hours so it doesn't look like time. ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:31:30
Modified files:
bin/ksh : var.c
Log message:
SECONDS is, in a highly theoretical way, not y2k38 safe. comment it.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/04 20:23:35
Modified files:
. : events.html
Log message:
Add links to my meeting slides and audio.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/04 20:54:51
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
move the bounds check for execbuffer relocation count closer to linux
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/04 20:56:18
Modified files:
sys/arch/i386/conf: GENERIC
sys/arch/amd64/conf: GENERIC
Log message:
enable com3 on both i386 and amd64 (com4 config is added, but disabled)
ok miod kettenis tedu
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/04 22:57:46
Modified files:
distrib/notes/octeon: hardware install prep
Log message:
Grammar tweaks.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 23:39:46
Modified files:
sys/dev/usb : if_athn_usb.c
Log message:
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode
so just stub out the function and don't build the callback function for
the RAMDISK.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 23:45:09
Modified files:
sys/arch/i386/conf: RAMDISK_CD
sys/arch/amd64/conf: RAMDISK_CD
Log message:
Add the remaining USB Wifi adapters to the CD RAMDISK media for users
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4)
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 00:33:21
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-gobject_gtype_c
Log message:
Add interface-after-init exception for glibmm and gtk# ; from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 00:59:11
Modified files:
sysutils/consolekit: Makefile
sysutils/consolekit/files: pam-foreground-compat.ck
Log message:
Fix sed(1) usage in pam-foreground-compat.ck.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:02:08
Modified files:
graphics/argyll: Makefile
Log message:
Use gsed in pre-configure.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/05 01:12:25
Modified files:
lib/libc/asr : res_send_async.c
Log message:
do not fail on EINTR
suggested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 01:25:26
Modified files:
sys/dev/isa : files.isa
Removed files:
sys/dev/isa : opti.c opti.h
Log message:
unfinished opti device code is never called or used
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:32:15
Modified files:
x11/gnome/librsvg: Makefile
Added files:
x11/gnome/librsvg/patches: patch-configure
patch-gdk-pixbuf-loader_Makefile_in
Removed files:
x11/gnome/librsvg/patches: patch-Makefile_am patch-configure_in
patch-gdk-pixbuf-loader_Makefile_am
Log message:
Greatly simplify the way we disable gtk.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/05 01:34:05
Modified files:
x11/gnome/libgweather: Makefile
Log message:
no need for the gcc4 module anymore, thanks to martynas@
you will need a recent gcc from base for this.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:41:08
Modified files:
textproc/gtk-doc: Makefile
Log message:
Dep loop is gone.
Use source-highlight for syntax highlighting.
Explicitely disable dblatext and fop.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:52:27
Modified files:
comms/gmfsk : Makefile
Log message:
textproc/rarian is not needed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:02:36
Modified files:
graphics/fyre : Makefile
graphics/fyre/pkg: PLIST
Log message:
No need for textproc/rarian, ca sert rarian.
Regen PLIST/WANTLIB while here.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/05 02:17:08
Modified files:
. : plus.html
Log message:
March 25-31 plus.html, ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:21:45
Modified files:
x11/gnome/librsvg/patches: patch-configure
Log message:
Drop comment, no pkg change.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:24:21
Modified files:
de : 53.html
faq/pf/pt : filter.html
fr : donations.html goals.html security.html
openbgpd/pt : ftp.html
openntpd/pt : ftp.html portable.html
papers/pt : index.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 02:25:30
Modified files:
sys/kern : sys_socket.c uipc_socket.c uipc_socket2.c
uipc_syscalls.c uipc_usrreq.c
Log message:
remove some obsolete casts
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/05 03:10:26
Modified files:
emulators/sdlmame: Makefile distinfo
Log message:
Update to sdlmame 0.148u2.
bcallah@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/05 03:27:18
Modified files:
devel/py-hgtools: Makefile distinfo
Log message:
- update py-hgtools to 3.0.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:17:23
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
Missing BUILD_DEPENDS, spotted by nigel.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:21:26
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
And another one...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:54:40
Modified files:
meta/gnome : Makefile
Log message:
nautilus-sendto is already part of -main.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 06:58:04
Modified files:
libexec/ld.so : Makefile loader.c resolve.c resolve.h util.h
libexec/ld.so/alpha: ldasm.S syscall.h
libexec/ld.so/amd64: ldasm.S syscall.h
libexec/ld.so/arm: ldasm.S syscall.h
libexec/ld.so/hppa: ldasm.S syscall.h
libexec/ld.so/i386: ldasm.S syscall.h
libexec/ld.so/m68k: ldasm.S syscall.h
libexec/ld.so/m88k: ldasm.S syscall.h
libexec/ld.so/mips64: syscall.h
libexec/ld.so/powerpc: syscall.h
libexec/ld.so/sh: ldasm.S syscall.h
libexec/ld.so/sparc: ldasm.S syscall.h
libexec/ld.so/sparc64: ldasm.S syscall.h
Added files:
libexec/ld.so : dl_dirname.c dl_realpath.c dl_uname.c
Log message:
- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.
Improvements and okay matthew@, millert@, guenther@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 06:59:54
Modified files:
lib/libc/gen : dirname.c uname.c
lib/libc/stdlib: realpath.c
Log message:
- Add comments regarding copies of these files also in libexec/ld.so
okay guenther@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 07:01:17
Modified files:
regress/libexec/ld.so: Makefile
Log message:
- Hookup regress for rpath substitution support
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:14:28
Modified files:
build : mirrors.dat
Log message:
Add a mirror at the School of Computing, Queen's University,
in Kingston, ON, Canada. From maintainer Ryan Kavanagh.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:15:10
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: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:16:05
Modified files:
build : mirrors.dat
Log message:
add upstream details for athena.caslab.queensu.ca
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/05 07:28:59
Modified files:
sys/arch/i386/conf: RAMDISK_CD
Log message:
Brad didn't even try building the ramdisk, because it is 7.5K oversize.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 07:57:16
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/pkg: PLIST
Log message:
Disable the nautilus extension for the time being; it's not functionnal yet
and is disabled by default.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 08:07:31
Modified files:
x11/gnome/gvfs : Makefile
Added files:
x11/gnome/gvfs/patches: patch-client_gdaemonfileinputstream_c
patch-client_gdaemonfileoutputstream_c
patch-daemon_Makefile_in
patch-daemon_gvfsbackend_h
patch-daemon_gvfschannel_c
patch-daemon_gvfsjoberror_c
patch-daemon_gvfsjoberror_h
patch-daemon_gvfsjobopenforread_c
patch-daemon_gvfsjobopenforwrite_c
patch-daemon_gvfsmonitor_c
patch-daemon_gvfsreadchannel_c
Log message:
Bring lots of fixes from upstream to fix several crashes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 08:19:20
Modified files:
textproc/rarian: Makefile
textproc/rarian/pkg: PLIST
Log message:
Do not remove share/help/ during @extraunexec.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/05 08:51:35
Modified files:
devel/subversion: Makefile
Added files:
devel/subversion/patches:
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
Log message:
Add patches for CVE-2013-1884, CVE-2013-1845, CVE-2013-1846, CVE-2013-1847,
and CVE-2013-1849. All of these are denial-of-service vulnerabilities
which affect Subversion servers using mod_dav_svn (Apache HTTPD) only.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/05 09:06:21
Modified files:
devel/subversion: Tag: OPENBSD_5_2 Makefile
Added files:
devel/subversion/patches: Tag: OPENBSD_5_2
patch-subversion_mod_authz_svn_mod_authz_svn_c
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
patch-subversion_mod_dav_svn_repos_c
Log message:
For 5.2-stable:
Add patches for CVE-2013-1884, CVE-2013-1845, CVE-2013-1846, CVE-2013-1847,
and CVE-2013-1849. All of these are denial-of-service vulnerabilities
which affect Subversion servers using mod_dav_svn (Apache HTTPD) only.
For good measure throw in two additional fixes which were made after SVN 1.7.5,
fixing a crash in mod_dav_svn and unbound memory use in mod_authz_svn.
These fixes are already in 5.3 and -current.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 09:26:51
Modified files:
x11/gnome/anjuta: Makefile
Log message:
bump after PLIST changes
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 09:53:55
Modified files:
graphics/gthumb: Makefile
Log message:
Missing BUILD+RUN_DEPENDS.
spotted by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/05 10:32:02
Modified files:
x11/spectrwm : Makefile distinfo
x11/spectrwm/pkg: PLIST
Removed files:
x11/spectrwm/pkg: PFRAG.shared
Log message:
Update for Spectrwm to 2.2.0:
* Fix setkeymapping to call expand_tilde for proper expansion of ~
in path.
* Add new quirk NOFOCUSONMAP.
* Add get_screen_count function that handles the result of
xcb_get_setup.
* Initialize some pointers that could be freed without being
initialized.
* Add new ws_next_move and ws_prev_move bindings.
* Fix fullscreen layout stacking issue when using multiple regions.
* Improve man page explanation of verbose_layout.
* Fix input focus fallback issue when running with multiple regions.
* Fix manual focus mode sometimes switching region with pointer
motion.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 10:45:42
Modified files:
x11/gtk2mm : Makefile distinfo
x11/gtk2mm/pkg : PLIST
Removed files:
x11/gtk2mm/pkg : PFRAG.shared
Log message:
Update to gtk2mm-2.24.3.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/05 11:07:25
Modified files:
app/cwm : client.c group.c menu.c search.c xevents.c
Log message:
zap stray whitespace
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 11:29:50
Modified files:
net : Makefile
x11/xpostit : Makefile
Removed files:
net/archie : Makefile distinfo
net/archie/patches: patch-Makefile patch-archie_c patch-archie_h
patch-procquery_c patch-regex_c
net/archie/pkg : DESCR PLIST
net/xarchie : Makefile distinfo
net/xarchie/patches: patch-FWF_Dir_Imakefile
patch-FWF_FileChooser_FChooser_h
patch-Imakefile patch-query_c patch-regex_c
net/xarchie/pkg: DESCR PLIST
Log message:
Remove Archie clients. Archie FTP index search is long dead. ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/05 11:36:02
Modified files:
app/cwm : search.c
Log message:
add missing proto; replace magic number
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 11:45:52
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Sync the watch list.
CVSROOT: /cvs
Module name: www
Changes by: eric@cvs.openbsd.org 2013/04/05 13:04:26
Modified files:
opensmtpd : index.html
Added files:
opensmtpd/announces: release-5.3.1.txt
Log message:
opensmtpd 5.3.1 released
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/05 13:19:06
Modified files:
sbin/dhclient : dhcpd.h options.c dispatch.c
Log message:
Nuke parameter to do_packet() not used since 2006. From dhill.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/05 13:20:26
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-configure patch-glib_gatomic_c
Log message:
Unbreak on mips64(el) platforms.
Add g_atomic_int_get and g_atomic_pointer_get const patch which was also
submitted upstream.
ok aja@ bcallah@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/05 13:31:36
Modified files:
usr.sbin/dhcpd : bpf.c dhcp.c
sbin/dhclient : bpf.c
Log message:
send_packet() and writev() return ssize_t, not int. Use correct
type to store the returned value. From dhill.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/05 13:55:46
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
don't hardcode the size of u-boot's argv, but use a define instead.
to be re-used shortly elsewhere..
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 14:36:27
Modified files:
games/moria : Makefile
games/moria/patches: patch-source_death_c patch-source_main_c
patch-source_misc1_c patch-source_save_c
patch-unix_unix_c
Log message:
fix time_t abuses in twenty-year-old code
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/05 16:26:41
Modified files:
sys/dev/pci : agp_i810.c
Log message:
Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting it
from the GTT aperture doesn't make a lot of sense. On some machines the
amount of stolen memory is the same size of even larger than the aperture!
So pretend that there is no stolen memory on these systems for now.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/05 16:45:44
Modified files:
share/man/man4 : ral.4
Log message:
Small grammar fix. "a firmware" -> "a firmware file"
"sounds better." tedu@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/05 17:02:27
Modified files:
distrib/notes/octeon: install
Log message:
spacing and clarify that one has to manually create the fat partition for
now as the installer doesn't take care of that yet...soon though.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/05 17:16:41
Modified files:
usr.sbin/identd: identd.c
Log message:
kill redundant prototype
OK dlg@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/05 20:19:13
Modified files:
emulators/sdlmame: Makefile
Log message:
Make sure to apply the u2 patch from the recent update.
Explicitly disable the new Qt-based debugger.
Bump REVISION.
Discussed with and ok fgsch@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:44:34
Modified files:
sys/kern : kern_exit.c kern_fork.c kern_prot.c
kern_synch.c kern_sysctl.c
sys/sys : sysctl.h systm.h
Log message:
rthreads are always enabled. remove the sysctl.
ok deraadt guenther kettenis matthew
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:46:51
Modified files:
lib/libc/gen : sysctl.3
Log message:
rthread sysctl isn't experimental anymore. oh, and it's gone too.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:47:07
Modified files:
sbin/sysctl : sysctl.8
Log message:
remove kern.rthreads
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:53:25
Modified files:
sys/kern : subr_pool.c kern_malloc.c
sys/sys : systm.h malloc.h
Log message:
shuffle around some poison code, prototypes, values...
allow some more pool debug code to be enabled if not compiled in
bump poison size back up to 64
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 22:25:01
Modified files:
lib/librthread : rthread.c
Log message:
fix race when exiting a detached thread. observed by and ok guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 22:38:14
Modified files:
sys/sys : vnode.h
Log message:
there aren't any locks in here anymore, so we don't need lock.h
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 00:00:22
Modified files:
regress/usr.bin/ssh: Makefile cfgmatch.sh integrity.sh
multiplex.sh rekey.sh test-exec.sh
Log message:
Split the regress log into 3 parts: the debug output from ssh, the debug
log from sshd and the output from the client command (ssh, scp or sftp).
Somewhat functional now, will become more useful when ssh/sshd -E is added.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 00:08:20
Modified files:
sys/kern : kern_sig.c
Log message:
i missed a file, crap. found by deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 00:10:34
Modified files:
sys/kern : subr_poison.c
Log message:
i missed this file too.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/06 00:40:03
Modified files:
security/py-paramiko: Makefile distinfo
security/py-paramiko/pkg: PLIST
Log message:
- update py-paramiko to 1.10.1
- regen PLIST
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 01:20:47
Modified files:
lib/librthread : __tfork_thread.3
lib/libc/sys : __thrsigdivert.2 __thrsleep.2
Log message:
remove more references to kern.rthreads sysctl.
many thanks to jmc for noticing
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 01:32:40
Modified files:
lib/libc/sys : __thrsigdivert.2 __thrsleep.2
Log message:
a little fix for the version history
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/06 01:40:19
Modified files:
distrib/notes/octeon: whatis
Log message:
drop paragraph saying there are no install sets and that one needs to
cross compile.
pointed out by Rafael Neves
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/06 01:53:57
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
allow GENERIC.MP to compile again...just for shits and giggles.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:57:43
Log message:
Import ap2-mod_dnssd-0.6.
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via
DNS-SD using Avahi.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130406
N ports/www/ap2-mod_dnssd/distinfo
N ports/www/ap2-mod_dnssd/Makefile
N ports/www/ap2-mod_dnssd/pkg/PLIST
N ports/www/ap2-mod_dnssd/pkg/DESCR
N ports/www/ap2-mod_dnssd/pkg/UNMESSAGE
N ports/www/ap2-mod_dnssd/pkg/README
N ports/www/ap2-mod_dnssd/patches/patch-src_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:58:31
Modified files:
www : Makefile
Log message:
+ap2-mod_dnssd
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:59:43
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Add gnome-user-share to the watchlist.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:16:53
Modified files:
x11/gnome/controlcenter: Makefile
Added files:
x11/gnome/controlcenter/patches:
patch-panels_sharing_cc-sharing-panel_c
Log message:
Do not display the bluetooth sharing panel when bluetooth is disabled.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:18:31
Log message:
Import gnome-user-share-3.8.0.
gnome-user-share is a small package that binds together various free
software projects to bring easy to use user-level file sharing to the
masses.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130406
N ports/x11/gnome/user-share/distinfo
N ports/x11/gnome/user-share/Makefile
N ports/x11/gnome/user-share/pkg/DESCR
N ports/x11/gnome/user-share/pkg/PLIST
N ports/x11/gnome/user-share/patches/patch-configure
N ports/x11/gnome/user-share/patches/patch-src_share-extension_c
N ports/x11/gnome/user-share/patches/patch-src_user_share_c
N ports/x11/gnome/user-share/patches/patch-src_http_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:19:08
Modified files:
x11/gnome : Makefile
Log message:
+user-share
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:21:20
Modified files:
meta/gnome : Makefile
Log message:
Move vino from -main to -extra; this allows sharing the Desktop out-of-the-box.
Add gnome-user-share to -extra.
Add rygel to -extra.
discussed with/ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/06 02:21:34
Modified files:
net/gupnp/core : Makefile distinfo
Log message:
- update to gupnp-0.20.2
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/04/06 02:44:14
Modified files:
faq : current.html
Log message:
Add a heads-up about the renumbering of com(4) devices on amd64 and i386.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:48:50
Modified files:
sysutils/upower: Makefile
sysutils/upower/pkg: PLIST
Log message:
Remove /var/db/upower/history-* at @extraunexec time.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 03:02:33
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/patches: patch-daemon_gvfsjoberror_c
x11/gnome/gvfs/pkg: DESCR-goa DESCR-smb
Log message:
GVfsJobError: Return TRUE in try ; from upstream.
Tweak DESCR of -smb and -goa (and mention -goa is needed for ownCloud
integration).
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 03:40:02
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/pkg: PLIST
Log message:
update ansible to 1.1
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 03:45:12
Modified files:
x11/gnome/terminal: Makefile
Log message:
Drop LIB_DEPENDS on nautilus.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 04:41:58
Modified files:
x11/gnome/mousetweaks: Makefile
Log message:
Drop USE_GROFF.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 05:30:12
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches: patch-data_tracker-extract_pc_in
patch-data_tracker-sparql_pc_in
Log message:
Remove bogus chunck from the pkgconfig patches.
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/04/06 05:38:41
Modified files:
lib/libsndio : mio_open.3 sio_open.3 sndio.7
Log message:
explain what "default" means in sndio.7 rather than {sio,mio}_open.3,
with tweaks from jmc
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 06:29:45
Modified files:
print/lyx : Makefile
Log message:
LyX picks up hunspell at build time; disable this for now.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/06 06:52:35
Modified files:
databases/sqlports/files: PkgPath.pm
Log message:
needed for error messages
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/04/06 07:03:09
Modified files:
sys/dev/usb : uoakrh.c
Log message:
fix format string % escape
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/06 07:41:11
Modified files:
sys/kern : subr_pool.c
Log message:
make kernel compile
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:39:58
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Ensure FX/SM/TB depend on nss 3.14.3/nspr 4.9.5/sqlite 3.7.15.2.
Adjust WANTLIB while here.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:41:17
Modified files:
www/fennec : Makefile
www/firefox36 : Makefile
devel/xulrunner/1.9: Makefile
productivity/sunbird: Makefile
Added files:
www/fennec/patches: patch-js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Bump after WANTLIB fix - while here, backport kettenis' libffi i386 fix
to fennec.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:44:52
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-media_libsydneyaudio_src_Makefile_in
patch-security_manager_pki_resources_content_exceptionDialog_js
patch-storage_src_mozStorageConnection_cpp
patch-toolkit_library_Makefile_in
www/firefox-i18n: Makefile.inc distinfo
Added files:
www/mozilla-firefox/patches: patch-browser_installer_Makefile_in
patch-js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Update to firefox 20.0.
- See http://www.mozilla.org/en-US/firefox/20.0/releasenotes/
- Fixes MFSA 2013-30->40
- switch back to use clang on i386, now that llvm got fixed there
- backport libffi i386 fix (TODO: switch to systemwide libffi if possible)
- add nicer fix to avoid installing the sdk lib/headers
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:48:10
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp
patch-mozilla_js_src_configure_in
patch-mozilla_media_libsydneyaudio_src_Makefile_in
patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js
patch-mozilla_storage_src_mozStorageConnection_cpp
patch-mozilla_toolkit_library_Makefile_in
www/seamonkey-i18n: Makefile.inc distinfo
Added files:
www/seamonkey/patches:
patch-mozilla_js_src_ctypes_libffi_src_x86_freebsd_S
Removed files:
www/seamonkey/patches:
patch-mozilla_toolkit_mozapps_installer_packager_mk
Log message:
Update to seamonkey 2.17.
- See http://www.seamonkey-project.org/releases/seamonkey2.17/
- Fixes MFSA 2013-30->40
- switch back to use clang on i386, now that llvm got fixed there
- backport libffi i386 fix (TODO: switch to systemwide libffi if possible)
- nicer fix to avoid installing the sdk lib/headers
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:50:04
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/mozilla-thunderbird: Makefile distinfo
mail/mozilla-thunderbird/patches:
patch-mozilla_js_src_configure_in
Added files:
mail/mozilla-thunderbird/patches:
patch-mozilla_js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Bugfix update to thunderbird 17.0.5.
- See https://www.mozilla.org/en-US/thunderbird/17.0.5/releasenotes/
- Fixes MFSA 2013-30,31,32,34,35,36,38,40
- backport libffi i386 fix
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/06 08:50: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.macppc md.mvme68k md.mvme88k
md.octeon 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: markus@cvs.openbsd.org 2013/04/06 10:07:00
Modified files:
usr.bin/ssh : channels.c sshd.c
Log message:
handle ECONNABORTED for accept(); ok deraadt some time ago...
CVSROOT: /cvs
Module name: src
Changes by: jturner@cvs.openbsd.org 2013/04/06 10:24:19
Modified files:
distrib/notes/octeon: hardware
Log message:
Remove duplicate "is supported" text and reformat.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/04/06 11:03:51
Modified files:
usr.sbin/npppd/pptp: pptpd.c
Log message:
Turn an error into a warning to be able to start l2tp tunnels even if
gre is not allowed.
ok yasuoka@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/04/06 11:36:59
Modified files:
opensmtpd : portable.html
Log message:
update link
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/06 12:36:21
Modified files:
graphics/dvdrip: Makefile distinfo
graphics/dvdrip/pkg: PLIST
Added files:
graphics/dvdrip/patches: patch-lib_Video_DVDRip_Config_pm
patch-lib_Video_DVDRip_GUI_Project_Title_pm
patch-lib_Video_DVDRip_Project_pm
Log message:
Update to dvdrip-0.98.11. Add missing run deps on subtitleripper and xine,
install .desktop icon, provide useful default for DVD device name, and make
drive close/eject buttons work. Also tweak the Linux-specific DVD mounting
code which is required for subtitle ripping -- it now supports an fstab entry
or automatically mounts at a temporary dir, both intended for use with sysctl
kern.usermount=1 since running dvdrip as root is... not recommended.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:02:07
Modified files:
sysutils/ktsuss: Makefile
Log message:
switch MASTER_SITES to a mirror; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:03:19
Modified files:
net/dclib : Makefile
Log message:
switch MASTER_SITES to a mirror; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:32:32
Modified files:
mail/libspf2 : Makefile distinfo
mail/libspf2/pkg: PLIST
Removed files:
mail/libspf2/pkg: PFRAG.shared
Log message:
switch libspf2 to libbind; it requires either res_close (which our old resolver
supported but asr doesn't) or res_ninit (which neither asr nor our old resolver
support). While there, roll PFRAG.shared into PLIST and regen distinfo.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 13:57:48
Modified files:
infrastructure/templates: network.conf.template
Log message:
MASTER_SITE_KDE
- switch ftp.uvsq.fr from http to ftp
MASTER_SITE_FREEBSD_LOCAL
- switch se and uk mirrors to http and move upwards in list
- switch ru mirror from http to ftp
MASTER_SITE_PACKETSTORM
- replace all currently listed mirrors with the 4 offical ones
MASTER_SITE_MYSQL
- remove ftp.rhnet.is and mirror.services.wisc.edu
- switch a couple of ftp mirrors to http
- ftp://ftp.linorg.usp.br beomes http://linorg.usp.br
- switch.ch becomes first ftp mirror to improve "make peek-ftp"
MASTER_SITE_ISC
- remove ftp.epix.net
- move ftp.arcane-networks.net below ftp://ftp.isc.org
ok sthen@, jasper@ (on a similar diff)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 15:51:37
Modified files:
print/cups-filters: Makefile distinfo
Log message:
Update to cups-filters-1.0.33.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 15:52:38
Modified files:
x11/gnome/nautilus-sendto: Makefile
Log message:
unbreak build by including gobject-introspection via
MODGNOME_TOOLS= goi
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/04/06 18:59:38
Modified files:
faq : upgrade53.html
Log message:
few improvements inspired by remco at d-compu dot dyndns org and sthen@:
sysmerge handles changed files in general, not just "locally" changed files.
Intro paragraph was too specific.
sdiff really can use a wider-than-80 character terminal window if you have
it available.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/04/06 19:04:22
Modified files:
faq : upgrade53.html
Log message:
screen -> window, which is closer to sthen@'s wording anyway...and ack
that it isn't always possible.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:07:24
Modified files:
security/amap : Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:08:41
Modified files:
security/apg : Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:10:19
Modified files:
devel/flawfinder: Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 20:10:33
Modified files:
usr.bin/ssh : log.c log.h ssh.1 ssh.c sshd.8 sshd.c
Log message:
Add -E option to ssh and sshd to append debugging logs to a specified file
instead of stderr or syslog. ok markus@, man page help jmc@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 20:16:03
Modified files:
regress/usr.bin/ssh: Makefile forwarding.sh integrity.sh
rekey.sh sshd-log-wrapper.sh test-exec.sh
Log message:
use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and
save the output from any failing tests. If a test fails the debug output
from ssh and sshd for the failing tests (and only the failing tests) should
be available in failed-ssh{,d}.log.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/06 20:32:03
Modified files:
sys/dev/ic : mfi.c
Log message:
david imhoff points out that the error handling in mfi_init_ccb gets the
index to which ccb to free wrong.
this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off
the free list rather than rely on the current index from the for loop
that we failed inside of.
thanks to david for finding this out.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/06 21:22:05
Modified files:
sys/dev/pci : if_bge.c
Log message:
check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.
found by david imhoff.
tested by david on a 5719 and by me on a 5720 and 5721
CVSROOT: /cvs
Module name: ports
Changes by: matthieu@cvs.openbsd.org 2013/04/07 01:09:54
Modified files:
net/iperf : Makefile
Log message:
SEPARATE_BUILD breaks ipv6 support detection in configure.
ok lteo@ (maintainer), naddy@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 01:12:53
Modified files:
devel/glib2/patches: patch-glib_Makefile_in
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 02:47:33
Modified files:
print/splix : Makefile
Added files:
print/splix/patches: patch-src_pstoqpdl_cpp
Log message:
Fix the pstoqpdl driver: allow printing from iOS devices by inserting a
dummy "%%Creator" line.
from Martin Crossley
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:06:36
Modified files:
devel/py-xdg : Makefile
devel/py-xdg/pkg: PLIST
Log message:
Add python3 FLAVOR, it's needed for some parts of current speech-dispatcher.
okay ajacoutot@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:07:12
Modified files:
devel : Makefile
Log message:
Hook up py-xdg,python3.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:08:18
Modified files:
audio/speech-dispatcher: Makefile
Log message:
Add an explicit dependency on py-xdg,python3. Unbreaks spd-conf at least.
okay ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/07 03:40:27
Modified files:
usr.bin/ssh : sshd.8
Log message:
clarify -e text. suggested by & ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/07 03:54:31
Modified files:
textproc/mupdf : Makefile
textproc/mupdf/pkg: PLIST
Added files:
textproc/mupdf/patches: patch-Makefile
Log message:
re-add the processing tool, lost upstream...
okay sthen@
mubusy -> mutool
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 04:37:14
Modified files:
graphics/inkscape: Makefile distinfo
graphics/inkscape/pkg: PLIST
Log message:
Fix build with gtk2mm>=2.24.3.
Regen WANTLIB/PLIST while here.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:32:22
Modified files:
textproc/mupdf/patches: patch-Makefile
Log message:
turns out this was already committed upstream; add reference
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:35:16
Modified files:
textproc/mupdf : Makefile
Log message:
update license marker comment, this is now affero license (bleurgh)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:38:06
Modified files:
textproc/mupdf : Makefile
Added files:
textproc/mupdf/patches: patch-apps_x11_main_c
Log message:
add patch from http://bugs.ghostscript.com/show_bug.cgi?id=693679 fixing
painfully slow scrolling at higher dpi
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:51:42
Removed files:
www/mozilla-firefox/patches:
patch-toolkit_mozapps_installer_packager_mk
Log message:
remove patch-toolkit_mozapps_installer_packager_mk; from landry's git repo
reported by rpe@ nigel@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:02:41
ports/x11/gnome/libgnomecanvasmm/patches
Update of /cvs/ports/x11/gnome/libgnomecanvasmm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30838/patches
Log Message:
Directory /cvs/ports/x11/gnome/libgnomecanvasmm/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:03:16
Modified files:
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgnomecanvasmm/pkg: DESCR
Added files:
x11/gnome/libgnomecanvasmm/patches: patch-demos_canvas_cc
patch-demos_canvas_cc.orig
patch-libgnomecanvas_libgnomecanvasmm_init_cc
patch-libgnomecanvas_libgnomecanvasmm_properties_h
Log message:
Fix build with gtkmm>=2.24.3.
breakage reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:19:23
Removed files:
x11/gnome/libgnomecanvasmm/patches: patch-demos_canvas_cc.orig
Log message:
Remove bogus.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 08:20:50
Modified files:
audio/rhythmbox: Makefile distinfo
audio/rhythmbox/pkg: DESCR PLIST
Removed files:
audio/rhythmbox/patches: patch-data_ui_rhythmbox-ui_xml
Log message:
Update to rhythmbox-2.99.
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/04/07 08:34:35
Modified files:
games/flare : Makefile distinfo
games/flare/pkg: PLIST
Log message:
- Update to 0.18.
- Change MASTER_SITES.
- Update my mail while here.
OK bentley@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/07 09:33:02
Modified files:
security/spiped: Makefile distinfo
security/spiped/pkg: PLIST
Log message:
Update spiped to 1.3.0.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/04/07 13:14:11
Modified files:
net/enet : Makefile distinfo
Log message:
update to enet 1.3.7
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/07 13:14:46
Modified files:
sysutils/p5-Sys-Virt: Makefile distinfo
sysutils/p5-Sys-Virt/pkg: PLIST
Removed files:
sysutils/p5-Sys-Virt/pkg: PFRAG.shared
Log message:
update to p5-Sys-Virt-1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/07 14:07:24
Modified files:
devel/cvsweb : Makefile
devel/cvsweb/patches: patch-cvsweb_cgi patch-cvsweb_conf
patch-cvsweb_conf-netbsd
devel/cvsweb/pkg: README
Log message:
More perl 5.16 fixes:
* Add further modules to README so that "annotate" will work.
* Fix a deprecation warning.
ok tobias@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 14:09:23
Modified files:
x11/ratpoison : Makefile distinfo
x11/ratpoison/pkg: PLIST
Removed files:
x11/ratpoison/patches: patch-Makefile_in patch-configure_in
patch-contrib_allwindows_sh
patch-src_config_h_in
Log message:
update to ratpoison 1.4.6, from Jeremie Courreges-Anglas,
with input from william@ (maintainer).
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/07 14:58:25
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
Make the SO_BINDANY socket option also work for raw IPv6 sockets.
OK markus@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/07 16:21:26
Modified files:
databases/mariadb/pkg: README-server
Log message:
MySQL -> MariaDB
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/07 16:48:29
Modified files:
games/manaplus : Makefile distinfo
Log message:
Update games/manaplus to 1.3.3.31
Remove a redundant declaration of EXTRACT_SUFX, one is enough.
ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/07 18:56:21
Modified files:
app/cwm : menu.c
Log message:
missing prototype
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/07 20:49:53
Modified files:
databases/mariadb/pkg: README-server
Log message:
Fix this for the different length of the name.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/07 21:08:38
Modified files:
lib/libc/sys : getrlimit.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
getrlimit(2) RLIMIT_STACK wording suggested by jmc@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/07 22:27:42
Modified files:
emulators/sdlmess: Makefile distinfo
Log message:
Update emulators/sdlmess to 0.148u2 (sync with emulators/sdlmame).
Like sdlmame, disable the Qt-based debugger.
ok rfreeman@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/07 23:43:33
Modified files:
sys/dev/pci/drm/i915: intel_display.c
Log message:
Don't clobber crtc->fb when queue_flip fails
from linux 3.8.6
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/07 23:46:12
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
Use the fixed pixel clock for eDP in intel_dp_set_m_n()
from linux 3.8.6
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/07 23:55:04
Modified files:
lib/libc/sys : getrlimit.2
Log message:
zap trailing whitespace;
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/08 00:16:18
Modified files:
sys/dev/pci : if_ale.c
Log message:
Fix typo in ale_stop_mac().
From FreeBSD
ok kevlo@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 00:26:12
Modified files:
lib/libc/sys : getsockopt.2 gettimeofday.2 listen.2 read.2
write.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 00:27:41
Modified files:
geo/libchamplain: Makefile
Log message:
hobbits take maintainership
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 00:32:31
Modified files:
de : 53.html events.html ftp.html
faq/pf/de : index.html
faq/pf/nl : index.html
faq/pf/pt : index.html
nl : ftp.html
openbgpd/de : ftp.html
openbgpd/pt : ftp.html
openntpd/de : ftp.html portable.html
openntpd/pt : ftp.html portable.html
opensmtpd/de : index.html portable.html
opensmtpd/nl : index.html portable.html
openssh/de : ftp.html portable.html
openssh/nl : ftp.html portable.html
papers/de : index.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/08 00:50:07
Modified files:
usr.sbin/smtpd : to.c
Log message:
division of time_t does not necessarily fit in an int
spotted by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/08 00:51:00
Modified files:
www/seamonkey : Makefile
Log message:
Switch back i386 to use gcc 4.6. Building with clang hits MAXDSIZ limit
when linking libxul.so, as found out by espie@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:19:33
Modified files:
audio/gmpc-plugins: Makefile
Log message:
remove bogus configure switch (doesn't do anything)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/08 01:39:17
Modified files:
lib/libc/sys : write.2
Log message:
macro fix for previous;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:57:03
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
rework patch a bit based on feedback from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:59:10
Modified files:
audio : Makefile
Log message:
unhook gmpc-libnotify
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:59:19
Removed files:
audio/gmpc-libnotify: Makefile distinfo
audio/gmpc-libnotify/patches: patch-src_plugin_c
audio/gmpc-libnotify/pkg: DESCR PLIST
Log message:
remove gmpc-libnotify, as it's been non-functional for the better part of a year
and even the maintainer uses the standard notifications from gmpc itself.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/08 02:20:26
Log message:
Import gcc 4.8.
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html
Tested by me on amd64, i386 and powerpc and by brad@ on sparc64.
Adds support for -java on powerpc. -faggressive-loop-optimizations is
disabled by default in the port, and the default debugging format changed
to DWARF2 (instead of 4).
tweaks and ok tobiasu@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130804
N ports/lang/gcc/4.8/Makefile
N ports/lang/gcc/4.8/distinfo
N ports/lang/gcc/4.8/gcc4.port.mk
N ports/lang/gcc/4.8/pkg/PFRAG.I386-main
N ports/lang/gcc/4.8/pkg/PLIST-main
N ports/lang/gcc/4.8/pkg/PFRAG.PPC-main
N ports/lang/gcc/4.8/pkg/PLIST-f95
N ports/lang/gcc/4.8/pkg/PLIST-ada
N ports/lang/gcc/4.8/pkg/PLIST-c++
N ports/lang/gcc/4.8/pkg/PLIST-estdc
N ports/lang/gcc/4.8/pkg/PLIST-objc
N ports/lang/gcc/4.8/pkg/PLIST-java
N ports/lang/gcc/4.8/pkg/PFRAG.ITM-main
N ports/lang/gcc/4.8/pkg/PFRAG.ATOMIC-main
N ports/lang/gcc/4.8/pkg/PFRAG.QUADMATH-main
N ports/lang/gcc/4.8/pkg/PFRAG.SPARC-main
N ports/lang/gcc/4.8/patches/patch-boehm-gc_configure
N ports/lang/gcc/4.8/patches/patch-boehm-gc_dyn_load_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_config_h_in
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_config_macros_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_pthread_redirects_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_mach_dep_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_os_dep_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_pthread_support_c
N ports/lang/gcc/4.8/patches/patch-configure
N ports/lang/gcc/4.8/patches/patch-gcc_flags_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_threadlibs_c
N ports/lang/gcc/4.8/patches/patch-gcc_defaults_h
N ports/lang/gcc/4.8/patches/patch-gcc_configure
N ports/lang/gcc/4.8/patches/patch-gcc_ada_adaint_c
N ports/lang/gcc/4.8/patches/patch-gcc_ada_gcc-interface_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_builtins_c
N ports/lang/gcc/4.8/patches/patch-gcc_c-family_c-format_c
N ports/lang/gcc/4.8/patches/patch-gcc_c-family_c_opt
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_md
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_opt
N ports/lang/gcc/4.8/patches/patch-gcc_targhooks_c
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_exec-stack_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_openbsd-libpthread_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_pa_pa_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_openbsd1_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_sysv4_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_t-openbsd
N ports/lang/gcc/4.8/patches/patch-gcc_config_sparc_openbsd64_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_private_gcconfig_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_sparc_sparc_c
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_openbsdelf_h
N ports/lang/gcc/4.8/patches/patch-libgcc_config_host
N ports/lang/gcc/4.8/patches/patch-gcc_cp_g++spec_c
N ports/lang/gcc/4.8/patches/patch-gcc_fortran_f95-lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_go_go-lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_java_lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_lto_lto_c
N ports/lang/gcc/4.8/patches/patch-gcc_toplev_c
N ports/lang/gcc/4.8/patches/patch-gcc_testsuite_gcc_dg_format_format_h
N ports/lang/gcc/4.8/patches/patch-gcc_gcc_c
N ports/lang/gcc/4.8/patches/patch-gcc_common_opt
N ports/lang/gcc/4.8/patches/patch-libtool_m4
N ports/lang/gcc/4.8/patches/patch-gnattools_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libffi_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libffi_configure
N ports/lang/gcc/4.8/patches/patch-libffi_include_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_i386_c
N ports/lang/gcc/4.8/patches/patch-Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_gcc
N ports/lang/gcc/4.8/patches/patch-libgcc_libgcc2_c
N ports/lang/gcc/4.8/patches/patch-libgfortran_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libgfortran_configure
N ports/lang/gcc/4.8/patches/patch-libgo_config_libtool_m4
N ports/lang/gcc/4.8/patches/patch-libgo_configure
N ports/lang/gcc/4.8/patches/patch-libgomp_configure
N ports/lang/gcc/4.8/patches/patch-libiberty_cp-demangle_c
N ports/lang/gcc/4.8/patches/patch-gcc_ada_Make-generated_in
N ports/lang/gcc/4.8/patches/patch-libitm_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_configure
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_src_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_configure_host
N ports/lang/gcc/4.8/patches/patch-libjava_classpath_configure
N ports/lang/gcc/4.8/patches/patch-libjava_libltdl_configure
N ports/lang/gcc/4.8/patches/patch-libmudflap_configure
N ports/lang/gcc/4.8/patches/patch-libmudflap_mf-runtime_h
N ports/lang/gcc/4.8/patches/patch-libobjc_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libobjc_configure
N ports/lang/gcc/4.8/patches/patch-libquadmath_configure
N ports/lang/gcc/4.8/patches/patch-libssp_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libssp_configure
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_libsupc++_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libatomic_Makefile_in
N ports/lang/gcc/4.8/patches/patch-lto-plugin_Makefile_in
N ports/lang/gcc/4.8/patches/patch-lto-plugin_configure
N ports/lang/gcc/4.8/patches/patch-zlib_configure
N ports/lang/gcc/4.8/patches/patch-gcc_c_c-decl_c
N ports/lang/gcc/4.8/patches/patch-libgcc_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_pa_pa_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_misc_c
N ports/lang/gcc/4.8/patches/patch-libjava_prims_cc
N ports/lang/gcc/4.8/patches/patch-libgo_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_c
N ports/lang/gcc/4.8/patches/patch-gcc_opts_c
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_configure
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_driver-rs6000_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/08 02:21:42
Modified files:
lang/gcc : Makefile
Log message:
+ 4.8
CVSROOT: /cvs
Module name: src
Changes by: chrisz@cvs.openbsd.org 2013/04/08 02:24:56
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
This fixes hostname resolution for OpenVPN 2.3.1.
ok eric@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 03:05:42
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-src_share-extension_c
patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-configure_ac
Removed files:
x11/gnome/user-share/patches: patch-configure
Log message:
Proper conditionnals for bluetooth support.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:42:26
Modified files:
sys/arch/octeon/octeon: autoconf.c machdep.c
Log message:
allow octeon to find it's root device, based on the flags passed by U-Boot. The ${bootcmd}
needs to be something like 'bootoctlinux root=/dev/octcf0'.
This will be temporary untill we have proper bootblocks, but for now, this (in combination)
with an upcoming installer diff allows my CAM-0100 to autoboot straight of the disk, without
having to load the kernel via TFTP.
ok bcallah@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:45:57
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
create a small MSDOS partition from where u-boot will load the kernel.
feedback/ok halex@ krw@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:46:53
Modified files:
distrib/notes/octeon: install prep
Log message:
sync with recent developments
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:47:45
Modified files:
. : octeon.html
Log message:
sync with reality
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:48:28
Modified files:
. : octeon.html
Log message:
small style nit, from Rafael Neves
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:51:38
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
expand instructions for manually configuring the MBR.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/08 04:34:20
Modified files:
share/man/man4 : usb.4
sys/dev/usb : usb.c usb.h usbdi.h
Log message:
Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).
Those are the equivalents for ugen(4)'s USB_GET_CONFIG_DESC and
USB_GET_FULL_DESC.
Help and OK mpi@, jmc@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 06:11:52
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
sync with upstream's fix.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 06:18:12
Modified files:
devel/glib2/patches: patch-glib_gatomic_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 06:53:47
Modified files:
. : loongson.html
Log message:
Minor style nit.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 06:58:18
Modified files:
. : octeon.html
Log message:
More syncing with reality. Snapshot are currently available.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 07:02:31
Modified files:
app/cwm : group.c kbfunc.c menu.c mousefunc.c
Log message:
consistency
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 07:05:27
Modified files:
app/cwm : group.c
Log message:
reverse logic to make it like the others
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 07:13:58
Modified files:
lang/vala : Makefile distinfo
Log message:
update to vala-0.20.1
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/08 07:17:03
Modified files:
distrib/notes/octeon: install
Log message:
Grammar/wording tweaks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:49:44
ports/devel/libglademm/patches
Update of /cvs/ports/devel/libglademm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22211/patches
Log Message:
Directory /cvs/ports/devel/libglademm/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:50:23
Modified files:
devel/libglademm: Makefile
devel/libglademm/pkg: PLIST
Added files:
devel/libglademm/patches: patch-examples_derived_main_cc
patch-examples_variablesmap_main_cc
Removed files:
devel/libglademm/pkg: PFRAG.shared
Log message:
Fix build with gtkmm>=2.24.3
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:58:16
Modified files:
x11/gtkglextmm : Makefile
Added files:
x11/gtkglextmm/patches: patch-gtkglext_gtkmm_gl_drawingarea_h
patch-gtkglext_gtkmm_gl_widget_h
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/08 08:15:26
Modified files:
usr.bin/calendar/calendars: calendar.history
Log message:
lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrous
properties discovered in 43, but i've left the recorded date as the
first synthesised one;
from James J. Lippard
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 08:20:34
Modified files:
productivity/workrave: Makefile
Added files:
productivity/workrave/patches: patch-frontend_gtkmm_src_GUI_cc
patch-frontend_gtkmm_src_HeadInfo_hh
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 08:22:53
Modified files:
. : octeon.html
Log message:
Flesh out the history of the octeon port, bring it to where we are now.
Minor grammar tweak.
Discussed with and ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 08:36:23
Modified files:
sysutils/gsmartcontrol: Makefile
Added files:
sysutils/gsmartcontrol/patches:
patch-src_applib_cmdex_sync_gui_cpp
patch-src_gsc_init_cpp
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 09:12:08
Modified files:
editors/subtitleeditor: Makefile
Added files:
editors/subtitleeditor/patches:
patch-plugins_actions_configurekeyboardshortcuts_configurekeyboardshortcuts_cc
patch-src_color_h
patch-src_command_cc
patch-src_document_cc
patch-src_documentsystem_cc
patch-src_extension_subtitleformat_h
patch-src_main_cc
patch-src_style_cc
patch-src_stylemodel_cc
patch-src_styles_cc
patch-src_subtitle_cc
patch-src_subtitleformatio_cc
patch-src_subtitlemodel_cc
patch-src_subtitles_cc
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 09:13:06
Modified files:
x11/gnome/tweak-tool: Makefile distinfo
x11/gnome/tweak-tool/pkg: PLIST
Added files:
x11/gnome/tweak-tool/patches: patch-aclocal_m4
Removed files:
x11/gnome/tweak-tool/patches: patch-configure
Log message:
Update to gnome-tweak-tool-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 09:25:43
Modified files:
graphics/ufraw : Makefile distinfo
Log message:
tarball was rerolled upstream (new config.{guess,sub}).
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/04/08 09:32:23
Modified files:
sys/netinet : ip_divert.c
sys/netinet6 : ip6_divert.c
Log message:
Recalculate the IP and protocol checksums of packets (re)injected via
divert(4) sockets.
Recalculation of these checksums is necessary because (1) PF no longer
updates IP checksums as of pf.c rev 1.731, so translated packets that
are diverted to userspace (e.g. divert-packet with nat-to/rdr-to) will
have bad IP checksums and will be reinjected with bad IP checksums if
the userspace program doesn't correct the checksums; (2) the userspace
program may modify the packets, which would invalidate the checksums;
and (3) the divert(4) man page states that checksums are supposed to be
recalculated on reinjection.
This diff has been tested on a public webserver serving both IPv4/IPv6
for more than four weeks. It has also been tested on a firewall with
divert-packet and nat-to/rdr-to where it transferred over 60GB of
FTP/HTTP/HTTPS/SSH/DNS/ICMP/ICMPv6 data correctly, using IPv4/IPv6
userspace programs that intentionally break the IP and protocol
checksums to confirm that recalculation is done correctly on
reinjection. IPv6 extension headers were tested with Scapy.
Thanks to florian@ for testing the original version of the diff with
dnsfilter and Justin Mayes for testing the original version with Snort
inline. Thanks also to todd@ for helping me in my search for the cause
of this bug.
I would especially like to thank blambert@ for reviewing many versions
of this diff, and providing guidance and tons of helpful feedback.
no objections from florian@
help/ok blambert@, ok henning@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 09:43:04
Modified files:
app/cwm : mousefunc.c
Log message:
plug memleak; always need to menuq_clear even when a selection is made.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 09:54:11
Modified files:
textproc/icu4c : Makefile
Log message:
mark BROKEN on arm.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 10:36:22
Modified files:
audio/ardour : Makefile
Added files:
audio/ardour/patches: patch-gtk2_ardour_actions_cc
patch-gtk2_ardour_fft_result_h
patch-gtk2_ardour_imageframe_view_h
patch-gtk2_ardour_mixer_ui_cc
patch-libs_gtkmm2ext_fastmeter_cc
patch-libs_gtkmm2ext_idle_adjustment_cc
patch-libs_gtkmm2ext_stateful_button_cc
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/08 10:45:07
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
work around bob
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 11:06:56
Modified files:
graphics/ffmpeg: Makefile distinfo
graphics/ffmpeg/patches: patch-configure patch-library_mak
graphics/ffmpeg/pkg: PLIST
Removed files:
graphics/ffmpeg/patches: patch-libavcodec_libgsm_c
Log message:
Update to FFmpeg 20130319 snapshot. From 1.2 branch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 11:08:36
Modified files:
x11/mplayer : Makefile
Removed files:
x11/mplayer/patches: patch-fmt-conversion_c
patch-libmpdemux_mp_taglists_c
Log message:
Update after FFmpeg 20130319 update.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:53:54
Modified files:
mail/dovecot : Makefile distinfo
mail/dovecot/pkg: PLIST-server
Log message:
Update to Dovecot 2.1.16.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:54:43
Modified files:
mail/dovecot-pigeonhole: Makefile distinfo
Log message:
Update to Dovecot-pigeonhole 0.3.4.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:55:26
Modified files:
mail/dovecot-antispam: Makefile
Log message:
Update for Dovecot 2.1.16.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 13:24:19
Modified files:
www/p5-WWW-YouTube-Download: Makefile distinfo
www/p5-WWW-YouTube-Download/pkg: PLIST
Added files:
www/p5-WWW-YouTube-Download/patches: patch-bin_youtube-playlists
Removed files:
www/p5-WWW-YouTube-Download/patches: patch-Makefile_PL
Log message:
update to p5-WWW-YouTube-Download, from maintainer Mikolaj Kucharski
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 13:35:00
Modified files:
lib/libc/sys : mmap.2 getfh.2 mquery.2
Log message:
Use .Er for errno E* constants
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 13:49:55
Modified files:
lib/libc/sys : lseek.2 nanosleep.2 socket.2 socketpair.2
truncate.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/08 14:03:15
Modified files:
lib/libc/asr : res_query.c res_send.c
Log message:
Do not fail if the user buffer is too short to hold the packet: fill it up
to the given size and return the packet length.
issue spotted by weerd@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 14:56:32
Modified files:
graphics/ufraw : distinfo
Log message:
unbreak; pointed out by naddy (moved to DIST_SUBDIR to avoid problems with
mismatching distfiles, but I regen'd distinfo before that, and forgot to redo).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 14:58:21
Modified files:
infrastructure/db: user.list
Log message:
reserve id for c-icap
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/08 15:32:19
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
A few changes that reduce the diffs to the Linux code. Mostly style issues,
but in one case change the errno value that gets returened to match Linux.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 16:23:41
Modified files:
www/ruby-jekyll: Makefile distinfo
Removed files:
www/ruby-jekyll/patches: patch-_metadata
Log message:
- update to jekyll-0.12.1
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/08 16:28:04
Modified files:
devel/geany : Makefile distinfo
devel/geany/patches: patch-doc_Makefile_in
devel/geany/pkg: PLIST
Log message:
Update to geany 1.2.3.
benoit@ ok. maintainer timed-out.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 17:43:33
Modified files:
x11/mplayer : Makefile
Log message:
Partially revert previous commit and commit the proper fix for the FFmpeg update.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 19:47:04
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Add missing #ifdef CRYPTO around amd64_has_aesni
Diff from Silamael (Silamael (at) coronamundi.de)
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 19:50:02
Modified files:
sys/arch/i386/i386: trap.c
Log message:
Need #include "isa.h" for NISA
Diff from Christian Groessler (chris (at) groessler.org)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/08 20:56:50
Modified files:
sys/compat/common: tty_43.c
Log message:
knf. even old ttys need love.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/08 21:08:03
Modified files:
net/texapp : Makefile distinfo
Log message:
Update net/texapp to 0.4.4
ok lteo@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/08 23:41:13
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.81
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/09 00:21:22
Modified files:
emulators/vbam : Makefile
Added files:
emulators/vbam/patches: patch-src_gtk_main_cpp
Log message:
Fix build with gtkmm>=2.24.3; shoud be the last fallout.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/09 00:42:17
Modified files:
lib/libc/asr : asr_debug.c
Log message:
show what we parsed in debug output; ok guether@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:35:38
Modified files:
sys/netinet : in_pcb.c ip_input.c ip_ipsp.c ip_output.c
sys/netinet6 : ip6_output.c
Log message:
Remove read-only ipsec variables and directly use defines instead.
ok mikeb@, markus@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:42:48
Modified files:
sys/dev/usb : usb_subr.c usbdi_util.c usbdi_util.h
Log message:
There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()
directly this also makes it easier to understand which function actually
generates IO.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:47:56
Modified files:
sys/dev/usb : usbdi.c usbdi.h
Log message:
When submitting a request the device's default pipe is always
used, so do not pretend to support a different one and get rid
of the unused usbd_do_request_flags_pipe() function.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/09 02:58:46
Modified files:
usr.bin/ftp : fetch.c
Log message:
Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where
an https server attempts renegotiation. ok jung@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/09 03:21:36
Modified files:
devel/p5-common-sense: Makefile distinfo
Log message:
minor update, fixes spurious warnings with perl 5.16.
okay sthen@, kevlo@...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/09 07:28:02
Modified files:
devel/jenkins : Makefile distinfo
Log message:
- update to jenkins-1.510
ok ian@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/09 07:33:24
Modified files:
net/gupnp/dlna : Makefile distinfo
net/gupnp/dlna/pkg: PLIST
Log message:
- update to gupnp-dlna-0.10.1
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/09 08:03:05
Modified files:
games/valyriatear: Makefile distinfo
Log message:
Update games/valyriatear to 0.5.1
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/09 08:51:33
Modified files:
usr.sbin/bgpctl: bgpctl.c
usr.sbin/dvmrpctl: dvmrpctl.c
usr.sbin/ospfctl: ospfctl.c
usr.sbin/ripctl: ripctl.c
Log message:
do not store a time_t or the result of a time_t division in an int
prompted by deraadt@, ok claudio@ chl@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/09 11:32:20
Modified files:
x11/gnome/contacts: Makefile
Log message:
Missing goi, spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/04/09 12:30:34
Modified files:
bin/pax : tar.c tar.h
Log message:
Add extended header support for ustar. Currently only path and linkpath are
handled.
input from zhuk and guenther. tested by zhuk and sthen on a bulk.
ok guenther.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/04/09 12:47:14
Modified files:
sys/conf : newvers.sh
Log message:
newvers.sh uses 'basename' to determine the directory name to stamp the
kernel version ID with, but it did not account for spaces in the name,
leading to version strings like "OpenBSD 5.3-current ()". Quote the
call to basename to permit paths with spaces in the name.
ok halex@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/04/09 12:58:03
Modified files:
sys/kern : subr_hibernate.c
sys/sys : hibernate.h
Log message:
Add a magic number to the head of the signature block. Check for magic
number match during signature block read during speculative unhibernate on
boot. If the magic number matches but we have otherwise chosen to not
unhibernate (due to kernel/memory mismatch), clear the signature block
early to avoid accidentally trying to unhibernate on subsequent boots. This
prevents accidental unhibernates and endless unhibernate/reboot cycles.
Add a define for HIBERNATE_DEBUG for various debugging printfs (disabled by
default).
Finally, change some KASSERTs to warning printfs (they probably shouldn't
have been KASSERTs in the first place).
"looks good" deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/09 13:51:37
Added files:
infrastructure/bin: portimport
infrastructure/man/man1: portimport.1
Log message:
add portimport
portimport is used to import the directories and files of a new
port to the OpenBSD ports cvs(1) repository, avoiding common mistakes.
It has to be executed from within the new port's directory.
please read the BUGS section in portimport(1) for details about the
user login used to connect to cvs.openbsd.org !!
addition suggested by and OK sthen@
no objections from jasper@ espie@ aja@
manpage nits jmc@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/09 14:21:46
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
unobfuscate my entry
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/09 14:54:33
Modified files:
devel/p5-Time-TimeDate: Makefile distinfo
devel/p5-Time-TimeDate/pkg: PLIST
Log message:
update to p5-Time-TimeDate 2.30 and drop USE_GROFF
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/04/09 15:58:57
Modified files:
x11/gtk+3 : Makefile
Log message:
Less pessimistic CFLAGS on powerpc to work around the life analysis bug
exposed by gtkcssselector.c; faulting file reduced to a 36 line testcase
which is being investigated at the moment.
ok ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/09 19:35:55
Modified files:
sys/dev : ipmi.c
sys/dev/acpi : dsdt.c
sys/dev/isa : it.c
sys/dev/onewire: onewire.c
sys/dev/pci : if_san_common.c
sys/dev/pci/drm: drm_drv.c
sys/kern : kern_bufq.c
sys/net : if_pppx.c
sys/netinet6 : icmp6.c
Log message:
Fix various glitches in queue macro usage.
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/09 20:47:10
Modified files:
devel/jdk/1.6 : Makefile distinfo
Added files:
devel/jdk/1.6/patches: patch-jdk_make_sun_awt_mawt_gmk
Removed files:
devel/jdk/1.6/patches: patch-hotspot_src_share_vm_runtime_os_cpp
Log message:
- unbreak native_bootstrap FLAVOR by adjusting SUPDISTFILES location
- fix awt problems by including libfontconfig.so in bootstrap jdk
- remove lack of ORIGIN support work-around
- fix include path order in awt
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/09 20:49:05
Modified files:
devel/jdk/1.7 : Makefile
devel/jdk/1.7/patches:
patch-jdk_src_share_classes_sun_applet_AppletPanel_java
Added files:
devel/jdk/1.7/patches: patch-hotspot_src_share_vm_runtime_os_cpp
patch-jdk_make_common_Defs-bsd_gmk
patch-jdk_make_sun_awt_mawt_gmk
patch-jdk_src_share_classes_sun_awt_FontConfiguration_java
Log message:
- remove lack of ORIGIN support work-around
- remove build dir from rpath
- fix include path order in awt
- fix FontConfiguration logic for BSD
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/09 20:57:21
Modified files:
usr.bin/which : Makefile whereis.1 which.c
Log message:
Get the standard path from _PATH_STDPATH instead of
sysctl({CTL_USER,USER_CS_PATH}). Expand that into the manpage
too.
_PATH_STDPATH suggested by miod@
Corrections from schwarze@ and jmc@
ok millert@ miod@ schwarze@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:33:33
Modified files:
www/liferea : Makefile distinfo
Log message:
Update to liferea 1.8.12 and remove USE_GROFF, maintainer timeout.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:37:32
Modified files:
sys/dev/usb : usbdi_util.c usbdi_util.h
Log message:
Remove unused function usb_find_desc().
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:39:43
Modified files:
sys/dev/usb : usb_subr.c usbdi.h
Log message:
Merge usb_devinfo* helper functions into usbd_print(), nothing else use
them.
ok ratchov@, mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:46:24
Modified files:
sys/dev/usb : if_kue.c
Log message:
Instead of refetching the descriptor from the device, just use the copy
already in memory retrieved during the autoconf USB attach logic. This
is a good example of how confusing can be the usbd_get_* functions.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:48:36
Modified files:
sys/dev/usb : usb_subr.c usbdi_util.c usbdi_util.h
Log message:
Merge usbd_get_device_desc() into the only function using them.
ok mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/10 02:29:56
Modified files:
lang/fpc : Makefile
Added files:
lang/fpc/patches: patch-fpcsrc_packages_openssl_src_openssl_pas
Log message:
Load libcrypto before libssl in the OpenSSL package.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 02:50:59
Modified files:
sys/net : if_pflow.c if_pppoe.c pf.c
pfkeyv2_parsemessage.c radix_mpath.c
sys/netinet : igmp.c ip_icmp.c ip_input.c ip_ipsp.c
ip_output.c ip_var.h ipsec_input.c
ipsec_output.c raw_ip.c tcp_input.c tcp_subr.c
tcp_usrreq.c tcp_var.h udp_usrreq.c
sys/netinet6 : in6_pcb.c nd6.c
Log message:
Remove various external variable declaration from sources files and
move them to the corresponding header with an appropriate comment if
necessary.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 03:40:02
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-configure_ac
patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-data_Makefile_am
patch-data_org_gnome_desktop_file-sharing-bluetooth_gschema_xml_in_in
patch-data_org_gnome_desktop_file-sharing_gschema_xml_in_in
Log message:
Split the sharing schema so that we don't install the bluetooth keys
which we don't support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 03:40:59
Modified files:
x11/gnome/controlcenter: Makefile
x11/gnome/controlcenter/patches:
patch-panels_sharing_cc-sharing-panel_c
Log message:
FILE_SHARING_SCHEMA_ID -> FILE_SHARING_BLUETOOTH_SCHEMA_ID where needed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 05:51:16
Modified files:
usr.bin/tmux : server-client.c
Log message:
Remove some code not needed on OpenBSD.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:07:18
Modified files:
usr.bin/tmux : tmux.1
Log message:
Missed -o from set-window-option, from Ben Boeckel.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:15:36
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Fix bug where end guard in control mode was not printed after session
destroyed, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:20:35
Modified files:
usr.bin/tmux : job.c
Log message:
Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 06:34:27
Modified files:
print/system-config-printer: Makefile
Log message:
Missing BUILD_DEPENDS; spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 06:58:52
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Assert that the refcount is larger than 0 when doing futex_put.
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 07:11:24
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Sprinkle a few debug printfs that helped me in the past.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/10 07:13:47
Modified files:
build : mirrors.dat
Log message:
ftp/rsync are broken on mirrors.gigenet.com
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/10 07:14:08
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: sthen@cvs.openbsd.org 2013/04/10 07:15:14
Modified files:
converters/p5-DateManip: Makefile distinfo
converters/p5-DateManip/pkg: PLIST
Log message:
update to p5-DateManip 6.39, ok espie@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 07:17:42
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Prevent multiple futex pool initializations.
This is a temporary (ugly) fix, the pool init call should be moved from
linux_elf_probe into a better place.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:13:53
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-type-utils_c
Added files:
x11/gnome/tracker/patches: patch-configure_ac
patch-m4_intltool_m4
patch-src_libtracker-extract_tracker-utils_c
patch-src_tracker-needle_tracker-utils_c
Removed files:
x11/gnome/tracker/patches: patch-configure
patch-src_libtracker-common_Makefile_in
patch-src_libtracker-common_tracker-dbus_c
patch-src_libtracker-common_tracker-os-dependant-unix_c
patch-src_libtracker-miner_tracker-password-provider_c
patch-src_tracker-control_Makefile_in
patch-src_tracker-control_tracker-control-general_c
patch-src_tracker-needle_tracker-utils_vala
Log message:
Rework all kvm(3) patches to a state closer to being commitable upstream.
Fix a few implicit declarations.
Remove patch-src_libtracker-miner_tracker-password-provider_c which is not
needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/04/10 08:14:37
Modified files:
sysutils/sec : Makefile distinfo
Log message:
maintenance update to 2.7.1
ok ajacoutot
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:29:53
Modified files:
x11/gnome/settings-daemon: Makefile
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Fix a race condition that could lead to a crash (upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:30:43
Modified files:
x11/gnome/tracker: Makefile
Added files:
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-dbus_c
patch-src_libtracker-common_tracker-os-dependant-unix_c
patch-src_tracker-control_tracker-control-general_c
Log message:
cvs(1) missed those...???
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 09:41:47
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-tests_libtracker-common_tracker-sched-test_c
Added files:
x11/gnome/tracker/patches: patch-src_tracker-needle_Makefile_in
patch-src_tracker-needle_tracker-utils_vala
Removed files:
x11/gnome/tracker/patches:
patch-src_tracker-needle_tracker-utils_c
Log message:
Fix another implicit declaration.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/10 10:14:28
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 26.0.1410.63
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 11:07:39
Modified files:
print/cups-filters/patches: patch-utils_cups-browsed_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 11:17:23
Modified files:
print/cups-filters: Makefile
print/cups-filters/patches: patch-utils_cups-browsed_c
Log message:
Forgot to sync the patch in previous.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/10 12:46:43
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-base_atomicops_h
patch-chrome_chrome_browser_gypi
Log message:
update some patches
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/10 13:08:09
Modified files:
app/cwm : xutil.c
Log message:
_NET_WM_NAME is UTF8_STRING type
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/10 14:55:34
Modified files:
sys/arch/hppa/hppa: trap.c
Log message:
Correctly handle data memory protection ID traps: if occuring in user mode,
SIGSEGV the process; if occuring in kernel mode, check for a possible
pcb_onfault to recover, before otherwise panicing.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 18:44:26
Modified files:
bin/pax : tar.c
Log message:
The tweaks I suggested to the previous diff resulted in the typeflag
being checked after it was overwritten by the next block read in.
Eliminate the argument aliasing that led to this being overlooked
by passing rd_xheader() the size and typeflag directly.
problem discovery and ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/10 20:27:50
Modified files:
usr.bin/ssh : packet.c
Log message:
quiet disconnect notifications on the server from error() back to logit()
if it is a normal client closure; bz#2057 ok+feedback dtucker@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 21:08:47
Modified files:
include : string.h
Log message:
Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)
Tweak standards exposure of memchr (never) and strdup (POSIX-2008)
Remove unnecessary tests of __BSD_VISIBLE
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 21:09:16
Modified files:
include : unistd.h
Log message:
getpgid() and getsid() were rolled into POSIX in 2008
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/10 22:30:59
Modified files:
sys/sys : sysctl.h
Log message:
copy out a blank string if no wmesg, so userland can rely on reading
p_wmesg[0] and not find junk leftover from before
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 00:13:17
Modified files:
devel/libgee : Makefile distinfo
Log message:
Update to libgee-0.10.1.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/11 01:27:27
Modified files:
usr.bin/tmux : tty.c
Log message:
Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which
treats \033[>4;1m and \033[4;1m (bold+underline). Reported & tested by
otto@.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/11 01:50:56
Modified files:
sys/dev/usb : usbdi.c
Log message:
Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.
ok ratchov@, mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/11 02:34:13
Modified files:
lang/gcc/4.8/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.6/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.7/patches: patch-gcc_ada_Make-generated_in
Log message:
Attempt to fix longstanding ada build failure when building in parallel by
forcing gnatmake to use -j1.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/04/11 03:11:51
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update youtube-dl to 2013.04.03.
From David Hill, thank you!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 03:45:03
Modified files:
audio/rhythmbox: Makefile
Log message:
Remove uneeded BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 04:03:32
Modified files:
x11/gnome/tracker/patches: patch-src_tracker-needle_Makefile_in
patch-tests_libtracker-common_tracker-sched-test_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 04:14:37
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-src_obexftp_c
patch-src_obexpush_c
patch-src_user_share-private_h
Log message:
Unbreak runtime.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 05:08:03
Modified files:
audio/rhythmbox: Makefile
audio/rhythmbox/pkg: PLIST
Log message:
Disable webkit support; our antique webkit port links to gstreamer-0.10
but rhythmbox uses and links to to gstreamer-1.0 so we end up with
symbol clashings and eventually a crash :-(
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/11 06:06:25
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c
ip_ipsp.h ip_output.c ip_spd.c ipsec_input.c
sys/netinet6 : ip6_output.c
Log message:
Remove the extern keyword from function declarations, document
sysctl declarations, move variables and functions used in only
one place in their corresponding file. No functional change.
No objection from markus@, ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 07:38:32
Log message:
Import libqalculate, somewhat useful math library, used by recent KDE 4 SC
versions.
Qalculate! is small and simple to use but with much power and
versatility underneath. Features include customizable functions,
units, arbitrary precision, plotting, and a graphical interface
that uses a one-line fault-tolerant expression entry (although it
supports optional traditional buttons).
Input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130411
N ports/math/libqalculate/Makefile
N ports/math/libqalculate/distinfo
N ports/math/libqalculate/patches/patch-configure_in
N ports/math/libqalculate/patches/patch-libqalculate_Calculator_cc
N ports/math/libqalculate/patches/patch-po_POTFILES_in
N ports/math/libqalculate/patches/patch-src_qalc_cc
N ports/math/libqalculate/pkg/DESCR
N ports/math/libqalculate/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 07:46:51
Modified files:
math/libqalculate: Makefile
Log message:
Missing textproc/intltool MODULE.
Remove uneeded BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:05:18
Log message:
Import astro/wcslib, used by KStars.
WCSLIB is a C library, supplied with a full set of Fortran wrappers,
that implements the "World Coordinate System" (WCS) standard in
FITS (Flexible Image Transport System).
Note: pgplot support is not compiled due to license restrictions of the
corresponding dependency.
input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130411
N ports/astro/wcslib/Makefile
N ports/astro/wcslib/distinfo
N ports/astro/wcslib/patches/patch-configure_ac
N ports/astro/wcslib/patches/patch-makedefs_in
N ports/astro/wcslib/pkg/DESCR
N ports/astro/wcslib/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:06:40
Modified files:
astro : Makefile
math : Makefile
Log message:
Hook up wcslib and libqalculate.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:08:07
Modified files:
astro/wcslib : Makefile
Log message:
Oops, missed TEST_DEPENDS - committed from the wrong directory.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 09:18:00
Modified files:
infrastructure/bin: portimport
infrastructure/man/man1: portimport.1
Log message:
Add -u option to portimport(1), allowing to specify your username in CVS.
BUGS section is gone now.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 09:40:21
Modified files:
astro/wcslib : Makefile
Log message:
jasper@ pointed out that there is a fortran MODULE, so use it for
astro/wcslib instead. Bump done for safety.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 09:41:20
Modified files:
mail/rcube-sieverules: Makefile
Log message:
correct license marker, tighten RUN_DEPENDS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 10:11:23
Log message:
add ports/mail/rcube-contextmenu, ok ajacoutot@
This plugin adds context menus to Roundcube's message list, folder list
and address book. The menus include the abilities to mark messages as
read/unread, delete, reply and forward.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130411
N ports/mail/rcube-contextmenu/Makefile
N ports/mail/rcube-contextmenu/distinfo
N ports/mail/rcube-contextmenu/pkg/DESCR
N ports/mail/rcube-contextmenu/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 10:12:15
Modified files:
mail : Makefile
Log message:
add rcube-contextmenu, and zap some stray whitespace
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 10:45:31
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.4.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:32:35
Modified files:
x11/mplayer/patches: patch-configure
Log message:
Remove png hack no longer necessary.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:34:00
Modified files:
multimedia/xine-lib: Makefile
multimedia/xine-lib/patches: patch-m4_decoders_m4
Removed files:
multimedia/xine-lib/patches: patch-m4_libFLAC_m4
Log message:
- Remove FLAC autoconf hacks that are no longer necessary
- Sync WANTLIBs
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:58:42
Modified files:
x11/vlc : Makefile distinfo
x11/vlc/patches: patch-configure_ac
x11/vlc/pkg : PLIST-main
Removed files:
x11/vlc/patches: patch-include_vlc_common_h
patch-include_vlc_cpu_h
patch-modules_codec_avcodec_audio_c
patch-modules_codec_avcodec_avcodec_c
patch-modules_codec_avcodec_avcodec_h
patch-modules_codec_avcodec_encoder_c
patch-modules_demux_asf_asf_c
patch-modules_demux_mkv_Ebml_parser_cpp
patch-modules_demux_mkv_Ebml_parser_hpp
patch-modules_video_filter_deinterlace_yadif_h
Log message:
Update to VLC 2.0.6.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 12:37:53
Modified files:
x11/gnome/tracker/patches:
patch-src_tracker-extract_tracker-extract-mp3_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 13:15:21
Modified files:
lib/libc/arch/m88k: SYS.h
Log message:
Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling with
-fPIC. Harmless since we build libc -fpic so far.
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/11 14:19:16
Modified files:
lib/libc/asr : asr.c
Log message:
Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit
of resolver context for each resolver call for single threaded
programs. With and ok tedu@ ok eric@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 14:26:10
Modified files:
multimedia/mkvtoolnix: Makefile
multimedia/mkvtoolnix/patches: patch-configure
Log message:
- Takeover as MAINTAINER
- Sort WANTLIB / LIB_DEPENDS / CONFIGURE_ARGS
- Remove unnecessary CONFIGURE_ARGS options
- Remove some LDFLAGS hacks
- Remove now unnecessary chunk of the autoconf patch
- Tidy up the Makefile a bit
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 14:58:34
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h
Log message:
Do not abuse -finhibit-size-directive to control tight code alignment:
- turn FUNCTION_BOUNDARY into a constant, as intended, since its value
is used (among other things) to decide the alignment to expect from a
function pointer value.
- remove LABEL_ALIGN_AFTER_BARRIER. There is no reason to align jump
destinations on half a cache line, and the MI default for this value
is good enough.
However, in order to preserve the intent of what FUNCTION_BOUNDARY used to
be defined as, initialize align_functions to sensible values in
m88k_override_options(), unless -falign-functions=... is specified.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 15:02:19
Modified files:
databases/mariadb: Makefile
databases/mariadb/pkg: PLIST-main PLIST-server
Log message:
Move mytop back to the server sub-package where I had it originally.
It requires DBD::mysql which the server sub-package already has and
I don't want to add more dependencies to the client sub-package.
Plus add the missing dependency on Term::ReadKey for mytop.
From giovanni@ OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/11 15:52:18
Modified files:
usr.bin/tmux : clock.c tmux.c
Log message:
Call setlocale(LC_TIME) at startup.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/11 18:27:32
Modified files:
usr.sbin/dhcpd : sync.c
Log message:
Unbreak lease synchronization by making the sync header contain the
correct packet length even when paddding is present. Previously the
HMAC calculated by the receiver would not be based on the whole
packet.
Problem noted and essentially identical diffs from Kapetanakis Giannis
via misc@ and then Johan Ymerson via bugs@.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/11 18:55:29
Modified files:
. : plus.html
Log message:
plus.html for April 1-7, with no zfs :-( . ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 19:11:32
Modified files:
devel/boost : Makefile
Added files:
devel/boost/patches: patch-boost_config_posix_features_hpp
Log message:
Let Boost know OpenBSD has certain POSIX features but Boost does
not enable the use of said features because the POSIX feature
groups are not enabled yet due to missing functions/features
within respective feature groups.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 22:48:52
Modified files:
sys/arch/m88k/m88k: trap.c
Log message:
Double-register load and store instructions using an odd-numbered register as
the low part trigger an `illegal instruction' trap on the 88110 (and I can't
see this documented anywhere in the manual). Of course there is code "in the
wild" which uses such constructs (libgmp is one such example).
Extend double_reg_fixup() to take the trap type as an extra argument, and
explicitely allow ld.d or st.d instructions with odd-numbered registers at
aligned addresses if we are invoked from the `illegal instruction' trap
handler, to give this code a chance to run on 88110.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 23:05:21
Modified files:
de : loongson.html
openbgpd/pt : ftp.html
openntpd/pt : ftp.html portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 23:16:03
Modified files:
security/gnutls: Makefile
Log message:
Update license marker as the license changed with 3.1.10.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 23:46:16
Modified files:
databases/evolution-data-server: Makefile
Added files:
databases/evolution-data-server/patches:
patch-addressbook_libebook_e-book-client_c
patch-addressbook_libedata-book_e-book-backend-sqlitedb_c
patch-calendar_backends_file_e-cal-backend-file_c
patch-calendar_libecal_e-cal-client_c
patch-camel_camel-imapx-server_c
patch-camel_camel-imapx-server_h
patch-camel_camel-imapx-store_c
patch-camel_camel-imapx-summary_c
patch-modules_owncloud-backend_owncloud-utils_c
Log message:
Merge several bug fixed from upstream (memory corruption, memory leaks...).
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/12 01:21:59
Modified files:
devel/lua-lgi : Makefile distinfo
Log message:
- update to lua-lgi-0.7.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/12 01:26:44
Modified files:
x11/gnome/gjs : Makefile
Added files:
x11/gnome/gjs/patches: patch-gi_arg_c
patch-test_js_testEverythingBasic_js
Log message:
fix a crasher (from upstream)
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/12 02:22:10
Modified files:
devel/libusb1 : Makefile
devel/libusb1/patches: patch-libusb_os_openbsd_usb_c
Log message:
Make use of the new usb(4) ioctls to retrieve the config descriptor from
memory instead of generating I/O as adertised by the libusb API.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/12 02:32:53
Modified files:
sys/dev/pci/drm/i915: intel_crt.c
Log message:
Now we can handle bitbanging enable the fallback method of getting
the crt edid if normal gmbus access failed.
Seems to resolve problems Christopher Zimmermann was seeing fetching
the crt edid.
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/04/12 04:01:47
Modified files:
lang/gcc/4.8 : Makefile distinfo
lang/gcc/4.8/patches: patch-gcc_ada_adaint_c
patch-gcc_ada_gcc-interface_Makefile_in
lang/gcc/4.8/pkg: PLIST-ada
Added files:
lang/gcc/4.8/patches: patch-gcc_ada_system-openbsd-sparcv9_ads
lang/gcc/4.8/pkg: PFRAG.I386-ada
Log message:
Add Ada support for sparc64.
Use SJLJ exceptions instead of ZCX because gcc produces broken code
for the later. Enable ncpu detection in the runtime for all archs.
ok pascal@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/12 04:22:34
Modified files:
sysutils/dfc : Makefile distinfo
sysutils/dfc/patches: patch-CMakeLists_txt
Log message:
- update dfc to 3.0.2
- update patches and MASTER_SITES
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 04:39:04
Modified files:
sysutils/bacula: Makefile distinfo
sysutils/bacula/patches: patch-Makefile_in patch-configure
patch-src_qt-console_main_cpp
patch-src_tools_Makefile_in
sysutils/bacula/pkg: PLIST-bat
Removed files:
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Update to bacula-5.2.13.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 04:47:38
Modified files:
www/bacula-web : Makefile distinfo
www/bacula-web/pkg: PLIST
Log message:
Update to bacula-web-5.2.13.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 05:37:46
Modified files:
x11/gnome/rygel: Makefile distinfo
x11/gnome/rygel/pkg: PLIST
Log message:
Update to rygel-0.18.0 and unbreak.
Use a working libtool(1), i.e. the GNU one.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/12 06:44:31
Modified files:
usr.bin/tmux : cmd-source-file.c
Log message:
Copy the client into the new cmdq in source-file so commands that work
on it (such as new-session) can work. Fixes issue reported by oss-adv at
users dot sf dot net.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/12 06:50:37
Modified files:
usr.bin/tmux : utf8.c
Log message:
Remove some Korean characters from the zero-width list that apparently
shouldn't be there, from Jeong Mok Cho.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/12 06:58:39
Modified files:
sys/dev/usb : if_athn_usb.c if_atu.c if_otus.c if_ral.c
if_rsu.c if_uath.c ueagle.c umbg.c uow.c
usbdi.c usbdi.h uticom.c
Log message:
Instead of using a wrapper around usbd_transfer() when submitting a
transfer synchronously just pass the USBD_SYNCHRONOUS flag like any
other flags when creating a transfer.
ok sthen@, mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/12 07:05:56
Modified files:
sys/dev/usb : usbdi.c
Log message:
usbd_setup_default_xfer() already use the default device's pipe so there's
no need to reset it afterward.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:06:38
Modified files:
comms/hylafax : Makefile
Log message:
Add a missing run dependency on print/ghostscript/gnu
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:11:26
Log message:
import p5-IO-Socket-IP, a better replacement for IO:Socket perl module.
Hints and ok sthen@
IO::Socket::IP provides a protocol-independent way to use IPv4 and
IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most
constructor arguments and methods are provided in a backward-compatible
way.
Status:
Vendor Tag: giovanni
Release Tags: giovanni_20130412
N ports/net/p5-IO-Socket-IP/Makefile
N ports/net/p5-IO-Socket-IP/distinfo
N ports/net/p5-IO-Socket-IP/pkg/DESCR
N ports/net/p5-IO-Socket-IP/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:23:57
Modified files:
net : Makefile
Log message:
+p5-IO-Socket-IP
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:35:57
Modified files:
mail/amavisd-new: Makefile
Log message:
Add a dependency on net/p5-IO-Socket-IP, this module is preferred over IO::Socket::Inet
ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 08:46:30
Modified files:
app/cwm : calmwm.c calmwm.h screen.c
Log message:
push Screenq into screen_init
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 08:49:16
Modified files:
app/cwm : calmwm.c
Log message:
makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/12 09:22:26
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
Fix the log messages displayed to the user.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 10:41:06
Modified files:
x11/gnome/shell: Makefile
Log message:
Missing RUN_DEPENDS on net/telepathy/telepathy-logger.
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/04/12 11:12:55
Modified files:
devel/libplist : Makefile distinfo
devel/libplist/pkg: PLIST-main
Log message:
Update to libplist-1.10.
Help and OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/12 11:25:58
Modified files:
usr.bin/calendar/calendars: calendar.birthday
Log message:
correct spelling is "Christiaan Huygens"; from James J. Lippard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/12 11:39:57
Modified files:
textproc/icu4c : Makefile
devel/cmake : Makefile
Log message:
Replace BROKEN-arm with arch-conditional "CFLAGS += -O1 -fno-stack-protector".
Big thanks to miod@ for tracking down the area in which the problem lies
and suggesting this workaround.
Unbreaks a big chunk of the ports tree on arm.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/12 12:22:49
Modified files:
usr.sbin/smtpd : aliases.c bounce.c control.c expand.c lka.c
mda.c mfa_session.c mta.c mta_session.c queue.c
smtp_session.c smtpctl.c smtpd-api.h smtpd.c
smtpd.h table_db.c table_static.c to.c util.c
Log message:
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
consistency and clarity. Remove useless and confusing extra byte in
a few arrays based on this define.
ok gilles@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 14:45:57
Modified files:
app/cwm : client.c
Log message:
we already set window state in client_hide or client_unhide right before, so
there's no need to do it again.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 14:54:27
Modified files:
app/cwm : client.c
Log message:
we handle WM_STATE here, so remove misleading comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/12 15:44:53
Modified files:
net/nagios/nsca-ng: Makefile distinfo
net/nagios/nsca-ng/patches: patch-etc_nsca-ng_cfg
Removed files:
net/nagios/nsca-ng/patches: patch-man_nsca-ng_cfg_in
patch-src_server_conf_c
patch-src_server_nsca-ng_c
Log message:
update to NSCA-ng 1.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:28:36
Modified files:
games/grhino : Makefile
games/grhino/patches: patch-configure
games/grhino/pkg: PLIST
Log message:
Use the x11/gnome MODULE and remove explicit dependency on rarian.
Install the desktop file and add the goo.
Remove pthread patch.
ok rpointel@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:40:23
Modified files:
audio/rhythmbox: Makefile distinfo
Removed files:
audio/rhythmbox/patches: patch-plugins_Makefile_in
patch-plugins_audioscrobbler_rb-audioscrobbler-entry_c
patch-plugins_audioscrobbler_rb-audioscrobbler_c
Log message:
Update to rhythmbox-2.99.1.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 02:46:07
Modified files:
textproc/sphinx: Makefile
Log message:
reduce Makefile eyebleedingness slightly; no package change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:53:10
Modified files:
graphics/jbigkit: Makefile distinfo
graphics/jbigkit/patches: patch-Makefile patch-libjbig_Makefile
patch-pbmtools_Makefile
patch-pbmtools_jbgtopbm_c
graphics/jbigkit/pkg: DESCR PLIST
Removed files:
graphics/jbigkit/pkg: PFRAG.shared
Log message:
Update to jbigkit-2.0.
This adds the lightweitgh version of the jbig library: jbig85 which is
needed by a WIP update of graphics/splix.
from Martin Crossley with some tweaks
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:53:47
Modified files:
graphics/netpbm: Makefile
Added files:
graphics/netpbm/patches: patch-converter_other_jbig_jbigtopnm_c
Log message:
Fix build after jbigkit update to 2.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:54:19
Modified files:
x11/kde/office3: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/04/13 02:57:10
Modified files:
sys/dev/ic : ar5212.c
Log message:
Perform a warm reset instead of putting the hardware into full sleep mode
to avoid system hangs upon 'ifconfig down up' with some AR5212 hardware.
Linux uses the same workaround. Diff from Dinar Talypov (t.dinar.m at gmail).
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/13 03:11:02
Modified files:
www/webkit : Makefile distinfo
www/webkit/patches: patch-GNUmakefile_in
patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp
patch-Source_WebCore_plugins_PluginDatabase_cpp
patch-configure
www/webkit/pkg : PLIST
Added files:
www/webkit/patches:
patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common_h
patch-Source_JavaScriptCore_jit_ExecutableAllocator_h
patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm
patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm
patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp
patch-Source_JavaScriptCore_offlineasm_cloop_rb
patch-Source_ThirdParty_leveldb_port_port_posix_h
patch-Source_WTF_wtf_Atomics_cpp
patch-Source_WTF_wtf_Atomics_h
patch-Source_WTF_wtf_InlineASM_h
patch-Source_WTF_wtf_Platform_h
patch-Source_WTF_wtf_RAMSize_cpp
patch-Source_WTF_wtf_dtoa_utils_h
patch-Source_WebKit2_Platform_CoreIPC_unix_ConnectionUnix_cpp
Removed files:
www/webkit/patches:
patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp
patch-Source_JavaScriptCore_runtime_UString_h
patch-Source_JavaScriptCore_wtf_Atomics_h
patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp
patch-Source_JavaScriptCore_wtf_Platform_h
patch-Source_JavaScriptCore_wtf_TCSpinLock_h
patch-Source_JavaScriptCore_wtf_dtoa_utils_h
patch-Source_WebCore_platform_text_TextBreakIterator_h
patch-Source_WebKit_gtk_resources_error_html
Log message:
Major update to webkit 2.0.0.
- add ruby to BDEPS. Webkit build system now uses autohell, python, ruby and perl \o/
- set MODRUBY_REV = 1.8 on sparc64 since 1.9 is broken there
- disable WebKit2 support, it needs shm_open()/shm_unlink()
- switch from gstreamer-0.10 to gstreamer1
- force-disable JIT/ASSEMBLER on non-jit archs, builds fails otherwise (bug #113638)
- only build NumberPrototype.cpp with -O0 on sparc64, not the damn whole thing
- use -Wl,--relax on ppc otherwise linking fails
- move some patches around since JavaScriptCore/wtf moved to WTF/wtf
- dont uselessly rerun make within make during install, gmake blows
- blindly backport upstream r144077 to fix mips64 build
- backport bits of #103128 & r145551 to fix powerpc build
- backport r147967 & more to fix bashisms in configure
- bug #109932 forced the use of gcc >= 4.7 or clang >= 3.0, but this is
only for WebKit2 so loosen the check atm
Tested working fine on amd64 & i386, went in bulk builds, known broken
at runtime on ppc (being worked on. or not.) should build on mips64el
(and maybe even run!) and sparc64 (wont run! ever! nothing new here..),
but 'someone' will care about the poor exotic archs and fix'em, right ?
After too much prodding from the gnome maintainers who desperately need it
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/13 03:14:06
Modified files:
audio/gmpc-plugins: Makefile
mail/evolution : Makefile
mail/evolution-rss: Makefile
mail/evolution-ews: Makefile
www/liferea : Makefile
www/py-webkitgtk: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/empathy: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/sushi: Makefile
x11/gnome/yelp : Makefile
Log message:
Tweak WANTLIB after webkit update (mostly s/gst*-0.10/gst*-1.0/ + removing
gstinterfaces-0.10) and bump some REVISIONs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:27:34
Modified files:
www/epiphany : Makefile
www/midori : Makefile
www/luakit : Makefile
www/surf : Makefile
www/xombrero : Makefile
Log message:
Webkit uses gstreamer1 now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:30:25
Modified files:
x11/gnome/getting-started-docs: Makefile
Log message:
plugins-ffmpeg -> plugins-libav
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:33:29
Modified files:
www/epiphany : Makefile
www/midori : Makefile
www/luakit : Makefile
www/surf : Makefile
www/xombrero : Makefile
Log message:
I forgot that with gstreamer1, sndio(7) support is directly integrated in
plugins-base which webkit already provides; so no need for plugins-good
dependency anymore.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 04:02:11
Modified files:
infrastructure/bin: dpb
Log message:
fix die handler, as it should display the message as well...
grumble
make it possible to temporarily disable those handlers.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 04:04:43
Modified files:
infrastructure/lib/DPB: Job.pm PkgPath.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
display a bit more post-mortem info, show the Core<->current job info.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/13 04:06:08
Modified files:
www/epiphany : Makefile distinfo
www/epiphany/patches: patch-lib_Makefile_in
patch-src_Makefile_in
patch-tests_Makefile_in
www/epiphany/pkg: PLIST
Added files:
www/epiphany/patches: patch-configure
Log message:
- update to epiphany-3.8.0 now that we have webkit 2.0.0!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/13 04:09:30
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Removed files:
x11/gnome/empathy/patches: patch-libempathy_empathy-contact_c
patch-libempathy_empathy-utils_c
Log message:
- update empathy to 3.8.0, it needs some work but it's better than what we currently have anyway.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:14:38
Modified files:
x11/gnome/devhelp: Makefile
Log message:
Fix after the webkit update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:14:58
Modified files:
graphics/shotwell: Makefile
Log message:
Fix after the webkit update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:26:50
Modified files:
x11/gnome/documents: Makefile distinfo
x11/gnome/documents/patches: patch-configure
x11/gnome/documents/pkg: PLIST
Log message:
Update to gnome-documents-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:44:15
Modified files:
x11/gnome/banshee: Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:46:36
Modified files:
x11/gnome/sushi: Makefile
Log message:
Tighten dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:53:33
Modified files:
x11/gnome/anjuta: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 04:58:41
Modified files:
textproc/sphinx: Makefile
Log message:
Don't pull in execinfo.h via autoconf to fix builds with DPB junking.
This doesn't check for backtrace* functions being in libexecinfo so it's
unused anyway -> no package change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 05:50:11
Modified files:
audio/rhythmbox: Makefile
audio/rhythmbox/pkg: PLIST
Log message:
Re-enable WebKit support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:08:32
Modified files:
www/epiphany : Makefile
www/epiphany/pkg: PLIST
Log message:
Regen PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:15:10
Modified files:
x11/gnome/documents: Makefile
Log message:
Extend comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:32:26
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/patches: patch-mail_Makefile_in
mail/evolution/pkg: PLIST-main
Removed files:
mail/evolution/patches:
patch-modules_bogofilter_evolution-bogofilter_c
patch-modules_spamassassin_evolution-spamassassin_c
Log message:
Update to evolution-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:36:26
Modified files:
mail/evolution-rss: Makefile distinfo
mail/evolution-rss/patches: patch-src_rss-config-factory_c
mail/evolution-rss/pkg: PLIST
Log message:
Update to evolution-rss-0.3.93.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:37:27
Modified files:
mail/evolution-ews: Makefile distinfo
mail/evolution-ews/patches: patch-configure
mail/evolution-ews/pkg: PLIST
Log message:
Update to evolution-ews-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 06:41:01
Modified files:
net/isc-bind : Makefile distinfo
Log message:
update to newer RRL patch (affects FLAVOR=ratelimit only)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:55:23
Modified files:
x11/gnome/empathy: Makefile
Log message:
Fic dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 07:08:17
Modified files:
www/tinyproxy : Makefile
www/tinyproxy/patches: patch-etc_tinyproxy_conf_in
Added files:
www/tinyproxy/patches: patch-configure
Log message:
tweaks to www/tinyproxy, ok frantisek holop (maintainer)
- fix the license marker
- show people how to bind to all IPv4 addresses rather than
the default of all IPv6 addresses
- zap an unnecessary variable in Makefile
- zap -Wredundant-decls, it's useless and spammy on the console
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 07:28:22
Modified files:
. : INDEX
Log message:
Regen, 7970
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 07:36:13
Modified files:
net/libnice : Makefile
Log message:
Fix LIB_DEPENDS/WANTLIB.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 09:04:39
Modified files:
. : want.html
Log message:
I have an x40 but not hard drive in it.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/04/13 09:45:47
Modified files:
www/ruby-capybara-webkit: Makefile
Log message:
Remove dependency on www/webkit, as this uses QtWebKit, included in
x11/qt4.
Pointed out by ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 10:01:37
Modified files:
databases/evolution-data-server: Makefile
Log message:
Fix some substitutions.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 10:13:34
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
better
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/13 10:40:36
Modified files:
usr.sbin/dhcpd : db.c
Log message:
Don't dance with errno, just check the return values of fprintf(),
fputs() and fputc() to see if a failure occurred. Add a couple of
missing checks. Replace putc() with fputc(). Shorter, nicer code.
No functional change.
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/13 12:08:47
Modified files:
usr.sbin/dhcpd : sync.h sync.c
Log message:
Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields
in other structs have. Reduces potential for confusion with fields
of same name but different types in leases. Use consistent variable
name. No change to executable.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/13 13:25:32
Modified files:
security/spiped: Makefile distinfo
Log message:
Update spiped to 1.3.1.
"yep" sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/13 13:31:58
Modified files:
usr.bin/which : Makefile whereis.1
Log message:
My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if
you forgot to make obj first. Switch to putting the path in the manpage
and just verifying at build-time whether it's correct.
Problem pointed out by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/04/13 14:19:50
Modified files:
devel/gmp : Makefile
Added files:
devel/gmp/files: mpn_m88k_add_n.asm mpn_m88k_sub_n.asm
Log message:
Replace existing PIC-unaware m88k assembly parts with proper m4 generator;
also disable the assembly mul_1 routine, which fails 5 of the regress tests.
This lets this build again on m88k.
Bump package version just to be on the safe side.
help and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/13 16:31:42
Modified files:
lang/python : Makefile.inc
lang/python/2.5: Makefile
lang/python/2.7: Makefile distinfo
lang/python/2.7/files: CHANGES.OpenBSD
lang/python/2.7/patches: patch-Lib_test_test_tempfile_py
patch-Makefile_pre_in
patch-Modules_selectmodule_c
patch-setup_py
lang/python/2.7/pkg: PLIST-main PLIST-tests PLIST-tools
Added files:
lang/python/2.7/patches: patch-Lib_test_regrtest_py
patch-configure_ac
Removed files:
lang/python/2.7/patches: patch-Lib_test_test_dl_py
patch-Modules_makesetup
patch-Modules_mathmodule_c
patch-Modules_socketmodule_c
patch-configure_in
sup64-Lib_test_regrtest_py
Log message:
Update python 2.7 to 2.7.4.
This is a slighly different version that I sent that includes an updated
kqueue diff that works with python 2 and 3 and puts test_bsddb and
test_bsddb3 back on the skip list as they're not built outside amd64
and i386.
Only 2 tests are known to fail: test_kqueue (broken) and test_threading
(failing on 2.7.3, under investigation but likely broken). If something
else fails please send your test.log.
Tested on a bulk by landry, sparc64 by brad, ppc gonzalo and amd64 by me.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 16:41:15
Modified files:
x11/gnome/gdl : Makefile distinfo
Log message:
Update to gdl-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/13 17:51:54
Modified files:
distrib/sets/lists/comp: md.i386
distrib/sets/lists/man: md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:33:55
Modified files:
mail/postfix/snapshot: Makefile distinfo
Log message:
Update to Postfix 2.11-20130405.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:41:46
Modified files:
multimedia/libtheora: Makefile
Added files:
multimedia/libtheora/patches: patch-lib_Makefile_in
patch-theora_pc_in
patch-theoradec_pc_in
patch-theoraenc_pc_in
Log message:
Add a linking fix for libtheoraenc to libtheoradec from upstream
and fix the theora pkg-config files for overlinking with shared
libs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:43:44
Modified files:
audio/tremor : Makefile
Added files:
audio/tremor/patches: patch-vorbisidec_pc_in
Log message:
Fix pkg-config file for overlinking with shared libs.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/13 22:49:22
Modified files:
sys/dev/pci/drm/i915: intel_display.c
Log message:
add some acer quirks from linux 3.8.7
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/13 23:38:36
Modified files:
sys/dev/pci/drm/i915: intel_crt.c
Log message:
Be sure to turn hsync/vsync back on at crt enable (v2)
from linux 3.8.7
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:15:59
Modified files:
devel/spidermonkey: Makefile
Log message:
Add libproxy to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:31:00
Modified files:
net/libproxy : Makefile distinfo
net/libproxy/pkg: DESCR-main DESCR-webkit
Log message:
Update to libproxy-0.4.11.
Re-enable the mozilla FLAVOR now that we have mozjs185.
Add bootstrap to PSEUDO_FLAVOR to prevent the dep loop with WebKit.
Move from if PSEUDO_FLAVOR... to BUILD_PACKAGES.
Fix DESCR-*
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:31:29
Modified files:
net : Makefile
Log message:
Build all FLAVORS or libproxy.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:35:45
Modified files:
meta/gnome : Makefile
meta/gnome/pkg : README-main
Log message:
Better "Cheat sheet".
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/04/14 04:23:04
Modified files:
. : README
lib/libGL : Makefile
lib/libGL/dri/swrastg: Makefile
lib/libGL/gallium: Makefile.inc
lib/libGL/gallium/drivers: Makefile
lib/libGL/gallium/libgallium: Makefile
lib/libGL/mesa : Makefile
share/mk : bsd.xconf.mk
Log message:
Add a new option to the xenocara infrastructure be able to automatically
build the Gallium3D software rasterizer as part of the libGL.
Note that it can also makes use of LLVM to build the llvmpipe if the
corresponding port is installed. Please refer to the README for a more
complete documentation.
Prodded by ajacoutot@, ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 07:45:42
Modified files:
emulators/sdlmess: Makefile distinfo
Removed files:
emulators/sdlmess/patches: patch-src_emu_fileio_h
Log message:
Update emulators/sdlmess to 0148u3.
ok fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 08:55:47
Log message:
Import games/polymorphable, a total mod of the FLARE engine.
ok kirby@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Apr-14
N ports/games/polymorphable/Makefile
N ports/games/polymorphable/distinfo
N ports/games/polymorphable/pkg/DESCR
N ports/games/polymorphable/pkg/PLIST
N ports/games/polymorphable/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 08:56:33
Modified files:
games : Makefile
Log message:
+polymorphable
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 09:16:01
Modified files:
games/polymorphable: Makefile
Log message:
Remove bogus line.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 09:19:47
Modified files:
x11/spice-gtk : Makefile
Log message:
Add BUILD+RUN_DEPENDS on usbutils, usv.ids is picked up at compiled
time.
Regen WANTLIB while here.
ok jasper@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 09:37:20
Modified files:
games/polymorphable: Makefile
games/polymorphable/pkg: PLIST
Removed files:
games/polymorphable/pkg: README
Log message:
Tweaks from aja@ - remove the foobar~ files from PLIST and drop the README
because the info is already included in DESCR.
Bump REVISION.
ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/14 10:13:17
Modified files:
app/cwm : calmwm.h client.c xutil.c
Log message:
only a window is required to set WM_STATE. also un-confuse xu_ptr_getpos
by using 'win' instead of 'rootwin' so as not to imply only the root
window is queried, rather any window.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:21:20
Modified files:
databases/evolution-data-server: Makefile distinfo
databases/evolution-data-server/patches:
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_libebook_e-book-client_c
patch-addressbook_libedata-book_e-book-backend-sqlitedb_c
patch-calendar_backends_file_e-cal-backend-file_c
patch-calendar_libecal_e-cal-client_c
patch-camel_camel-imapx-server_c
patch-camel_camel-imapx-server_h
patch-camel_camel-imapx-store_c
patch-camel_camel-imapx-summary_c
patch-modules_owncloud-backend_owncloud-utils_c
patch-tests_test-server-utils_e-test-server-utils_c
Log message:
Update to evolution-data-server-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:27:44
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/pkg: PLIST
Log message:
Update to gnome-terminal-3.8.0.1.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:32:30
Removed files:
x11/gnome/terminal/patches: patch-src_profile-preferences_ui
Log message:
Forgot in previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:39:05
Modified files:
www/chromium : Makefile
Log message:
Mark BROKEN on i386; this will give a chance to people still using an older
version not to update and end up with a broken browser.
Issue being investigated by robert@
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:53:54
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/patches: patch-mail_Makefile_in
mail/evolution/pkg: PLIST-main
Log message:
Update to evolution-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 11:00:12
Modified files:
mail/evolution-ews: Makefile distinfo
mail/evolution-ews/patches: patch-configure
Log message:
Update to evolution-ews-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/14 11:30:56
Modified files:
emulators/sdlmame: Makefile distinfo
Removed files:
emulators/sdlmame/patches: patch-src_emu_fileio_h
Log message:
Update to sdlmame 0.148u3.
ok bcallah who takes over maintainership ;-)
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/04/14 12:12:36
Modified files:
productivity/taskwarrior: Makefile distinfo
productivity/taskwarrior/pkg: PLIST
Removed files:
productivity/taskwarrior/patches: patch-src_util_cpp
Log message:
Upgrade to 2.2.0, remove extra WANTLIB and LIB_DEPENDS
OK bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 13:04:28
Modified files:
x11/gnome/documents: Makefile
Log message:
Missing (bogus) build dependency on textproc/itstool.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/14 13:04:37
Modified files:
sys/dev/pci : agpvar.h
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h intel_fb.c
Log message:
Take a different approach towards framebuffer accelartion. Instead of using
the blitter, scroll by double-mapping the framebuffer and reprogramming the
registers that determine the first visible pixel, much in the same way as the
vga text console uses the 6845. This makes scrolling very fast, and since we
no longer need to issue commands to any of the rings, we can enable this when
X is running and safely scroll when printing panic messages or if we've
entered ddb.
Testes by many.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:05:19
Modified files:
sys/arch/mvme68k/stand/bootst: boot.c rawfs.c version.c
sys/arch/mvme88k/stand/bootst: boot.c rawfs.c version.c
Log message:
Unbreak tape boot blocks by not attempting to load kernel symbols, and providing
a smarter seek routine which can seek forward and cope with the libsa gzip code
reading the first 4KB of a file upon open, only to discard the buffer because
it assumes we can always seek backwards.
These boot blocks had been broken since the switch to the MI libsa loadfile
code.
Reported for mvme88k by Michael Fritsch, thanks and sorry for taking too long
to fix.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:32:52
Modified files:
sys/dev/pckbc : wskbdmap_mfii.c
Log message:
Support for F13-F24 keys found on IBM 122-key keyboards.
From "Creamy" on tech@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:33:46
Modified files:
sys/dev/usb : makemap.awk
Log message:
Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:34:11
Modified files:
sys/dev/usb : ukbdmap.c
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/14 13:35:52
Modified files:
x11/gnome/calculator: Makefile distinfo
Removed files:
x11/gnome/calculator/patches: patch-src_equation-lexer_vala
patch-src_equation-parser_vala
Log message:
-update to gnome-calculator-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:40:12
Modified files:
sys/dev/wscons : wsemul_vt100_keys.c
Log message:
Add escape codes for F21 to F24, continuing the existing sequence. Note that
vt100 and vt220 do not have such function keys, and there is no clear consensus,
for terminal emulations supporting F21 to F24, of the escape codes to use
(linux stops at F20, and Wyse and QNX use incompatible sequences for keys up
to F20).
From "Creamy" on tech@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/14 13:57:40
Modified files:
share/mk : bsd.xorg.mk
Log message:
Allow flags to be passed to make using ${MAKE_FLAGS}
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/14 13:59:03
Modified files:
lib/libGL : Makefile
Log message:
Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/04/14 14:01:06
Modified files:
. : events.html
Log message:
Move Central European BSD Day 2013 to the past and minor validation
fixes.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 14:21:15
Modified files:
www/hiawatha : Makefile distinfo
www/hiawatha/patches: patch-config_hiawatha_conf_in
patch-man_hiawatha_1_in
patch-src_serverconfig_c
www/hiawatha/pkg: PLIST
Removed files:
www/hiawatha/patches: patch-config_php-fcgi_conf_in
Log message:
update to hiawatha-9.0
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/14 14:28:09
Modified files:
www/tt-rss : Makefile distinfo
www/tt-rss/patches: patch-update_php
www/tt-rss/pkg : PLIST tt_rss_update.rc
Log message:
update tt-rss to 1.7.8
with feedback and ok landry@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 14:28:56
Modified files:
emulators/qemu : Makefile
Log message:
Make use of the testsuite.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 15:10:49
Modified files:
graphics/ffmpeg: Makefile
Log message:
The testsuite was fixed within the last 3 years to work with swscale
which has been the norm for that long so enable it.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/14 15:31:01
Modified files:
lib/libpthread/man: pthread_getconcurrency.3
Log message:
typo; Benedikt Steinbusch
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/14 16:03:59
Modified files:
distrib/sets/lists/comp: md.sparc64
distrib/sets/lists/man: md.sparc64
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/14 16:23:08
Modified files:
lib/libc/asr : asr_utils.c gethostnamadr.c
gethostnamadr_async.c res_send_async.c
Log message:
spacing
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:05
Modified files:
textproc/libxml: Makefile distinfo
textproc/libxml/patches: patch-Makefile_in patch-catalog_c
patch-python_Makefile_in
patch-python_tests_Makefile_in
patch-xstc_Makefile_in
textproc/libxml/pkg: PLIST-main
Removed files:
textproc/libxml/pkg: PFRAG.shared-main
Log message:
update to libxml 2.9.0, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:06
Modified files:
x11/gnustep/base: Makefile
Added files:
x11/gnustep/base/patches: patch-Source_Additions_GSXML_m
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:11
Modified files:
lang/php/5.2 : Makefile
Added files:
lang/php/5.2/patches: patch-ext_dom_documenttype_c
patch-ext_dom_node_c
patch-ext_simplexml_simplexml_c
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:18
Added files:
x11/kde/webdev/patches:
patch-kxsldbg_kxsldbgpart_libxsldbg_xsldbg_cpp
patch-kxsldbg_xsldbgmain_cpp
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 19:58:32
Modified files:
graphics/GraphicsMagick: Makefile distinfo
graphics/GraphicsMagick/patches: patch-configure
graphics/GraphicsMagick/pkg: PLIST
Log message:
Update to GraphicsMagick 1.3.18.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 20:06:16
Modified files:
graphics/aalib : Makefile
Added files:
graphics/aalib/patches: patch-aalib-config_in
Log message:
Fix aalib-config for overlinking with shared libs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 20:38:43
Modified files:
graphics/png : Makefile distinfo
graphics/png/patches: patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
Log message:
Update to png 1.5.15.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/14 21:01:06
Modified files:
devel/jdk/1.6 : Makefile distinfo
devel/jdk/1.6/patches:
patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c
Log message:
- Remove uthreads work-around which set STDIN/OUT/ERR to non-blocking
in child processes.
- Rebuild bootstrap jdks to eliminate the boot jdk from setting
STDIN/OUT/ERR non-blocking when building the jdk.
Fixes intermittent build failures noted by landry@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 00:25:18
Modified files:
usr.sbin/mtree : Makefile
Log message:
do not need -static anymore
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 00:29:57
Modified files:
share/man/man8 : diskless.8
Log message:
do not Capitalize architecture names, because it makes it hard to search
for them... especially important in this manual page.. diskless setup is
a weavy path of use this, not that, but this, etc
ok jmc
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:21:51
Modified files:
x11/gnome/photos: Makefile distinfo
x11/gnome/photos/pkg: PLIST
Removed files:
x11/gnome/photos/patches: patch-configure
Log message:
Update to gnome-photos-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:33:12
Modified files:
print/splix : Makefile distinfo
print/splix/pkg: PLIST README
Removed files:
print/splix/patches: patch-src_pstoqpdl_cpp
Log message:
Update to splix-2.0.0.308 (svn rev. 308).
from Martin Crossley, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:39:29
Modified files:
devel/libpeas : Makefile
devel/libpeas/pkg: PLIST
Log message:
Slowly start to move things to python3 in GNOME. Enable both the python
and python3 loaders in libpeas.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/15 01:44:03
Modified files:
mail/py-milter : Makefile distinfo
mail/py-milter/pkg: PLIST
Log message:
- update py-milter to 0.9.8
- regen PLIST
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 01:53:27
Modified files:
www/epiphany : Makefile
Added files:
www/epiphany/patches: patch-lib_widgets_ephy-location-entry_c
patch-src_ephy-notebook_c
Log message:
plug a memleak and reduce some console spam; from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 02:04:46
Modified files:
sysutils : Makefile
Log message:
build ruby18 flavor of ruby-augeas, so it'll work with puppet
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 02:08:09
Modified files:
sysutils/ruby-puppet: Makefile.inc
Log message:
add ruby-augeas to the watchlist
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 02:23:41
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
Added files:
x11/gnome/grilo-mediaserver2/patches:
patch-src_grilo-mediaserver2_c
patch-src_test-client_c
Log message:
Bring a couple of patches from upstream for better behavior.
Depends on grilo-plugins so that we export things by default.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 02:42:55
Modified files:
audio/rhythmbox: Makefile
Added files:
audio/rhythmbox/patches: patch-plugins_im-status_im-status_py
Log message:
Add a fix to properly load the im-status plugin.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/15 02:58:46
Modified files:
. : 53.html
Log message:
4635 pkgs for sparc
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:09:50
Modified files:
sys/dev/pckbc : pms.c
Log message:
Don't probe for all supported protocols this can confuse some touchpads and
makes it harder to pick the right protocol if a device answers to more than
one magic sequence.
Tested by many on tech@, ok shadchin@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:12:42
Modified files:
sys/dev/pckbc : pms.c
Log message:
Move the IntelliMouse protocol definition after Elantech ones, because some
touchpads support both of them and we want to pick the latter.
Reported by Peter J. Philipp, thanks.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:14:41
Modified files:
sys/dev/pckbc : pms.c
Log message:
Revert r1.37 now that we stop after the first matching protocol, tested
by Peter J. Philipp, thanks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 03:16:05
Modified files:
x11/gnome/power-manager: Makefile distinfo
Log message:
Minor update to gnome-power-manager-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/15 03:23:02
Modified files:
sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c uhci_cardbus.c
sys/dev/pci : ehci_pci.c ohci_pci.c uhci_pci.c
sys/dev/usb : ehci.c ehcireg.h ehcivar.h ezload.c ezload.h
if_athn_usb.c if_athn_usb.h if_atu.c
if_atureg.h if_aue.c if_auereg.h if_axe.c
if_axereg.h if_cdce.c if_cdcef.c if_cdcereg.h
if_cue.c if_cuereg.h if_kue.c if_kuereg.h
if_mos.c if_mosreg.h if_otus.c if_otusreg.h
if_ral.c if_ralvar.h if_rsu.c if_rsureg.h
if_rum.c if_rumvar.h if_run.c if_runvar.h
if_smsc.c if_smscreg.h if_uath.c if_uathvar.h
if_udav.c if_udavreg.h if_upgt.c if_upgtvar.h
if_upl.c if_url.c if_urlreg.h if_urndis.c
if_urndisreg.h if_urtw.c if_urtwn.c
if_urtwnreg.h if_urtwreg.h if_wi_usb.c if_zyd.c
if_zydreg.h moscom.c ohci.c ohcireg.h ohcivar.h
uark.c uaudio.c uaudioreg.h uberry.c ubsa.c
ubt.c uchcom.c ucom.c ucomvar.h ucycom.c udcf.c
udfu.c udl.c udl.h udsbr.c ueagle.c ueaglevar.h
uftdi.c ugen.c uhci.c uhcireg.h uhcivar.h
uhidev.c uhidev.h uhub.c uipaq.c ukbd.c ulpt.c
umass.c umassvar.h umbg.c umct.c umidi.c
umidireg.h umidivar.h umodem.c umsm.c uoak.h
uoaklux.c uoakrh.c uoakv.c uow.c uplcom.c
urio.c usb.c usb_mem.c usb_mem.h usb_subr.c
usbcdc.h usbdi.c usbdi.h usbdi_util.c
usbdi_util.h usbdivar.h usbf.c usbf.h
usbf_subr.c usbfvar.h usbhid.h uscanner.c
uslcom.c usps.c uthum.c uticom.c utrh.c uts.c
utwitch.c uvideo.c uvideo.h uvisor.c uvscom.c
uyap.c
Log message:
Get rid of various 'typedef struct' definitions and use plain structure
definitions instead. We don't change usb.h for now to stay compatible
with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 03:36:41
Modified files:
x11/gnome/color-manager: Makefile distinfo
x11/gnome/color-manager/patches: patch-configure
Log message:
Minor update to gnome-color-manager-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 03:38:37
Modified files:
x11/gnome/online-accounts: Makefile distinfo
Log message:
- update to gnome-online-accounts-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 04:04:26
Modified files:
audio/rhythmbox/patches: patch-plugins_im-status_im-status_py
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 04:11:01
Modified files:
print/hplip : Makefile
print/hplip/pkg: PLIST-main
Log message:
Fix @extraunexec.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 04:49:25
Modified files:
x11/gtksourceview3: Makefile distinfo
Log message:
- update to gtksourceview3-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 06:12:59
Modified files:
x11/gnome/clocks: Makefile distinfo
Log message:
Minor update to gnome-clocks-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 06:43:38
Modified files:
x11/gnome/gedit-plugins: Makefile
Log message:
Missing RUN_DEPENDS.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/15 07:08:39
Modified files:
lib/libc/rpc : svc_tcp.c
Log message:
Back out r1.17 and its subsequent conversion to poll. Otherwise
we can get into a svc_getreq_poll() -> readtcp() -> svc_getreq_poll()
loop until we run out of stack. If we want to avoid blocking on
the new fd in readtcp() we need to poll() in svc_getreq_poll(),
which will require a more elaborate change. OK tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 07:18:28
Modified files:
x11/gnome/contacts: Makefile distinfo
Log message:
- update to gnome-contacts-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 07:21:00
Modified files:
audio/rhythmbox: Makefile
Log message:
Missing RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/15 07:44:06
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
stub_out() to remove a bit more packages in an agressive way.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:14:47
Modified files:
de : events.html ftp.html
nl : ftp.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
openssh/de : ftp.html portable.html
openssh/nl : ftp.html portable.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:38:46
Modified files:
devel/py-gobject3: Makefile distinfo
Removed files:
devel/py-gobject3/patches: patch-gi__gobject_pygflags_c
Log message:
Update to py-gobject3-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:48:10
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
Log message:
Update to gdk-pixbuf-2.28.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:29:23
Modified files:
distrib/sets/lists/comp: md.armish md.zaurus
distrib/sets/lists/man: md.armish md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:32:19
Modified files:
sys/isofs/cd9660: cd9660_vfsops.c
sys/isofs/udf : udf_vfsops.c
sys/kern : vfs_subr.c syscalls.master vfs_syscalls.c
syscalls.conf
sys/miscfs/procfs: procfs_vfsops.c
sys/msdosfs : msdosfs_vfsops.c
sys/nfs : nfs_vfsops.c
sys/ntfs : ntfs_vfsops.c
sys/sys : mount.h
sys/ufs/ext2fs : ext2fs_vfsops.c
sys/ufs/ffs : ffs_vfsops.c
sys/ufs/mfs : mfs_vfsops.c
sys/conf : GENERIC
Log message:
Add an f_mntfromspec member to struct statfs, which specifies the name of
the special provided when the mount was requested. This may be the same as
the special that was actually used for the mount (e.g. in the case of a
device node) or it may be different (e.g. in the case of a DUID).
Whilst here, change f_ctime to a 64 bit type and remove the pointless
f_spare members.
Compatibility goo courtesy of guenther@
ok krw@ millert@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:33:13
Modified files:
sys/kern : syscalls.c
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:37:10
Modified files:
sys/kern : init_sysent.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:50:42
Modified files:
lib/libc : shlib_version
Log message:
Crank due to statfs changes and other inbound commits.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:51:47
Modified files:
usr.sbin/traceroute: Makefile
usr.sbin/traceroute6: Makefile
Log message:
no longer LDSTATIC
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/15 09:54:17
Modified files:
include : sha2.h
lib/libc/hash : Makefile.inc sha2.3 sha2.c
bin/md5 : cksum.1 md5.c
Log message:
SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a
later revision of FIPS-180. OK miod@ jmc@ guenther@ djm@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:57:15
src/distrib/special/chroot
Update of /cvs/src/distrib/special/chroot
In directory cvs.openbsd.org:/usr/src/distrib/special/chroot
Log Message:
Directory /cvs/src/distrib/special/chroot added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/15 10:19:47
Modified files:
usr.sbin/pppd : pppd.8
Log message:
scripts should be run as root, but are not; add a BUGS entry to that
effect, and comment out the text that says they are run as root
isue pointed out by creamy
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/15 10:22:51
Modified files:
usr.bin/which : whereis.1
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/15 10:34:19
Modified files:
usr.bin/which : Makefile
Log message:
Tweak check rule to match change to the manpage formatting
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 10:37:26
Modified files:
devel : Makefile
Log message:
build ruby18 flavor too of bundler
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/15 10:38:21
Modified files:
include : unistd.h
lib/libc/gen : Makefile.inc
lib/libc/sys : fsync.2 Makefile.inc
Added files:
lib/libc/gen : fdatasync.c
Log message:
Implement fdatasync() as a wrapper around fsync()
ok guenther, deraadt, jmc
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/15 10:47:14
Modified files:
sys/sys : sysctl.h
lib/libc/gen : sysctl.3 sysctl.c
sbin/sysctl : sysctl.8 sysctl.c
usr.bin/kdump : kdump.c
Log message:
Remove CTL_USER hierarchy from sysctl()
(Use sysconf() or confstr() instead)
ok miod@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 10:50:14
Modified files:
sysutils/polkit: Makefile
Removed files:
sysutils/polkit/patches:
patch-src_polkitagent_polkitagenthelperprivate_c
Log message:
Remove fdatasync(2) patch.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:03:49
Modified files:
www/chromium : Makefile
Removed files:
www/chromium/patches: patch-base_base_gyp
Log message:
We have fdatasync(2) now.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:23:33
Modified files:
mail/evolution-rss: Makefile
Log message:
Remove useless CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:50:20
Modified files:
x11/gnome/backgrounds: Makefile distinfo
Log message:
Update to gnome-backgrounds-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:55:29
Modified files:
x11/gnome/desktop: Makefile distinfo
x11/gnome/desktop/pkg: PLIST
Log message:
Update to gnome-desktop-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:55:35
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 12:53:50
Modified files:
distrib/miniroot: install.sh
Log message:
Use the dd and ed that are on the media, instead of the one post-install.
Amazing this mistake lurked for so long...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 12:54:29
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c
Log message:
Update to gtk+3-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 12:56:07
Modified files:
devel/vte3 : Makefile distinfo
Log message:
update to vte3-0.34.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 12:57:55
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal-prefs_c
patch-src_terminal_c
Removed files:
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
update to gnome-terminal-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:00:40
Modified files:
x11/gnome/gucharmap: Makefile distinfo
Log message:
gucharmap-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:11:15
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
- update to gedit-plugins-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:11:36
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/patches: patch-configure
x11/gnome/empathy/pkg: PLIST
Log message:
- update to empathy-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 13:34:30
Added files:
distrib/special/chroot: Makefile
Log message:
for when we include chroot in the future
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:38:34
Modified files:
sysutils/augeas: Makefile
Added files:
sysutils/augeas/patches: patch-lenses_sysctl_aug
Log message:
fix setting sysctl values as the Simplevars.entry was used it inserted a
space between the key and value. but sysctl(8) doesn't like this, so use
a custom entry type instead.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 14:31:23
Modified files:
sysutils/augeas: Makefile
Added files:
sysutils/augeas/patches: patch-lenses_simplelines_aug
Log message:
allow parsing of hostname.if(5) files.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 14:51:50
Modified files:
sysutils/augeas: Makefile
sysutils/augeas/files: bootconf.aug
Log message:
tyop