Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
15 May 2022 14:29:10 4.3.2_3
|
Alexey Dokuchaev (danfe)  |
multimedia/motion: unbreak the port's build against MYSQL option
This is not a 100% correct fix, more of a mitigation: ``pkg-config
--cflags mysqlclient'' fails with default OpenSSL, and thus MySQL
header files could be be found:
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openssl', required by 'mysqlclient', not found
The configure script makes several other bogus (at least in FreeBSD
context) assumptions, but those could be fixed in a separate commit.
Drop no longer supported options from the CONFIGURE_ARGS while here. |
10 Jan 2022 19:15:47 4.3.2_3
|
Li-Wen Hsu (lwhsu)  |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260777 |
26 Dec 2021 07:59:06 4.3.2_2
|
Li-Wen Hsu (lwhsu)  |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260603 |
19 Oct 2021 11:14:38 4.3.2_1
|
Stefan Eßer (se)  |
multimedia/motion: Add CPE information
Approved by: portmgr (blanket) |
01 Jun 2021 13:55:40 4.3.2_1
|
Li-Wen Hsu (lwhsu)  |
*: Bump PORTREVISION after www/libmicrohttpd updated
PR: 255938 |
01 May 2021 17:55:52 4.3.2
|
Tobias Kortkamp (tobik)  |
multimedia/motion: Remove KMODDIR
While this is technically fine, there is no reason to set it just
for the dependency check.
Reported by: portscan (KMODDIR without USES=kmod) |
06 Apr 2021 14:31:13 4.3.2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 4.3.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Oct 2020 08:08:25
4.3.2
|
fernape  |
multimedia/motion: Update to 4.3.2
ChangeLog: https://github.com/Motion-Project/motion/releases/tag/release-4.3.2
PR: 250660
Submitted by: ports@blievers.net (maintainer) |
08 May 2020 11:20:12
4.3.1
|
tagattie  |
Update to 4.3.1
PR: 245714
Submitted by: ports@blievers.net (maintainer)
Approved by: ehaupt (mentor)
MFH: 2020Q2 (blanket; bugfix)
Changelog: https://github.com/Motion-Project/motion/releases/tag/release-4.3.1 |
08 Apr 2020 12:19:07
4.3.0 
|
makc  |
multimedia/motion:
- Update to 4.3.0
- Pass maintainership to submitter
PR: 243415
Submitted by: ports@blievers.net |
13 Aug 2019 22:29:43
4.0.1_10 
|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
05 Aug 2019 23:06:50
4.0.1_10 
|
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/ |
06 Nov 2018 01:50:27
4.0.1_9 
|
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/ |
29 Sep 2018 08:04:27
4.0.1_8 
|
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
15 May 2018 14:25:40
4.0.1_7 
|
lme  |
multimedia/motion:
- Add WEBCAMD option and enable by default
- Bump PORTREVISION
From the initiating PR:
The multimedia/pwcbsd port contains an kernel module that appears to no longer
work. The multimedia/pwcbsd port distfile has not been updated since 2014 so
it is very unlikely to work. The multimedia/pwcbsd port was long ago replaced
by the multimedia/webcamd port.
The current multimedia/motion port has a PWCBSD option. This sets
--with-pwcbsd in the configure step, create a build depend on v4l_compat and
creates a run depend on multimedia/pwcbsd, which is then built and installed (Only the first 15 lines of the commit message are shown above ) |
02 May 2018 15:07:27
4.0.1_6 
|
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 |
27 Apr 2018 14:56:16
4.0.1_5 
|
jbeich  |
multimedia/motion: unbreak with ffmpeg 4.0
ffmpeg.c:442:25: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
c->flags |= CODEC_FLAG_QSCALE;
^
ffmpeg.c:450:17: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
ffmpeg.c:492:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (!(ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE)) {
^
ffmpeg.c:708:38: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if (ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE) {
^
PR: 227726 |
11 Jan 2018 14:18:01
4.0.1_5 
|
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
21 Oct 2017 06:50:50
4.0.1_5 
|
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 |
13 Aug 2017 22:29:41
4.0.1_4 
|
ultima  |
* Bump Revision to fix ioctl sign-extension warning
* Cleanup Makefile
PR: 221241
Submitted by: <peo@bsdlabs.com>
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11993 |
25 Apr 2017 08:20:31
4.0.1_3 
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
30 Jan 2017 00:09:53
4.0.1_2 
|
jhale  |
- Fix an issue where netcams were not connecting [1]
- When motion was updated to 4.x, it was overlooked that the default
search path for the configuration files was changed. This was causing
existing configurations to not be read. Fix the port to install
default configuration in correct location and add an UPDATING message
giving users the proper instructions on where to place their existing
conf files. [2]
- Create an empty ${ETCDIR}/conf.d directory that can optionally be used
to dump camera configs in instead of creating separate lines for each
one in motion.conf
- Add some missing PORTDOCS and install with the correct mode
- Make the VIDEO options OPTIONS_RADIO instead of OPTIONS_SINGLE to
allow for netcam only support (suggested in [2])
- Fix bad logic in configure.ac that was causing V4L to not be dectected
when the PWCBSD option was enabled
PR: 216189 [1]
Reported by: Charles P <charlespigott@googlemail.com>
Patched by: <anthony@ury.org.uk>
Obtained from: upstream
PR: 216466 [2]
Reported by: <bakhur@inbox.ru>, tdb@
Pointy hat to: jhale
MFH: 2017Q1 (blanket) |
28 Dec 2016 13:56:46
4.0.1_1 
|
amdmi3  |
Fix daemon inability to bind to the sockey with the following error:
http_bindsock: error binding on 127.0.0.1 port 8081
this problem was already fixed upstream. |
16 Dec 2016 23:40:47
4.0.1 
|
jhale  |
Update to 4.0.1
Project has moved to Github and is under active development
Add support for Sqlite 3 database
Convert to options helpers
Move 3 line pkg-plist into the Makefile |
08 Dec 2016 16:39:11
3.2.12_5 
|
tijl  |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
01 Apr 2016 14:16:20
3.2.12_4 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20 Sep 2015 14:35:58
3.2.12_4 
|
danfe  |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago. |
22 Jun 2015 18:33:22
3.2.12_4 
|
antoine  |
Convert to USES=jpeg |
10 Jun 2015 17:27:30
3.2.12_4 
|
amdmi3  |
- Add LICENSE_FILE
- Switch to USES=autoreconf |
22 Nov 2014 20:40:09
3.2.12_4 
|
crees  |
Finally retire USE_PGSQL |
08 May 2014 12:18:25
3.2.12_4 
|
tdb  |
Fix check-stagedir plist warning.
https://jenkins.freebsd.org/pci/head-amd64/logs/bulk/headamd64-default/708/logs/errors/motion-3.2.12_4.log
Error: Orphaned: %%ETCDIR%%.conf
This was caused by motion.conf being installed by the Makefile when it
should have been handled only in pkg-plist.
Also switched pkg-plist to use the new @sample keyword.
Submitted by: swills |
04 May 2014 20:08:07
3.2.12_4 
|
tdb  |
The PWCBSD option requires V4L, so remove -DWITHOUT_V4L.
I'm not sure why this change was made, but it breaks the PWCBSD
option. It looked obviously wrong; it added a dependency on v4l_compat
and then disabled it by definining WITHOUT_V4L. Looking at the code
it's obvious V4L is required for anything other than network cameras
too. |
01 Feb 2014 12:04:34
3.2.12_3 
|
riggs  |
- Bump PORTREVISION
- Use startup script via USE_RC_SUBR
- Add pkg-message to inform about startup script
- Fix a runtime error using wrong pid file in
daemonised process
Approved by: thierry (mentor)
MFH: 2014Q1 |
31 Jan 2014 20:36:07
3.2.12_2 
|
riggs  |
- Un-break port
- Stage support
- Replace USE_GMAKE by USES
- New format for LIB_DEPENDS
- Use /boot/modules via KMODDIR as in other ports
PR: ports/184406
Submitted by: Ildar Hizbulin <hizel@vyborg.ru>
Approved by: co-mentor (jadawin) |
06 Dec 2013 14:19:08
3.2.12_1 
|
bapt  |
Mark as broken:
ffmpeg.c:81: error: expected ')' before '*' token
ffmpeg.c:117: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'mpeg1_file_protocol'
ffmpeg.c:136: error: expected ')' before '*' token
ffmpeg.c:160: error: expected ')' before '*' token
ffmpeg.c:166: error: expected ')' before '*' token
ffmpeg.c:172: error: expected ')' before '*' token
ffmpeg.c:178: error: expected ')' before '*' token
ffmpeg.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'file_protocol'
ffmpeg.c: In function 'mpeg1_write_trailer':
ffmpeg.c:207: warning: implicit declaration of function 'put_buffer'
ffmpeg.c:208: warning: implicit declaration of function 'put_flush_packet'
ffmpeg.c: In function 'ffmpeg_init':
ffmpeg.c:230: error: 'mpeg1_file_protocol' undeclared (first use in this
function) (Only the first 15 lines of the commit message are shown above ) |
23 Oct 2013 20:45:10
3.2.12_1 
|
ak  |
- Return ports to the pool
PR: ports/183244
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) |
20 Sep 2013 20:57:49
3.2.12_1 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
14 Aug 2013 22:35:54
3.2.12_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
06 Jun 2013 09:48:53
3.2.12_1 
|
rene  |
Remove option for expired linuxhtreads port.
PR: ports/179353
Submitted by: myself
Approved by: c.petrik.sosa@gmail.com (maintainer) |
11 Mar 2013 17:03:15
3.2.12_1 
|
mandree  |
Fix an issue with bktr.
PR: ports/173750
Submitted by: c.petrik.sosa@gmail.com (maintainer) |
07 Mar 2013 03:25:11
3.2.12 
|
bdrewery  |
- Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt |
01 Feb 2013 15:04:01
3.2.12 
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
10 Dec 2012 01:20:17
3.2.12 
|
eadler  |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
05 Oct 2012 03:34:11
3.2.12 
|
eadler  |
Hand port over to cpet
PR: ports/172344
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
17 Jun 2012 20:14:17
3.2.12 
|
sylvio  |
- Updatet to version 3.2.12
New file:
files/patch-configure.in
files/patch-ffmpeg.c
PR: ports/169006
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
07 Jun 2012 02:01:53
3.2.11.1_7 
|
tabthorpe  |
- Reset maintainer due to email bounce
- We hope to see you back |
06 Jun 2012 16:17:33
3.2.11.1_7 
|
crees  |
Remove obsolete OSVERSION check-- ports no longer work on 6.X
PR: ports/168276
Submitted by: crees
Approved by: maintainer timeout (ack@telefonica.net, two weeks) |
01 Jun 2012 05:26:28
3.2.11.1_7 
|
dinoex  |
- update png to 1.5.10 |
16 Feb 2012 15:57:34
3.2.11.1_6 
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
03 Jul 2011 13:38:45
3.2.11.1_5 
|
ohauer  |
- remove MD5 |
24 Jun 2011 22:39:03
3.2.11.1_5 
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
04 Dec 2010 07:34:27
3.2.11.1_4 
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
3.2.11.1_4 
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
3.2.11.1_4 
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
24 Jul 2010 16:38:20
3.2.11.1_3 
|
mm  |
- Update ffmpeg to 0.6 |
05 Feb 2010 11:46:55
3.2.11.1_2 
|
dinoex  |
- update to jpeg-8 |
13 Sep 2009 14:01:15
3.2.11.1_1 
|
miwi  |
- Distfile was rerolled to fix the detection of ffmpeg
PR: 137698
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
07 Sep 2009 23:15:49
3.2.11.1 
|
pav  |
- Mark BROKEN: does not fetch due to size mismatch
Reported by: pointyhat |
22 Aug 2009 00:28:34
3.2.11.1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
11 Aug 2009 10:13:59
3.2.11.1 
|
mm  |
- Update to 3.2.11.1
PR: ports/137649
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
18 Jul 2009 11:11:29
3.2.11_2 
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
05 Jan 2009 21:36:39
3.2.11_1 
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
07 Oct 2008 09:11:57
3.2.11_1 
|
rafan  |
- Fix configure.in so it can get PACKAGE_VERSION/PACKAGE_NAME correctly
- Fix default pid name in configuration file
- Bump PORTREVISION
PR: ports/127903
Submitted by: Angel Carpintero <ack at telefonica.net> (maintainer) |
26 Sep 2008 09:41:15
3.2.11 
|
miwi  |
- Update to 3.2.11
PR: 127621
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
21 Aug 2008 06:18:49
3.2.10.1 
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
3.2.10.1 
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
25 Jul 2008 14:34:52
3.2.10.1 
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
25 Jul 2008 12:24:09
3.2.10.1 
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
19 Jun 2008 14:49:49
3.2.10.1 
|
miwi  |
- Respect NOPORTEXAMPLES
PR: 124757
Submitted by: Angel Carpintero <ack@telefonica.net>
Reported by: ionbot |
13 Jun 2008 20:24:23
3.2.10.1 
|
lme  |
Security update to 3.2.10.1
PR: ports/124498
Submitted by: Angel Carpintero (maintainer) |
20 May 2008 17:33:29
3.2.10 
|
lme  |
- Update to 3.2.10
- Enable support for PWCBSD-based Webcams
- Install rc-script
PR: ports/123808
Submitted by: Angel Carpintero <ack (AT) telefonica.net> |
24 Jan 2008 15:56:04
3.2.9_1 
|
miwi  |
- Fix creation of new multimedia/motion detected videos
- Bump PORTREVISION
PR: 119938
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
10 Jan 2008 23:40:32
3.2.9 
|
miwi  |
- Update to 3.2.9
PR: 119372
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
04 Oct 2007 02:01:29
3.2.8_2 
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
03 Oct 2007 13:37:26
3.2.8_2 
|
pav  |
- Fix the ffmpeg problem on runtime too
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
02 Oct 2007 23:13:10
3.2.8_1 
|
pav  |
- Fix build after recent ffmpeg update
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
30 Sep 2007 04:47:37
3.2.8_1 
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
19 Jul 2007 16:06:23
3.2.8 
|
rafan  |
- Update to 3.2.8
PR: ports/114702
Submitted by: Angel Carpintero <ack at telefonica.net> (maintainer) |
30 Nov 2006 11:27:19
3.2.7 
|
miwi  |
- Update to 3.2.7
PR: ports/105986
Submitted by: Angel Carpintero<ack@telefonica.net> (maintainer) |
01 Jun 2006 10:54:50
3.2.6 
|
mich  |
- update to last stable version 3.2.6
PR: ports/98270
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer) |
25 Dec 2005 21:55:42
3.2.4 
|
ehaupt  |
Add motion 3.2.4, a motion detection application.
PR: 90892
Submitted by: Angel Carpintero <ack@telefonica.net> |