FreeBSD Port: typo3-4.1.1

2007-09-21 Thread Anders Hansen

Hi

There is a typo in the portsdatabase on the website. When searching on 
typo3, version 4.1.1 shows. When installing from ports it installs 
Version 4.1.2.


Regards

Anders Hansen

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail/websieve -- doesn't get along with apache22

2007-09-21 Thread Martin Schweizer
Hello Matthew

Sorry for the delay. I use now websieve since two years. I found some
pitfalls while the installation. I attache you my comments which I
send to ports@ in the past. Hope this helpls.

PS: I also looking to contact the developers for future releases but
they do not get answers.


Kind regards,

After more the one successfully installation I found some problems in
the actualy ports (from yesterday):

- while building websieve make wants download every time the old apache port

Makefile
*
[snip]

RUN_DEPENDS=${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \
   ${SITE_PERL}/IMAP/Sieve.pm:${PORTSDIR}/mail/p5-IMAP-Sieve
.endif
## RUN_DEPENDS+=${LOCALBASE}/www/cgi-bin:${PORTSDIR}/${APACHE_PORT}

PKGMESSAGE= ${WRKDIR}/pkg-message

[snip]

I alway commented out "RUN_DEPENDS..."


- ... also while building make would copy websieve.pl to
/usr/local/www/cgi-bin but it create a file called cgi-bin in
/usr/local/www


- websieve.pl:

[snip]

#creates global variables $mode,@rules,@mailboxes,@quota and %vacation;
# get quota
   @quota=&getquota("INBOX") if ($havequota || !$useprocmail);
   if ($IMAPERROR = /no errors/i && !$ismanager && $IMAPERROR) {
   $error=$IMAPERROR;
   &closeimap;
   &closesieve;
   &incorrect_login;
   exit;
   }

[snip]


In the port there is  here ("if ($IMAPERROR =~ /no..." ) a tile sign
but for successfully login you have to remove this.

See also http://www.linuxnetmag.com/en/issue8/printm8sieve1.html

- error "base64 decoding..." in /var/log/messages

Sep  7 15:47:22 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6]
martin plaintext User logged in
Sep  7 15:47:22 acsvfbsd04 sieve[548]: badlogin: mail3[192.168.10.6]
PLAIN error base64 decoding string
Sep  7 15:47:34 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6] root
plaintext User logged in
Sep  7 15:47:34 acsvfbsd04 sieve[551]: badlogin: mail3[192.168.10.6]
PLAIN error base64 decoding string

Here you have to edit in /usr/local/lib/perl5/site_perl/5.8.8/IMAP
the file Sieve.pm:

Old:
$encode=encode_base64($userpass);

New:
$encode=encode_base64($userpass, '');

See also 
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-June/091540.html


- If you change the location from /var/imap  to another location (f.e.
to /usr/imap
 because you need more disk space), you'll get the following message
in /var/log/messages:

Sep  7 16:05:25 acsvfbsd04 imap[656]: login: acsvfbsd04 [192.168.10.6]
martin plaintext User logged in
Sep  7 16:05:25 acsvfbsd04 sieve[682]: IOERROR: creating directory
/var/imap: Permission denied
Sep  7 16:05:25 acsvfbsd04 sieve[682]: mkdir /var/imap: Permission denied
Sep  7 16:05:25 acsvfbsd04 sieve[682]: error in actions_setuser()

Websieve wants to creat some file in /var/imap everytime you log in. I
create an symlink like this:

lrwxr-xr-x   1 cyrus   cyrus   18  7 Sep 16:23 imap -> /usr/imap/var/imap

Afterwoods I works like a charme.




2007/9/20, Matthew Seaman <[EMAIL PROTECTED]>:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: RIPEMD160
>
>
> Dear all,
>
> The mail/websieve port has a bug when installing with apache22 -- it
> registers a RUN_DEPENDS on /usr/local/www/cgi-bin and tries to install
> whatever the selected version of apache is to fulfil it.  Of course,
> apache22 uses /usr/local/www/apache22/cgi-bin so that's never going to
> work.
>
> According to my reading of the porter's handbook, I think this port
> shouldn't have any explicit dependency on any web server --- websieve
> just installs a bunch of perl CGI scripts.  I'll submit a patch to make
> that so shortly.
>
> However my question is: can I use a generic cgi-bin dir as the location
> for the files to go into, or should I be putting everything into
> /usr/local/www/websieve ?  If I can use a generic cgi-bin directory,
> should that be /usr/local/www/cgi-bin ?
>
> Cheers,
>
> Matthew
>
> - --
> Dr Matthew J Seaman MA, D.Phil.   Flat 3
>   7 Priory Courtyard
> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
>   Kent, CT11 9PW, UK
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.4 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFG8jd23jDkPpsZ+VYRA7a7AJ9Tp2RLF1WBxfSfjcbe5Vald1QuhACfd+gT
> GiDFaTXamFVNCLfZuFYq7CM=
> =4AyR
> -END PGP SIGNATURE-
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>


-- 
Martin Schweizer
[EMAIL PROTECTED]
Tel.: +41 32 512 48 54 (VoIP)
Fax: +1 619 3300587
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMA

Re: x11/ecore outdated

2007-09-21 Thread Vanilla I. Shu
On Mon, Sep 17, 2007 at 09:15:36PM +0400, Stanislav Sedov wrote:
> > Hello,
> > 
> > I wanted to port entrance, but it seems the ecore Snapshot in ports is too 
> > old.
> > Is there an update to be expected?
> I'm working on update. Will arrive soon (in a week or so).
I have a patch-set for e-related ports, do you want to review it ?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (portupgrade -R xorg) build Fails

2007-09-21 Thread David Man
On Wed, 2007-09-19 at 18:04 -0600, James wrote:
> Did you follow the instructions for the 7.1>7.2 install exactly? I had
> a similar issue when I had missed the last instruction on that. 
> 
> James

I followed the /usr/ports/UPDATING file exactly but if I remember
correctly I had a few build problems there too.

I think in the end I sought help to finish the update and I can't
remember what failed and how I managed to fix the problem.

(It may have only been Freenx that caused a problem and I eventually had
to abandon that for the update to complete.)

Dave

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Conflicts during install the mplayer

2007-09-21 Thread veeeye
hi,
i  tried to install the mplayer to my freebsd6.2 with ports,
and  got this question:

===>  linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed package(s):
  linux-gtk2-2.6.10

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/graphics/linux-gdk-pixbuf.
*** Error code 1



I removed the package linux-gtk2-2.610,
and then installed it  suncessful.

during the process ,i saw that the mplayer depends on the linux_base_fc4,
and the linux-gtk2-2.610 was installed for this reason,
and the conflict happened later.

Is this a problem of my installed or a bug of ports?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Conflicts during install the mplayer

2007-09-21 Thread Boris Samorodov
On Fri, 21 Sep 2007 18:33:45 +0800 veeeye wrote:

> hi,
> i  tried to install the mplayer to my freebsd6.2 with ports,
> and  got this question:

> ===>  linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed package(s):
>   linux-gtk2-2.6.10

>   They install files into the same place.
>   Please remove them first with pkg_delete(1).
> *** Error code 1

> Stop in /usr/ports/graphics/linux-gdk-pixbuf.
> *** Error code 1

> I removed the package linux-gtk2-2.610,
> and then installed it  suncessful.

> during the process ,i saw that the mplayer depends on the linux_base_fc4,
> and the linux-gtk2-2.610 was installed for this reason,
> and the conflict happened later.

> Is this a problem of my installed or a bug of ports?

Can't reproduce it here:
-
srv% uname -a
FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24 19:30:05 
MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64
srv% pwd
/usr/ports/multimedia/mplayer
srv% make all-depends-list | grep linux
srv% 
-


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail/websieve -- doesn't get along with apache22

2007-09-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Martin Schweizer wrote:
> Hello Matthew
> 
> Sorry for the delay. I use now websieve since two years. I found some
> pitfalls while the installation. I attache you my comments which I
> send to ports@ in the past. Hope this helpls.
> 
> PS: I also looking to contact the developers for future releases but
> they do not get answers.
> 
> 
> Kind regards,
> 
> After more the one successfully installation I found some problems in
> the actualy ports (from yesterday):
> 
> - while building websieve make wants download every time the old apache port
> 
> Makefile
> *
> [snip]
> 
> RUN_DEPENDS=${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \
>${SITE_PERL}/IMAP/Sieve.pm:${PORTSDIR}/mail/p5-IMAP-Sieve
> .endif
> ## RUN_DEPENDS+=${LOCALBASE}/www/cgi-bin:${PORTSDIR}/${APACHE_PORT}
> 
> PKGMESSAGE= ${WRKDIR}/pkg-message
> 
> [snip]
> 
> I alway commented out "RUN_DEPENDS..."
> 
> 
> - ... also while building make would copy websieve.pl to
> /usr/local/www/cgi-bin but it create a file called cgi-bin in
> /usr/local/www
> 
> 
> - websieve.pl:
> 
> [snip]
> 
> #creates global variables $mode,@rules,@mailboxes,@quota and %vacation;
> # get quota
>@quota=&getquota("INBOX") if ($havequota || !$useprocmail);
>if ($IMAPERROR = /no errors/i && !$ismanager && $IMAPERROR) {
>$error=$IMAPERROR;
>&closeimap;
>&closesieve;
>&incorrect_login;
>exit;
>}
> 
> [snip]
> 
> 
> In the port there is  here ("if ($IMAPERROR =~ /no..." ) a tile sign
> but for successfully login you have to remove this.
> 
> See also http://www.linuxnetmag.com/en/issue8/printm8sieve1.html
> 
> - error "base64 decoding..." in /var/log/messages
> 
> Sep  7 15:47:22 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6]
> martin plaintext User logged in
> Sep  7 15:47:22 acsvfbsd04 sieve[548]: badlogin: mail3[192.168.10.6]
> PLAIN error base64 decoding string
> Sep  7 15:47:34 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6] root
> plaintext User logged in
> Sep  7 15:47:34 acsvfbsd04 sieve[551]: badlogin: mail3[192.168.10.6]
> PLAIN error base64 decoding string
> 
> Here you have to edit in /usr/local/lib/perl5/site_perl/5.8.8/IMAP
> the file Sieve.pm:
> 
> Old:
> $encode=encode_base64($userpass);
> 
> New:
> $encode=encode_base64($userpass, '');
> 
> See also 
> http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-June/091540.html
> 
> 
> - If you change the location from /var/imap  to another location (f.e.
> to /usr/imap
>  because you need more disk space), you'll get the following message
> in /var/log/messages:
> 
> Sep  7 16:05:25 acsvfbsd04 imap[656]: login: acsvfbsd04 [192.168.10.6]
> martin plaintext User logged in
> Sep  7 16:05:25 acsvfbsd04 sieve[682]: IOERROR: creating directory
> /var/imap: Permission denied
> Sep  7 16:05:25 acsvfbsd04 sieve[682]: mkdir /var/imap: Permission denied
> Sep  7 16:05:25 acsvfbsd04 sieve[682]: error in actions_setuser()
> 
> Websieve wants to creat some file in /var/imap everytime you log in. I
> create an symlink like this:
> 
> lrwxr-xr-x   1 cyrus   cyrus   18  7 Sep 16:23 imap -> /usr/imap/var/imap
> 
> Afterwoods I works like a charme.
> 
> 
> 
> 
> 2007/9/20, Matthew Seaman <[EMAIL PROTECTED]>:
> 
> Dear all,
> 
> The mail/websieve port has a bug when installing with apache22 -- it
> registers a RUN_DEPENDS on /usr/local/www/cgi-bin and tries to install
> whatever the selected version of apache is to fulfil it.  Of course,
> apache22 uses /usr/local/www/apache22/cgi-bin so that's never going to
> work.


Hi, Martin,

Thanks for that.  I submitted ports/116493 last night, which addresses
some of the issues you mention.  I don't have time to take on
maintainership of this port, but I can certainly work up some additional
patches to address the points you mention.  The websieve project itself
seems to have ground to a halt, with no development work since about
2004, but it is still widely recommended for dealing with sieve stuff.

Cheers,

Matthew


- --
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG89ss3jDkPpsZ+VYRA/NPAKCASh5ht4PbCaj1qIYmEYRxGgA6ngCdEIw8
56isNULvYeeqdCfIl2ZlRb4=
=MoMr
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


I need some help with the meaning of elf_load_section: truncated ELF file

2007-09-21 Thread eculp

# portmaster -a
===>>> Gathering distinfo list for installed ports in background
===>>> Starting check of installed ports for available updates
===>>> Checking ports for recursive 'make config'
elf_load_section: truncated ELF file
elf_load_section: truncated ELF file
elf_load_section: truncated ELF file
elf_load_section: truncated ELF file
===>>> The 'make config' check revealed no ports to update

I am running FreeBSD local2.local.net.mx 7.0-CURRENT FreeBSD  
7.0-CURRENT #74: Thu Sep 20 04:04:44 CDT 2007  
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ENCONTACTO  i386.  I  
just updated all my ports starting with the portupgrade -R x11/xorg  
and continuing with kde.  Now x doesn't work but I am concerned with  
the "elf_load_section: truncated ELF file" message.  Could anyone give  
me a hint as to where is could be generated or why?


Hopefully, that will help me find my problem with xorg.  It isn't kde  
because I'm trying to start with twm and also get an xorg core dump.  
Xorg.core


Thanks,

ed
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


devel/callgrind should be marked obsolete?

2007-09-21 Thread bruce
I noticed at the callgrind download page
(http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindDownload)
that the separate package is now obsolete since it's been merged with
Valgrind 3.2.x.  Should devel/callgrind therefore be marked obsolete?

--
Bruce Cran
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Conflicts during install the mplayer

2007-09-21 Thread RW
On Fri, 21 Sep 2007 15:58:45 +0400
Boris Samorodov <[EMAIL PROTECTED]> wrote:

> On Fri, 21 Sep 2007 18:33:45 +0800 veeeye wrote:
> 
> > hi,
> > i  tried to install the mplayer to my freebsd6.2 with ports,
> > and  got this question:
> 
> > ===>  linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed
> > package(s): linux-gtk2-2.6.10
> 
> >   They install files into the same place.
> >   Please remove them first with pkg_delete(1).
> > *** Error code 1
> 
> > Stop in /usr/ports/graphics/linux-gdk-pixbuf.
> > *** Error code 1
> 
> > I removed the package linux-gtk2-2.610,
> > and then installed it  suncessful.
> 
> > during the process ,i saw that the mplayer depends on the
> > linux_base_fc4, and the linux-gtk2-2.610 was installed for this
> > reason, and the conflict happened later.
> 
> > Is this a problem of my installed or a bug of ports?
> 
> Can't reproduce it here:
> ...
> srv% make all-depends-list | grep linux
You wont see any such dependencies if you don't have the realplayer
option set.

I'm not sure what the answer is. IIRC correctly I had to do it the
other way around and delete linux-gdk-pixbuf.

If you haven't already done so, I'd suggest bringing the other ports
up-to-date.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg-7.3 xdm ignores /etc/login.conf

2007-09-21 Thread Mykola Dzham
 [LoN]Kamikaze wrote:
> Since the update xdm seems to ignore environment variables set in
> /etc/login.conf such as PATH or LANG. I've tried inserting
> 
> printenv > ~/.env
> 
> into my ~/.xsession and the result looks rather bleak. E.g. PATH looks like 
> this:
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/gnu/bin:/usr/local/bin
> 
> Which seems to be some kind of xdm default. LANG is not even set.
> 
> Executing
> su - $USER
> 
> leads to the correct PATH and LANG settings:
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/kamikaze/bin
> LANG=en_GB.UTF-8
> MM_CHARSET=UTF-8
> 
> But of course this will cast away variables like DISPLAY, so putting the line
> into my .xsession is not really a satisfying solution.
> 
> Does anyone else encounter this problem? Are there any suggestions how to get
> behind the reason or even a solution?

I hawe same problem after upgrade xdm.

-- 
Mykola Dzham, LEFT-(UANIC|RIPE)
JID: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Conflicts during install the mplayer

2007-09-21 Thread veeeye
On 9/21/07, Boris Samorodov <[EMAIL PROTECTED]> wrote:
>
> On Fri, 21 Sep 2007 18:33:45 +0800 veeeye wrote:
>
> > hi,
> > i  tried to install the mplayer to my freebsd6.2 with ports,
> > and  got this question:
>
> > ===>  linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed
> package(s):
> >   linux-gtk2-2.6.10
>
> >   They install files into the same place.
> >   Please remove them first with pkg_delete(1).
> > *** Error code 1
>
> > Stop in /usr/ports/graphics/linux-gdk-pixbuf.
> > *** Error code 1
>
> > I removed the package linux-gtk2-2.610,
> > and then installed it  suncessful.
>
> > during the process ,i saw that the mplayer depends on the
> linux_base_fc4,
> > and the linux-gtk2-2.610 was installed for this reason,
> > and the conflict happened later.
>
> > Is this a problem of my installed or a bug of ports?
>
> Can't reproduce it here:
> -
> srv% uname -a
> FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24
> 19:30:05 MSD 2007 [EMAIL PROTECTED]
> :/usr/obj/usr/src/sys/GENERIC  amd64
> srv% pwd
> /usr/ports/multimedia/mplayer
> srv% make all-depends-list | grep linux
> srv%
> -
>
>
> WBR
> --
> Boris Samorodov (bsam)
> Research Engineer, http://www.ipt.ru Telephone & Internet SP
> FreeBSD committer, http://www.FreeBSD.org The Power To Serve
>

thank u ,I have solved this question
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


porting software using glibc's getline()

2007-09-21 Thread Dmitry Marakasov
Hi!

I have a problem porting a piece of software that use
getline(char**, int*, FILE*). This function is only present in
glibc so I wonder what do I do in this case? Maybe there is some
port which provides required functionality (like for example
argp-standalone)?

-- 
Best regards,
  Dmitry Marakasov   mailto:[EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xorg 7.3: xorgcfg is missing

2007-09-21 Thread Greg Rivers
After upgrading to 7.3 I noticed that xorgcfg is no longer installed.  It 
is no longer included in the x11-servers/xorg-server port, but does still 
appear to be installed by x11-servers/xorg-server-snap. Is this 
intentional?


--
Greg
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Conflicts during install the mplayer

2007-09-21 Thread veeeye
On 9/21/07, RW <[EMAIL PROTECTED]> wrote:
>
> On Fri, 21 Sep 2007 15:58:45 +0400
> Boris Samorodov <[EMAIL PROTECTED]> wrote:
>
> > On Fri, 21 Sep 2007 18:33:45 +0800 veeeye wrote:
> >
> > > hi,
> > > i  tried to install the mplayer to my freebsd6.2 with ports,
> > > and  got this question:
> >
> > > ===>  linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed
> > > package(s): linux-gtk2-2.6.10
> >
> > >   They install files into the same place.
> > >   Please remove them first with pkg_delete(1).
> > > *** Error code 1
> >
> > > Stop in /usr/ports/graphics/linux-gdk-pixbuf.
> > > *** Error code 1
> >
> > > I removed the package linux-gtk2-2.610,
> > > and then installed it  suncessful.
> >
> > > during the process ,i saw that the mplayer depends on the
> > > linux_base_fc4, and the linux-gtk2-2.610 was installed for this
> > > reason, and the conflict happened later.
> >
> > > Is this a problem of my installed or a bug of ports?
> >
> > Can't reproduce it here:
> > ...
> > srv% make all-depends-list | grep linux
> You wont see any such dependencies if you don't have the realplayer
> option set.
>
> I'm not sure what the answer is. IIRC correctly I had to do it the
> other way around and delete linux-gdk-pixbuf.
>
> If you haven't already done so, I'd suggest bringing the other ports
> up-to-date.
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Yes,i had selected the realplayer option, and the conflicts happend during
the installation of realplayer...And i had the ports updated ..thank u for
ur reply
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg 7.3 and keyboard leds

2007-09-21 Thread Greg Rivers

On Tue, 18 Sep 2007, Beech Rintoul wrote:

On Monday 17 September 2007, Alex Dupre said:

Am I the only one who have freezed keyboard leds in X after
updating to Xorg 7.3? I doubt, since both my desktops with
different keyboards exhibit this problem. They work fine on
console.



It's a known problem, both xorg and flz@ are aware of it.



I noticed the same issue, but on the bright side (pun intended), the 
display brightness adjustment keys on my HP nc8000 laptop now work again 
for the first time in almost two years.  Hopefully the fix for the LEDs 
will preserve that progress.


--
Greg
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail/websieve -- doesn't get along with apache22

2007-09-21 Thread Martin Schweizer
Hello Matthew

If I can help you in any way drop me a mail.

Regards,


2007/9/21, Matthew Seaman <[EMAIL PROTECTED]>:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: RIPEMD160
>
> Martin Schweizer wrote:
> > Hello Matthew
> >
> > Sorry for the delay. I use now websieve since two years. I found some
> > pitfalls while the installation. I attache you my comments which I
> > send to ports@ in the past. Hope this helpls.
> >
> > PS: I also looking to contact the developers for future releases but
> > they do not get answers.
> >
> >
> > Kind regards,
> >
> > After more the one successfully installation I found some problems in
> > the actualy ports (from yesterday):
> >
> > - while building websieve make wants download every time the old apache port
> >
> > Makefile
> > *
> > [snip]
> >
> > RUN_DEPENDS=${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \
> >${SITE_PERL}/IMAP/Sieve.pm:${PORTSDIR}/mail/p5-IMAP-Sieve
> > .endif
> > ## RUN_DEPENDS+=${LOCALBASE}/www/cgi-bin:${PORTSDIR}/${APACHE_PORT}
> >
> > PKGMESSAGE= ${WRKDIR}/pkg-message
> >
> > [snip]
> >
> > I alway commented out "RUN_DEPENDS..."
> >
> >
> > - ... also while building make would copy websieve.pl to
> > /usr/local/www/cgi-bin but it create a file called cgi-bin in
> > /usr/local/www
> >
> >
> > - websieve.pl:
> >
> > [snip]
> >
> > #creates global variables $mode,@rules,@mailboxes,@quota and %vacation;
> > # get quota
> >@quota=&getquota("INBOX") if ($havequota || !$useprocmail);
> >if ($IMAPERROR = /no errors/i && !$ismanager && $IMAPERROR) {
> >$error=$IMAPERROR;
> >&closeimap;
> >&closesieve;
> >&incorrect_login;
> >exit;
> >}
> >
> > [snip]
> >
> >
> > In the port there is  here ("if ($IMAPERROR =~ /no..." ) a tile sign
> > but for successfully login you have to remove this.
> >
> > See also http://www.linuxnetmag.com/en/issue8/printm8sieve1.html
> >
> > - error "base64 decoding..." in /var/log/messages
> >
> > Sep  7 15:47:22 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6]
> > martin plaintext User logged in
> > Sep  7 15:47:22 acsvfbsd04 sieve[548]: badlogin: mail3[192.168.10.6]
> > PLAIN error base64 decoding string
> > Sep  7 15:47:34 acsvfbsd04 imap[547]: login: mail3 [192.168.10.6] root
> > plaintext User logged in
> > Sep  7 15:47:34 acsvfbsd04 sieve[551]: badlogin: mail3[192.168.10.6]
> > PLAIN error base64 decoding string
> >
> > Here you have to edit in /usr/local/lib/perl5/site_perl/5.8.8/IMAP
> > the file Sieve.pm:
> >
> > Old:
> > $encode=encode_base64($userpass);
> >
> > New:
> > $encode=encode_base64($userpass, '');
> >
> > See also 
> > http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-June/091540.html
> >
> >
> > - If you change the location from /var/imap  to another location (f.e.
> > to /usr/imap
> >  because you need more disk space), you'll get the following message
> > in /var/log/messages:
> >
> > Sep  7 16:05:25 acsvfbsd04 imap[656]: login: acsvfbsd04 [192.168.10.6]
> > martin plaintext User logged in
> > Sep  7 16:05:25 acsvfbsd04 sieve[682]: IOERROR: creating directory
> > /var/imap: Permission denied
> > Sep  7 16:05:25 acsvfbsd04 sieve[682]: mkdir /var/imap: Permission denied
> > Sep  7 16:05:25 acsvfbsd04 sieve[682]: error in actions_setuser()
> >
> > Websieve wants to creat some file in /var/imap everytime you log in. I
> > create an symlink like this:
> >
> > lrwxr-xr-x   1 cyrus   cyrus   18  7 Sep 16:23 imap -> 
> > /usr/imap/var/imap
> >
> > Afterwoods I works like a charme.
> >
> >
> >
> >
> > 2007/9/20, Matthew Seaman <[EMAIL PROTECTED]>:
> >
> > Dear all,
> >
> > The mail/websieve port has a bug when installing with apache22 -- it
> > registers a RUN_DEPENDS on /usr/local/www/cgi-bin and tries to install
> > whatever the selected version of apache is to fulfil it.  Of course,
> > apache22 uses /usr/local/www/apache22/cgi-bin so that's never going to
> > work.
>
>
> Hi, Martin,
>
> Thanks for that.  I submitted ports/116493 last night, which addresses
> some of the issues you mention.  I don't have time to take on
> maintainership of this port, but I can certainly work up some additional
> patches to address the points you mention.  The websieve project itself
> seems to have ground to a halt, with no development work since about
> 2004, but it is still widely recommended for dealing with sieve stuff.
>
> Cheers,
>
> Matthew
>
>
> - --
> Dr Matthew J Seaman MA, D.Phil.   Flat 3
>   7 Priory Courtyard
> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
>   Kent, CT11 9PW, UK
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.4 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFG89ss3jDkPpsZ+VYRA/NPAKCASh5ht4PbCaj1qIYmEYRxGgA6ngCdEIw8
> 56isNULvYeeqdCfIl2ZlR

Re: x11/ecore outdated

2007-09-21 Thread Stanislav Sedov
On Fri, 21 Sep 2007 17:56:44 +0800
"Vanilla I. Shu" <[EMAIL PROTECTED]> mentioned:

> On Mon, Sep 17, 2007 at 09:15:36PM +0400, Stanislav Sedov wrote:
> > > Hello,
> > > 
> > > I wanted to port entrance, but it seems the ecore Snapshot in ports is 
> > > too old.
> > > Is there an update to be expected?
> > I'm working on update. Will arrive soon (in a week or so).
> I have a patch-set for e-related ports, do you want to review it ?
> 

Probably.

I've currently performed almost all updates, and working on ecore. The
update requires evas and ecore ports to be splitted (e.g.
evas-engine-x11, or ecore-con) to handle dependencies correctly, since
even now they're not fully correct (e.g. if one will disable some
features in ecore, e won't build). I also had to make some
modifications on evas to allow it to find all modules dynamically (by
default there're some static defines in code).

I'd be glad to view your patches too. BTW, I can give you access to my
hg repo if you want to work on update together.

Thanks!

-- 
Stanislav Sedov
ST4096-RIPE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: google-earth-4.1.7076.4458

2007-09-21 Thread Helko Glathe
Hi.

I've installed google-earth. Everytime starting googleearth the complete 
system freezes after few minutes while googleearth is running.
My computer has an Intel 82945GM (945GM GMCH) graphic device.
I've also tried to use the intel driver and i810 driver in my xorg.conf. But 
behaviour of googleearth is the same.

System version:
FreeBSD FreeBSD_TWS29. 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Apr 28 15:25:05 
CEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL62  i386

Port version:
google-earth-4.2.198.2451

Graphics device: 
agp0:  port 0x1800-0x1807 mem 
0xd810-0xd817,0xc000-0xcfff,
0xd820-0xd823 irq 16 at device 2.0 on pci0

XORG configuration:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
#Option "AIGLX" "True"
EndSection

Section "Files"
RgbPath  "/usr/local/lib/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/CID/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "dri"
Load  "glx"
Load  "dbe"
Load  "vbe"
Load  "extmod"
Load  "type1"
Load  "freetype"
Load  "i2c"
Load  "bitmap"
Load  "ddc"
Load  "int10"
# Originals commented out
#Load  "speedo"
#   SubSection "extmod"
# Option "omit xfree86-dga"
#   EndSubSection
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
Option "XkbModel" "pc105"
Option  "XkbLayout" "de_DE"
Option  "XkbRules" "xorg"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver  "mouse"
   Option  "Protocol" "auto"
   Option  "Device" "/dev/sysmouse"
   Option  "Buttons" "5"
   Option  "ZAxisMapping" "4 5"
EndSection 

Section "Monitor"
Identifier   "Generic Monitor"
HorizSync 28-64
VertRefresh 43-60
DisplaySize 264 165
Option"DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
Identifier  "Intel Corporation Mobile Integrated Graphics 
Controller"
Driver  "i810"
BusID   "PCI:0:2:0"
Option  "DRI" "on"
Option  "XAANoOffscreenPixmaps"  "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Intel Corporation Mobile Integrated Graphics Controller"
Monitor"Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth   1
Modes   "1280x800"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x800"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x800"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x800"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x800"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x800"
#   Virtual 1440 900
EndSubSection
EndSection

Section "DRI"
  Mode 0666
EndSection

Section "Extensions"
Option  "Composite" "true"
EndSection


-- 
Thanks in advance
Helko Glathe
-- 
===
Mit freundlichem Gruss
Helko Glathe

Tile-Wardenberg-Str. 29
10555 Berlin
Germany
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portlint USE_PHP errors with www/mediawiki ports

2007-09-21 Thread Nick Barkas

Hi
I was doing some tweaking to a couple of MediaWiki ports and found  
that when testing with portlint, I get several "USE_PHP is set after  
including bsd.port.pre.mk" fatal errors. There was a PR some time  
back that patched bsd.port.mk and bsd.php.mk to allow USE_PHP after  
including bsd.port.pre.mk, see here: http://www.freebsd.org/cgi/query- 
pr.cgi?pr=106557. I took a look at recent commits to bsd.port.mk but  
cannot determine what would be causing these later USE_PHP  
definitions to now cause portlint to complain. Anyone have ideas as  
to what might be the trouble?


Nick



PGP.sig
Description: This is a digitally signed message part


Re: portlint USE_PHP errors with www/mediawiki ports

2007-09-21 Thread Alex Dupre
Nick Barkas wrote:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=106557. I took a look at
> recent commits to bsd.port.mk but cannot determine what would be causing
> these later USE_PHP definitions to now cause portlint to complain.
> Anyone have ideas as to what might be the trouble?

I didn't verify, but probably portlint has not been updated, the check
should be removed, you can use USE_PHP anywhere.

--
Alex Dupre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: google-earth-4.1.7076.4458

2007-09-21 Thread Oliver Herold
Hi,

I have this problem too, but Linux has got many problems too with Intel drivers
and GoogleEarth, so it seems there isn't much to fix in FreeBSD.

agp0:  on vgapci0
drm0:  on vgapci0

FreeBSD olymp.home 7.0-CURRENT FreeBSD 7.0-CURRENT #14: Fri Sep 21 13:51:35
CEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ASGARD  i386

xf86-video-intel-2.1.1
xorg-7.3_1


Cheers, Oliver

On Fri, Sep 21, 2007 at 07:54:03PM +0200, Helko Glathe wrote:
> Hi.
> 
> I've installed google-earth. Everytime starting googleearth the complete 
> system freezes after few minutes while googleearth is running.
> My computer has an Intel 82945GM (945GM GMCH) graphic device.
> I've also tried to use the intel driver and i810 driver in my xorg.conf. But 
> behaviour of googleearth is the same.
> 
> System version:
> FreeBSD FreeBSD_TWS29. 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Apr 28 15:25:05 
> CEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL62  i386
> 
> Port version:
> google-earth-4.2.198.2451
> 
> Graphics device: 
> agp0:  port 0x1800-0x1807 mem 
> 0xd810-0xd817,0xc000-0xcfff,
> 0xd820-0xd823 irq 16 at device 2.0 on pci0
> 
> XORG configuration:
> Section "ServerLayout"
>   Identifier "X.org Configured"
>   Screen "Screen0"
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
> #Option "AIGLX" "True"
> EndSection
> 
> Section "Files"
>   RgbPath  "/usr/local/lib/X11/rgb"
>   ModulePath   "/usr/local/lib/xorg/modules"
>   FontPath "/usr/local/lib/X11/fonts/misc/"
>   FontPath "/usr/local/lib/X11/fonts/TTF/"
>   FontPath "/usr/local/lib/X11/fonts/Type1/"
>   FontPath "/usr/local/lib/X11/fonts/CID/"
>   FontPath "/usr/local/lib/X11/fonts/75dpi/"
>   FontPath "/usr/local/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
> Load  "dri"
> Load  "glx"
> Load  "dbe"
>   Load  "vbe"
> Load  "extmod"
> Load  "type1"
> Load  "freetype"
> Load  "i2c"
>   Load  "bitmap"
>   Load  "ddc"
>   Load  "int10"
> # Originals commented out
> #Load  "speedo"
> #   SubSection "extmod"
> # Option "omit xfree86-dga"
> #   EndSubSection
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Keyboard0"
>   Driver  "kbd"
> Option "XkbModel" "pc105"
> Option  "XkbLayout" "de_DE"
> Option  "XkbRules" "xorg"
> EndSection
> 
> Section "InputDevice"
>Identifier  "Mouse0"
>Driver  "mouse"
>Option  "Protocol" "auto"
>Option  "Device" "/dev/sysmouse"
>Option  "Buttons" "5"
>Option  "ZAxisMapping" "4 5"
> EndSection 
> 
> Section "Monitor"
> Identifier   "Generic Monitor"
> HorizSync 28-64
> VertRefresh 43-60
> DisplaySize 264 165
> Option"DPMS"
> EndSection
> 
> Section "Device"
> ### Available Driver options are:-
> ### Values: : integer, : float, : "True"/"False",
> ### : "String", : " Hz/kHz/MHz"
> Identifier"Intel Corporation Mobile Integrated Graphics 
> Controller"
>   Driver  "i810"
>   BusID   "PCI:0:2:0"
> Option"DRI" "on"
> Option  "XAANoOffscreenPixmaps"  "true"
> EndSection
> 
> Section "Screen"
>   Identifier "Screen0"
>   Device "Intel Corporation Mobile Integrated Graphics Controller"
>   Monitor"Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth   1
> Modes   "1280x800"
> EndSubSection
>   SubSection "Display"
>   Depth   4
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   8
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   15
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   16
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   24
>   Modes   "1280x800"
> # Virtual 1440 900
>   EndSubSection
> EndSection
> 
> Section "DRI"
>   Mode 0666
> EndSection
> 
> Section "Extensions"
> Option"Composite" "true"
> EndSection
> 
> 
> -- 
> Thanks in advance
> Helko Glathe
> -- 
> ===
> Mit freundlichem Gruss
> Helko Glathe
> 
> Tile-Wardenberg-Str. 29
> 10555 Berlin
> Germany
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Whatever you want to do, you have to do something else first.
_

Re: FreeBSD Port: google-earth-4.1.7076.4458

2007-09-21 Thread Kostik Belousov
On Fri, Sep 21, 2007 at 07:54:03PM +0200, Helko Glathe wrote:
> Hi.
> 
> I've installed google-earth. Everytime starting googleearth the complete 
> system freezes after few minutes while googleearth is running.
> My computer has an Intel 82945GM (945GM GMCH) graphic device.
> I've also tried to use the intel driver and i810 driver in my xorg.conf. But 
> behaviour of googleearth is the same.
> 
> System version:
> FreeBSD FreeBSD_TWS29. 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Apr 28 15:25:05 
> CEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL62  i386
> 
> Port version:
> google-earth-4.2.198.2451
> 
> Graphics device: 
> agp0:  port 0x1800-0x1807 mem 
> 0xd810-0xd817,0xc000-0xcfff,
> 0xd820-0xd823 irq 16 at device 2.0 on pci0
> 
> XORG configuration:
> Section "ServerLayout"
>   Identifier "X.org Configured"
>   Screen "Screen0"
>   InputDevice"Mouse0" "CorePointer"
>   InputDevice"Keyboard0" "CoreKeyboard"
> #Option "AIGLX" "True"
> EndSection
> 
> Section "Files"
>   RgbPath  "/usr/local/lib/X11/rgb"
>   ModulePath   "/usr/local/lib/xorg/modules"
>   FontPath "/usr/local/lib/X11/fonts/misc/"
>   FontPath "/usr/local/lib/X11/fonts/TTF/"
>   FontPath "/usr/local/lib/X11/fonts/Type1/"
>   FontPath "/usr/local/lib/X11/fonts/CID/"
>   FontPath "/usr/local/lib/X11/fonts/75dpi/"
>   FontPath "/usr/local/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
> Load  "dri"
> Load  "glx"
> Load  "dbe"
>   Load  "vbe"
> Load  "extmod"
> Load  "type1"
> Load  "freetype"
> Load  "i2c"
>   Load  "bitmap"
>   Load  "ddc"
>   Load  "int10"
> # Originals commented out
> #Load  "speedo"
> #   SubSection "extmod"
> # Option "omit xfree86-dga"
> #   EndSubSection
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Keyboard0"
>   Driver  "kbd"
> Option "XkbModel" "pc105"
> Option  "XkbLayout" "de_DE"
> Option  "XkbRules" "xorg"
> EndSection
> 
> Section "InputDevice"
>Identifier  "Mouse0"
>Driver  "mouse"
>Option  "Protocol" "auto"
>Option  "Device" "/dev/sysmouse"
>Option  "Buttons" "5"
>Option  "ZAxisMapping" "4 5"
> EndSection 
> 
> Section "Monitor"
> Identifier   "Generic Monitor"
> HorizSync 28-64
> VertRefresh 43-60
> DisplaySize 264 165
> Option"DPMS"
> EndSection
> 
> Section "Device"
> ### Available Driver options are:-
> ### Values: : integer, : float, : "True"/"False",
> ### : "String", : " Hz/kHz/MHz"
> Identifier"Intel Corporation Mobile Integrated Graphics 
> Controller"
>   Driver  "i810"
>   BusID   "PCI:0:2:0"
> Option"DRI" "on"
> Option  "XAANoOffscreenPixmaps"  "true"
> EndSection
> 
> Section "Screen"
>   Identifier "Screen0"
>   Device "Intel Corporation Mobile Integrated Graphics Controller"
>   Monitor"Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth   1
> Modes   "1280x800"
> EndSubSection
>   SubSection "Display"
>   Depth   4
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   8
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   15
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   16
>   Modes   "1280x800"
>   EndSubSection
>   SubSection "Display"
>   Depth   24
>   Modes   "1280x800"
> # Virtual 1440 900
>   EndSubSection
> EndSection
> 
> Section "DRI"
>   Mode 0666
> EndSection
> 
> Section "Extensions"
> Option"Composite" "true"
> EndSection

Does dmesg show anything suspicious while running application ?
Also, just in case, try the patch below and report whether it helps.

diff --git a/sys/dev/drm/i915_dma.c b/sys/dev/drm/i915_dma.c
index 16955bd..69854b4 100644
--- a/sys/dev/drm/i915_dma.c
+++ b/sys/dev/drm/i915_dma.c
@@ -366,20 +366,14 @@ static int i915_emit_cmds(drm_device_t * dev, int __user 
* buffer, int dwords)
for (i = 0; i < dwords;) {
int cmd, sz;
 
-if (DRM_COPY_FROM_USER_UNCHECKED(&cmd, &buffer[i], sizeof(cmd))) {
-
-   return DRM_ERR(EINVAL);
- }
+   cmd = buffer[i];
if ((sz = validate_cmd(cmd)) == 0 || i + sz > dwords)
return DRM_ERR(EINVAL);
 
OUT_RING(cmd);
 
while (++i, --sz) {
-   if (DRM_COPY_FROM_USER_UNCHECKED(&cmd, &buffer[i],
-