non port: audio/tagutil/Makefile |
Number of commits found: 29 |
Sunday, 25 Sep 2022
|
20:14 Christian Weisgerber (naddy)
audio/flac: bump port revision of consumers after update to 1.4.1
1e5aaab |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 30 Sep 2021
|
21:23 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
620968a |
Sunday, 12 Sep 2021
|
08:34 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
fb6ad88 |
Friday, 14 May 2021
|
16:44 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.
9b39ff2 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 19 Jan 2021
|
01:20 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
 |
Friday, 3 Jan 2020
|
11:28 jbeich
audio/tagutil: move BROKEN where it belongs
 |
11:24 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
 |
Monday, 23 Dec 2019
|
18:41 tcberner
audio/tagutil: update to 3.1
Submitted by: alex@kaworu.ch (maintainer)
Differential Revision: https://reviews.freebsd.org/D22911
 |
Monday, 13 Mar 2017
|
10: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
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 6 May 2015
|
12:57 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
 |
Wednesday, 15 Apr 2015
|
08:20 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
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Monday, 8 Dec 2014
|
16:48 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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Wednesday, 30 Jul 2014
|
22:02 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)
 |
Monday, 23 Jun 2014
|
13:20 amdmi3
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Tuesday, 4 Mar 2014
|
14:08 jadawin
- Update to 3.0
- Support STAGE
- Undeprecate port
- Submitter is now maintainer
PR: ports/187256
Submitted by: Alexandre Perrin <alex@kaworu.ch>
 |
Monday, 10 Feb 2014
|
13:27 bapt
Back to the futur
 |
12:58 bapt
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Monday, 29 Jul 2013
|
20:13 bapt
Use new LIB_DEPENDS
Remove trailing article from comment
Remove useless MAKE_JOB_SAFE
Drop maintainership
 |
Monday, 22 Apr 2013
|
22:33 bapt
Convert my ports to use the new USES=pkgconfig
 |
Monday, 31 Dec 2012
|
11:33 bapt
- Trim headers
- Remove shlib version
- Various cleanup
 |
Thursday, 26 Jul 2012
|
08:00 bapt
Use the new USE_PKGCONFIG macro
 |
Wednesday, 28 Jul 2010
|
17:31 bapt
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
 |
Wednesday, 2 Dec 2009
|
17:16 fluffy
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi
 |
Tuesday, 31 Mar 2009
|
15:02 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>
 |
Number of commits found: 29 |