Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.3.20240114 28 May 2024 23:57:55 |
Po-Chuan Hsieh (sunpoet) |
audio/id3lib: Change to a fork and update to newer snapshot
- Update WWW
Changes: https://github.com/thekhalifa/id3lib/commits/master
PR: 278775
Reported by: diizzy |
3.8.3_10 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.8.3_10 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.8.3_10 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 ) |
3.8.3_10 29 Aug 2021 18:16:38 |
Bernhard Froehlich (decke) |
audio/id3lib: Add CPE information
Approved by: portmgr (blanket) |
3.8.3_10 25 Jun 2021 13:34:00 |
Po-Chuan Hsieh (sunpoet) |
audio/id3lib: Cosmetic change |
3.8.3_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.8.3_10 24 Nov 2020 20:48:24 |
sunpoet |
Convert REINPLACE_CMD to patch files
- Update patch files |
3.8.3_10 05 Apr 2020 14:04:27 |
pkubaj |
audio/id3lib: fix build on powerpc 12.1-RELEASE
Error:
`_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section `.data.rel.ro'
of tag.lo: defined in discarded section
`.rodata._ZTSN12_GLOBAL__N_117ConstIteratorImplE[_ZTSN12_GLOBAL__N_117ConstIteratorImplE]'
of tag.lo
Using newer binutils alone doesn't help, but using also newer GCC helps.
PR: 243715
Reported by: canardo909@gmx.com |
3.8.3_10 31 Mar 2019 13:15:06 |
sunpoet |
Cosmetic change |
3.8.3_10 01 Sep 2018 09:08:16 |
amdmi3 |
- Fix LICENSE
Approved by: portmgr blanket |
3.8.3_10 29 Jul 2018 19:09:29 |
sunpoet |
Add LICENSE
- Use USES=localbase
- Cosmetic change
- Regenerate patch files with makepatch:
- Take maintainership |
3.8.3_10 01 Jul 2018 09:32:04 |
linimon |
Reset maintainer: <kaeru@inigo-tech.com> Recipient not found. |
3.8.3_10 01 Jul 2018 09:17:46 |
linimon |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.8.3_10 13 Jul 2017 14:34:01 |
novel |
audio/id3lib: fix stack corruption bug
Add a patch to fix stack corruption bug when reading IDv3 tags
and VBR header information.
PR: 220374
Submitted by: bob@eager.cx
Obtained from: https://sourceforge.net/p/id3lib/bugs/189/
MFH: 2017Q3
Approved by: maintainer timeout |
3.8.3_9 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
3.8.3_8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.8.3_8 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
3.8.3_8 20 Aug 2014 12:25:05 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
3.8.3_7 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
3.8.3_6 27 Feb 2014 16:14:31 |
tijl |
- Patch configure so it prefers libc iconv over libiconv.
- Replace USE_AUTOTOOLS=libtool with USES=libtool. This allows removing
some libtool related patches.
PR: ports/186692
Approved by: maintainer timeout (2 weeks) |
3.8.3_5 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
3.8.3_5 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
3.8.3_5 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 |
3.8.3_5 23 Jan 2012 20:39:56 |
crees |
Unbreak clang/gcc46 build
PR: ports/163368
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout (kaeru@inigo-tech.com, >28d) |
3.8.3_5 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 |
3.8.3_5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.8.3_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.8.3_5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.8.3_5 31 Oct 2007 13:08:34 |
miwi |
- Fix libtool TAG problems with gcc 4.2
PR: 117700
Submitted by: pietro cerutti <gahr@gahr.ch>
Approved by: portmgr (pav), maintainer |
3.8.3_4 02 Oct 2007 02:01:30 |
delphij |
- Bump PORTREVISION
- Use MASTER_SITE=SF for sourceforge project
Approved by: maintainer |
3.8.3_3 02 Oct 2007 01:59:41 |
delphij |
Add a patch which fixes CVE-2007-4460, insecure temporary file
handling.
Approved by: maintainer |
3.8.3_3 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
3.8.3_3 20 Dec 2006 13:45:00 |
vd |
* Remove code which is only entered when
${OSVERSION} >= 500000 && ${OSVERSION} < 501103
because this OSVERSION is not supported anymore and the code in question
includes references to the deprecated port devel/stlport-icc
* Switch to USE_LDCONFIG
Approved by: maintainer (implicit) |
3.8.3_3 30 May 2006 13:50:27 |
ehaupt |
- Fix a bug in id3lib that causes UTF-16 characters to be broken when writing
tags
- Pass maintainer-ship to submitter
PR: 98061
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Obtained from: Fedora (CVS) |
3.8.3_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.8.3_1 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
3.8.3_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
3.8.3_1 28 Oct 2005 17:05:15 |
ehaupt |
Reset maintainer, does not respond to mails for 19 days. Since a few
days his MTA also remains unresponsive [1].
[1] Unable to deliver to destination domain
Failed to deliver to domain oven.org after 73 tries.
The last error was:
CantConnectToHost
Approved by: portmgr (linimon) |
3.8.3_1 08 Sep 2005 08:35:00 |
krion |
Use libz while linking libid3.so to restore missing symbols.
PR: ports/84917
Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu>
Approved by: maintainer timeout |
3.8.3_1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
3.8.3_1 05 Apr 2004 11:13:25 |
edwin |
Reinitate maintainer:
Date: Mon, 5 Apr 2004 11:37:55 +0200 (IST)
From: Roman Shterenzon <ports@oven.org>
To: edwin@freebsd.org
Subject: audio/id3lib
Hi,
I'm no longer using blars.
Thanks,
--Roman |
3.8.3_1 05 Apr 2004 04:15:17 |
edwin |
Remove maintainer since he is blocked email from FreeBSD.org:
Reporting-MTA: dns; mx2.freebsd.org
Arrival-Date: Sun, 4 Apr 2004 21:04:57 -0700 (PDT)
Final-Recipient: rfc822; ports@oven.org
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mail.oven.org[192.115.22.32] said: 554 Service
unavailable; Client host [216.136.204.119] blocked using block.blars.org |
3.8.3_1 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
3.8.3_1 18 Mar 2004 20:59:15 |
trevor |
Add size data, approved by maintainers. |
3.8.3_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
3.8.3_1 12 Mar 2004 00:32:23 |
edwin |
Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com> |
3.8.3_1 22 Feb 2004 22:51:59 |
green |
Correct a C syntax error in the <id3/globals.h> header that causes, e.g.,
xmms-imms to fail to build. Mail to ${MAINTAINER} bounces. |
3.8.3 03 Jan 2004 11:02:44 |
edwin |
Update: audio/id3lib
Update: audio/id3lib to version 3.8.3
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com> |
3.8.2 03 Oct 2003 11:27:46 |
edwin |
Remove dependency on devel/libstl for systems > 501103
PR: ports/57001 (originally)
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
3.8.2 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
3.8.2 18 Feb 2003 06:30:06 |
knu |
Unbreak INDEX when CC is not "cc", "gcc" nor "icc". |
3.8.2 13 Feb 2003 11:22:28 |
edwin |
[patch] audio/id3lib: fix plist
PR: ports/48054
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
3.8.2 28 Jan 2003 12:59:13 |
edwin |
Maintainer update: Cleaner libtool handling for audio/id3lib
PR: ports/47565
Submitted by: Roman Shterenzon <roman@xpert.com> |
3.8.2 17 Jan 2003 12:14:00 |
edwin |
Unbreak audio/id3lib for -current
Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Approved by: Roman Shterenzon <roman@xpert.com> (maintainer) |
3.8.2 07 Jan 2003 04:56:15 |
edwin |
Update of audio/id3lib to 3.8.2
PR: several
Submitted by: Roman Shterenzon <roman@xpert.com> and others |
3.7.13 31 Aug 2002 02:38:29 |
kris |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
3.7.13 21 Jul 2002 20:11:01 |
naddy |
Fix build with gcc3.1 (-CURRENT).
PR: 40830
Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Minor cleanup while we're here.
Approved by: maintainer |
16 Mar 2001 15:07:47 |
demon |
Fix pkg-plist |
07 Jan 2001 18:22:32 |
will |
Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc. |
21 Dec 2000 07:07:40 |
will |
Make id3lib use libtool correctly. Use automake/autoconf along with a patch
to configure.in instead of configure. Sort plist. Remove redundate
GNU_CONFIGURE. Use LOCALBASE in CONFIGURE_ENV rather than PREFIX. |
28 Oct 2000 08:19:07 |
will |
Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 and ID3v2
tags. It is required for freeamp. |