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: net-im/toxic/Makefile

Number of commits found: 77

Monday, 22 Jan 2024
16:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-im/toxic: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: f33aa2274cd3a74ff286cf5e042056932ff9eb05 commit hash: f33aa2274cd3a74ff286cf5e042056932ff9eb05 commit hash: f33aa2274cd3a74ff286cf5e042056932ff9eb05 commit hash: f33aa2274cd3a74ff286cf5e042056932ff9eb05 f33aa22
Saturday, 20 Jan 2024
00:41 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.14.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0
Reported by:	portscout
commit hash: 589aaaeb09b7daeb6a2053a684f5056d9fcfed0e commit hash: 589aaaeb09b7daeb6a2053a684f5056d9fcfed0e commit hash: 589aaaeb09b7daeb6a2053a684f5056d9fcfed0e commit hash: 589aaaeb09b7daeb6a2053a684f5056d9fcfed0e 589aaae
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Saturday, 11 Feb 2023
08:46 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.13.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f commit hash: 17f6d799d7cd9697ea3c59711e6216a70a27471f 17f6d79
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-im: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alberto Villa <avilla@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrey Akhmichin <sepulkarium45@yahoo.com>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Frank Altpeter <frank@altpeter.de>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Prather
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Joseph S. Atkinson <jsatkinson@embarqmail.com>
  *  Junji NAKANISHI <jun-g@daemonfreaks.com>
  *  Kelly Cochran <kcochran@trolans.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kris Moore <kmoore@freebsd.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Marc Bruenink
  *  Matthew West <mwest@uct.ac.za>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max E. Kuznecov <mek@mek.uz.ua>
  *  Meethune Bhowmick <meethune@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Pavlov <qpadla@gmail.com>
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius <bob@nulis.lt>
  *  SeaD
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yuri <yuri@tsoft.com>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@rawbw.com>
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus <jodocus@jodocus.org>
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 103413d
Wednesday, 26 Jan 2022
07:46 Marius Strobl (marius) search for other commits by this committer
devel/libconfig: update to 1.7.3

- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 8c30deb
Sunday, 26 Dec 2021
17:58 Thierry Thomas (thierry) search for other commits by this committer
net-im/toxic: upgrade to v0.11.3

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.3>.
commit hash: 75a832ce20a8a58b3c15bfe29a18c329bfcd37f8 commit hash: 75a832ce20a8a58b3c15bfe29a18c329bfcd37f8 commit hash: 75a832ce20a8a58b3c15bfe29a18c329bfcd37f8 commit hash: 75a832ce20a8a58b3c15bfe29a18c329bfcd37f8 75a832c
Monday, 6 Dec 2021
20:36 Thierry Thomas (thierry) search for other commits by this committer
net-im/toxic: upgrade to v0.11.2

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.2>.

Note: a new release of toxcore is coming.
commit hash: 9f77e9601564df1822cd51e00156823bde13f804 commit hash: 9f77e9601564df1822cd51e00156823bde13f804 commit hash: 9f77e9601564df1822cd51e00156823bde13f804 commit hash: 9f77e9601564df1822cd51e00156823bde13f804 9f77e96
Saturday, 9 Oct 2021
00:45 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.11.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by:	portscout, Repology
commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af commit hash: f16d8e56352394e557b1ab24f1a3582300e414af f16d8e5
Tuesday, 29 Jun 2021
15:25 Thierry Thomas (thierry) search for other commits by this committer
net-im/toxic: upgrade to v0.11.1

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.1>.
commit hash: ca24a792c496ac8c1177e41b0e8dd969c84ab5fd commit hash: ca24a792c496ac8c1177e41b0e8dd969c84ab5fd commit hash: ca24a792c496ac8c1177e41b0e8dd969c84ab5fd commit hash: ca24a792c496ac8c1177e41b0e8dd969c84ab5fd ca24a79
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 21 Jan 2021
12:12 thierry search for other commits by this committer
Upgrade to 0.10.1.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.10.1>.
Original commitRevision:562199 
Monday, 30 Nov 2020
20:58 thierry search for other commits by this committer
Fix linkage when X11 is disabled.

PR:		251493
Submitted by:	p5B2E9A8F (at) t-online.de
Original commitRevision:556677 
18:20 thierry search for other commits by this committer
Upgrade to v0.10.0.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.10.0>.
Original commitRevision:556669 
Friday, 27 Nov 2020
10:41 thierry search for other commits by this committer
Upgrade to v0.9.1.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.9.1>.
Original commitRevision:556437 
Monday, 16 Nov 2020
16:13 pkubaj search for other commits by this committer
net-im/toxic: fix build on GCC architectures

cc1: error: unrecognized command line option "-Wpedantic"
Original commitRevision:555493 
Sunday, 15 Nov 2020
14:26 thierry search for other commits by this committer
Upgrade to v0.9.0.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.9.0>.
Original commitRevision:555223 
Saturday, 24 Oct 2020
08:38 thierry search for other commits by this committer
Upgrade to v0.8.4.

Release notes at:
	<https://github.com/JFreegman/toxic/releases/tag/v0.8.4>.
Original commitRevision:553165 
Thursday, 19 Mar 2020
23:02 tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Original commitRevision:528750 
Friday, 8 Nov 2019
13:34 tobik search for other commits by this committer
net-im: Add missing USES={gnome,xorg}
Original commitRevision:517063 
Tuesday, 16 Jul 2019
06:57 avos search for other commits by this committer
net-im/toxic: drop unused dependencies, unbreak PYTHON option

- Remove security/libsodium and audio/opus dependencies;
the port does not reference nor links against them.
- Allow to use ncurses from base (if possible).
- Patch python3 detection to use proper pkgconfig/python3-config and
bin/python3 paths.
- Move USES upper (portlint).
- Bump PORTREVISION.

PR:		239215
Approved by:	portmgr (blanket(s): dependencies, build fix(es))
MFH:		2019Q3
Original commitRevision:506727 
Wednesday, 6 Feb 2019
13:33 jbeich search for other commits by this committer
multimedia/libvpx: update 1.8.0

www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
Original commitRevision:492305 
Friday, 2 Nov 2018
10:17 thierry search for other commits by this committer
Fix the build by using ncursesw from ports.
Original commitRevision:483799 
Wednesday, 31 Oct 2018
18:49 thierry search for other commits by this committer
Upgrade to 0.8.3.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.8.3>.
Original commitRevision:483603 
Monday, 6 Aug 2018
17:22 fernape search for other commits by this committer
devel/libconfig: update to 1.7.2

* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
Original commitRevision:476517 
Tuesday, 26 Jun 2018
10:10 thierry search for other commits by this committer
- Upgrade Tox to v0.2.3
  Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>

- Bump PORTREVISION of consumers.
Original commitRevision:473381 
Wednesday, 7 Mar 2018
20:57 thierry search for other commits by this committer
Upgrade to 0.8.2 and chase the new toxcore.

PR:		226311
Original commitRevision:463829 
Monday, 19 Feb 2018
16:20 mat search for other commits by this committer
Don't abuse opt_VARS to add to USES.

Sponsored by:	Absolight
Original commitRevision:462333 
Thursday, 25 Jan 2018
21:20 jbeich search for other commits by this committer
multimedia/libvpx: update 1.7.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
Original commitRevision:459963 
Sunday, 7 Jan 2018
19:03 krion search for other commits by this committer
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:458372 
Friday, 1 Dec 2017
07:19 antoine search for other commits by this committer
Cleanup LIB_DEPENDS on libpng
Original commitRevision:455251 
Saturday, 18 Nov 2017
09:39 thierry search for other commits by this committer
Upgrade to 0.8.1.

Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>.
Original commitRevision:454418 
Sunday, 22 Oct 2017
10:09 vsevolod search for other commits by this committer
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
Original commitRevision:452629 
Saturday, 23 Sep 2017
02:59 vanilla search for other commits by this committer
1: upgrade to 4.0.0.
2: chrase shared library version.
Original commitRevision:450419 
Thursday, 8 Jun 2017
20:37 thierry search for other commits by this committer
Upgrade to 0.8.0.

Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.0>.

Note: adding a new option for Python binding, disabled by default.
Original commitRevision:442958 
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 
Monday, 13 Feb 2017
16:38 mat search for other commits by this committer
Fix USE_GITHUB usage.

For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
Original commitRevision:433999 
Tuesday, 10 Jan 2017
20:52 thierry search for other commits by this committer
Chase toxcore and upgrade to 0.7.2.

PR:		215399
Original commitRevision:431132 
Friday, 30 Sep 2016
01:15 jbeich search for other commits by this committer
multimedia/libvpx: update 1.6.0

ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).

Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:

  vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
  vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in
simplify_binary_operation_1, at simplify-rtx.c:2563
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC
report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
Original commitRevision:422956 
Sunday, 25 Sep 2016
14:15 thierry search for other commits by this committer
Upgrade to 0.7.1.

Changelog at:
https://github.com/JFreegman/toxic/releases/tag/0.7.1
Original commitRevision:422751 
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 
Wednesday, 23 Mar 2016
09:20 vsevolod search for other commits by this committer
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
Original commitRevision:411691 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Saturday, 14 Nov 2015
19:34 jbeich search for other commits by this committer
multimedia/libvpx: update 1.5.0

ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC
report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
Original commitRevision:401587 
18:59 thierry search for other commits by this committer
Add a missing dependency: libqrencode.

Submitted by:	herbert (at) oslo.ath.cx
Original commitRevision:401583 
Friday, 13 Nov 2015
17:07 thierry search for other commits by this committer
1) Refresh toxcore

1b) Upgrade toxic to 0.7.0
    Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.7.0>

2) Chase Tox's update and refresh uTox

Submitted by:	thierry (1) and Ivan Klymenko (2)(maintainer)
Original commitRevision:401523 
Wednesday, 28 Oct 2015
21:43 thierry search for other commits by this committer
Refresh.
Original commitRevision:400422 
Thursday, 17 Sep 2015
11:04 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Pet portlint
- Drop 8.x support

Approved by:	portmgr blanket
Original commitRevision:397105 
Thursday, 18 Jun 2015
19:50 thierry search for other commits by this committer
Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.

PR:		ports/200865
Submitted by:	yuri (at) rawbw.com (qTox maintainer) + patches from other
maintainers
Approved by:	maintainers
Original commitRevision:390058 
Tuesday, 9 Jun 2015
14:25 jbeich search for other commits by this committer
multimedia/libvpx: update to 1.4.0

ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
Original commitRevision:388940 
Tuesday, 19 May 2015
20:20 thierry search for other commits by this committer
Refresh to recent snapshots.
Original commitRevision:386810 
Thursday, 7 May 2015
17:26 mat search for other commits by this committer
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385640 
Wednesday, 1 Apr 2015
20:36 thierry search for other commits by this committer
Refresh.
Original commitRevision:382954 
Thursday, 19 Mar 2015
20:22 thierry search for other commits by this committer
Refresh.
Original commitRevision:381685 
Sunday, 1 Mar 2015
10:07 thierry search for other commits by this committer
Refresh.
Original commitRevision:380175 
Wednesday, 4 Feb 2015
20:58 thierry search for other commits by this committer
Update to today's snapshots.
Original commitRevision:378421 
Wednesday, 14 Jan 2015
21:13 thierry search for other commits by this committer
Refresh.
Original commitRevision:377047 
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 
Sunday, 16 Nov 2014
12:55 thierry search for other commits by this committer
Refresh.

This fixed the latest problem with GroupBot.
Original commitRevision:372638 
Sunday, 26 Oct 2014
14:43 thierry search for other commits by this committer
Refresh.
Original commitRevision:371504 
Sunday, 12 Oct 2014
13:47 thierry search for other commits by this committer
Refresh to a newer snapshot.
Original commitRevision:370699 
Wednesday, 24 Sep 2014
21:33 thierry search for other commits by this committer
Refresh.
Original commitRevision:369210 
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 
Tuesday, 9 Sep 2014
20:23 thierry search for other commits by this committer
- Fix build when X11 option is off

- Move openal/freealut to USES

- Allow using ncurses from base system

PR:		ports/193483, ports/193485
Submitted by:	Andriy Voskoboinyk
Original commitRevision:367774 
Monday, 8 Sep 2014
20:38 thierry search for other commits by this committer
Refresh.
Original commitRevision:367697 
Friday, 15 Aug 2014
15:59 thierry search for other commits by this committer
Refresh.

Warning: format of the config file has changed!
Original commitRevision:364986 
Thursday, 17 Jul 2014
21:17 thierry search for other commits by this committer
Refresh.
Original commitRevision:362166 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Monday, 30 Jun 2014
21:22 thierry search for other commits by this committer
Refresh to a recent snapshot.
Original commitRevision:359924 
Wednesday, 11 Jun 2014
21:53 thierry search for other commits by this committer
Refresh.
Original commitRevision:357544 
Monday, 2 Jun 2014
21:24 thierry search for other commits by this committer
Update to 0.4.0.

No significative change since yesterday, but the version number.
Original commitRevision:356253 
Sunday, 1 Jun 2014
22:14 thierry search for other commits by this committer
- Refresh

- Add LIB_DEPENDS for libs used by libtoxav.
Original commitRevision:356185 
Saturday, 17 May 2014
20:45 thierry search for other commits by this committer
File format of libncursesw.so is not recognized on FreeBSD-8.4
(treating as linker script) => use binutils from ports.

Reported by:	pkg-fallout
Obtained from:	tijl
Original commitRevision:354370 
Wednesday, 14 May 2014
17:21 thierry search for other commits by this committer
Refresh.
Original commitRevision:354078 
Thursday, 8 May 2014
19:39 thierry search for other commits by this committer
Adding toxic, the CLI front-end for Tox.
Original commitRevision:353348 

Number of commits found: 77