FreeBSD Bugzilla – Attachment 29239 Details for
Bug 48895
UPDATE port audio/id3v2, taking maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
id3v2-update-to-0.1.9.diff
id3v2-update-to-0.1.9.diff (text/plain), 2.24 KB, created by
Jens Rehsack
on 2003-03-03 20:20:13 UTC
(
hide
)
Description:
id3v2-update-to-0.1.9.diff
Filename:
MIME Type:
Creator:
Jens Rehsack
Created:
2003-03-03 20:20:13 UTC
Size:
2.24 KB
patch
obsolete
>diff -ur audio/id3v2.orig/Makefile audio/id3v2/Makefile >--- audio/id3v2.orig/Makefile Fri Feb 21 10:59:29 2003 >+++ audio/id3v2/Makefile Mon Mar 3 19:59:32 2003 >@@ -6,12 +6,12 @@ > # > > PORTNAME= id3v2 >-PORTVERSION= 0.1.7 >+PORTVERSION= 0.1.9 > CATEGORIES= audio > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= id3v2 > >-MAINTAINER= djm@pix.net >+MAINTAINER= rehsack@liwing.de > COMMENT= Command line id3v2 tag editor > > LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \ >diff -ur audio/id3v2.orig/distinfo audio/id3v2/distinfo >--- audio/id3v2.orig/distinfo Tue Jan 7 04:56:15 2003 >+++ audio/id3v2/distinfo Mon Mar 3 20:00:35 2003 >@@ -1 +1 @@ >-MD5 (id3v2-0.1.7.tar.gz) = 825cf4baf60e2951b7826b947a8f52fa >+MD5 (id3v2-0.1.9.tar.gz) = 544862d82224312595bf5a45422d1a49 >diff -ur audio/id3v2.orig/files/patch-Makefile audio/id3v2/files/patch-Makefile >--- audio/id3v2.orig/files/patch-Makefile Mon Mar 3 19:53:49 2003 >+++ audio/id3v2/files/patch-Makefile Mon Mar 3 19:57:11 2003 >@@ -1,20 +1,18 @@ >---- Makefile.orig Tue Apr 16 03:35:31 2002 >-+++ Makefile Mon Nov 11 18:52:50 2002 >-@@ -1,10 +1,14 @@ >- all: id3v2 >+--- Makefile.orig Sun Feb 23 19:55:25 2003 >++++ Makefile Sun Feb 23 20:06:35 2003 >+@@ -5,11 +5,11 @@ >+ LDFLAGS+= -L${PREFIX}/lib/ > >--id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp >-- g++ -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp >-+CXXFLAGS+= -I${PREFIX}/include/ >-+LDFLAGS+= -L${PREFIX}/lib/ >-+ >-+id3v2: convert.o list.o id3v2.o >-+ c++ ${LDFLAGS} -lz -lid3 -lgnugetopt -g -o $@ id3v2.o list.o convert.o >+ id3v2: convert.o list.o id3v2.o >+- c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ id3v2.o list.o convert.o >++ ${CXX} ${LDFLAGS} -lz -lid3 -lgnugetopt -o $@ id3v2.o list.o convert.o > > install: all >-- cp id3v2 /usr/local/bin/ >-+ install -c -s id3v2 ${PREFIX}/bin/id3v2 >-+ nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1 >+- install -c -s id3v2 ${PREFIX}/bin/id3v2 >++ ${INSTALL} -c -s id3v2 ${PREFIX}/bin/id3v2 >+ nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1 > >- clean: >- rm -f id3v2 core >+-clean: >+- rm -f id3v2 core *.o >++.include <bsd.prog.mk> >++ >Only in audio/id3v2.orig/files: patch-aa >Only in audio/id3v2.orig/files: patch-convert_cpp >Only in audio/id3v2.orig/files: patch-id3v2_cpp >Only in audio/id3v2.orig/files: patch-list_cpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48895
: 29239 |
29240