FreeBSDPortPatch
Description of Patch
Here there is the patch for
FreeBSD port .
- A patch against last stable motion version up to date to be used in official FreeBSD motion port.
Installation of Patch
Download the patch file. Unpack it first. Then copy it to the motion source directory and issue the command :
gunzip motion-3.2.11.1.port-freebsd.diff.gz
patch < motion-3.2.11.1.port-freebsd.diff.gz
Then re-build ( gmake clean ; gmake distclean ; autoconf259 ; ./configure ; gmake ; gmake install ) Motion and test the patch.
Compile by hand
Download motion-3.2.11.1.tar.gz
wget 'http://prdownloads.sourceforge.net/motion/motion-3.2.11.1.tar.gz?download' -O motion-3.2.11.1.tar.gz
tar xfvz motion-3.2.11.tar.gz
Download patch and apply it:
wget 'http://www.lavrsen.dk/twiki/bin/viewfile/Motion/FreeBSDPatch?rev=3;filename=motion-3.2.11.1.port-freebsd.diff.gz' \
-O motion-3.2.11.1.port-freebsd.diff.gz
gunzip motion-3.2.11.port-freebsd.diff.gz
patch -p0 < motion-3.2.11.port-freebsd.diff.gz
Compile motion :
cd motion-3.2.11.1
./configure ; gmake
Run motion:
cp motion-dist.conf motion.conf
./motion
Change History of Patch
* New patch for a new version port of motion ( 3.2.6 )
--
AngelCarpintero - 29 May 2006
* New patch for a new version port of motion ( 3.2.7 )
--
AngelCarpintero - 21 Nov 2006
* New patch for a new version port of motion ( 3.2.8 )
--
AngelCarpintero - 18 Jul 2007
* New patch for a new version port of motion ( 3.2.8 ) + ffmpeg 2007-09-14 fix
--
AngelCarpintero - 03 Oct 2007
* New patch for a new version port of motion ( 3.2.9 ) + x86_64 fix
--
AngelCarpintero - 19 Nov 2007
* Submitted port and included in official ports
http://www.freebsd.org/cgi/query-pr.cgi?pr=119372
--
AngelCarpintero - 05 Jan 2008
* New patch for a new version port of motion ( 3.2.9 ) that fix creation of new ffmpeg video when patch doesn't exist.
--
AngelCarpintero - 24 Jan 2008
* New patch for a new version port of motion ( 3.2.10 )
--
AngelCarpintero - 19 May 2008
* New patch for a new version port of motion ( 3.2.10.1 )
--
AngelCarpintero - 12 Jun 2008
* New patch for a new version port of motion ( 3.2.11 )
--
AngelCarpintero - 6 Oct 2008
* New patch for a new version port of motion ( 3.2.11.1 )
--
AngelCarpintero - 13 Sep 2009