Re: x11-fm/thunar Build error

2012-01-08 Thread Leslie Jensen
2012-01-08 18:47, Kevin Oberman skrev: On Sun, Jan 8, 2012 at 3:30 AM, Leslie Jensen wrote: checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl>= 5.8.1... 5.14.2 checking for XML::Parser... configure: error: XML::Parser perl module is required

Re: x11-fm/thunar Build error

2012-01-08 Thread Leslie Jensen
2012-01-08 13:48, Olivier Duchateau skrev: 1. Check if p5-XML-Parser is installed ls /var/db/pkg | grep XML-Parser It is! 2. Why try to install Thunar v1.3.0, it's development version, not production ready. The latest stable version is better imho. Where do you find this port ? This por

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-08 Thread Da Rock
All arguments aside, I've finally made headway - I think... its really frustrating for me because to me it seems a bit of a "blackbox" atm. I'm still trying to untangle the threads. I fiddled and tweaked and finally got make to run. I then ran make -DPACKAGE_BUILD makesum and got a checksum (S

USE_GCC and CC=clang

2012-01-08 Thread Wesley Shields
I'm trying to fix a port which absolutely will not build with clang, since clang does not support the gcc extension used by this port. I set USE_GCC=4.2+, which is the lowest version of GCC which will work, but it doesn't properly override CC=clang. wxs@ack spamdyke % env CC=clang make test-gcc |

RE: x11/avant-window-navigator-gnome-0.3.2.1_6 build error

2012-01-08 Thread Radek Krejča
> Builds just fine here. Looks like something is broken with your python > installation. What is your output for this commands? > 1. which python > 2. python -V > 3. /usr/bin/env python -V Hi, thank you very much. I really have problem witch python instalation, I didnt check it before. After re

[patch] Problem building www/uwsgi on FreeBSD 9

2012-01-08 Thread Maxim Khitrov
Hi all, I'm not sure whether this is a FreeBSD or uwsgi problem, but the current port (uwsgi 1.0) isn't compiling on FreeBSD 9.0-RELEASE amd64 for the following reasons: 1. In uwsgiconfig.py:534 uwsgi checks for the existence of sys/capability.h. This header isn't present on my 7.x or 8.x systems

Re: x11/avant-window-navigator-gnome-0.3.2.1_6 build error

2012-01-08 Thread Ruslan Mahmatkhanov
Radek Krejča wrote on 09.01.2012 00:12: Hi, I have problem with building this port. env: python: No such file or directory gmake[3]: *** [awn.schemas.in] Error 127 gmake[3]: *** Waiting for unfinished jobs Builds just fine here. Looks like something is broken with your python installation

x11/avant-window-navigator-gnome-0.3.2.1_6 build error

2012-01-08 Thread Radek Krejča
Hi, I have problem with building this port. Making all in default-theme gmake[3]: Entering directory `/usr/ports/x11/avant-window-navigator-gnome/work/avant-window-navigator-0.3.2.1/data/default-theme' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11/avant-wind

Re: x11-fm/thunar Build error

2012-01-08 Thread Kevin Oberman
On Sun, Jan 8, 2012 at 10:24 AM, Chris Rees wrote: > On 8 January 2012 17:47, Kevin Oberman wrote: > > On Sun, Jan 8, 2012 at 3:30 AM, Leslie Jensen wrote: > > > >> > >> > >> checking for gmsgfmt... /usr/local/bin/msgfmt > >> checking for perl... /usr/bin/perl > >> checking for perl >= 5.8.1...

Re: x11-fm/thunar Build error

2012-01-08 Thread Chris Rees
On 8 January 2012 17:47, Kevin Oberman wrote: > On Sun, Jan 8, 2012 at 3:30 AM, Leslie Jensen wrote: > >> >> >> checking for gmsgfmt... /usr/local/bin/msgfmt >> checking for perl... /usr/bin/perl >> checking for perl >= 5.8.1... 5.14.2 >> checking for XML::Parser... configure: error: XML::Parser

Re: x11-fm/thunar Build error

2012-01-08 Thread Kevin Oberman
On Sun, Jan 8, 2012 at 3:30 AM, Leslie Jensen wrote: > > > checking for gmsgfmt... /usr/local/bin/msgfmt > checking for perl... /usr/bin/perl > checking for perl >= 5.8.1... 5.14.2 > checking for XML::Parser... configure: error: XML::Parser perl module is > required for intltool > ===> Script "c

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-08 Thread Alexander Leidinger
On Sat, 7 Jan 2012 20:31:04 + Chris Rees wrote: > On 6 January 2012 21:16, Alexander Leidinger > wrote: > > The linux ports are a little bit special. They are binary ports and > > the GPL requires that we distribute the source too. > > Really? That's not how I read the GPL, nor its interpr

Re: How to handle config files

2012-01-08 Thread Chris Rees
On 8 January 2012 12:59, Martin Kropfinger wrote: > Hi there! > > The porters handbook describes a way to handle config files: > > http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html > > It is recommended to do it this way for keeping changed files after > deinstallation on the

Re: How to handle config files

2012-01-08 Thread Julien Laffaye
On 1/8/2012 1:59 PM, Martin Kropfinger wrote: Hi there! The porters handbook describes a way to handle config files: http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html It is recommended to do it this way for keeping changed files after deinstallation on the system. But the

Re: x11-fm/thunar Build error

2012-01-08 Thread Olivier Duchateau
1. Check if p5-XML-Parser is installed ls /var/db/pkg | grep XML-Parser 2. Why try to install Thunar v1.3.0, it's development version, not production ready. The latest stable version is better imho. Where do you find this port ? 2012/1/8 Leslie Jensen : > > > checking for gmsgfmt... /usr/local/b

How to handle config files

2012-01-08 Thread Martin Kropfinger
Hi there! The porters handbook describes a way to handle config files: http://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html It is recommended to do it this way for keeping changed files after deinstallation on the system. But the example is not really clear to me. What does th

x11-fm/thunar Build error

2012-01-08 Thread Leslie Jensen
checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.14.2 checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool ===> Script "configure" failed unexpectedly. Please report the problem to x...@f

anybody close to Bristol, UK, wants to give a talk on FreeBSD and numerical analysis to UG students?

2012-01-08 Thread Anton Shterenlikht
Introduction: I'll be teaching computer based modelling to year 1 mechanical engineering students. The unit is based around Matlab, which is not ideal, in my opinion, but is beyond my control. The unit is pretty low level - I have to start from loops and conditional statements, but ultimately I wa

Re: PHP Interactive Mode, phpsh

2012-01-08 Thread Aimelyne Mochiron
Hi David, To enable PHP interactive mode, either readline or libedit must be compiled into the PHP binary. To do that, edit lang/php5's Makefile to add to CONFIGURE_ARGS either '--with-readline' or '--with-libedit' (the library you pick must be installed on your system). Note that php -nm will