Commit graph

63 commits

Author SHA1 Message Date
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
John Marino
7244904cd3 multimedia/zoneminder: Fix Malformed conditional introduced by last commit
Without an inclusion, OSVERSION and ARCH aren't defined.  While here,
couple OSVERSION with OPSYS.  It's not strictly necessary in this case,
but it maintains consistency with other ports.  The previous change was
apparently committed without any verification.

Approved by:	just-fix-it
2016-06-21 08:09:47 +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
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Martin Wilke
138445784e - Ignore php7 2016-02-28 07:11:51 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
471dc942a3 - Add empty directory to plist 2015-03-15 15:37:50 +00:00
Antoine Brodin
b9bad70d18 - Fix BUILD_DEPENDS
- Bump PORTREVISION as this may change version of php used in run depends
2015-03-03 07:41:20 +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
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Mathieu Arnold
b4ab5320cf Fix build as a user.
Sponsored by:	Absolight
2014-11-11 17:53:36 +00:00
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +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
Baptiste Daroussin
a5ac46e19e Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 15:36:50 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
William Grzybowski
ff634cadb5 multimedia/zoneminder: link using ffmpeg0
- Link using ffmpeg0
2013-10-08 23:25:26 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Andrej Zverev
e47ac01488 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 14:54:36 +00:00
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