Vim scripts

2006-10-18 Thread Andrew Pantyukhin
Any particular reason for no vim scripts in ports? I'm gonna make some, if there's no secret taboo. Also, now that vim comes with a spellchecker, I'll start thinking about dictionaries. I already use /usr/share/dict/* ___ freebsd-ports@freebsd.org

Re: Vim scripts

2006-10-18 Thread stan
On Wed, Oct 18, 2006 at 10:29:05AM +0400, Andrew Pantyukhin wrote: Any particular reason for no vim scripts in ports? I'm gonna make some, if there's no secret taboo. Also, now that vim comes with a spellchecker, I'll start thinking about dictionaries. I already use /usr/share/dict/* I

hand over ownership of ports byacc

2006-10-18 Thread David Xu
I no longer have time to maintain the ports byacc, I would like to hand over the ownership to anyone who has interest to maintain it. Regards, David Xu ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: math/guppi missing header file....

2006-10-18 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Seems to me that glade is not installed properly. Try one of the two commands in order: portupgrade -f devel/libglade portinstall devel/libglade Note: In case you haven't installed sysutils/portupgrade try the following:

Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-18 Thread Shaun Amott
On Wed, Oct 18, 2006 at 01:43:09AM -0500, David J Brooks wrote: sigh Not for me. I get the same error message as before. I wonder what's making the difference for you... You need to update your portaudit database: portaudit -F -- Shaun Amott // PGP: 0x6B387A9A A foolish consistency is

Re: math/guppi missing header file....

2006-10-18 Thread Eric Schuele
On 10/18/06 09:58, Kay Abendroth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Seems to me that glade is not installed properly. Try one of the two commands in order: portupgrade -f devel/libglade Yes. The above did the trick. Thanks. portinstall

compat3x

2006-10-18 Thread Charlie Sorsby
What does this mean and why is it so? Wednesday, 18 Oct, 2006 -- 12:59:41 MDT === compat3x-i386-4.4.20020925 is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available. I'm trying to install jre from the ports collection of freeBSD 4.11 and get the following:

Re: compat3x

2006-10-18 Thread Mark Linimon
On Wed, Oct 18, 2006 at 01:06:10PM -0600, Charlie Sorsby wrote: What does this mean and why is it so? Wednesday, 18 Oct, 2006 -- 12:59:41 MDT === compat3x-i386-4.4.20020925 is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available. It means there is no

Re: compat3x

2006-10-18 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charlie Sorsby wrote: What does this mean and why is it so? It does mean the port is marked _FORBIDDEN_ and _shouldn't_ be installed, because it introduces a vulnerability. FreeBSD-SA-03:05.xdr

Re: compat3x

2006-10-18 Thread Peter Jeremy
On Wed, 2006-Oct-18 13:06:10 -0600, Charlie Sorsby wrote: What does this mean and why is it so? You are trying to use antique software. Your problem is nothing to do with the version of FreeBSD that you are running. Rather, you are trying to use a binary that was built to run on FreeBSD 3.x.

Regression in evolution-data-server 2.8.1 import

2006-10-18 Thread Coleman Kane
Hello, I am a user of the amd64 platform and I have noticed a regression that was introduced with GNOME 2.16.1, and specifically databases/evolution-data-server 2.8.1. The bug fixed by ports pr-93215 had its patch removed, but the bug was never addressed by GNOME. The source has been slightly

gconf2 and openldap

2006-10-18 Thread Duane Whitty
Is there anyway I can make gconf2 use openldap24? It wants openldap23? In my /usr/local/etc/pkgtools.conf I have these variables defined for building devel/gconf -DUSE_OPENLDAP -DWANT_OPENLDAP_SASL -DWANT_OPENLDAP_VER=24 Not sure I understand why gconf would have a dependency on ldap. Best

Re: gconf2 and openldap

2006-10-18 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The line below should (of course) go like this: portinstall -m WITHOUT_LDAP=yes devel/gconf2 If you need support of OpenLDAP you should try to add the following line to your /etc/make.conf: WANT_OPENLDAP_VER?=24 Maybe this will

Re: gconf2 and openldap

2006-10-18 Thread Duane Whitty
On Wed, Oct 18, 2006 at 06:40:42PM -0300, Duane Whitty wrote: Not sure I understand why gconf would have a dependency on ldap. After reading the gconftools-2 man page, am I understanding correctly that gconf can use openldap for its schema storage, thus providing a distributed configuration

Strange portmanager failure

2006-10-18 Thread Mark Ovens
Updated my ports tree via portsnap, running ``portmanager -s'' show a large number of ports needing upgrading/rebuilding (most where built with old dependency). Ran ``portmanager -u'', which ran for several hours then finished like this: === Registering installation for gmime-2.2.3 ===

Re: What keeps installing Mozilla?

2006-10-18 Thread Matthew Seaman
Robert Huff wrote: Mark Ovens writes: /root{115}# pkg_info -Rr mozilla-1.7.13,2 I believe this will show the run-depends, but not the build-depnds. Do you have OpenOffice installed? WITH_MOZILLA= firefox WITH_GECKO= firefox in your /etc/make.conf will help suppress