From 8a49016de0755c7f9cf238ed9384536fbeb4b81e Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 10 Jun 1999 00:49:15 +0000 Subject: Update to V1.7. Changes: Fixed missing genre entry, now uses autoconf and -i now on the manpage. --- audio/id3ed/Makefile | 11 ++++++++--- audio/id3ed/files/md5 | 4 ++-- audio/id3ed/patches/patch-aa | 43 +++++++++++++++++++------------------------ 3 files changed, 29 insertions(+), 29 deletions(-) (limited to 'audio/id3ed') diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 022096cda24..67d7651a73b 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/06/10 00:49:15 hubertf Exp $ # -DISTNAME= id3ed-1.6 +DISTNAME= id3ed-1.7 CATEGORIES= audio MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ @@ -10,7 +10,12 @@ HOMEPAGE= http://www.azstarnet.com/~donut/programs.html DEPENDS+= readline-2.2:../../devel/readline +GNU_CONFIGURE= YES USE_GMAKE= YES -WRKSRC= ${WRKDIR}/id3ed + +CONFIGURE_ENV+= LIBS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" + +post-extract: + ${TOUCH} ${WRKSRC}/install.sh .include "../../mk/bsd.pkg.mk" diff --git a/audio/id3ed/files/md5 b/audio/id3ed/files/md5 index e0dfb01e934..8838eab4035 100644 --- a/audio/id3ed/files/md5 +++ b/audio/id3ed/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $ +$NetBSD: md5,v 1.2 1999/06/10 00:49:15 hubertf Exp $ -MD5 (id3ed-1.6.tar.gz) = 7cc763ec55d24313a4ca43e234b07a7a +MD5 (id3ed-1.7.tar.gz) = 3ff58ce3737e295e030e2fd285d3a46b diff --git a/audio/id3ed/patches/patch-aa b/audio/id3ed/patches/patch-aa index 708595f6acb..2d478b1d1a8 100644 --- a/audio/id3ed/patches/patch-aa +++ b/audio/id3ed/patches/patch-aa @@ -1,31 +1,26 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 1999/06/10 00:49:15 hubertf Exp $ ---- Makefile.orig Thu Jun 3 20:58:26 1999 -+++ Makefile Sun Jun 6 01:29:48 1999 -@@ -1,12 +1,12 @@ - CXXFLAGS=-Wall -g - - #comment these two lines if you don't want readline --CXXFLAGS+=-DWANT_READLINE --LIBS+=-lreadline -lhistory -lcurses -+CXXFLAGS+=-DWANT_READLINE -I${LOCALBASE}/include -+LIBS+=-L${LOCALBASE}/lib -lreadline -lhistory -lcurses - #comment this if you are using readline >= 4.0 +--- Makefile.in.orig Wed Jun 9 21:00:12 1999 ++++ Makefile.in Thu Jun 10 02:39:28 1999 +@@ -6,8 +6,8 @@ + #doesn't seem to hurt anything if its defined even with the new readline CXXFLAGS+=-DOLD_READLINE --PREFIX=/usr/local -+#PREFIX=/usr/local - BINDIR=$(PREFIX)/bin - MANDIR=$(PREFIX)/man/man1 +-CXX=@CXX@ +-LIBS=@LIBS@ ++CXX= @CXX@ -I${LOCALBASE}/include ++LIBS= -L${LOCALBASE}/lib @LIBS@ -@@ -19,8 +19,8 @@ - g++ -MM *.cc > .depend + prefix=@prefix@ + exec_prefix=@exec_prefix@ +@@ -26,8 +26,8 @@ + $(CXX) -MM *.cc > .depend install: all -- install -s -o root -g bin -m 0755 id3ed $(BINDIR) -- install -o root -g bin -m 0644 id3ed.1 $(MANDIR) -+ ${BSD_INSTALL_PROGRAM} id3ed $(BINDIR) -+ ${BSD_INSTALL_MAN} id3ed.1 $(MANDIR) +- $(install) -s -o root -g bin -m 0755 id3ed $(bindir) +- $(install) -o root -g bin -m 0644 id3ed.1 $(mandir)/man1 ++ ${BSD_INSTALL_PROGRAM} id3ed $(bindir) ++ ${BSD_INSTALL_MAN} id3ed.1 $(mandir)/man1 - dist: - cd ..;tar -czf id3ed/distro/id3ed-`egrep "id3ed v[0-9.]+ -" id3ed/id3ed.cc | sed "s/.*v\([0-9.]\+\).*/\1/"`.tar.gz id3ed/README id3ed/Changelog id3ed/COPYING id3ed/*.cc id3ed/*.h id3ed/Makefile id3ed/id3ed.1 + uninstall: + -rm $(bindir)/id3ed -- cgit v1.2.3