summaryrefslogtreecommitdiff
path: root/audio/id3v2/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-04 19:03:25 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-04 19:03:25 +0000
commitb10e85f44d6e77eff6b52f3090f0eec4ae97c0a4 (patch)
treee3859876bea70a63751faf63195f50a4b4d8a5b8 /audio/id3v2/patches
parent574a63fcf15d644d4cd20147209aa548021e3a21 (diff)
downloadpkgsrc-b10e85f44d6e77eff6b52f3090f0eec4ae97c0a4.tar.gz
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.
Diffstat (limited to 'audio/id3v2/patches')
-rw-r--r--audio/id3v2/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/id3v2/patches/patch-aa b/audio/id3v2/patches/patch-aa
deleted file mode 100644
index 0b78534a7c7..00000000000
--- a/audio/id3v2/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2003/03/05 12:51:12 wiz Exp $
-
---- Makefile.orig Tue Feb 25 16:58:23 2003
-+++ Makefile
-@@ -1,6 +1,5 @@
- all: id3v2
-
--PREFIX= /usr/local
- CXXFLAGS+= -I${PREFIX}/include/
- LDFLAGS+= -L${PREFIX}/lib/
-
-@@ -8,8 +7,8 @@ id3v2: convert.o list.o id3v2.o
- c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ id3v2.o list.o convert.o
-
- install: all
-- install -c -s id3v2 ${PREFIX}/bin/id3v2
-- nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1
-+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin/id3v2
-+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1/id3v2.1
-
- clean:
- rm -f id3v2 core *.o