How to fix corrupt package info?

2006-10-26 Thread Indigo 23
I was recently running portupgrade after my computer locked up twice (and both times I did fsck), and I noticed some errors about package info being corrupt. Now when I run pkg_info, it spits out a bunch of lines about how each of these packages (see list below) has corrupt package info. Is

Re: How to fix corrupt package info?

2006-10-26 Thread Doug Barton
Indigo 23 wrote: I was recently running portupgrade after my computer locked up twice (and both times I did fsck), and I noticed some errors about package info being corrupt. find /var/db/pkg -type d -exec chmod 755 {} \; find /var/db/pkg -type f -exec chmod 644 {} \; That should fix it up

[HEADS UP] Formation of python@ group

2006-10-26 Thread Alexander Botero-Lowry
In the tradition of forming groups like gnome@, perl@ and multimedia@ which maintain and develop significant parts of the Ports collection, perky@ and I have decided to form a group to maintain and develop Python ports and the surrounding framework (bsd.python.mk) used to manage these ports in

Re: Problems upgrading glib20

2006-10-26 Thread Patrick Lamaizière
Le mardi 24 octobre 2006 15:46, Erwin Van de Velde a écrit : This is an error in the compilation of icu and has been reported a couple of weeks ago... It would be nice if someone found the time to look into this as it indeed blocks multiple updates on many systems. See the PR :

Re: How to fix corrupt package info?

2006-10-26 Thread Lowell Gilbert
Don't top-post please. Indigo 23 [EMAIL PROTECTED] writes: On 10/26/06, Doug Barton [EMAIL PROTECTED] wrote: Indigo 23 wrote: I was recently running portupgrade after my computer locked up twice (and both times I did fsck), and I noticed some errors about package info being corrupt.

Re: firefox 2.0

2006-10-26 Thread Andrew Pantyukhin
On 10/26/06, Peter Jeremy [EMAIL PROTECTED] wrote: There are over 200 other ports that have Firefox listed as a dependency. Firefox 2.0 is presumably a major upgrade compared to Firefox 1.5 and it's highly likely that the upgrade would adversely impact at least one of those other ports -

zabbix update

2006-10-26 Thread Andrew Pantyukhin
I decided to try zabbix out and had to update the port: http://people.freebsd.org/~sat/diffs/zabbix113.diff There are still a few todo items, like pgsql 8.1 schema patch. It seems that Sergey has been inactive for quite a while, though he did surface this October. If neither he, nor anyone else

experimental qemu port update, please test

2006-10-26 Thread Juergen Lock
-r1.57 Makefile --- Makefile20 Sep 2006 11:20:47 - 1.57 +++ Makefile26 Oct 2006 19:10:21 - @@ -6,16 +6,16 @@ # PORTNAME= qemu -PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTVERSION= 0.8.2s.20061026 CATEGORIES=emulators MASTER_SITES= http://www.qemu.org/:release

[Please test] sysutils/xsi: Network capable system monitoring daemon

2006-10-26 Thread Tom McLaughlin
Hi all, XMLSysInfo (xsi) is asystem monitoring daemon which returns system information in response to network queries. The author asked me on IRC if I could test FreeBSD support for it. So far everything looks to be good and working fine for me. You can see the output from my laptop (formatted

Re: experimental qemu port update, please test

2006-10-26 Thread Bill Moran
In response to Juergen Lock [EMAIL PROTECTED]: (Btw did 4.x have aio? If not we need to add an IGNORE now I guess...) From the aio man page: HISTORY The aio facility appeared as a kernel option in FreeBSD 3.0. The aio kernel module appeared in FreeBSD 5.0. -- Bill Moran

qt-3.3/php 5.1.6 does not compile FreeBSD 6.2-PRE/AMD64

2006-10-26 Thread O. Hartmann
Hello. Before sending a PR, I would like to ask you and maybe someone reveals my faults in this subject. Since a couple of weeks I can not build PHP 5.1.6 anymore. I can do it by hand, but not with the ports system. cups and qt are dependend on PHP and I would like to fix that problem. It seems

Re: zabbix update

2006-10-26 Thread Andrew Pantyukhin
On 10/26/06, Sergey Matveychuk [EMAIL PROTECTED] wrote: Andrew Pantyukhin wrote: I decided to try zabbix out and had to update the port: http://people.freebsd.org/~sat/diffs/zabbix113.diff There are still a few todo items, like pgsql 8.1 schema patch. It seems that Sergey has been

port_history - track port commit message comments

2006-10-26 Thread Christopher Boumenot
Every time I upgrade a port I am usually left wondering what changed. To solve that problem I started tracking freshports.org with a simple script. I would record the rss data for every port that I had installed, and send an email when I noticed a port was updated that I had installed. This