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/plexhometheater/Makefile
SVNWeb

Number of commits found: 45

Mon, 25 Sep 2017
[ 00:08 jbeich search for other commits by this committer ] Original commit   Revision:450560 (Only the first 10 of 342 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
[ 00:05 jbeich search for other commits by this committer ] Original commit   Revision:450557 (Only the first 10 of 327 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Sat, 22 Jul 2017
[ 11:01 antoine search for other commits by this committer ] Original commit   Revision:446387 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Deprecate ports BROKEN for more than 6 months
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
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, 2 May 2017
[ 06:48 jbeich search for other commits by this committer ] Original commit   Revision:439934 (Only the first 10 of 336 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Mon, 20 Feb 2017
[ 18:00 riggs search for other commits by this committer ] Original commit   Revision:434479 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm
MFH:		2017Q1
Sun, 5 Feb 2017
[ 08:17 riggs search for other commits by this committer ] Original commit   Revision:433383 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)
Mon, 23 Jan 2017
[ 18:52 sunpoet search for other commits by this committer ] Original commit   Revision:432286
Update to 0.9.52

- While I'm here:
  - Remove USE_OPENSSL: it is not required after libmicrospdy removal
  - Bump PORTREVISION for dependent ports

Changes:	https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR:		216382
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Wed, 11 Jan 2017
[ 10:08 amdmi3 search for other commits by this committer ] Original commit   Revision:431169 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Sun, 8 Jan 2017
[ 15:29 woodsb02 search for other commits by this committer ] Original commit   Revision:430877 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
multimedia/plexhometheater: Pet portlint (no-op)

- Re-generate patches with makepatch (pet portlint)
- Remove blank lines between BUILD/LIB/RUN_DEPENDS (pet portlint)
- Add LICENSE_FILE
Fri, 6 Jan 2017
[ 08:45 jbeich search for other commits by this committer ] Original commit   Revision:430692 (Only the first 10 of 324 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Tue, 3 Jan 2017
[ 18:12 mat search for other commits by this committer ] Original commit   Revision:430490 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
Fri, 30 Dec 2016
[ 08:08 jbeich search for other commits by this committer ] Original commit   Revision:429961 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
multimedia/libass: belatedly bump PORTREVISION after r429876

ASS_Style grew in size by |int Justify| member. Old consumers may
not initialize it leading to crashes.

Reported by:	Kevin Oberman
Wed, 23 Nov 2016
[ 12:45 jbeich search for other commits by this committer ] Original commit   Revision:426908 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Wed, 9 Nov 2016
[ 12:44 jbeich search for other commits by this committer ] Original commit   Revision:425795
multimedia/plexhometheater: oops, back out r425788

`outputptr` is modified a few lines later which leads to undefined behavior.

Pointy hat to:	@jbeich
Thu, 4 Aug 2016
[ 04:36 marino search for other commits by this committer ] Original commit   Revision:419592
multimedia ... sysutils: Remove redundant dependency on unzip

A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
Mon, 9 May 2016
[ 20:46 woodsb02 search for other commits by this committer ] Original commit   Revision:414892 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
Fri, 29 Apr 2016
[ 15:20 arved search for other commits by this committer ] Original commit   Revision:414276 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
Sat, 16 Apr 2016
[ 18:03 riggs search for other commits by this committer ] Original commit   Revision:413473
Fix build with recent libcec 3.1.0 update; bump PORTREVISION

PR:		208161
Submitted by:	mickael.maillot@gmail.com
Approved by:	woodsb02@gmail.com (maintainer)
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
Sun, 20 Sep 2015
[ 01:11 jbeich search for other commits by this committer ] Original commit   Revision:397343
multimedia/plexhometheater: minor cleanup

- Convert to USE_GL
- Adjust PLIST_SUB outside of conditional
- Drop 8.x support
- OPSYS/OSVERSION also defined in .options.mk

Approved by:	portmgr blanket
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Thu, 11 Jun 2015
[ 15:10 avilla search for other commits by this committer ] Original commit   Revision:389226
- Chase libplist shlib version update.
Mon, 1 Jun 2015
[ 19:32 amdmi3 search for other commits by this committer ] Original commit   Revision:388257
- Update to 1.4.1

PR:		200533
Submitted by:	woodsb02@gmail.com (maintainer)
Fri, 24 Apr 2015
[ 19:03 adamw search for other commits by this committer ] Original commit   Revision:384674
Fix build on FreeBSD 8 and 9.

__builtin_bswap32 and __builtin_bswap64 were not introduced in GCC until v4.3.

PR:		199627
Submitted by:	maintainer (Ben Woods)
Mon, 13 Apr 2015
[ 19:36 adamw search for other commits by this committer ] Original commit   Revision:383961
Move DISTVERSION{PREFIX,SUFFIX} into their proper place.

Pointed out by:	mat
[ 18:47 adamw search for other commits by this committer ] Original commit   Revision:383947 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Update to 1.3.6.

PR:		194416
Submitted by:	Ben Woods (maintainer)
Sat, 28 Feb 2015
[ 14:20 jbeich search for other commits by this committer ] Original commit   Revision:380144
- Update libcec to 2.2.0 [1]
- Unbreak consumers after update [2]
- No PORTREVISION bumps because binary compatible

PR:		196299
Differential Revision:	https://reviews.freebsd.org/D1900
Submitted by:	mickael.maillot@gmail.com (maintainer) [1]
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer) [2]
Mon, 19 Jan 2015
[ 19:33 bapt search for other commits by this committer ] Original commit   Revision:377451
Mark as bundle libs
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 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
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)
Thu, 23 Oct 2014
[ 19:45 adamw search for other commits by this committer ] Original commit   Revision:371402
Bump PORTREVISION for r371361, which changed the iconv library.

PR:		194533
Submitted by:	Ben Woods (maintainer)
Wed, 22 Oct 2014
[ 16:25 adamw search for other commits by this committer ] Original commit   Revision:371361
Use iconv port, for wchar_t.

When running the plexhometheater player, the following line is repeatedly
printed into the log output.

ERROR: convert_checked iconv_open() failed from UTF-8 to WCHAR_T,
errno=22(Invalid argument)

This is because the plexhometheater port currently uses the iconv in base,
which does not provide the wchar_t functionality.

PR:		194533
Submitted by:	Ben Woods (maintainer)
Mon, 13 Oct 2014
[ 16:10 adamw search for other commits by this committer ] Original commit   Revision:370791
Allow shared libraries access to the functions within the main program of
plexhometheater.

While here, remove @dirrm's

PR:		194237
Submitted by:	maintainer
Mon, 6 Oct 2014
[ 16:28 wg search for other commits by this committer ] Original commit   Revision:370191
multimedia/plexhometheater: switch from py-imaging to py-pillow

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Sun, 28 Sep 2014
[ 23:04 avilla search for other commits by this committer ] Original commit   Revision:369505
- Chase libplist shlib bump.
Sat, 13 Sep 2014
[ 16:58 adamw search for other commits by this committer ] Original commit   Revision:368121
Upgrade multimedia/plexhometheater to v1.2.2

The attached patch upgrades multimedia/plexhometheater to v1.2.2.

In addition, it removes the LIBDEPENDS on audio/lame and java as neither are
actually used by plexhometheater, and adds a pkg-message to explain how to run
plexhometheater from the command line when the package is installed.

---

Plexhometheater is unable to play videos, with some of the following error
messages appearing in the logs depending on the codec of the video being
played.

ERROR: Unable to load
(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)
Mon, 1 Sep 2014
[ 10:25 tijl search for other commits by this committer ] Original commit   Revision:366859
www/libmicrohttpd:
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available

Approved by:	portmgr (implicit, bump unstaged port)
Sun, 31 Aug 2014
[ 11:54 tijl search for other commits by this committer ] Original commit   Revision:366746 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Tue, 26 Aug 2014
[ 03:11 amdmi3 search for other commits by this committer ] Original commit   Revision:366179
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Thu, 21 Aug 2014
[ 16:55 adamw search for other commits by this committer ] Original commit   Revision:365568 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Add multimedia/plexhometheater, the frontend to the powerful
Plex media system.

PR:		191413
Submitted by:	woodsb02@gmail.com

Number of commits found: 45