From sarumont at sigil.org Thu Oct 1 02:19:05 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Thu Oct 1 02:19:11 2009 Subject: HD4550 DRI issues In-Reply-To: <1254001621.2048.431.camel@balrog.2hip.net> References: <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> Message-ID: <20091001021855.GE36488@magus.portal.sigil.org> On Sat, Sep 26, 2009 at 04:47:01PM -0500, Robert Noland wrote: > > Ok, that eliminates everything to do with the card and X. Let me talk > to some folks and see if we can figure out where to go from here... I'm > wondering if this might be BIOS or CPU related now... > Any ideas yet? For some reason, I now need to disable mtrr for my nvidia-driver to work (the card my 4550 is hopefully replacing...I'm having other issues with nvidia-driver and would prefer an open-source solution). I don't think I've tried the radeon with mtrr disabled. My 30 day return window on this card is almost up, so I may end up returning it if we can't figure this out. Apparently, a different card wouldn't help, either. :-\ Thanks, -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091001/b4cbbb20/attachment.pgp From rnoland at FreeBSD.org Thu Oct 1 10:16:40 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Oct 1 10:17:12 2009 Subject: HD4550 DRI issues In-Reply-To: <20091001021855.GE36488@magus.portal.sigil.org> References: <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> Message-ID: <1254392190.98309.750.camel@balrog.2hip.net> On Wed, 2009-09-30 at 21:18 -0500, Richard Kolkovich wrote: > On Sat, Sep 26, 2009 at 04:47:01PM -0500, Robert Noland wrote: > > > > Ok, that eliminates everything to do with the card and X. Let me talk > > to some folks and see if we can figure out where to go from here... I'm > > wondering if this might be BIOS or CPU related now... > > > > Any ideas yet? For some reason, I now need to disable mtrr for my nvidia-driver to work (the card > my 4550 is hopefully replacing...I'm having other issues with nvidia-driver and would prefer an > open-source solution). I don't think I've tried the radeon with mtrr disabled. > > My 30 day return window on this card is almost up, so I may end up returning it if we can't figure > this out. Apparently, a different card wouldn't help, either. :-\ All of the evidence suggests that this has nothing to do with the card. Basically, with the test program the only card specific things that happen are those that happen at driver load time. We haven't even told the card about the memory that we have allocated yet. It has been suggested that it might be a bug in drm's mmap routine, but I can't find it at this point. It has also been suggested that you run memcheck to verify the ram, but since things seem to be correct from the kernel perspective, I don't think that is the issue. The mtrr issue, might be a clue though. It sets the caching mode for the memory allocation. I'm mostly using PAT now, (particularly with the patch that I gave you). Did you send me a "memcontrol list", I don't recall at this point. The x58 appears to deal with memory rather differently than traditional chipsets, so I wonder if it might not be a chipset or BIOS bug. As for nvidia, you can always use nouveau. That will (*should*) get you EXA and Xv acceleration, but not 3d at this point. Follow the instructions in the xf86-video-nouveau for getting my kernel patch how to set things up. However, that driver also uses scatter-gather memory, perhaps even more so than the radeon driver. So, given what we have seen so far, I don't know that it will not produce corruption or possibly worse. I've spent a fair amount of time digging through the mmap and memory allocation bits in the kernel, but haven't found anything that looks wrong. What I don't understand is, why this doesn't effect all or at least all i386 systems. So, I think it almost has to be chipset specific. .... Well, I just went back and found one of the prior reports of this. It looks like that (assuming it is the same cause) was on an intel 945 chipset running 7.2-RELEASE i386. Have you considered running amd64? Your i7 is certainly worthy of it and I would be curious to see if the problem exists when running amd64 also. robert. > > Thanks, > -- Robert Noland FreeBSD From sarumont at sigil.org Thu Oct 1 15:33:18 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Thu Oct 1 15:33:24 2009 Subject: HD4550 DRI issues In-Reply-To: <1254392190.98309.750.camel@balrog.2hip.net> References: <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> <1254392190.98309.750.camel@balrog.2hip.net> Message-ID: <20091001153307.GF36488@magus.portal.sigil.org> On Thu, Oct 01, 2009 at 05:16:30AM -0500, Robert Noland wrote: > On Wed, 2009-09-30 at 21:18 -0500, Richard Kolkovich wrote: > > On Sat, Sep 26, 2009 at 04:47:01PM -0500, Robert Noland wrote: > > > > > > Ok, that eliminates everything to do with the card and X. Let me talk > > > to some folks and see if we can figure out where to go from here... I'm > > > wondering if this might be BIOS or CPU related now... > > > > > > > Any ideas yet? For some reason, I now need to disable mtrr for my nvidia-driver to work (the card > > my 4550 is hopefully replacing...I'm having other issues with nvidia-driver and would prefer an > > open-source solution). I don't think I've tried the radeon with mtrr disabled. > > > > My 30 day return window on this card is almost up, so I may end up returning it if we can't figure > > this out. Apparently, a different card wouldn't help, either. :-\ > > All of the evidence suggests that this has nothing to do with the card. > Basically, with the test program the only card specific things that > happen are those that happen at driver load time. We haven't even told > the card about the memory that we have allocated yet. It has been > suggested that it might be a bug in drm's mmap routine, but I can't find > it at this point. It has also been suggested that you run memcheck to > verify the ram, but since things seem to be correct from the kernel > perspective, I don't think that is the issue. > I haven't seen any other issues indicative of RAM failure, but I'll give memtest a shot. > The mtrr issue, might be a clue though. It sets the caching mode for > the memory allocation. I'm mostly using PAT now, (particularly with the > patch that I gave you). Did you send me a "memcontrol list", I don't > recall at this point. The x58 appears to deal with memory rather > differently than traditional chipsets, so I wonder if it might not be a > chipset or BIOS bug. > +% sudo memcontrol list Password: memcontrol: can't size range descriptor array: Operation not supported Mabye that's a clue? :-\ (I'm back on my 8.0-RC1 kernel now, btw) > As for nvidia, you can always use nouveau. That will (*should*) get you > EXA and Xv acceleration, but not 3d at this point. Follow the > instructions in the xf86-video-nouveau for getting my kernel patch how > to set things up. However, that driver also uses scatter-gather memory, > perhaps even more so than the radeon driver. So, given what we have > seen so far, I don't know that it will not produce corruption or > possibly worse. > I've given nouveau a shot before, and I'm pretty sure everything worked the first time (beginning of July) Last time I tried it (more recently...just before I ordered this 4550), rotation did not work for me with both monitors. One screen had corruption (much the same as we see with the 4550) at the top. It was like the screen had the wrong coordinates, though xrandr showed the correct info. Either way, I'm pretty sure I remember the (2d) performance being a bit laggy for everyday use. > I've spent a fair amount of time digging through the mmap and memory > allocation bits in the kernel, but haven't found anything that looks > wrong. What I don't understand is, why this doesn't effect all or at > least all i386 systems. So, I think it almost has to be chipset > specific. .... Well, I just went back and found one of the prior reports > of this. It looks like that (assuming it is the same cause) was on an > intel 945 chipset running 7.2-RELEASE i386. Have you considered running > amd64? Your i7 is certainly worthy of it and I would be curious to see > if the problem exists when running amd64 also. > Go figure...my first Intel board/CPU, and I stumble across something like this. :P I had considered trying amd64 after I saw your setup was amd64. I've never had too much reason for running amd64, but I could justify it now that I'm using zfs. ;) I may give amd64 a shot later today and let you know if that helps. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091001/a0e9eafb/attachment.pgp From sarumont at sigil.org Fri Oct 2 01:02:27 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Fri Oct 2 01:02:32 2009 Subject: HD4550 DRI issues In-Reply-To: <20091001153307.GF36488@magus.portal.sigil.org> References: <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> <1254392190.98309.750.camel@balrog.2hip.net> <20091001153307.GF36488@magus.portal.sigil.org> Message-ID: <20091002010109.GA8828@divination.portal.sigil.org> On Thu, Oct 01, 2009 at 10:33:07AM -0500, Richard Kolkovich wrote: > On Thu, Oct 01, 2009 at 05:16:30AM -0500, Robert Noland wrote: > > I've spent a fair amount of time digging through the mmap and memory > > allocation bits in the kernel, but haven't found anything that looks > > wrong. What I don't understand is, why this doesn't effect all or at > > least all i386 systems. So, I think it almost has to be chipset > > specific. .... Well, I just went back and found one of the prior reports > > of this. It looks like that (assuming it is the same cause) was on an > > intel 945 chipset running 7.2-RELEASE i386. Have you considered running > > amd64? Your i7 is certainly worthy of it and I would be curious to see > > if the problem exists when running amd64 also. > > > > Go figure...my first Intel board/CPU, and I stumble across something like this. :P > > I had considered trying amd64 after I saw your setup was amd64. I've never had too much reason for > running amd64, but I could justify it now that I'm using zfs. ;) > > I may give amd64 a shot later today and let you know if that helps. i386 + mtrr disabled doesn't do jack. Fresh amd64 install, installed xf86-video-ati and ran your DRM test. Contents? Empty. I'm building xorg right now to make sure the displays mirror this result...I'll let you know. I just thought about this, though. Do you think something in my make.conf could be causing this problem? I don't think I've ever tried on a kernel and world I did not build. I only have CPUTYPE=core2 set (that would affect kernel/world compiling). -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091002/cfea903e/attachment.pgp From sarumont at sigil.org Fri Oct 2 15:25:24 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Fri Oct 2 15:25:30 2009 Subject: HD4550 DRI issues In-Reply-To: <20091002010109.GA8828@divination.portal.sigil.org> References: <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> <1254392190.98309.750.camel@balrog.2hip.net> <20091001153307.GF36488@magus.portal.sigil.org> <20091002010109.GA8828@divination.portal.sigil.org> Message-ID: <20091002152506.GA24142@magus.portal.sigil.org> On Thu, Oct 01, 2009 at 08:01:10PM -0500, Richard Kolkovich wrote: > i386 + mtrr disabled doesn't do jack. > > Fresh amd64 install, installed xf86-video-ati and ran your DRM test. Contents? Empty. > > I'm building xorg right now to make sure the displays mirror this result...I'll let you know. > Yes - it worked as expected. No corruption, xrandr rotates everything properly - nothing wrong as far as I can tell. > I just thought about this, though. Do you think something in my make.conf could be causing this > problem? I don't think I've ever tried on a kernel and world I did not build. I only have > CPUTYPE=core2 set (that would affect kernel/world compiling). > I may still rebuild kernel/world/drm stack without my CPUTYPE set just to see if that has any effect on i386. Otherwise, I guess I'll be rebuilding with amd64 this weekend. Let me know if you want to do any debugging on the i386 to see if we can find the underlying cause (assuming it's *not* CPUTYPE). Thanks for all the help with this. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091002/0d96f63e/attachment.pgp From rnoland at FreeBSD.org Fri Oct 2 23:57:33 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Oct 2 23:57:45 2009 Subject: HD4550 DRI issues In-Reply-To: <20091002010109.GA8828@divination.portal.sigil.org> References: <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> <1254392190.98309.750.camel@balrog.2hip.net> <20091001153307.GF36488@magus.portal.sigil.org> <20091002010109.GA8828@divination.portal.sigil.org> Message-ID: <1254527834.25163.154.camel@balrog.2hip.net> On Thu, 2009-10-01 at 20:01 -0500, Richard Kolkovich wrote: > On Thu, Oct 01, 2009 at 10:33:07AM -0500, Richard Kolkovich wrote: > > On Thu, Oct 01, 2009 at 05:16:30AM -0500, Robert Noland wrote: > > > I've spent a fair amount of time digging through the mmap and memory > > > allocation bits in the kernel, but haven't found anything that looks > > > wrong. What I don't understand is, why this doesn't effect all or at > > > least all i386 systems. So, I think it almost has to be chipset > > > specific. .... Well, I just went back and found one of the prior reports > > > of this. It looks like that (assuming it is the same cause) was on an > > > intel 945 chipset running 7.2-RELEASE i386. Have you considered running > > > amd64? Your i7 is certainly worthy of it and I would be curious to see > > > if the problem exists when running amd64 also. > > > > > > > Go figure...my first Intel board/CPU, and I stumble across something like this. :P > > > > I had considered trying amd64 after I saw your setup was amd64. I've never had too much reason for > > running amd64, but I could justify it now that I'm using zfs. ;) > > > > I may give amd64 a shot later today and let you know if that helps. > > i386 + mtrr disabled doesn't do jack. > > Fresh amd64 install, installed xf86-video-ati and ran your DRM test. Contents? Empty. Ok, that seems like good news then... > I'm building xorg right now to make sure the displays mirror this result...I'll let you know. > > I just thought about this, though. Do you think something in my make.conf could be causing this > problem? I don't think I've ever tried on a kernel and world I did not build. I only have > CPUTYPE=core2 set (that would affect kernel/world compiling). It's possible... It is generally not recommended to mess with cpu flags... I used to use them as well, but I ran into a few cases where I needed to re-use a disk and didn't have compatible hardware handy, so I just use the default -O2 -pipe now. robert. > -- Robert Noland FreeBSD From bugmaster at FreeBSD.org Mon Oct 5 11:07:04 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 5 11:10:02 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200910051107.n95B73qt088846@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse o ports/137373 x11 x11/libX11: make dependance on x11/libxcb o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 30 problems total. From sarumont at sigil.org Mon Oct 5 16:54:17 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Mon Oct 5 16:54:24 2009 Subject: HD4550 DRI issues In-Reply-To: <1254527834.25163.154.camel@balrog.2hip.net> References: <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254001621.2048.431.camel@balrog.2hip.net> <20091001021855.GE36488@magus.portal.sigil.org> <1254392190.98309.750.camel@balrog.2hip.net> <20091001153307.GF36488@magus.portal.sigil.org> <20091002010109.GA8828@divination.portal.sigil.org> <1254527834.25163.154.camel@balrog.2hip.net> Message-ID: <20091005165257.GA2976@magus.portal.sigil.org> On Fri, Oct 02, 2009 at 06:57:14PM -0500, Robert Noland wrote: > > > > i386 + mtrr disabled doesn't do jack. > > > > Fresh amd64 install, installed xf86-video-ati and ran your DRM test. Contents? Empty. > > Ok, that seems like good news then... > Yeah - everything is working now on my fresh amd64 build. I guess I need more RAM now to justify it.... ;) One issue I had was some artifacting with the drivers in ports (both ati and radeonhd). There would be either the tops of characters missing or a horizontal line left over when the cursor moved by. Also, when moving a window, I could generate some lines from the border. These were hanging around until I forced the entire screen to redraw (by switching virtual desktops). This seems to be an r600/driver issue, as I installed xf86-video-ati from git, and it works just fine now. Just thought I'd point that out in case anyone else sees something similar... Robert: thanks for all the help getting this working. I owe you a pint or two. ;) -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091005/cc051e76/attachment.pgp From linimon at FreeBSD.org Wed Oct 7 06:29:05 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Oct 7 06:29:12 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20091007062905.3613D1CD0C@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From edwin at FreeBSD.org Sat Oct 10 19:20:10 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 10 19:20:18 2009 Subject: ports/139491: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 Message-ID: <200910101920.n9AJKApr078700@freefall.freebsd.org> Synopsis: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 10 19:20:09 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139491 From edwin at FreeBSD.org Sat Oct 10 19:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 10 19:30:25 2009 Subject: ports/139493: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 Message-ID: <200910101930.n9AJUDLH087886@freefall.freebsd.org> Synopsis: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 10 19:30:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139493 From edwin at FreeBSD.org Sat Oct 10 22:30:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 10 22:30:34 2009 Subject: ports/139496: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 Message-ID: <200910102230.n9AMULE3042425@freefall.freebsd.org> Synopsis: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 10 22:30:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139496 From linimon at FreeBSD.org Mon Oct 12 07:15:25 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Oct 12 07:15:37 2009 Subject: ports/139509: x11-servers/xorg-server: runtime problems in latest (2009 Oct 11) xorg-server-1.6.1, 1 and gtk-2.16.6 ports Message-ID: <200910120715.n9C7FPcU010673@freefall.freebsd.org> Old Synopsis: Runtime problems in latest (2009 Oct 11) xorg-server-1.6.1,1 and gtk-2.16.6 ports New Synopsis: x11-servers/xorg-server: runtime problems in latest (2009 Oct 11) xorg-server-1.6.1,1 and gtk-2.16.6 ports Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Mon Oct 12 07:14:05 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=139509 From bugmaster at FreeBSD.org Mon Oct 12 11:07:05 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 12 11:10:12 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200910121107.n9CB74pS036605@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139509 x11 x11-servers/xorg-server: runtime problems in latest (2 o ports/139496 x11 [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 o ports/139493 x11 [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 o ports/139491 x11 [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 o ports/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse o ports/137373 x11 x11/libX11: make dependance on x11/libxcb o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 34 problems total. From sahil at tandon.net Tue Oct 13 04:00:09 2009 From: sahil at tandon.net (Sahil Tandon) Date: Tue Oct 13 04:00:27 2009 Subject: ports/139491: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 Message-ID: <200910130400.n9D4095E023718@freefall.freebsd.org> The following reply was made to PR ports/139491; it has been noted by GNATS. From: Sahil Tandon To: bug-followup@FreeBSD.org Cc: Subject: ports/139491: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 Date: Mon, 12 Oct 2009 23:57:58 -0400 Please close this PR. My submission was premature and obviously did not take into account the impact this change would have absent a coordinated update of several other x11 ports. Sorry for the noise. -- Sahil Tandon From sahil at tandon.net Tue Oct 13 04:00:11 2009 From: sahil at tandon.net (Sahil Tandon) Date: Tue Oct 13 04:00:27 2009 Subject: ports/139493: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 Message-ID: <200910130400.n9D40BGx023744@freefall.freebsd.org> The following reply was made to PR ports/139493; it has been noted by GNATS. From: Sahil Tandon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/139493: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 Date: Mon, 12 Oct 2009 23:58:27 -0400 Please close this PR. My submission was premature and obviously did not take into account the impact this change would have absent a coordinated update of several other x11 ports. Sorry for the noise. -- Sahil Tandon From sahil at tandon.net Tue Oct 13 04:00:13 2009 From: sahil at tandon.net (Sahil Tandon) Date: Tue Oct 13 04:00:28 2009 Subject: ports/139496: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 Message-ID: <200910130400.n9D40C5o023750@freefall.freebsd.org> The following reply was made to PR ports/139496; it has been noted by GNATS. From: Sahil Tandon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/139496: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 Date: Mon, 12 Oct 2009 23:59:31 -0400 Please close this PR; same reason as my request to close ports/139491 and ports/139493; sorry for the noise! -- Sahil Tandon From linimon at FreeBSD.org Tue Oct 13 05:20:31 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Oct 13 05:20:38 2009 Subject: ports/139491: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 Message-ID: <200910130520.n9D5KVeL000722@freefall.freebsd.org> Synopsis: [UPDATE] x11/xextproto: update from 7.0.5 to 7.1.1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Oct 13 05:20:20 UTC 2009 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=139491 From linimon at FreeBSD.org Tue Oct 13 05:20:58 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Oct 13 05:21:05 2009 Subject: ports/139493: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 Message-ID: <200910130520.n9D5Kwvq005125@freefall.freebsd.org> Synopsis: [UPDATE] x11/xtrans: update from 1.2.3 to 1.2.4 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Oct 13 05:20:47 UTC 2009 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=139493 From linimon at FreeBSD.org Tue Oct 13 05:21:30 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Oct 13 05:21:36 2009 Subject: ports/139496: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 Message-ID: <200910130521.n9D5LUqs005516@freefall.freebsd.org> Synopsis: [UPDATE] x11/xproto: update from 7.0.15 to 7.0.16 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Tue Oct 13 05:21:20 UTC 2009 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=139496 From r1dw4n_s at yahoo.com Wed Oct 14 08:36:58 2009 From: r1dw4n_s at yahoo.com (Ridwan Setiawan) Date: Wed Oct 14 11:54:20 2009 Subject: libGLU PROBLEM, NEED YOUR HELP .. Message-ID: <26335.1283.qm@web46116.mail.sp1.yahoo.com> Hi I am Ridwan I have issue when installing ziproxy, i got error when installing libGLU, then i have to follow error message. I must send config.log to you. in email attachment, there is config.log hope your help Thank you Sorry for my Bad English -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 14753 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20091014/76c4a236/config.obj From rnoland at FreeBSD.org Wed Oct 14 12:52:56 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Oct 14 12:53:03 2009 Subject: libGLU PROBLEM, NEED YOUR HELP .. In-Reply-To: <26335.1283.qm@web46116.mail.sp1.yahoo.com> References: <26335.1283.qm@web46116.mail.sp1.yahoo.com> Message-ID: <1255524769.10189.2542.camel@balrog.2hip.net> On Wed, 2009-10-14 at 01:10 -0700, Ridwan Setiawan wrote: > Requested 'libdrm >= 2.4.3' but version of libdrm is 2.3.1 update graphics/libdrm. robert. -- Robert Noland FreeBSD From bugmaster at FreeBSD.org Mon Oct 19 11:07:05 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 19 11:10:04 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200910191107.n9JB74KO063615@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139509 x11 x11-servers/xorg-server: runtime problems in latest (2 o ports/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse o ports/137373 x11 x11/libX11: make dependance on x11/libxcb o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 31 problems total. From linimon at FreeBSD.org Wed Oct 21 06:28:52 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Oct 21 06:29:02 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20091021062852.3CB1E1CCFD@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From edwin at FreeBSD.org Sat Oct 24 18:10:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:10:53 2009 Subject: ports/139896: [PATCH] devel/makedepend: update to 1.0.2 Message-ID: <200910241810.n9OIAHwm017299@freefall.freebsd.org> Synopsis: [PATCH] devel/makedepend: update to 1.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:10:17 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139896 From edwin at FreeBSD.org Sat Oct 24 18:10:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:10:53 2009 Subject: ports/139897: [PATCH] devel/xorg-macros: update to 1.3.0 Message-ID: <200910241810.n9OIAMf0018020@freefall.freebsd.org> Synopsis: [PATCH] devel/xorg-macros: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:10:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139897 From edwin at FreeBSD.org Sat Oct 24 18:10:28 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:11:04 2009 Subject: ports/139898: [PATCH] devel/libpciaccess: update to 0.10.9 Message-ID: <200910241810.n9OIAREo018914@freefall.freebsd.org> Synopsis: [PATCH] devel/libpciaccess: update to 0.10.9 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:10:27 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139898 From edwin at FreeBSD.org Sat Oct 24 18:10:33 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:11:25 2009 Subject: ports/139899: [PATCH] x11/bigreqsproto: update to 1.1.0 Message-ID: <200910241810.n9OIAXvT019744@freefall.freebsd.org> Synopsis: [PATCH] x11/bigreqsproto: update to 1.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:10:32 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139899 From edwin at FreeBSD.org Sat Oct 24 18:10:38 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:11:26 2009 Subject: ports/139900: [PATCH] x11/appres: update to 1.0.2 Message-ID: <200910241810.n9OIAcYa020587@freefall.freebsd.org> Synopsis: [PATCH] x11/appres: update to 1.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:10:38 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139900 From scjamorim at bsd.com.br Sat Oct 24 18:15:09 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:15:16 2009 Subject: [PATCH] graphics/libdrm: update to 2.4.15 Message-ID: <20091024181506.D94723F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] graphics/libdrm: update to 2.4.15 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.4.15 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libdrm-2.4.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/libdrm/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 1 Aug 2009 17:39:21 -0000 1.17 +++ Makefile 24 Oct 2009 18:14:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libdrm -PORTVERSION= 2.4.12 +PORTVERSION= 2.4.15 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/libdrm/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 1 Aug 2009 17:39:21 -0000 1.13 +++ distinfo 24 Oct 2009 18:14:43 -0000 @@ -1,3 +1,3 @@ -MD5 (libdrm-2.4.12.tar.bz2) = 15d26219c046377d5fcb1cb37e7b03a2 -SHA256 (libdrm-2.4.12.tar.bz2) = 89e3b16aff13c5219d13b08f9143793f74777b752d87c760ec6e52fb8676bd31 -SIZE (libdrm-2.4.12.tar.bz2) = 414175 +MD5 (libdrm-2.4.15.tar.bz2) = 7f5026d72145250e736f583fd60a2ce6 +SHA256 (libdrm-2.4.15.tar.bz2) = bcff899a93adce47fabb787380bf636ed6554a4db2b6452bde5cfab15b8ba7de +SIZE (libdrm-2.4.15.tar.bz2) = 418601 --- libdrm-2.4.15.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:15:39 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:15:45 2009 Subject: [PATCH] x11/appres: update to 1.0.2 Message-ID: <20091024180931.502773F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/appres: update to 1.0.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.2 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- appres-1.0.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/appres/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:25:49 -0000 1.1 +++ Makefile 24 Oct 2009 18:09:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= appres -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/appres/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:25:49 -0000 1.1 +++ distinfo 24 Oct 2009 18:09:08 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/appres-1.0.1.tar.bz2) = 420e6cdf38bb771ec8b00228bf09e8ff -SHA256 (xorg/app/appres-1.0.1.tar.bz2) = 15fef83a202b8dcee3420c88dba4aeed1f8fc840ab537487fb5411b99a2eb962 -SIZE (xorg/app/appres-1.0.1.tar.bz2) = 85320 +MD5 (xorg/app/appres-1.0.2.tar.bz2) = 6f2f5d9f41669d498b56d73dc3206951 +SHA256 (xorg/app/appres-1.0.2.tar.bz2) = 37d0fbb16c553fa09878d107f29f26c2ca4206c98dd23c44a0cb670ace531e36 +SIZE (xorg/app/appres-1.0.2.tar.bz2) = 95494 --- appres-1.0.2.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:18:00 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:18:10 2009 Subject: [PATCH] x11/compositeproto: update to 0.4.1 Message-ID: <20091024181757.ACCFE3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/compositeproto: update to 0.4.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 0.4.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- compositeproto-0.4.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/compositeproto/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 13 Sep 2007 19:44:57 -0000 1.2 +++ Makefile 24 Oct 2009 18:17:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= compositeproto -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/compositeproto/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 13 Sep 2007 19:44:57 -0000 1.2 +++ distinfo 24 Oct 2009 18:17:32 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/compositeproto-0.4.tar.bz2) = 6281344d656d4e0c8e9db4918efe3d1d -SHA256 (xorg/proto/compositeproto-0.4.tar.bz2) = 6013d1ca63b2b7540f6f99977090812b899852acfbd9df123b5ebaa911e30003 -SIZE (xorg/proto/compositeproto-0.4.tar.bz2) = 45390 +MD5 (xorg/proto/compositeproto-0.4.1.tar.bz2) = 3692f3f8b2ea10dff3d2cede8dc65e79 +SHA256 (xorg/proto/compositeproto-0.4.1.tar.bz2) = e2744576731e1416503aade0d58a7861d0260f70b993351473a9f38ced606984 +SIZE (xorg/proto/compositeproto-0.4.1.tar.bz2) = 90083 --- compositeproto-0.4.1.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 18:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:20:35 2009 Subject: ports/139901: [PATCH] x11/bitmap: update to 1.0.4 Message-ID: <200910241820.n9OIKC2J026910@freefall.freebsd.org> Synopsis: [PATCH] x11/bitmap: update to 1.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:20:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139901 From edwin at FreeBSD.org Sat Oct 24 18:20:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:20:35 2009 Subject: ports/139902: [PATCH] graphics/libdrm: update to 2.4.15 Message-ID: <200910241820.n9OIKH02027536@freefall.freebsd.org> Synopsis: [PATCH] graphics/libdrm: update to 2.4.15 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:20:17 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139902 From edwin at FreeBSD.org Sat Oct 24 18:20:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:20:45 2009 Subject: ports/139903: [PATCH] x11/compositeproto: update to 0.4.1 Message-ID: <200910241820.n9OIKNQ6028513@freefall.freebsd.org> Synopsis: [PATCH] x11/compositeproto: update to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:20:23 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139903 From scjamorim at bsd.com.br Sat Oct 24 18:21:11 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:21:17 2009 Subject: [PATCH] x11/bitmap: update to 1.0.4 Message-ID: <20091024181347.E5D8C3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/bitmap: update to 1.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.4 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bitmap-1.0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/bitmap/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 23 Jan 2009 16:28:10 -0000 1.2 +++ Makefile 24 Oct 2009 18:13:25 -0000 @@ -6,8 +6,7 @@ # PORTNAME= bitmap -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/bitmap/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:25:54 -0000 1.1 +++ distinfo 24 Oct 2009 18:13:25 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/bitmap-1.0.3.tar.bz2) = 98200c358e5401d648b980564d9ae39d -SHA256 (xorg/app/bitmap-1.0.3.tar.bz2) = 863f673518af19f9ae35ee221b30bf8c8b695c76c543d18b3ac400a51b855c41 -SIZE (xorg/app/bitmap-1.0.3.tar.bz2) = 129364 +MD5 (xorg/app/bitmap-1.0.4.tar.bz2) = 7d0c1ac193be2491c72a91ccf37ef18e +SHA256 (xorg/app/bitmap-1.0.4.tar.bz2) = 2517aaa015795a348435e4e83bafe7642d4b2fe1976ee982a5d652cf417f79d8 +SIZE (xorg/app/bitmap-1.0.4.tar.bz2) = 140565 --- bitmap-1.0.4.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:22:09 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:22:15 2009 Subject: [PATCH] x11/damageproto: update to 1.2.0 Message-ID: <20091024182206.9D5553F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/damageproto: update to 1.2.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.2.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- damageproto-1.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/damageproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:25:58 -0000 1.1 +++ Makefile 24 Oct 2009 18:21:39 -0000 @@ -6,8 +6,7 @@ # PORTNAME= damageproto -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/damageproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:25:58 -0000 1.1 +++ distinfo 24 Oct 2009 18:21:39 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/damageproto-1.1.0.tar.bz2) = 33ee591e0b1ca5ad7902934541db7d24 -SHA256 (xorg/proto/damageproto-1.1.0.tar.bz2) = 9d2684fac835e9cdf78befff2a58292f54db90094acbfb9f2ed5316fa30d641d -SIZE (xorg/proto/damageproto-1.1.0.tar.bz2) = 41449 +MD5 (xorg/proto/damageproto-1.2.0.tar.bz2) = 434b931b02bd83ed9fc44951df81cdac +SHA256 (xorg/proto/damageproto-1.2.0.tar.bz2) = a50250770a2eead9d6fd56577e3328d0a6a1c4d425b58faa0f5ca7683169ee8f +SIZE (xorg/proto/damageproto-1.2.0.tar.bz2) = 53133 --- damageproto-1.2.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:23:02 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:23:08 2009 Subject: [PATCH] x11/dmxproto: update to 2.3 Message-ID: <20091024182259.4AABB3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/dmxproto: update to 2.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.3 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dmxproto-2.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/dmxproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:01 -0000 1.1 +++ Makefile 24 Oct 2009 18:22:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dmxproto -PORTVERSION= 2.2.2 +PORTVERSION= 2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/dmxproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:01 -0000 1.1 +++ distinfo 24 Oct 2009 18:22:37 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/dmxproto-2.2.2.tar.bz2) = d80acad88411e7944b9b085463d53302 -SHA256 (xorg/proto/dmxproto-2.2.2.tar.bz2) = aaa6d9c9d5ec58f733ca4d7413c541413482bce666217267e5bf88442e35fce2 -SIZE (xorg/proto/dmxproto-2.2.2.tar.bz2) = 39380 +MD5 (xorg/proto/dmxproto-2.3.tar.bz2) = 880a41720b2937e2660dcdc0d34a8791 +SHA256 (xorg/proto/dmxproto-2.3.tar.bz2) = 3a882ca43a1f359e3489468e6c407fd7d56d559f8895cf096a2ec877d6c403b0 +SIZE (xorg/proto/dmxproto-2.3.tar.bz2) = 83906 --- dmxproto-2.3.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:24:36 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:24:43 2009 Subject: [PATCH] x11/dri2proto: update to 2.1 Message-ID: <20091024182434.866A53F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/dri2proto: update to 2.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dri2proto-2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/dri2proto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 7 May 2009 19:53:36 -0000 1.3 +++ Makefile 24 Oct 2009 18:24:09 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dri2proto -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/dri2proto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 7 May 2009 19:53:36 -0000 1.3 +++ distinfo 24 Oct 2009 18:24:09 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/dri2proto-2.0.tar.bz2) = 26f6515322ec50691584ac74291b4254 -SHA256 (xorg/proto/dri2proto-2.0.tar.bz2) = 1954a7e96d7fe70611c483836ed143e84a069eed6d3dab22c05a531bfb6da9e4 -SIZE (xorg/proto/dri2proto-2.0.tar.bz2) = 50908 +MD5 (xorg/proto/dri2proto-2.1.tar.bz2) = 5cb7987d29db068153bdc8f23c767c43 +SHA256 (xorg/proto/dri2proto-2.1.tar.bz2) = 2b33f7c7658fb8f004c3aaf2717711262baeb5d77cf3fd24e9b6cc263895122d +SIZE (xorg/proto/dri2proto-2.1.tar.bz2) = 51362 --- dri2proto-2.1.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:25:53 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:26:00 2009 Subject: [PATCH] devel/libpciaccess: update to 0.10.9 Message-ID: <20091024180510.366313F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] devel/libpciaccess: update to 0.10.9 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 0.10.9 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libpciaccess-0.10.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libpciaccess/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 7 May 2009 19:38:59 -0000 1.8 +++ Makefile 24 Oct 2009 18:04:04 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libpciaccess -PORTVERSION= 0.10.6 +PORTVERSION= 0.10.9 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libpciaccess/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 7 May 2009 19:38:59 -0000 1.2 +++ distinfo 24 Oct 2009 18:04:04 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libpciaccess-0.10.6.tar.bz2) = ba25eb7582f69428648e8c67564d68e5 -SHA256 (xorg/lib/libpciaccess-0.10.6.tar.bz2) = b9532db51a093221f82e6659ab2979d357eac770d6eb9e9361efead0aca709ce -SIZE (xorg/lib/libpciaccess-0.10.6.tar.bz2) = 267671 +MD5 (xorg/lib/libpciaccess-0.10.9.tar.bz2) = 685cb20e7a6165bc010972f1183addbd +SHA256 (xorg/lib/libpciaccess-0.10.9.tar.bz2) = 5ccb9683b8be76edfceab4bf006e1cce9018e0d3dea5e54aa72e82798213fead +SIZE (xorg/lib/libpciaccess-0.10.9.tar.bz2) = 282316 --- libpciaccess-0.10.9.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:27:02 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:27:09 2009 Subject: [PATCH] devel/makedepend: update to 1.0.2 Message-ID: <20091024180427.C210D3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] devel/makedepend: update to 1.0.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.2 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- makedepend-1.0.2,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/makedepend/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 3 Oct 2007 22:12:31 -0000 1.15 +++ Makefile 24 Oct 2009 18:03:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= makedepend -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTEPOCH= 1 CATEGORIES= devel Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/makedepend/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 2 Jul 2007 17:00:43 -0000 1.8 +++ distinfo 24 Oct 2009 18:03:38 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/util/makedepend-1.0.1.tar.bz2) = 54ab2549d723e51ff2b9cff4d8bf44d1 -SHA256 (xorg/util/makedepend-1.0.1.tar.bz2) = b752ad9f210f82d480c8bf397d62649a4306a5534bc38ae7765b9bfbd416b1d2 -SIZE (xorg/util/makedepend-1.0.1.tar.bz2) = 108276 +MD5 (xorg/util/makedepend-1.0.2.tar.bz2) = 62e58330fe8d1e3e28c7a45779833a48 +SHA256 (xorg/util/makedepend-1.0.2.tar.bz2) = 41a2b090a32d7c5b2654783772248aba472702686e30018cfd9907137a967657 +SIZE (xorg/util/makedepend-1.0.2.tar.bz2) = 116339 --- makedepend-1.0.2,1.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:27:33 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:27:39 2009 Subject: [PATCH] x11/editres: update to 1.0.4 Message-ID: <20091024182730.B7B1F3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/editres: update to 1.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.4 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- editres-1.0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/editres/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 23 Jan 2009 16:28:11 -0000 1.2 +++ Makefile 24 Oct 2009 18:27:07 -0000 @@ -6,8 +6,7 @@ # PORTNAME= editres -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/editres/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:09 -0000 1.1 +++ distinfo 24 Oct 2009 18:27:07 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/editres-1.0.3.tar.bz2) = a25f931cc6c8d03daaed434f5db5df2d -SHA256 (xorg/app/editres-1.0.3.tar.bz2) = a2a56b32eaa92ad6f667853f023177ffad9128cfa0361afc2872323598aeceae -SIZE (xorg/app/editres-1.0.3.tar.bz2) = 127231 +MD5 (xorg/app/editres-1.0.4.tar.bz2) = 1800dda934ebb7c588ea686278a10e9f +SHA256 (xorg/app/editres-1.0.4.tar.bz2) = d7ce4c0bb214e055cb7680d8b88b9f551610fc40c28269cb51649133862f3302 +SIZE (xorg/app/editres-1.0.4.tar.bz2) = 136331 --- editres-1.0.4.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:27:58 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:28:05 2009 Subject: [PATCH] x11/evieext: update to 1.1.0 Message-ID: <20091024182755.EA7AF3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/evieext: update to 1.1.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- evieext-1.1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/evieext/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:14 -0000 1.1 +++ Makefile 24 Oct 2009 18:27:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= evieext -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/evieext/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:14 -0000 1.1 +++ distinfo 24 Oct 2009 18:27:03 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/evieext-1.0.2.tar.bz2) = 2507b5d0f4b2848147fbddd155aa6cfe -SHA256 (xorg/proto/evieext-1.0.2.tar.bz2) = 0b85113a9770083715927f9c7a7d0ab354c8a508a91cb6e8e11130851494d125 -SIZE (xorg/proto/evieext-1.0.2.tar.bz2) = 37534 +MD5 (xorg/proto/evieext-1.1.0.tar.bz2) = 5c74f61d6f77b2e6a083b2b31000be42 +SHA256 (xorg/proto/evieext-1.1.0.tar.bz2) = 47881a52a8d9da1e41e4f028ed32a8b44f738afbead819c0a07253fdc1641885 +SIZE (xorg/proto/evieext-1.1.0.tar.bz2) = 48997 --- evieext-1.1.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:29:06 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:29:14 2009 Subject: [PATCH] x11/fixesproto: update to 4.1.1 Message-ID: <20091024182903.B31B73F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/fixesproto: update to 4.1.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 4.1.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- fixesproto-4.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/fixesproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:18 -0000 1.1 +++ Makefile 24 Oct 2009 18:28:40 -0000 @@ -6,7 +6,7 @@ # PORTNAME= fixesproto -PORTVERSION= 4.0 +PORTVERSION= 4.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/fixesproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:18 -0000 1.1 +++ distinfo 24 Oct 2009 18:28:40 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/fixesproto-4.0.tar.bz2) = 8b298cc3424597f8138c7faf7763dce9 -SHA256 (xorg/proto/fixesproto-4.0.tar.bz2) = b3fe971ccc8152db6c78da7117c31fc4cd2fcb2b6a4df3db0f8fed13d4ceb08f -SIZE (xorg/proto/fixesproto-4.0.tar.bz2) = 38550 +MD5 (xorg/proto/fixesproto-4.1.1.tar.bz2) = 4c1cb4f2ed9f34de59f2f04783ca9483 +SHA256 (xorg/proto/fixesproto-4.1.1.tar.bz2) = e72a32916ad4bbd03847f8945c55582bdbafc039d286ded7365d402a7ff164ef +SIZE (xorg/proto/fixesproto-4.1.1.tar.bz2) = 91338 --- fixesproto-4.1.1.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 18:30:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:30:57 2009 Subject: ports/139904: [PATCH] x11/damageproto: update to 1.2.0 Message-ID: <200910241830.n9OIUHga035711@freefall.freebsd.org> Synopsis: [PATCH] x11/damageproto: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139904 From edwin at FreeBSD.org Sat Oct 24 18:30:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:31:12 2009 Subject: ports/139905: [PATCH] x11/dmxproto: update to 2.3 Message-ID: <200910241830.n9OIUMCs036526@freefall.freebsd.org> Synopsis: [PATCH] x11/dmxproto: update to 2.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:22 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139905 From edwin at FreeBSD.org Sat Oct 24 18:30:30 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:31:28 2009 Subject: ports/139906: [PATCH] x11/dri2proto: update to 2.1 Message-ID: <200910241830.n9OIUTck037499@freefall.freebsd.org> Synopsis: [PATCH] x11/dri2proto: update to 2.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:29 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139906 From edwin at FreeBSD.org Sat Oct 24 18:30:40 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:31:28 2009 Subject: ports/139907: [PATCH] x11/editres: update to 1.0.4 Message-ID: <200910241830.n9OIUel7039039@freefall.freebsd.org> Synopsis: [PATCH] x11/editres: update to 1.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:39 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139907 From edwin at FreeBSD.org Sat Oct 24 18:30:45 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:31:38 2009 Subject: ports/139908: [PATCH] x11/evieext: update to 1.1.0 Message-ID: <200910241830.n9OIUjXb039635@freefall.freebsd.org> Synopsis: [PATCH] x11/evieext: update to 1.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:44 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139908 From edwin at FreeBSD.org Sat Oct 24 18:30:55 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:31:54 2009 Subject: ports/139909: [PATCH] x11/fixesproto: update to 4.1.1 Message-ID: <200910241830.n9OIUtnE041085@freefall.freebsd.org> Synopsis: [PATCH] x11/fixesproto: update to 4.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:30:55 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139909 From scjamorim at bsd.com.br Sat Oct 24 18:31:59 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:32:14 2009 Subject: [PATCH] x11/iceauth: update to 1.0.3 Message-ID: <20091024183156.E73CE3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/iceauth: update to 1.0.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.3 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- iceauth-1.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/iceauth/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 13 Sep 2007 19:44:58 -0000 1.2 +++ Makefile 24 Oct 2009 18:31:14 -0000 @@ -6,7 +6,7 @@ # PORTNAME= iceauth -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/iceauth/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 13 Sep 2007 19:44:58 -0000 1.2 +++ distinfo 24 Oct 2009 18:31:14 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/iceauth-1.0.2.tar.bz2) = 7ab8b64edf0212a9d9a3c8129901a450 -SHA256 (xorg/app/iceauth-1.0.2.tar.bz2) = 06401591de57a2c4cf2255e3d5230ea19351c5516cf8dae98c61092392bab5bb -SIZE (xorg/app/iceauth-1.0.2.tar.bz2) = 97052 +MD5 (xorg/app/iceauth-1.0.3.tar.bz2) = 975ade3f238c1eb10705da0a91e6e8e7 +SHA256 (xorg/app/iceauth-1.0.3.tar.bz2) = abca3ff6c9f2da2600a474f0e92ae5e62c43914f7bd3d948b91b0a7f9117d81e +SIZE (xorg/app/iceauth-1.0.3.tar.bz2) = 106197 --- iceauth-1.0.3.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:32:22 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:32:28 2009 Subject: [PATCH] x11/inputproto: update to 2.0 Message-ID: <20091024183220.3F3813F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/inputproto: update to 2.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- inputproto-2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/inputproto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Jan 2009 16:28:11 -0000 1.3 +++ Makefile 24 Oct 2009 18:31:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= inputproto -PORTVERSION= 1.5.0 +PORTVERSION= 2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/inputproto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 23 Jan 2009 16:28:11 -0000 1.3 +++ distinfo 24 Oct 2009 18:31:39 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/inputproto-1.5.0.tar.bz2) = dcc36554aea1338b3813943daf1e9988 -SHA256 (xorg/proto/inputproto-1.5.0.tar.bz2) = ef90f7e4c151095cc75a573acd86355aa65c5bc7fd1dcce4a1483b64788e1461 -SIZE (xorg/proto/inputproto-1.5.0.tar.bz2) = 57358 +MD5 (xorg/proto/inputproto-2.0.tar.bz2) = 0f7acbc14a082f9ae03744396527d23d +SHA256 (xorg/proto/inputproto-2.0.tar.bz2) = 472f57f7928ab20a1303a25982c4091db9674c2729bbd692c9a7204e23ea1af4 +SIZE (xorg/proto/inputproto-2.0.tar.bz2) = 140071 --- inputproto-2.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:32:34 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:32:41 2009 Subject: [PATCH] devel/xorg-macros: update to 1.3.0 Message-ID: <20091024180450.03CE83F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] devel/xorg-macros: update to 1.3.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.3.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xorg-macros-1.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/xorg-macros/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Jan 2009 16:27:21 -0000 1.3 +++ Makefile 24 Oct 2009 18:03:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xorg-macros -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel x11 DISTNAME= util-macros-$(PORTVERSION) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/xorg-macros/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 23 Jan 2009 16:27:21 -0000 1.2 +++ distinfo 24 Oct 2009 18:03:43 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/util/util-macros-1.2.1.tar.bz2) = dc7ddaf9bea8b341510efe4dac125af4 -SHA256 (xorg/util/util-macros-1.2.1.tar.bz2) = 2863ce6c25a40a3c5d6f31721d496a8a8d5e99bb646e73b990d727623a208878 -SIZE (xorg/util/util-macros-1.2.1.tar.bz2) = 48602 +MD5 (xorg/util/util-macros-1.3.0.tar.bz2) = 0837fe88af7d692308b25815457a3288 +SHA256 (xorg/util/util-macros-1.3.0.tar.bz2) = 6c99aa75b91f04f6b43c89e0ae7860ec5885f3b35c9d2f6ef88df91c7f5b71aa +SIZE (xorg/util/util-macros-1.3.0.tar.bz2) = 51670 --- xorg-macros-1.3.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:33:13 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:33:19 2009 Subject: [PATCH] x11/kbproto: update to 1.0.4 Message-ID: <20091024183310.AE3B53F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/kbproto: update to 1.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.4 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- kbproto-1.0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/kbproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:42 -0000 1.1 +++ Makefile 24 Oct 2009 18:32:48 -0000 @@ -6,7 +6,7 @@ # PORTNAME= kbproto -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/kbproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:42 -0000 1.1 +++ distinfo 24 Oct 2009 18:32:48 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/kbproto-1.0.3.tar.bz2) = 6092cdb0a1225f95356ddbe6c2abaad5 -SHA256 (xorg/proto/kbproto-1.0.3.tar.bz2) = 7000005ebbd07a28a71477d72bcb76c47064e043a4ead26fcf4d5af394ce19df -SIZE (xorg/proto/kbproto-1.0.3.tar.bz2) = 57440 +MD5 (xorg/proto/kbproto-1.0.4.tar.bz2) = 7f439166a9b2bf81471a33951883019f +SHA256 (xorg/proto/kbproto-1.0.4.tar.bz2) = 1baa29931313d0c3eb81dffd42662768cc76ce49ce94024d5fe32ef5a4e8603c +SIZE (xorg/proto/kbproto-1.0.4.tar.bz2) = 104959 --- kbproto-1.0.4.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 18:39:24 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:39:35 2009 Subject: [PATCH] x11/bigreqsproto: update to 1.1.0 Message-ID: <20091024180824.31E273F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/bigreqsproto: update to 1.1.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bigreqsproto-1.1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/bigreqsproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:25:53 -0000 1.1 +++ Makefile 24 Oct 2009 18:08:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bigreqsproto -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/bigreqsproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:25:54 -0000 1.1 +++ distinfo 24 Oct 2009 18:08:00 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 95c29d9d10bf2868996c0c47a3b9a8dc -SHA256 (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee -SIZE (xorg/proto/bigreqsproto-1.0.2.tar.bz2) = 36676 +MD5 (xorg/proto/bigreqsproto-1.1.0.tar.bz2) = d30c5dbf19ca6dffcd9788227ecff8c5 +SHA256 (xorg/proto/bigreqsproto-1.1.0.tar.bz2) = 4864e12d3c5a99b0a9ee4704822455299345e6c65b23c688a4e4bf11481107bd +SIZE (xorg/proto/bigreqsproto-1.1.0.tar.bz2) = 48575 --- bigreqsproto-1.1.0.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 18:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:40:25 2009 Subject: ports/139910: [PATCH] x11/iceauth: update to 1.0.3 Message-ID: <200910241840.n9OIeD2l045758@freefall.freebsd.org> Synopsis: [PATCH] x11/iceauth: update to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:40:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139910 From edwin at FreeBSD.org Sat Oct 24 18:40:19 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:40:36 2009 Subject: ports/139911: [PATCH] x11/inputproto: update to 2.0 Message-ID: <200910241840.n9OIeJ0M046445@freefall.freebsd.org> Synopsis: [PATCH] x11/inputproto: update to 2.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:40:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139911 From edwin at FreeBSD.org Sat Oct 24 18:40:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:40:46 2009 Subject: ports/139912: [PATCH] x11/kbproto: update to 1.0.4 Message-ID: <200910241840.n9OIeOxm047324@freefall.freebsd.org> Synopsis: [PATCH] x11/kbproto: update to 1.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:40:24 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139912 From scjamorim at bsd.com.br Sat Oct 24 18:44:06 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 18:44:13 2009 Subject: [PATCH] x11/libICE: update to 1.0.6 Message-ID: <20091024184403.1DEE63F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libICE: update to 1.0.6 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.6 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libICE-1.0.6,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libICE/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 13 Mar 2008 10:33:53 -0000 1.20 +++ Makefile 24 Oct 2009 18:43:39 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libICE -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.6 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libICE/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 13 Sep 2007 19:44:58 -0000 1.7 +++ distinfo 24 Oct 2009 18:43:39 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libICE-1.0.4.tar.bz2) = 4ab4e67e0b8845aa201e984153087f4a -SHA256 (xorg/lib/libICE-1.0.4.tar.bz2) = 13055e2f4c645cbd135ce97a7974a5866f9ba3ed8988e686b552f55c30514f04 -SIZE (xorg/lib/libICE-1.0.4.tar.bz2) = 252304 +MD5 (xorg/lib/libICE-1.0.6.tar.bz2) = 2d39bc924af24325dae589e9a849180c +SHA256 (xorg/lib/libICE-1.0.6.tar.bz2) = a8346859505d2aa27ecc4531f1c86d72801936d96c31c5beaeff4587441b568b +SIZE (xorg/lib/libICE-1.0.6.tar.bz2) = 279257 --- libICE-1.0.6,1.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 18:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 18:50:19 2009 Subject: ports/139913: [PATCH] x11/libICE: update to 1.0.6 Message-ID: <200910241850.n9OIoC1d054554@freefall.freebsd.org> Synopsis: [PATCH] x11/libICE: update to 1.0.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 18:50:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139913 From scjamorim at bsd.com.br Sat Oct 24 19:10:29 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:10:36 2009 Subject: [PATCH] x11/libSM: update to 1.1.1 Message-ID: <20091024191026.905A83F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libSM: update to 1.1.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1.1 - Changed patch files to stay right with new version Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libSM-1.1.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libSM/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 2 Aug 2009 19:36:07 -0000 1.26 +++ Makefile 24 Oct 2009 19:09:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libSM -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libSM/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 23 Jan 2009 16:28:12 -0000 1.8 +++ distinfo 24 Oct 2009 19:09:23 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libSM-1.1.0.tar.bz2) = 05a04c2b6382fb0054f6c70494e22733 -SHA256 (xorg/lib/libSM-1.1.0.tar.bz2) = 7536ac382e1ff82014d3a0defba0c61b3a30984f4e5bc7707960d6debcb92a82 -SIZE (xorg/lib/libSM-1.1.0.tar.bz2) = 252599 +MD5 (xorg/lib/libSM-1.1.1.tar.bz2) = 6889a455496aaaa65b1fa05fc518d179 +SHA256 (xorg/lib/libSM-1.1.1.tar.bz2) = f50d184d8c6a031b3ff4f0d52efcfd4ffa811b0362b166a9ff9ba4c2e9aa7ce0 +SIZE (xorg/lib/libSM-1.1.1.tar.bz2) = 262305 Index: files/patch-configure.ac =================================================================== RCS file: /home/ncvs/ports/x11/libSM/files/patch-configure.ac,v retrieving revision 1.1 diff -u -u -r1.1 patch-configure.ac --- files/patch-configure.ac 23 Feb 2009 18:41:43 -0000 1.1 +++ files/patch-configure.ac 24 Oct 2009 19:09:23 -0000 @@ -1,18 +1,23 @@ ---- configure.ac.orig 2008-07-02 21:58:05.000000000 +0400 -+++ configure.ac 2009-02-23 18:50:18.000000000 +0300 -@@ -35,10 +35,13 @@ - # Needed to check for TCP & IPv6 support and set flags appropriately - XTRANS_CONNECTION_FLAGS +--- configure.ac.orig 2009-08-07 09:19:19.000000000 -0300 ++++ configure.ac 2009-10-24 16:51:55.000000000 -0200 +@@ -42,16 +42,18 @@ + + AC_ARG_WITH(libuuid, AC_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs])) -+AC_ARG_WITH(stduuid, AC_HELP_STRING([--with-stduuid], [Build with DCE 1.1 uuid support for client IDs])) +AM_CONDITIONAL(WITH_STDUUID, test x"$with_stduuid" != "xno") + - AC_ARG_WITH(libuuid, AC_HELP_STRING([--with-libuuid], [Build with libuuid support for client IDs])) --AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" != xno) -+AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno") + AC_CHECK_FUNCS([uuid_create], [], [ + if test x"$with_libuuid" != xno && test x"$have_system_uuid" != xyes; then + PKG_CHECK_MODULES(LIBUUID, uuid, [HAVE_LIBUUID=yes], [HAVE_LIBUUID=no]) + fi +- if test x"$with_libuuid" = xyes && test x"$HAVE_LIBUUID" = xno; then ++ if test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno"; then + AC_MSG_ERROR([requested libuuid support but uuid.pc not found]) + fi + ]) --if test x"$with_libuuid" != xno; then -+if test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno"; then - PKG_CHECK_MODULES(LIBUUID, uuid) - fi +-AM_CONDITIONAL(WITH_LIBUUID, test x"$HAVE_LIBUUID" = xyes) ++AM_CONDITIONAL(WITH_LIBUUID, test x"$with_libuuid" = "xyes" -a x"$with_stduuid" = "xno") + XORG_RELEASE_VERSION + XORG_CHANGELOG Index: files/patch-src_sm_genid.c =================================================================== RCS file: /home/ncvs/ports/x11/libSM/files/patch-src_sm_genid.c,v retrieving revision 1.1 diff -u -u -r1.1 patch-src_sm_genid.c --- files/patch-src_sm_genid.c 23 Feb 2009 18:41:43 -0000 1.1 +++ files/patch-src_sm_genid.c 24 Oct 2009 19:09:23 -0000 @@ -1,43 +1,47 @@ ---- src/sm_genid.c.orig 2008-06-24 21:11:27.000000000 +0400 -+++ src/sm_genid.c 2009-02-23 18:51:22.000000000 +0300 -@@ -76,7 +76,9 @@ +--- src/sm_genid.c.orig 2009-08-07 06:38:31.000000000 -0300 ++++ src/sm_genid.c 2009-10-24 16:58:42.000000000 -0200 +@@ -76,7 +76,7 @@ #define TCPCONN #endif --#if defined(HAVE_LIBUUID) +-#if defined(HAVE_UUID_CREATE) +#if defined(HAVE_STDUUID) -+#include -+#elif defined(HAVE_LIBUUID) + #include + #elif defined(HAVE_LIBUUID) #include - #endif - -@@ -85,7 +87,28 @@ - SmsGenerateClientID (smsConn) - SmsConn smsConn; +@@ -86,23 +86,25 @@ + char * + SmsGenerateClientID(SmsConn smsConn) { --#if defined(HAVE_LIBUUID) +-#if defined(HAVE_UUID_CREATE) +#if defined(HAVE_STDUUID) -+ char *id; + char *id; +- char **temp; + char *str; -+ uuid_t uuid; -+ uint32_t status; -+ -+ uuid_create(&uuid, &status); + uuid_t uuid; + uint32_t status; + + uuid_create(&uuid, &status); + if (status != uuid_s_ok) -+ return NULL; -+ ++ return NULL; + +- uuid_to_string(&uuid, &temp, &status); +- +- if ((id = malloc (strlen (temp) + 2)) != NULL) +- { +- id[1] = '2'; +- strcpy (id+1, temp); + uuid_to_string(&uuid, &str, &status); + if (status != uuid_s_ok) -+ return NULL; ++ return NULL; + + if ((id = malloc (strlen (str) + 2)) != NULL) { -+ id[0] = '2'; -+ strcpy(&id[1], str); -+ } ++ id[0] = '2'; ++ strcpy(&id[1], str); + } +- +- free(temp); + free(str); -+ -+ return id; -+#elif defined(HAVE_LIBUUID) - char *id; - char temp[256]; - uuid_t uuid; + + return id; + #elif defined(HAVE_LIBUUID) --- libSM-1.1.1,1.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:14:53 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:15:00 2009 Subject: [PATCH] x11/libX11: update to 1.3.1 Message-ID: <20091024191451.54D443F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libX11: update to 1.3.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.3.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libX11-1.3.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libX11/Makefile,v retrieving revision 1.31 diff -u -u -r1.31 Makefile --- Makefile 2 Aug 2009 19:36:07 -0000 1.31 +++ Makefile 24 Oct 2009 19:14:26 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libX11 -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.1 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libX11/distinfo,v retrieving revision 1.11 diff -u -u -r1.11 distinfo --- distinfo 8 Apr 2009 02:45:24 -0000 1.11 +++ distinfo 24 Oct 2009 19:14:26 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libX11-1.2.1.tar.bz2) = 2f2beb98e71f397e1209beaca4e97cb1 -SHA256 (xorg/lib/libX11-1.2.1.tar.bz2) = d172e5a401a2607f4ff145db4e8e09c193a1980bbb2c5c7f824e61ee3fdfdff3 -SIZE (xorg/lib/libX11-1.2.1.tar.bz2) = 1798407 +MD5 (xorg/lib/libX11-1.3.1.tar.bz2) = 5e6895c6003f3f0172ba8a07b865d8b2 +SHA256 (xorg/lib/libX11-1.3.1.tar.bz2) = 5f612c38492e81eda783feee0b1da79634cabb2375668c3ffd23ee4e3eae9691 +SIZE (xorg/lib/libX11-1.3.1.tar.bz2) = 2124464 --- libX11-1.3.1,1.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 19:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:20:19 2009 Subject: ports/139914: [PATCH] x11/libSM: update to 1.1.1 Message-ID: <200910241920.n9OJKC1B080968@freefall.freebsd.org> Synopsis: [PATCH] x11/libSM: update to 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:20:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139914 From edwin at FreeBSD.org Sat Oct 24 19:20:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:20:29 2009 Subject: ports/139915: [PATCH] x11/libX11: update to 1.3.1 Message-ID: <200910241920.n9OJKGpd081515@freefall.freebsd.org> Synopsis: [PATCH] x11/libX11: update to 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:20:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139915 From scjamorim at bsd.com.br Sat Oct 24 19:24:09 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:24:15 2009 Subject: [PATCH] x11/scrnsaverproto: update to 1.2.0 Message-ID: <20091024192406.6D5683F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/scrnsaverproto: update to 1.2.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.2.0 - Removed space blank of pkg-plist Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scrnsaverproto-1.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/scrnsaverproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:27:18 -0000 1.1 +++ Makefile 24 Oct 2009 19:22:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= scrnsaverproto -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/scrnsaverproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:27:18 -0000 1.1 +++ distinfo 24 Oct 2009 19:22:42 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/scrnsaverproto-1.1.0.tar.bz2) = 5d551850e6f4acdf49a13f4eb3a5bbfa -SHA256 (xorg/proto/scrnsaverproto-1.1.0.tar.bz2) = db09abf73cc339c05c0488639731794372a4770cfca76c2645f503f9fccd478f -SIZE (xorg/proto/scrnsaverproto-1.1.0.tar.bz2) = 38066 +MD5 (xorg/proto/scrnsaverproto-1.2.0.tar.bz2) = 9040c991a56ee9b5976936f8c65d5c8a +SHA256 (xorg/proto/scrnsaverproto-1.2.0.tar.bz2) = deaf0a3212617e0dab353a3c3a66e0a1f2398306eca0fd882ac15996b0e44d99 +SIZE (xorg/proto/scrnsaverproto-1.2.0.tar.bz2) = 49623 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/scrnsaverproto/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 19 May 2007 20:27:18 -0000 1.1 +++ pkg-plist 24 Oct 2009 19:22:42 -0000 @@ -1,5 +1,5 @@ -include/X11/extensions/saver.h -include/X11/extensions/saverproto.h -include/X11/extensions/scrnsaver.h -libdata/pkgconfig/scrnsaverproto.pc +include/X11/extensions/saver.h +include/X11/extensions/saverproto.h +include/X11/extensions/scrnsaver.h +libdata/pkgconfig/scrnsaverproto.pc @dirrmtry include/X11/extensions --- scrnsaverproto-1.2.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:24:55 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:25:02 2009 Subject: [PATCH] x11/libXScrnSaver: update to 1.2.0 Message-ID: <20091024192453.3AF533F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXScrnSaver: update to 1.2.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.2.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXScrnSaver-1.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXScrnSaver/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 23 Jan 2009 16:28:12 -0000 1.2 +++ Makefile 24 Oct 2009 19:24:29 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXScrnSaver -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXScrnSaver/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 23 Jan 2009 16:28:12 -0000 1.2 +++ distinfo 24 Oct 2009 19:24:29 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 93f84b6797f2f29cae1ce23b0355d00d -SHA256 (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 4b90245093c15a24aaaf2fc6e09f075137aad994f72043e098597997d9b2c988 -SIZE (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 219568 +MD5 (xorg/lib/libXScrnSaver-1.2.0.tar.bz2) = 33e54f64b55f22d8bbe822a5b62568cb +SHA256 (xorg/lib/libXScrnSaver-1.2.0.tar.bz2) = 5b067bec0f2eb6405226bde5f20ca107eb0e5c11f5e5e24b455930c450487f85 +SIZE (xorg/lib/libXScrnSaver-1.2.0.tar.bz2) = 248744 --- libXScrnSaver-1.2.0.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:29:06 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:29:13 2009 Subject: [PATCH] x11/xextproto: update to 7.0.99.1 Message-ID: <20091024192903.C5DC13F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/xextproto: update to 7.0.99.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 7.0.99.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xextproto-7.0.99.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Jan 2009 19:06:25 -0000 1.3 +++ Makefile 24 Oct 2009 19:28:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.0.5 +PORTVERSION= 7.0.99.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 29 Jan 2009 19:06:25 -0000 1.3 +++ distinfo 24 Oct 2009 19:28:38 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xextproto-7.0.5.tar.bz2) = e6841018a7c64983b0954aa2c564d115 -SHA256 (xorg/proto/xextproto-7.0.5.tar.bz2) = d33e1f3c96daad78667b2dfc14a1ce2ee3bdce19409f82cd5ede6c696ca5b042 -SIZE (xorg/proto/xextproto-7.0.5.tar.bz2) = 80831 +MD5 (xorg/proto/xextproto-7.0.99.1.tar.bz2) = 8439d47c486b7dbd85e4071d6c8408ca +SHA256 (xorg/proto/xextproto-7.0.99.1.tar.bz2) = 49d5c18a3fe1c25ecb6c85537d70f119de6c24670c4577ee096e430b310659a4 +SIZE (xorg/proto/xextproto-7.0.99.1.tar.bz2) = 72545 --- xextproto-7.0.99.1.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:29:44 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:29:50 2009 Subject: [PATCH] x11/libXcomposite: update to 0.4.1 Message-ID: <20091024192941.9FAB33F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXcomposite: update to 0.4.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 0.4.1 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXcomposite-0.4.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXcomposite/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 13 Sep 2007 19:44:59 -0000 1.15 +++ Makefile 24 Oct 2009 19:29:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXcomposite -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXcomposite/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 13 Sep 2007 19:44:59 -0000 1.7 +++ distinfo 24 Oct 2009 19:29:19 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXcomposite-0.4.0.tar.bz2) = 7e95395dea89be21bae929b9b7f16641 -SHA256 (xorg/lib/libXcomposite-0.4.0.tar.bz2) = 7db759e82dd1f68094e4c4d257025f7893dafb2913ed249e00cbe18fa13c7510 -SIZE (xorg/lib/libXcomposite-0.4.0.tar.bz2) = 217145 +MD5 (xorg/lib/libXcomposite-0.4.1.tar.bz2) = 0f1367f57fdf5df17a8dd71d0fa68248 +SHA256 (xorg/lib/libXcomposite-0.4.1.tar.bz2) = 3715a25565222d8eb0468805db1113b514128ee5e9bc6908400f189f680d7a13 +SIZE (xorg/lib/libXcomposite-0.4.1.tar.bz2) = 249284 --- libXcomposite-0.4.1,1.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 19:30:16 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:30:43 2009 Subject: ports/139916: [PATCH] x11/scrnsaverproto: update to 1.2.0 Message-ID: <200910241930.n9OJUFG9090097@freefall.freebsd.org> Synopsis: [PATCH] x11/scrnsaverproto: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:30:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139916 From edwin at FreeBSD.org Sat Oct 24 19:30:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:30:44 2009 Subject: ports/139917: [PATCH] x11/libXScrnSaver: update to 1.2.0 Message-ID: <200910241930.n9OJUMM9091121@freefall.freebsd.org> Synopsis: [PATCH] x11/libXScrnSaver: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:30:22 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139917 From edwin at FreeBSD.org Sat Oct 24 19:30:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:31:04 2009 Subject: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 Message-ID: <200910241930.n9OJUTHh092077@freefall.freebsd.org> Synopsis: [PATCH] x11/xextproto: update to 7.0.99.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:30:29 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139918 From edwin at FreeBSD.org Sat Oct 24 19:30:35 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:31:04 2009 Subject: ports/139919: [PATCH] x11/libXcomposite: update to 0.4.1 Message-ID: <200910241930.n9OJUYn9092773@freefall.freebsd.org> Synopsis: [PATCH] x11/libXcomposite: update to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:30:34 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139919 From scjamorim at bsd.com.br Sat Oct 24 19:32:45 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:32:51 2009 Subject: [PATCH] x11/libXcursor: update to 1.1.10 Message-ID: <20091024193242.4F7C93F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXcursor: update to 1.1.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1.10 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXcursor-1.1.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXcursor/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 13 Mar 2008 10:33:54 -0000 1.23 +++ Makefile 24 Oct 2009 19:32:20 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libXcursor -PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTVERSION= 1.1.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXcursor/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 13 Sep 2007 19:44:59 -0000 1.6 +++ distinfo 24 Oct 2009 19:32:20 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXcursor-1.1.9.tar.bz2) = 99b7554037a92b260891091e81815a0a -SHA256 (xorg/lib/libXcursor-1.1.9.tar.bz2) = 1dffb3542271c8ce964066d561474caec5b639d6588b257b21cfb8225a15d2b4 -SIZE (xorg/lib/libXcursor-1.1.9.tar.bz2) = 234749 +MD5 (xorg/lib/libXcursor-1.1.10.tar.bz2) = 7dcdad1c10daea872cb3355af414b2ca +SHA256 (xorg/lib/libXcursor-1.1.10.tar.bz2) = b9446df62203f2c3204b6bcc0057dc909d0dc792f0dd97bc491581b08be36cbd +SIZE (xorg/lib/libXcursor-1.1.10.tar.bz2) = 264543 --- libXcursor-1.1.10.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:35:15 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:35:21 2009 Subject: [PATCH] x11/libXdamage: update to 1.1.2 Message-ID: <20091024193512.570663F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXdamage: update to 1.1.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1.2 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXdamage-1.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXdamage/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 19 May 2007 20:26:49 -0000 1.13 +++ Makefile 24 Oct 2009 19:34:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXdamage -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXdamage/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 May 2007 20:26:49 -0000 1.5 +++ distinfo 24 Oct 2009 19:34:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXdamage-1.1.1.tar.bz2) = ac0ce6b0063a9858c8f24ddb4c60487d -SHA256 (xorg/lib/libXdamage-1.1.1.tar.bz2) = 0102754db23952a1c3adf7881bbf191f91ca3e3d183e1b0179452bce932fae2e -SIZE (xorg/lib/libXdamage-1.1.1.tar.bz2) = 201096 +MD5 (xorg/lib/libXdamage-1.1.2.tar.bz2) = b42780bce703ec202a33e5693991c09d +SHA256 (xorg/lib/libXdamage-1.1.2.tar.bz2) = a56a10acb34827c4d1a0ee282a338cbb04baa03d7fc7bc69e5690915c8fc7c0a +SIZE (xorg/lib/libXdamage-1.1.2.tar.bz2) = 238443 --- libXdamage-1.1.2.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 19:35:44 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:35:50 2009 Subject: [PATCH] x11/libXdmcp: update to 1.0.3 Message-ID: <20091024193541.847543F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXdmcp: update to 1.0.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.0.3 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXdmcp-1.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXdmcp/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 13 Mar 2008 10:33:54 -0000 1.15 +++ Makefile 24 Oct 2009 19:34:44 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libXdmcp -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXdmcp/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 19 May 2007 20:26:49 -0000 1.6 +++ distinfo 24 Oct 2009 19:34:44 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXdmcp-1.0.2.tar.bz2) = 10facf2bc7cbd5e5c1a698b8a210a582 -SHA256 (xorg/lib/libXdmcp-1.0.2.tar.bz2) = f3e50c1847599145c22784a2f15818821960652ee91d21d905817fb7c10f96a8 -SIZE (xorg/lib/libXdmcp-1.0.2.tar.bz2) = 220946 +MD5 (xorg/lib/libXdmcp-1.0.3.tar.bz2) = d60941d471800f41a3f19b24bea855a7 +SHA256 (xorg/lib/libXdmcp-1.0.3.tar.bz2) = d8033a2fae20fed6de4f16b73ad69ca1c511e7da31c88e9bc6e75976187378cb +SIZE (xorg/lib/libXdmcp-1.0.3.tar.bz2) = 256963 --- libXdmcp-1.0.3.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 19:40:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:40:26 2009 Subject: ports/139920: [PATCH] x11/libXcursor: update to 1.1.10 Message-ID: <200910241940.n9OJeCCV099571@freefall.freebsd.org> Synopsis: [PATCH] x11/libXcursor: update to 1.1.10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:40:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139920 From edwin at FreeBSD.org Sat Oct 24 19:40:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:40:42 2009 Subject: ports/139921: [PATCH] x11/libXdamage: update to 1.1.2 Message-ID: <200910241940.n9OJeIZB000424@freefall.freebsd.org> Synopsis: [PATCH] x11/libXdamage: update to 1.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:40:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139921 From edwin at FreeBSD.org Sat Oct 24 19:40:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:40:52 2009 Subject: ports/139922: [PATCH] x11/libXdmcp: update to 1.0.3 Message-ID: <200910241940.n9OJePAE001649@freefall.freebsd.org> Synopsis: [PATCH] x11/libXdmcp: update to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:40:24 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139922 From scjamorim at bsd.com.br Sat Oct 24 19:49:41 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 19:49:46 2009 Subject: [PATCH] x11/libXfixes: update to 4.0.4 Message-ID: <20091024194938.0DE123F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXfixes: update to 4.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 4.0.4 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXfixes-4.0.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXfixes/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 13 Mar 2008 10:33:54 -0000 1.15 +++ Makefile 24 Oct 2009 19:49:11 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libXfixes -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXfixes/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 May 2007 20:26:51 -0000 1.5 +++ distinfo 24 Oct 2009 19:49:11 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXfixes-4.0.3.tar.bz2) = 1990d19725a3c7f32290037f02d3737f -SHA256 (xorg/lib/libXfixes-4.0.3.tar.bz2) = 547e093c5037c4b85ce653ce26f5bd70a97b177f9b582f5351a626d8e0a829dd -SIZE (xorg/lib/libXfixes-4.0.3.tar.bz2) = 214287 +MD5 (xorg/lib/libXfixes-4.0.4.tar.bz2) = 7f2c40852eb337b237ad944ca5c30d49 +SHA256 (xorg/lib/libXfixes-4.0.4.tar.bz2) = ba31d7e5c5c1907c30cba50bfd669aa7fe860555287c29f6e786612e4be33b48 +SIZE (xorg/lib/libXfixes-4.0.4.tar.bz2) = 246305 --- libXfixes-4.0.4.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 19:50:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 19:50:30 2009 Subject: ports/139923: [PATCH] x11/libXfixes: update to 4.0.4 Message-ID: <200910241950.n9OJoIjX008977@freefall.freebsd.org> Synopsis: [PATCH] x11/libXfixes: update to 4.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 19:50:17 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139923 From scjamorim at bsd.com.br Sat Oct 24 20:25:19 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 20:25:25 2009 Subject: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 Message-ID: <20091024202507.C51A73F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: Re: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 7.0.99.2 Please, use this update to 7.0.99.2. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xextproto-7.0.99.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Jan 2009 19:06:25 -0000 1.3 +++ Makefile 24 Oct 2009 20:23:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.0.5 +PORTVERSION= 7.0.99.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 29 Jan 2009 19:06:25 -0000 1.3 +++ distinfo 24 Oct 2009 20:23:42 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xextproto-7.0.5.tar.bz2) = e6841018a7c64983b0954aa2c564d115 -SHA256 (xorg/proto/xextproto-7.0.5.tar.bz2) = d33e1f3c96daad78667b2dfc14a1ce2ee3bdce19409f82cd5ede6c696ca5b042 -SIZE (xorg/proto/xextproto-7.0.5.tar.bz2) = 80831 +MD5 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = bd95d508302d20fdfc6c8338a7772d20 +SHA256 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 6322c82e5466d0f9b5c6d22b5cfac3b840d35558c89acfb29299538d74288c43 +SIZE (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 70710 --- xextproto-7.0.99.2.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 20:30:05 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 20:30:12 2009 Subject: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 Message-ID: <200910242030.n9OKU4OI042579@freefall.freebsd.org> The following reply was made to PR ports/139918; it has been noted by GNATS. From: Sylvio Cesar To: bug-followup@freebsd.org Cc: x11@FreeBSD.org, scjamorim@bsd.com.br Subject: Re: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 Date: Sat, 24 Oct 2009 18:25:07 -0200 (BRST) >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: Re: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 7.0.99.2 Please, use this update to 7.0.99.2. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xextproto-7.0.99.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Jan 2009 19:06:25 -0000 1.3 +++ Makefile 24 Oct 2009 20:23:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.0.5 +PORTVERSION= 7.0.99.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 29 Jan 2009 19:06:25 -0000 1.3 +++ distinfo 24 Oct 2009 20:23:42 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xextproto-7.0.5.tar.bz2) = e6841018a7c64983b0954aa2c564d115 -SHA256 (xorg/proto/xextproto-7.0.5.tar.bz2) = d33e1f3c96daad78667b2dfc14a1ce2ee3bdce19409f82cd5ede6c696ca5b042 -SIZE (xorg/proto/xextproto-7.0.5.tar.bz2) = 80831 +MD5 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = bd95d508302d20fdfc6c8338a7772d20 +SHA256 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 6322c82e5466d0f9b5c6d22b5cfac3b840d35558c89acfb29299538d74288c43 +SIZE (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 70710 --- xextproto-7.0.99.2.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 22:03:51 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 22:03:58 2009 Subject: [PATCH] x11/xineramaproto: update to 1.2 Message-ID: <20091024220348.27FE03F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/xineramaproto: update to 1.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.2 - The files removed of pkg-plist now they are into the x11/libXinerama port. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xineramaproto-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xineramaproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:27:55 -0000 1.1 +++ Makefile 24 Oct 2009 22:01:14 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xineramaproto -PORTVERSION= 1.1.2 +PORTVERSION= 1.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/xineramaproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:27:55 -0000 1.1 +++ distinfo 24 Oct 2009 22:01:14 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xineramaproto-1.1.2.tar.bz2) = 1cc292c562962ad0ad3a253cae68c632 -SHA256 (xorg/proto/xineramaproto-1.1.2.tar.bz2) = e8a62b1cafbcfc3b9fed147612ed4320233d0c9d6de30c991c2cd0c691c40910 -SIZE (xorg/proto/xineramaproto-1.1.2.tar.bz2) = 38413 +MD5 (xorg/proto/xineramaproto-1.2.tar.bz2) = a8aadcb281b9c11a91303e24cdea45f5 +SHA256 (xorg/proto/xineramaproto-1.2.tar.bz2) = 58e88087ceec7201d918f94d6b1247325adca2a9903fed11291b412427a7ba64 +SIZE (xorg/proto/xineramaproto-1.2.tar.bz2) = 83852 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/xineramaproto/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 19 May 2007 20:27:55 -0000 1.1 +++ pkg-plist 24 Oct 2009 22:01:14 -0000 @@ -1,5 +1,2 @@ -include/X11/extensions/Xinerama.h -include/X11/extensions/panoramiXext.h include/X11/extensions/panoramiXproto.h libdata/pkgconfig/xineramaproto.pc -@dirrmtry include/X11/extensions --- xineramaproto-1.2.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 22:04:42 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 22:04:49 2009 Subject: [PATCH] x11/libXinerama: update to 1.1 Message-ID: <20091024220438.8879A3F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXinerama: update to 1.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 1.1 - Added new files to pkg-plist Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXinerama-1.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 2 Aug 2009 19:36:07 -0000 1.15 +++ Makefile 24 Oct 2009 22:01:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXinerama -PORTVERSION= 1.0.3 +PORTVERSION= 1.1 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 23 Jan 2009 16:28:13 -0000 1.6 +++ distinfo 24 Oct 2009 22:01:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXinerama-1.0.3.tar.bz2) = cd9f7c46439ac40e0517a302d2434d2c -SHA256 (xorg/lib/libXinerama-1.0.3.tar.bz2) = 07b3564cd56154c20580b56230b7a95d74fe6582c80cedf0550d8d7955181219 -SIZE (xorg/lib/libXinerama-1.0.3.tar.bz2) = 236386 +MD5 (xorg/lib/libXinerama-1.1.tar.bz2) = a2ac01fc0426cdbb713c5d59cf9955ed +SHA256 (xorg/lib/libXinerama-1.1.tar.bz2) = e0d39e74c2e131b44cc98dd4910165c9b8d937df93be58e6afb7c2a56772bf34 +SIZE (xorg/lib/libXinerama-1.1.tar.bz2) = 245133 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 19 May 2007 20:26:52 -0000 1.2 +++ pkg-plist 24 Oct 2009 22:01:22 -0000 @@ -1,5 +1,8 @@ +include/X11/extensions/Xinerama.h +include/X11/extensions/panoramiXext.h lib/libXinerama.a lib/libXinerama.la lib/libXinerama.so lib/libXinerama.so.1 libdata/pkgconfig/xinerama.pc +@dirrmtry include/X11/extensions --- libXinerama-1.1,1.patch ends here --- From scjamorim at bsd.com.br Sat Oct 24 22:07:53 2009 From: scjamorim at bsd.com.br (Sylvio Cesar) Date: Sat Oct 24 22:07:59 2009 Subject: [PATCH] x11/libXpm: update to 3.5.8 Message-ID: <20091024220750.046443F5F97@fbsd.scjamorim.org> >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXpm: update to 3.5.8 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 3.5.8 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXpm-3.5.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXpm/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 13 Sep 2007 19:44:59 -0000 1.19 +++ Makefile 24 Oct 2009 22:07:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXpm -PORTVERSION= 3.5.7 +PORTVERSION= 3.5.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXpm/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 13 Sep 2007 19:44:59 -0000 1.6 +++ distinfo 24 Oct 2009 22:07:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXpm-3.5.7.tar.bz2) = cd15ee542d9f515538b4462a6f79d977 -SHA256 (xorg/lib/libXpm-3.5.7.tar.bz2) = 64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa -SIZE (xorg/lib/libXpm-3.5.7.tar.bz2) = 358241 +MD5 (xorg/lib/libXpm-3.5.8.tar.bz2) = 38e58e72d476a74298a59052fde185a3 +SHA256 (xorg/lib/libXpm-3.5.8.tar.bz2) = 02a77aaa32e6e335e1ee04aeb9ad1008045d98274d64ed33bc5fc6c3a3542c4c +SIZE (xorg/lib/libXpm-3.5.8.tar.bz2) = 392021 --- libXpm-3.5.8.patch ends here --- From edwin at FreeBSD.org Sat Oct 24 22:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 22:10:26 2009 Subject: ports/139928: [PATCH] x11/xineramaproto: update to 1.2 Message-ID: <200910242210.n9OMADr9031062@freefall.freebsd.org> Synopsis: [PATCH] x11/xineramaproto: update to 1.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 22:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139928 From edwin at FreeBSD.org Sat Oct 24 22:10:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 22:10:37 2009 Subject: ports/139929: [PATCH] x11/libXinerama: update to 1.1 Message-ID: <200910242210.n9OMAIfD031715@freefall.freebsd.org> Synopsis: [PATCH] x11/libXinerama: update to 1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 22:10:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139929 From edwin at FreeBSD.org Sat Oct 24 22:10:24 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Oct 24 22:10:48 2009 Subject: ports/139930: [PATCH] x11/libXpm: update to 3.5.8 Message-ID: <200910242210.n9OMAO59032637@freefall.freebsd.org> Synopsis: [PATCH] x11/libXpm: update to 3.5.8 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 24 22:10:23 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139930 From miwi at FreeBSD.org Sun Oct 25 01:34:03 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:19 2009 Subject: ports/139928: [PATCH] x11/xineramaproto: update to 1.2 Message-ID: <200910250134.n9P1Y27l018084@freefall.freebsd.org> Synopsis: [PATCH] x11/xineramaproto: update to 1.2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:02 UTC 2009 State-Changed-Why: have to wait of new xorg-server http://www.freebsd.org/cgi/query-pr.cgi?pr=139928 From miwi at FreeBSD.org Sun Oct 25 01:34:05 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:19 2009 Subject: ports/139929: [PATCH] x11/libXinerama: update to 1.1 Message-ID: <200910250134.n9P1Y58g018150@freefall.freebsd.org> Synopsis: [PATCH] x11/libXinerama: update to 1.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:05 UTC 2009 State-Changed-Why: have to wait of new xorg-server http://www.freebsd.org/cgi/query-pr.cgi?pr=139929 From miwi at FreeBSD.org Sun Oct 25 01:34:08 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:20 2009 Subject: ports/139930: [PATCH] x11/libXpm: update to 3.5.8 Message-ID: <200910250134.n9P1Y78I018216@freefall.freebsd.org> Synopsis: [PATCH] x11/libXpm: update to 3.5.8 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:07 UTC 2009 State-Changed-Why: have to wait of new xorg-server http://www.freebsd.org/cgi/query-pr.cgi?pr=139930 From miwi at FreeBSD.org Sun Oct 25 01:34:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:58 2009 Subject: ports/139921: [PATCH] x11/libXdamage: update to 1.1.2 Message-ID: <200910250134.n9P1YgXr018348@freefall.freebsd.org> Synopsis: [PATCH] x11/libXdamage: update to 1.1.2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:42 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139921 From miwi at FreeBSD.org Sun Oct 25 01:34:45 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:59 2009 Subject: ports/139922: [PATCH] x11/libXdmcp: update to 1.0.3 Message-ID: <200910250134.n9P1YiS6018413@freefall.freebsd.org> Synopsis: [PATCH] x11/libXdmcp: update to 1.0.3 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:44 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139922 From miwi at FreeBSD.org Sun Oct 25 01:34:47 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:34:59 2009 Subject: ports/139923: [PATCH] x11/libXfixes: update to 4.0.4 Message-ID: <200910250134.n9P1YlH1018479@freefall.freebsd.org> Synopsis: [PATCH] x11/libXfixes: update to 4.0.4 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:34:46 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139923 From miwi at FreeBSD.org Sun Oct 25 01:35:30 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:35:47 2009 Subject: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 Message-ID: <200910250135.n9P1ZT4c018618@freefall.freebsd.org> Synopsis: [PATCH] x11/xextproto: update to 7.0.99.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:35:29 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139918 From miwi at FreeBSD.org Sun Oct 25 01:35:32 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:35:48 2009 Subject: ports/139919: [PATCH] x11/libXcomposite: update to 0.4.1 Message-ID: <200910250135.n9P1ZWPn018684@freefall.freebsd.org> Synopsis: [PATCH] x11/libXcomposite: update to 0.4.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:35:31 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139919 From miwi at FreeBSD.org Sun Oct 25 01:35:34 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:35:48 2009 Subject: ports/139920: [PATCH] x11/libXcursor: update to 1.1.10 Message-ID: <200910250135.n9P1ZYmp018752@freefall.freebsd.org> Synopsis: [PATCH] x11/libXcursor: update to 1.1.10 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:35:34 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139920 From miwi at FreeBSD.org Sun Oct 25 01:36:39 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:37:00 2009 Subject: ports/139896: [PATCH] devel/makedepend: update to 1.0.2 Message-ID: <200910250136.n9P1acoG018911@freefall.freebsd.org> Synopsis: [PATCH] devel/makedepend: update to 1.0.2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:36:38 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139896 From miwi at FreeBSD.org Sun Oct 25 01:36:41 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:37:00 2009 Subject: ports/139897: [PATCH] devel/xorg-macros: update to 1.3.0 Message-ID: <200910250136.n9P1afpk018976@freefall.freebsd.org> Synopsis: [PATCH] devel/xorg-macros: update to 1.3.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:36:40 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139897 From miwi at FreeBSD.org Sun Oct 25 01:36:43 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:37:00 2009 Subject: ports/139906: [PATCH] x11/dri2proto: update to 2.1 Message-ID: <200910250136.n9P1ahUx019042@freefall.freebsd.org> Synopsis: [PATCH] x11/dri2proto: update to 2.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:36:43 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139906 From miwi at FreeBSD.org Sun Oct 25 01:36:46 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:37:01 2009 Subject: ports/139907: [PATCH] x11/editres: update to 1.0.4 Message-ID: <200910250136.n9P1ajhd019108@freefall.freebsd.org> Synopsis: [PATCH] x11/editres: update to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:36:45 UTC 2009 State-Changed-Why: have to wait of new xorg server. http://www.freebsd.org/cgi/query-pr.cgi?pr=139907 From miwi at FreeBSD.org Sun Oct 25 01:39:35 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:00 2009 Subject: ports/139898: [PATCH] devel/libpciaccess: update to 0.10.9 Message-ID: <200910250139.n9P1dZnA019388@freefall.freebsd.org> Synopsis: [PATCH] devel/libpciaccess: update to 0.10.9 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:34 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139898 From miwi at FreeBSD.org Sun Oct 25 01:39:37 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:01 2009 Subject: ports/139899: [PATCH] x11/bigreqsproto: update to 1.1.0 Message-ID: <200910250139.n9P1db6h019452@freefall.freebsd.org> Synopsis: [PATCH] x11/bigreqsproto: update to 1.1.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:37 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139899 From miwi at FreeBSD.org Sun Oct 25 01:39:40 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:01 2009 Subject: ports/139900: [PATCH] x11/appres: update to 1.0.2 Message-ID: <200910250139.n9P1ddJn019516@freefall.freebsd.org> Synopsis: [PATCH] x11/appres: update to 1.0.2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:39 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139900 From miwi at FreeBSD.org Sun Oct 25 01:39:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:01 2009 Subject: ports/139901: [PATCH] x11/bitmap: update to 1.0.4 Message-ID: <200910250139.n9P1dgmr019580@freefall.freebsd.org> Synopsis: [PATCH] x11/bitmap: update to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:42 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139901 From miwi at FreeBSD.org Sun Oct 25 01:39:45 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:02 2009 Subject: ports/139902: [PATCH] graphics/libdrm: update to 2.4.15 Message-ID: <200910250139.n9P1diB6019644@freefall.freebsd.org> Synopsis: [PATCH] graphics/libdrm: update to 2.4.15 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:44 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139902 From miwi at FreeBSD.org Sun Oct 25 01:39:47 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:02 2009 Subject: ports/139903: [PATCH] x11/compositeproto: update to 0.4.1 Message-ID: <200910250139.n9P1dlfW019708@freefall.freebsd.org> Synopsis: [PATCH] x11/compositeproto: update to 0.4.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:46 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139903 From miwi at FreeBSD.org Sun Oct 25 01:39:50 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:02 2009 Subject: ports/139904: [PATCH] x11/damageproto: update to 1.2.0 Message-ID: <200910250139.n9P1dnCC019772@freefall.freebsd.org> Synopsis: [PATCH] x11/damageproto: update to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:49 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139904 From miwi at FreeBSD.org Sun Oct 25 01:39:53 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:03 2009 Subject: ports/139905: [PATCH] x11/dmxproto: update to 2.3 Message-ID: <200910250139.n9P1dqB5019836@freefall.freebsd.org> Synopsis: [PATCH] x11/dmxproto: update to 2.3 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:52 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139905 From miwi at FreeBSD.org Sun Oct 25 01:39:55 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:03 2009 Subject: ports/139908: [PATCH] x11/evieext: update to 1.1.0 Message-ID: <200910250139.n9P1dsNR019900@freefall.freebsd.org> Synopsis: [PATCH] x11/evieext: update to 1.1.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:54 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139908 From miwi at FreeBSD.org Sun Oct 25 01:39:57 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:03 2009 Subject: ports/139910: [PATCH] x11/iceauth: update to 1.0.3 Message-ID: <200910250139.n9P1dvcV019964@freefall.freebsd.org> Synopsis: [PATCH] x11/iceauth: update to 1.0.3 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:39:57 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139910 From miwi at FreeBSD.org Sun Oct 25 01:40:01 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:04 2009 Subject: ports/139911: [PATCH] x11/inputproto: update to 2.0 Message-ID: <200910250140.n9P1e0Vk020064@freefall.freebsd.org> Synopsis: [PATCH] x11/inputproto: update to 2.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:00 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139911 From miwi at FreeBSD.org Sun Oct 25 01:40:03 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:04 2009 Subject: ports/139912: [PATCH] x11/kbproto: update to 1.0.4 Message-ID: <200910250140.n9P1e3m2020185@freefall.freebsd.org> Synopsis: [PATCH] x11/kbproto: update to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:03 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139912 From miwi at FreeBSD.org Sun Oct 25 01:40:06 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:04 2009 Subject: ports/139913: [PATCH] x11/libICE: update to 1.0.6 Message-ID: <200910250140.n9P1e5gh020255@freefall.freebsd.org> Synopsis: [PATCH] x11/libICE: update to 1.0.6 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:05 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139913 From miwi at FreeBSD.org Sun Oct 25 01:40:09 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:05 2009 Subject: ports/139914: [PATCH] x11/libSM: update to 1.1.1 Message-ID: <200910250140.n9P1e9AW020523@freefall.freebsd.org> Synopsis: [PATCH] x11/libSM: update to 1.1.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:08 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139914 From miwi at FreeBSD.org Sun Oct 25 01:40:12 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:05 2009 Subject: ports/139915: [PATCH] x11/libX11: update to 1.3.1 Message-ID: <200910250140.n9P1eCNn020897@freefall.freebsd.org> Synopsis: [PATCH] x11/libX11: update to 1.3.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:11 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139915 From miwi at FreeBSD.org Sun Oct 25 01:40:16 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:05 2009 Subject: ports/139916: [PATCH] x11/scrnsaverproto: update to 1.2.0 Message-ID: <200910250140.n9P1eGNv021398@freefall.freebsd.org> Synopsis: [PATCH] x11/scrnsaverproto: update to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:40:15 UTC 2009 State-Changed-Why: hace to wait of new xorg server which requick a exp-run. rnoland@ is working on that http://www.freebsd.org/cgi/query-pr.cgi?pr=139916 From miwi at FreeBSD.org Sun Oct 25 01:41:07 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:23 2009 Subject: ports/139909: [PATCH] x11/fixesproto: update to 4.1.1 Message-ID: <200910250141.n9P1f62A028506@freefall.freebsd.org> Synopsis: [PATCH] x11/fixesproto: update to 4.1.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:41:06 UTC 2009 State-Changed-Why: need first a xorg-server updaste. http://www.freebsd.org/cgi/query-pr.cgi?pr=139909 From miwi at FreeBSD.org Sun Oct 25 01:41:09 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Oct 25 01:41:23 2009 Subject: ports/139917: [PATCH] x11/libXScrnSaver: update to 1.2.0 Message-ID: <200910250141.n9P1f9ob028570@freefall.freebsd.org> Synopsis: [PATCH] x11/libXScrnSaver: update to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Oct 25 01:41:08 UTC 2009 State-Changed-Why: need first a xorg-server updaste. http://www.freebsd.org/cgi/query-pr.cgi?pr=139917 From bugmaster at FreeBSD.org Mon Oct 26 11:07:11 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Oct 26 11:10:43 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200910261107.n9QB7ACs043932@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/139509 x11 x11-servers/xorg-server: runtime problems in latest (2 o ports/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse o ports/137373 x11 x11/libX11: make dependance on x11/libxcb o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 31 problems total. From remko at FreeBSD.org Thu Oct 29 09:39:44 2009 From: remko at FreeBSD.org (remko@FreeBSD.org) Date: Thu Oct 29 09:39:56 2009 Subject: ports/140053: X11 It is started, but does not react to the mouse and the keyboard. Message-ID: <200910290939.n9T9disI013077@freefall.freebsd.org> Synopsis: X11 It is started, but does not react to the mouse and the keyboard. Responsible-Changed-From-To: freebsd-i386->freebsd-x11 Responsible-Changed-By: remko Responsible-Changed-When: Thu Oct 29 09:39:21 UTC 2009 Responsible-Changed-Why: Still difficult but I think this might be something for -x11. http://www.freebsd.org/cgi/query-pr.cgi?pr=140053 From darcsis at gmail.com Thu Oct 29 19:08:38 2009 From: darcsis at gmail.com (Denise H. G.) Date: Thu Oct 29 19:08:44 2009 Subject: ports/140053: X11 It is started, but does not react to the mouse and the keyboard. In-Reply-To: <200910290939.n9T9disI013077@freefall.freebsd.org> (remko@freebsd.org's message of "Thu, 29 Oct 2009 09:39:44 GMT") References: <200910290939.n9T9disI013077@freefall.freebsd.org> Message-ID: <86r5smrq8b.fsf@pluton.xbsd.name> Maybe you have to start 'hal' before you startx to make mouse and keyboard work? I've ran into similar problems before. Just take a look if you have installed 'hal' and it has been started before you startx. -- (dhg) darcsis AT gmail dot COM From chappcc at rcn.com Fri Oct 30 18:17:15 2009 From: chappcc at rcn.com (Cecil C. Chappelow) Date: Fri Oct 30 18:17:23 2009 Subject: Help installing Avahi on Freebsd Message-ID: <4AEB26E7.3000603@rcn.com> Below is an extract of the error messages after I tried to install Avahi from /usr/ports/net/avahi. I've attached the requested config.log file. Also, packages installed are listed below. I appreciate your help. Thanks, Cecil Chappelow checking whether to use XCB... (cached) yes ./configure: 12276: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/devel/dbus. *** Error code 1 Stop in /usr/ports/devel/dbus-glib. *** Error code 1 Stop in /usr/ports/net/avahi-app. *** Error code 1 Stop in /usr/ports/net/avahi. *** Error code 1 Stop in /usr/ports/net/avahi. [root@pcbsd]/usr/ports/net/avahi(117)# ls /var/db/pkg autoconf-2.62 libiconv-1.13.1 autoconf-wrapper-20071109 libpthread-stubs-0.1 automake-1.10.1 libsigsegv-2.5 automake-wrapper-20071109 libtool-2.2.6a_1 bigreqsproto-1.0.2 libxcb-1.3 cups-client-1.3.10_4 m4-1.4.13,1 db41-4.1.25_4 netatalk-2.0.4,1 e2fsprogs-libuuid-1.41.8 openldap-client-2.4.19 expat-2.0.1 p5-XML-Parser-2.36_1 gamin-0.1.10_3 pcre-8.00 gettext-0.17_1 perl-5.8.9_3 glib-2.20.5 popt-1.14 gnutls-2.8.3 python26-2.6.2 icu-3.8.1_2 qt4-qmake-4.4.3 inputproto-1.5.0 rsync-3.0.6 intltool-0.40.6 samba-3.0.37,1 kbproto-1.0.3 xcb-proto-1.5 libXau-1.0.4 xcmiscproto-1.1.2 libXdmcp-1.0.2_1 xextproto-7.0.5 libcheck-0.9.6 xf86bigfontproto-1.1.2 libdaemon-0.12 xorg-macros-1.2.1 libexecinfo-1.1_3 xproto-7.0.15 libgcrypt-1.4.4 xtrans-1.2.3 -------------- next part -------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libX11 configure 1.2.1, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --datadir=/usr/local/lib --with-xcb=yes --enable-malloc0returnsnull --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.2 ## --------- ## ## Platform. ## ## --------- ## hostname = pcbsd uname -m = amd64 uname -r = 7.2-STABLE uname -s = FreeBSD uname -v = FreeBSD 7.2-STABLE #0: Mon Oct 5 15:00:33 EDT 2009 root@pcbsd:/usr/obj/usr/src/sys/PCBSD.amd64 /usr/bin/uname -p = amd64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /Programs/bin PATH: /usr/PCBSD/local/bin PATH: /usr/PCBSD/local/sbin PATH: /usr/PCBSD/local/kde4/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/local/kde4/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2193: checking for a BSD-compatible install configure:2261: result: /usr/bin/install -c -o root -g wheel configure:2272: checking whether build environment is sane configure:2315: result: yes configure:2340: checking for a thread-safe mkdir -p configure:2379: result: ./install-sh -c -d configure:2392: checking for gawk configure:2408: found /usr/PCBSD/local/bin/gawk configure:2419: result: gawk configure:2430: checking whether make sets $(MAKE) configure:2452: result: yes configure:2641: checking whether to enable maintainer-specific portions of Makefiles configure:2650: result: no configure:2675: checking if xorg-macros used to generate configure is at least 1.2 configure:2690: result: yes, 1.2.1 configure:2726: checking build system type configure:2744: result: amd64-portbld-freebsd7.2 configure:2766: checking host system type configure:2781: result: amd64-portbld-freebsd7.2 configure:2815: checking for style of include used by make configure:2843: result: GNU configure:2913: checking for gcc configure:2940: result: cc configure:3178: checking for C compiler version configure:3186: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3190: $? = 0 configure:3197: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3201: $? = 0 configure:3208: cc -V >&5 cc: '-V' option must have argument configure:3212: $? = 1 configure:3235: checking for C compiler default output file name configure:3257: cc -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3261: $? = 0 configure:3299: result: a.out configure:3316: checking whether the C compiler works configure:3326: ./a.out configure:3330: $? = 0 configure:3347: result: yes configure:3354: checking whether we are cross compiling configure:3356: result: no configure:3359: checking for suffix of executables configure:3366: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3370: $? = 0 configure:3394: result: configure:3400: checking for suffix of object files configure:3426: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3430: $? = 0 configure:3453: result: o configure:3457: checking whether we are using the GNU C compiler configure:3486: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3493: $? = 0 configure:3510: result: yes configure:3519: checking whether cc accepts -g configure:3549: cc -c -g conftest.c >&5 configure:3556: $? = 0 configure:3657: result: yes configure:3674: checking for cc option to accept ISO C89 configure:3748: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3755: $? = 0 configure:3778: result: none needed configure:3798: checking dependency style of cc configure:3889: result: gcc3 configure:3904: checking for a sed that does not truncate output configure:3970: result: /usr/bin/sed configure:3988: checking for grep that handles long lines and -e configure:4048: result: /usr/bin/grep configure:4053: checking for egrep configure:4117: result: /usr/bin/grep -E configure:4122: checking for fgrep configure:4186: result: /usr/bin/grep -F configure:4221: checking for ld used by cc configure:4288: result: /usr/bin/ld configure:4297: checking if the linker (/usr/bin/ld) is GNU ld configure:4312: result: yes configure:4324: checking for BSD- or MS-compatible name lister (nm) configure:4373: result: /usr/bin/nm -B configure:4495: checking the name lister (/usr/bin/nm -B) interface configure:4502: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4505: /usr/bin/nm -B "conftest.o" configure:4508: output 0000000000000000 B some_variable configure:4515: result: BSD nm configure:4518: checking whether ln -s works configure:4522: result: yes configure:4530: checking the maximum length of command line arguments configure:4650: result: 262144 configure:4667: checking whether the shell understands some XSI constructs configure:4677: result: yes configure:4681: checking whether the shell understands "+=" configure:4687: result: no configure:4722: checking for /usr/bin/ld option to reload object files configure:4729: result: -r configure:4798: checking for objdump configure:4814: found /usr/bin/objdump configure:4825: result: objdump configure:4861: checking how to recognize dependent libraries configure:5057: result: pass_all configure:5117: checking for ar configure:5133: found /usr/bin/ar configure:5144: result: ar configure:5226: checking for strip configure:5242: found /usr/bin/strip configure:5253: result: strip configure:5329: checking for ranlib configure:5345: found /usr/bin/ranlib configure:5356: result: ranlib configure:5450: checking command to parse /usr/bin/nm -B output from cc object configure:5568: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5571: $? = 0 configure:5575: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5578: $? = 0 configure:5632: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c conftstm.o >&5 configure:5635: $? = 0 configure:5673: result: ok configure:6560: checking how to run the C preprocessor configure:6600: cc -E conftest.c configure:6607: $? = 0 configure:6638: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:6645: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2.1" | #define PACKAGE_STRING "libX11 1.2.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2.1" | /* end confdefs.h. */ | #include configure:6678: result: cc -E configure:6707: cc -E conftest.c configure:6714: $? = 0 configure:6745: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:6752: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2.1" | #define PACKAGE_STRING "libX11 1.2.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2.1" | /* end confdefs.h. */ | #include configure:6790: checking for ANSI C header files configure:6820: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:6827: $? = 0 configure:6926: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:6930: $? = 0 configure:6936: ./conftest configure:6940: $? = 0 configure:6958: result: yes configure:6982: checking for sys/types.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for sys/stat.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for stdlib.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for string.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for memory.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for strings.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for inttypes.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for stdint.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:6982: checking for unistd.h configure:7003: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7010: $? = 0 configure:7027: result: yes configure:7044: checking for dlfcn.h configure:7065: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:7072: $? = 0 configure:7089: result: yes configure:7274: checking for objdir configure:7289: result: .libs configure:7581: checking if cc supports -fno-rtti -fno-exceptions configure:7599: cc -c -O2 -fno-strict-aliasing -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7603: $? = 0 configure:7616: result: no configure:7636: checking for cc option to produce PIC configure:7908: result: -fPIC -DPIC configure:7920: checking if cc PIC flag -fPIC -DPIC works configure:7938: cc -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:7942: $? = 0 configure:7955: result: yes configure:7979: checking if cc static flag -static works configure:8007: result: yes configure:8022: checking if cc supports -c -o file.o configure:8043: cc -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.c >&5 configure:8047: $? = 0 configure:8069: result: yes configure:8077: checking if cc supports -c -o file.o configure:8124: result: yes configure:8157: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9231: result: yes configure:9268: checking whether -lc should be explicitly linked in configure:9273: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:9276: $? = 0 configure:9291: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:9294: $? = 0 configure:9306: result: no configure:9470: checking dynamic linker characteristics configure:10153: result: freebsd7.2 ld.so configure:10255: checking how to hardcode library paths into programs configure:10280: result: immediate configure:11113: checking whether stripping libraries is possible configure:11118: result: yes configure:11153: checking if libtool supports shared libraries configure:11155: result: yes configure:11158: checking whether to build shared libraries configure:11179: result: yes configure:11182: checking whether to build static libraries configure:11186: result: yes configure:11269: checking for gcc configure:11296: result: cc configure:11534: checking for C compiler version configure:11542: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:11546: $? = 0 configure:11553: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:11557: $? = 0 configure:11564: cc -V >&5 cc: '-V' option must have argument configure:11568: $? = 1 configure:11571: checking whether we are using the GNU C compiler configure:11624: result: yes configure:11633: checking whether cc accepts -g configure:11771: result: yes configure:11788: checking for cc option to accept ISO C89 configure:11892: result: none needed configure:11912: checking dependency style of cc configure:12003: result: gcc3 configure:12152: checking for cpp configure:12171: found /usr/bin/cpp configure:12183: result: /usr/bin/cpp configure:12199: checking if /usr/bin/cpp requires -undef configure:12210: result: yes configure:12225: checking if /usr/bin/cpp requires -traditional configure:12236: result: yes configure:12257: checking whether to use XCB configure:12264: result: yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=amd64-portbld-freebsd7.2 ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=amd64-portbld-freebsd7.2 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=amd64-portbld-freebsd7.2 ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_RAWCPP=/usr/bin/cpp ac_cv_path_SED=/usr/bin/sed ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_use_xcb=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/local/bin/aclocal-1.10' ADMIN_MAN_DIR='' ADMIN_MAN_SUFFIX='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2.1/missing --run tar' APP_MAN_DIR='' APP_MAN_SUFFIX='' AR='ar' AUTOCONF='/usr/local/bin/autoconf-2.62' AUTOHEADER='/usr/local/bin/autoheader-2.62' AUTOMAKE='/usr/local/bin/automake-1.10' AWK='gawk' BIGFONT_CFLAGS='' BIGFONT_LIBS='' CC='cc' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='cc' CFLAGS='-O2 -fno-strict-aliasing -pipe' CHANGELOG_CMD='' CPP='cc -E' CPPFLAGS='' CWARNFLAGS='-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DRIVER_MAN_DIR='' DRIVER_MAN_SUFFIX='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' FILE_MAN_DIR='' FILE_MAN_SUFFIX='' GREP='/usr/bin/grep' I18N_MODULE_LIBS='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KEYSYMDEF='' LAUNCHD='' LD='/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LIB_MAN_DIR='' LIB_MAN_SUFFIX='' LINT='' LINTLIB='' LINT_FALSE='' LINT_FLAGS='' LINT_TRUE='' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2.1/missing --run makeinfo' MAKE_LINT_LIB_FALSE='' MAKE_LINT_LIB_TRUE='' MALLOC_ZERO_CFLAGS='' MANPAGES_FALSE='' MANPAGES_TRUE='' MISC_MAN_DIR='' MISC_MAN_SUFFIX='' MKDIR_P='./install-sh -c -d' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OS2_FALSE='' OS2_TRUE='' OTOOL64='' OTOOL='' PACKAGE='libX11' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_NAME='libX11' PACKAGE_STRING='libX11 1.2.1' PACKAGE_TARNAME='libX11' PACKAGE_VERSION='1.2.1' PATH_SEPARATOR=':' RANLIB='ranlib' RAWCPP='/usr/bin/cpp' RAWCPPFLAGS='-undef -traditional' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THRSTUBS_FALSE='' THRSTUBS_TRUE='' UDC_FALSE='' UDC_TRUE='' VERSION='1.2.1' WCHAR32='' X11_CFLAGS='' X11_DATADIR='' X11_EXTRA_DEPS='' X11_LIBDIR='' X11_LIBS='' X11_LOCALEDATADIR='' X11_LOCALEDIR='' X11_LOCALELIBDIR='' XCB_FALSE='#' XCB_TRUE='' XCMS_FALSE='' XCMS_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XERRORDB='' XKBPROTO_REQUIRES='' XKB_FALSE='' XKB_TRUE='' XKEYSYMDB='' XLIB_LOADABLE_I18N_FALSE='' XLIB_LOADABLE_I18N_TRUE='' XLOCALEDATADIR='' XLOCALEDIR='' XLOCALELIBDIR='' XLOCALE_FALSE='' XLOCALE_TRUE='' XMALLOC_ZERO_CFLAGS='' XPROTO_CFLAGS='' XTHREADLIB='' XTHREAD_CFLAGS='' XTMALLOC_ZERO_CFLAGS='' ac_ct_CC='cc' ac_ct_DUMPBIN='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='amd64-portbld-freebsd7.2' build_alias='amd64-portbld-freebsd7.2' build_cpu='amd64' build_os='freebsd7.2' build_vendor='portbld' datadir='/usr/local/lib' datarootdir='${prefix}/share' distcleancheck_listfiles='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='amd64-portbld-freebsd7.2' host_alias='' host_cpu='amd64' host_os='freebsd7.2' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='$(SHELL) /usr/ports/x11/libX11/work/libX11-1.2.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='/usr/local/man' mkdir_p='$(top_builddir)/./install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "libX11" #define PACKAGE_TARNAME "libX11" #define PACKAGE_VERSION "1.2.1" #define PACKAGE_STRING "libX11 1.2.1" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" #define PACKAGE "libX11" #define VERSION "1.2.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 2 From dparibel at imaging.robarts.ca Fri Oct 30 21:01:24 2009 From: dparibel at imaging.robarts.ca (David Paribello) Date: Fri Oct 30 21:01:31 2009 Subject: ATI Mach64 Linux Driver Message-ID: <35203.198.20.40.229.1256934881.squirrel@email.imaging.robarts.ca> Hello, I am trying to install xf86-video-ati-6.12.3 driver for my ATI Mach64 GR card and I am getting errors when trying to compile the code (Note that I have cut the output short): moet2:/usr/ports/xf86-video-ati-6.12.3 # make install clean Making install in src make[1]: Entering directory `/usr/ports/xf86-video-ati-6.12.3/src' /bin/sh ../libtool --tag=CC?? --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/include s? -Wall -I/usr/include/xorg -I/usr/include/pixman-1??? -DXF86_MODES_RENAME -I../src -I../src/ modes -I../src/parser -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PA RSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o ati.lo ati.c mkdir .libs ?gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/p ixman-1 -DXF86_MODES_RENAME -I../src -I../src/modes -I../src/parser -DDISABLE_EASF -DENABLE_AL L_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP - MF .deps/ati.Tpo -c ati.c? -fPIC -DPIC -o .libs/ati.o In file included from ati.c:57: ../config.h:4:25: error: xorg-server.h: No such file or directory In file included from ati.c:65: ati.h:28:21: error: xf86Pci.h: No such file or directory ati.h:29:25: error: xf86PciInfo.h: No such file or directory ati.h:31:18: error: xf86.h: No such file or directory ati.h:33:25: error: xf86_OSproc.h: No such file or directory In file included from ati.c:65: ati.h:35: error: expected ‘)’ before ‘options’ ati.c:125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ati_device_get_from _busid’ ati.c:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ati_device_get_prim ary’ I'm not sure what I have done wrong, or is this a bug? Thanks, David -- David Paribello (B. Eng., M. Eng.) dparibel@imaging.robarts.ca Imaging Research Laboratories Robarts Research Institute From adamk at voicenet.com Fri Oct 30 21:18:10 2009 From: adamk at voicenet.com (Adam K Kirchhoff) Date: Fri Oct 30 21:18:43 2009 Subject: ATI Mach64 Linux Driver In-Reply-To: <35203.198.20.40.229.1256934881.squirrel@email.imaging.robarts.ca> References: <35203.198.20.40.229.1256934881.squirrel@email.imaging.robarts.ca> Message-ID: <20091030170453.1aafb593@sorrow.ashke.com> The mach64 driver isn't part of xf86-video-ati, it's part of xf86-video-mach64, and is available in the FreeBSD ports tree. Adam On Fri, 30 Oct 2009 16:34:41 -0400 (EDT) "David Paribello" wrote: > > > Hello, I am trying to install xf86-video-ati-6.12.3 driver for my ATI > Mach64 GR card and I am getting errors when trying to compile the code > (Note that I have cut the output short): > > > > moet2:/usr/ports/xf86-video-ati-6.12.3 # make install clean > > Making install in src > > make[1]: Entering directory `/usr/ports/xf86-video-ati-6.12.3/src' > > /bin/sh ../libtool --tag=CC?? --mode=compile gcc -DHAVE_CONFIG_H > -I. -I.. -I./AtomBios/include > > s? -Wall -I/usr/include/xorg > -I/usr/include/pixman-1??? -DXF86_MODES_RENAME -I../src > -I../src/ > > modes -I../src/parser -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS > -DATOM_BIOS -DATOM_BIOS_PA > > RSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o > ati.lo ati.c > > mkdir .libs > > ?gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall > -I/usr/include/xorg -I/usr/include/p > > ixman-1 -DXF86_MODES_RENAME -I../src -I../src/modes -I../src/parser > -DDISABLE_EASF -DENABLE_AL > > L_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 > -MT ati.lo -MD -MP - > > MF .deps/ati.Tpo -c ati.c? -fPIC -DPIC -o .libs/ati.o > > In file included from ati.c:57: > > ../config.h:4:25: error: xorg-server.h: No such file or directory > > In file included from ati.c:65: > > ati.h:28:21: error: xf86Pci.h: No such file or directory > > ati.h:29:25: error: xf86PciInfo.h: No such file or directory > > ati.h:31:18: error: xf86.h: No such file or directory > > ati.h:33:25: error: xf86_OSproc.h: No such file or directory > > In file included from ati.c:65: > > ati.h:35: error: expected ‘)’ before ‘options’ > > ati.c:125: error: expected ‘=’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_from > > _busid’ > > ati.c:146: error: expected ‘=’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_prim > > ary’ > > > > > > I'm not sure what I have done wrong, or is this a bug? > > > > Thanks, > > > > David > > > > -- > > David Paribello (B. Eng., M. Eng.) > > dparibel@imaging.robarts.ca > > Imaging Research Laboratories > > Robarts Research Institute > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >