non port: multimedia/zoneminder/Makefile |
Number of commits found: 110 (showing only 100 on this page) |
Tuesday, 29 Oct 2024
|
22:26 Vladimir Druzenko (vvd) Author: Ivan
multimedia/zoneminder: update 1.36.34 → 1.36.35
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.35
PR: 282368
bb36fa9 |
Friday, 6 Sep 2024
|
16:59 Vladimir Druzenko (vvd)
multimedia/zoneminder: Update 1.36.33 → 1.36.34
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34
PR: 280917
Approved by: Ivan <bsd@abinet.ru>
572df92 |
Wednesday, 7 Aug 2024
|
22:48 Vladimir Druzenko (vvd) Author: Andreas Jobs
multimedia/zoneminder: flavorized PHP
Add PHP flavor to be able to use binary package of zoneminder with all
PHP versions.
PR: 280185
Approved by: Ivan <bsd@abinet.ru> (maintainer)
fb9c6b4 |
Sunday, 7 Apr 2024
|
09:36 Florian Smeets (flo)
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.
This includes ideas and suggestions from vvd and mat. Thanks!
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html
PR: 275100, 277889
Reviewed by: vvd, mat
Fixes: cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
92a030d |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Sunday, 16 Apr 2023
|
18:09 Muhammad Moinur Rahman (bofh)
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL
* www/moodle40: Remove OPTION MSSQL
* www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
of all versions of php
* databases/phpmyadmin: Remove OPTION OPENSSL
* databases/phpmyadmin5: Remove OPTION OPENSSL
* security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
* www/nextcloud: Remove OPTION SSL
* www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
all versions of php
* sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
following ports
* www/typo3-11
* www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
* databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
Windows only php module
* www/typo3-11: Remove OPTION SQLSRV
* www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected
Sponsored by: Bounce Experts
Approved by: portmgr(blanket)
0ac3a69 |
Sunday, 9 Apr 2023
|
16:37 Kurt Jaeger (pi) Author: Ivan
multimedia/zoneminder: update 1.36.12 -> 1.36.33, add php 8.1 compat
- package installation now creates /var/log/zm
- fixes some locale names
PR: 267304
Changes: https://github.com/ZoneMinder/zoneminder/releases
Tested-by: VVD <vvd@unislabs.com>
71909ff |
Sunday, 18 Sep 2022
|
11:55 Jan Beich (jbeich)
multimedia/x264: update to 0.164.3095
Changes: https://code.videolan.org/videolan/x264/compare/5db6aa6...baee400f
8f87e3d |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 16 May 2022
|
06:49 Loïc Bartoletti (lbartoletti)
multimedia/zoneminder: fix pkg-plist use share/man
Approved by: portmgr (blanket)
3539d10 |
Tuesday, 4 Jan 2022
|
07:57 Fernando Apesteguía (fernape) Author: Ivan
multimedia/zoneminder: Update to 1.36.12
ChangeLog: https://github.com/ZoneMinder/zoneminder/releases
PR: 260869
Reported by: bsd@abinet.ru (maintainer)
e61e759 |
Monday, 29 Nov 2021
|
01:05 Alexey Dokuchaev (danfe)
multimedia/zoneminder: remove now useless ONLY_FOR_ARCHS restriction
It was added in r486990 (f9e7f55b3a20d) without a proper explanation,
and now with seven items on this list, including all Tier-1 and most
Tier-2 architectures, it had clearly outgrown the intended purpose of
this knob. There shouldn't really be anything architecture-specific
about this software in the first place.
2b291b9 |
00:06 Piotr Kubaj (pkubaj)
multimedia/zoneminder: add armv7 support
Requires replacing getauxval with elf_aux_info.
5094662 |
Thursday, 30 Sep 2021
|
21:23 Rene Ladan (rene)
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
620968a |
Friday, 10 Sep 2021
|
21:18 Bernhard Froehlich (decke)
multimedia/zoneminder: Add CPE information
Approved by: portmgr (blanket)
eaa54a0 |
Sunday, 29 Aug 2021
|
16:50 Alexey Dokuchaev (danfe)
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}.
061967a |
Saturday, 21 Aug 2021
|
17:12 Yuri Victorovich (yuri)
multimedia/zoneminder: Update 1.34.21 -> 1.36.5
PR: 257916
Approved by: bsd@abinet.ru (maintainer)
1494c76 |
Monday, 21 Jun 2021
|
17:46 Jan Beich (jbeich)
multimedia/x264: update to 0.163.3060
Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6
d6e8497 |
Tuesday, 15 Jun 2021
|
08:41 Piotr Kubaj (pkubaj)
multimedia/zoneminder: enable on powerpc
d65f6982 |
Wednesday, 19 May 2021
|
23:46 Piotr Kubaj (pkubaj)
multimedia/zoneminder: enable on powerpc64le
ff3b233 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Feb 2021
|
12:11 tobik
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
 |
Monday, 4 Jan 2021
|
15:41 pkubaj
multimedia/zoneminder: enable on powerpc64
 |
Saturday, 7 Nov 2020
|
15:49 jbeich
multimedia/x264: update to 0.161.3020
Changes: https://code.videolan.org/videolan/x264/compare/cde9a93...d198931
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
 |
Wednesday, 4 Nov 2020
|
05:11 lwhsu
multimedia/zoneminder: Update to 1.34.21
PR: 250234
Submitted by: Ivan <bsd@abinet.ru> (maintainer)
 |
Friday, 3 Jul 2020
|
22:30 jbeich
multimedia/x264: update to 0.160.3011
Changes: https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
 |
Saturday, 11 Apr 2020
|
10:54 tcberner
multimedia/zoneminder: Update to 1.34.9
PR: 245297
Submitted by: Ivan <bsd@abinet.ru> (maintainer)
 |
Monday, 9 Mar 2020
|
17:33 rigoletto
multimedia/zoneminder: Update to 1.34.6
PR: 244524
Submitted by: James <kennyknickers@hotmail.com>, Ivan <bsd@abinet.ru>
(maintainer)
Approved by: tcberner (mentor, implicit)
Relnotes: https://github.com/ZoneMinder/ZoneMinder/releases/tag/1.34.5
 |
Monday, 24 Feb 2020
|
09:43 ehaupt
Update to 1.34.3
PR: 243795
Submitted by: bsd@abinet.ru (maintainer)
 |
Saturday, 21 Dec 2019
|
19:00 jbeich
multimedia/x264: update to 0.159.2991
Changes: https://code.videolan.org/videolan/x264/compare/34c06d1...1771b55
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
 |
Tuesday, 27 Aug 2019
|
12:12 riggs
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR: 212785
 |
Monday, 5 Aug 2019
|
23:06 jbeich
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
 |
Sunday, 2 Jun 2019
|
06:35 arrowd
multimedia/zoneminder: Fix MP4 file generation by patching UB bug in
src/zm_video.cpp file.
The patch has also been merged upstream:
https://github.com/ZoneMinder/zoneminder/pull/2628
Reviewed by: abi@abinet.ru (maintainer)
Approved by: tcberner (mentor, implicit)
 |
Monday, 18 Mar 2019
|
21:45 jbeich
multimedia/x264: update to 0.157.2945
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
 |
Monday, 4 Mar 2019
|
11:21 jbeich
multimedia/zoneminder: unbreak with libc++ 8
In file included from src/zm_box.cpp:20:
In file included from src/zm.h:27:
In file included from src/zm_config.h:27:
In file included from /usr/include/c++/v1/string:505:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:57:
In file included from /usr/include/c++/v1/algorithm:640:
In file included from /usr/include/c++/v1/initializer_list:47:
In file included from /usr/include/c++/v1/cstddef:38:
version:1:1: error: expected unqualified-id
1.32.3
^
PR: 236192
Approved by: portmgr blanket
 |
Tuesday, 1 Jan 2019
|
13:37 rene
multimedia/zoneminder: remove support for PHP 5.6
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Sunday, 9 Dec 2018
|
19:52 pi
multimedia/zoneminder: update 1.32.2 -> 1.32.3
PR: 233876
Approved by: Ivan <bsd@abinet.ru> (maintainer)
Relnotes: https://github.com/ZoneMinder/zoneminder/releases/tag/1.32.3
 |
Saturday, 8 Dec 2018
|
22:28 pi
multimedia/zoneminder: update 1.30.4 -> 1.32.2
PR: 233289
Submitted by: Ivan <bsd@abinet.ru> (maintainer)
Reviewed by: lme
Relnotes: http://www.zoneminder.com/blog/2018/10/13/tuesdays-gone-release.html
https://github.com/ZoneMinder/zoneminder/releases/tag/1.32.0
 |
Tuesday, 6 Nov 2018
|
01:50 jbeich
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
 |
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
 |
Friday, 27 Jul 2018
|
18:34 netchild
Improve zoneminder ports:
- add patch to make it compile with a recent clang (from -current)
- add missing fcgiwrap config option to the FreeBSD readme
- sync pkg-descr and highlight difference between the ports in pkg-descr and
COMMENT
Approved by: maintainer
 |
Wednesday, 2 May 2018
|
18:30 jbeich
multimedia/zoneminder{,-h264}: unbreak with ffmpeg 4.0
src/zm_mpeg.cpp:243:19: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
c->flags |= CODEC_FLAG_QSCALE;
^
src/zm_mpeg.cpp:268:19: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/zm_mpeg.cpp:428:22: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if ( !(of->flags & AVFMT_RAWPICTURE) )
^
src/zm_mpeg.cpp:675:20: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if ( of->flags & AVFMT_RAWPICTURE )
^
src/zm_sdp.cpp:497:38: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
packet_size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
^
src/zm_videostore.cpp:116:31: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
video_st->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/zm_videostore.cpp:149:35: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
audio_st->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
src/zm_videostore.cpp:286:74: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
if (video_st->codec->codec_type == AVMEDIA_TYPE_VIDEO && (fmt->flags &
AVFMT_RAWPICTURE)) {
^
PR: 227726
Reported by: antoine (via exp-run)
 |
15:07 jbeich
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
 |
Thursday, 8 Mar 2018
|
19:48 mat
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
 |
Tuesday, 27 Feb 2018
|
13:25 sunpoet
Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU
- Strip shared library
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for dependency change
- Pass maintainership to perl@
 |
Thursday, 11 Jan 2018
|
14:18 danfe
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
 |
Saturday, 21 Oct 2017
|
06:50 jbeich
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
 |
Sunday, 25 Jun 2017
|
21:07 tcberner
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
 |
Monday, 5 Jun 2017
|
15:26 amdmi3
- Update to 1.30.4
PR: 219748
Submitted by: bsd@abinet.ru (maintainer)
 |
Monday, 29 May 2017
|
15:27 sunpoet
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by: portmgr (blanket)
 |
Friday, 5 May 2017
|
03:17 miwi
- Update to 1.30.3
PR: 218292
Submitted by: maintainer
 |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
 |
Sunday, 12 Mar 2017
|
19:41 pi
multimedia/zoneminder{-h264}: fix build with clang 4.0
PR: 216627
Reported by: jbeich
Submitted by: Ivan <bsd@abinet.ru> (maintainer)
MFH: 2017Q1
 |
Wednesday, 11 Jan 2017
|
10:08 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
 |
Tuesday, 3 Jan 2017
|
18:12 mat
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
 |
Sunday, 11 Dec 2016
|
15:22 jbeich
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
 |
Sunday, 21 Aug 2016
|
20:57 crees
Fix build and update to 1.30
PR: ports/211681
Submitted by: Ivan (bsd@abinet.ru)
Approved by: maintainer
 |
Wednesday, 27 Jul 2016
|
08:01 tz
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)
 |
Thursday, 23 Jun 2016
|
19:40 pawel
- Add missing php dependencies, works with PHP7
- Documentation tweaks
PR: 210442
Submitted by: maintainer
 |
Tuesday, 21 Jun 2016
|
08:09 marino
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
 |
Monday, 20 Jun 2016
|
08:06 olivier
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
 |
Sunday, 5 Jun 2016
|
18:47 pi
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
 |
Thursday, 21 Apr 2016
|
16:43 swills
many ports: mark broken on powerpc64
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 28 Feb 2016
|
07:11 miwi
- Ignore php7
 |
Thursday, 15 Oct 2015
|
14:55 mat
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Tuesday, 3 Mar 2015
|
07:41 antoine
- Fix BUILD_DEPENDS
- Bump PORTREVISION as this may change version of php used in run depends
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
 |
Tuesday, 11 Nov 2014
|
17:53 mat
Fix build as a user.
Sponsored by: Absolight
 |
Friday, 7 Nov 2014
|
13:51 mat
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight
 |
Monday, 4 Aug 2014
|
09:43 pi
multimedia/zoneminder: fix syntax error in main php page
PR: 192363
Submitted by: p-fbsd-bugs@ziemba.us
 |
Saturday, 26 Jul 2014
|
20:06 pi
multimedia/zoneminder: STAGE support and compilation fixes for 10.x.
PR: 192123
Submitted by: p-fbsd-bugs@ziemba.us (G. Paul Ziemba)
 |
Thursday, 24 Jul 2014
|
15:36 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Tuesday, 8 Oct 2013
|
23:25 wg
multimedia/zoneminder: link using ffmpeg0
- Link using ffmpeg0
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Sunday, 15 Sep 2013
|
14:54 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Thursday, 13 Jun 2013
|
11:54 az
- Fix port afrer recent perl upgrade
 |
Wednesday, 12 Jun 2013
|
17:45 az
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
 |
Friday, 28 Dec 2012
|
19:03 flo
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
 |
Monday, 10 Dec 2012
|
19:11 mm
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
 |
Sunday, 1 Jul 2012
|
05:42 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
 |
Friday, 30 Mar 2012
|
18:00 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
 |
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
 |
Tuesday, 14 Feb 2012
|
12:45 mm
Bump pcre library dependency due to 8.30 update
 |
Monday, 21 Nov 2011
|
14:58 bsam
Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe: yes
 |
Saturday, 9 Jul 2011
|
18:55 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!)
 |
Wednesday, 6 Jul 2011
|
15:05 bsam
. rename rc script (zm.in -> zoneminder.in); [1]
. add a note to UPDATING;
. bump PORTREVISION.
Suggested by: dougb [1]
 |
Tuesday, 5 Jul 2011
|
21:53 bsam
. create status_cmd (rc.d script with option status should work now);
. bump PORTREVISION.
Reported by: achix (at zoneminder forum)
 |
Monday, 27 Jun 2011
|
17:34 bsam
Remove databases/php5-mysql from BUILD_DEPENDS since the dependency
is already utilized by USE_PHP=mysql.
 |
13:16 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)
 |
Sunday, 26 Jun 2011
|
20:06 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)
 |
Friday, 24 Jun 2011
|
22:39 mm
Bump due to ffmpeg update to 0.7.1
 |
Thursday, 16 Jun 2011
|
18:07 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]
 |
Wednesday, 15 Jun 2011
|
12:44 bsam
. add faststart and faststop options to zmpkg script (this enables zoneminder
loading at system startup);
. bump PORTREVISION.
 |
Tuesday, 14 Jun 2011
|
14:35 bsam
Refine credits to achix.
Proposed by: achix (full nickname, zoneminder forum)
 |
Number of commits found: 110 (showing only 100 on this page) |