| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.25.0_1 10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.25.0 01 Jul 2012 05:42:55
 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.25.0 30 Mar 2012 18:00:42
 |
jgh  |
- 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 |
1.24.4_14 16 Feb 2012 15:57:34
 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.24.4_13 14 Feb 2012 12:45:35
 |
mm  |
Bump pcre library dependency due to 8.30 update |
1.24.4_12 14 Jan 2012 08:57:23
 |
dougb  |
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. |
1.24.4_12 21 Nov 2011 14:58:09
 |
bsam  |
Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe: yes |
1.24.4_12 13 Nov 2011 17:33:47
 |
crees  |
Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes |
1.24.4_12 09 Jul 2011 18:55:02
 |
bsam  |
. 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!) |
1.24.4_11 06 Jul 2011 15:05:09
 |
bsam  |
. rename rc script (zm.in -> zoneminder.in); [1]
. add a note to UPDATING;
. bump PORTREVISION.
Suggested by: dougb [1] |
1.24.4_10 06 Jul 2011 14:34:00
 |
bsam  |
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 |
1.24.4_10 05 Jul 2011 21:53:40
 |
bsam  |
. create status_cmd (rc.d script with option status should work now);
. bump PORTREVISION.
Reported by: achix (at zoneminder forum) |
1.24.4_9 27 Jun 2011 17:34:29
 |
bsam  |
Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql. |
1.24.4_9 27 Jun 2011 13:16:04
 |
bsam  |
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) |
1.24.4_8 26 Jun 2011 20:06:08
 |
bsam  |
Remove two dependencies:
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
from the base system).
Bump PORTREVISION.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail) |
1.24.4_7 24 Jun 2011 22:39:03
 |
mm  |
Bump due to ffmpeg update to 0.7.1 |
1.24.4_6 16 Jun 2011 18:07:50
 |
bsam  |
. ZM_V4L2 -> ZM_HAS_V4L2 (at monitorprobe.php); [1]
. == -> = (at configure); [2]
. bump PORTREVISION.
Reported by: pointyhat (via pavmail) [1]
Discussed at: zoneminder forum [1]
Based on: patch by Pavel Timofeev <timp87@gmail.com> [2] |
1.24.4_5 15 Jun 2011 12:44:41
 |
bsam  |
. add faststart and faststop options to zmpkg script (this enables zoneminder
loading at system startup);
. bump PORTREVISION. |
1.24.4_4 14 Jun 2011 14:35:52
 |
bsam  |
Refine credits to achix.
Proposed by: achix (full nickname, zoneminder forum) |
1.24.4_4 14 Jun 2011 13:34:53
 |
bsam  |
Add credits to achix who wrote at least local fbsd camera code by 99,99%.
Discussed with: achix (full nickname, zoneminder forum) |
1.24.4_4 14 Jun 2011 12:43:22
 |
bsam  |
1. Add some PHP extensions which are needed at runtime:
. json;
. mysql;
. session.
2. Bump PORTREVISION. |
1.24.4_3 12 Jun 2011 08:48:39
 |
bsam  |
. 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] |
1.24.4_2 09 Jun 2011 10:13:37
 |
bsam  |
1) The distfile was re-packaged. Changes: [1]
. fix a typo at a debug message;
. the version ID of that file.
2) Bump PORTREVISION.
PR: ports/157650 [1]
Submitted by: Pavel Timofeev <timp87@gmail.com> [1] |
1.24.4_1 05 Jun 2011 18:43:16
 |
novel  |
Chase security/gnutls update and add an UPDATING entry. |
1.24.4 05 Jun 2011 11:11:35
 |
bsam  |
. 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] |
1.24.2_3 03 Jun 2011 00:03:41
 |
wen  |
- Revert previous commit
Reported by: bsam@ (maintainer) |
1.24.2_3 02 Jun 2011 02:57:59
 |
wen  |
- Remove zero size file
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer(implicit) |
1.24.2_3 25 May 2011 16:26:02
 |
bsam  |
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) |
1.24.2_3 24 May 2011 20:27:10
 |
bsam  |
. do not use hardcoded perl version at the pkg-plist file;
. bump PORTREVISION.
Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) |
1.24.2_2 23 May 2011 22:45:20
 |
dougb  |
Remove zero-byte files |
1.24.2_2 12 May 2011 13:27:52
 |
bsam  |
. fix plist (move hardcoded perl version to %%PERL_VERSION%%
and mach to %%PERL_ARCH%%);
. bump PORTREVISION.
Spotted by: pointyhat (via pavmail) |
1.24.2_1 30 Apr 2011 08:52:03
 |
bsam  |
. use mod_perl2 since apache20 is the default nowadays;
. bump PORTREVISION. |
1.24.2 29 Apr 2011 14:22:37
 |
bsam  |
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/ |