Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 20:20:45 GMT
From:      Jens Rehsack <rehsack@liwing.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jens Rehsack <rehsack@liwing.de>, Tilman Linneweh <arved@FreeBSD.org>, "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Subject:   ports/48602: port update of audio/id3v2 to 0.1.8
Message-ID:  <200302232020.h1NKKjUa007332@helo.liwing.de>

next in thread | raw e-mail | index | archive | help

>Number:         48602
>Category:       ports
>Synopsis:       port update of audio/id3v2 to 0.1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 12:30:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD fozzie.muppets.liwing.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 2 21:10:03 GMT 2003 root@fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386


>Description:
	Port update of audio/id3v2 to 0.1.8
>How-To-Repeat:
	
>Fix:

--- id3v2.diff begins here ---
diff -u -r audio/id3v2.orig/Makefile audio/id3v2/Makefile
--- audio/id3v2.orig/Makefile	Sun Feb 23 19:50:23 2003
+++ audio/id3v2/Makefile	Sun Feb 23 19:51:09 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	id3v2
-PORTVERSION=	0.1.7
+PORTVERSION=	0.1.8
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	id3v2
diff -u -r audio/id3v2.orig/distinfo audio/id3v2/distinfo
--- audio/id3v2.orig/distinfo	Sat Jan 18 18:05:29 2003
+++ audio/id3v2/distinfo	Sun Feb 23 19:51:35 2003
@@ -1 +1 @@
-MD5 (id3v2-0.1.7.tar.gz) = 825cf4baf60e2951b7826b947a8f52fa
+MD5 (id3v2-0.1.8.tar.gz) = ce477a55f73f8136c722c8d79dfc47ad
diff -u -r audio/id3v2.orig/files/patch-Makefile audio/id3v2/files/patch-Makefile
--- audio/id3v2.orig/files/patch-Makefile	Mon Nov 11 17:55:24 2002
+++ audio/id3v2/files/patch-Makefile	Sun Feb 23 20:07:56 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_1
Only in audio/id3v2.orig/files: patch-id3v2_cpp
Only in audio/id3v2.orig/files: patch-list_cpp
--- id3v2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302232020.h1NKKjUa007332>