Re: pkg_info -g not working for unprivileged user + unreadable files

2011-02-07 Thread Florent Thoumie
On Mon, Feb 7, 2011 at 7:52 AM, Doug Barton do...@freebsd.org wrote: flz, In r206043 you converted fexists() in src/lib/libpkg/file.c to use open() instead of lstat(). Unfortunately this has the side effect of breaking 'pkg_info -g' for unprivileged users with files that have no +r bits. For

Current unassigned ports problem reports

2011-02-07 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Re: pkg_info -g not working for unprivileged user + unreadable files

2011-02-07 Thread Julien Laffaye
On Mon, Feb 7, 2011 at 9:11 AM, Florent Thoumie f...@freebsd.org wrote: On Mon, Feb 7, 2011 at 7:52 AM, Doug Barton do...@freebsd.org wrote: flz, In r206043 you converted fexists() in src/lib/libpkg/file.c to use open() instead of lstat(). Unfortunately this has the side effect of breaking

Re: gmic plugin for gimp

2011-02-07 Thread Ruslan Mahmatkhanov
Hi, Mitja. 13.01.2011 02:51, ajtiM пишет: http://gmic.sourceforge.net/gimp.shtml There is a draft port version. It's far from perfection but works for me on 8-stable i386 with gimp 2.6.11. # cd /usr/ports/graphics # fetch http://happy-nation.by.ru/ports/gimp-gmic-plugin.shar # sh

Re: What ports require this port?

2011-02-07 Thread Dominic Fandrey
On 07/02/2011 03:01, b. f. wrote: Over the weekend, a new feature was added to FreshPorts BETA. A port now lists all ports that require it. This code will eventually move to production after it's been running on on the beta site for a while. Notes: * The code uses the output of make -V

How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Ruslan Mahmatkhanov
Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by setting CFLAGS= and CXXFLAGS= in CONFIGURE_ENV. But portlint is complaining like this: WARN: Makefile:

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Konstantin Tokarev
07.02.2011, 20:34, Ruslan Mahmatkhanov cvs-...@yandex.ru: Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by setting CFLAGS= and CXXFLAGS= in CONFIGURE_ENV. But

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Ruslan Mahmatkhanov
07.02.2011 20:50, Konstantin Tokarev пишет: 07.02.2011, 20:34, Ruslan Mahmatkhanovcvs-...@yandex.ru: Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by setting

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread b. f.
07.02.2011 20:50, Konstantin Tokarev пишет: 07.02.2011, 20:34, Ruslan Mahmatkhanovcvs-src at yandex.ru: Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Cyrille Lefevre
Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit : Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by setting CFLAGS= and CXXFLAGS= in CONFIGURE_ENV. But portlint is

Re: What ports require this port?

2011-02-07 Thread Dan Langille
On Mon, February 7, 2011 11:06 am, Dominic Fandrey wrote: On 07/02/2011 03:01, b. f. wrote: Over the weekend, a new feature was added to FreshPorts BETA. A port now lists all ports that require it. This code will eventually move to production after it's been running on on the beta site for

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Ruslan Mahmatkhanov
07.02.2011 22:28, b. f. пишет: Have you tried CFLAGS+=-O0 as portlint suggested? As i said before i tried that. If i'm using +=-O0 then it changes to -O2 -pipe. If i'm using =-O0, then all builds fine, but this make portlint complaining. CFLAGS and CXXFLAGS are already passed by default in

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread b. f.
On 2/7/11, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote: ... Yes. I get it wrong what Konstantin and portlint are said. Sorry. CFLAGS=-O0 out of CONFIGURE_ENV works just fine. Thanks. Note that CFLAGS=-O0 is (even) more restrictive than CFLAGS+=-O0 -- the latter just overrides the -On setting

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Ruslan Mahmatkhanov
07.02.2011 22:32, Cyrille Lefevre пишет: Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit : Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by setting CFLAGS= and

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Ruslan Mahmatkhanov
08.02.2011 00:26, Ruslan Mahmatkhanov пишет: 07.02.2011 22:32, Cyrille Lefevre пишет: Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit : Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is

Re: How to not use OPTIMIZED_FLAGS properly

2011-02-07 Thread Anonymous
Cyrille Lefevre cyrille.lefevre-li...@laposte.net writes: Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit : Hello. I'm working on port that doesn't builds with -O2 -pipe, that passed to Makefile by default (it exits with message about virtual memory is exhausted). I can avoid this by

Re: net-mgmt/cacti default install location?

2011-02-07 Thread Sergey Matveychuk
05.02.2011 11:04, Marin Atanasov Nikolov wrote: Hello, Is there a specific reason that net-mgmt/cacti default install location is /usr/local/share/cacti ? Wouldn't /usr/local/www/cacti be a better place for that ? It's somehow a more preferred location for installing web applications there,

Re: What ports require this port?

2011-02-07 Thread Ade Lovett
On Feb 07, 2011, at 14:13 , Dan Langille wrote: I am tempted to alter FreshPorts and abandon all *_DEPENDS and use just run-depends-list and build-depends-list. How much value is there is having all of this information separated into individual _DEPENDS? It's critical for things like

Re: Libreoffice spadmin

2011-02-07 Thread Baptiste Daroussin
2011/2/5 Sergio de Almeida Lenzi lenzi.ser...@gmail.com: spadmin fails (missing libs) Please consider creating a file libreoffice in /usr/local/libdata/ldconfig during the install process, with contains: /usr/local/lib/libreoffice/basis3.3/program /usr/local/lib/libreoffice/ure/lib so