pkgng woes

2012-11-09 Thread Beeblebrox
Pkgng, as a concept may be great, but it's not really working - at least for me: 1. pkg2ng conversion does not do a complete job and I have about half of my ports in purgatory or a quasi-installed state. The program runs and is installed but pkgdb does not have a record for it. So my ports

fixing missing launch icons

2012-11-09 Thread Beeblebrox
Some ports fail to create the launch icon (menu item) in the desktop menu. To correct this, one is to add in /usr/local/share/application a file by portname.desktop like so: [Desktop Entry] Encoding=UTF-8 Name=portname GenericName=Detailed Name Comment=whatever TryExec=portname Exec=portname

graphics/opencv apparently broken, also out of date: update

2012-11-09 Thread Thomas Mueller
I am snagged in graphics/opencv in my massive upgrade of ports, and see error messages in the log file indicating errors in the C code. I also see there is a newer version of openCV out. But I was able to pigeonhole graphics/opencv and four other ports that depend on opencv and complete the rest

Re: pkgng woes

2012-11-09 Thread Beeblebrox
*update:* In pkgtools.conf, the IGNORE_CATEGORIES works and prevents unwanted ports from being installed, while HOLD_PKGS does not work when using portupgrade and I get my nemesis net/avahi-app installed anyway (whether I want it or not). -- View this message in context:

Re: pkgng woes

2012-11-09 Thread Adam McDougall
Answering this in-line as a user of pkgng and binary packages: On 11/9/2012 4:53 AM, Beeblebrox wrote: Pkgng, as a concept may be great, but it's not really working - at least for me: 1. pkg2ng conversion does not do a complete job and I have about half of my ports in purgatory or a

Re: pkgng woes

2012-11-09 Thread Beeblebrox
- I did not realize that pkg2ng did not convert correctly, until portmaster started to try and install stuff that I knew was already on the system. Too late now. My db was probably problematic to start with I have not tried portmaster with pkgdb yet but I understand recent versions of it

Re: pkgng woes

2012-11-09 Thread Beeblebrox
@anton portmaster --check-depends does not work for me. Shows everything as fine but when I specifically target a port: *# portmaster -i graphics/gimp* for example, I get a long list of ports to be installed - meaning not all of the existing ports have been registered correctly, hence --check

Re: pkgng woes

2012-11-09 Thread Kimmo Paasiala
On Fri, Nov 9, 2012 at 2:39 PM, Beeblebrox zap...@berentweb.com wrote: @anton portmaster --check-depends does not work for me. Shows everything as fine but when I specifically target a port: *# portmaster -i graphics/gimp* for example, I get a long list of ports to be installed - meaning not

Re: pkgng woes

2012-11-09 Thread Anton Shterenlikht
@anton portmaster --check-depends does not work for me. Shows everything as fine but when I specifically target a port: *# portmaster -i graphics/gimp* for example, I get a long list of ports to be installed - meaning not all of the existing ports have

FreeBSD ports you maintain which are out of date

2012-11-09 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: pkgng woes

2012-11-09 Thread Bryan Drewery
On 11/9/2012 6:32 AM, Beeblebrox wrote: - I did not realize that pkg2ng did not convert correctly, until portmaster started to try and install stuff that I knew was already on the system. Too late now. My db was probably problematic to start with I have not tried portmaster with pkgdb yet

Re: pkgng woes

2012-11-09 Thread Chris Rees
On 9 Nov 2012 09:53, Beeblebrox zap...@berentweb.com wrote: Pkgng, as a concept may be great, but it's not really working - at least for me: 1. pkg2ng conversion does not do a complete job and I have about half of my ports in purgatory or a quasi-installed state. The program runs and is

Re: fixing missing launch icons

2012-11-09 Thread Lars Engels
On Fri, Nov 09, 2012 at 01:49:22PM +, Olivier Duchateau wrote: 2012/11/9 Beeblebrox zap...@berentweb.com: Some ports fail to create the launch icon (menu item) in the desktop menu. To correct this, one is to add in /usr/local/share/application a file by portname.desktop like so:

Re: FreeBSD ports you maintain which are out of date

2012-11-09 Thread Bryan Drewery
On 11/8/2012 8:44 AM, portsc...@portscout.zi0r.com wrote: Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate,

extconf.rb always fails at databases/rrdtool with CC=clang in /etc/make.conf

2012-11-09 Thread RyōTa SimaMoto
Hi, Selecting RUBY_MODULE option for databases/rrdtool, and if you use 'clang' as the default compiler by setting CC=clang at /etc/make.conf, this port would stop with the following error message, and any environmental setting like as USE_GCC=any could not affect. gmake[4]: Leaving directory

librsvg and cairo in a loop

2012-11-09 Thread Paul Schmehl
I'm trying to update one of my ports (security/afterglow). When I run make depends `make -V PORTNAME`, the build fails on cairo because librsvg doesn't exist. So I go into the librsvg2 port and build it. But it fails because it needs cairo. Sweet. A genuine catch-22 situation. Anyone

Building a ruby-based port

2012-11-09 Thread Paul Schmehl
I'm working on a new port (snorby), and it requires ruby. I've never built a ruby-based port before and confess total ignorance of how ruby works and how freebsd ports can use ruby to install software. I've looked at the Porter's Handbook, but it's very little help. I've pored over

Re: pkgng woes

2012-11-09 Thread Jeffrey Bouquet
--- On Fri, 11/9/12, Chris Rees utis...@gmail.com wrote: From: Chris Rees utis...@gmail.com Subject: Re: pkgng woes To: Beeblebrox zap...@berentweb.com Cc: freebsd-ports@freebsd.org Date: Friday, November 9, 2012, 8:18 AM On 9 Nov 2012 09:53, Beeblebrox zap...@berentweb.com wrote:

Re: pkgng woes

2012-11-09 Thread Jeffrey Bouquet
--- On Fri, 11/9/12, Anton Shterenlikht me...@bristol.ac.uk wrote: From: Anton Shterenlikht me...@bristol.ac.uk Subject: Re: pkgng woes To: freebsd-ports@freebsd.org, zap...@berentweb.com Date: Friday, November 9, 2012, 5:22 AM     @anton     portmaster --check-depends does not work for

Re: pkgng woes

2012-11-09 Thread Jeffrey Bouquet
--- On Fri, 11/9/12, Kimmo Paasiala kpaas...@gmail.com wrote: From: Kimmo Paasiala kpaas...@gmail.com Subject: Re: pkgng woes To: Beeblebrox zap...@berentweb.com Cc: freebsd-ports@freebsd.org Date: Friday, November 9, 2012, 4:54 AM On Fri, Nov 9, 2012 at 2:39 PM, Beeblebrox

Re: pkgng woes

2012-11-09 Thread Bryan Drewery
On 11/9/2012 12:42 PM, Jeffrey Bouquet wrote: --- On Fri, 11/9/12, Anton Shterenlikht me...@bristol.ac.uk wrote: From: Anton Shterenlikht me...@bristol.ac.uk Subject: Re: pkgng woes To: freebsd-ports@freebsd.org, zap...@berentweb.com Date: Friday, November 9, 2012, 5:22 AM @anton

Re: pkgng woes

2012-11-09 Thread Chris Rees
On 9 Nov 2012 18:34, Jeffrey Bouquet jeffreybouq...@yahoo.com wrote: --- On Fri, 11/9/12, Chris Rees utis...@gmail.com wrote: From: Chris Rees utis...@gmail.com Subject: Re: pkgng woes To: Beeblebrox zap...@berentweb.com Cc: freebsd-ports@freebsd.org Date: Friday, November 9, 2012,

java/icedtea-web and libxul

2012-11-09 Thread Lena
The last java/icedtea-web/Makefile update http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/icedtea-web/Makefile.diff?r1=1.24;r2=1.25;f=h adds: USE_GECKO= libxul What for? I have www/firefox installed including /usr/local/lib/firefox/libxul.so . Why do I need now to build and install also

pkgng complains about using pkg_info: intended?

2012-11-09 Thread Alexander Leidinger
Hi, is this intended (current as of r242511)? ---snip--- # pkg2ng pkg_info: Don't use the pkg_ tools if you are using pkgng Creating backup pkg_info(1) database directory in /var/db/pkg.bak. pkg_info: Don't use the pkg_ tools if you are using pkgng pkg_info: Don't use the pkg_ tools if you are

Re: pkgng complains about using pkg_info: intended?

2012-11-09 Thread Eitan Adler
On 9 November 2012 15:58, Alexander Leidinger alexan...@leidinger.net wrote: Hi, is this intended (current as of r242511)? Ah. I have a patch to partly fix this. I forgot that the conversion process itself uses the repo. The correct fix is either to add an override environment variable or to

Re: [Call for Testers] VirtualBox 4.2.4

2012-11-09 Thread Brandon Gooch
On Thu, Nov 8, 2012 at 8:12 AM, Bernhard Fröhlich de...@freebsd.org wrote: On Wed, Nov 7, 2012 at 4:21 AM, Brandon Gooch jamesbrandongo...@gmail.com wrote: On Tue, Oct 30, 2012 at 2:16 AM, Bernhard Fröhlich de...@freebsd.org wrote: Hi virtualbox users! This is again a call for testers to get

Re: pkgng complains about using pkg_info: intended?

2012-11-09 Thread Baptiste Daroussin
On Fri, Nov 09, 2012 at 04:10:43PM -0500, Eitan Adler wrote: On 9 November 2012 15:58, Alexander Leidinger alexan...@leidinger.net wrote: Hi, is this intended (current as of r242511)? Ah. I have a patch to partly fix this. I forgot that the conversion process itself uses the repo. The

Re: pkgng complains about using pkg_info: intended?

2012-11-09 Thread Eitan Adler
On 9 November 2012 18:41, Baptiste Daroussin b...@freebsd.org wrote: I prefer the latter. @Eitan I do prefer the environnement variable because the users that are using pkg_* tools for some reason we can't imagine (there is always cases) can safely use it without this warning. Okay. I'll

Re: pkgng complains about using pkg_info: intended?

2012-11-09 Thread Eitan Adler
On 9 November 2012 18:43, Eitan Adler li...@eitanadler.com wrote: On 9 November 2012 18:41, Baptiste Daroussin b...@freebsd.org wrote: I prefer the latter. @Eitan I do prefer the environnement variable because the users that are using pkg_* tools for some reason we can't imagine (there is

Re: extconf.rb always fails at databases/rrdtool with CC=clang in /etc/make.conf

2012-11-09 Thread RyōTa SimaMoto
I am sorry I made misunderstanding to this issue. Once CC= is set when ruby is built, it seems that ruby remembers this in lib/ruby/1.9/i386-freebsd9/rbconfig.rb file. That is why generated Makefile from extconf.rb always invokes the same compiler even if environmental parameter is changed to

Re: Where is best place to log pkg bugs?

2012-11-09 Thread Baptiste Daroussin
On Fri, Nov 02, 2012 at 09:53:45PM -0400, Adam McDougall wrote: The mailing lists don't seem to be a good place to send bugs and get attention, and I've found a few that I want to report and have in a bug system somewhere. Should I use gnats? Thanks.

Re: Where is best place to log pkg bugs?

2012-11-09 Thread Eitan Adler
On 9 November 2012 19:03, Baptiste Daroussin b...@freebsd.org wrote: On Fri, Nov 02, 2012 at 09:53:45PM -0400, Adam McDougall wrote: The mailing lists don't seem to be a good place to send bugs and get attention, and I've found a few that I want to report and have in a bug system somewhere.

Re: pkgng complains about using pkg_info: intended?

2012-11-09 Thread Baptiste Daroussin
On Fri, Nov 09, 2012 at 06:43:22PM -0500, Eitan Adler wrote: On 9 November 2012 18:41, Baptiste Daroussin b...@freebsd.org wrote: I prefer the latter. @Eitan I do prefer the environnement variable because the users that are using pkg_* tools for some reason we can't imagine (there is

Re: pkgng woes

2012-11-09 Thread Jeffrey Bouquet
--- On Fri, 11/9/12, Chris Rees utis...@gmail.com wrote: From: Chris Rees utis...@gmail.com Subject: Re: pkgng woes To: Jeffrey Bouquet jeffreybouq...@yahoo.com Cc: FreeBSD Mailing List freebsd-ports@freebsd.org, Beeblebrox zap...@berentweb.com Date: Friday, November 9, 2012, 11:09 AM

Re: pkgng woes

2012-11-09 Thread Jeffrey Bouquet
--- On Fri, 11/9/12, Bryan Drewery br...@shatow.net wrote: From: Bryan Drewery br...@shatow.net Subject: Re: pkgng woes To: Jeffrey Bouquet jeffreybouq...@yahoo.com Cc: freebsd-ports@freebsd.org Date: Friday, November 9, 2012, 10:51 AM On 11/9/2012 12:42 PM, Jeffrey Bouquet wrote:

Re: fixing missing launch icons

2012-11-09 Thread Beeblebrox
Lars Engels-2 wrote But for desktop applications port maintainers should create one: http://www.freebsd.org/doc/en/books/porters-handbook/book.html#desktop-entries Corrrect, and hence my question. It looks like the variable I was looking for is Directory for sub-menu placement. Thanks for the

Re: pkgng woes

2012-11-09 Thread Beeblebrox
Bryan Drewery wrote 1. This should not happen if you have the latest portmaster port and use the PKGNGPATCH option. 2. It is not required that you use binary packages with pkgng. You can continue using ports with portmaster/portupgrade just fine. 3. Portmaster *is* fully ready for pkgng, and