Possibly unbuildable ports reminder

2008-03-14 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

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


workaround for /ports/x11/xlockmore/ with mesagl

2008-03-14 Thread Mamoru Iwaki

Hi,

I encounterd a compile error with the following environment

# $FreeBSD: ports/x11/xlockmore/Makefile,v 1.109 2008/03/13 11:33:44 
miwi Exp $


FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Mar 13 19:32:06 JST 2008 
root@:/usr/obj/usr/src/sys/GENERIC  i386


The error happened when MESAGL option set.
As a workaround, the following patch works:

--- Makefile.org2008-03-14 20:45:22.0 +0900
+++ Makefile   2008-03-14 20:28:29.0 +0900
@@ -58,6 +58,7 @@
 CONFIGURE_ARGS+=   --with-mesa
 MESALIB=${PTHREAD_LIBS}
 USE_GL=yes
+CFLAGS+=   -I${X11BASE}/include/FTGL
 .else
 CONFIGURE_ARGS+=   --without-mesa --without-opengl
 .endif


Thank you
--
-
Mamoru IWAKI   ([EMAIL PROTECTED])
Graduate School of Science and Technology, Niigata University


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


Re: workaround for /ports/x11/xlockmore/ with mesagl

2008-03-14 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Mar 14, 2008 at 08:47:08PM +0900, Mamoru Iwaki wrote:
> Hi,
> 
> I encounterd a compile error with the following environment

Thanks for your report. I have fixed this.

- - Martin

> 
> -
> Mamoru IWAKI   ([EMAIL PROTECTED])
> Graduate School of Science and Technology, Niigata University
> 
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFH2vzKFwpycAVoI1MRAg/aAJ9TtDdEZlQmV0UVssZocbzS95iCxACeJrG2
tSHnlT/84vpZ4N0s4tqETcY=
=Rjd8
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


patch for net-mgmt/zabbix

2008-03-14 Thread Дмитрий Лоханский


There is  a path "patch-src__libs__zbxcomms__comms.c"

--- src/libs/zbxcomms/comms.c.orig  2008-03-15 07:23:00.0 +0300
+++ src/libs/zbxcomms/comms.c   2008-03-15 07:24:09.0 +0300
@@ -698,7 +698,7 @@

for(i = 0; i < s->num_socks; i++) {
 #if !defined(_WINDOWS)
-   if(s->sockets[i] > n)
+   if(s->sockets[i] + 1 > n)
n = s->sockets[i] + 1;
 #endif
if(FD_ISSET(s->sockets[i], &sock_set))


As I know, in select(ndfs, ...), ndfs must be max descriptor + 1.
So, zabbix have a little bug, some connections in zbx_tcp_accept() will be not 
accepted,
because their socket descriptors are not in the ndfs.

This patch resolve troubles with "ZBX_TCP_READ() failed [Interrupted system 
call]" issue
from http://www.zabbix.com/forum/showthread.php?t=8870&mode=linear and other 
related.


--
With best regards, Dmitry Lohansky.

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


Re: after X.org upgrade, pcidata module is missing

2008-03-14 Thread Scott Bennett
 On Fri, 14 Mar 2008 07:13:20 +0300 Yuri Pankov <[EMAIL PROTECTED]>
wrote:
>Scott Bennett wrote:
>
>> (II) LoadModule: "radeon"
>> (WW) Warning, couldn't open module radeon
>> (II) UnloadModule: "radeon"
>> (EE) Failed to load module "radeon" (module does not exist, 0)
>> (II) LoadModule: "mouse"
>> (WW) Warning, couldn't open module mouse
>> (II) UnloadModule: "mouse"
>> (EE) Failed to load module "mouse" (module does not exist, 0)
>> (II) LoadModule: "kbd"
>> (WW) Warning, couldn't open module kbd
>> (II) UnloadModule: "kbd"
>> (EE) Failed to load module "kbd" (module does not exist, 0)
>> (EE) No drivers available.
>
>Are these drivers actually installed? pkg_info -Ex ^xf86
>And if they are not, check /usr/ports/x11-drivers/ and install what you 
>need (looks like xf86-video-ati, xf86-input-keyboard, xf86-input-mouse).
>
 I checked and found that /usr/local/lib/xorg/modules/drivers was
completely empty.  I then ran "portinstall -vP xorg-drivers", and now
the drivers appear to be present.  While it was running, it looked to
me as though the drivers you listed above were among those installed.
I cannot explain the "Mar  6" dates on them.  Seems to me they should
all have had the same "Mar 14" date on them because they were all
installed during a few minutes' time.

Script started on Sat Mar 15 01:06:06 2008
[hellas] 32 % ls -lgF /usr/local/lib/xorg/modules/drivers
total 1974
-rwxr-xr-x  1 root  wheel 811 Mar 14 03:47 ati_drv.la*
-rwxr-xr-x  1 root  wheel6841 Mar 14 03:47 ati_drv.so*
-rwxr-xr-x  1 root  wheel 805 Mar  6 10:23 ch7017.la*
-rwxr-xr-x  1 root  wheel8475 Mar  6 10:23 ch7017.so*
-rwxr-xr-x  1 root  wheel 805 Mar  6 10:23 ch7xxx.la*
-rwxr-xr-x  1 root  wheel7928 Mar  6 10:23 ch7xxx.so*
lrwxr-xr-x  1 root  wheel  12 Mar  6 10:23 i810_drv.so@ -> intel_drv.so
-rwxr-xr-x  1 root  wheel 823 Mar  6 10:23 intel_drv.la*
-rwxr-xr-x  1 root  wheel  360340 Mar  6 10:23 intel_drv.so*
-rwxr-xr-x  1 root  wheel 793 Mar  6 10:23 ivch.la*
-rwxr-xr-x  1 root  wheel8213 Mar  6 10:23 ivch.so*
-rwxr-xr-x  1 root  wheel 829 Mar 14 03:47 mach64_drv.la*
-rwxr-xr-x  1 root  wheel  225823 Mar 14 03:47 mach64_drv.so*
-rwxr-xr-x  1 root  wheel 789 Mar  6 10:13 nv_drv.la*
-rwxr-xr-x  1 root  wheel  177967 Mar  6 10:13 nv_drv.so*
-rwxr-xr-x  1 root  wheel 817 Mar 14 03:47 r128_drv.la*
-rwxr-xr-x  1 root  wheel  115109 Mar 14 03:47 r128_drv.so*
-rwxr-xr-x  1 root  wheel 829 Mar 14 03:47 radeon_drv.la*
-rwxr-xr-x  1 root  wheel  469945 Mar 14 03:47 radeon_drv.so*
-rwxr-xr-x  1 root  wheel 825 Mar  6 10:15 radeonhd_drv.la*
-rwxr-xr-x  1 root  wheel  193350 Mar  6 10:15 radeonhd_drv.so*
-rwxr-xr-x  1 root  wheel 805 Mar  6 10:23 sil164.la*
-rwxr-xr-x  1 root  wheel7336 Mar  6 10:23 sil164.so*
-rwxr-xr-x  1 root  wheel 805 Mar  6 10:23 tfp410.la*
-rwxr-xr-x  1 root  wheel8068 Mar  6 10:23 tfp410.so*
-rwxr-xr-x  1 root  wheel 801 Mar  6 10:08 vesa_drv.la*
-rwxr-xr-x  1 root  wheel   28997 Mar  6 10:08 vesa_drv.so*
-rwxr-xr-x  1 root  wheel 795 Mar  6 10:09 vga_drv.la*
-rwxr-xr-x  1 root  wheel   23962 Mar  6 10:09 vga_drv.so*
-rwxr-xr-x  1 root  wheel 795 Mar  6 10:20 via_drv.la*
-rwxr-xr-x  1 root  wheel  260920 Mar  6 10:20 via_drv.so*
[hellas] 33 % exit
exit

Script done on Sat Mar 15 01:06:59 2008

 However, when I then tried starting up the X server again, the
screen went black and became unresponsive.  I had to turn the machine
off and back on again, waiting for the reboot and fsck runs, to regain
access to the system.  The log from that attempt looks like this:

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 6.3-STABLE i386 
Current Operating System: FreeBSD hellas 6.3-STABLE FreeBSD 6.3-STABLE #130: 
Mon Mar 10 00:27:24 CDT 2008 [EMAIL 
PROTECTED]:/usr/src/sys/i386/compile/SMP-hellas i386
Build Date: 13 March 2008  12:11:08AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 13 22:46:43 2008
(==) Using config file: "/usr/local/lib/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/local/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(==) Including the default font path 
/usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fo

Re: patch for net-mgmt/zabbix

2008-03-14 Thread Ion-Mihai Tetcu
On Sat, 15 Mar 2008 07:36:18 +0300
Дмитрий Лоханский <[EMAIL PROTECTED]> wrote:

> 
> There is  a path "patch-src__libs__zbxcomms__comms.c"

 [ .. ]

Please submit this as a PR so it doesn't get lost in mailing list
traffic.

Also this port is unmaintained; since you are interested in it maybe
you like to maintain it ?


-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature