notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/avidemux2/Makefile

Number of commits found: 91

Tuesday, 9 Jun 2015
14:25 jbeich search for other commits by this committer
multimedia/libvpx: update to 1.4.0

ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
Original commitRevision:388940 
Monday, 8 Dec 2014
22:18 bapt search for other commits by this committer
Avoid usage of @cwd
Original commitRevision:374336 
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Saturday, 22 Nov 2014
16:23 xmj search for other commits by this committer
multimedia/x264: General overhaul

- Split x264 into two ports: the CLI application (x264), and the library
  (libx264). This will allow x264 to use lavf and friends from ffmpeg for
  decoding and demuxing while preventing a circular dependency between the
  two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
  than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
  optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
  files.
- Provide the git revision and other version information to the build
  environment, allowing the CLI binary to display this information (like the
  Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.

PR:           187805
Differential Revision:	https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by:  koobs (maintainer, mentor)
Original commitRevision:373073 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Wednesday, 2 Apr 2014
18:00 nox search for other commits by this committer
Fix build of the old avidemux, not sure when it broke...
(include <bsd.port.post.mk> instead of <bsd.port.mk>)

Submitted by:	QAT
Original commitRevision:349934 
Friday, 14 Feb 2014
16:12 antoine search for other commits by this committer
Finish stage support

Reported by:	pkg-fallout
PR:		ports/186763
Original commitRevision:344274 
Wednesday, 5 Feb 2014
15:53 bapt search for other commits by this committer
Chase libmad changes
Original commitRevision:342735 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Tuesday, 2 Oct 2012
20:47 nox search for other commits by this committer
- Fix default options when not PACKAGE_BUILDING. [1]
- Fix CMAKE_ARGS usage when VORBIS is disabled. [2]
- Strip Makefile headers.
- Remove a few more shilb major versions from LIB_DEPENDS.
- Bump PORTREVISIONs.

PR:		ports/171478 [1]
Submitted by:	dumbbell [1]
PR:		ports/172036 [2]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [2]
Original commitRevision:305176 
Wednesday, 6 Jun 2012
11:41 avilla search for other commits by this committer
- Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
  component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.

Reported by:    miwi via IRC [1]
With hat on:    kde [1]
Original commit
Wednesday, 30 May 2012
12:54 bapt search for other commits by this committer
Convert to new options framework
While here, really disable lame support when PACKAGE_BUILDING is activated (lame
is restricted)
Original commit
Sunday, 18 Mar 2012
22:32 nox search for other commits by this committer
Remove bogus PORTREVISIONs that are overriden by the one in Makefile.common

Feature safe:   yes
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Monday, 19 Sep 2011
15:45 ashish search for other commits by this committer
- Bump PORTREVISION of dependent ports due to multimedia/libvpx update
Original commit
Thursday, 9 Jun 2011
06:16 bapt search for other commits by this committer
- update to 2.5.5
- add license
Original commit
Tuesday, 3 May 2011
17:29 mm search for other commits by this committer
Update libvpx to 0.9.6
Bump PORTREVISION of depending ports

PR:             ports/155522
Approved by:    maintainer (timeout)
Original commit
Thursday, 16 Dec 2010
17:39 nox search for other commits by this committer
- Fix AMR dependencies (and thus, plist outside of tb.  avidemux now
  uses OpenCORE AMR codecs.)
  ...or as they say, "If it's not tested, assume it's broken."
- Bump PORTREVISIONs.

Reported by:    Jan Henrik Sylvester via private email
Original commit
Friday, 10 Dec 2010
19:11 nox search for other commits by this committer
- Add back libexecinfo code that I disabled at first.
- Sort plugin plist.
- Some other minor cosmetic fixes.
- Bump PORTREVISIONs.
Original commit
14:04 pav search for other commits by this committer
- Update to 2.5.4
- Split plugins to separate port
- Transfer maintainership to multimedia@

PR:             ports/152419
Submitted by:   nox
Original commit
Tuesday, 30 Nov 2010
09:50 mm search for other commits by this committer
- Update x264 to 0.110.1804
Original commit
Wednesday, 11 Aug 2010
21:04 makc search for other commits by this committer
Chase multimedia/mp4v2 update.

PR:             ports/148643
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Original commit
Saturday, 24 Jul 2010
15:30 mm search for other commits by this committer
- Update x264 to 20100624 (build 98)
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Thursday, 3 Jun 2010
08:55 netchild search for other commits by this committer
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 21 Apr 2010
12:56 mm search for other commits by this committer
- Update x264 to shared library version 85
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 23 Aug 2009
10:36 makc search for other commits by this committer
Unbreak [1]
Fix plist when building with QT4 support

PR:             ports/137621 [1]
Submitted by:   Ulrich Spoerlein <uspoerlein at gmail.com>
Approved by:    Anish Mistry (maintainer)
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Friday, 7 Aug 2009
14:40 miwi search for other commits by this committer
- Mark it BROKEN, (fails to build with qt 4.5)
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Friday, 17 Apr 2009
23:35 amdmi3 search for other commits by this committer
- Update to 2.4.4
- Fix build with curret x264
- While here, also fix some `nested declaration' errors on -current

PR:             133539
Submitted by:   Jan Henrik Sylvester <me at janh dot de>
Approved by:    portmgr (pav)
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
03:42 amdmi3 search for other commits by this committer
- Disable LAME, FAAC and AMRNB options for package building to be able to
produce avidemux2 package, as correspondng ports are RESTRICTED

PR:             132390
Submitted by:   Mel <mel at rachie dot is-a-geek dot net>
Approved by:    maintainer timeout
Original commit
Saturday, 21 Feb 2009
15:51 miwi search for other commits by this committer
- Chase audio/faad shlib bump
Original commit
Wednesday, 10 Dec 2008
07:35 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:    portmgr
Original commit
Tuesday, 22 Jul 2008
19:42 timur search for other commits by this committer
Fix pkg_list to remove sr@latin directories on deinstall.
Original commit
Tuesday, 15 Jul 2008
02:53 timur search for other commits by this committer
Upgrade avidemux2 to the 2.4.2 version and switch to CMake

PR:             ports/125508
Submitted by:   timur@FreeBSD.org
Approved by:    amistry@am-productions.biz (maintainer)
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 22 Mar 2008
14:48 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Wednesday, 30 May 2007
07:43 miwi search for other commits by this committer
- Fix build with gcc 4.2

PR:             113093
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 22 Mar 2007
21:51 miwi search for other commits by this committer
- Add desktop file
- Fix portlint warnings
- drop FreeBSD 4.X support

PR:             110644
Submitted by:   Pawel Pekala <c0rn@o2.pl>
Approved by:    maintainer
Original commit
Saturday, 2 Dec 2006
16:52 miwi search for other commits by this committer
- Update to 2.3.0

PR:             105938
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Tuesday, 3 Oct 2006
04:04 rafan search for other commits by this committer
- Chase multimedia/x264 update

PR:             ports/103912
Submitted by:   Anish Mistry <amistry at am-productions.biz> (maintainer)
Original commit
Thursday, 21 Sep 2006
08:07 stas search for other commits by this committer
 - Fix SDL-dependent ports broken by last update.

Approved by: kris (portmgr), sem (mentor)
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Original commit
Wednesday, 9 Aug 2006
15:32 ahze search for other commits by this committer
- Chase libver bump in x264
Original commit
Tuesday, 8 Aug 2006
13:21 sat search for other commits by this committer
- Move js from build/run depends to lib depends now that
  spidermonkey installs a versioned lib

Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Friday, 19 May 2006
05:57 itetcu search for other commits by this committer
- Chase x264 update.
- Add additional berlios mirrors as MASTER_SITES while we're here.

PR:             ports/97439
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Approved by:    tmclaugh (mentor)
Original commit
Wednesday, 10 May 2006
22:37 edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
Original commit
Saturday, 15 Apr 2006
18:07 arved search for other commits by this committer
Update to 2.1.2

PR:             94156
Submitted by:   Anish Mistry
Original commit
Sunday, 19 Mar 2006
09:26 ale search for other commits by this committer
Spidermonkey is a runtime dependency, too.
Original commit
Friday, 27 Jan 2006
11:53 tdb search for other commits by this committer
- Update to 2.1.1

PR:             92405
Submitted by:   "Anish Mistry" <amistry@am-productions.biz> (maintainer)
Original commit
Thursday, 19 Jan 2006
03:13 anray search for other commits by this committer
Fix previous commit - USE_AUTOTOOLS aclocal definition.

Noticed by:     "Jack L." <xxjack12xx@gmail.com>
Original commit
Tuesday, 17 Jan 2006
13:13 anray search for other commits by this committer
* Fix a problem with -pthread not being picked up by some systems.
* Add Ogg Vorbis detection and inclusion, as well as remove the old
  aclocal hack and use the method described in the PR.

PR:             ports/91898
Submitted by:   maintainer
Original commit
Sunday, 11 Dec 2005
22:47 tdb search for other commits by this committer
- Update Avidemux to 2.1.0.
- Depend on spidermonkey for scripting and project support.

PR:             90215
Submitted by:   "Anish Mistry" <amistry@am-productions.biz> (maintainer)
Approved by:    clement (mentor)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Friday, 24 Jun 2005
00:15 ahze search for other commits by this committer
- Update to 2.0.42

PR:             ports/82594
Submitted by:   Anish Mistry (maintainer)
Original commit
Thursday, 16 Jun 2005
05:15 ade search for other commits by this committer
Remove un-needed run-time dependency on autoconf/automake

Approved by:    maintainer
Original commit
Thursday, 26 May 2005
08:02 pav search for other commits by this committer
- Update to 2.0.40

PR:             ports/81480
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Tuesday, 17 May 2005
19:26 pav search for other commits by this committer
- Update to 2.0.38 release

PR:             ports/81131
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Wednesday, 16 Mar 2005
12:21 flz search for other commits by this committer
- Strip ^M ni a file so that patch applies correctly.

PR:             ports/78909
Submitted by:   Sven Berkvens-Matthijsse <sven@berkvens.net>
Original commit
Monday, 14 Mar 2005
12:14 flz search for other commits by this committer
- Fix build on amd64 and 4.x.

PR:             ports/78717
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 2 Mar 2005
05:45 ahze search for other commits by this committer
- Update to 0.2.38

PR:             77995
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Saturday, 29 Jan 2005
21:31 pav search for other commits by this committer
- Update to 2.0.36
- Fix build

PR:             ports/75236
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Thursday, 9 Dec 2004
18:01 sem search for other commits by this committer
- Update to 2.0.34-test1

PR:             ports/74864
Submitted by:   maintainer
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Saturday, 30 Oct 2004
21:42 ahze search for other commits by this committer
Add audio/faac support
bump PORTREVISION

PR:             ports/73023
Reviewed by:    Anish Mistry (maintainer)
Approved by:    adamw (mentor)
Original commit
Friday, 22 Oct 2004
00:58 pav search for other commits by this committer
- Update to 2.0.32

PR:             ports/72984
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Wednesday, 20 Oct 2004
02:40 pav search for other commits by this committer
- Update to 2.0.30

PR:             ports/72852
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Sunday, 25 Jul 2004
23:15 pav search for other commits by this committer
- Autosense SDL, FAAD, add knobs for them
- Use nasm for MMX assembly on i386

PR:             ports/69499
Submitted by:   Michael Johnson <ahze@ahze.net>
Approved by:    maintainer
Original commit
Friday, 23 Jul 2004
09:06 arved search for other commits by this committer
Update to 2.0.26
Respect CFLAGS

PR:             69466
Submitted by:   Anish Mistry <amistry@am-productions.biz>
Original commit
Friday, 11 Jun 2004
21:48 lofi search for other commits by this committer
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
Original commit
Sunday, 9 May 2004
17:58 pav search for other commits by this committer
- Update to 2.0.24

PR:             ports/66372
Submitted by:   amistry <amistry@am-productions.biz> (maintainer)
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Tuesday, 27 Jan 2004
01:11 pav search for other commits by this committer
- Update to 2.0.20

Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
Original commit
Sunday, 7 Dec 2003
01:27 marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
Original commit
Friday, 5 Dec 2003
22:19 olgeni search for other commits by this committer
Chase shared library version: libxvidcore.so.0 -> libxvidcore.so.2.
Original commit
01:32 linimon search for other commits by this committer
Reworked this new port Makefile per suggestions of adamw@ via email,
to bring it up to more "modern" standards for GNOME Makefiles.
Original commit
Thursday, 4 Dec 2003
06:46 linimon search for other commits by this committer
Add multimedia/avidemux2, a simple video editor that is built around Xvid
and ffmpeg.  Contains various filters for deinterlacing, cropping, resizing,
etc.  Allows for cutting without re-encoding.  Has the ability to re-encode
and re-sample.

PR:             ports/51013
Submitted by:   Anish Mistry <amistry@am-productions.biz>
Original commit

Number of commits found: 91