From owner-freebsd-ports-bugs Tue Mar 4 15:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CC237B401 for ; Tue, 4 Mar 2003 15:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2778243F3F for ; Tue, 4 Mar 2003 15:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h24NoCNS020243 for ; Tue, 4 Mar 2003 15:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h24NoCXn020242; Tue, 4 Mar 2003 15:50:12 -0800 (PST) Date: Tue, 4 Mar 2003 15:50:12 -0800 (PST) Message-Id: <200303042350.h24NoCXn020242@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jens Rehsack Subject: Re: ports/48895: UPDATE port audio/id3v2, taking maintainership Reply-To: Jens Rehsack Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48895; it has been noted by GNATS. From: Jens Rehsack To: Christian Weisgerber 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 + --------------040800020203090000010807-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message