Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0_23 24 Mar 2019 18:43:27 |
kwm |
Remove expired webkit-gtk2 and webkit-gtk3 ports.
Bump graphics/variety deprecation date, there is a patch for a update which
uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix. |
6.0_23 27 Dec 2018 13:59:46 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
6.0_23 26 Dec 2018 22:11:16 |
linimon |
This port requires GCC from ports to build on GCC-based architectures.
Additionally, our patch sets unconditionally compiler from base.
Change = to ?=.
While here, pet portlint.
PR: 234161
Submitted by: Piotr Kubaj
Approved by: maintainer |
6.0_23 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
6.0_22 06 Nov 2018 01:50:27 |
jbeich |
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/ |
6.0_21 06 Oct 2018 21:20:42 |
yuri |
Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED format |
6.0_20 06 Oct 2018 20:13:20 |
yuri |
net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update
1.1.9 -> 1.1.10
Port changes for net-p2p/libtorrent-rasterbar:
* Change to cmake
* Add LICENSE_FILE
* Add USES=compiler:c++14-lang
* Remove the TEST option, add the cmake-based do-test target, but it is broken
upstream
Port changes for net-p2p/libtorrent-rasterbar-python:
* Complete redesign, made it an individual port instead of a slave
Bump 5 dependencies.
Reported by: TJ <tj@mrsk.me> |
6.0_19 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
6.0_18 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
6.0_18 04 May 2018 11:40:30 |
jbeich |
multimedia/miro: unbreak with ffmpeg 4.0
linux/miro-segmenter.c:103:48: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
output_codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
linux/miro-segmenter.c:270:46: error: no member named 'pts' in 'struct AVStream'
segment_time = (double)video_st->pts.val * video_st->time_base.num /
video_st->time_base.den;
~~~~~~~~ ^
linux/miro-segmenter.c:273:46: error: no member named 'pts' in 'struct AVStream'
segment_time = (double)audio_st->pts.val * audio_st->time_base.num /
audio_st->time_base.den;
~~~~~~~~ ^
PR: 227726
Reported by: antoine (via exp-run) |
6.0_18 02 May 2018 15:07:27 |
jbeich |
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 |
6.0_17 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
6.0_16 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
6.0_15 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
6.0_15 21 Oct 2017 06:50:50 |
jbeich |
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 |
6.0_14 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 |
6.0_13 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 |
6.0_12 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 |
6.0_11 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
6.0_10 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
6.0_10 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 |
6.0_9 11 Dec 2016 15:22:47 |
jbeich |
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) |
6.0_8 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) |
6.0_7 18 Nov 2016 23:39:39 |
jbeich |
multimedia/miro: unbreak build with ffmpeg 3.x
linux/miro-segmenter.c:81:92: error: use of
undeclared identifier 'CODEC_ID_MP3'; did you mean 'AV_CODEC_ID_MP3'?
...== 1 && input_codec_context->codec_id == CODEC_ID_MP3) ||
input_codec_context->codec_id == CO...
^~~~~~~~~~~~
AV_CODEC_ID_MP3
/usr/local/include/libavcodec/avcodec.h:517:5: note: 'AV_CODEC_ID_MP3' declared
here
AV_CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3
^
linux/miro-segmenter.c:81:142: error: use of
undeclared identifier 'CODEC_ID_AC3'; did you mean 'AV_CODEC_ID_AC3'?
...== CODEC_ID_MP3) || input_codec_context->codec_id == CODEC_ID_AC3) {
^~~~~~~~~~~~
AV_CODEC_ID_AC3
/usr/local/include/libavcodec/avcodec.h:519:5: note: 'AV_CODEC_ID_AC3' declared
here
AV_CODEC_ID_AC3,
^
PR: 214195
Approved by: portmgr blanket |
6.0_7 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.0_7 12 Dec 2015 23:43:51 |
sunpoet |
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports |
6.0_6 26 Sep 2015 13:57:38 |
bapt |
Remove @exec/@unexec redundant with USES=shared-mime-info |
6.0_6 26 Sep 2015 00:24:56 |
bapt |
Modernize plist |
6.0_5 29 Jul 2015 16:26:38 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
6.0_4 25 Mar 2015 17:36:48 |
marino |
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket |
6.0_4 02 Oct 2014 07:36:37 |
mva |
- Convert to USES=python
Approved by: portmgr (implicit) |
6.0_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) |
6.0_3 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
6.0_2 28 Jun 2014 22:31:55 |
swills |
- Stage |
6.0_2 28 Jun 2014 03:46:09 |
miwi |
- Fix build |
6.0_2 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
6.0_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
6.0_1 06 Nov 2013 12:18:29 |
nemysis |
- Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile
Approved by: bdrewery> |
6.0_1 21 Oct 2013 17:51:01 |
wg |
multimedia/miro: link against ffmpeg-2
- Link against ffmpeg-2
- Remove leading article from COMMENT
- Convert lib depends to new format
Approved by: portmgr (bapt, implicit) |
6.0 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
6.0 18 Sep 2013 08:38:20 |
bapt |
Add an explicit dependency on pkgconf |
6.0 01 Sep 2013 12:37:56 |
sperber |
- Update multimedia/miro to 6.0
- change ffmpeg dependency to ffmpeg1
- update maintainer to swills@ (suggested and accepted over irc)
PR: ports/181348
Submitted by: Steve Wills <swills _AT_ FreeBSD.org>
Approved by: decke (mentor) |
5.0_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
5.0_1 04 Mar 2013 10:55:24 |
lwhsu |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
5.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.0 20 May 2012 13:18:20 |
sperber |
- Update to 5.0
- Update my maintainer email address to my FreeBSD.org address
Approved by: beat (mentor) |
4.0.6 20 Feb 2012 00:10:38 |
miwi |
- Update to 4.0.6
PR: 164788
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer) |
4.0.4_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
4.0.4 28 Jan 2012 17:50:27 |
miwi |
- Update to 4.0.4
PR: 164296
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer) |
4.0.3_1 03 Dec 2011 14:11:18 |
miwi |
- Add missing dependency
- Bump PORTREVISION
PR: 163003
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer via irc
Feature safe: yes |
4.0.3 11 Nov 2011 17:56:43 |
miwi |
- Update to 0.4.3
PR: 162326
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yesjo |
4.0.1_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
4.0.1_3 01 Sep 2011 13:26:10 |
eadler |
- bump USE_PYTHON to 2.5+
- since it now requires 2.5+ use databases/py-sqlite3
instead of databases/py-pysqlite2x
- while here, move LICENSE to proper block
- remove CONFLICTS since we don't have other Miro version in the tree anymore
- remove MAKE_ENV line as it automatically occurs in b.p.m
PR: ports/160070
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
sahil (mentor) |
4.0.1_2 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
4.0.1_1 16 Jun 2011 06:26:23 |
wen |
- Add missing depends.
PR: ports/157438
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer |
4.0.1 30 May 2011 20:13:13 |
wxs |
- Update to 4.0.1.
PR: ports/157394
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer) |
3.5.1 28 Dec 2010 11:57:30 |
decke |
- Update to 3.5.1
- Remove check for FreeBSD 6.x
PR: ports/153366
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer) |
3.5 04 Nov 2010 13:02:57 |
makc |
Update to 3.5
PR: ports/151710
Submitted by: Armin Pirkovitsch (maintainer) |
3.0.3_1 03 Sep 2010 13:54:39 |
decke |
- Add missing py-gnome2 dependency
- Bump PORTREVISION
PR: ports/149990
Submitted by: Oleg Ginzburg <olevole at olevole dot ru>
Approved by: Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer),
beat (co-mentor, implicit) |
3.0.3 09 Aug 2010 22:53:59 |
araujo |
- Update to 3.0.3.
- Add license info.
- Mark as BROKEN on 6.x.
- Pass maintainership to submitter.
PR: ports/149091
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
3.0.2 15 Jul 2010 07:12:44 |
miwi |
- Update to 3.0.2
PR: 148566
Submitted by: Ports Fury |
2.5.4_5 20 Jun 2010 17:53:26 |
gerald |
Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which has been a noop for two weeks
now anyway).
Feature safe: yes |
2.5.4_5 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.5.4_4 14 May 2010 05:41:11 |
mva |
- Update to 0.9.9 |
2.5.4_3 24 Apr 2010 09:38:46 |
ehaupt |
Chase audio/libmodplug update. |
2.5.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.5.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.5.4 29 Dec 2009 11:16:28 |
miwi |
- Update to 2.5.4
PR: 142041
Submitted by: Ports Fury
Tested by: nox |
2.5.2_1 27 Nov 2009 09:08:23 |
beat |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi |
2.5.2 08 Aug 2009 06:24:38 |
miwi |
- Update to 2.5.2
PR: 137534
Submitted by: Ports Fury |
2.0.5 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
2.0.5 09 Jul 2009 09:05:34 |
miwi |
- Update to 2.0.5
PR: 136480
Submitted by: Ports Fury |
2.0.4 09 May 2009 09:19:24 |
miwi |
- Update to 2.0.4
PR: 134290
Submitted by: Ports Fury |
2.0.3 07 Apr 2009 12:30:09 |
lwhsu |
- Fix building with boost 1.37
Submitted by: amdmi3 |
2.0.3 20 Mar 2009 23:01:25 |
miwi |
- Update to 2.0.3
PR: 132752
Submitted by: Ports Fury |
2.0.2 14 Mar 2009 14:10:06 |
miwi |
- Update to 2.0.2
PR: 132473
Submitted by: Ports Fury |
2.0.1 20 Feb 2009 16:02:26 |
miwi |
- Update to 2.0.1
PR: 131832
Submitted by: Ports Fury |
1.2.8 08 Dec 2008 18:09:59 |
thierry |
Upgrade to 1.2.8.
Changelog at
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes>
Notified by: tobez |
1.2.7 25 Sep 2008 19:58:25 |
thierry |
Upgrade to 1.2.7.
Changelog at
<http://www.getmiro.com/blog/2008/09/attention-linux-users-miro-127-release/> |
1.2.6 19 Aug 2008 17:00:33 |
thierry |
- Upgrade to 1.2.6;
- Release maintainership. |
1.2.4 14 Jun 2008 14:49:50 |
thierry |
Upgrade to Miro 1.2.4.
Release notes at:
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes> |
1.2.1 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.2.1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.2.1 31 Mar 2008 21:44:28 |
thierry |
Upgrade to 1.2.1.
Notified by: portscout |
1.2 22 Mar 2008 08:49:12 |
thierry |
Upgrade to 1.2.
Changelog at
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes> |
1.1.2 15 Feb 2008 21:45:49 |
thierry |
Upgrade to 1.1.2. |
1.1 12 Jan 2008 12:44:58 |
thierry |
Upgrade to Miro 1.1.
Announce at
<http://www.getmiro.com/blog/2008/01/announcing-miro-11-dramatically-faster-bittorrent/> |
1.0_1 14 Dec 2007 20:40:15 |
thierry |
Respect WITH_GECKO, and don't build against xulrunner if installed.
Submitted by: lioux |
1.0_1 12 Dec 2007 20:34:50 |
thierry |
Add a missing RUN_DEPENDS to ImageMagick.
Reported by: mezz |
1.0 11 Dec 2007 22:27:20 |
thierry |
Miro, formerly known as Democray, is an internet TV platform so that watching
internet video channels will be as easy as watching TV and broadcasting a
channel will be open to everyone.
WWW: http://www.getmiro.com/ |