Date: Sun, 27 Mar 2005 16:22:41 -0800 (PST) From: Kelly Yancey <kbyanc@kbyanc.nttmcl.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rehsack@liwing.de Subject: ports/79291: Update id3v2 to 0.1.11 Message-ID: <200503280022.j2S0MfWF085081@kbyanc.nttmcl.com> Resent-Message-ID: <200503280030.j2S0U2RZ083086@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79291 >Category: ports >Synopsis: Update id3v2 to 0.1.11 >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: Mon Mar 28 00:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD kbyanc.nttmcl.com 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #39: Mon May 10 11:41:48 PDT 2004 kbyanc@kbyanc.nttmcl.com:/usr/src/sys/compile/NTTMCL i386 >Description: Updates id3v2 port to latest version. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/id3v2/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 6 Feb 2004 13:10:47 -0000 1.10 +++ Makefile 28 Mar 2005 00:00:00 -0000 @@ -6,8 +6,8 @@ # PORTNAME= id3v2 -PORTVERSION= 0.1.9 -PORTREVISION= 2 +PORTVERSION= 0.1.11 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/id3v2/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 31 Mar 2004 03:06:06 -0000 1.4 +++ distinfo 28 Mar 2005 00:00:13 -0000 @@ -1,2 +1,2 @@ -MD5 (id3v2-0.1.9.tar.gz) = 544862d82224312595bf5a45422d1a49 -SIZE (id3v2-0.1.9.tar.gz) = 21144 +MD5 (id3v2-0.1.11.tar.gz) = 68afc3827cf01501dfb22949f901f1d8 +SIZE (id3v2-0.1.11.tar.gz) = 52427 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/audio/id3v2/files/patch-Makefile,v retrieving revision 1.3 diff -u -p -r1.3 patch-Makefile --- files/patch-Makefile 14 Jul 2003 02:36:06 -0000 1.3 +++ files/patch-Makefile 28 Mar 2005 00:14:05 -0000 @@ -1,18 +1,22 @@ ---- Makefile.orig Wed Feb 26 00:58:23 2003 -+++ Makefile Sun Jul 6 08:02:42 2003 -@@ -1,15 +1,15 @@ - all: id3v2 +--- Makefile.orig Tue May 4 11:33:53 2004 ++++ Makefile Sun Mar 27 16:13:40 2005 +@@ -2,23 +2,17 @@ + + VERSION=0.1.11 -PREFIX= /usr/local --CXXFLAGS+= -I${PREFIX}/include/ --LDFLAGS+= -L${PREFIX}/lib/ +-CXXFLAGS+= -I${PREFIX}/include/ -DVERSION="\"${VERSION}\"" #-DSORT_RUNTIME +-LDFLAGS+= -L${PREFIX}/lib/ +PREFIX?= /usr/local -+#CXXFLAGS+= -I${PREFIX}/include/ -+#LDFLAGS+= -L${PREFIX}/lib/ ++CXXFLAGS+= -DVERSION="\"${VERSION}\"" #-DSORT_RUNTIME ++#LDFLAGS+= -L${PREFIX}/lib/ - 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 -o $@ id3v2.o list.o convert.o + id3v2: convert.o list.o id3v2.o genre.o +- c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ $^ +- +-create_map: create_map.o +- c++ -Wall -g -o $@ $^ ++ ${CXX} ${LDFLAGS} -lz -lid3 -o $@ $> install: all - install -c -s id3v2 ${PREFIX}/bin/id3v2 @@ -20,6 +24,13 @@ nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1 -clean: -- rm -f id3v2 core *.o +- rm -f id3v2 create_map core *.o +- + tarball: + ln -s . id3v2-${VERSION} + tar zhcf id3v2-${VERSION}.tar.gz \ +@@ -27,3 +21,4 @@ + id3v2-${VERSION} + rm id3v2-${VERSION} + +.include <bsd.prog.mk> -+ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503280022.j2S0MfWF085081>