Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.1_5 02 Dec 2023 13:34:33 |
Rene Ladan (rene) |
audio/mous: Remove expired port
2023-11-30 audio/mous: BROKEN for more than a year |
2.0.1_5 29 Oct 2023 22:53:38 |
Muhammad Moinur Rahman (bofh) |
audio/mous: Mark DEPRECATED
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket) |
2.0.1_5 25 Sep 2022 20:14:54 |
Christian Weisgerber (naddy) |
audio/flac: bump port revision of consumers after update to 1.4.1 |
2.0.1_4 18 Sep 2022 03:39:46 |
Yuri Victorovich (yuri) |
audio/mous: Broken
Both clang and gcc fail to compile it because of erroneous
C++ code.
Reported by: fallout |
2.0.1_4 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.1_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.0.1_4 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.0.1_4 27 Nov 2021 12:54:50 |
Piotr Kubaj (pkubaj) |
audio/mous: fix build on non-x86
The problem is not present only on i386, but also on other architectures. |
2.0.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.1_4 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
2.0.1_3 27 Aug 2019 12:12:02 |
riggs |
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR: 212785 |
2.0.1_2 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.0.1_2 26 Jul 2019 20:46:57 |
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 |
2.0.1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.0.1_1 12 Dec 2018 01:35:36 |
gerald |
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 |
2.0.1 28 Jun 2018 17:39:55 |
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 |
2.0.1 22 Jun 2018 00:03:08 |
linimon |
Mark these ports as broken on aarch64.
Approved by: portmgr (tier-2 blanket) |
2.0.1 29 Apr 2018 09:17:17 |
tobik |
audio/mous: Unbreak and update to 2.0.1
Changes: https://github.com/bsdelf/mous/releases
PR: 227500
Submitted by: Yanhui Shen <shen.elf@gmail.com> (maintainer, based on) |
1.1a_6 14 Mar 2018 19:41:25 |
linimon |
Give these BROKEN ports more descriptive error messages. Pet portlint.
Note: the error messages are not tier-2 specific, but I discovered them
during an aarch64 test run. Thus, using the tier-2 blanket is a stretch,
but this change is believed harmless.
Approved by: portmgr (tier-2 blanket) |
1.1a_6 19 Nov 2017 11:37:26 |
riggs |
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs |
1.1a_5 05 Nov 2017 16:40:48 |
antoine |
Mark BROKEN: fails to build
/usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem
/usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4
-isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I.
-O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe
-fstack-protector -fno-strict-aliasing -fPIC -MD -MT
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c
plugins/FaacEncoder/FaacEncoder.cpp
In file included from plugins/FaacEncoder/FaacEncoder.cpp:1:
plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not
found
#include <mp4v2/mp4v2.h>
^
1 error generated.
Reported by: pkg-fallout |
1.1a_5 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1a_5 18 Apr 2016 17:19:00 |
olivierd |
- Fix build with the new API of libcue, after revision r413589
- Bump PORTREVISION |
1.1a_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1a_4 13 Sep 2015 10:14:25 |
riggs |
Turn WMA into a non-default OPTION for all but i386 and amd64
PR: 202350
Submitted by: sbruno@FreeBSD.org
Approved by: maintainer timeout |
1.1a_4 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
1.1a_4 18 Aug 2015 20:00:22 |
pgollucci |
audio/mous: qt4-linguist -> qt4-linguisttools
- USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'.
- Add USE_LDCONFIG.
- Regenerate patches.
- Bump PORTREVISION
PR: 201684
Submitted by: s3erios@gmail.com
Approved by: shen.elf@gmail.com |
1.1a_3 14 Aug 2015 18:30:55 |
sbruno |
Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULT
PR: 201598
Reviewed by: shen.elf@gmail.com (maintainer) |
1.1a_3 08 Dec 2014 16:48:41 |
tijl |
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 ) |
1.1a_2 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.1a_2 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) |
1.1a_1 30 Aug 2014 22:17:25 |
marino |
audio/mous: Update MASTER_SITES url
PR: 192984
Submitted by: maintainer (Shen Elf) |
1.1a_1 03 Jul 2014 11:09:48 |
jhale |
- Support staging
- Fix build with clang (error: no member named 'please_use_av_free'
in the global namespace using ::free;)
- Fix build with custom LOCALBASE
- Update LICENSE (BSD -> BSD2CLAUSE)
- Use options helpers
- Strip binaries
- No subsitutions were being made to files/pkg-message.in, so move
it to pkg-message and clean it up a bit
Approved by: portmgr (blanket approval) |
1.1a_1 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
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 |
1.1a_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.1a_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1a_1 09 Jun 2013 19:30:59 |
naddy |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
1.1a 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
1.1a 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.1a 23 Jul 2012 18:13:56 |
madpilot |
Mous is a simpe yet powerful audio player.
WWW: https://github.com/0x02/mous
PR: ports/169095
Submitted by: Yanhui Shen <shen.elf@gmail.com>
Approved by: tabthorpe (mentor) |