Re: How did upgrading applications happen before portupgrade etc?

2007-08-14 Thread Alexander Leidinger
Quoting RW [EMAIL PROTECTED] (from Mon, 13 Aug 2007 12:38:37 +0100): On Mon, 13 Aug 2007 08:14:46 +0200 Alexander Leidinger [EMAIL PROTECTED] wrote: Quoting RW [EMAIL PROTECTED] (from Sun, 12 Aug 2007 18:18:10 +0100): On Sun, 12 Aug 2007 14:20:59 +0200 Alexander Leidinger [EMAIL

FreeBSD Port: vnc-4.1.2_2

2007-08-14 Thread David Hunt
Hi James We have recently built a server with current Xorg on it, and have run in to issues trying to run vncserver on it .example error is as follows: Xvnc Free Edition 4.1.2 - built Aug 14 2007 16:06:44 Copyright (C) 2002-2005 RealVNC Ltd. See http://www.realvnc.com for information on

Re: How did upgrading applications happen before portupgrade etc?

2007-08-14 Thread RW
On Sun, 12 Aug 2007 14:20:59 +0200 Alexander Leidinger [EMAIL PROTECTED] wrote: Quoting RW [EMAIL PROTECTED] (Sat, 11 Aug 2007 22:58:58 +0100): Actually having dependencies package version mismatches needn't cause any significant problems. It does cause problems. You

mod_perl2 port misses existing BSD::Resource dependency

2007-08-14 Thread snowcrash+freebsd
hi, i've fbsd 62Rp7 installed, with perl 588 mod_perl2 installed from ports. perl modules are installed by CPAN, *not* using ports (p5-*). i've successfully installed BSD::Resource -- a dependency of mod_perl2 -- via CPAN, module_info BSD::Resource Name:

compiling py-imaging for multiple Python binaries

2007-08-14 Thread Matt Wilks
Greetings, I have multiple versions of Python installed, and I'm trying to install the /usr/ports/graphics/py-imaging PIL library. When I compile py-imaging, it defaults to installing it in the most recent version of Python I have installed, 2.5. Is there a way to force FreeBSD to compile

request add db45/db46 support to www/apache22 port

2007-08-14 Thread snowcrash+freebsd
hi, with db45/db46 now in ports and supported in make.conf, can we get port(www/apache22) updated as well? looks simple, namely: vi Makefile.modules = @95 . elif ${WITH_BERKELEYDB} == db44 LIB_DEPENDS+=

Re: request add db45/db46 support to www/apache22 port

2007-08-14 Thread Jiawei Ye
On 8/15/07, snowcrash+freebsd [EMAIL PROTECTED] wrote: hi, with db45/db46 now in ports and supported in make.conf, can we get port(www/apache22) updated as well? looks simple, namely: vi Makefile.modules = @95 .

Re: request add db45/db46 support to www/apache22 port

2007-08-14 Thread snowcrash+fuzzyocr
The change for db46 will fail because the DB version is hardcoded in apr-util configure script. You need to patch that as well. you're correct. and i already had -- just neglected to report/request ... ___ freebsd-ports@freebsd.org mailing list

request add db45/db46 support to devel/apr port

2007-08-14 Thread snowcrash+fuzzyocr
this, i believe, does the trick ... diff -ur aprORIG/Makefile apr/Makefile --- aprORIG/MakefileMon Aug 6 21:17:39 2007 +++ apr/MakefileMon Aug 6 21:16:56 2007 @@ -8,8 +8,8 @@ # APR_UTIL_WITHOUT_THREADS:disable threads support # APR_UTIL_WITH_GDBM: force dependency on

ports tree out've sync

2007-08-14 Thread gareth
hey guys, i can't see a similar question recently so i wonder if i've done something wrong? i've noticed for about 2 weeks that things seem to be out've sync: if i do a cvsup with either host=cvsup.FreeBSD.org or cvsup2.FreeBSD.org and then a portsdb (even after removing /usr/ports/INDEX-6*)

Unable to get pine-pgp-filters and pinentry-curses to work together

2007-08-14 Thread Rakhesh Sasidharan
Hi there! I installed mail/pine and security/gnupg from ports. While trying to use gnupg, whenever it needed to ask me for the passphrase, I ran into errors such as the below: gpg-agent[86284]: can't connect server: `ERR 67109133 can't exec `/usr/local/bin/pinentry': No such file or

Re: ports tree out've sync

2007-08-14 Thread Kris Kennaway
On Tue, Aug 14, 2007 at 07:08:52PM +0200, gareth wrote: hey guys, i can't see a similar question recently so i wonder if i've done something wrong? i've noticed for about 2 weeks that things seem to be out've sync: if i do a cvsup with either host=cvsup.FreeBSD.org or cvsup2.FreeBSD.org and

Re: ports tree out've sync

2007-08-14 Thread gareth
On Tue 2007-08-14 (17:47), Kris Kennaway wrote: Are you cvsupping with a fixed tag? nope, this's my conf: $ cat /etc/cvsup.conf *default tag=. *default host=cvsup2.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress ports-all

bash on 6.1

2007-08-14 Thread Roman Budzianowski
I tried to install bash a year ago and ran into a size mismatch (expected 1829, actual 5218). I am trying to install it again in a fresh 6.1 installation. I read an archived advice from this list and ran 'make clean' in /usr/ports. First, it ran for 18 hours! (on vmware VM, one processor

lam/MPI with trillium libraries

2007-08-14 Thread James
I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with the trillium libraries. I couldn't see any easy way to tell the net/lam port to install itself with these libraries, though it makes some measure of sense to me that there ought

Re: lam/MPI with trillium libraries

2007-08-14 Thread Scot Hetzel
On 8/14/07, James [EMAIL PROTECTED] wrote: I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with the trillium libraries. I couldn't see any easy way to tell the net/lam port to install itself with these libraries, though it

Re: lam/MPI with trillium libraries

2007-08-14 Thread Nikola Lecic
On Tue, 14 Aug 2007 18:39:08 -0500 Scot Hetzel [EMAIL PROTECTED] wrote: On 8/14/07, James [EMAIL PROTECTED] wrote: I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with the trillium libraries. I couldn't see any easy way

Re: lam/MPI with trillium libraries

2007-08-14 Thread Nikola Lecic
On Tue, 14 Aug 2007 16:56:04 -0600 James [EMAIL PROTECTED] wrote: I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with the trillium libraries. I couldn't see any easy way to tell the net/lam port to install itself with

Re: lam/MPI with trillium libraries

2007-08-14 Thread Nikola Lecic
On Tue, 14 Aug 2007 16:56:04 -0600 James [EMAIL PROTECTED] wrote: I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with the trillium libraries. I couldn't see any easy way to tell the net/lam port to install itself with

Re: lam/MPI with trillium libraries

2007-08-14 Thread Scot Hetzel
On 8/14/07, Nikola Lecic [EMAIL PROTECTED] wrote: On Tue, 14 Aug 2007 18:39:08 -0500 Scot Hetzel [EMAIL PROTECTED] wrote: On 8/14/07, James [EMAIL PROTECTED] wrote: I'm looking to build a copy of a debugging program called XMPI. For this to work, I have to have lam/MPI installed with

Re: bash on 6.1

2007-08-14 Thread Nikola Lecic
On Tue, 14 Aug 2007 15:27:03 -0700 Roman Budzianowski [EMAIL PROTECTED] wrote: I tried to install bash a year ago and ran into a size mismatch (expected 1829, actual 5218). I am trying to install it again in a fresh 6.1 installation. I read an archived advice from this list and ran

Re: bash on 6.1

2007-08-14 Thread Kris Kennaway
On Tue, Aug 14, 2007 at 03:27:03PM -0700, Roman Budzianowski wrote: I tried to install bash a year ago and ran into a size mismatch (expected 1829, actual 5218). I am trying to install it again in a fresh 6.1 installation. I read an archived advice from this list and ran 'make clean' in

Re: ports tree out've sync

2007-08-14 Thread RW
On Tue, 14 Aug 2007 19:08:52 +0200 gareth [EMAIL PROTECTED] wrote: hey guys, i can't see a similar question recently so i wonder if i've done something wrong? i've noticed for about 2 weeks that things seem to be out've sync: if i do a cvsup with either host=cvsup.FreeBSD.org or

Re: ports tree out've sync

2007-08-14 Thread gareth
On Wed 2007-08-15 (01:44), RW wrote: Given that no-one else is complaining, and it's a single url, the most likely explanation for Database too old is that your system clock is set to the wrong date. hi, i use ntpd (just checked again, the date/time is normal).

Re: Unable to get pine-pgp-filters and pinentry-curses to work together

2007-08-14 Thread Doug Barton
On Tue, 14 Aug 2007, Rakhesh Sasidharan wrote: Hi there! I installed mail/pine and security/gnupg from ports. While trying to use gnupg, whenever it needed to ask me for the passphrase, I ran into errors such as the below: gpg-agent[86284]: can't connect server: `ERR 67109133 can't exec

Re: order of dependencies

2007-08-14 Thread Doug Barton
On Fri, 10 Aug 2007, Alexey Rubtsov wrote: Hello All!. The target all-depends-list from bsd.ports.mk print dependencies in not correct order. In this target dependencies was looked from up to down and do not check dependencies whoes already checked(for reduce execution time). As result -

Re: bash on 6.1

2007-08-14 Thread Roman Budzianowski
Thanks Nicola! I did run 'make clean' in /usr/ports. I guess 'make' is not very efficient ;) It actually removed distfiles. But it didn't help as I said. Kris, 'make distclean' in /usr/ports/shells/bash didn't help either. But 'portsnap fetch update' helped! I have now bash shell. Roman

Re: Unable to get pine-pgp-filters and pinentry-curses to work together

2007-08-14 Thread Rakhesh Sasidharan
Doug Barton wrote: On Tue, 14 Aug 2007, Rakhesh Sasidharan wrote: I installed mail/pine and security/gnupg from ports. While trying to use gnupg, whenever it needed to ask me for the passphrase, I ran into errors such as the below: gpg-agent[86284]: can't connect server: `ERR 67109133 can't