Commit 63e97851 authored by Rene Ladan's avatar Rene Ladan
Browse files

audio/libshairport: Remove expired port

2024-10-31 audio/libshairport: Abandonware, project removed upstream and hasn't seen development since 2011
parent 15fd74c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3564,3 +3564,4 @@ cad/tkgate||2024-10-31|Has expired: Upstream is gone
www/py-gandi.cli||2024-10-31|Has expired: Upstream no longer continuing
devel/libdevq||2024-10-31|Has expired: Upstream repo archived Dec 14, 2023
www/mod_cloudflare||2024-10-31|Has expired: Deprecated upstream 20 Jul 2021, upstream recommends mod_remoteip
audio/libshairport||2024-10-31|Has expired: Abandonware, project removed upstream and hasn't seen development since 2011
+0 −1
Original line number Diff line number Diff line
@@ -381,7 +381,6 @@
    SUBDIR += libopusenc
    SUBDIR += libremidi
    SUBDIR += libsamplerate
    SUBDIR += libshairport
    SUBDIR += libshout
    SUBDIR += libsidplay
    SUBDIR += libsidplayfp

audio/libshairport/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	libshairport
PORTVERSION=	1.2.0.20310
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	http://mirrors.xbmc.org/build-deps/darwin-libs/
DISTNAME=	libshairport-${PORTVERSION}_lib

MAINTAINER=	manuel.creach@icloud.com
COMMENT=	Airport Extreme Emulator
WWW=		https://github.com/amejia1/libshairport

DEPRECATED=	Abandonware, project removed upstream and hasn't seen development since 2011
EXPIRATION_DATE=2024-10-31

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		autoreconf gmake libtool ssl
USE_LDCONFIG=	yes

CPPFLAGS+=	-isystem${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>

audio/libshairport/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (libshairport-1.2.0.20310_lib.tar.gz) = 61602402d846a50e8ddf82c3fb5b81984de95ed56abfe0f1e22426d1901c564f
SIZE (libshairport-1.2.0.20310_lib.tar.gz) = 32759
+0 −20
Original line number Diff line number Diff line
--- configure.in.orig	2011-09-23 20:56:46 UTC
+++ configure.in
@@ -11,8 +11,9 @@ AC_PROG_LIBTOOL
 
 # Checks for libraries.
 #AC_CHECK_LIB([c],   [main])
-#AC_CHECK_LIB([m],   [main])
+AC_CHECK_LIB([m],   [main])
 AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
+AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
 AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
 
 OUTPUT_FILES="Makefile"
@@ -21,4 +22,4 @@ LIBDIR=$PREFIX
 
 AC_CONFIG_FILES([${OUTPUT_FILES}])
 AC_OUTPUT(Makefile src/Makefile)
-AC_OUTPUT
\ No newline at end of file
+AC_OUTPUT
Loading