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) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/plexhometheater/Makefile

Number of commits found: 45

Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
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
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
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
Original commitRevision:450557 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Saturday, 22 Jul 2017
11:01 antoine search for other commits by this committer
Deprecate ports BROKEN for more than 6 months
Original commitRevision:446387 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
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
Original commitRevision:444324 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
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
Original commitRevision:439934 
Monday, 20 Feb 2017
18:00 riggs search for other commits by this committer
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm
MFH:		2017Q1
Original commitRevision:434479 
Sunday, 5 Feb 2017
08:17 riggs search for other commits by this committer
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)
Original commitRevision:433383 
Monday, 23 Jan 2017
18:52 sunpoet search for other commits by this committer
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)
Original commitRevision:432286 
Wednesday, 11 Jan 2017
10:08 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:431169 
Sunday, 8 Jan 2017
15:29 woodsb02 search for other commits by this committer
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
Original commitRevision:430877 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
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
Original commitRevision:430692 
Tuesday, 3 Jan 2017
18:12 mat search for other commits by this committer
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
Original commitRevision:430490 
Friday, 30 Dec 2016
08:08 jbeich search for other commits by this committer
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
Original commitRevision:429961 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
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)
Original commitRevision:426908 
Wednesday, 9 Nov 2016
12:44 jbeich search for other commits by this committer
multimedia/plexhometheater: oops, back out r425788

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

Pointy hat to:	@jbeich
Original commitRevision:425795 
Thursday, 4 Aug 2016
04:36 marino search for other commits by this committer
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)
Original commitRevision:419592 
Monday, 9 May 2016
20:46 woodsb02 search for other commits by this committer
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
Original commitRevision:414892 
Friday, 29 Apr 2016
15:20 arved search for other commits by this committer
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.
Original commitRevision:414276 
Saturday, 16 Apr 2016
18:03 riggs search for other commits by this committer
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)
Original commitRevision:413473 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 20 Sep 2015
01:11 jbeich search for other commits by this committer
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
Original commitRevision:397343 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 11 Jun 2015
15:10 avilla search for other commits by this committer
- Chase libplist shlib version update.
Original commitRevision:389226 
Monday, 1 Jun 2015
19:32 amdmi3 search for other commits by this committer
- Update to 1.4.1

PR:		200533
Submitted by:	woodsb02@gmail.com (maintainer)
Original commitRevision:388257 
Friday, 24 Apr 2015
19:03 adamw search for other commits by this committer
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)
Original commitRevision:384674 
Monday, 13 Apr 2015
19:36 adamw search for other commits by this committer
Move DISTVERSION{PREFIX,SUFFIX} into their proper place.

Pointed out by:	mat
Original commitRevision:383961 
18:47 adamw search for other commits by this committer
Update to 1.3.6.

PR:		194416
Submitted by:	Ben Woods (maintainer)
Original commitRevision:383947 
Saturday, 28 Feb 2015
14:20 jbeich search for other commits by this committer
- 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]
Original commitRevision:380144 
Monday, 19 Jan 2015
19:33 bapt search for other commits by this committer
Mark as bundle libs
Original commitRevision:377451 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
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 
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 
Thursday, 23 Oct 2014
19:45 adamw search for other commits by this committer
Bump PORTREVISION for r371361, which changed the iconv library.

PR:		194533
Submitted by:	Ben Woods (maintainer)
Original commitRevision:371402 
Wednesday, 22 Oct 2014
16:25 adamw search for other commits by this committer
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)
Original commitRevision:371361 
Monday, 13 Oct 2014
16:10 adamw search for other commits by this committer
Allow shared libraries access to the functions within the main program of
plexhometheater.

While here, remove @dirrm's

PR:		194237
Submitted by:	maintainer
Original commitRevision:370791 
Monday, 6 Oct 2014
16:28 wg search for other commits by this committer
multimedia/plexhometheater: switch from py-imaging to py-pillow

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370191 
Sunday, 28 Sep 2014
23:04 avilla search for other commits by this committer
- Chase libplist shlib bump.
Original commitRevision:369505 
Saturday, 13 Sep 2014
16:58 adamw search for other commits by this committer
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
/usr/local/lib/plexhometheater/system/players/dvdplayer/avcodec-53-x86-freebsd.so,
reason: /usr/local/bin/system/players/dvdplayer/avcodec-53-x86_64-freebsd.so:
Undefined symbol "ff_h264dsp_init_x86"

ERROR: Unable to load
/usr/local/lib/plexhometheater/system/players/dvdplayer/avcodec-53-x86-freebsd.so,
reason: /usr/local/bin/system/players/dvdplayer/avcodec-53-x86_64-freebsd.so:
Undefined symbol "ff_mlp_init_x86"

This is similar to PR181964 filed previously for multimedia/gstreamer-ffmpeg
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181964

This issue is caused as during port build some variables not defined in
MAKE_ENV/MAKE_ARGS are leaked to do-build target via .MAKEFLAGS rule in
bsd.port.mk. According to make(1) man page variable assignments in MAKEFLAGS
are treated as those on command line which means they override assignments in
Makefiles.

Unfortunately, this breaks building arch-specific code for libavcodec as
$(ARCH) in config.mak is no longer honored.

Fix: Rename the variable from ARCH to FFMPEG_ARCH, as is done in
multimedia/ffmpeg.

---

Add binutils as builddep on FreeBSD8 and use cmake compiler in ffmpeg configure

---

Plexhometheater will fail to build from ports if ffmpeg is already installed on
the system (via ports or package).

---

Plexhometheater crashes at launch with:
ERROR: Unable to create application. Exiting
Segmentation fault (core dumped)

FROM LOGS:
ERROR: Unable to load /usr/local/bin/system/libcpluff-x86_64-freebsd.so,
reason: Cannot open "/usr/local/bin/system/libcpluff-x86_64-freebsd.so

PR:		193547, 193282, 193190, 193189, 193188
Submitted by:	Ben Woods (maintainer)
Original commitRevision:368121 
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 
Monday, 1 Sep 2014
10:25 tijl search for other commits by this committer
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)
Original commitRevision:366859 
Sunday, 31 Aug 2014
11:54 tijl search for other commits by this committer
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366746 
Tuesday, 26 Aug 2014
03:11 amdmi3 search for other commits by this committer
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:366179 
Thursday, 21 Aug 2014
16:55 adamw search for other commits by this committer
Add multimedia/plexhometheater, the frontend to the powerful
Plex media system.

PR:		191413
Submitted by:	woodsb02@gmail.com
Original commitRevision:365568 

Number of commits found: 45