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
non port: multimedia/2mandvd/Makefile
SVNWeb

Number of commits found: 39

Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Fri, 4 Nov 2016
[ 07:21 jbeich search for other commits by this committer ] Original commit   Revision:425292
multimedia/2mandvd: unbreak build with ffmpeg 3.x

videowrapper.cpp:107:40: error: use of undeclared identifier 'PIX_FMT_RGB24';
did you mean
      'AV_PIX_FMT_RGB24'?
                    pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL,
                                       ^~~~~~~~~~~~~
videowrapper.cpp:128:19: error: use of undeclared identifier
'avcodec_alloc_frame'
        pFrameRGB=avcodec_alloc_frame();
                  ^

PR:		207547
Thu, 14 Apr 2016
[ 16:40 danfe search for other commits by this committer ] Original commit   Revision:413297
- Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
  was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
- Avoid cd'ing to a directory to invoke single-argument command and thus
  make target recipes more readable and undemanding of a sub-shell
- Drop `kde' from CATEGORIES as port does not depend on any of KDE stuff
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 26 Feb 2015
[ 12:52 amdmi3 search for other commits by this committer ] Original commit   Revision:379997
- Switch to linguisttools_build
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)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 21 Nov 2013
[ 16:09 makc search for other commits by this committer ] Original commit   Revision:334499 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Fri, 1 Nov 2013
[ 23:29 pawel search for other commits by this committer ] Original commit   Revision:332425
- Update to version 1.8.5
- Support staging

PR:		ports/181064
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Sun, 13 Oct 2013
[ 13:03 makc search for other commits by this committer ] Original commit   Revision:330227 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Fri, 26 Apr 2013
[ 12:35 bapt search for other commits by this committer ] Original commit   Revision:316600 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove USE_CDRTOOLS from bsd.port.mk

This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Tue, 26 Mar 2013
[ 04:45 miwi search for other commits by this committer ] Original commit   Revision:315256
- Fix crash when locale is set to certain values

PR:		176558
Submitted by:	ports fury
Thu, 7 Feb 2013
[ 14:19 miwi search for other commits by this committer ] Original commit   Revision:311836
- Update to 1.8.4

PR:		175011
Submitted by:	ports fury
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Mon, 7 Jan 2013
[ 02:07 makc search for other commits by this committer ] Original commit   Revision:310020 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Thu, 6 Dec 2012
[ 16:03 danfe search for other commits by this committer ] Original commit   Revision:308387
- Cleanup the Makefile
- Augment port description

Nota bene:	version 1.8.4 is available
Feature safe:	yes
[ 10:02 jhale search for other commits by this committer ] Original commit   Revision:308376
- Return maintainership to the pool at maintainer's request
- Trim Makefile headers

PR:		ports/174217, ports/174218, ports/174220, ports/174221
Submitted by:	Diego Depaoli <trebestie@gmail.com> (maintainer)
Feature safe:	yes
Wed, 6 Jun 2012
[ 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
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Tue, 31 Aug 2010
[ 01:32 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.3.5

PR:             149752
Submitted by:   Diego Depaoli <trebestie@gmail.com> (maintainer)
Sat, 14 Aug 2010
[ 20:22 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not fetch

Reported by:    pointyhat
Sat, 24 Apr 2010
[ 09:38 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Chase audio/libmodplug update.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 13 Feb 2010
[ 08:45 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Chase multimedia/mjpegtools shlib bump
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 18 Dec 2009
[ 18:55 pav search for other commits by this committer ] Original commit 
- Update to 1.2

PR:             ports/141466
Submitted by:   Diego Depaoli <trebestie@gmail.com> (maintainer)
Wed, 21 Oct 2009
[ 10:37 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.2

PR:             139708
Submitted by:   Diego Depaoli <trebestie@gmail.com> (maintainer)
Thu, 15 Oct 2009
[ 16:03 wxs search for other commits by this committer ] Original commit 
- Update to 1.0

PR:             ports/139262
Submitted by:   Diego Depaoli <trebestie@gmail.com> (maintainer)
Mon, 31 Aug 2009
[ 11:41 wxs search for other commits by this committer ] Original commit 
2ManDVD is the successor of mandvd, a dvd authoring program.

WWW:    http://2mandvd.tuxfamily.org

PR:             ports/134443
Submitted by:   Diego Depaoli <trebestie@gmail.com>

Number of commits found: 39