Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:59:23 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55007e649e63 - main - audio/libsidplay2: Remove expired port
Message-ID:  <202408041259.474CxNYm006057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55007e649e632734fbddceffb909ff4a7b1294b0

commit 55007e649e632734fbddceffb909ff4a7b1294b0
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:59:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:59:18 +0000

    audio/libsidplay2: Remove expired port
    
    2024-07-31 audio/libsidplay2: Abandonware and superseded by audio/libsidplayfp
---
 MOVED                                              |  1 +
 audio/Makefile                                     |  1 -
 audio/libsidplay2/Makefile                         | 27 ------------------
 audio/libsidplay2/distinfo                         |  2 --
 audio/libsidplay2/files/patch-configure            | 18 ------------
 .../patch-libsidplay_include_sidplay_SmartPtr.h    | 26 ------------------
 .../files/patch-libsidplay_src-xsid_xsid.cpp       | 13 ---------
 ...ch-libsidutils_include_sidplay_utils_SidUsage.h | 11 --------
 audio/libsidplay2/pkg-descr                        |  4 ---
 audio/libsidplay2/pkg-plist                        | 32 ----------------------
 10 files changed, 1 insertion(+), 134 deletions(-)

diff --git a/MOVED b/MOVED
index 3a0cb7d94c1e..f7d94d236f67 100644
--- a/MOVED
+++ b/MOVED
@@ -3420,3 +3420,4 @@ audio/sidplay|audio/sidplayfp|2024-08-04|Has expired: Abandonware and superseded
 audio/optimfrog||2024-08-04|Has expired: Obsolete format that never gained traction, consider using audio/flac
 databases/mongodb44||2024-08-04|Has expired: EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
 graphics/svg2pdf||2024-08-04|Has expired: Depends on deprecated library graphics/libsvg-cairo, please consider using ImageMagick or librsvg
+audio/libsidplay2||2024-08-04|Has expired: Abandonware and superseded by audio/libsidplayfp
diff --git a/audio/Makefile b/audio/Makefile
index 1e8a8174a231..054f33384c2e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -387,7 +387,6 @@
     SUBDIR += libshairport
     SUBDIR += libshout
     SUBDIR += libsidplay
-    SUBDIR += libsidplay2
     SUBDIR += libsidplayfp
     SUBDIR += libsmf
     SUBDIR += libsndfile
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
deleted file mode 100644
index e23158cb0009..000000000000
--- a/audio/libsidplay2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	libsidplay2
-DISTVERSION=	2.1.1
-PORTREVISION=	9
-CATEGORIES=	audio emulators
-MASTER_SITES=	SF/sidplay2/sidplay2/sidplay-libs-${DISTVERSION}
-DISTNAME=	sidplay-libs-${DISTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Library to play Commodore 64 SID-tunes cycle accurately
-WWW=		https://sidplay2.sourceforge.net/
-
-DEPRECATED=	Abandonware and superseded by audio/libsidplayfp
-EXPIRATION_DATE=2024-07-31
-
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USES=		libtool pathfix pkgconfig
-USE_LDCONFIG=	yes
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
-		${WRKSRC}/libsidutils/src/ini/ini.cpp
-	@${REINPLACE_CMD} '/^Libs:/s|\($${libdir}\)/lib\(.*\).la|-L\1 -l\2|' \
-		${WRKSRC}/libsidplay/unix/libsidplay2.pc.in \
-		${WRKSRC}/libsidutils/unix/libsidutils.pc.in
-
-.include <bsd.port.mk>
diff --git a/audio/libsidplay2/distinfo b/audio/libsidplay2/distinfo
deleted file mode 100644
index d0551cdff40d..000000000000
--- a/audio/libsidplay2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sidplay-libs-2.1.1.tar.gz) = e9a24ada48215a46d2c232a70c5601bc9505e997f120e8f2ba3713e09e28d1f9
-SIZE (sidplay-libs-2.1.1.tar.gz) = 1900252
diff --git a/audio/libsidplay2/files/patch-configure b/audio/libsidplay2/files/patch-configure
deleted file mode 100644
index 983ff296f61f..000000000000
--- a/audio/libsidplay2/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.orig	2004-06-14 20:24:44 UTC
-+++ configure
-@@ -1737,6 +1737,7 @@ fi
- echo; echo "Configuring resid..."
- cd "$pwd/resid"
- if ! eval ./configure $ac_configure_args \
-+--with-pic \
- --disable-resid-install;
- then
- exit
-@@ -1745,6 +1746,7 @@ fi
- echo; echo "Configuring resid-builder..."
- cd $pwd/builders/resid-builder
- if ! eval ./configure $ac_configure_args \
-+--with-pic \
- --with-sidplay2-includes=$pwd/libsidplay/include \
- --with-sidplay2-library=$pwd/libsidplay/src \
- --with-resid-includes=$pwd/resid \
diff --git a/audio/libsidplay2/files/patch-libsidplay_include_sidplay_SmartPtr.h b/audio/libsidplay2/files/patch-libsidplay_include_sidplay_SmartPtr.h
deleted file mode 100644
index ead9dd02db64..000000000000
--- a/audio/libsidplay2/files/patch-libsidplay_include_sidplay_SmartPtr.h
+++ /dev/null
@@ -1,26 +0,0 @@
---- libsidplay/include/sidplay/SmartPtr.h.orig	2004-06-14 20:08:04 UTC
-+++ libsidplay/include/sidplay/SmartPtr.h
-@@ -211,16 +211,16 @@ class SmartPtr_sidtt : public SmartPtrBa
- 	{
- 		if ( bufferLen >= 1 )
- 		{
--			pBufCurrent = ( bufBegin = buffer );
--			bufEnd = bufBegin + bufferLen;
--			bufLen = bufferLen;
--			status = true;
-+			this->pBufCurrent = ( this->bufBegin = buffer );
-+			this->bufEnd = this->bufBegin + bufferLen;
-+			this->bufLen = bufferLen;
-+			this->status = true;
- 		}
- 		else
- 		{
--			pBufCurrent = bufBegin = bufEnd = 0;
--			bufLen = 0;
--			status = false;
-+			this->pBufCurrent = this->bufBegin = this->bufEnd = 0;
-+			this->bufLen = 0;
-+			this->status = false;
- 		}
- 	}
- };
diff --git a/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp b/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp
deleted file mode 100644
index 54f89fce9c19..000000000000
--- a/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- libsidplay/src/xsid/xsid.cpp.orig	2004-06-14 20:08:02 UTC
-+++ libsidplay/src/xsid/xsid.cpp
-@@ -96,8 +96,8 @@ const int8_t XSID::sampleConvertTable[16] =
- */
- const int8_t XSID::sampleConvertTable[16] =
- {
--    '\x80', '\x94', '\xa9', '\xbc', '\xce', '\xe1', '\xf2', '\x03',
--    '\x1b', '\x2a', '\x3b', '\x49', '\x58', '\x66', '\x73', '\x7f'
-+    (int8_t)'\x80', (int8_t)'\x94', (int8_t)'\xa9', (int8_t)'\xbc', (int8_t)'\xce', (int8_t)'\xe1', (int8_t)'\xf2', (int8_t)'\x03',
-+    (int8_t)'\x1b', (int8_t)'\x2a', (int8_t)'\x3b', (int8_t)'\x49', (int8_t)'\x58', (int8_t)'\x66', (int8_t)'\x73', (int8_t)'\x7f'
- };
- 
- const char *XSID::credit =
diff --git a/audio/libsidplay2/files/patch-libsidutils_include_sidplay_utils_SidUsage.h b/audio/libsidplay2/files/patch-libsidutils_include_sidplay_utils_SidUsage.h
deleted file mode 100644
index 7a93e3f13a5f..000000000000
--- a/audio/libsidplay2/files/patch-libsidutils_include_sidplay_utils_SidUsage.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libsidutils/include/sidplay/utils/SidUsage.h.orig	2004-06-14 20:08:08 UTC
-+++ libsidutils/include/sidplay/utils/SidUsage.h
-@@ -33,7 +33,7 @@ struct sid2_usage_t: public sid_usage_t
-     uint_least16_t length;  // usage scan length
- 
-     // Copy common parts of basic usage to extended usage.
--    sid2_usage_t &sid2_usage_t::operator= (const sid_usage_t &usage)
-+    sid2_usage_t &operator= (const sid_usage_t &usage)
-     {
-         *((sid_usage_t *) this) = usage;
-         return *this;
diff --git a/audio/libsidplay2/pkg-descr b/audio/libsidplay2/pkg-descr
deleted file mode 100644
index 0a92c5c5081b..000000000000
--- a/audio/libsidplay2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Sidplay 2 is the second in the Sidplay series originally developed by Michael
-Schwendt. This version is written by Simon White and is cycle accurate for
-improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and
-stereo file formats.
diff --git a/audio/libsidplay2/pkg-plist b/audio/libsidplay2/pkg-plist
deleted file mode 100644
index 19a8220fc3ac..000000000000
--- a/audio/libsidplay2/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-include/sidplay/Buffer.h
-include/sidplay/SidTune.h
-include/sidplay/SmartPtr.h
-include/sidplay/builders/resid.h
-include/sidplay/c64env.h
-include/sidplay/component.h
-include/sidplay/event.h
-include/sidplay/sid2types.h
-include/sidplay/sidbuilder.h
-include/sidplay/sidconfig.h
-include/sidplay/sidendian.h
-include/sidplay/sidint.h
-include/sidplay/sidplay2.h
-include/sidplay/sidtypes.h
-include/sidplay/sidusage.h
-include/sidplay/utils/SidDatabase.h
-include/sidplay/utils/SidFilter.h
-include/sidplay/utils/SidTuneMod.h
-include/sidplay/utils/SidUsage.h
-include/sidplay/utils/libini.h
-lib/libsidplay2.a
-lib/libsidplay2.so
-lib/libsidplay2.so.1
-lib/libsidplay2.so.1.0.1
-lib/libsidutils.a
-lib/libsidutils.so
-lib/libsidutils.so.0
-lib/libsidutils.so.0.0.4
-lib/sidplay/builders/libresid-builder.a
-libdata/pkgconfig/libsidplay2.pc
-libdata/pkgconfig/libsidutils.pc
-@comment @dir include/resid



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