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.common

Number of commits found: 34

Wednesday, 25 Mar 2015
17:36 marino search for other commits by this committer
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Original commitRevision:382254 
Thursday, 25 Dec 2014
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
02:23 bapt search for other commits by this committer
Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils
Original commitRevision:375524 
02:11 bapt search for other commits by this committer
Remove useless gnomehack
Original commitRevision:375519 
Monday, 8 Dec 2014
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 
Tuesday, 1 Apr 2014
17:27 nox search for other commits by this committer
- Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,
  repocopied from the 2.5.6 ports multimedia/avidemux2 (left in
  the tree for now for people that want a gtk ui etc.)
- Set CONFLICTS as only one avidemux version can be installed at a time.
- Don't import the 2.6.8 gtk ui as it crashes at startup and apparently
  is abandoned upstream.  (In the unlikely case that someone wants to fix
  it, it is available at my redports tree.)
- As with the old version start by installing multimedia/avidemux26-plugins,
  it is needed and depends on the other ports.
- (portlint is still not happy but I guess it cannot know everything...)

Submitted by:	frogs <4721@hushmail.com> (initial port)
Original commitRevision:349863 
Thursday, 30 Jan 2014
20:58 nox search for other commits by this committer
Fix QT4 option handling.

PR:		ports/186280
Submitted by:	amdmi3
Original commitRevision:341886 
Thursday, 23 Jan 2014
18:42 nox search for other commits by this committer
- Use gcc and LDFLAGS+=-lc++ on 10+, this seems to fix build as well
  as runtime. [1]
- Use new LIB_DEPENDS syntax.

PR:		ports/185997 [1] (inspired by)
Submitted by:	Mathias Picker <Mathias.Picker@virtual-earth.de> [1]
Original commitRevision:340847 
Saturday, 6 Jul 2013
19:30 nox search for other commits by this committer
Fix build of multimedia/avidemux2 and multimedia/avidemux2-plugins
in a world WITH_CLANG_IS_CC and WITHOUT_GCC.

PR:		ports/180087
Submitted by:	r4721@tormail.org
Original commitRevision:322409 
Monday, 6 May 2013
09:07 jgh search for other commits by this committer
- convert to USES for gettext

Approved by:	portmgr (bapt@)
Original commitRevision:317490 
Saturday, 27 Apr 2013
22:09 bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
Original commitRevision:316695 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
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 
Thursday, 26 Jul 2012
10:06 bapt search for other commits by this committer
Add USE_PKGCONFIG=build explicitly
Original commit
Monday, 23 Jul 2012
19:28 mm search for other commits by this committer
Add missing bumps for x264 update
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
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
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
Wednesday, 25 Apr 2012
14:19 mm search for other commits by this committer
Update x264 to 0.123.2189
Original commit
Sunday, 18 Mar 2012
20:30 nox search for other commits by this committer
- Update to 2.5.6 . [1]
- Add patch to fix build when multimedia/ffmpeg is also installed.

PR:             ports/166104 [1]
Submitted by:   4721@hushmail.com [1]
Feature safe:   yes
Original commit
Thursday, 16 Feb 2012
20:22 ashish search for other commits by this committer
- Actually bump shared library versions, missed in last commit

Reported by:    "Herbert J. Skuhra" <h.skuhra at gmail.com>
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Wednesday, 21 Dec 2011
08:48 mm search for other commits by this committer
Update x264 to 0.119.2113
Original commit
Friday, 11 Nov 2011
02:57 linimon search for other commits by this committer
Also broken on powerpc (and presumably ia64).

Hat:            portmgr
Feature safe:   yes
Original commit
Monday, 10 Oct 2011
10:04 mm search for other commits by this committer
Update x264 to 0.116.2076
Original commit
Thursday, 23 Jun 2011
18:09 mm search for other commits by this committer
Update to 0.115.2000
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
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

Number of commits found: 34