pkg-config --cflags glib-2.0 gives wrong -I dir

2011-06-24 Thread Matthias Apitz
Hello, Why gives $ pkg-config --cflags glib-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include $ ls -ld /usr/local/include/glib-2.0 /usr/local/lib/glib-2.0/include ls: /usr/local/lib/glib-2.0/include: No such file or directory drwxr-xr-x 5 root wheel 512 May 28 19:01 /usr/

Re: Installing X11 gives perl version conflict

2011-06-24 Thread Dieter BSD
perryh> running 8.1-RELEASE (and not 8-STABLE) [ ... ] perryh> /packages-8.1-release/ AH HA The .message file contains the solution (I hope): "packages-*-release directories are built from the ports collection shipped with the release, and are not updated thereafter. packages-*-stable and

Re: mythtv 0.23.1 and the pvr250 driver - testing

2011-06-24 Thread Torfinn Ingolfsen
On Fri, 24 Jun 2011 11:46:06 -0700 (PDT) Mark wrote: > > From: Torfinn Ingolfsen > > Subject: Re: mythtv 0.23.1 and the pvr250 driver - testing > > To: freebsd-multime...@freebsd.org > > Date: Friday, June 24, 2011, 12:47 PM > > On Sun, 05 Jun 2011 22:27:51 +0200 > > Torfinn Ingolfsen > > wrote

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread perryh
d...@safeport.com wrote: > If FreeBSD can be installed in an extended partition, > that would be a very useful howto. _Installing_ it in an "extended partition" is easy enough. geom(8) understands "extended partitions" (although sysinstall does not, so you need to install using Fixit# as for othe

Re: Installing X11 gives perl version conflict

2011-06-24 Thread perryh
RW wrote: > If building isn't an option then it's better to stick to one > release trees at a time. Unfortunately, it seems that pkg_add(1) does not make that as easy as one might prefer. I discovered recently that, even though I am running 8.1-RELEASE (and not 8-STABLE), "pkg_add -r" fetches f

SAS controller for FreeBSD

2011-06-24 Thread Daniel Feenberg
We have been using ZFS under FreeBSD for a while, and are very pleased, but are considering building a system with SAS drives, in the hope that they will be faster (any truth to that?). I am assuming that I should look for a non-RAID controller, but I can't find any SAS controllers that don't

Re: why "{" is treated as vi(1) section delimiter

2011-06-24 Thread Polytropon
An idea that doesn't solve the problem, but may provide an idea for a workaround by changing the setting: On Fri, 24 Jun 2011 11:29:11 +0100, Anton Shterenlikht wrote: > Why then on a *.tex file the above motion > commands move to "{" in the first column? > > For example, in this file: > > 1

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread doug
On Fri, 24 Jun 2011, Eduardo Morras wrote: At 16:36 24/06/2011, d...@safeport.com wrote: Well for me it all worked well for all versions of FreeBSD until Windows 7. My main purpose was to document the link given to me by a friend who does user support for a local college. Before Vista the boot

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread Eduardo Morras
At 16:36 24/06/2011, d...@safeport.com wrote: Well for me it all worked well for all versions of FreeBSD until Windows 7. My main purpose was to document the link given to me by a friend who does user support for a local college. Before Vista the boot process was pretty simple, the MBR was one

Re: mythtv 0.23.1 and the pvr250 driver - testing

2011-06-24 Thread Mark
> From: Torfinn Ingolfsen > Subject: Re: mythtv 0.23.1 and the pvr250 driver - testing > To: freebsd-multime...@freebsd.org > Date: Friday, June 24, 2011, 12:47 PM > On Sun, 05 Jun 2011 22:27:51 +0200 > Torfinn Ingolfsen > wrote: > > > Hello, > > Today I tried to test MythTV 0.23.1 from ports (I

Re: Installing X11 gives perl version conflict

2011-06-24 Thread doug
On Fri, 24 Jun 2011, Michael Powell wrote: d...@safeport.com wrote: On Fri, 24 Jun 2011, Randal L. Schwartz wrote: "Dieter" == Dieter BSD writes: Dieter> Attempt to install package xf86-video-fbdev-0.4.2.tbz Dieter> gives conflict between perl-5.10.1_3 and perl-5.12.3 Dieter> even when

Re: Installing X11 gives perl version conflict

2011-06-24 Thread Dieter BSD
RW> The problem as I see it is that he is installing packages that RW> aren't built from the same tree. One of the dependencies of RW> xf86-video-fbdev-0.4.2 was  built when perl 5.10 was the default RW> and one after the default switched to perl 5.12. RW> If building isn't an option then it's bet

Re: Installing X11 gives perl version conflict

2011-06-24 Thread Dieter BSD
Dieter> Attempt to install package xf86-video-fbdev-0.4.2.tbz Dieter> gives conflict between perl-5.10.1_3 and perl-5.12.3 Dieter> even when installing into clean directory tree. Randal> Packages seem like a great idea when you get started, Randal> but they're all built with the default configs, a

Re: Installing X11 gives perl version conflict

2011-06-24 Thread RW
On Fri, 24 Jun 2011 11:20:46 -0400 Michael Powell wrote: > Read /usr/ports/Mk/bsd.perl.mk. I think mostly many of the variables > contained within may be set in /etc/make.conf and can be picked up at > build time by make. Particularly interesting were PERL_VERSION, > PERL_PORT, and USE_PERL, for

Re: Installing X11 gives perl version conflict

2011-06-24 Thread Michael Powell
d...@safeport.com wrote: > On Fri, 24 Jun 2011, Randal L. Schwartz wrote: > >>> "Dieter" == Dieter BSD writes: >> >> Dieter> Attempt to install package xf86-video-fbdev-0.4.2.tbz >> Dieter> gives conflict between perl-5.10.1_3 and perl-5.12.3 >> Dieter> even when installing into clean direct

Re: Installing X11 gives perl version conflict

2011-06-24 Thread doug
On Fri, 24 Jun 2011, Randal L. Schwartz wrote: "Dieter" == Dieter BSD writes: Dieter> Attempt to install package xf86-video-fbdev-0.4.2.tbz Dieter> gives conflict between perl-5.10.1_3 and perl-5.12.3 Dieter> even when installing into clean directory tree. Packages seem like a great idea whe

Re: Installing X11 gives perl version conflict

2011-06-24 Thread Randal L. Schwartz
> "Dieter" == Dieter BSD writes: Dieter> Attempt to install package xf86-video-fbdev-0.4.2.tbz Dieter> gives conflict between perl-5.10.1_3 and perl-5.12.3 Dieter> even when installing into clean directory tree. Packages seem like a great idea when you get started, but they're all built with

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread doug
On Fri, 24 Jun 2011, Eduardo Morras wrote: At 09:08 24/06/2011, you wrote: On 24 Jun 2011, at 06:24, d...@safeport.com wrote: > I installed 8.2 from the DVD ISO. This install overwrote the MBR even though I selected not to write a boot record. Using the repair disk and/or bootrec does not wo

Re: Spamassassin not working after update of Perl

2011-06-24 Thread Jos Chrispijn
So true. I have processed as you suggested and will follow that + the UPDATING suggestion as well in future. Just got on wrong track that this scenario should be used with 5.14 to 5.14.x as well. FYI: After running sa-update -D sa-update --nogpg spamassassin --lint -D freshclam I got at the e

Re: Spamassassin not working after update of Perl

2011-06-24 Thread Jos Chrispijn
So true. I have processed as you suggested and will follow that + the UPDATING suggestion as well in future. Just got on wrong track that this scenario should be used with 5.14 to 5.14.x as well. FYI: After running sa-update -D sa-update --nogpg spamassassin --lint -D freshclam I got at the e

Re: Spamassassin not working after update of Perl

2011-06-24 Thread Damien Fleuriot
Normally, any special care to be taken while upgrading your port should be noted in UPDATING. However, it's always prudent to rebuild dependencies when upgrading a port, because you never know what changed (unless you take the time to check the changelog + source code). On 6/24/11 12:33 PM, Jos

BYPASS + SIMULATOR OF IMMOBILIZERS AND SEAT OCCUPANT DETECTOR - COMPANY OFFER

2011-06-24 Thread Car Lab IMMO
NEW, BETTER, WITH ADDITIONAL FUNCTIONS: BYPASS - Audi, Seat, Skoda, VW + simulator of immobilizers and seat occupant detector 39 programs ! It turns on or turns off immobilizer through the diagnostic plug OBD and it allows emergency start after connect pins of instrument cluster or immo, it a

BYPASS + SIMULATOR OF IMMOBILIZERS AND SEAT OCCUPANT DETECTOR - COMPANY OFFER

2011-06-24 Thread Car Lab IMMO
NEW, BETTER, WITH ADDITIONAL FUNCTIONS: BYPASS - Audi, Seat, Skoda, VW + simulator of immobilizers and seat occupant detector 39 programs ! It turns on or turns off immobilizer through the diagnostic plug OBD and it allows emergency start after connect pins of instrument cluster or immo, it a

perl modules included in core perl distribution dupe the portinstalled ones

2011-06-24 Thread Peter Vereshagin
Concrete jungle, oh freebsd-questions, you've got to do your best... I'm sorry I put this not into the -perl@ list because there are too many robots there. As far as I see the secondary major number change of the perl version can lead the user to the strange situations as more and more modules are

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread Eduardo Morras
At 09:08 24/06/2011, you wrote: On 24 Jun 2011, at 06:24, d...@safeport.com wrote: > I installed 8.2 from the DVD ISO. This install overwrote the MBR even though I selected not to write a boot record. Using the repair disk and/or bootrec does not work. > > The answer is found in http://www.s

Re: Spamassassin not working after update of Perl

2011-06-24 Thread Jos Chrispijn
Hi Damien, What I don't understand is that if I already are on 15.4 and there is an update to 15.4.1 I have to perform always a 'portupgrade -fr perl' to have this work? Normally this only goes for 15.3 to 15.4 (full version upgrade) or do I miss something here? Thanks for your help Jos Chri

why "{" is treated as vi(1) section delimiter

2011-06-24 Thread Anton Shterenlikht
vi(1) motion commands "]]" and "[[" move to beginning of next or previous section respectively. Using vi(1) ":set sect" command I can verify that a section in my case is set to: sections="NHSHH HUnhsh" Why then on a *.tex file the above motion commands move to "{" in the first column? For examp

Re: Dual Boot 8.2 and Windows 7

2011-06-24 Thread Damien Fleuriot
On 24 Jun 2011, at 06:24, d...@safeport.com wrote: > I installed 8.2 from the DVD ISO. This install overwrote the MBR even though > I selected not to write a boot record. Using the repair disk and/or bootrec > does not work. > > The answer is found in > http://www.sevenforums.com/tutorials/105