Driver for SkyStar3 (PCI DVB Card - Digital Video Broadcasting) written by 'paradox' (http://paradox.org.ua). Work only Internet access, fishing, but no video. Support only chip DVB S-1401. Fix: driver =) Patch attached with submission follows:
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-bugs->bsam Take.
UP. something is wrong?
Doesn't compile at RELENG_6: ====================<phase 4: make build>==================== add_pkg ===> Configuring for ttbudget-1 ===> Building for ttbudget-1 ===> ttbudget (all) [...] awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h c++ -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DDEBUG_MODE -fno-exceptions -fno-rtti -fno-builtin -mpush-args -mno-accumulate-outgoing-args -O -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I../include -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -finline-limit=8000 -fno-common -s -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe r-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c ttbudget.cpp cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC but not for C++ *** Error code 1 Stop in /work/a/ports/net/ttbudget/work/ttbudget_1/ttbudget. *** Error code 1 Stop in /work/a/ports/net/ttbudget/work/ttbudget_1. *** Error code 1 Stop in /a/ports/net/ttbudget. ================================================================
bsam 2008-07-22 18:10:19 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ttbudget Makefile distinfo pkg-descr pkg-message pkg-plist Log: A driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/). In this version of the driver there is no support of TV. Only data. For additional information, see readme in source tarball WWW: http://paradox.org.ua/ PR: ports/124489 Submitted by: Alex Keda <admin at lissyara.su> Revision Changes Path 1.2021 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/ttbudget/Makefile (new) 1.1 +3 -0 ports/net/ttbudget/distinfo (new) 1.1 +6 -0 ports/net/ttbudget/pkg-descr (new) 1.1 +15 -0 ports/net/ttbudget/pkg-message (new) 1.1 +5 -0 ports/net/ttbudget/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The last version has been received by email and is committed. Thanks!