Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 15:50:12 -0800 (PST)
From:      Jens Rehsack <rehsack@liwing.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48895: UPDATE port audio/id3v2, taking maintainership
Message-ID:  <200303042350.h24NoCXn020242@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48895; it has been noted by GNATS.

From: Jens Rehsack <rehsack@liwing.de>
To: Christian Weisgerber <naddy@mips.inka.de>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/48895: UPDATE port audio/id3v2, taking maintainership
Date: Wed, 05 Mar 2003 00:43:18 +0100

 This is a multi-part message in MIME format.
 --------------040800020203090000010807
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Christian Weisgerber wrote:
 > In article <200303032010.h23KAZkT052412@helo.liwing.de> you write:
 > 
 > 
 >>>Number:         48895
 >>>Category:       ports
 >>>Synopsis:       UPDATE port audio/id3v2, taking maintainership
 >>
 > 
 >>--- 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
 > 
 > 
 > The port currently in the tree doesn't have files/patch-Makefile.
 > Against what is this patch supposed to apply?
 
 Sorry, it seems the was patch-aa before. It seems to be happened because 
 of duplicate updating port. I append the entire new patch-Makefile, ok?
 
 >>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
 > 
 > 
 > Does this mean these should be removed?
 > 
 
 Yes, they should removed
 
 --------------040800020203090000010807
 Content-Type: text/plain;
  name="patch-Makefile"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-Makefile"
 
 --- 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:	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
 -	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 *.o
 +.include <bsd.prog.mk>
 +
 
 --------------040800020203090000010807--
 

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?200303042350.h24NoCXn020242>