Commit graph

28 commits

Author SHA1 Message Date
Mathieu Arnold
aa1ca03dda Remove svn keywords from patches.
Sponsored by:	Absolight
2017-05-15 15:38:56 +00:00
Kurt Jaeger
14389cc24f multimedia/zoneminder{-h264}: fix build with clang 4.0
PR:		216627
Reported by:	jbeich
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
MFH:		2017Q1
2017-03-12 19:41:42 +00:00
Chris Rees
00a4bcd4bf Fix build and update to 1.30
PR:		ports/211681
Submitted by:	Ivan (bsd@abinet.ru)
Approved by:	maintainer
2016-08-21 20:57:51 +00:00
Torsten Zuehlsdorff
5b387656e1 multimedia/zoneminder: Upgrade from 1.30.0-rc1 to 1.30.0-rc2
Changes: https://github.com/ZoneMinder/ZoneMinder/releases/tag/v1.30.0-rc2

PR:           210939
Submitted by: Ivan <bsd@abinet.ru>
Approved by:  pi (mentor)
2016-07-27 08:01:04 +00:00
Pawel Pekala
81c5c108ac - Add missing php dependencies, works with PHP7
- Documentation tweaks

PR:		210442
Submitted by:	maintainer
2016-06-23 19:40:46 +00:00
Olivier Cochard
71cf1564f9 Fix multimedia/zoneminder build on 9.3-i386 and head-amd64
PR:	210261
Submitted by:	bsd@abinet.ru
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D6854
2016-06-20 08:06:46 +00:00
Kurt Jaeger
08b7f2debd multimedia/zoneminder: Unbreak build for systems with v4l1
Systems lacking video4linux2, but with video4linux1 fail to build
ZM due to v4l2 specific macro.

PR:		210088
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
2016-06-09 00:14:07 +00:00
Kurt Jaeger
bfde1e8cb6 multimedia/zoneminder: 1.25.0 -> 1.30.0
- submitter becomes maintainer
- A huge list of changes since April 2013 can be found here:
  https://github.com/ZoneMinder/ZoneMinder/releases/

PR:		210007
Submitted by:	bsd@abinet.ru
2016-06-05 18:47:54 +00:00
Koop Mast
ba8fae4960 Add patch to allow for building with newer libv4l.
https://reviews.freebsd.org/D1482

Obtained from:	upstream
2015-01-25 11:57:31 +00:00
Mathieu Arnold
b4ab5320cf Fix build as a user.
Sponsored by:	Absolight
2014-11-11 17:53:36 +00:00
Kurt Jaeger
bdee884ec7 multimedia/zoneminder: fix syntax error in main php page
PR:		192363
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-04 09:43:03 +00:00
Kurt Jaeger
49b576cccd multimedia/zoneminder: add missing files/patch-src_zm_thread.h
patch-src_zm_thread.h fixes the break on HEAD

PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-02 09:10:34 +00:00
Kurt Jaeger
e578190ffd multimedia/zoneminder: STAGE support and compilation fixes for 10.x.
PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us (G. Paul Ziemba)
2014-07-26 20:06:40 +00:00
Jason Helfman
6c50cf32d8 - Update to 1.25.0
- pass maintainerhship to submitter
- broken on < 900000
- while here drop WWWDIR_REL in favor of WWWDIR and use PORTDOCS

PR:     ports/165211
Submitted by:	pakhom706@gmail.com
Feature safe:	yes
2012-03-30 18:00:42 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Boris Samorodov
1a59abafcf . update RC script: create procedure zm_prestart() to detect when
mysqld may be used by zoneminder;
. delete 10 seconds sleep;
. bump PORTREVISION.

Submitted by:	dougb (thanks!)
2011-07-09 18:55:02 +00:00
Boris Samorodov
3e03f2e8f0 . rename rc script (zm.in -> zoneminder.in); [1]
. add a note to UPDATING;
. bump PORTREVISION.

Suggested by:	dougb  [1]
2011-07-06 15:05:09 +00:00
Boris Samorodov
d7cb6eb71b Rework rc script:
. name="zoneminder";
. do load_rc_config at a proper location and remove a second one;
. some whitespace refinement;
. do a 10 seconds pause only at system startup.
Do not bump PORTREVISION for now, it'll be done when the file is renamed.

Submitted by:	dougb
2011-07-06 14:34:00 +00:00
Boris Samorodov
16b571fa3f . create status_cmd (rc.d script with option status should work now);
. bump PORTREVISION.

Reported by:	achix (at zoneminder forum)
2011-07-05 21:53:40 +00:00
Boris Samorodov
62cf6454cf Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----

I'm not sure how to properly fix this. I'm all ears.

Suggested by:	Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
2011-06-27 13:16:04 +00:00
Boris Samorodov
067f9e6680 . add faststart and faststop options to zmpkg script (this enables zoneminder
loading at system startup);
. bump PORTREVISION.
2011-06-15 12:44:41 +00:00
Boris Samorodov
9dbb3a3963 . remove devel/p5-PHP-Serialization dependency (the code uses devel/php5-json); [1]
. bump PORTREVISION;
. remove empty file from files/ by creating the former while pre-build.  [2]

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via e-mail)  [1]
Suggested by:	wen (via e-mail)  [2]
2011-06-12 08:48:39 +00:00
Boris Samorodov
3e97341844 . update to version 1.24.4; changelog:
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30;
. remove patches that were incorporated upstream;
. add a patch to fix zm_stream.cpp (add one byte to the path length);  [1]
. add one more site to MASTER_SITES.

Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email)  [1]
2011-06-05 11:11:35 +00:00
Wen Heping
a49dcfd292 - Revert previous commit
Reported by:	bsam@ (maintainer)
2011-06-03 00:03:41 +00:00
Wen Heping
159eeb607e - Remove zero size file
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer(implicit)
2011-06-02 02:57:59 +00:00
Boris Samorodov
5dca89aa5c Add missing header file.
Note: do not bump PORTREVISION since absence of this file prevents
the port from installing (let alone packaging). Unfortunately both my
workstation and tinderbox have got the file while porting and testing...

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (by email)
2011-05-25 16:26:02 +00:00
Doug Barton
f6a6028050 Remove zero-byte files 2011-05-23 22:45:20 +00:00
Boris Samorodov
da9c4172df Zoneminder is an all-in-one GPL'd security and surveillance camera solution.
Fully web-based system for viewing and analyzing security camera feeds.

WWW: http://www.zoneminder.com/
2011-04-29 14:22:37 +00:00