Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.51 09 Oct 2024 19:43:26
    |
Daniel Engberg (diizzy)  |
audio/ncmpc: Update to 0.5.1
Changelog: https://github.com/MusicPlayerDaemon/ncmpc/blob/v0.51/NEWS
PR: 281696
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.48_1 01 Jul 2024 20:27:23
    |
Rene Ladan (rene)  |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
0.48_1 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.48 02 Aug 2023 12:27:29
    |
Muhammad Moinur Rahman (bofh)  |
audio/ncmpc: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.48 02 Aug 2023 06:10:14
    |
Fernando Apesteguía (fernape)  Author: Laurent Cimon |
audio/ncmpc: Update to 0.48
ChangeLog: https://github.com/MusicPlayerDaemon/ncmpc/blob/master/NEWS
Accumulated changes:
* drop support for ~/.ncmpc/; using only ~/.config/ncmpc/ (XDG)
* improve scroll-offset handling
* experimental table layout
* handle Ctrl-C in search prompt
* link with libintl and libiconv if necessary
* require libmpdclient 2.16 or newer
* require MPD 0.21 or newer
* switch to C++20
* eliminate Boost dependency (Only the first 15 lines of the commit message are shown above ) |
0.41_2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
0.41_2 30 Mar 2023 09:07:16
    |
Jan Beich (jbeich)  |
audio/ncmpc: unbreak with --auto-features=enabled
meson.build:114:0: ERROR: Dependency "lirc" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run) |
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) |
0.41_2 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 ) |
0.41_2 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
0.41_1 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 ) |
0.41_1 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.41 05 Oct 2021 19:11:45
    |
Bernhard Froehlich (decke)  |
audio/ncmpc: Add CPE information
Approved by: portmgr (blanket) |
0.41 09 Jun 2021 21:29:24
    |
Jan Beich (jbeich)  |
devel/meson: update to 0.58.1
Changes: https://mesonbuild.com/Release-notes-for-0-58-0.html
Reported by: GitHub (watch releases)
PR: 255550
Exp-run by: antoine
Approved by: tcberner |
0.41 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.41 14 Jan 2021 18:18:04
  |
dbaio  |
audio/ncmpc: Remove Python 2.7 and PY_SPHINX
Approved by: portmgr blanket |
0.41 19 Oct 2020 05:53:56
  |
rhurlin  |
audio/ncmpc: Update to 0.41
ncmpc 0.41 - (2020-10-16)
* new main loop (copying code from MPD, replacing boost::asio)
* library page: fix crash bug
* lyrics: remove the "lyricwiki" plugin because the site is gone
ncmpc 0.40 - (2020-10-07)
* fix crash when range selection includes ".."
* fix another crash with a very narrow terminal window
* another jumping cursor fix for large scroll-offset values
* show elapsed time of streams
ncmpc 0.39 - (2020-08-21)
* library page: skip tags when there is only one value
* fix jumping cursor with large scroll-offset values
* key bindigs page: fix crash bug
* key bindigs page: eliminate bogus message "Did you forget to Apply your
changes?"
Changelog:
https://github.com/MusicPlayerDaemon/ncmpc/blob/89af16cad451e51c304e705fbcb2488f5f7e2c10/NEWS
PR: 250421
Submitted by: Laurent Cimon <laurent@nilio.ca> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26837 |
0.38 13 May 2020 11:33:18
  |
fernape  |
audio/ncmpc: Update to 0.38
PR: 246429
Submitted by: laurent@nilio.ca (maintainer) |
0.34_4 11 May 2020 23:51:58
  |
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
0.34_3 11 Dec 2019 17:53:49
  |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
0.34_2 16 Nov 2019 09:39:55
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
0.34_2 19 Aug 2019 15:35:28
  |
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
0.34_1 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 |
0.34 22 Apr 2019 14:17:13
  |
swills  |
audio/ncmpc: update to 0.34
PR: 237454
Submitted by: Laurent Cimon <laurent@nuxi.ca> (maintainer) |
0.33_3 12 Apr 2019 06:36:31
  |
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
0.33_2 24 Mar 2019 21:28:02
  |
jbeich  |
audio/ncmpc: unbreak with boost 1.70
PR: 236669
Obtained from: upstream |
0.33_2 25 Feb 2019 22:07:54
  |
jbeich  |
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127 |
0.33_2 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 |
0.33_1 12 Dec 2018 00:15:50
  |
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
0.33 05 Dec 2018 13:54:15
  |
tobik  |
audio/ncmpc: Update to 0.33
Changes: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.33/NEWS
PR: 231643
Submitted by: Laurent Cimon <laurent@nuxi.ca> (maintainer) |
0.30 11 Sep 2018 11:42:53
  |
tobik  |
audio/ncmpc: Update to 0.30
- Laurent takes maintainership
- Add DOCS option to install the HTML manual
- Add a MANPAGES option; the man page now has to be generated with
sphinx as well
PR: 230721
Submitted by: Laurent Cimon <laurent@nuxi.ca>
Approved by: henrik@affekt.org (maintainer) |
0.29 29 Jan 2018 22:10:06
  |
yuri  |
audio/ncmpc: Update to 0.29
Change log: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.29/NEWS
PR: 225116
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor), henrik@affekt.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D14114 |
0.27 09 Apr 2017 21:11:59
  |
gblach  |
Update to 0.27
PR: 218500
Approved by: maintainer |
0.25 19 Nov 2016 15:10:48
  |
marino  |
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket |
0.25 19 Aug 2016 18:24:41
  |
amdmi3  |
- Update to 0.25
- While here, switch to USES=localbase
PR: 211993
Submitted by: henrik@affekt.org (maintainer) |
0.24 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.24 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.24 19 Aug 2015 13:41:52
  |
mat  |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight |
19 Aug 2015 13:30:00

|
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.24 20 Dec 2014 13:57:21
  |
bapt  |
Clean up some now useless PLIST_DIRS* |
0.24 20 Dec 2014 11:32:03
  |
riggs  |
Update to upstream version 0.24
While on it:
- Add LICENSE*
- Fix conditional installation of lyrics helper scripts
PR: 193999
Submitted by: henrik@affekt.org
Reviewed by: riggs
Approved by: maintainer (timeout) |
0.23 14 Jul 2014 20:18:11
  |
rakuco  |
Update to 0.23.
PR: 191831
Submitted by: henrik@affekt.org (maintainer) |
0.21 03 Mar 2014 18:24:53
  |
pawel  |
- Update to version 0.21 [1]
- Add staging support
- Fix shebang in one of the scripts
PR: ports/187144 [1]
Submitted by: maintainer |
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 |
0.20 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.20 16 Jun 2013 19:16:13
  |
crees  |
Requires pkgconfig |
0.20 27 Apr 2013 08:50:47
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.20 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.20 21 Mar 2013 17:32:35
  |
bapt  |
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build |
0.20 17 Jun 2012 23:49:24
 |
sylvio  |
- Update to 0.20
PR: ports/169121
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) |
0.18 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.18 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.18 28 Sep 2010 11:00:06
 |
garga  |
- Update to 0.18
PR: ports/151004
Submitted by: garga@
Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) |
0.17 18 Aug 2010 18:30:52
 |
dhn  |
- Update to 0.17
PR: ports/149776
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> |
0.16_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.16 25 Jan 2010 08:44:59
 |
miwi  |
- Update to 0.16
PR: 142329
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) |
0.15 10 Oct 2009 09:23:47
 |
miwi  |
- Update to 0.15
PR: 139299
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) |
0.14_1 22 Aug 2009 00:13:27
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.14_1 26 May 2009 14:57:54
 |
dhn  |
- Add lyrics screen support
PR: ports/134936
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) |
0.14 21 Apr 2009 17:44:44
 |
dhn  |
- Update to 0.14
PR: 133895
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com>
Approved by: miwi (mentor) |
0.13 11 Jan 2009 22:33:00
 |
amdmi3  |
- Update to 0.13
PR: 130339
Submitted by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer) |
0.12 09 Jan 2009 23:19:34
 |
miwi  |
- Update to 0.12
- Pass maintainership to submitter
PR: 130173
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com>
Approved by: maintainer |
0.11.1_3 30 Aug 2008 19:49:14
 |
tmclaugh  |
- Add SEARCH_SCREEN OPTION defaulting to on.
PR: 121432
Submitted by: Dennis Herrmann
Approved by: maintainer timeout |
0.11.1_3 06 Jun 2008 13:07:20
 |
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) |
0.11.1_2 13 Nov 2006 01:28:40
 |
miwi  |
- Fix for the russian translations
PR: ports/105451
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.11.1_2 22 Jan 2006 08:13:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.11.1_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.11.1_1 22 Mar 2005 03:46:39
 |
danfe  |
Fix a typo.
PR: ports/79102
Submitted by: maintainer
Approved by: portmgr (marcus) |
0.11.1_1 20 Mar 2005 11:59:20
 |
novel  |
Avoid using pkg-plist, docs patch.
PR: 78865
Submitted by: Mark Daniel Reidel (maintainer)
Approved by: krion (mentor) (implicit) |
0.11.1_1 16 Mar 2005 19:49:20
 |
marcus  |
Fix build by adding USE_GNOME=glib20.
Reported by: pointyhat via krion |
0.11.1_1 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.11.1 14 Feb 2005 16:51:42
 |
vs  |
- Update to 0.11.1
- New translations added: french, russian and spanish
- The crossfade time can now be definied
- support for ncurses mouse events is now optional
PR: ports/77483
Submitted by: Mark Daniel Reidel (maintainer) |
0.11.0 12 Jul 2004 13:10:12
 |
vs  |
- Update to 0.11.0
- Lots of new features including:
+ nls support (german and swedish)
+ support for MPD db updates with Ctrl-U
PR: ports/68876
Submitted by: Mark Daniel Reidel (maintainer) |
0.10.1 07 May 2004 07:45:32
 |
krion  |
- Update to 0.10.1
- support for user key bindings (~/.ncmpc/keys)
- a key configuration screen (press 'K')
- improved drawing routines (removes flickering)
- support for seeking, toggle crossfade
- display mpd status flags on the second row [rzx]
(repeat,random,crossfade)
- support for system-wide configuration files (config,keys)
- the user configuration file is moved to ~/.ncmpc/config
PR: ports/66346
Submitted by: maintainer |
0.10.0 14 Apr 2004 12:46:46
 |
krion  |
Add ncmpc 0.10.0,
ncmpc is a ncurses client for the Music Player Daemon
(audio/musicpd). ncmpc connects to a musicpd running on a
machine via a network. The interface was inspired by cplay.
PR: ports/65521
Submitted by: Mark Reidel <ports@mark.reidel.info> |