Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1_13 12 Nov 2017 15:56:40 |
rene |
Remove expired port:
2017-08-23 multimedia/plexhometheater: Broken for more than 6 months |
1.4.1_13 25 Sep 2017 00:08:17 |
jbeich |
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 |
1.4.1_12 25 Sep 2017 00:05:06 |
jbeich |
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 |
1.4.1_11 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.4.1_11 22 Jul 2017 11:01:38 |
antoine |
Deprecate ports BROKEN for more than 6 months |
1.4.1_11 25 Jun 2017 21:07:58 |
tcberner |
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 |
1.4.1_11 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.4.1_10 02 May 2017 06:48:11 |
jbeich |
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 |
1.4.1_9 20 Feb 2017 18:00:05 |
riggs |
Chase libass runtime fix r434477; bump PORTREVISION on consumers
PR: 216837
Reported by: cpm
MFH: 2017Q1 |
1.4.1_8 05 Feb 2017 08:17:43 |
riggs |
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers
Reported by: robert.burmeister@utoledo.edu (via email) |
1.4.1_7 23 Jan 2017 18:52:57 |
sunpoet |
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) |
1.4.1_6 11 Jan 2017 10:08:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.4.1_6 08 Jan 2017 15:29:22 |
woodsb02 |
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 |
1.4.1_6 06 Jan 2017 08:45:04 |
jbeich |
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 |
1.4.1_5 03 Jan 2017 18:12:13 |
mat |
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 |
1.4.1_5 30 Dec 2016 08:08:20 |
jbeich |
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 |
1.4.1_4 23 Nov 2016 12:45:47 |
jbeich |
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) |
1.4.1_3 09 Nov 2016 12:44:34 |
jbeich |
multimedia/plexhometheater: oops, back out r425788
`outputptr` is modified a few lines later which leads to undefined behavior.
Pointy hat to: @jbeich |
1.4.1_3 09 Nov 2016 10:51:23 |
jbeich |
multimedia/plexhometheater: unbreak build after r425442
xbmc/cores/dvdplayer/DVDPlayerAudioResampler.cpp:77:12: error:
cannot initialize a variable of type 'float *' with an lvalue of type
'const float *'
float* outputptr = m_converterdata.data_in;
^ ~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Pointy hat to: @bapt (and upstream)
Approved by: portmgr blanket |
1.4.1_3 04 Aug 2016 04:36:54 |
marino |
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) |
1.4.1_3 09 May 2016 20:46:48 |
woodsb02 |
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 |
1.4.1_3 29 Apr 2016 15:20:28 |
arved |
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. |
1.4.1_2 16 Apr 2016 18:03:17 |
riggs |
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) |
1.4.1_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4.1_1 20 Sep 2015 01:11:56 |
jbeich |
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 |
1.4.1_1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.4.1_1 11 Jun 2015 15:10:50 |
avilla |
- Chase libplist shlib version update. |
1.4.1 01 Jun 2015 19:32:05 |
amdmi3 |
- Update to 1.4.1
PR: 200533
Submitted by: woodsb02@gmail.com (maintainer) |
1.3.6 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
1.3.6 24 Apr 2015 19:03:44 |
adamw |
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) |
1.3.6 13 Apr 2015 22:47:34 |
adamw |
I forgot to add a patch in r383947. PHT will not build without it. It
was present in the PR (199416, which I also got wrong in that commit).
Noticed by: Ben Woods (maintainer) |
1.3.6 13 Apr 2015 19:36:34 |
adamw |
Move DISTVERSION{PREFIX,SUFFIX} into their proper place.
Pointed out by: mat |
1.3.6 13 Apr 2015 18:47:49 |
adamw |
Update to 1.3.6.
PR: 194416
Submitted by: Ben Woods (maintainer) |
1.2.2_7 28 Feb 2015 14:20:11 |
jbeich |
- 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] |
1.2.2_7 19 Jan 2015 19:33:22 |
bapt |
Mark as bundle libs |
1.2.2_6 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.2.2_5 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.2.2_5 08 Dec 2014 16:48:41 |
tijl |
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 ) |
1.2.2_4 23 Oct 2014 19:45:11 |
adamw |
Bump PORTREVISION for r371361, which changed the iconv library.
PR: 194533
Submitted by: Ben Woods (maintainer) |
1.2.2_3 22 Oct 2014 16:25:56 |
adamw |
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) |
1.2.2_3 13 Oct 2014 16:10:10 |
adamw |
Allow shared libraries access to the functions within the main program of
plexhometheater.
While here, remove @dirrm's
PR: 194237
Submitted by: maintainer |
1.2.2_2 06 Oct 2014 16:28:09 |
wg |
multimedia/plexhometheater: switch from py-imaging to py-pillow
With hat: python
Approved by: portmgr (bdrewery, implicit) |
1.2.2_1 28 Sep 2014 23:04:37 |
avilla |
- Chase libplist shlib bump. |
1.2.2 13 Sep 2014 16:58:31 |
adamw |
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 ) |
1.2.1_4 10 Sep 2014 20:50:37 |
gerald |
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) |
1.2.1_3 01 Sep 2014 10:25:48 |
tijl |
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) |
1.2.1_2 31 Aug 2014 11:54:17 |
tijl |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
1.2.1_1 26 Aug 2014 03:11:21 |
amdmi3 |
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.2.1 21 Aug 2014 16:55:56 |
adamw |
Add multimedia/plexhometheater, the frontend to the powerful
Plex media system.
PR: 191413
Submitted by: woodsb02@gmail.com |