ports/58420: unbreak www/flashplugin-mozilla (by maintainer)

Leland Wang llwang at infor.org
Thu Oct 23 10:30:13 UTC 2003


>Number:         58420
>Category:       ports
>Synopsis:       unbreak www/flashplugin-mozilla (by maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 03:30:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Leland Wang
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD leland.infor.org 4.8-STABLE FreeBSD 4.8-STABLE #1: Fri Oct 3 23:31:04 CST 2003 llwang at leland.infor.org:/home/mp3/obj/usr/src/sys/LELAND i386


	
>Description:
It has been said recently that flashplugin-mozilla cannot build on some
-current boxes. It is due to a redundant dependency in the makefile. This
patch fixes the problem.
	
>How-To-Repeat:
	
>Fix:
diff -urN flashplugin-mozilla.orig/files/patch-aa flashplugin-mozilla/files/patch-aa
--- flashplugin-mozilla.orig/files/patch-aa	Thu Oct 23 18:04:49 2003
+++ flashplugin-mozilla/files/patch-aa	Thu Oct 23 18:05:29 2003
@@ -1,8 +1,5 @@
-
-$FreeBSD: ports/www/flashplugin-mozilla/files/patch-aa,v 1.2 2002/03/15 07:51:26 sobomax Exp $
-
---- Makefile.orig	Tue Sep 28 12:13:38 1999
-+++ Makefile	Fri Nov  2 15:52:14 2001
+--- Makefile.orig	Tue Sep 28 20:13:38 1999
++++ Makefile	Thu Oct 23 18:03:06 2003
 @@ -35,8 +35,8 @@
  # Linux
  SHARED=-shared
@@ -14,3 +11,12 @@
  
  SRC= plugin.c npunix.c
  OBJ= plugin.o npunix.o
+@@ -45,7 +45,7 @@
+ 
+ default all: $(SHAREDTARGET)
+ 
+-$(SHAREDTARGET): $(OBJ) $(FLASH)/libflash.a
++$(SHAREDTARGET): $(OBJ)
+ 	$(LD) $(SHARED) -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
+ 
+ plugin.o: $(FLASH)/flash.h
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list