Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1_3 02 Mar 2025 21:40:52
    |
Christian Weisgerber (naddy)  |
*/*: bump PORTREVISION after audio/flac update |
3.1_2 18 Feb 2024 16:03:00
    |
Gleb Popov (arrowd)  |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
3.1_1 25 Sep 2022 20:14:54
    |
Christian Weisgerber (naddy)  |
audio/flac: bump port revision of consumers after update to 1.4.1 |
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) |
3.1 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 ) |
3.1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
3.1 12 Sep 2021 08:35:49
    |
Daniel Engberg (diizzy)  |
audio/tagutil: Adjust hardcoded compiler flags
Remove hardcoded generic optimization
Remove compiler flags -o aslr and -fsanitize=undefined to fix build on
other platforms than x86
PR: 258351
Reported by: pkg-fallout
Reviewed by: Alexandre Perrin (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31912 |
3.1 12 Sep 2021 08:34:39
    |
Daniel Engberg (diizzy)  |
audio/tagutil: Rework Makefile to follow Porter's Handbook
PR: 258351
Reviewed by: Alexandre Perrin (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31912 |
3.1 14 May 2021 16:44:43
    |
Tobias Kortkamp (tobik)  |
audio/tagutil: Unbreak on 11.x
/usr/bin/ld: undefined reference to symbol `__cxa_demangle@@CXXABI_1.3' (try
adding -lcxxrt)
It links fine with lld. |
3.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1 19 Jan 2021 01:20:21
  |
linimon  |
Mark as BROKEN on riscv64:
ld: error: cannot open
/nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.ubsan_standalone-riscv64.a:
No such file or directory
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
3.1 03 Jan 2020 11:28:23
  |
jbeich  |
audio/tagutil: move BROKEN where it belongs |
3.1 03 Jan 2020 11:24:46
  |
jbeich  |
audio/tagutil: mark BROKEN on FreeBSD 11 after r520736
FAILED: tagutil
: && /usr/bin/cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -O0 -g -fsanitize=undefined -fstack-protector-strong -pie
CMakeFiles/tagutil.dir/tagutil.c.o CMakeFiles/tagutil.dir/t_action.c.o
CMakeFiles/tagutil.dir/t_renamer.c.o CMakeFiles/tagutil.dir/t_editor.c.o
CMakeFiles/tagutil.dir/t_loader.c.o CMakeFiles/tagutil.dir/t_tune.c.o
CMakeFiles/tagutil.dir/t_taglist.c.o CMakeFiles/tagutil.dir/t_tag.c.o
CMakeFiles/tagutil.dir/t_backend.c.o CMakeFiles/tagutil.dir/t_format.c.o
CMakeFiles/tagutil.dir/t_toolkit.c.o CMakeFiles/tagutil.dir/t_fttaglib.c.o
CMakeFiles/tagutil.dir/t_ftflac.c.o CMakeFiles/tagutil.dir/t_ftoggvorbis.c.o
CMakeFiles/tagutil.dir/t_yaml.c.o -o tagutil -lc -lsbuf -L/usr/local/lib
-ltag_c -ltag -L/usr/local/lib -lFLAC -L/usr/local/lib -logg -L/usr/local/lib
-lvorbis -L/usr/local/lib -lvorbisfile -L/usr/local/lib -lyaml && :
/usr/bin/ld: undefined reference to symbol `__cxa_demangle@@CXXABI_1.3' (try
adding -lcxxrt)
//lib/libcxxrt.so.1: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
*** Error code 1
Reported by: pkg-fallout |
3.1 23 Dec 2019 18:41:21
  |
tcberner  |
audio/tagutil: update to 3.1
Submitted by: alex@kaworu.ch (maintainer)
Differential Revision: https://reviews.freebsd.org/D22911 |
3.0.3 13 Mar 2017 10:53:53
  |
tobik  |
Update to 3.0.3
PR: 217303
Approved by: lme (mentor), alex@kaworu.ch (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D9950 |
3.0.1_2 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.0.1_2 03 Sep 2015 15:44:14
  |
rakuco  |
Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.
This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.
r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports (Only the first 15 lines of the commit message are shown above ) |
3.0.1_2 06 May 2015 12:57:56
  |
mat  |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.0.1_2 15 Apr 2015 08:20:28
  |
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
3.0.1_1 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 ) |
3.0.1 30 Jul 2014 22:02:03
  |
rodrigo  |
- update audio/tagutil from 3.0 to 3.0.1
- remove unnecessary MASTER_SITES
PR: ports/192064
Submitted by: kaworu <alex@kaworu.ch> (maintainer)
Approved by: bapt (mentor) |
3.0_1 23 Jun 2014 13:20:54
  |
amdmi3  |
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.0 04 Mar 2014 14:08:34
  |
jadawin  |
- Update to 3.0
- Support STAGE
- Undeprecate port
- Submitter is now maintainer
PR: ports/187256
Submitted by: Alexandre Perrin <alex@kaworu.ch> |
2.1_1 10 Feb 2014 13:27:10
  |
bapt  |
Back to the futur |
2.1_1 10 Feb 2014 12:58:55
  |
bapt  |
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator |
2.1_1 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.1_1 29 Jul 2013 20:13:58
  |
bapt  |
Use new LIB_DEPENDS
Remove trailing article from comment
Remove useless MAKE_JOB_SAFE
Drop maintainership |
2.1_1 22 Apr 2013 22:33:35
  |
bapt  |
Convert my ports to use the new USES=pkgconfig |
2.1_1 31 Dec 2012 11:33:55
  |
bapt  |
- Trim headers
- Remove shlib version
- Various cleanup |
2.1_1 26 Jul 2012 08:00:28
 |
bapt  |
Use the new USE_PKGCONFIG macro |
2.1_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.1_1 28 Jul 2010 17:31:01
 |
bapt  |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
2.1_1 02 Dec 2009 17:16:16
 |
fluffy  |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi |
2.1 31 Mar 2009 15:02:47
 |
amdmi3  |
Tagutil is a pure C BSDL tool to manage tag information on music
files. It can work with every format supported by taglib.
WWW: http://hg.kaworu.ch/tagutil/
PR: 133128
Submitted by: bapt <baptiste dot daroussin at gmail dot com> |