Search found 146 matches

by achix
Tue Jul 05, 2011 1:18 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

in any case even if the above situation is rectified my $cmd = "killall --quiet --signal TERM $daemon"; becomes my $cmd = "killall -TERM $daemon 2>/dev/null"; status still does not work, any clues??? also, your patches (of src/makefile) does not instruct the makefile to include z...
by achix
Tue Jul 05, 2011 12:57 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Thanx, its ok i copied the files by hand. Now another quick one: /usr/local/etc/rc.d/zm status does not seem to pickup /var/run/zm/zm.pid which in turns contains smth like: head -10 /var/run/zm/zm.pid 48199killall: unknown signal -quiet; valid signals: HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEG...
by achix
Tue Jul 05, 2011 11:48 am
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Hello,

just started testing the new zoneminder port.
I see it created a dir /usr/local/www/zoneminder

i am not an apache22 guru, how could zoneminder related stuff be included in the apache22 configuration
without manually copying directories?
by achix
Wed Jun 22, 2011 5:13 am
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

dub wrote:any alternate mirror for this port?
What mirror? The port is in the ports tree.
by achix
Tue Jun 14, 2011 2:43 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

bsam wrote:
achix wrote:pls i saw your change in Makefile and it definitely is a joke.
Hm, for me it was not a joke. Anyway, I committed your variant.

Thanx
by achix
Tue Jun 14, 2011 1:57 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Or if you were to go on with this peculiar style you should write (since you changed about 39 lines in zm_fbsd_camera.cpp which used to have 816 lines, hence the end file has (816 - 39)/816 = .95220588235294117647 = 95.220588235294117647% of the original ) Anyways, all these are meaningless till the...
by achix
Tue Jun 14, 2011 1:50 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

You may write whatever seems suitable for the occasion. OK, done. pls i saw your change in Makefile and it definitely is a joke. Please , just put something like based on ports by achix (1.23 & local camera stuff), Richard Lee and Electric Messiah My 99.99% number was arbitrary, only you know h...
by achix
Tue Jun 14, 2011 1:03 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Alright, sorry for my style (we the people of eastern europe have the tendency to over react at times), anyways, my nick is achix, and the proof of my work is in this very thread which i started beginning from here : http://www.zoneminder.com/forums/viewtopic.php?f=9&t=11965 , You may write what...
by achix
Tue Jun 14, 2011 12:39 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Hello, I you have some recnt information on porting ZoneMinder on FreeBSD or OpenBSD ? Current port at FreeBSD is 1.24.4: http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/zoneminder/ -- WBR, bsam I do not know if there are useful attempts by any one to run your port, but since at least the lo...
by achix
Tue Apr 12, 2011 12:39 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

1st off, thanx for the effort! Just a question: What made you try to upgrade the port, if you do not have any need to actually use it? Is this some school project? It's not a project. It's as simple as "I think that it's good to have this program at the ports tree". A poorly tested (or ev...
by achix
Sun Apr 10, 2011 4:22 am
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Has anybody looked at this:
http://www.zoneminder.com/forums/viewto ... =9&t=15359
?
nonofurbiz hi, have you looked at it? If you could merge white_raven's patches, yours, and my local camera code
you could have a working 1.24 zoneminder for FreeBSD 8.2?
by achix
Sat Apr 09, 2011 7:22 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

Ok, so i guess it was mostly dealing with dependencies and making it compile, right? Should I assume that the bktr (local camera) code remained unaffected/untouched by your patches? Yes and yes. I took the existing port, convert existing patches to unified diffs, move some patches to Makefile (thos...
by achix
Sat Apr 09, 2011 7:49 am
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

bsam wrote:
achix wrote:Have you tested it?
I tested building/packaging/installing/removing. I don't have any camera right now.
Ok, so i guess it was mostly dealing with dependencies and making it compile, right?
Should I assume that the bktr (local camera) code remained unaffected/untouched by your patches?
by achix
Fri Apr 08, 2011 7:23 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

bsam wrote:Hello,
actually it's a port for 1.24.2. I've adopted the existing one. I'd like to get a review before committing it. Thanks!

TODO:
1. Create zm.conf.dist and don't delete zm.conf if they are different.

--
WBR, bsam

That's cool! Have you tested it? On what hardware/cameras?
by achix
Wed Mar 23, 2011 2:13 pm
Forum: User Contributions
Topic: FreeBSD port for 1.23.3
Replies: 108
Views: 113724

Re: FreeBSD port for 1.23.3

ive spend 10hours porting this port to 8.0, it kinda works now, but none of my cameras is supported by any of the fbsd usb drivers.. so yeah, i gotta write drivers, yuhey.. or ill just skip the coding and go straight to installing a w2k3 server on my esxi host :).. i guess the work will be then don...