Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Jan 2021 01:20:21
3.1

|
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 |
03 Jan 2020 11:28:23
3.1

|
jbeich  |
audio/tagutil: move BROKEN where it belongs |
03 Jan 2020 11:24:46
3.1

|
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 |
23 Dec 2019 18:41:21
3.1

|
tcberner  |
audio/tagutil: update to 3.1
Submitted by: alex@kaworu.ch (maintainer)
Differential Revision: https://reviews.freebsd.org/D22911 |
13 Mar 2017 10:53:53
3.0.3

|
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 |
01 Apr 2016 13:29:17
3.0.1_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
03 Sep 2015 15:44:14
3.0.1_2

|
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 ) |
06 May 2015 12:57:56
3.0.1_2

|
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 |
15 Apr 2015 08:20:28
3.0.1_2

|
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 ) |
08 Dec 2014 16:48:41
3.0.1_1

|
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 ) |
30 Jul 2014 22:02:03
3.0.1

|
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) |
23 Jun 2014 13:20:54
3.0_1

|
amdmi3  |
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
04 Mar 2014 14:08:34
3.0

|
jadawin  |
- Update to 3.0
- Support STAGE
- Undeprecate port
- Submitter is now maintainer
PR: ports/187256
Submitted by: Alexandre Perrin <alex@kaworu.ch> |
10 Feb 2014 13:27:10
2.1_1

|
bapt  |
Back to the futur |
10 Feb 2014 12:58:55
2.1_1

|
bapt  |
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator |
20 Sep 2013 14:36:37
2.1_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
29 Jul 2013 20:13:58
2.1_1

|
bapt  |
Use new LIB_DEPENDS
Remove trailing article from comment
Remove useless MAKE_JOB_SAFE
Drop maintainership |
22 Apr 2013 22:33:35
2.1_1

|
bapt  |
Convert my ports to use the new USES=pkgconfig |
31 Dec 2012 11:33:55
2.1_1

|
bapt  |
- Trim headers
- Remove shlib version
- Various cleanup |
26 Jul 2012 08:00:28
2.1_1
|
bapt  |
Use the new USE_PKGCONFIG macro |
19 Mar 2011 12:38:54
2.1_1
|
miwi  |
- Get Rid MD5 support |
28 Jul 2010 17:31:01
2.1_1
|
bapt  |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
02 Dec 2009 17:16:16
2.1_1
|
fluffy  |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi |
31 Mar 2009 15:02:47
2.1
|
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> |