Re: Automagic revision numbers with Perl Modules and SVN

2009-06-11 Thread Matthew Seaman
Steve Bertrand wrote: Any guidance to fix the version numbering (especially to fix the FreeBSD package db) to make it automagic again, is very welcome: %svn diff -r56 EagleUser.pm Index: EagleUser.pm === --- EagleUser.pm

Re: AFP Client in FreeBSD

2009-06-11 Thread FBSD UG
On 10 jun 2009, at 21:09, Roland Smith wrote: On Wed, Jun 10, 2009 at 02:52:06PM -0400, Greg Larkin wrote: Chris Maness wrote: On Wed, Jun 10, 2009 at 11:24 AM, Greg Larkinglar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Maness wrote: Is there an AFP client

Re: AFP Client in FreeBSD

2009-06-11 Thread FBSD UG
On 11 jun 2009, at 03:19, patrick wrote: Oh, I don't know about 10.4. Looks easy enough in 10.5: http://www.macresearch.org/nfs-exports-leopard It didn't change in the way it's described on that site from 10.4 to 10.5 the other, more OSX way of doing it using NetInfo changed though.

py25-tkinter-2.5.4_3 / 2.6.2_3

2009-06-11 Thread Pieter Donche
portupgrade advertizes since 3 days: ... py25-tkinter-2.5.4_3 needs updating (index has 2.6.2_3) using portupgrade -a upgrades all other ports that need upgrading, but never py25-tkinter what's wrong here? I notice http://www.freebsd.org/ports also still advertizes the

Re: Need a filesystem with unlimited inodes

2009-06-11 Thread Frank Bonnet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael David Crawford wrote: Frank Bonnet wrote: It seems ZFS would match his needs , why don't use it ? Does ZFS really work on FreeBSD? It seems like every day someone is posting about ZFS either getting corrupted or panicking their kernel.

(no subject)

2009-06-11 Thread David Collins
I nfs mount my freeBSD server on my mac, 10.4. For some reason the mount command doesn't seem to figure out to use mount_nfs, at least not for me so I run it directly. mount_nfs -Ps nfs.server.ip:/path/to/share mnt The -P has to be used with linux nfs servers to use privileged ports, but not

Re: Need a filesystem with unlimited inodes

2009-06-11 Thread Wojciech Puchar
Mike The only way to be sure is to test it , I've read at 7.2 it has reached stability. As long as there is no recovery tool for ZFS it cannot be treated safe. In SUNs theory it just can't fail - which is nonsense unless machines are perfect and you'll never experience hardware problems.

Re: Cronjob

2009-06-11 Thread Danijel Tasov
Paul Chvostek wrote: 0 1 28-31 * * test `date -v+1d '+%d'` -eq 1 /path/to/script You have to escape the percent sign in crontab with \: run. The entire command portion of the line, up to a newline or % character, will be executed by /bin/sh or by the shell specified

Re: Need a filesystem with unlimited inodes

2009-06-11 Thread Jonathan McKeown
On Wednesday 10 June 2009 21:06:06 Karl Vogel wrote: Create 256 folders named 00-ff:        #!/bin/sh        hex='0 1 2 3 4 5 6 7 8 9 a b c d e f'        for x in $hex ; do            for y in $hex ; do                mkdir ${x}${y}            done        done        exit 0 Or use

Legato Client for freeBSD 7

2009-06-11 Thread Gian Paolo Buono
Hi, I have a server running freeBSD7 that needs the legato backup client installed. I have not found anything in ports. Any idea ? thanks bye ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

FreeBSD as a router

2009-06-11 Thread Anton
Hello all, I'm new to FreeBSD and I'm seeking help. For entire time I have been making everything with Windows, but now I'm stumbled upon problem, where only router on FreeBSD + IPFW could help me. I have installed FreeBSD, compiled kernel, found how to launch VPN connection to ISP. But, further,

Re: need network printer printcap example

2009-06-11 Thread perryh
dacoder d...@dcoder.net wrote: has anybody got an example of a printcap file w/ an entry for a standalone network printer? This is for a printer that understands lpd protocol natively, and it presumes that you will send it only languages that it understands natively. (This one happens to be

Re: FreeBSD as a router

2009-06-11 Thread Wojciech Puchar
For entire time I have been making everything with Windows, but now I'm stumbled upon problem, where only router on FreeBSD + IPFW could help me. I have installed FreeBSD, compiled kernel, found how to launch VPN connection to ISP. But, further, I don't know how to go :-( I could not figure out

Re: Legato Client for freeBSD 7

2009-06-11 Thread Sergio Tam
2009/6/11 Gian Paolo Buono gpbu...@gmail.com: I have a server running freeBSD7  that needs the legato backup client installed. I have not found anything in ports. Any idea ? HI http://lists.freebsd.org/pipermail/freebsd-questions/2006-December/137803.html Regards

Re: kernel compiling questions

2009-06-11 Thread Ruben de Groot
On Tue, Jun 09, 2009 at 05:19:01PM -0700, Jason Helfman typed: Hi. I am trying to figure out how when making the kernel that the number is incremented. For example my system reads: FreeBSD 7.2-RELEASE #4 I have my own kernel that works, however I would like to have it read this:

Re: Compiling in sound driver in kernel

2009-06-11 Thread Carmel
On Thu, 11 Jun 2009 00:28:23 +0200 Roland Smith rsm...@xs4all.nl wrote: You're missing something: device sound device snd_hda # Sound driver Have you looked at the manual page? 'man snd_hda' would have told you this. Roland Actually, no I did not. I did read the

Re: need network printer printcap example

2009-06-11 Thread Chris Hill
On Thu, 11 Jun 2009, dacoder wrote: has anybody got an example of a printcap file w/ an entry for a standalone network printer? i'd be grateful for one. Here's mine - been working for years: lp|snow|snowball|lj|ps|HP ColorLaserJet 4550N:\ :sh:\ :sd=/var/spool/output/lpd:\

Re: FreeBSD as a router

2009-06-11 Thread Ivailo Tanusheff
Hi, I am not sure that FreeBSD + IPFW is the best option for you as you have not read how to use it yet. So I may suggest you use man ipfw and google a little bit - the answers are simple. Also I may suggest you to use ipf, which is in my point of view far more powerful. Regards, Ivailo

Re: FreeBSD as a router

2009-06-11 Thread Wojciech Puchar
So I may suggest you use man ipfw and google a little bit - the answers are simple. Also I may suggest you to use ipf, which is in my point of view far more powerful. you are joking or just don't know ipfw. i used both, ipf when i used NetBSD and then in FreeBSD a bit, until i learned how to

Re: need network printer printcap example

2009-06-11 Thread Wojciech Puchar
Here's mine - been working for years: lp|snow|snowball|lj|ps|HP ColorLaserJet 4550N:\ :sh:\ :sd=/var/spool/output/lpd:\ :mx#0:\ :lp=:rm=snowball:rp=auto: The printer's hostname is snowball, resolved via /etc/hosts at first and now via internal DNS. This printer

Re: Automagic revision numbers with Perl Modules and SVN

2009-06-11 Thread Steve Bertrand
Matthew Seaman wrote: Steve Bertrand wrote: Any guidance to fix the version numbering (especially to fix the FreeBSD package db) to make it automagic again, is very welcome: %svn diff -r56 EagleUser.pm Index: EagleUser.pm

Re: Advertising Inquiry

2009-06-11 Thread Mehmet Erol Sanliturk
On Wed, Jun 10, 2009 at 1:45 PM, Kate Werrett kwerr...@enticelabs.comwrote: Are you the right person to talk to about advertising on www.freebsd.org? Thank you, Kate Werrett Publisher Analyst EnticeLabs, Inc. (801) 692-4058 kwerr...@enticelabs.com You may ask directly to

Re: FreeBSD as a router

2009-06-11 Thread Odhiambo ワシントン
On Thu, Jun 11, 2009 at 2:55 PM, Ivailo Tanusheff i.tanush...@procreditbank.bg wrote: Hi, I am not sure that FreeBSD + IPFW is the best option for you as you have not read how to use it yet. So I may suggest you use man ipfw and google a little bit - the answers are simple. Also I may

Re: FreeBSD as a router

2009-06-11 Thread Wojciech Puchar
powerful. Hmm, PF would be better (not IPF) but I hear ipfw ha smore features . basicly - if you think ipfw can't do something - read manual again ;) exaggerated, but not very much... ___ freebsd-questions@freebsd.org mailing list

Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Drew Tomlinson
Paul Schmehl wrote: --On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson d...@mykitchentable.net wrote: All I want to do is create a script within the rc.d framework that runs /usr/local/urchin/bin/urchinctl start when the system boots and /usr/local/urchin/bin/urchinctl stop when the system

problem writing to usb flash

2009-06-11 Thread leo
I succesfully configure gnome 2.22 with gconftools-2 to automount flash drive: gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_drives true % gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_media true % gconftool-2 -s --type bool

Re: problem writing to usb flash

2009-06-11 Thread Manolis Kiagias
leo wrote: I succesfully configure gnome 2.22 with gconftools-2 to automount flash drive: gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_drives true % gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_media true % gconftool-2 -s --type bool

Re: FreeBSD as a router

2009-06-11 Thread Derrick Ryalls
You might also check out monowall. It is a stripped down version of FreeBSD that can run off a small flash card and has a web interface. On Jun 11, 2009 6:05 AM, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: powerful. Hmm, PF would be better (not IPF) but I hear ipfw ha smore

Re: FreeBSD as a router

2009-06-11 Thread Ivailo Tanusheff
My bad - I DID mean PF, no idea where the I came from. Sorry about that, maybe because of the mail program I use. I use both PF and IPFW in our organization and PF is much more powerful and resource lighten. Regards, Ivailo Tanusheff Deputy Head of IT Department ProCredit Bank (Bulgaria) AD

Re: Need a filesystem with unlimited inodes

2009-06-11 Thread Geoff Fritz
On Wed, Jun 10, 2009 at 10:17:02PM -0700, Michael David Crawford wrote: Frank Bonnet wrote: It seems ZFS would match his needs , why don't use it ? Does ZFS really work on FreeBSD? It seems like every day someone is posting about ZFS either getting corrupted or panicking their kernel. It

Re: Legato Client for freeBSD 7

2009-06-11 Thread Brian A. Seklecki
On Thu, 2009-06-11 at 10:29 +0200, Gian Paolo Buono wrote: Hi, I have a server running freeBSD7 that needs the legato backup client Legato is no more. Legato and RSA are now EMC. Time to upgrade to Bacula! ~BAS ___

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 05:08:09PM +0200, Bernt Hansson wrote: Roland Smith: On Wed, Jun 10, 2009 at 06:11:56PM -0400, Carmel wrote: This is my first attempt to compile in a driver in a new kernel I am attempting to build. Using loader.conf, I have the 'snd_hda' driver presently being

security alert

2009-06-11 Thread Bank of Montreal
Access denied Your internet banking has been locked due to three consecutive failures of the banking security check. To unlock your BMO internet banking, please activate your account below : [1] Unlock Your BMO Internet Banking © 2009 Bank of Montreal. References 1.

Re: tcllib error while installing tcllib on amd64 system running freebsd 7.0

2009-06-11 Thread Dino Vliet
--- On Mon, 6/8/09, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: From: Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org Subject: Re: tcllib error while installing tcllib on amd64 system running freebsd 7.0 To: Dino Vliet dino_vl...@yahoo.com Cc:

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 07:57:11PM +0200, Bernt Hansson wrote: Roland Smith: On Thu, Jun 11, 2009 at 05:08:09PM +0200, Bernt Hansson wrote: Roland Smith: On Wed, Jun 10, 2009 at 06:11:56PM -0400, Carmel wrote: This is my first attempt to compile in a driver in a new kernel I am

Re: Compiling in sound driver in kernel

2009-06-11 Thread Diego F. Arias R.
On Thu, Jun 11, 2009 at 1:13 PM, Roland Smithrsm...@xs4all.nl wrote: On Thu, Jun 11, 2009 at 07:57:11PM +0200, Bernt Hansson wrote: Roland Smith: On Thu, Jun 11, 2009 at 05:08:09PM +0200, Bernt Hansson wrote: Roland Smith: On Wed, Jun 10, 2009 at 06:11:56PM -0400, Carmel wrote: This is

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 20:48:32 +0200, Bernt Hansson be...@bah.homeip.net wrote: Yes. No go. I even tested to put snd_hda=YES in /etc/rc.conf I don't think that can have any effect. :-) The setting snd_hda_load=YES in /boot/loader.conf would be the correct choice. Anyway, if you included

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: Roland Smith skrev: That doesn't help me. snd_hda driver won't load either way. I always have to load it manualy. What is the exact error message that you get? None. No error message. So the kernel now builds

Re: py25-tkinter-2.5.4_3 / 2.6.2_3

2009-06-11 Thread Mel Flynn
On Wednesday 10 June 2009 23:21:58 Pieter Donche wrote: portupgrade advertizes since 3 days: ... py25-tkinter-2.5.4_3 needs updating (index has 2.6.2_3) using portupgrade -a upgrades all other ports that need upgrading, but never py25-tkinter what's wrong here? I presume

rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Yuri
I can't find any references in rc.conf(5) on how to set up ifconfig line if SSID has spaces which is very typical situation. ifconfig(8) doesn't mention this either but it works if I put quotes around it. I would assume spaces should be substituted for '_' like in Linux. But I remember I

Re: rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Glen Barber
On Thu, Jun 11, 2009 at 3:29 PM, Yuriy...@rawbw.com wrote: I can't find any references in rc.conf(5) on how to set up ifconfig line if SSID has spaces which is very typical situation. ifconfig(8) doesn't mention this either but it works if I put quotes around it. I would assume spaces should

Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 05:45:59 Drew Tomlinson wrote: Paul Schmehl wrote: --On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson d...@mykitchentable.net wrote: All I want to do is create a script within the rc.d framework that runs /usr/local/urchin/bin/urchinctl start when the system

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: Roland Smith skrev: On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: Roland Smith skrev: That doesn't help me. snd_hda driver won't load either way. I always have to load it manualy. What is the exact error message

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:11:46 Polytropon wrote: Of course, it won't show up in kldstat then It will if you add -v to kldstat. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:29:25 Yuri wrote: I can't find any references in rc.conf(5) on how to set up ifconfig line if SSID has spaces which is very typical situation. ifconfig(8) doesn't mention this either but it works if I put quotes around it. So escape use and escape the quotes with a

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 21:44:56 +0200, Bernt Hansson be...@bah.homeip.net wrote: Polytropon skrev: On Thu, 11 Jun 2009 20:48:32 +0200, Bernt Hansson be...@bah.homeip.net wrote: Yes. No go. I even tested to put snd_hda=YES in /etc/rc.conf Even tested kldload snd_hda=YES in rc.conf In 7.1

Re: rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Yuri
Mel Flynn wrote: So escape use and escape the quotes with a backslash. You may need more then one backslash, depending on the level of evaluation in /etc/rc.subr and /etc/rc.d/netif. I believe documentation should describe this since this is a major element of setting wireless network

Re: Compiling in sound driver in kernel

2009-06-11 Thread Polytropon
On Thu, 11 Jun 2009 11:51:03 -0800, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Thursday 11 June 2009 11:11:46 Polytropon wrote: Of course, it won't show up in kldstat then It will if you add -v to kldstat. Hmmm... true! % kldstat -v ...

Re: rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 11:55:15 Mel Flynn wrote: On Thursday 11 June 2009 11:29:25 Yuri wrote: I can't find any references in rc.conf(5) on how to set up ifconfig line if SSID has spaces which is very typical situation. ifconfig(8) doesn't mention this either but it works if I put quotes

Make Question

2009-06-11 Thread Peter Clark
Hello, I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I realize that the short answer to my question is more than likely to upgrade the OS to a current release and I would if I had that option right now, but I do not. I needed to upgrade the perl/openssh/openssl implementation

Re: Make Question

2009-06-11 Thread Manolis Kiagias
Peter Clark wrote: Hello, I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I realize that the short answer to my question is more than likely to upgrade the OS to a current release and I would if I had that option right now, but I do not. I needed to upgrade the

Re: Compiling in sound driver in kernel

2009-06-11 Thread Roland Smith
On Thu, Jun 11, 2009 at 10:11:56PM +0200, Bernt Hansson wrote: I'm going to reboot now so i get a fresh dmesg. OAU Good luck. No luck. I've just rebuilt and installed a new kernel. No snd_hda is loaded. testbox# kldload snd_hda testbox# This indicates that kldload was able to

Re: Make Question

2009-06-11 Thread Giorgos Keramidas
On Thu, 11 Jun 2009 14:23:31 -0500, Peter Clark cla...@mtmary.edu wrote: Hello, I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I realize that the short answer to my question is more than likely to upgrade the OS to a current release and I would if I had that option right now,

Re: rc.conf when ssid has spaces in it: missing documentation or missing feature?

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 12:03:56 Yuri wrote: Mel Flynn wrote: So escape use and escape the quotes with a backslash. You may need more then one backslash, depending on the level of evaluation in /etc/rc.subr and /etc/rc.d/netif. I believe documentation should describe this since this is a

Re: Make Question

2009-06-11 Thread Lowell Gilbert
Manolis Kiagias son...@otenet.gr writes: I have inherited an old FreeBSD 5.1 machine(5.1-RELEASE-p18). I realize that the short answer to my question is more than likely to upgrade the OS to a current release and I would if I had that option right now, but I do not. I needed to upgrade the

Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Paul Schmehl
--On Thursday, June 11, 2009 08:45:59 -0500 Drew Tomlinson d...@mykitchentable.net wrote: The problem here is that urchinctl does not write a pid file by default and I can't figure out how to make it do so. However in reading man rc.subr, I found argument_cmd that works for me. By setting

reference for beginner on configure/make/compile/linking/etc.

2009-06-11 Thread Gary Gatten
As you may recall from a recent post I've been trying to get nTop compiled and working on Solaris 10 x86. After 40 - 60 hours (I loose track) I *THINK* it's actually working for the most part. Before certain people get pi$$ed off about this not being a Solaris list - chill for a sec! I'm

Authenticating users via openldap on 7.2

2009-06-11 Thread Dave
Hello, I had user authentication going about a year and some months back on a 6.2 box. Unfortunately that box is no longer under my control. I'm trying to duplicate what was done under 6.2. If anyone has this going can you write me offlist? Thanks. Dave.

Re: Compiling in sound driver in kernel

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 12:22:04 Bernt Hansson wrote: Mel Flynn skrev: On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: Roland Smith skrev: On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: Roland Smith skrev: That doesn't help me. snd_hda driver won't load either

freebsd update question

2009-06-11 Thread Jason
Hi, I have just started getting into the realm of kernel building, and I have a question in so far as upgrades. Is it possible to do a freebsd-update fetch then install, reboot, and then install again to get to the latest release you want to run? Update /usr/src with sources and build a kernel

Re: reference for beginner on configure/make/compile/linking/etc.

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 14:09:43 Gary Gatten wrote: It seems COMPLETELY overly complex to me - maybe cause the developer tries to make it as portable as possible, but with every *nix like things putting files wherever they want, different cc's / ld's, etc. - I can see where it can get

Re: freebsd update question

2009-06-11 Thread Glen Barber
Hi, Jason On Thu, Jun 11, 2009 at 8:10 PM, Jasonjhelf...@e-e.com wrote: Hi, I have just started getting into the realm of kernel building, and I have a question in so far as upgrades. Is it possible to do a freebsd-update fetch then install, reboot, and then install again to get to the

Re: freebsd update question

2009-06-11 Thread Lars Eighner
On Thu, 11 Jun 2009, Jason wrote: Hi, I have just started getting into the realm of kernel building, and I have a question in so far as upgrades. Is it possible to do a freebsd-update fetch then install, reboot, and then install again to get to the latest release you want to run? Update

Re: Compiling in sound driver in kernel

2009-06-11 Thread Bernt Hansson
Mel Flynn said the following on 2009-06-12 01:23: On Thursday 11 June 2009 12:22:04 Bernt Hansson wrote: Mel Flynn skrev: On Thursday 11 June 2009 11:36:16 Bernt Hansson wrote: Roland Smith skrev: On Thu, Jun 11, 2009 at 08:48:32PM +0200, Bernt Hansson wrote: Roland Smith skrev: That

security alert

2009-06-11 Thread Bank of Montreal
Access denied Your internet banking has been locked due to three consecutive failures of the banking security check. To unlock your BMO internet banking, please activate your account below : [1] Unlock Your BMO Internet Banking © 2009 Bank of Montreal. References 1.

Xorg on FreeBSD 8* i386

2009-06-11 Thread Al Plant
Aloha, I have had problems trying to install the new Xorg on Amd64 box with Nvidia card and also old trio. I see many posts of issues on this on Questions List. Can I run the new Xorg on the Amd64 with nvidia or do I have to use i386? Also is it possible to use an older version of Xorg to

Re: USB flash disc

2009-06-11 Thread Bernt Hansson
Fbsd1 said the following on 2009-06-12 05:52: Bernt Hansson wrote: Bernt Hansson: Hello list! I've got an usb flash disc kingston datatraveler DT150 64GB. That I put pcbsd on to try, and now I can't seem to get it of the stick. Tried fdisk -BI /dev/da0, dd if=/dev/zero of=/dev/da0 bs=1m

Re: py25-tkinter-2.5.4_3 / 2.6.2_3

2009-06-11 Thread Pieter Donche
On Thu, 11 Jun 2009, Mel Flynn wrote: On Wednesday 10 June 2009 23:21:58 Pieter Donche wrote: portupgrade advertizes since 3 days: ... py25-tkinter-2.5.4_3 needs updating (index has 2.6.2_3) using portupgrade -a upgrades all other ports that need upgrading, but never