ports-mgmt/portupgrade: ** Database file locked. Waiting.

2012-10-05 Thread O. Hartmann
Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade results in long waiting cycles when portupgrade is updating the local database, it is even on fast boxes sometimes in the range of a minute or even two. Is this usual or is there something wrong with my setup? Regards, Oliver ---

conflict between devel/patch and gettext ?

2012-10-05 Thread Andriy Gapon
At least pkgng reports/detects it: pkg: patch-2.7 conflicts with gettext-0.18.1.1 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list

graphics/libfpx fails with gcc46 because of new warnings

2012-10-05 Thread Andriy Gapon
files/Makefile.bsd has WARNS=3, but: /usr/obj/ports/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image/ptile.cpp: In static member function 'static void PTile::FreeAncientBuffers(long int)': /usr/obj/ports/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image/ptile.cpp:778:24: error: variable

Re: No package for linux-f10-flashplugin-11 9.0-RELEASE, source code unavailable

2012-10-05 Thread Volodymyr Kostyrko
04.10.2012 17:47, Brett wrote: Has Adobe possibly pulled permission for this to be distributed? = Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.i386.tar.gz fetch:

Re: flashplugin 11.2r202.238

2012-10-05 Thread Volodymyr Kostyrko
04.10.2012 22:16, Jerry wrote: Yes, it is a bit of a PITA isn't it. I wish flashplayer could be replaced be something better that works on UNIX and all platforms for that matter. Maybe HTML 5 will enable people to do without this crap. This isn't a matter of replacing it, it is a matter of

[CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
Hi, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have multiple benefits: * consistency all metadata bug this one are in Makefile * speedup make describe avoiding using grep to get the

Re: Possible regression in i386 build with gcc 4.6

2012-10-05 Thread Tijl Coosemans
On 02-10-2012 21:20, Shane Ambler wrote: I found a situation where gcc v4.2 compiles a i386 working binary and v4.6 doesn't. (Currently 4.7 and 4.8 fail to build this code) I have verified that this happens with 8.2/8.3/9.0 i386 systems. x86_64 versions build without issue as does clang

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Eitan Adler
On 5 October 2012 10:05, Baptiste Daroussin b...@freebsd.org wrote: Hi, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have multiple benefits: * consistency all metadata bug this one are in

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Thierry Thomas
Le ven 5 oct 12 à 16:05:35 +0200, Baptiste Daroussin b...@freebsd.org écrivait : Hi, Hello, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. Good idea! But just a warning: some pkg-desc may contain two URLs.

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Ruslan Mahmatkhanov
Thierry Thomas wrote on 05.10.2012 18:36: Le ven 5 oct 12 à 16:05:35 +0200, Baptiste Daroussin b...@freebsd.org écrivait : Hi, Hello, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. Good idea! But just a

Re: conflict between devel/patch and gettext ?

2012-10-05 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/5/12 4:33 AM, Andriy Gapon wrote: At least pkgng reports/detects it: pkg: patch-2.7 conflicts with gettext-0.18.1.1 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias Hi Andriy, Thank you for the

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Shaun Amott
On Fri, Oct 05, 2012 at 04:05:35PM +0200, Baptiste Daroussin wrote: I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have multiple benefits: * consistency all metadata bug this one are in Makefile

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 10:25:07AM -0400, Eitan Adler wrote: On 5 October 2012 10:05, Baptiste Daroussin b...@freebsd.org wrote: Hi, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 06:41:28PM +0400, Ruslan Mahmatkhanov wrote: Thierry Thomas wrote on 05.10.2012 18:36: Le ven 5 oct 12 à 16:05:35 +0200, Baptiste Daroussin b...@freebsd.org écrivait : Hi, Hello, I want to propose and make the actual move of the WWW information from the

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 04:15:44PM +0100, Shaun Amott wrote: On Fri, Oct 05, 2012 at 04:05:35PM +0200, Baptiste Daroussin wrote: I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have multiple

Re: ports-mgmt/portupgrade: ** Database file locked. Waiting.

2012-10-05 Thread Bryan Drewery
On 10/5/2012 3:24 AM, O. Hartmann wrote: Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade results in long waiting cycles when portupgrade is updating the local database, it is even on fast boxes sometimes in the range of a minute or even two. You mean

Re: ports-mgmt/portupgrade: ** Database file locked. Waiting.

2012-10-05 Thread O. Hartmann
Am 10/05/12 17:28, schrieb Bryan Drewery: On 10/5/2012 3:24 AM, O. Hartmann wrote: Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade results in long waiting cycles when portupgrade is updating the local database, it is even on fast boxes sometimes in the range of a minute or

Re: ports-mgmt/portupgrade: ** Database file locked. Waiting.

2012-10-05 Thread Bryan Drewery
On 10/5/2012 10:40 AM, O. Hartmann wrote: Am 10/05/12 17:28, schrieb Bryan Drewery: On 10/5/2012 3:24 AM, O. Hartmann wrote: Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade results in long waiting cycles when portupgrade is updating the local database, it is even on fast

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Eitan Adler
On 5 October 2012 11:17, Baptiste Daroussin b...@freebsd.org wrote: While the idea sounds good, how do you retrive the informations out of a simple make command, and possibilty with limiting the parsing as much as possible? equivalent of make -VWWW (for example for make describe) I'm not

Re: ports-mgmt/portupgrade: ** Database file locked. Waiting.

2012-10-05 Thread Michael Gmelin
On Fri, 05 Oct 2012 10:47:33 -0500 Bryan Drewery br...@shatow.net wrote: On 10/5/2012 10:40 AM, O. Hartmann wrote: Am 10/05/12 17:28, schrieb Bryan Drewery: On 10/5/2012 3:24 AM, O. Hartmann wrote: Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade results in long

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Jos Backus
How about storing this metada in a YAML-encoded file? The Ruby people use YAML for lots of things. libyaml is MIT licensed. Jos On Oct 5, 2012 8:33 AM, Baptiste Daroussin b...@freebsd.org wrote: On Fri, Oct 05, 2012 at 04:15:44PM +0100, Shaun Amott wrote: On Fri, Oct 05, 2012 at 04:05:35PM

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Eitan Adler
On 5 October 2012 12:08, Jos Backus j...@catnook.com wrote: How about storing this metada in a YAML-encoded file? The Ruby people use YAML for lots of things. libyaml is MIT licensed. No objections per se to this. I do believe there were some concerns about increasing the number of inodes the

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Jos Backus
On Fri, Oct 5, 2012 at 9:18 AM, Eitan Adler li...@eitanadler.com wrote: On 5 October 2012 12:08, Jos Backus j...@catnook.com wrote: How about storing this metada in a YAML-encoded file? The Ruby people use YAML for lots of things. libyaml is MIT licensed. No objections per se to this. I do

Re: conflict between devel/patch and gettext ?

2012-10-05 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/5/12 4:33 AM, Andriy Gapon wrote: At least pkgng reports/detects it: pkg: patch-2.7 conflicts with gettext-0.18.1.1 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias Hello Andriy, I just committed

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 09:08:52AM -0700, Jos Backus wrote: How about storing this metada in a YAML-encoded file? The Ruby people use YAML for lots of things. libyaml is MIT licensed. Jos pkgng uses libyaml for its manifest :) converting to yaml will be a more complicated work and will need

Re: conflict between devel/patch and gettext ?

2012-10-05 Thread Andriy Gapon
on 05/10/2012 19:28 Greg Larkin said the following: On 10/5/12 4:33 AM, Andriy Gapon wrote: At least pkgng reports/detects it: pkg: patch-2.7 conflicts with gettext-0.18.1.1 (installs files into the same place). Problematic file: /usr/local/lib/charset.alias Hello Andriy, I just

Re: [kde-freebsd] kdenetwork-4.8.4_2 and libotr

2012-10-05 Thread joaoBR
On 23/09/2012 18:36, Christopher Dawkins wrote: I am sorry to bring this to your attention: you all do a lot of work that considerably benefits me and many others. But I cannot compile kdenetwork-4.8.4_2 because it seems to need libotr3. The advice in 20120908 seems irrelevant because

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Shaun Amott
On Fri, Oct 05, 2012 at 05:32:21PM +0200, Baptiste Daroussin wrote: On Fri, Oct 05, 2012 at 04:15:44PM +0100, Shaun Amott wrote: On Fri, Oct 05, 2012 at 04:05:35PM +0200, Baptiste Daroussin wrote: I want to propose and make the actual move of the WWW information from the pkg-descr to the

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Baptiste Daroussin
On Fri, Oct 05, 2012 at 11:04:07PM +0100, Shaun Amott wrote: On Fri, Oct 05, 2012 at 05:32:21PM +0200, Baptiste Daroussin wrote: On Fri, Oct 05, 2012 at 04:15:44PM +0100, Shaun Amott wrote: On Fri, Oct 05, 2012 at 04:05:35PM +0200, Baptiste Daroussin wrote: I want to propose and make the

[REMINDER] Please convert your ports to the new options framework

2012-10-05 Thread Baptiste Daroussin
Hi, There are still 1590 ports to be converted, more than 1600 has already been converted, please consider converting yours. Here is a list of ports to be converted: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG Here is the list of maintainers having ports to be converted:

Re: [CHANGE PROPOSAL] Moving WWW from pkg-descr to Makefile

2012-10-05 Thread Doug Barton
On 10/05/2012 07:05 AM, Baptiste Daroussin wrote: Hi, I want to propose and make the actual move of the WWW information from the pkg-descr to the Makefile itself via a WWW variable. doing this will have multiple benefits: * consistency all metadata bug this one are in Makefile ...

New OPTIONS structure - deselect all

2012-10-05 Thread Paul Schmehl
I'm working on updating the barnyard2 port, and I'm changing the port to use the new OPTIONS structure. It seems no matter what I do, the first port OPTION is automatically selected. I've tried OPTIONS_DEFAULT=, OPTIONS_DEFAULT= none, and not using OPTIONS_DEFAULT at all. I do not want the

Ports request

2012-10-05 Thread Paul Pathiakis
Good day, ports! Something that I have noticed in the world of home desktops  although *BSD is total server package and I can do many things. The StEam platform from ValVe corp is a large step in gaming at this point. I have a 13 year old who has a slew of friends on this gaming

Re: Ports request

2012-10-05 Thread marcos alves
Hello, I had a small discussion with friends about this topic at work. But... comes out that are few linux games that runs on steam. Maybe the only big sensation will be the left4dead that is coming with the plataform release. Not saying that is not worth to port it... But about the games your

Port Request

2012-10-05 Thread Paul Pathiakis
Good day, ports! A new port request that is probably critical to moving forward with a total collaborative service  I don't see Zimbra anywhere. Could you please check into this and see what the possibility is? Thank you, Paul Pathiakis Atlantis Services Owner

Re: Ports request

2012-10-05 Thread Perry Hutchison
Paul Pathiakis pathia...@yahoo.com wrote: The StEam platform from ValVe corp is a large step in gaming at this point ... StEam is in the process of moving over to Linux. Please don't fall behind in the effort of bringing this platform to BSD. Had you considered trying to run their Linux

New Port Options

2012-10-05 Thread Doug Hardie
I just converted a port over to the new options structure and have a few observations. I have not been involved in any of the discussions about the structure as I didn't have the time to get involved. However, a couple things came to mind during the process: 1. The Port handbook is actually

Re: New OPTIONS structure - deselect all

2012-10-05 Thread Jason Helfman
On Fri, Oct 5, 2012 at 8:52 PM, Paul Schmehl pschmehl_li...@tx.rr.comwrote: I'm working on updating the barnyard2 port, and I'm changing the port to use the new OPTIONS structure. It seems no matter what I do, the first port OPTION is automatically selected. I've tried OPTIONS_DEFAULT=,

Re: New OPTIONS structure - deselect all

2012-10-05 Thread Jason E. Hale
On Friday, October 05, 2012 22:52:05 Paul Schmehl wrote: I'm working on updating the barnyard2 port, and I'm changing the port to use the new OPTIONS structure. It seems no matter what I do, the first port OPTION is automatically selected. I've tried OPTIONS_DEFAULT=, OPTIONS_DEFAULT= none,

Re: New OPTIONS structure - deselect all

2012-10-05 Thread Paul Schmehl
--On October 5, 2012 10:52:05 PM -0500 Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm working on updating the barnyard2 port, and I'm changing the port to use the new OPTIONS structure. It seems no matter what I do, the first port OPTION is automatically selected. I've tried

Re: New OPTIONS structure - deselect all

2012-10-05 Thread Jason E. Hale
On Friday, October 05, 2012 22:07:40 Jason Helfman wrote: OPTIONS_SET= OPTION1 OPTION2 That should be OPTIONS_DEFINE= OPTION1 OPTION2 OPTIONS_SET should only be used in /etc/make.conf to set global options. - Jason ___ freebsd-ports@freebsd.org

Re: New OPTIONS structure - deselect all

2012-10-05 Thread Jason Helfman
On Fri, Oct 5, 2012 at 10:19 PM, Jason E. Hale jh...@freebsd.org wrote: On Friday, October 05, 2012 22:07:40 Jason Helfman wrote: OPTIONS_SET= OPTION1 OPTION2 That should be OPTIONS_DEFINE= OPTION1 OPTION2 OPTIONS_SET should only be used in /etc/make.conf to set global options. - Jason