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

Number of commits found: 75

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Sat, 11 Feb 2023
[ 08:46 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  17f6d79  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
multimedia/libvpx: update 1.13.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:103413d55fc87a4eacaf010f01b7f72732a37f69  commit hash:103413d55fc87a4eacaf010f01b7f72732a37f69  commit hash:103413d55fc87a4eacaf010f01b7f72732a37f69  103413d  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 Jan 2022
[ 07:46 Marius Strobl (marius) search for other commits by this committer ]    commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  commit hash:8c30deb681a941ce9974c57c7f45c9f294908d67  8c30deb  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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
Sun, 26 Dec 2021
[ 17:58 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:75a832ce20a8a58b3c15bfe29a18c329bfcd37f8  commit hash:75a832ce20a8a58b3c15bfe29a18c329bfcd37f8  commit hash:75a832ce20a8a58b3c15bfe29a18c329bfcd37f8  75a832c 
net-im/toxic: upgrade to v0.11.3

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.3>.
Mon, 6 Dec 2021
[ 20:36 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:9f77e9601564df1822cd51e00156823bde13f804  commit hash:9f77e9601564df1822cd51e00156823bde13f804  commit hash:9f77e9601564df1822cd51e00156823bde13f804  9f77e96 
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.
Sat, 9 Oct 2021
[ 00:45 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f16d8e56352394e557b1ab24f1a3582300e414af  commit hash:f16d8e56352394e557b1ab24f1a3582300e414af  commit hash:f16d8e56352394e557b1ab24f1a3582300e414af  f16d8e5  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
multimedia/libvpx: update 1.11.0

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

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.11.1>.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 21 Jan 2021
[ 12:12 thierry search for other commits by this committer ] Original commit   Revision:562199
Upgrade to 0.10.1.

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

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

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.10.0>.
Fri, 27 Nov 2020
[ 10:41 thierry search for other commits by this committer ] Original commit   Revision:556437
Upgrade to v0.9.1.

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

cc1: error: unrecognized command line option "-Wpedantic"
Sun, 15 Nov 2020
[ 14:26 thierry search for other commits by this committer ] Original commit   Revision:555223
Upgrade to v0.9.0.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.9.0>.
Sat, 24 Oct 2020
[ 08:38 thierry search for other commits by this committer ] Original commit   Revision:553165
Upgrade to v0.8.4.

Release notes at:
	<https://github.com/JFreegman/toxic/releases/tag/v0.8.4>.
Thu, 19 Mar 2020
[ 23:02 tobik search for other commits by this committer ] Original commit   Revision:528750 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
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
Fri, 8 Nov 2019
[ 13:34 tobik search for other commits by this committer ] Original commit   Revision:517063 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
net-im: Add missing USES={gnome,xorg}
Tue, 16 Jul 2019
[ 06:57 avos search for other commits by this committer ] Original commit   Revision:506727
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
Wed, 6 Feb 2019
[ 13:33 jbeich search for other commits by this committer ] Original commit   Revision:492305 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
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/
Fri, 2 Nov 2018
[ 10:17 thierry search for other commits by this committer ] Original commit   Revision:483799
Fix the build by using ncursesw from ports.
Wed, 31 Oct 2018
[ 18:49 thierry search for other commits by this committer ] Original commit   Revision:483603
Upgrade to 0.8.3.

Release notes at <https://github.com/JFreegman/toxic/releases/tag/v0.8.3>.
Mon, 6 Aug 2018
[ 17:22 fernape search for other commits by this committer ] Original commit   Revision:476517 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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
Tue, 26 Jun 2018
[ 10:10 thierry search for other commits by this committer ] Original commit   Revision:473381
- Upgrade Tox to v0.2.3
  Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3>

- Bump PORTREVISION of consumers.
Wed, 7 Mar 2018
[ 20:57 thierry search for other commits by this committer ] Original commit   Revision:463829
Upgrade to 0.8.2 and chase the new toxcore.

PR:		226311
Mon, 19 Feb 2018
[ 16:20 mat search for other commits by this committer ] Original commit   Revision:462333
Don't abuse opt_VARS to add to USES.

Sponsored by:	Absolight
Thu, 25 Jan 2018
[ 21:20 jbeich search for other commits by this committer ] Original commit   Revision:459963 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
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/
Sun, 7 Jan 2018
[ 19:03 krion search for other commits by this committer ] Original commit   Revision:458372
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
Fri, 1 Dec 2017
[ 07:19 antoine search for other commits by this committer ] Original commit   Revision:455251 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Cleanup LIB_DEPENDS on libpng
Sat, 18 Nov 2017
[ 09:39 thierry search for other commits by this committer ] Original commit   Revision:454418
Upgrade to 0.8.1.

Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>.
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, 23 Sep 2017
[ 02:59 vanilla search for other commits by this committer ] Original commit   Revision:450419 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
1: upgrade to 4.0.0.
2: chrase shared library version.
Thu, 8 Jun 2017
[ 20:37 thierry search for other commits by this committer ] Original commit   Revision:442958
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.
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Mon, 13 Feb 2017
[ 16:38 mat search for other commits by this committer ] Original commit   Revision:433999 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Fix USE_GITHUB usage.

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

Sponsored by:	Absolight
Tue, 10 Jan 2017
[ 20:52 thierry search for other commits by this committer ] Original commit   Revision:431132
Chase toxcore and upgrade to 0.7.2.

PR:		215399
Fri, 30 Sep 2016
[ 01:15 jbeich search for other commits by this committer ] Original commit   Revision:422956 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
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
Sun, 25 Sep 2016
[ 14:15 thierry search for other commits by this committer ] Original commit   Revision:422751
Upgrade to 0.7.1.

Changelog at:
https://github.com/JFreegman/toxic/releases/tag/0.7.1
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, 23 Mar 2016
[ 09:20 vsevolod search for other commits by this committer ] Original commit   Revision:411691 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sat, 14 Nov 2015
[ 19:34 jbeich search for other commits by this committer ] Original commit   Revision:401587 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
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)
[ 18:59 thierry search for other commits by this committer ] Original commit   Revision:401583
Add a missing dependency: libqrencode.

Submitted by:	herbert (at) oslo.ath.cx
Fri, 13 Nov 2015
[ 17:07 thierry search for other commits by this committer ] Original commit   Revision:401523
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)
Wed, 28 Oct 2015
[ 21:43 thierry search for other commits by this committer ] Original commit   Revision:400422
Refresh.
Thu, 17 Sep 2015
[ 11:04 amdmi3 search for other commits by this committer ] Original commit   Revision:397105
- Add LICENSE_FILE
- Pet portlint
- Drop 8.x support

Approved by:	portmgr blanket
Thu, 18 Jun 2015
[ 19:50 thierry search for other commits by this committer ] Original commit   Revision:390058 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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
Tue, 9 Jun 2015
[ 14:25 jbeich search for other commits by this committer ] Original commit   Revision:388940 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 19 May 2015
[ 20:20 thierry search for other commits by this committer ] Original commit   Revision:386810
Refresh to recent snapshots.
Thu, 7 May 2015
[ 17:26 mat search for other commits by this committer ] Original commit   Revision:385640 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
Update ports in the n* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 1 Apr 2015
[ 20:36 thierry search for other commits by this committer ] Original commit   Revision:382954
Refresh.
Thu, 19 Mar 2015
[ 20:22 thierry search for other commits by this committer ] Original commit   Revision:381685
Refresh.
Sun, 1 Mar 2015
[ 10:07 thierry search for other commits by this committer ] Original commit   Revision:380175
Refresh.
Wed, 4 Feb 2015
[ 20:58 thierry search for other commits by this committer ] Original commit   Revision:378421
Update to today's snapshots.
Wed, 14 Jan 2015
[ 21:13 thierry search for other commits by this committer ] Original commit   Revision:377047
Refresh.
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 16 Nov 2014
[ 12:55 thierry search for other commits by this committer ] Original commit   Revision:372638
Refresh.

This fixed the latest problem with GroupBot.
Sun, 26 Oct 2014
[ 14:43 thierry search for other commits by this committer ] Original commit   Revision:371504
Refresh.
Sun, 12 Oct 2014
[ 13:47 thierry search for other commits by this committer ] Original commit   Revision:370699
Refresh to a newer snapshot.
Wed, 24 Sep 2014
[ 21:33 thierry search for other commits by this committer ] Original commit   Revision:369210
Refresh.
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)
Tue, 9 Sep 2014
[ 20:23 thierry search for other commits by this committer ] Original commit   Revision:367774
- 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
Mon, 8 Sep 2014
[ 20:38 thierry search for other commits by this committer ] Original commit   Revision:367697
Refresh.
Fri, 15 Aug 2014
[ 15:59 thierry search for other commits by this committer ] Original commit   Revision:364986
Refresh.

Warning: format of the config file has changed!
Thu, 17 Jul 2014
[ 21:17 thierry search for other commits by this committer ] Original commit   Revision:362166
Refresh.
Thu, 10 Jul 2014
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 30 Jun 2014
[ 21:22 thierry search for other commits by this committer ] Original commit   Revision:359924
Refresh to a recent snapshot.
Wed, 11 Jun 2014
[ 21:53 thierry search for other commits by this committer ] Original commit   Revision:357544
Refresh.
Mon, 2 Jun 2014
[ 21:24 thierry search for other commits by this committer ] Original commit   Revision:356253
Update to 0.4.0.

No significative change since yesterday, but the version number.
Sun, 1 Jun 2014
[ 22:14 thierry search for other commits by this committer ] Original commit   Revision:356185
- Refresh

- Add LIB_DEPENDS for libs used by libtoxav.
Sat, 17 May 2014
[ 20:45 thierry search for other commits by this committer ] Original commit   Revision:354370
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
Wed, 14 May 2014
[ 17:21 thierry search for other commits by this committer ] Original commit   Revision:354078
Refresh.
Thu, 8 May 2014
[ 19:39 thierry search for other commits by this committer ] Original commit   Revision:353348
Adding toxic, the CLI front-end for Tox.

Number of commits found: 75