Re: net/p5-Net-Twitter broken

2009-07-14 Thread Cezary Morga
andrew clarke pisze: I don't think there's anything missing? My ports tree is up-to-date. But not neccessarily all ports are up-to-date in regard to upstream. Or, maybe even though all the ports are installed the Perl installer for given module (Net::Twitter in this case) might not be able

ejabberd 2.0.5 + erlang-r13b01_5 : failure

2009-07-14 Thread Olivier Mueller
Hello, For the people around using ejabberd: erlang-r13b01_5,1 A functional programming language from Ericsson erlang-mysql-1.0_2 Native MySQL driver for Erlang ejabberd-2.0.5 Free and Open Source distributed fault-tolerant Jabber serv doesn't seem to work (epmd starts, but then

Re: ejabberd 2.0.5 + erlang-r13b01_5 : failure

2009-07-14 Thread Ulrich Spörlein
On Tue, 14.07.2009 at 09:34:10 +0200, Olivier Mueller wrote: Hello, For the people around using ejabberd: erlang-r13b01_5,1 A functional programming language from Ericsson erlang-mysql-1.0_2 Native MySQL driver for Erlang ejabberd-2.0.5 Free and Open Source distributed

Re: [Custom LOCALBASE/PREFIX] www/p5-RT-Extension-SLA - fails: mtree

2009-07-14 Thread Matthew Seaman
Cezary Morga wrote: Here's your problem: Installing /usr/wombat/lib/RT/Queue_SLA.pm ... pkg_info: /usr/wombat/share/rt38/plugins/RT-Extension-SLA/lib/RT/Queue_SLA.pm doesn't exist The port actually installs in ${PREFIX}/lib while pkg-plist expects files in ${PREFIX}/rt38/plugins.

Possibly unbuildable ports reminder

2009-07-14 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the

Re: [Custom LOCALBASE/PREFIX] www/p5-RT-Extension-SLA - fails: mtree

2009-07-14 Thread Cezary Morga
Matthew Seaman pisze: I think that your patch essentially does that, but see ports/136656 where I have a simpler solution -- just remove $PREFIX from the environment during configuration. I don't think removing PREFIX is a good idea. FreeBSD is supposed to support PREFIX for users wishing to

Re: [Custom LOCALBASE/PREFIX] www/p5-RT-Extension-SLA - fails: mtree

2009-07-14 Thread Matthew Seaman
Cezary Morga wrote: Matthew Seaman pisze: I think that your patch essentially does that, but see ports/136656 where I have a simpler solution -- just remove $PREFIX from the environment during configuration. I don't think removing PREFIX is a good idea. FreeBSD is supposed to support PREFIX

Re: [Custom LOCALBASE/PREFIX] www/p5-RT-Extension-SLA - fails: mtree

2009-07-14 Thread Cezary Morga
Matthew Seaman pisze: You are failing to distinguish between $PREFIX set as an environment variable and $PREFIX the make variable. You're right :) PREFIX the make variable already controls what the p5-RT-Extension ports do as variables like SITE_PERL are defined in terms of it already.

Re: ejabberd 2.0.5 + erlang-r13b01_5 : failure

2009-07-14 Thread Alexander Leidinger
Quoting Ulrich Spörlein u...@spoerlein.net (from Tue, 14 Jul 2009 10:35:51 +0200): peruse the ejabberd forums/mailing lists. They don't support building with erlang-r13 yet. It's as simple as that, and I, too, wasted a whole day figuring that out. Patches at (I haven't tested any patch):

more ports more deps harder index

2009-07-14 Thread Peter Vereshagin
Wake me up when September ends, freebsd-perl! I maintain some module on CPAN and its p5- port as well. Module has a feature and impose some more dependencies to satisfy system administrators, e. g. the most of FreeBSD users. ;-) The feature in question is programmer-interfaced because of agile

portmaster -x not working?

2009-07-14 Thread Miroslav Lachman
Hi, I tried -x to exclude some port from recursive upgrade, but it seems not working. # portmaster -x mysql-client-* phpMyAdmin-3.1.5 is still trying to upgrade mysql-client before upgrade of phpMyAdmin. I workaround this issue by interactive mode (-i) which is working fine. Is -x not

Re: portmaster -x not working?

2009-07-14 Thread Frederique Rijsdijk
Hi, Miroslav Lachman wrote: Hi, I tried -x to exclude some port from recursive upgrade, but it seems not working. # portmaster -x mysql-client-* phpMyAdmin-3.1.5 Escape the asterix: portmaster -x mysql-client-\* phpMyAdmin-3.1.5 That should work. -- Frederique

Re: portmaster -x not working?

2009-07-14 Thread Lawrence Stewart
Frederique Rijsdijk wrote: Hi, Miroslav Lachman wrote: Hi, I tried -x to exclude some port from recursive upgrade, but it seems not working. # portmaster -x mysql-client-* phpMyAdmin-3.1.5 Escape the asterix: portmaster -x mysql-client-\* phpMyAdmin-3.1.5 That should work. Hijacking

Re: portmaster -x not working?

2009-07-14 Thread Miroslav Lachman
Frederique Rijsdijk wrote: Hi, Miroslav Lachman wrote: Hi, I tried -x to exclude some port from recursive upgrade, but it seems not working. # portmaster -x mysql-client-* phpMyAdmin-3.1.5 Escape the asterix: portmaster -x mysql-client-\* phpMyAdmin-3.1.5 That should work. It is my

Re: Possibly unbuildable ports reminder

2009-07-14 Thread Charlie Kester
On Tue 14 Jul 2009 at 03:00:04 PDT Bill Fenner wrote: Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the

Excluding multiple ports with -x (Was: Re: portmaster -x not working?)

2009-07-14 Thread Doug Barton
Lawrence Stewart wrote: Hijacking the thread slightly, Generally better to start a new one, FYI. but is there a way to exclude multiple ports using the -x switch Not at this time, you'll want to use the -i option. hth, Doug ___

Re: portmaster -x not working?

2009-07-14 Thread Doug Barton
Try using just this: portmaster -x mysql-client- phpMyAdmin-3.1.5 That should work. If it does not, please let me know. Doug ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: Possibly unbuildable ports reminder

2009-07-14 Thread Mark Linimon
On Tue, Jul 14, 2009 at 11:07:48AM -0700, Charlie Kester wrote: Is the portstree updated before running these build tests? The unbuildable ports script has errors. I have it on my list of things to go look at. mcl ___ freebsd-ports@freebsd.org

Re: Possibly unbuildable ports reminder

2009-07-14 Thread Glen Barber
On Tue, Jul 14, 2009 at 2:07 PM, Charlie Kestercorky1...@comcast.net wrote: On Tue 14 Jul 2009 at 03:00:04 PDT Bill Fenner wrote: Dear porters,  This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by

Re: Possibly unbuildable ports reminder

2009-07-14 Thread Charlie Kester
On Tue 14 Jul 2009 at 15:15:25 PDT Glen Barber wrote: I swear I asked about this a few weeks ago... http://lists.freebsd.org/pipermail/freebsd-ports/2009-June/03.html The problems I reported then are still present in the latest build error report. I guess that's why the subject of this

INDEX build failed for 6.x

2009-07-14 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: p5-Apache-Htpasswd-1.8 Committers on the hook: araujo kmoore miwi pgollucci Most recent CVS update was:

Re: INDEX build failed for 6.x

2009-07-14 Thread Philip M. Gollucci
Erwin Lansing wrote: INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: p5-Apache-Htpasswd-1.8 Committers on the hook: araujo kmoore miwi pgollucci not me.

INDEX build failed for 6.x

2009-07-14 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: p5-Apache-Htpasswd-1.8 Committers on the hook: miwi pgollucci vanilla Most recent CVS update was:

Re: unable to make package for php-5.2.10

2009-07-14 Thread Doug Barton
Anton - Valqk wrote: works now, but now the libiconv breaks with missing mans... there is something wrong in whole thing... You need to report these problems to the maintainers of the affected ports. hth, Doug -- This .signature sanitized for your protection

Re: unable to make package for php-5.2.10

2009-07-14 Thread Alex Dupre
Doug Barton wrote: works now, but now the libiconv breaks with missing mans... there is something wrong in whole thing... You need to report these problems to the maintainers of the affected ports. Rather I'd say he need to understand why all ports fail with missing mans :-) -- Alex Dupre