
CVS log for pkgsrc/audio/libid3tag/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / libid3tag
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 16 17:57:37 2010 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: 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,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -4
lines
Remove workaround for compiler bug in gcc2 on sparc64.
Revision 1.21.6.1: download - view: text, markup, annotated - select for diffs
Fri May 23 10:25:50 2008 UTC (3 years, 11 months ago) by rtr
Branches: pkgsrc-2008Q1
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +2 -2
lines
pullup ticket #2392 - requested by simonb, tron
libid3tag: fix end of string check
revisions pulled up:
- pkgsrc/audio/libid3tag/Makefile 1.22
- pkgsrc/audio/libid3tag/distinfo 1.4,1.5
- pkgsrc/audio/libid3tag/patches/patch-ab 1.1,1.2
Module Name: pkgsrc
Committed By: simonb
Date: Tue May 20 13:31:39 UTC 2008
Modified Files:
pkgsrc/audio/libid3tag: Makefile distinfo
Added Files:
pkgsrc/audio/libid3tag/patches: patch-ab
Log Message:
Check for end-of-string when parsing a stringlist field.
Problem and fix originally reported by Kentaro Oda to the mad-dev
mailing list.
See http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-2109
for some more info.
------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Wed May 21 09:42:13 UTC 2008
Modified Files:
pkgsrc/audio/libid3tag: distinfo
pkgsrc/audio/libid3tag/patches: patch-ab
Log Message:
Fix broken URL and correct incorrect patch checksum.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 20 13:31:39 2008 UTC (3 years, 11 months ago) by simonb
Branches: MAIN
CVS tags: 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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Check for end-of-string when parsing a stringlist field.
Problem and fix originally reported by Kentaro Oda to the mad-dev
mailing list.
See http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-2109
for some more info.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 1 15:57:16 2007 UTC (4 years, 10 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Branch point for: pkgsrc-2008Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -4
lines
Added support for installation to DESTDIR.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 8 18:34:38 2007 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3
lines
Remove dead MASTER_SITES. From Zafer Aydogan.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:48 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 10 20:56:11 2005 UTC (6 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 21 16:29:43 2005 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:54 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 16 17:20:20 2005 UTC (7 years, 4 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1
lines
Create common directories for pkgviews installation.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 16 17:15:35 2005 UTC (7 years, 4 months ago) by minskim
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Correct a variable name.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jan 16 17:08:36 2005 UTC (7 years, 4 months ago) by minskim
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1
lines
Enable pkgviews installation.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:07 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
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.11: download - view: text, markup, annotated - select for diffs
Sat Mar 20 02:30:03 2004 UTC (8 years, 1 month ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1
lines
Fix build on sparc64 with gcc2.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 1 15:55:33 2004 UTC (8 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3
lines
Changes 0.15.1b:
- New id3_field_gettextencoding() API routine.
- Other slightly improved robustness.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:33 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 11 08:37:35 2004 UTC (8 years, 3 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
bl3ify
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 30 16:58:14 2003 UTC (8 years, 4 months ago) by cjep
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
Whitespace fixes
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 17 03:23:46 2003 UTC (8 years, 5 months ago) by simonb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -1
lines
Add a pkgconfig config file. Some other packages require these.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:22:40 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:40:14 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Uses libz -- include buildlink2.mk.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:38:35 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
CONFLICTS with mad package.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:34:54 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
Does not really USE_PKGLOCALEDIR.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:33:12 2003 UTC (8 years, 10 months ago) by adam
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
ID3 tag library, part of MAD (MPEG Audio Decoder) distribution
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 10 08:33:12 2003 UTC (8 years, 10 months ago) by adam
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>