The NetBSD Project

CVS log for pkgsrc/audio/id3v2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / id3v2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 26 05:26:10 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 18 23:29:59 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 9 14:05:56 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.25: +1 -3 lines
Diff to previous 1.25 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:40 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

"user-destdir" is default these days

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 26 08:32:49 2010 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

Create all dirs the same way (using INSTALLATION_DIRS).

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 26 01:54:26 2010 UTC (13 years, 5 months ago) by schnoebe
Branch: MAIN
Changes since 1.22: +8 -3 lines
Diff to previous 1.22 (colored)

Update to 0.1.12, add patch-ab to make sure a random pointer is not freed.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 2 06:10:33 2008 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.21: +7 -5 lines
Diff to previous 1.21 (colored)

Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 14 13:15:18 2006 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Fixed PKGMANDIR.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Oct 1 12:23:39 2006 UTC (17 years ago) by tonio
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

Fix build under Darwin by explicitly linking against libiconv
Bump PKGREVISION

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:56 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:10 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 20 16:15:52 2006 UTC (17 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Drop maintainership.  I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.

Revision 1.16 / (download) - annotate - [select for diffs], Sun May 22 20:07:38 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:53 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 17 18:21:36 2004 UTC (18 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

Enable pkgviews installation.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 4 12:03:46 2004 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Remove PKGREVISION after update (hi abs!).

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 4 11:46:58 2004 UTC (18 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Update id3v2 to 0.1.11 - ChangeLog is empty
Fixes build error in 0.1.10's interesting combination of inline
functions and #includes of .ccp files

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:06 2004 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 4 19:03:25 2004 UTC (19 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.9: +11 -2 lines
Diff to previous 1.9 (colored)

Update to 0.1.10.  I couldn't find any list of changes, but diffing the
sources:
- The package is now LGPL'ed instead of GPL'ed.
- Several fixes in the genre manipulation code.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 11 17:19:30 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

bl3ify

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 4 22:23:47 2004 UTC (19 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

+ USE_LANGUAGES=c c++

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:22:28 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 5 12:51:12 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to 0.1.9: Bug fixes.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 3 15:26:54 2003 UTC (20 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 31 02:00:05 2002 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Convert to buildlink2.

Revision 1.1.1.1.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:37:52 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +3 -3 lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 12 14:34:28 2002 UTC (21 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

install man page
add trailing / to HOMEPAGE

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 12 14:06:58 2002 UTC (21 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update to 0.1.7, provided by Julio Merino in pkg/17232.
Changes: Bug fixes when getting/setting genre.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 19 14:35:29 2002 UTC (21 years, 5 months ago) by zuntum
Branch: TNF
CVS Tags: pkgsrc-base
Branch point for: buildlink2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of id3v2-1.0.6 -- command-line id3v2 tag editor

This command-line utility will allow you to modify MP3's id3v2
tags. The are more powerful than the default id3v1; they can store
infomation about what band recorded the song, the song name, etc. and
without string length limits.

Provided by Julio Merino <slink@unixbsd.org> in pkg/16332

Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 19 14:35:29 2002 UTC (21 years, 5 months ago) by zuntum
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>