aboutsummaryrefslogtreecommitdiff
path: root/multimedia/zoneminder
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Fix build as a user.Mathieu Arnold2014-11-113-91/+10
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372457
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* multimedia/zoneminder: fix syntax error in main php pageKurt Jaeger2014-08-042-1/+12
| | | | | | | | PR: 192363 Submitted by: p-fbsd-bugs@ziemba.us Notes: svn path=/head/; revision=363984
* multimedia/zoneminder: add missing files/patch-src_zm_thread.hKurt Jaeger2014-08-021-0/+10
| | | | | | | | | | patch-src_zm_thread.h fixes the break on HEAD PR: 192123 Submitted by: p-fbsd-bugs@ziemba.us Notes: svn path=/head/; revision=363800
* multimedia/zoneminder: STAGE support and compilation fixes for 10.x.Kurt Jaeger2014-07-266-53/+159
| | | | | | | | PR: 192123 Submitted by: p-fbsd-bugs@ziemba.us (G. Paul Ziemba) Notes: svn path=/head/; revision=362985
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362806
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* multimedia/zoneminder: link using ffmpeg0William Grzybowski2013-10-081-3/+13
| | | | | | | - Link using ffmpeg0 Notes: svn path=/head/; revision=329850
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - Fix port afrer recent perl upgradeAndrej Zverev2013-06-132-14/+3
| | | | Notes: svn path=/head/; revision=320784
* - Fix build with new site_perlAndrej Zverev2013-06-121-1/+1
| | | | | | | Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=320709
* Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}Florian Smeets2012-12-281-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=309577
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-8/+8
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - Update to 1.25.0Jason Helfman2012-03-305-296/+324
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=294001
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Return to the pool since I don't use and ENOTIME to maintain those ports.Boris Samorodov2011-11-211-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286187
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCSChris Rees2011-11-131-1/+1
| | | | | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes Notes: svn path=/head/; revision=285709
* . update RC script: create procedure zm_prestart() to detect whenBoris Samorodov2011-07-092-2/+16
| | | | | | | | | | | mysqld may be used by zoneminder; . delete 10 seconds sleep; . bump PORTREVISION. Submitted by: dougb (thanks!) Notes: svn path=/head/; revision=277411
* . rename rc script (zm.in -> zoneminder.in); [1]Boris Samorodov2011-07-062-2/+2
| | | | | | | | | | . add a note to UPDATING; . bump PORTREVISION. Suggested by: dougb [1] Notes: svn path=/head/; revision=277178
* Rework rc script:Boris Samorodov2011-07-061-18/+14
| | | | | | | | | | | | | . 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 Notes: svn path=/head/; revision=277177
* . create status_cmd (rc.d script with option status should work now);Boris Samorodov2011-07-052-1/+6
| | | | | | | | | . bump PORTREVISION. Reported by: achix (at zoneminder forum) Notes: svn path=/head/; revision=277144
* Remove databases/php5-mysql from BUILD_DEPENDS since the dependencyBoris Samorodov2011-06-271-2/+1
| | | | | | | is already utilized by USE_PHP=mysql. Notes: svn path=/head/; revision=276511
* Fix an error at I386:Boris Samorodov2011-06-272-2/+20
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=276491
* Remove two dependencies:Boris Samorodov2011-06-261-6/+5
| | | | | | | | | | | | . 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) Notes: svn path=/head/; revision=276456
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* . ZM_V4L2 -> ZM_HAS_V4L2 (at monitorprobe.php); [1]Boris Samorodov2011-06-161-1/+3
| | | | | | | | | | | | . == -> = (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] Notes: svn path=/head/; revision=275696
* . add faststart and faststop options to zmpkg script (this enables zoneminderBoris Samorodov2011-06-152-1/+30
| | | | | | | | loading at system startup); . bump PORTREVISION. Notes: svn path=/head/; revision=275622
* Refine credits to achix.Boris Samorodov2011-06-141-3/+2
| | | | | | | Proposed by: achix (full nickname, zoneminder forum) Notes: svn path=/head/; revision=275560
* Add credits to achix who wrote at least local fbsd camera code by 99,99%.Boris Samorodov2011-06-141-1/+2
| | | | | | | Discussed with: achix (full nickname, zoneminder forum) Notes: svn path=/head/; revision=275555
* 1. Add some PHP extensions which are needed at runtime:Boris Samorodov2011-06-141-2/+2
| | | | | | | | | | . json; . mysql; . session. 2. Bump PORTREVISION. Notes: svn path=/head/; revision=275554
* . remove devel/p5-PHP-Serialization dependency (the code uses ↵Boris Samorodov2011-06-122-3/+2
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=275428
* 1) The distfile was re-packaged. Changes: [1]Boris Samorodov2011-06-092-3/+3
| | | | | | | | | | | | . 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] Notes: svn path=/head/; revision=275271
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* . update to version 1.24.4; changelog:Boris Samorodov2011-06-0516-234/+130
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=275095
* - Revert previous commitWen Heping2011-06-031-0/+0
| | | | | | | Reported by: bsam@ (maintainer) Notes: svn path=/head/; revision=274997
* - Remove zero size fileWen Heping2011-06-021-0/+0
| | | | | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer(implicit) Notes: svn path=/head/; revision=274959
* Add missing header file.Boris Samorodov2011-05-251-0/+0
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=274637
* . do not use hardcoded perl version at the pkg-plist file;Boris Samorodov2011-05-242-5/+5
| | | | | | | | | . bump PORTREVISION. Reported by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) Notes: svn path=/head/; revision=274589
* Remove zero-byte filesDoug Barton2011-05-231-0/+0
| | | | Notes: svn path=/head/; revision=274541
* . fix plist (move hardcoded perl version to %%PERL_VERSION%%Boris Samorodov2011-05-122-2/+2
| | | | | | | | | | and mach to %%PERL_ARCH%%); . bump PORTREVISION. Spotted by: pointyhat (via pavmail) Notes: svn path=/head/; revision=274004
* . use mod_perl2 since apache20 is the default nowadays;Boris Samorodov2011-04-301-1/+2
| | | | | | | . bump PORTREVISION. Notes: svn path=/head/; revision=273366
* Zoneminder is an all-in-one GPL'd security and surveillance camera solution.Boris Samorodov2011-04-2930-0/+2493
Fully web-based system for viewing and analyzing security camera feeds. WWW: http://www.zoneminder.com/ Notes: svn path=/head/; revision=273333