compile/install Libreoffice Writer only

2012-10-06 Thread jb
Hi,
is there a way to do that right now in ports (config, make options) ?
Or would that require separate source packaging per component ?
jb


___
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: Virtualbox

2012-10-06 Thread Adam Vande More
On Sat, Oct 6, 2012 at 10:49 PM, Bernt Hansson  wrote:

> When I try to start a virtual os in virtualbox i get an error.
>
> kldload vboxdrv.ko
> kldload: can't load vboxdrv.ko: Exec format error
>
> Rebuilt VB and still this error
>
> 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Jan 12 15:13:06 CET 2012
> GENERIC amd64
>

Update your kernel sources to match the installed.


-- 
Adam Vande More
___
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"


Virtualbox

2012-10-06 Thread Bernt Hansson

Hello list!

When I try to start a virtual os in virtualbox i get an error.

kldload vboxdrv.ko
kldload: can't load vboxdrv.ko: Exec format error

Rebuilt VB and still this error

8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Jan 12 15:13:06 CET 2012
GENERIC amd64
___
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"


How to make local periodics run before base periodics?

2012-10-06 Thread Darren Pilgrim
I have some periodic scripts from ports that I need to run before 
periodic scripts in /etc/periodic; but I can't see how to make it so. 
Periodic always processes /etc/periodic before $local_periodic.  If I 
move /etc/periodic/*/999.local file to 000.local and set:


local_periodic=""
daily_local="/usr/local/etc/periodic/daily/*"
weekly_local="/usr/local/etc/periodic/weekly/*"
monthly_local="/usr/local/etc/periodic/monthly/*"

Then /usr/local/etc/periodic runs first, but it's not scalable since I 
moved a file that mergemaster cares about.  It's also noisy because 
999.local generates output for all scripts, even those that are not enabled.


What is the proper way to make local periodics run before base periodics?
___
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: Xterm options for correct man page display?

2012-10-06 Thread Thomas Dickey
On Sat, Oct 06, 2012 at 10:45:52AM +0100, Jamie Paul Griffin wrote:
> [ Ronald F. Guilmette wrote on Sat  6.Oct'12 at  2:25:04 -0700 ]
> 
> > 
> > When I view man pages in a xterm window, some parts of them are coming
> > out a bit garbled.
> > 
> > I'm sure that there must be some recommended option or options for
> > xterm that will cause man pages to display properly.  If someone would
> > tell me what those options are, I would appreciate it.  Thanks.
> 
> It will most likely be due to your locale settings. Also, I experimented with 
> fonts in xterm and uxterm, only the default font allowed unicode charaters to 
> display, so I am now using urxvt and it works great. I also changed my pager 
> option in the shell start up file to less as opposed to more, and set 
> lesscharset environment variable, man pages display fine now for me.

For people using UTF-8, the uxterm script works out of the box...

The usual problem with fonts is from overwriting the utf8Fonts resource
setting via a too-wide "fonts" wildcard pattern.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp7olkEfKQJo.pgp
Description: PGP signature


Re: Xterm options for correct man page display?

2012-10-06 Thread Thomas Dickey
On Sat, Oct 06, 2012 at 07:31:07AM -0400, Thomas Dickey wrote:
> On Sat, Oct 06, 2012 at 10:45:52AM +0100, Jamie Paul Griffin wrote:
> > [ Ronald F. Guilmette wrote on Sat  6.Oct'12 at  2:25:04 -0700 ]
> > 
> > > 
> > > When I view man pages in a xterm window, some parts of them are coming
> > > out a bit garbled.
> > > 
> > > I'm sure that there must be some recommended option or options for
> > > xterm that will cause man pages to display properly.  If someone would
> > > tell me what those options are, I would appreciate it.  Thanks.
> > 
> > It will most likely be due to your locale settings. Also, I experimented 
> > with fonts in xterm and uxterm, only the default font allowed unicode 
> > charaters to display, so I am now using urxvt and it works great. I also 
> > changed my pager option in the shell start up file to less as opposed to 
> > more, and set lesscharset environment variable, man pages display fine now 
> > for me.
> 
> For people using UTF-8, the uxterm script works out of the box...
> 
> The usual problem with fonts is from overwriting the utf8Fonts resource
> setting via a too-wide "fonts" wildcard pattern.

For example

http://invisible-island.net/xterm/xterm.faq.html#utf8_fonts

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp8Yoa4tvIpJ.pgp
Description: PGP signature


Re: Xterm options for correct man page display?

2012-10-06 Thread Jamie Paul Griffin
[ Ronald F. Guilmette wrote on Sat  6.Oct'12 at  2:25:04 -0700 ]

> 
> When I view man pages in a xterm window, some parts of them are coming
> out a bit garbled.
> 
> I'm sure that there must be some recommended option or options for
> xterm that will cause man pages to display properly.  If someone would
> tell me what those options are, I would appreciate it.  Thanks.

It will most likely be due to your locale settings. Also, I experimented with 
fonts in xterm and uxterm, only the default font allowed unicode charaters to 
display, so I am now using urxvt and it works great. I also changed my pager 
option in the shell start up file to less as opposed to more, and set 
lesscharset environment variable, man pages display fine now for me.
___
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"


Xterm options for correct man page display?

2012-10-06 Thread Ronald F. Guilmette

When I view man pages in a xterm window, some parts of them are coming
out a bit garbled.

I'm sure that there must be some recommended option or options for
xterm that will cause man pages to display properly.  If someone would
tell me what those options are, I would appreciate it.  Thanks.
___
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"