Re: Update: postgresql 8.4.0

2009-07-21 Thread patrick keshishian
On Tue, Jul 21, 2009 at 5:53 PM, Ryan Boggs wrote: > On Tue, Jul 21, 2009 at 5:16 PM, patrick keshishian wrote: >> On Tue, Jul 21, 2009 at 2:54 PM, Stuart Henderson >> wrote: >>> On 2009/07/21 17:02, Jason Dixon wrote: On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: > Ani

Re: Update: postgresql 8.4.0

2009-07-21 Thread Ryan Boggs
On Tue, Jul 21, 2009 at 5:16 PM, patrick keshishian wrote: > On Tue, Jul 21, 2009 at 2:54 PM, Stuart Henderson wrote: >> On 2009/07/21 17:02, Jason Dixon wrote: >>> On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: >>> > Anil Madhavapeddy wrote: >>> > >>> >> Most users wont read the c

Re: Update: postgresql 8.4.0

2009-07-21 Thread patrick keshishian
On Tue, Jul 21, 2009 at 2:54 PM, Stuart Henderson wrote: > On 2009/07/21 17:02, Jason Dixon wrote: >> On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: >> > Anil Madhavapeddy wrote: >> > >> >> Most users wont read the commit log, but do will a binary package >> >> upgrade when the nex

updates: exiv2, digikam and friends

2009-07-21 Thread Stuart Henderson
various interdependent updates here; updates for digikam, exiv2, kipi-plugins, libkdcraw, libkexiv2. also a patch added to gwenview to let it cope with the change, and WANTLIB for kimdaba. tested on amd64 only so far. any comments, test reports, ok's? Index: gwenview/Makefile ===

Re: Update: postgresql 8.4.0

2009-07-21 Thread Stuart Henderson
On 2009/07/21 17:02, Jason Dixon wrote: > On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: > > Anil Madhavapeddy wrote: > > > >> Most users wont read the commit log, but do will a binary package > >> upgrade when the next release it out; can we have a post-install > >> message or

Re: Update: postgresql 8.4.0

2009-07-21 Thread Jason Dixon
On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: > Anil Madhavapeddy wrote: > >> Most users wont read the commit log, but do will a binary package >> upgrade when the next release it out; can we have a post-install >> message or something that warns people of this? > > Isn't post-

Re: Update: postgresql 8.4.0

2009-07-21 Thread patrick keshishian
2009/7/21 Anil Madhavapeddy : > On 21 Jul 2009, at 20:47, Pierre-Emmanuel André wrote: >> >> The new PostgreSQL is in. >> As said in the commit log, it's a major upgrade ! >> Dump/restore is REQUIRED for this upgrade !!! >> >> Thanks to all who tested this upgrade. > > Most users wont read the comm

Re: Update: postgresql 8.4.0

2009-07-21 Thread Matthias Kilian
On Tue, Jul 21, 2009 at 09:47:46PM +0200, Pierre-Emmanuel André wrote: > The new PostgreSQL is in. I feel really depressed now, because i'm working on a customer's project running on debian systems with PostgreSQL 8.1. Bleh! Anyway, thanks for the good work. Ciao, Kili

Re: Update: postgresql 8.4.0

2009-07-21 Thread Matthew Weigel
Anil Madhavapeddy wrote: Most users wont read the commit log, but do will a binary package upgrade when the next release it out; can we have a post-install message or something that warns people of this? Isn't post-install a little late? :-) IIRC, I had this problem moving from 8.2 to 8.3 (w

Re: opera10 experimental build with bundled qt4 (and some linux emul questions)

2009-07-21 Thread Nikolay Sturm
* frantisek holop [2009-07-21]: > i am trying to do the same. if this proves to be usable on the long > run, the question is, how to make this automatised. could these two > other libraries be added to the fedora core makefile? or the Of course, that's the purpose of the fedora port. Nikolay

[update] midori 0.1.8

2009-07-21 Thread Landry Breuil
Hi, for all you midori lovers, here's an update for the latest version, see http://foo-projects.org/pipermail/xfce/2009-July/025642.html for details. please test. Landry Index: Makefile === RCS file: /cvs/ports/www/midori/Makefile,v

Re: Update: postgresql 8.4.0

2009-07-21 Thread Anil Madhavapeddy
On 21 Jul 2009, at 20:47, Pierre-Emmanuel André wrote: The new PostgreSQL is in. As said in the commit log, it's a major upgrade ! Dump/restore is REQUIRED for this upgrade !!! Thanks to all who tested this upgrade. Most users wont read the commit log, but do will a binary package upgrade wh

[new] xarchiver + thunar-archive

2009-07-21 Thread Landry Breuil
Hi, here are two new (related) ports : xarchiver is a simple archive manager written in gtk2. it supports most available archive formats through corresponding commandline tools. It doesn't technically depends on xfce4, though it blends nicely in this desktop, and is hosted by the xfce project - h

Re: Update: postgresql 8.4.0

2009-07-21 Thread Pierre-Emmanuel André
On Tue, Jul 21, 2009 at 02:29:20AM +0200, Simon Bertrang wrote: > On Thu, Jul 02, 2009 at 11:09:02AM +0200, Pierre-Emmanuel André wrote: > > On Mon, Jun 01, 2009 at 12:37:35PM +0200, Simon Bertrang wrote: > > > Hi, > > > to all brave and/or interested database people, here's an update to > > > post

Re: [wip] nmap-5.00

2009-07-21 Thread Pawlowski Marcin Piotr
On Tue, 21 Jul 2009 20:23:32 +0200 Giovanni Bechis wrote: > Reworked a bit the port: > - sctp.h is in files directory > - patched ndiff/setup.py to properly install ndiff man page > - some cleanups > Cheers >Giovanni Cool, it looks much nicer now! Did someone focused on man pages? I will tr

Re: [wip] nmap-5.00

2009-07-21 Thread Giovanni Bechis
Pawlowski Marcin Piotr wrote: Hi, try this diff it should work now. Two thing corrected from previous: 0) ndiff.1 now is in proper place. 1) Nmap uses sctp protocol for -sS but AFAIK we don't have this protocol in pcap so I've just removed that from pcap filter rules and it works well now. But

Re: [wip] nmap-5.00

2009-07-21 Thread Pawlowski Marcin Piotr
Hi, try this diff it should work now. Two thing corrected from previous: 0) ndiff.1 now is in proper place. 1) Nmap uses sctp protocol for -sS but AFAIK we don't have this protocol in pcap so I've just removed that from pcap filter rules and it works well now. But still there is fatal error in al

Re: opera10 experimental build with bundled qt4 (and some linux emul questions)

2009-07-21 Thread Jacob Meuser
On Tue, Jul 21, 2009 at 03:14:46PM +0200, frantisek holop wrote: > hmm, on Tue, Jul 21, 2009 at 05:05:04AM +, Jacob Meuser said that > > I installed qt-3.3.4-14.i386.rpm and libmng-1.0.9-1.i386.rpm into the > > fedora emulation directory (with rpm2cpio and gcpio like in the fedora > > ports) an

libeio | IO::AIO

2009-07-21 Thread James Wright
Has anyone worked on|got working the 'AIO' library libeio which is used in IO::AIO and AnyEvent::AIO? It compiles (both in and outside of the IO::AIO distribution), but stalls waiting for returns (OpenbSD i386, -current).

update for p5-Net-BGP

2009-07-21 Thread Claudio Jeker
Update to 0.13 because everything beforehands is unusable for real testing. With 0.13 you no longer get errors for missing well-known attributes for pure withdraw messages that carry no attributes at all. Seems to work for me now against bgpd. -- :wq Claudio Index: Makefile =

Re: opera10 experimental build with bundled qt4 (and some linux emul questions)

2009-07-21 Thread Jacob Meuser
On Tue, Jul 21, 2009 at 03:44:46PM +0200, frantisek holop wrote: > hmm, on Tue, Jul 21, 2009 at 05:05:04AM +, Jacob Meuser said that > > I installed qt-3.3.4-14.i386.rpm and libmng-1.0.9-1.i386.rpm into the > > fedora emulation directory (with rpm2cpio and gcpio like in the fedora > > ports) an

UPDATE: print/foo2zjs

2009-07-21 Thread Giovanni Bechis
Update to latest version of foo2zjs printer driver. Tested with a hp2600n laser printer @amd64. Ok ? Comments ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/print/foo2zjs/Makefile,v retrieving revision 1.5 diff -u -

Re: NEW: audio/exaile

2009-07-21 Thread Stephan A. Rickauer
On Tue, 2009-07-21 at 09:29 +0200, Giovanni Bechis wrote: > Fixed, thanks, new tarball attached. > Cheers >Giovanni works perfectly fine on my x300 (amd64). Finally I can kill rythmbox ;)

Re: opera10 experimental build with bundled qt4 (and some linux emul questions)

2009-07-21 Thread frantisek holop
hmm, on Tue, Jul 21, 2009 at 05:05:04AM +, Jacob Meuser said that > I installed qt-3.3.4-14.i386.rpm and libmng-1.0.9-1.i386.rpm into the > fedora emulation directory (with rpm2cpio and gcpio like in the fedora > ports) and am able to run opera-10.00-4492.gcc4-shared-qt3.i386. ok, i did the sa

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread Siju George
On Tue, Jul 21, 2009 at 6:17 PM, Stuart Henderson wrote: > it's also a good place to put preferred MASTER_SITE mirrors, amongst > other things.. here's one of mine. > You are really helpful Stuart :-) Thanks a million :-))) --Siju

Re: opera10 experimental build with bundled qt4 (and some linux emul questions)

2009-07-21 Thread frantisek holop
hmm, on Tue, Jul 21, 2009 at 05:05:04AM +, Jacob Meuser said that > I installed qt-3.3.4-14.i386.rpm and libmng-1.0.9-1.i386.rpm into the > fedora emulation directory (with rpm2cpio and gcpio like in the fedora > ports) and am able to run opera-10.00-4492.gcc4-shared-qt3.i386. that is good new

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread Stuart Henderson
On 2009/07/21 05:36, patrick keshishian wrote: > On Tue, Jul 21, 2009 at 4:50 AM, Siju George wrote: > > On Tue, Jul 21, 2009 at 2:41 PM, patrick keshishian > > wrote: > >> could also use ftp's -E flag flag in your /etc/mk.conf file: > >> > >> $ grep FETCH_CMD /etc/mk.conf > >> FETCH_CMD=/usr/bin/

Re: [update] py-gdata

2009-07-21 Thread frantisek holop
hmm, on Mon, Jul 20, 2009 at 07:08:05PM -0700, Ryan Boggs said that > Question on the regress. I did a "make regress" after building the > port. It goes through a handful of tests before it just stops. I > have to ctrl-c to get out of it. My question is: is that how it is > suppose to run? som

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread Siju George
On Tue, Jul 21, 2009 at 6:06 PM, patrick keshishian wrote: > Yes. You can put other make related variables there that you use often > so you don't have to keep typing when building ports. e.g., > CLEANDEPENDS=Yes > Thanks for the clarification patrick :-) --Siju

Re: Patch so R CMD INSTALL works

2009-07-21 Thread Stuart Henderson
On 2009/07/21 08:20, Mark Bucciarelli wrote: > Hi, > > You may have already fixed this. But in case it's still a bug, > on 4.2 the command > > $ sudo R CMD INSTALL thanks, this works fine in newer OpenBSD (which also has newer R and a much improved libm).

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread patrick keshishian
On Tue, Jul 21, 2009 at 4:50 AM, Siju George wrote: > On Tue, Jul 21, 2009 at 2:41 PM, patrick keshishian wrote: >> could also use ftp's -E flag flag in your /etc/mk.conf file: >> >> $ grep FETCH_CMD /etc/mk.conf >> FETCH_CMD=/usr/bin/ftp -V -m -k 0 -E >> >> $ man ftp >> /EPRT >>     -E      Disabl

Patch so R CMD INSTALL works

2009-07-21 Thread Mark Bucciarelli
Hi, You may have already fixed this. But in case it's still a bug, on 4.2 the command $ sudo R CMD INSTALL doesn't work. It's simple to test, download some CRAN package tar.gz and try to install it from the command line. The enclosed patches fixed this for me. See the July 3, 2007 t

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread Siju George
On Tue, Jul 21, 2009 at 2:41 PM, patrick keshishian wrote: > could also use ftp's -E flag flag in your /etc/mk.conf file: > > $ grep FETCH_CMD /etc/mk.conf > FETCH_CMD=/usr/bin/ftp -V -m -k 0 -E > > $ man ftp > /EPRT >     -E      Disables EPSV/EPRT command on IPv4 connections. > I didnt have a /e

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread patrick keshishian
On Tue, Jul 21, 2009 at 2:05 AM, Siju George wrote: > On Fri, Jul 17, 2009 at 6:25 PM, Stuart Henderson wrote: >> >> fetch it from one of these >> >> MASTER_SITES=   http://ngsoftwareltd.com/freebsd/distfiles/ \ >>                http://www.arcane-labs.net/download/OpenBSD/ >> >> > > Thanks Stuart.

Re: Illegal EPRT Command while fetching freeze-2.5.tar.gz

2009-07-21 Thread Siju George
On Fri, Jul 17, 2009 at 6:25 PM, Stuart Henderson wrote: > > fetch it from one of these > > MASTER_SITES=   http://ngsoftwareltd.com/freebsd/distfiles/ \ >                http://www.arcane-labs.net/download/OpenBSD/ > > Thanks Stuart. it is working now :-) --Siju

Re: NEW: net/ifmcstat

2009-07-21 Thread Paul de Weerd
On Tue, Jul 21, 2009 at 10:40:22AM +0200, Paul de Weerd wrote: | Here's a quick port of WIDE's ifmcstat (as found in NetBSD). Comments | and/or suggestions and/or OK's ? Forgot to add : [we...@doom] $ cat pkg/DESCR ifmcstat is a small tool to dump multicast group management statistics per interfa

NEW: net/ifmcstat

2009-07-21 Thread Paul de Weerd
Here's a quick port of WIDE's ifmcstat (as found in NetBSD). Comments and/or suggestions and/or OK's ? Cheers, Paul 'WEiRD' de Weerd -- >[<++>-]<+++.>+++[<-->-]<.>+++[<+ +++>-]<.>++[<>-]<+.--.[-] http://www.weirdnet.nl/

Re: [NEW] (and update) pvpgn-1.8.5

2009-07-21 Thread Abel Camarillo
On Mon, Jul 20, 2009 at 02:18:44AM -0500, Abel Camarillo wrote: > hi ports@: > > I posted this port some months (and then some weeks) ago, it did not > caught enough attention to be commited: > > $ cat games/pvpgn/pkg/DESCR > PvPGN (Player vs Player Gaming Network) is a bnetd based gaming networ

UPDATE: mail/amavisd-new

2009-07-21 Thread Giovanni Bechis
Update to 2.6.4 and port splitted into 2 packages: -main: the main server -utils: some utilities needed to monitor and collect statistics Ok ? Comments ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/mail/amavisd-new

Re: NEW: audio/exaile

2009-07-21 Thread Giovanni Bechis
Landry Breuil wrote: Hmpf. forget about the segfault, i'll blame my frankeinstein desktop. The MODPY_SITEPKG fix is still valid though :) Fixed, thanks, new tarball attached. Cheers Giovanni exaile-0.3.0a2.tgz Description: Binary data