Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 11:30:17 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12139: Update: audio/id3ed
Message-ID:  <19990611183017.670551F@norn.ca.eu.org>

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

>Number:         12139
>Category:       ports
>Synopsis:       Update: audio/id3ed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 11:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

4.0-CURRENT i386

>Description:

Update to 1.8.  I'm the maintainer.
Files removed: patch-aa

>How-To-Repeat:

>Fix:
	
Index: id3ed/Makefile
===================================================================
RCS file: /cvs/ports/audio/id3ed/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/06/11 08:54:58	1.1.1.1
+++ Makefile	1999/06/11 18:25:06
@@ -1,25 +1,22 @@
 # New ports collection makefile for:	id3ed
-# Version required:	1.6
+# Version required:	1.8
 # Date created:		05 June 1999
 # Whom:			Chris Piazza <cpiazza@home.net>
 #
 # $Id: Makefile,v 1.1.1.1 1999/06/11 08:54:58 taoka Exp $
 #
 
-DISTNAME=	id3ed-1.6
+DISTNAME=	id3ed-1.8
 CATEGORIES=	audio
-MASTER_SITES=	http://www.treefort.org/~donut/id3ed/
+MASTER_SITES=	http://www.treefort.org/~donut/id3ed/ \
+		${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR=	apps/sound/editors
 
 MAINTAINER=	cpiazza@home.net
 
-WRKSRC=		${WRKDIR}/id3ed
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-MAKE_ENV=	CXXFLAGS="${CXXFLAGS}" CXX="${CXX}"
 
 MAN1=		id3ed.1
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
Index: id3ed/files/md5
===================================================================
RCS file: /cvs/ports/audio/id3ed/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/06/11 08:54:58	1.1.1.1
+++ md5	1999/06/11 18:25:07
@@ -1 +1 @@
-MD5 (id3ed-1.6.tar.gz) = 7cc763ec55d24313a4ca43e234b07a7a
+MD5 (id3ed-1.8.tar.gz) = cbab371d5a459ece5c9fe14526c72561
Index: id3ed/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /tmp/cvs017505	Fri Jun 11 18:25:22 1999
+++ /dev/null	Thu Apr 30 07:32:15 1998
@@ -1,27 +0,0 @@
---- Makefile.orig	Thu Jun  3 11:58:26 1999
-+++ Makefile	Sat Jun  5 15:27:50 1999
-@@ -1,22 +1,14 @@
--CXXFLAGS=-Wall -g
- 
--#comment these two lines if you don't want readline
--CXXFLAGS+=-DWANT_READLINE
--LIBS+=-lreadline -lhistory -lcurses
--#comment this if you are using readline >= 4.0
--CXXFLAGS+=-DOLD_READLINE
--
--PREFIX=/usr/local
- BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/man/man1
- 
- all: id3ed
- 
- id3ed: id3ed.o misc.o
--	g++ $(CFLAGS) $(CXXFLAGS) $^ -o $@ $(LIBS)
-+	$(CXX) $(CFLAGS) $(CXXFLAGS) $^ -o $@ $(LIBS)
- 
- depend:
--	g++ -MM *.cc > .depend
-+	$(CXX) -MM *.cc > .depend
- 
- install: all
- 	install -s -o root -g bin -m 0755 id3ed $(BINDIR)

-Chris

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


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




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