From f85f23b36223a0c9bed595cbd7232d2b8e2d1fb6 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 15 Dec 2001 07:50:03 +0000 Subject: [PATCH] Update to 1.0.6 and nolonger depends on id3lib --- audio/rioutil/Makefile | 5 ++-- audio/rioutil/distinfo | 2 +- audio/rioutil/files/patch-aa | 28 ++++------------------ audio/rioutil/files/patch-ab | 8 ------- audio/rioutil/files/patch-src::Makefile.in | 15 +++++------- audio/rioutil/pkg-plist | 2 +- 6 files changed, 15 insertions(+), 45 deletions(-) delete mode 100644 audio/rioutil/files/patch-ab diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index ace8fe104472..0b8f29e2b7c3 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -6,15 +6,14 @@ # PORTNAME= rioutil -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo index f52d99ddf63f..ea89f5361832 100644 --- a/audio/rioutil/distinfo +++ b/audio/rioutil/distinfo @@ -1 +1 @@ -MD5 (rioutil-1.0.0.tar.gz) = 757e5f1e95ce43dd53affbe37d9f6dd3 +MD5 (rioutil-1.0.6.tar.gz) = e729d33b3299280832b810ec282c422c diff --git a/audio/rioutil/files/patch-aa b/audio/rioutil/files/patch-aa index 95657d8c0988..d4eb5985b4dc 100644 --- a/audio/rioutil/files/patch-aa +++ b/audio/rioutil/files/patch-aa @@ -1,24 +1,15 @@ ---- configure.orig Wed Aug 29 13:56:29 2001 -+++ configure Wed Aug 29 14:04:16 2001 -@@ -1785,7 +1785,7 @@ - #include "confdefs.h" - #include <$ac_hdr> - EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+ac_try="$ac_cpp -I${prefix}/include conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:1790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then -@@ -1820,7 +1820,7 @@ +--- configure.orig Fri Dec 14 08:34:33 2001 ++++ configure Sat Dec 15 01:42:47 2001 +@@ -1672,7 +1672,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lgnugetopt $LIBS" +LIBS="-L${prefix}/lib -lgnugetopt $LIBS" cat > conftest.$ac_ext <&6 -@@ -3350,7 +3350,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lid3 $LIBS" -+LIBS="-L${prefix}/lib -lid3 $LIBS" - cat > conftest.$ac_ext <