Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 00:50:36 +0200
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        ports@freebsd.org
Subject:   xawtv, ioctl_bt848 header and  bento
Message-ID:  <20030610005036.2a83f380.lehmann@ans-netz.de>

next in thread | raw e-mail | index | archive | help
Hi,

I'm still getting a compile-error log for xawtv for FreeBSD 4/alpha, and
I'm a bit clueless why.
In 4 there we have no ioctl_bt858.h for non ix86 systems. So there is no
/usr/src/sys/alpha/include/ioctl_bt848, and thats why there is no
/usr/include/machine/ioctl_bt848.h. But that header file is essentially
needed to compile xawtv. Thats why I put

.if !exists(/usr/include/machine/ioctl_bt848.h)                     
BROKEN=		No ioctl_bt848.h on this architecture               
.endif                                                              

into the Makefile. But as the actuall bento log
(http://bento.freebsd.org/errorlogs/alpha-4-latest/xawtv-3.88.log) shows
me, the port still does not "broke" in the right way. I tried it for my
self on a 4/alpha system and I got what I expected to get:

root@testing3 xawtv> make checksum
===>  xawtv-3.88 is marked as broken: No ioctl_bt848.h on this
architecture.
root@testing3 xawtv> 


So.. can someone show me up what i missed? These Makefile change was made
back on May 13th. And i don't think that the bento repository is _that_
old that it still not have these header check.

  Greetings, Oliver

-- 
 Oliver Lehmann
        @home: lehmann@ans-netz.de
      @office: oliver.lehmann@mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030610005036.2a83f380.lehmann>