Re: x11/lxpanel build fails - wrong linux base?

2009-11-09 Thread Chris Whitehouse

Polytropon wrote:

On Sun, 08 Nov 2009 22:41:19 +, Chris Whitehouse cwhi...@onetel.com wrote:

I have WITHOUT_ALSA=true in lxpanel's options and I have even changed
the line in lxpanel/Makefile:

eco# diff Makefile Makefile.original
31c31
 WITH_ALSA=off
---

WITH_ALSA=yes


Maybe that's the reason. The symbol WITH_ALSA is defined.
It does not matter with which value it is defined, so even
WITH_ALSA=I_DONT_WANT_ALSA would be equivalent to WITH_ALSA=yes;
try removing the whole line in order to not define the symbol.



You're right of course and I should have known, thanks for the memory 
jogger. In fact I changed the line to WITHOUT_ALSA=true as per the 
lxpanel options file (I guess the 'true' can be any value :)


Chris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


x11/lxpanel build fails - wrong linux base?

2009-11-08 Thread Chris Whitehouse

Hi

I am trying to build x11/lxde-meta in a 8.0RC2 tinderbox. lxpanel fails
because it depends on linux-alsa-lib. linux-alsa-lib fails because

eco# make
===  linux-alsa-lib-1.0.10.3_2 bsd.linux-rpm.mk test failed: default
package building at OSVERSION=800076 was changed to linux-f10 ports,
please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux
infrastructure ports.
*** Error code 1

[the above is make in /usr/ports/audio/linux-alsa-lib. Ports and source
for the host are exactly the same as the tinderbox.]

I have WITHOUT_ALSA=true in lxpanel's options and I have even changed
the line in lxpanel/Makefile:

eco# diff Makefile Makefile.original
31c31
 WITH_ALSA=off
---

WITH_ALSA=yes



so how do I stop lxpanel calling linux-alsa-lib?
Alternatively can I make it use linux-f10-alsa-lib by changing the
Makefile to point to linux-f10-alsa-lib?


thanks

Chris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: x11/lxpanel build fails - wrong linux base?

2009-11-08 Thread Polytropon
On Sun, 08 Nov 2009 22:41:19 +, Chris Whitehouse cwhi...@onetel.com wrote:
 I have WITHOUT_ALSA=true in lxpanel's options and I have even changed
 the line in lxpanel/Makefile:
 
 eco# diff Makefile Makefile.original
 31c31
  WITH_ALSA=off
 ---
  WITH_ALSA=yes

Maybe that's the reason. The symbol WITH_ALSA is defined.
It does not matter with which value it is defined, so even
WITH_ALSA=I_DONT_WANT_ALSA would be equivalent to WITH_ALSA=yes;
try removing the whole line in order to not define the symbol.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org