Search found 13 matches

by bsdman
Thu Jul 31, 2008 7:25 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

no, i don't have bktr card. though, i planned to buy a network camera, but maybe it will wait some months. it seems you can't upload file here ... and i don't find email ... need to use forum email. I think it's a devs job to ensure code is clean, portable, secured and fast ... and part of the patch ...
by bsdman
Wed Jul 30, 2008 7:21 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

ok for MAXINT, i defined it from INT_MAX in limits.h next error is c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include -Wall -Wno-sign-compare -I/usr/local/include -Wbounded -Wformat -MT zm_event.o -MD -MP -MF .deps/zm_event.Tpo -c -o zm_event.o zm_event.cpp In file included from ...
by bsdman
Wed Jul 30, 2008 4:52 am
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

i see after posting, freebsd patches solves c++ errors.
left the MAXINT error.
by bsdman
Tue Jul 29, 2008 9:34 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

more problems, it misses * values.h to replace with limits.h * execinfo.h it seems to be a glibc only file http://www.gnu.org/software/gnulib/manual/html_node/execinfo_002eh.html do you have a stub for freebsd ? why it is not tested in configure like http://osdir.com/ml/network.bit-torrent.rtorrent ...
by bsdman
Tue Jul 29, 2008 5:19 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

here an error log for the building of my current port. for now, i only take videodev.h from freebsd port ===> Cleaning for ZoneMinder-1.23.3 ===> ZoneMinder-1.23.3 depends on: php5-core-* - found ===> ZoneMinder-1.23.3 depends on: p5-DBI-* - found ===> ZoneMinder-1.23.3 depends on: p5-DBD-mysql ...
by bsdman
Mon Jul 28, 2008 9:45 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

i try it before 4.3-current/4.4 and uvideo and there was nothing to do. problems were zoneminder wants to support local camera when there were none possible and many mandatory packages, some of which are not in ports for now. yes, the security aspect makes it a good alliance. but some multimedia ...
by bsdman
Mon Jul 28, 2008 5:21 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

not for now, i will check it when i have time for patches and rules as port system as changed a lot between bsd

but from previous discussions, it seems video subsystem was a lot differents also between bsd ...
by bsdman
Sun Jul 27, 2008 1:03 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

openbsd guys add a new driver uvideo to manage local usb camera http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html could it help to support openbsd ? else i give a try to a build with 1.23.3 but i can't pass configure (openbsd 4.2/i386). is there a way to build a minimal setup ...
by bsdman
Sun Jun 10, 2007 5:18 am
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

i don't have anything against your work. it helps me a lot. problem is not about apache & co but about video driver v4l & bktr. OpenBSD is not very friendly about webcam driver and i don't know it enough to go past the needed driver. From what i see, i get the impression, these drivers are mostly ...
by bsdman
Fri Jun 01, 2007 11:09 am
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

i try to use freebsd port but it seems hard and an awful hack. as for v4l, i will ask but not sure there will be much freebsd is in the todo: http://www.linuxtv.org/v4lwiki/index.php/TODO_-_main_tasks an alternative could be bktr(4) which is used on freebsd and also available on openbsd http://www ...
by bsdman
Mon May 28, 2007 2:24 pm
Forum: Feature Requests
Topic: support for OpenBSD & MacOS X
Replies: 24
Views: 19748

support for OpenBSD & MacOS X

+1

thanks
regards
by bsdman
Mon May 28, 2007 12:04 pm
Forum: ZoneMinder Previous Versions
Topic: openbsd support
Replies: 1
Views: 1786

few tests later, still blocked ... commenting -ldl line in configure.in and regenerating configure pass the problem it really would be easier if the local camera ports with platform dependent drivers was separated and a configure option, so other platforms can use zoneminder with network cameras ...
by bsdman
Mon May 28, 2007 10:26 am
Forum: ZoneMinder Previous Versions
Topic: openbsd support
Replies: 1
Views: 1786

openbsd support

i'm trying to compile zoneminder (1.22.3) on openbsd 4.0-stable (i386 arch) if i manage to get it run, i will do a port. (for network use, as there is no webcam drivers i believe) for now i get the following problem on configure: checking for jpeg_start_compress in -ljpeg... yes checking for ...