From 6792cbd0022c4e2b8677de2d459bdc1311f51cb1 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 2 Dec 2023 14:01:09 +0100 Subject: [PATCH] www/mozplugger: Remove expired port 2023-11-30 www/mozplugger: Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 --- MOVED | 1 + www/Makefile | 1 - www/mozplugger/Makefile | 33 ----------------------- www/mozplugger/distinfo | 2 -- www/mozplugger/files/patch-Makefile.in | 36 -------------------------- www/mozplugger/pkg-descr | 4 --- www/mozplugger/pkg-message | 17 ------------ www/mozplugger/pkg-plist | 7 ----- 8 files changed, 1 insertion(+), 100 deletions(-) delete mode 100644 www/mozplugger/Makefile delete mode 100644 www/mozplugger/distinfo delete mode 100644 www/mozplugger/files/patch-Makefile.in delete mode 100644 www/mozplugger/pkg-descr delete mode 100644 www/mozplugger/pkg-message delete mode 100644 www/mozplugger/pkg-plist diff --git a/MOVED b/MOVED index cce67700694c5..86e0baea2c391 100644 --- a/MOVED +++ b/MOVED @@ -8143,3 +8143,4 @@ security/tor-devel||2023-12-02|Has expired: Ignored for more than a year and sec java/wildfly12||2023-12-02|Has expired: End of life upstream java/wildfly11||2023-12-02|Has expired: End of life upstream net-p2p/arbitrum-avm||2023-12-02|Has expired: BROKEN for more than an year +www/mozplugger||2023-12-02|Has expired: Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 diff --git a/www/Makefile b/www/Makefile index 87bc3a21c372d..42bcff7a03aaa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -438,7 +438,6 @@ SUBDIR += moodle42 SUBDIR += moodle43 SUBDIR += morty - SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb diff --git a/www/mozplugger/Makefile b/www/mozplugger/Makefile deleted file mode 100644 index a1ae96c47817a..0000000000000 --- a/www/mozplugger/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= mozplugger -PORTVERSION= 2.1.6 -CATEGORIES= www -MASTER_SITES= http://mozplugger.mozdev.org/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Framework for loading web content in external viewers -WWW= http://mozplugger.mozdev.org/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Obsolete, defunct as Mozilla Firefox dropped support for plugin interface as of ESR 60 -EXPIRATION_DATE=2023-11-30 - -GNU_CONFIGURE= yes -USES= desthack gmake webplugin:native xorg -USE_XORG= x11 xt -LLD_UNSAFE= yes - -WEBPLUGIN_FILES=mozplugger.so -MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}" -MAKE_ARGS= root=${STAGEDIR} - -post-patch: - @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ - ${WRKSRC}/mozplugger.c - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mozplugger-* - @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/*.so - -.include diff --git a/www/mozplugger/distinfo b/www/mozplugger/distinfo deleted file mode 100644 index 7b723f36967a4..0000000000000 --- a/www/mozplugger/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mozplugger-2.1.6.tar.gz) = 294cf06ad37b8d89e57ee9c4dc9e7549fd1b0dcec9769171d65dad36099e5fef -SIZE (mozplugger-2.1.6.tar.gz) = 153183 diff --git a/www/mozplugger/files/patch-Makefile.in b/www/mozplugger/files/patch-Makefile.in deleted file mode 100644 index dbc4c059bdbff..0000000000000 --- a/www/mozplugger/files/patch-Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.in.orig 2013-02-23 16:46:10.000000000 -0600 -+++ Makefile.in 2013-02-23 16:48:17.000000000 -0600 -@@ -37,7 +37,7 @@ - RPMDIR=/usr/src/RPM - - # Choose tool set --CC=@CC@ -+CC?=@CC@ - LD=@CC@ - MKDEP=@CC@ -MM - BIN2O=@BIN2O@ -@@ -267,12 +267,12 @@ - - install: - -install -d @bindir@ -+ -install -d $(root)${WEBPLUGINS_DIR} - install mozplugger-helper @bindir@ - install mozplugger-controller @bindir@ - install mozplugger-linker @bindir@ - install mozplugger-update @bindir@ -- -for a in ${PLUGINDIRS}; do install -d $$a ; done -- for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done -+ cp mozplugger.so $(root)${WEBPLUGINS_DIR} - -install -d @sysconfdir@ - install $(srcdir)/mozpluggerrc @sysconfdir@ - -install -d @mandir@/man7 -@@ -281,7 +281,8 @@ - uninstall: - -rm -f @sysconfdir@/mozpluggerrc - -rmdir @sysconfdir@ -- -for a in ${PLUGINDIRS}; do rm -f $$a/mozplugger.so ; done -+ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so -+ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so - -rm -f @mandir@/man7/mozplugger.7 - -rmdir @mandir@/man7 - -rmdir @mandir@ diff --git a/www/mozplugger/pkg-descr b/www/mozplugger/pkg-descr deleted file mode 100644 index 3132312c0e560..0000000000000 --- a/www/mozplugger/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Mozplugger is a small general purpose Mozilla plugin that displays various -types of media formats found on the Internet in your browser. It accomplishes -this by using external programs such as mplayer, timidity, Acrobat Reader, -OpenOffice, and LibreOffice. diff --git a/www/mozplugger/pkg-message b/www/mozplugger/pkg-message deleted file mode 100644 index da9767816572a..0000000000000 --- a/www/mozplugger/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <