slib-guile problems when installing port

2007-01-20 Thread Dino Vliet
Folks, I have this problem when trying to install the port slib-guile: === Checking if lang/slib-guile already installed /bin/ln -shf /usr/local/share/slib /usr/local/share/guile/1.6/slib cd /usr/local/share/guile/1.6/slib /usr/local/bin/guile -q -l guile.init -c (require 'new-catalog)

Where is gaim-text?

2007-01-20 Thread Lars Stokholm
Hi, gaim-devel installs a manual page for gaim-text, but no binary. Where is it? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: devel/pear or lang/php5 leaves include_path unusable

2007-01-20 Thread Alex Dupre
Roman Neuhauser wrote: I'm writing a port for a program written in PHP 5. It depends (BUILD_ and RUN_) on ${PEARDIR}/Console/Getopt.php:devel/pear, unfortunately devel/pear simply informs the user that they need to configure php.ini (see devel/pear/files/pkg-message.in), and my port

Re: Where is gaim-text?

2007-01-20 Thread Yuri Pankov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Stokholm wrote: Hi, gaim-devel installs a manual page for gaim-text, but no binary. Where is it? Check net-im/gaim-consoleui-devel . HTH, Yuri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (FreeBSD) Comment: Using GnuPG with Mozilla

Re: devel/pear or lang/php5 leaves include_path unusable

2007-01-20 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-20 11:18:50 +0100: Roman Neuhauser wrote: I'm writing a port for a program written in PHP 5. It depends (BUILD_ and RUN_) on ${PEARDIR}/Console/Getopt.php:devel/pear, unfortunately devel/pear simply informs the user that they need to configure php.ini (see

smb4k not compiling

2007-01-20 Thread Rico Secada
Hi I tried to upgrade smb4k from ports and I get the following error.. gmake[3]: Entering directory `/usr/ports/net/smb4k/work/smb4k-0.8.0/smb4k' /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=link c++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -O2 -fno-strict-aliasing

FreeBSD Port: hal-0.5.8.20070104

2007-01-20 Thread Juergen Dankoweit
Hello, first of all thanks for the great job you are doing for the FreeBSD community. While installing the Gnome2 package for FreeBSD 6.2 the user haldaemon (UID = 560) and the group haldaemon (GID = 560) is not created. It costed me hours to find out what was going wrong. After reading +INSTALL

Re: Where is gaim-text?

2007-01-20 Thread Lars Stokholm
On 1/20/07, Yuri Pankov [EMAIL PROTECTED] wrote: Lars Stokholm wrote: Hi, gaim-devel installs a manual page for gaim-text, but no binary. Where is it? Check net-im/gaim-consoleui-devel . Great, thanks. I guess it's a bug, that the man page for gaim-text is installed with gaim-devel.

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Wesley Shields
On Fri, Jan 19, 2007 at 11:37:59PM -0600, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: [...] (2) For a particular port, I need to patch a particular source file. This is a patch that will probably be in a future release. Same question as above: what's the proper way

Re: new version of Gnucash on FreeBSD

2007-01-20 Thread Alexander Leidinger
Quoting Michael Johnson [EMAIL PROTECTED] (Fri, 19 Jan 2007 20:24:26 -0500): On 1/19/07, Robert Gilaard [EMAIL PROTECTED] wrote: Hi there, my name is Robert Gilaard and I'm a fan of Gnucash!! Thanks for being the maintainer of this port. Do you know when Gnucash 2.0 will be available

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Paul Hoffman
At 11:37 PM -0600 1/19/07, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change the the MAKE_ENV to make it build the way I want.

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Scot Hetzel
On 1/20/07, Paul Hoffman [EMAIL PROTECTED] wrote: At 11:37 PM -0600 1/19/07, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change

FreeBSD Port: x11/kxgenerator doesn't work

2007-01-20 Thread Abdullah Al-Marrie
Hello, FreeBSD 6.2-STABLE #1: Sat Jan 20 10:37:35 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARABIAN i386 with KDE 3.5.5 When I run kX Generator it hogs the cpu, and I see the hard disk too busy, but nothing happens PID USERNAMETHR PRI NICE SIZERES STATETIME WCPU COMMAND

FreeBSD Port: skype-1.2.0.18_2

2007-01-20 Thread Pierre Caruel
Hi, Looks there is a bug in the Makefile in the selection of NVidia / No NVidia drivers. Looks the deletion of the ! at line 34 solves the issue for issue. Regards, Pierre Caruel ___ freebsd-ports@freebsd.org mailing list

Re: new version of Gnucash on FreeBSD

2007-01-20 Thread Peter Jeremy
On Fri, 2007-Jan-19 20:24:26 -0500, Michael Johnson wrote: Currently devel/libltdl15 is missing some features for FreeBSD and adding the missing features requires much testing since it affects many many ports. However, we do have a working copy of GnuCash in marcuscom ports cvs repo. If this is

Re: new version of Gnucash on FreeBSD

2007-01-20 Thread Karel Miklav
I've built it with patches mentioned in the PR plus some touches. I use it for a month now and did not find any quirks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Paul Hoffman
At 12:48 PM -0600 1/20/07, Scot Hetzel wrote: Are you trying to add NSS_ENABLE_ECC to the MAKE_ENV? Normally you would put it in ports.conf as: security/nss: MAKE_ENV+= NSS_ENABLE_ECC=1 Boy, that wasn't clear in the four lines of info on portconf. But this doesn't work. I tried setting

Re: new version of Gnucash on FreeBSD

2007-01-20 Thread Michael Johnson
On 1/20/07, Peter Jeremy [EMAIL PROTECTED] wrote: On Fri, 2007-Jan-19 20:24:26 -0500, Michael Johnson wrote: Currently devel/libltdl15 is missing some features for FreeBSD and adding the missing features requires much testing since it affects many many ports. However, we do have a working copy

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread RW
On Sat, 20 Jan 2007 12:44:59 -0800 Paul Hoffman [EMAIL PROTECTED] wrote: At 12:48 PM -0600 1/20/07, Scot Hetzel wrote: Are you trying to add NSS_ENABLE_ECC to the MAKE_ENV? Normally you would put it in ports.conf as: security/nss: MAKE_ENV+= NSS_ENABLE_ECC=1 Boy, that wasn't clear in