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: net-p2p/tribler/Makefile
SVNWeb

Number of commits found: 62

Thu, 26 Dec 2019
[ 07:54 antoine search for other commits by this committer ] Original commit   Revision:520894 (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Fri, 8 Nov 2019
[ 13:26 tobik search for other commits by this committer ] Original commit   Revision:517060 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
net-p2p: Add missing USES=gnome
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 3 Jan 2019
[ 14:14 riggs search for other commits by this committer ] Original commit   Revision:489178 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
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/
Sat, 6 Oct 2018
[ 21:20 yuri search for other commits by this committer ] Original commit   Revision:481402
Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED format
[ 20:13 yuri search for other commits by this committer ] Original commit   Revision:481391 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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>
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, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 22 Oct 2017
[ 10:09 vsevolod search for other commits by this committer ] Original commit   Revision:452629 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
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
Mon, 5 Jun 2017
[ 14:51 sunpoet search for other commits by this committer ] Original commit   Revision:442641
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change
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)
Sun, 30 Oct 2016
[ 13:53 riggs search for other commits by this committer ] Original commit   Revision:424944
Update to upstream version 6.5.2

PR:		213740
Submitted by:	riggs
Tue, 12 Jul 2016
[ 22:03 marino search for other commits by this committer ] Original commit   Revision:418449 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
security/libsodium: Upgrade version 1.0.8 => 1.0.10

Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
Tue, 26 Apr 2016
[ 12:43 mat search for other commits by this committer ] Original commit   Revision:414051
Update to 6.5.1

PR:		209048
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Sat, 16 Apr 2016
[ 12:29 danfe search for other commits by this committer ] Original commit   Revision:413438 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
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
Wed, 18 Nov 2015
[ 21:41 rm search for other commits by this committer ] Original commit   Revision:401898 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name

- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
Fri, 6 Nov 2015
[ 15:48 amdmi3 search for other commits by this committer ] Original commit   Revision:400936
- Switch to options helpers
Wed, 16 Sep 2015
[ 19:51 bapt search for other commits by this committer ] Original commit   Revision:397077 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Sun, 13 Sep 2015
[ 19:16 bapt search for other commits by this committer ] Original commit   Revision:396853
Mark as only working with the old wxGTK version
Thu, 26 Mar 2015
[ 15:27 marino search for other commits by this committer ] Original commit   Revision:382325
net-p2p/tribler: Add DragonFly support

Bring in fix from dports (port is not maintained)
Sat, 28 Feb 2015
[ 12:10 robak search for other commits by this committer ] Original commit   Revision:380136
net-p2p/tribler: update 6.3.3 -> 6.4.3

- Drop GH usage and fix MASTERSITES

PR:		197451
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
Wed, 5 Nov 2014
[ 12:37 marino search for other commits by this committer ] Original commit   Revision:372189
net-p2p/tribler: Fix extract for DF and unmask installation commands

On the last update, the logic for the post-extract command was changed,
which broke the target on DF.  This version works on all platforms.

While here, rework the do-install target so that the commands aren't
suppressed.  Also simplify it.
Sat, 25 Oct 2014
[ 17:00 pi search for other commits by this committer ] Original commit   Revision:371490
net-p2p/tribler: 6.0.3 -> 6.3.3

Changelog:
https://github.com/Tribler/tribler/releases

PR:		193901
Submitted by:	tkato432@yahoo.com
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)
Fri, 29 Aug 2014
[ 10:50 bapt search for other commits by this committer ] Original commit   Revision:366500
Convert to wxPython30 and modernize python
Thu, 24 Jul 2014
[ 13:32 bapt search for other commits by this committer ] Original commit   Revision:362796 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Only use libevent2

Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Thu, 3 Jul 2014
[ 18:57 pawel search for other commits by this committer ] Original commit   Revision:360445
- Add staging support
- Convert to new LIB_DEPENDS format
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Fri, 21 Feb 2014
[ 13:38 ehaupt search for other commits by this committer ] Original commit   Revision:345426
Remove trailing whitespaces from category net-p2p
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Oct 2013
[ 13:59 amdmi3 search for other commits by this committer ] Original commit   Revision:331273 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])

Approved by:	portmgr (bdrewery)
Fri, 20 Sep 2013
[ 22:28 bapt search for other commits by this committer ] Original commit   Revision:327758 (Only the first 10 of 108 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:
net-p2p)
Mon, 6 May 2013
[ 23:01 ehaupt search for other commits by this committer ] Original commit   Revision:317561
Chase textproc/libebml, multimedia/libmatroska update.

Approved by:    multimedia (bapt, kwm)
Sat, 4 May 2013
[ 22:02 bapt search for other commits by this committer ] Original commit   Revision:317374
Fix on 9+
Tue, 18 Dec 2012
[ 01:56 eadler search for other commits by this committer ] Original commit   Revision:309137
Update to 6.0.3
Wed, 14 Nov 2012
[ 19:06 pawel search for other commits by this committer ] Original commit   Revision:307423
- Update to version 6.0.2 and Remove DEPRECATED

While I'm here:
- Make sure to link to libevent2 - build was failing when both versions
  of libevent libraries were installed
- Add dependency on multimedia/vlc to have videoplayer feature working

PR:		ports/172249
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
Fri, 26 Oct 2012
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:306432 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
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
Sat, 21 Apr 2012
[ 18:47 miwi search for other commits by this committer ] Original commit 
- Update to 5.5.24

PR:             166892
Submitted by:   Ports Fury
Sun, 25 Mar 2012
[ 03:56 miwi search for other commits by this committer ] Original commit 
- Update to 5.5.21

PR:             166049
Submitted by:   Ports Fury
Feature safe:   yes
Fri, 25 Feb 2011
[ 00:47 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Move to py25 or above
- While here kick md5 support
Mon, 11 Oct 2010
[ 04:11 alepulver search for other commits by this committer ] Original commit 
- Drop maintainership.
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
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
Sat, 22 Aug 2009
[ 00:32 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 341 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with N
Thu, 5 Feb 2009
[ 20:59 alepulver search for other commits by this committer ] Original commit 
- Fix the build error caused by update of py-m2crypto.

PR:             ports/131190
Submitted by:   Wen Heping <wenheping@gmail.com>
Fri, 6 Jun 2008
[ 13:53 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 24 Jul 2007
[ 14:17 alepulver search for other commits by this committer ] Original commit 
- Update to version 4.0.4.
Tue, 5 Jun 2007
[ 02:10 alepulver search for other commits by this committer ] Original commit 
- Update to version 4.0.1.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 2 May 2007
[ 16:24 alepulver search for other commits by this committer ] Original commit 
Tribler is a social community that facilitates filesharing through a so called
peer-to-peer (p2p) network. A p2p network is structural different to a
server-computer structure, where every user downloads its files from one
central server. Within p2p the user/downloader becomes also an uploader to the
next user. In this way there is no central computer that provides every file
to all users.

WWW: http://www.tribler.org/

Number of commits found: 62