Commit 3c8ba2f2 authored by Rene Ladan's avatar Rene Ladan
Browse files

multimedia/libfame: Remove expired port

2024-12-31 multimedia/libfame: Obsolete library, last release in 2004. Consider migrating to multimedia/ffmpeg
parent c0463bab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4189,3 +4189,4 @@ math/parmetis||2025-03-01|Has expired: Fails to fetch, unmaintained for years in
math/pspp||2025-03-01|Has expired: Listed as broken for more than 5 months
games/shaaft||2025-03-02|Has expired: Unmaintained upstream for ages, breaks with modern toolchains
devel/asmutils||2025-03-02|Has expired: latest upstream release is 19 years ago, replaced by a-Linux, does not build with GCC 14
multimedia/libfame||2025-03-02|Has expired: Obsolete library, last release in 2004. Consider migrating to multimedia/ffmpeg
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@
    SUBDIR += libdvdcss
    SUBDIR += libdvdnav
    SUBDIR += libdvdread
    SUBDIR += libfame
    SUBDIR += libgav1
    SUBDIR += libhdhomerun
    SUBDIR += libmatroska

multimedia/libfame/Makefile

deleted100644 → 0
+0 −39
Original line number Diff line number Diff line
PORTNAME=	libfame
PORTVERSION=	0.9.1
PORTREVISION=	7
CATEGORIES=	multimedia
MASTER_SITES=	SF/fame/${PORTNAME}/${PORTVERSION}

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	Video encoding library
WWW=		https://fame.sourceforge.net/

LICENSE=	LGPL20+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Obsolete library, last release in 2004. Consider migrating to multimedia/ffmpeg
EXPIRATION_DATE=2024-12-31

USES=		libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	MMX
OPTIONS_DEFAULT=MMX

MMX_CONFIGURE_ENABLE=	mmx

.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
MAKE_ARGS=	CFLAGS="${CLFAGS}" CC="${CC}"
.endif

post-patch:
	@${REINPLACE_CMD} \
		-e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \
		${WRKSRC}/libfame.m4 ${WRKSRC}/libfame.m4.in

.include <bsd.port.mk>

multimedia/libfame/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (libfame-0.9.1.tar.gz) = 7b2c5b883db98e99476ae07bbf4f3aa91615e74a4d7fc918cb79154dd4fc08e1
SIZE (libfame-0.9.1.tar.gz) = 296837
+0 −12
Original line number Diff line number Diff line
--- configure	Wed Feb 11 08:12:28 2004
+++ configure	Tue Jul 12 18:56:00 2005
@@ -4500,4 +4500,9 @@
 
 case "$target" in
+    *86-*-freebsd*)
+        CFLAGS="$CFLAGS -DHAS_BSWAP"
+	;;
+    *-*-freebsd*)
+	;;
     alpha*-*-linux*)
 	if test x$ac_cv_c_compiler_gnu = xyes; then
Loading