Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Aug 2020 19:14:07
1.2.14

|
danilo  |
- Update to 1.2.14 |
15 Sep 2019 14:22:24
1.2.13

|
danilo  |
- Update to 1.2.13 |
26 Jul 2019 20:46:57
1.2.6_3

|
gerald  |
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 |
13 Jun 2019 08:17:50
1.2.6_2

|
pkubaj  |
audio/fmit: fix build
This port needs USES=compiler:c++11-lang to build:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: mentors (implicite approval) |
24 Feb 2019 12:39:25
1.2.6_2

|
danilo  |
- Fix options helpers. Should be QMAKE after the migration from cmake to qmake
- Fix LICENSE
While here
- Use buildtools_build instead of buildtools
PR: 235655
Submitted by: yuri |
16 Jan 2019 11:13:45
1.2.6_1

|
tijl  |
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 ) |
26 Dec 2018 17:01:58
1.2.6

|
danilo  |
- Update to 1.2.6
- Use github
- Remove DEPRECATED
- Switch to qt5 |
02 Dec 2018 15:41:48
0.99.5_4

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
28 Jun 2018 17:39:55
0.99.5_4

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
23 May 2017 05:03:16
0.99.5_4

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
26 Jul 2016 16:51:16
0.99.5_3

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
19 May 2016 10:21:25
0.99.5_3

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 13:29:17
0.99.5_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
30 May 2015 20:39:13
0.99.5_3

|
bapt  |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
20 Oct 2014 06:36:00
0.99.5_2

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
0.99.5_2

|
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) |
31 Aug 2014 16:36:23
0.99.5_1

|
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
25 Jul 2014 18:59:13
0.99.5

|
amdmi3  |
- Build requires pkgconfig
Approved by: portmgr blanket |
31 May 2014 18:15:35
0.99.5

|
danilo  |
- Update from 0.99.2 to 0.99.5
- Convert USE_BZIP2 to USES
- Take maintainership |
16 Apr 2014 18:28:50
0.99.2_5

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2013 14:35:37


|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
26 Oct 2013 07:55:22
0.99.2_4

|
nemysis  |
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit
- Support STAGEDIR and add OPTIONS_SUB
Approved by: pawel / wg (mentors, implicit) |
22 Oct 2013 13:50:44
0.99.2_3

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
20 Sep 2013 14:36:37
0.99.2_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Aug 2013 22:35:54
0.99.2_3

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
28 Mar 2013 16:29:01
0.99.2_3

|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
22 Mar 2013 20:06:15
0.99.2_3

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
04 Aug 2012 22:52:04
0.99.2_3
|
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
06 Jun 2012 06:44:38
0.99.2_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 06:57:16
0.99.2_2
|
bapt  |
Convert to new options framework |
01 Jun 2012 05:26:28
0.99.2_2
|
dinoex  |
- update png to 1.5.10 |
18 Oct 2011 14:01:38
0.99.2_1
|
ehaupt  |
Fix build
PR: 161624
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
17 Oct 2011 10:08:33
0.99.2_1
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
05 Sep 2011 21:46:36
0.99.2
|
pav  |
- Mark BROKEN: does not configure
Qt qmake not found!
Reported by: pointyhat |
26 Aug 2011 03:33:52
0.99.2
|
miwi  |
- Update to 0.99.2
PR: 160076
Submitted by: Ports Fury |
19 Mar 2011 12:38:54
0.97.7_6
|
miwi  |
- Get Rid MD5 support |
25 Oct 2010 20:09:07
0.97.7_6
|
trasz  |
Drop maintainership for ports I can't maintain anymore. |
28 Mar 2010 06:47:48
0.97.7_6
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.97.7_5
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.97.7_4
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
18 May 2009 15:08:58
0.97.7_3
|
pav  |
- Chase fftw3 update |
23 Jan 2009 16:28:36
0.97.7_2
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
06 Jun 2008 13:07:20
0.97.7_1
|
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) |
14 Dec 2007 18:18:59
0.97.7
|
trasz  |
- Update to 0.97.7 |
08 Sep 2007 18:28:13
0.97.6
|
trasz  |
Free Music Instrument Tuner.
Current features:
- Error history
- Volume history
- Wave shape
- Harmonic ratios
- Statistics
- Microtonal tuning (with Scala file support)
- Discrete Fourier Transform view
- JACK, OSS, ALSA, Portaudio support
- Translations for: french
WWW: http://home.gna.org/fmit/
Approved by: miwi (mentor, implicit) |