notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: multimedia/avidemux2/Makefile.common
SVNWeb

Number of commits found: 34

Wed, 25 Mar 2015
[ 17:36 marino search for other commits by this committer ] Original commit   Revision:382254 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Thu, 25 Dec 2014
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
[ 02:23 bapt search for other commits by this committer ] Original commit   Revision:375524
Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils
[ 02:11 bapt search for other commits by this committer ] Original commit   Revision:375519
Remove useless gnomehack
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 22 Nov 2014
[ 16:23 xmj search for other commits by this committer ] Original commit   Revision:373073 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 1 Apr 2014
[ 17:27 nox search for other commits by this committer ] Original commit   Revision:349863 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- 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)
Thu, 30 Jan 2014
[ 20:58 nox search for other commits by this committer ] Original commit   Revision:341886
Fix QT4 option handling.

PR:		ports/186280
Submitted by:	amdmi3
Thu, 23 Jan 2014
[ 18:42 nox search for other commits by this committer ] Original commit   Revision:340847
- 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]
Sat, 6 Jul 2013
[ 19:30 nox search for other commits by this committer ] Original commit   Revision:322409
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
Mon, 6 May 2013
[ 09:07 jgh search for other commits by this committer ] Original commit   Revision:317490
- convert to USES for gettext

Approved by:	portmgr (bapt@)
Sat, 27 Apr 2013
[ 22:09 bapt search for other commits by this committer ] Original commit   Revision:316695 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert the last USE_ICONV to USES=iconv
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Tue, 2 Oct 2012
[ 20:47 nox search for other commits by this committer ] Original commit   Revision:305176
- 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]
Thu, 26 Jul 2012
[ 10:06 bapt search for other commits by this committer ] Original commit 
Add USE_PKGCONFIG=build explicitly
Mon, 23 Jul 2012
[ 19:28 mm search for other commits by this committer ] Original commit 
Add missing bumps for x264 update
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Wed, 6 Jun 2012
[ 11:41 avilla search for other commits by this committer ] Original commit 
- 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]
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Wed, 30 May 2012
[ 12:54 bapt search for other commits by this committer ] Original commit 
Convert to new options framework
While here, really disable lame support when PACKAGE_BUILDING is activated (lame
is restricted)
Wed, 25 Apr 2012
[ 14:19 mm search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update x264 to 0.123.2189
Sun, 18 Mar 2012
[ 20:30 nox search for other commits by this committer ] Original commit 
- 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
Thu, 16 Feb 2012
[ 20:22 ashish search for other commits by this committer ] Original commit 
- Actually bump shared library versions, missed in last commit

Reported by:    "Herbert J. Skuhra" <h.skuhra at gmail.com>
Sat, 14 Jan 2012
[ 22:27 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Wed, 21 Dec 2011
[ 08:48 mm search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update x264 to 0.119.2113
Fri, 11 Nov 2011
[ 02:57 linimon search for other commits by this committer ] Original commit 
Also broken on powerpc (and presumably ia64).

Hat:            portmgr
Feature safe:   yes
Mon, 10 Oct 2011
[ 10:04 mm search for other commits by this committer ] Original commit 
Update x264 to 0.116.2076
Thu, 23 Jun 2011
[ 18:09 mm search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 0.115.2000
Thu, 9 Jun 2011
[ 06:16 bapt search for other commits by this committer ] Original commit 
- update to 2.5.5
- add license
Thu, 16 Dec 2010
[ 17:39 nox search for other commits by this committer ] Original commit 
- 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
Fri, 10 Dec 2010
[ 19:11 nox search for other commits by this committer ] Original commit 
- Add back libexecinfo code that I disabled at first.
- Sort plugin plist.
- Some other minor cosmetic fixes.
- Bump PORTREVISIONs.
[ 14:04 pav search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Update to 2.5.4
- Split plugins to separate port
- Transfer maintainership to multimedia@

PR:             ports/152419
Submitted by:   nox

Number of commits found: 34