aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:31:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 02:22:47 +0000
commit3ef98e78632d4655c8468659bd4ea4d2db124c61 (patch)
tree5af55b4bb503c5cb2d938aed9a35a8acdffc2d7e
parentf42ebec46b9cb6608f4840bd049319ea48315c0b (diff)
downloadports-3ef98e78632d4655c8468659bd4ea4d2db124c61.tar.gz
ports-3ef98e78632d4655c8468659bd4ea4d2db124c61.zip
audio/rioutil: Remove expired port
2023-09-30 audio/rioutil: Obsolete, supported hardware ia about 20 years old
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/rioutil/Makefile25
-rw-r--r--audio/rioutil/distinfo2
-rw-r--r--audio/rioutil/files/patch-configure.ac17
-rw-r--r--audio/rioutil/files/patch-src_Makefile.am20
-rw-r--r--audio/rioutil/pkg-descr5
-rw-r--r--audio/rioutil/pkg-plist7
8 files changed, 1 insertions, 77 deletions
diff --git a/MOVED b/MOVED
index 1110b3d83249..5b80736b6fa1 100644
--- a/MOVED
+++ b/MOVED
@@ -7868,3 +7868,4 @@ audio/aacgain||2023-09-30|Has expired: Obsolete way of handling volume adjustmen
audio/ample||2023-09-30|Has expired: Abandonware, last release over 19 years ago
audio/ccaudio2||2023-09-30|Has expired: Abandonware, no development since 2011
audio/libtremor||2023-09-30|Has expired: Obsolete, we only support hardware with a fpu and other decoding libraries offer better performance
+audio/rioutil||2023-09-30|Has expired: Obsolete, supported hardware ia about 20 years old
diff --git a/audio/Makefile b/audio/Makefile
index 8fb6c75aa95a..2a634586bb35 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -691,7 +691,6 @@
SUBDIR += rhvoice
SUBDIR += rhvoice-dictionary
SUBDIR += rhythmbox
- SUBDIR += rioutil
SUBDIR += ripperx
SUBDIR += rkr-lv2
SUBDIR += rnnoise
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile
deleted file mode 100644
index 73559a887482..000000000000
--- a/audio/rioutil/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= rioutil
-PORTVERSION= 1.5.0
-PORTREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices
-WWW= http://rioutil.sourceforge.net/
-
-DEPRECATED= Obsolete, supported hardware ia about 20 years old
-EXPIRATION_DATE=2023-09-30
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= alias autoreconf gmake libtool
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-post-extract:
- @${RM} ${WRKSRC}/src/getopt*
-
-.include <bsd.port.mk>
diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo
deleted file mode 100644
index b7d0a4649af7..000000000000
--- a/audio/rioutil/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rioutil-1.5.0.tar.gz) = 4991cda30bcd0cd01097c4d220c5facf67e988d4bbfc2f272a359ac89d52e9a7
-SIZE (rioutil-1.5.0.tar.gz) = 401244
diff --git a/audio/rioutil/files/patch-configure.ac b/audio/rioutil/files/patch-configure.ac
deleted file mode 100644
index b1ff56890885..000000000000
--- a/audio/rioutil/files/patch-configure.ac
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.ac.orig 2006-08-08 18:11:58 UTC
-+++ configure.ac
-@@ -74,13 +74,7 @@ if test "x$libusb" = "xyes"; then
- AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(WITH_LIBUSB)
-
-- AC_PATH_PROG(LIBUSB_CONFIG,libusb-config)
-- if test -n "${LIBUSB_CONFIG}"; then
-- CFLAGS="`${LIBUSB_CONFIG} --cflags` $CFLAGS"
-- LIBS="`${LIBUSB_CONFIG} --libs` $LIBS"
-- else
-- AC_MSG_ERROR(Can't find libusb)
-- fi
-+ LIBS="-lusb $LIBS"
-
- AC_CHECK_LIB(usb, usb_open)
- AC_SUBST(WITH_LIBUSB)
diff --git a/audio/rioutil/files/patch-src_Makefile.am b/audio/rioutil/files/patch-src_Makefile.am
deleted file mode 100644
index 7996ff142fa7..000000000000
--- a/audio/rioutil/files/patch-src_Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/Makefile.am.orig 2006-08-07 15:47:28 UTC
-+++ src/Makefile.am
-@@ -1,14 +1,14 @@
- bin_PROGRAMS = rioutil
-
--INCLUDES = -I$(top_srcdir)/include -I/usr/local/include
-+INCLUDES = -I$(top_srcdir)/include
-
--rioutil_SOURCES = main.c getopt.c getopt1.c main.h getopt.h
-+rioutil_SOURCES = main.c main.h
-
- if MACOSX
- rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la -lIOKit
- PREBIND_FLAGS = -prebind
- else
--rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la
-+rioutil_LDADD = $(top_srcdir)/librioutil/librioutil.la
- endif
-
- rioutil_LDFLAGS = $(PREBIND_FLAGS)
diff --git a/audio/rioutil/pkg-descr b/audio/rioutil/pkg-descr
deleted file mode 100644
index 7513e7841eff..000000000000
--- a/audio/rioutil/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-rioutil is a utility designed for the use of interfacing with Sonic
-Blue/dnna's third, fourth, and fifth generations of flash MP3 players
-(Rio 600/800/900/S-Series/Riot/Cali/Chiba/Fuse and Nike psa[play).
-On many players, it goes beyond the packaged software by providing
-downloading.
diff --git a/audio/rioutil/pkg-plist b/audio/rioutil/pkg-plist
deleted file mode 100644
index fa70ecb50fd9..000000000000
--- a/audio/rioutil/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/rioutil
-include/rio.h
-lib/librioutil.a
-lib/librioutil.so
-lib/librioutil.so.1
-lib/librioutil.so.1.5.0
-man/man1/rioutil.1.gz