Commit graph

36 commits

Author SHA1 Message Date
Andrej Zverev
150bf38aca - Fix port afrer recent perl upgrade 2013-06-13 11:54:26 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Florian Smeets
303e871aaa Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.

This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:03:02 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Andrej Zverev
541bb1b198 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 05:42:55 +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
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +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
df94860644 Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe:	yes
2011-11-21 14:58:09 +00:00
Chris Rees
6ab02ccd5e 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
2011-11-13 17:33:47 +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
7d9f73b790 Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql.
2011-06-27 17:34:29 +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
7d4db91a4d 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)
2011-06-26 20:06:07 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Boris Samorodov
f2a2d8856d . 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]
2011-06-16 18:07:50 +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
7b3d362264 Refine credits to achix.
Proposed by:	achix (full nickname, zoneminder forum)
2011-06-14 14:35:52 +00:00
Boris Samorodov
756de15166 Add credits to achix who wrote at least local fbsd camera code by 99,99%.
Discussed with:	achix (full nickname, zoneminder forum)
2011-06-14 13:34:53 +00:00
Boris Samorodov
f89480eef5 1. Add some PHP extensions which are needed at runtime:
. json;
   . mysql;
   . session.
2. Bump PORTREVISION.
2011-06-14 12:43:22 +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
f5df5815ef 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]
2011-06-09 10:13:37 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +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
Boris Samorodov
f213e60164 . do not use hardcoded perl version at the pkg-plist file;
. bump PORTREVISION.

Reported by:	Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email)
2011-05-24 20:27:10 +00:00
Doug Barton
f6a6028050 Remove zero-byte files 2011-05-23 22:45:20 +00:00
Boris Samorodov
ce1d00d7b7 . fix plist (move hardcoded perl version to %%PERL_VERSION%%
and mach to %%PERL_ARCH%%);
. bump PORTREVISION.

Spotted by:	pointyhat (via pavmail)
2011-05-12 13:27:52 +00:00
Boris Samorodov
d0d7631b15 . use mod_perl2 since apache20 is the default nowadays;
. bump PORTREVISION.
2011-04-30 08:52:03 +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