mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Remove www/flashplugin. It's usage was not suggested since 2001, last browser
which could use it was removed in 2005, have been broken past two months
This commit is contained in:
parent
8308e5a52a
commit
0be312969f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183371
1
MOVED
1
MOVED
@ -2736,3 +2736,4 @@ net-mgmt/pfpro||2007-01-26|Has expired: Does not compile
|
||||
emulators/vx68k||2007-01-26|Has expired: distfile disappeared from homepage
|
||||
emulators/libvm68k||2007-01-26|Has expired: distfile disappeared from homepage
|
||||
textproc/ruby-text-format||2007-01-26|Has expired: distfile and homepage disappeared
|
||||
www/flashplugin||2007-01-27|Obsolete, broken
|
||||
|
@ -141,7 +141,6 @@
|
||||
SUBDIR += firefox15
|
||||
SUBDIR += firefox-i18n
|
||||
SUBDIR += firefox-remote
|
||||
SUBDIR += flashplugin
|
||||
SUBDIR += flashplugin-mozilla
|
||||
SUBDIR += flat-frog
|
||||
SUBDIR += flock
|
||||
|
@ -1,67 +0,0 @@
|
||||
# New ports collection makefile for: flashplugin
|
||||
# Date created: 3 October 1999
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashplugin
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= www graphics
|
||||
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
|
||||
http://perso.club-internet.fr/odebon/flash/Linux/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An implementation of Macromedia Flash plugin for Netscape
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
BROKEN= Incorrect pkg-plist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400000
|
||||
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
|
||||
http://perso.club-internet.fr/odebon/flash/Linux/
|
||||
DISTNAME= flash-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
||||
PATCHFILES= flash-0.4.3-fbsd-19990512.patch
|
||||
|
||||
USE_XLIB= yes
|
||||
MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
|
||||
PORTOBJFORMAT= aout
|
||||
ALL_TARGET= libswf.so
|
||||
|
||||
pre-build:
|
||||
.if !exists(/usr/lib/aout/c++rt0.o)
|
||||
@${CAT} ${FILESDIR}/message.nolib
|
||||
@${FALSE}
|
||||
.endif
|
||||
.else
|
||||
MASTER_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
||||
DISTNAME= libswf-19990503.so
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/libswf.so
|
||||
|
||||
do-patch:
|
||||
@${DO_NADA}
|
||||
.endif
|
||||
|
||||
TARGETDIR= ${PREFIX}/lib/netscape/plugins
|
||||
|
||||
do-install:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
||||
.endif
|
||||
${MKDIR} ${TARGETDIR}
|
||||
${SETENV} OBJFORMAT=aout ${INSTALL_SCRIPT} ${WRKSRC}/libswf.so ${TARGETDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (libswf-19990503.so.gz) = dfc7b902eccd950f30c7d11c1391c7a5
|
||||
SHA256 (libswf-19990503.so.gz) = d1ad16e53eeeb99d789e939635a5df865ca9996da15729f74df5aad2f4e3e2c2
|
||||
SIZE (libswf-19990503.so.gz) = 84313
|
@ -1,9 +0,0 @@
|
||||
===
|
||||
You can't build this port without a.out csu library.
|
||||
Please install them as follows:
|
||||
|
||||
1. extract /usr/src/lib (distribution files: src/slib.??)
|
||||
2. cd /usr/src/lib/csu/i386
|
||||
3. make depend
|
||||
4. make OBJFORMAT=aout clean all install cleandir
|
||||
===
|
@ -1,13 +0,0 @@
|
||||
--- Makefile.orig Fri Apr 21 11:47:57 2000
|
||||
+++ Makefile Fri Apr 21 11:59:25 2000
|
||||
@@ -1,8 +1,6 @@
|
||||
-CC=cc
|
||||
-CXX=/usr/bin/c++
|
||||
-CFLAGS=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX
|
||||
-CFLAGS+=-O2
|
||||
+CFLAGS+=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX
|
||||
CFLAGS+=-DCHECK_TEXT_PLAIN
|
||||
+CXXFLAGS+=${CFLAGS}
|
||||
|
||||
OBJS = adpcm.o bitmap.o button.o character.o cxform.o \
|
||||
displaylist.o flash.o font.o graphic.o matrix.o \
|
@ -1,15 +0,0 @@
|
||||
This is an implementation of Macromedia Flash plugin for Netscape.
|
||||
Note that this is an unofficial implementation, not done by Macromedia itself.
|
||||
|
||||
WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html
|
||||
http://perso.club-internet.fr/odebon/flash.html (mirror)
|
||||
|
||||
Author: Olivier Debon <odebon@club-internet.fr>
|
||||
|
||||
Porting to FreeBSD was done by <yamagata@nwgpc.kek.jp>, whose works are
|
||||
available at:
|
||||
|
||||
http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
||||
|
||||
--
|
||||
Akinori MUSHA aka knu <knu@idaemons.org>
|
@ -1,3 +0,0 @@
|
||||
lib/netscape/plugins/libswf.so
|
||||
@dirrmtry lib/netscape/plugins
|
||||
@dirrmtry lib/netscape
|
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ X"$2" = X"INSTALL" ] || exit 0;
|
||||
|
||||
check=${PKG_PREFIX}/lib/netscape/plugins/libnullplugin.so
|
||||
|
||||
if [ ! -f $check ]; then
|
||||
cat <<EOF
|
||||
****
|
||||
Please install Netscape Communicator/Navigator 4.0 or later
|
||||
before installing this plugin.
|
||||
****
|
||||
EOF
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if file $check | grep -qw ELF ; then
|
||||
cat <<EOF
|
||||
****
|
||||
It seems you are using Netscape for Linux, but the binary
|
||||
that you are going to install is a FreeBSD's a.out.
|
||||
|
||||
Install www/linux-flashplugin port instead.
|
||||
****
|
||||
EOF
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user