Date: Sun, 03 Oct 1999 17:42:58 +0900 From: Akinori MUSHA aka knu <knu@idaemons.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14100: Update port: graphics/flashplayer Message-ID: <14327.5906.268433.72159A@archon.my.domain>
next in thread | raw e-mail | index | archive | help
>Number: 14100 >Category: ports >Synopsis: New port: graphics/flashplugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 3 01:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Akinori MUSHA aka knu >Release: FreeBSD 3.3-STABLE i386 >Organization: A.I.D. >Environment: FreeBSD 3.3-STABLE i386 + ports-current >Description: Sorry for updating too early. I included a net patch that should bring more stability and sound capability, and removed patch-a[a-f]. >How-To-Repeat: portlint make make install make package make deinstall pkg_add *.tgz make deinstall make reinstall make package Everything seems okay on my 3.3-STABLE box. >Fix: --Multipart_Sun_Oct__3_17:42:58_1999-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="p" Content-Transfer-Encoding: 7bit diff -ruN flashplayer.orig/Makefile flashplayer/Makefile --- flashplayer.orig/Makefile Sun Oct 3 01:15:34 1999 +++ flashplayer/Makefile Sun Oct 3 16:56:14 1999 @@ -13,11 +13,17 @@ http://perso.club-internet.fr/odebon/flash/Linux/ EXTRACT_SUFX= .tgz +PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/ +PATCHFILES= flash-0.4.3-fbsd-19990512.patch + MAINTAINER= knu@idaemons.org USE_X_PREFIX= yes +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} swfplayer + do-install: - cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin .include <bsd.port.mk> diff -ruN flashplayer.orig/files/md5 flashplayer/files/md5 --- flashplayer.orig/files/md5 Sun Oct 3 01:15:34 1999 +++ flashplayer/files/md5 Sun Oct 3 06:33:28 1999 @@ -1 +1,2 @@ MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 +MD5 (flash-0.4.3-fbsd-19990512.patch) = 57784f1045062aa23c584b2f5bbc6483 diff -ruN flashplayer.orig/patches/patch-aa flashplayer/patches/patch-aa --- flashplayer.orig/patches/patch-aa Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ ---- Makefile.orig Sun Jan 31 03:44:26 1999 -+++ Makefile Sat Oct 2 05:45:03 1999 -@@ -1,4 +1,4 @@ --all: lib plugin player -+all: player - - lib: - cd Lib; $(MAKE) diff -ruN flashplayer.orig/patches/patch-ab flashplayer/patches/patch-ab --- flashplayer.orig/patches/patch-ab Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- Lib/Jpeg/Makefile.orig Thu Jan 28 08:10:51 1999 -+++ Lib/Jpeg/Makefile Sat Oct 2 05:32:59 1999 -@@ -20,7 +20,7 @@ - mandir = $(prefix)/man/man$(manext) - - # You may need to adjust these cc options: --CFLAGS= -O2 -I$(srcdir) -+CFLAGS+= -O2 -I$(srcdir) - # Generally, we recommend defining any configuration symbols in jconfig.h, - # NOT via -D switches here. - # However, any special defines for ansi2knr.c may be included here: diff -ruN flashplayer.orig/patches/patch-ac flashplayer/patches/patch-ac --- flashplayer.orig/patches/patch-ac Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- Lib/Zlib/Makefile.orig Thu Jan 28 08:11:10 1999 -+++ Lib/Zlib/Makefile Sat Oct 2 05:33:19 1999 -@@ -2,7 +2,7 @@ - # Copyright (C) 1995-1998 Jean-loup Gailly. - # For conditions of distribution and use, see copyright notice in zlib.h - --CFLAGS=-O3 -DHAVE_UNISTD_H -DUSE_MMAP -+CFLAGS+=-O3 -DHAVE_UNISTD_H -DUSE_MMAP - - CPP=$(CC) -E - diff -ruN flashplayer.orig/patches/patch-ad flashplayer/patches/patch-ad --- flashplayer.orig/patches/patch-ad Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- Lib/Makefile.orig Mon Feb 15 07:08:38 1999 -+++ Lib/Makefile Sat Oct 2 05:31:22 1999 -@@ -1,6 +1,6 @@ - CPPFLAGS=-O3 -I/usr/X11R6/include - # Comment out the following line if you use egcs : --CXXFLAGS=-fno-rtti -fno-exceptions -+CXXFLAGS=$(CFLAGS) -fno-rtti -I/usr/X11R6/include -DNOSOUND - XLIB = -L/usr/X11R6/lib -lX11 -lXext - - SWFOBJS=\ diff -ruN flashplayer.orig/patches/patch-ae flashplayer/patches/patch-ae --- flashplayer.orig/patches/patch-ae Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- Lib/graphic.cc.orig Mon Feb 15 07:08:49 1999 -+++ Lib/graphic.cc Sat Oct 2 05:26:31 1999 -@@ -24,6 +24,7 @@ - #include <stdlib.h> - #include <string.h> - #include <assert.h> -+#include <sys/types.h> - #include <sys/ipc.h> - #include <sys/shm.h> - #include <X11/cursorfont.h> diff -ruN flashplayer.orig/patches/patch-af flashplayer/patches/patch-af --- flashplayer.orig/patches/patch-af Sun Oct 3 01:15:35 1999 +++ flashplayer/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,9 +0,0 @@ ---- Player/Makefile.orig Sun Jan 31 03:40:12 1999 -+++ Player/Makefile Sat Oct 2 05:34:41 1999 -@@ -1,5 +1,6 @@ - FLASH=../Lib - CPPFLAGS=-I$(FLASH) -+CFLAGS+=-I$(FLASH) -I/usr/X11R6/include - LIBS = $(FLASH)/libflash.o -L/usr/X11R6/lib -lX11 -lXext - - swfplayer: main.o $(FLASH)/libflash.o diff -ruN flashplayer.orig/patches/patch-ag flashplayer/patches/patch-ag --- flashplayer.orig/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ flashplayer/patches/patch-ag Sun Oct 3 06:34:24 1999 @@ -0,0 +1,10 @@ +--- Makefile.orig Sun Oct 3 02:41:07 1999 ++++ Makefile Sun Oct 3 02:41:43 1999 +@@ -1,6 +1,4 @@ +-CC=cc +-CXX=/usr/bin/c++ +-CFLAGS=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX ++CFLAGS+=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX + CFLAGS+=-O2 + CFLAGS+=-DCHECK_TEXT_PLAIN + diff -ruN flashplayer.orig/pkg/DESCR flashplayer/pkg/DESCR --- flashplayer.orig/pkg/DESCR Sun Oct 3 01:15:35 1999 +++ flashplayer/pkg/DESCR Sun Oct 3 06:32:57 1999 @@ -1,11 +1,11 @@ -This is a standalone Macromedia Flash player. The Netscape plugin -which is compiled from the same source distribution will be a -seperate port. +This is a standalone Macromedia Flash player. Usage: swfplayer <file.swf> 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> -- / --Multipart_Sun_Oct__3_17:42:58_1999-1-- >Release-Note: >Audit-Trail: >Unformatted: --Multipart_Sun_Oct__3_17:42:58_1999-1 Content-Type: text/plain; charset=US-ASCII To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14327.5906.268433.72159A>