mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
BROKEN on 4.0 and clean up some ambiguities about this being
official from macromedia or not (etc). PR: 16628 Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
This commit is contained in:
parent
d561d3c6c2
commit
63f4bcf9d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25682
@ -18,6 +18,12 @@ PATCHFILES= flash-0.4.3-fbsd-19990512.patch
|
||||
|
||||
MAINTAINER= knu@idaemons.org
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 400000
|
||||
BROKEN= "This port will only build a broken binary under FreeBSD 4.0 or later. Try pkg_add'ing 3-STABLE's package with compat30 installed."
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
|
||||
PORTOBJFORMAT= aout
|
||||
@ -36,4 +42,4 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/lib/netscape/plugins
|
||||
cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
===
|
||||
You couldn't build this port for lack of aout csu library files.
|
||||
You could prepare them as:
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
A Macromedia Flash plugin for Netscape
|
||||
An implementation of Macromedia Flash plugin for Netscape
|
||||
|
@ -1,12 +1,15 @@
|
||||
This is a Macromedia Flash plugin for Netscape.
|
||||
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/
|
||||
|
||||
--
|
||||
/
|
||||
/__ __
|
||||
/ ) ) ) ) / http://www.idaemons.org/knu/
|
||||
Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org
|
||||
Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
|
@ -17,13 +17,13 @@ fi
|
||||
if file $check | grep -qw ELF ; then
|
||||
cat <<EOF
|
||||
****
|
||||
You seem to be using Netscape for Linux, but the binary
|
||||
It seems you are using Netscape for Linux, but the binary
|
||||
that you are going to install is a FreeBSD's a.out.
|
||||
|
||||
Go get the Linux binary to:
|
||||
Go get the Linux binary at:
|
||||
http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html
|
||||
|
||||
or use Netscape for FreeBSD.
|
||||
or use Netscape for FreeBSD with this port.
|
||||
****
|
||||
EOF
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user