Bug 124489 - new port: net/ttbudget, driver for DVB S-1401 PCI card.
Summary: new port: net/ttbudget, driver for DVB S-1401 PCI card.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-11 16:50 UTC by admin
Modified: 2008-07-22 19:22 UTC (History)
0 users

See Also:


Attachments
file.shar (2.85 KB, text/plain)
2008-06-11 16:50 UTC, admin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2008-06-11 16:50:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-11 19:37:07 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2008-06-14 16:40:12 UTC
Responsible Changed
From-To: freebsd-bugs->bsam

Take.
Comment 3 admin 2008-07-13 21:22:08 UTC
UP.
something is wrong?
Comment 4 Boris B.Samorodov 2008-07-22 13:57:05 UTC
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.
================================================================
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-07-22 19:10:32 UTC
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"
Comment 6 Boris Samorodov freebsd_committer freebsd_triage 2008-07-22 19:21:04 UTC
State Changed
From-To: open->closed

The last version has been received by email and is committed. 
Thanks!