Skip site navigation (1)Skip section navigation (2)

CVS log for ports/multimedia/motion/Makefile

[BACK] Up to [FreeBSD] / ports / multimedia / motion

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 24 22:38:59 2011 UTC (7 months, 2 weeks ago) by mm
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Bump due to ffmpeg update to 0.7.1

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:47 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:23 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:57 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jul 24 16:38:17 2010 UTC (18 months, 2 weeks ago) by mm
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Update ffmpeg to 0.6

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:41:57 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -2 lines
- update to jpeg-8

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Sep 13 14:01:15 2009 UTC (2 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
- Distfile was rerolled to fix the detection of ffmpeg

PR:		137698
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 7 23:15:49 2009 UTC (2 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
- Mark BROKEN: does not fetch due to size mismatch

Reported by:	pointyhat

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:28:29 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with M

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Aug 11 10:13:58 2009 UTC (2 years, 6 months ago) by mm
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
- Update to 3.2.11.1

PR:		ports/137649
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:11:13 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
- update to jpeg7
Tested by:	pav on pointyhat

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jan 5 21:36:36 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 7 09:11:57 2008 UTC (3 years, 4 months ago) by rafan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
- 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)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 26 09:41:15 2008 UTC (3 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Update to 3.2.11

PR:		127621
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:48 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -2 lines
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:57:00 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:32 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 lines
- 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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 25 12:24:03 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -2 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 19 14:49:48 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3 lines
- Respect NOPORTEXAMPLES

PR:		124757
Submitted by:	Angel Carpintero <ack@telefonica.net>
Reported by:	ionbot

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 13 20:24:23 2008 UTC (3 years, 7 months ago) by lme
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Security update to 3.2.10.1

PR:		ports/124498
Submitted by:	Angel Carpintero (maintainer)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 20 17:33:29 2008 UTC (3 years, 8 months ago) by lme
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +23 -7 lines
- 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>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 24 15:56:04 2008 UTC (4 years ago) by miwi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
- Fix creation of new multimedia/motion detected videos
- Bump PORTREVISION

PR:		119938
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 10 23:40:32 2008 UTC (4 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -5 lines
- Update to 3.2.9

PR:		119372
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 4 02:01:27 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -6 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 3 13:37:26 2007 UTC (4 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Fix the ffmpeg problem on runtime too

Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:47:09 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:06:23 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Update to 3.2.8

PR:		ports/114702
Submitted by:	Angel Carpintero <ack at telefonica.net> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 30 11:27:19 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -3 lines
- Update to 3.2.7

PR:             ports/105986
Submitted by:   Angel Carpintero<ack@telefonica.net> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 1 10:54:50 2006 UTC (5 years, 8 months ago) by mich
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- update to last stable version 3.2.6

PR:		ports/98270
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 25 21:55:42 2005 UTC (6 years, 1 month ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Add motion 3.2.4, a motion detection application.

PR:		90892
Submitted by:	Angel Carpintero <ack@telefonica.net>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options