Commit 55007e64 authored by Rene Ladan's avatar Rene Ladan
Browse files

audio/libsidplay2: Remove expired port

2024-07-31 audio/libsidplay2: Abandonware and superseded by audio/libsidplayfp
parent 952153fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -387,7 +387,6 @@
    SUBDIR += libshairport
    SUBDIR += libshout
    SUBDIR += libsidplay
    SUBDIR += libsidplay2
    SUBDIR += libsidplayfp
    SUBDIR += libsmf
    SUBDIR += libsndfile

audio/libsidplay2/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
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>

audio/libsidplay2/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (sidplay-libs-2.1.1.tar.gz) = e9a24ada48215a46d2c232a70c5601bc9505e997f120e8f2ba3713e09e28d1f9
SIZE (sidplay-libs-2.1.1.tar.gz) = 1900252
+0 −18
Original line number Diff line number Diff line
--- 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 \
Loading