undefined reference to `glXCreateGLXPixmapMESA'

2012-12-06 Thread AN
Trying to install /usr/ports/x11-wm/compiz-fusion on current fails with clang and gcc: cc -c -I. -I../../include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -std=c99 -fno-strict-aliasing -fPIC -DUSE_X86_64_ASM

Nut-2.6.5 package failure due to non-existent entry in pkg-plist.

2012-12-06 Thread Dewayne
Hi itetcu, Thank-you for maintaining this port, however on 9.1Release the package isn't being built. Would you please review the pkg-plist for /usr/ports/sysutils/nut. The file libexec/nut/newmge-shut isn't being created, or should be removed from pkg-plist as the entry is preventing nut from

Re: [CFT+Brainstorm] Extending the options framework

2012-12-06 Thread Thomas Mueller
Most of people sems happy with the new framework options however it could be yet better, here is an attempt to improve it: http://people.freebsd.org/~bapt/options%2bradio%2bgroup.diff Among the complains people tends to find that OPTIONS_SINGLE aka 1 among N is nice but the 0 or 1 among N

Re: [CFT+Brainstorm] Extending the options framework

2012-12-06 Thread Baptiste Daroussin
On Thu, Dec 06, 2012 at 12:16:40PM -0500, Thomas Mueller wrote: Most of people sems happy with the new framework options however it could be yet better, here is an attempt to improve it: http://people.freebsd.org/~bapt/options%2bradio%2bgroup.diff Among the complains people tends to

rc.subr questions

2012-12-06 Thread Paul Schmehl
I'm trying to figure out how to get an rc.subr script to start and stop a script. This works from the commandline (to start it): tclsh /usr/local/bin/dir/script -D -c /usr/local/etc/conffile I've tried various combinations of: command_interpreter argument_precmd command_args but I keep

Re: rc.subr questions

2012-12-06 Thread Chris Rees
[CC rc@] On 6 December 2012 20:36, Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm trying to figure out how to get an rc.subr script to start and stop a script. This works from the commandline (to start it): tclsh /usr/local/bin/dir/script -D -c /usr/local/etc/conffile I've tried various

Re: rc.subr questions

2012-12-06 Thread Paul Schmehl
--On December 6, 2012 8:45:50 PM + Chris Rees cr...@freebsd.org wrote: [CC rc@] On 6 December 2012 20:36, Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm trying to figure out how to get an rc.subr script to start and stop a script. This works from the commandline (to start it): tclsh

Re: rc.subr questions

2012-12-06 Thread Boris Samorodov
07.12.2012 01:10, Paul Schmehl пишет: command_interpreter=tclsh Shouldn't that be a full path rather than just the command name? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___

Re: rc.subr questions

2012-12-06 Thread Chris Rees
On 6 December 2012 21:19, Boris Samorodov b...@passap.ru wrote: 07.12.2012 01:10, Paul Schmehl пишет: command_interpreter=tclsh Shouldn't that be a full path rather than just the command name? I suppose it should, this was a scratch test. Please don't strip rc@. Chris

Re: Nut-2.6.5 package failure due to non-existent entry in pkg-plist.

2012-12-06 Thread Ion-Mihai Tetcu
On Thu, 6 Dec 2012 22:29:20 +1100 Dewayne dewayne.gerag...@heuristicsystems.com.au wrote: Hi itetcu, Thank-you for maintaining this port, however on 9.1Release the package isn't being built. Would you please review the pkg-plist for /usr/ports/sysutils/nut. The file

Re: rc.subr questions

2012-12-06 Thread Chris Rees
On 6 December 2012 21:10, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On December 6, 2012 8:45:50 PM + Chris Rees cr...@freebsd.org wrote: [CC rc@] On 6 December 2012 20:36, Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm trying to figure out how to get an rc.subr script to start

Re: rc.subr questions

2012-12-06 Thread Paul Schmehl
--On December 6, 2012 9:30:04 PM + Chris Rees cr...@freebsd.org wrote: On 6 December 2012 21:10, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On December 6, 2012 8:45:50 PM + Chris Rees cr...@freebsd.org wrote: [CC rc@] On 6 December 2012 20:36, Paul Schmehl

last.fm

2012-12-06 Thread ajtiM
I got an email about last fm and a new version: We're writing you to let you know that there will soon be a change to Last.fm radio that may affect you. Our stats show that you've listened to radio through an application that uses our old streaming protocol. On 1 December we will deprecate

pkgng: Installing open-motif-2.3.4...pkg: open-motif-2.3.4 conflicts with tcl-8.5.13 (installs files into the same place). Problematic file: /usr/local/man/man3/Object.3.gz,*** [fake-pkg] Error code 7

2012-12-06 Thread O. Hartmann
On one machine (FreeBSD 10.0-CURRENT #0 r243946: Thu Dec 6 12:18:13 CET 2012) , I can not install anymore the port x11-toolskits/open-motif. It ends up with the error below. Another machine, also the same OS and revision, has both tcl-8.5.13 AND open-motif-2.3.4 installed and I can compile them

Re: pkgng: Installing open-motif-2.3.4...pkg: open-motif-2.3.4 conflicts with tcl-8.5.13 (installs files into the same place). Problematic file: /usr/local/man/man3/Object.3.gz, *** [fake-pkg] Error c

2012-12-06 Thread Chris Petrik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is being worked on. in the mean time disable man pages for tcl or open-motif. On 12/6/2012 6:31 PM, O. Hartmann wrote: On one machine (FreeBSD 10.0-CURRENT #0 r243946: Thu Dec 6 12:18:13 CET 2012) , I can not install anymore the port

Re: rc.subr questions

2012-12-06 Thread Chris Rees
On 6 December 2012 21:50, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On December 6, 2012 9:30:04 PM + Chris Rees cr...@freebsd.org wrote: On 6 December 2012 21:10, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On December 6, 2012 8:45:50 PM + Chris Rees cr...@freebsd.org wrote: