Re: py-sqlite3 fails on missing _ctypes

2014-10-17 Thread Thomas Mueller
from Alfred Perlstein: Probably need to rebuild python itself. I did that just before the failed attempt, tried again two weeks later and got same result. Python was up-to-date. I missed your reply in the heap of messages until I found it two weeks later. Try on another installation, like

FreeBSD ports you maintain which are out of date

2014-10-17 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

postgresql-server depends on client. Why?

2014-10-17 Thread Dan Langille
Why is postgresql-server dependent upon postgresql-client? This wasn’t the case in the past and seems to be the case not. Not all server installations need the client. In addition, upgrading the client before upgrading the server is standard procedure:

Re: postgresql-server depends on client. Why?

2014-10-17 Thread Chris Rees
Hi Dan, http://svnweb.freebsd.org/ports/head/databases/postgresql90-server/Makefile?revision=286930view=markup#l64 It was always supposed to be the case, however I agree that it's probably not necessary. Anyone mind if it doesn't depend? Chris On 17 October 2014 15:12:51 BST, Dan Langille

Re: postgresql-server depends on client. Why?

2014-10-17 Thread Palle Girgensohn
Hi Dan, Well, it has always been like that, actually. PostgreSQL does not really support installing them completely separately. PostgreSQL does support minimiziing the installation to the client only, but not really the other way around. Maybe they are independent, I didn't really check it

Re: Re: postgresql-server depends on client. Why?

2014-10-17 Thread Olli Hauer
In case the dependency on thr client will be removed all ports depending on the server alone at the moment should be checked if they also require the client part. Additional clients should not define a conflict with server versions client version -- Sent from my Android phone

Re: postgresql-server depends on client. Why?

2014-10-17 Thread Palle Girgensohn
Thing is, we install header files and man pages in the client only, if memory serves me right. Also, tools like createdb are in the client package. So, apart from the obvious I want to upgrade the client separately (before) the server, there are no arguments for not doing it the way we do it

[Bug 193406] [WANTED] Port for ClamFS: FUSE-based user-space file system with on-access antivirus file scanning

2014-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193406 Mark Linimon lini...@freebsd.org changed: What|Removed |Added Status|Open|Issue Resolved

Re: postgresql-server depends on client. Why?

2014-10-17 Thread Baptiste Daroussin
On Fri, Oct 17, 2014 at 04:44:47PM +0200, Palle Girgensohn wrote: Thing is, we install header files and man pages in the client only, if memory serves me right. Also, tools like createdb are in the client package. So, apart from the obvious I want to upgrade the client separately (before)