Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 18:23:37 +0800 (CST)
From:      Leland Wang <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58420: unbreak www/flashplugin-mozilla (by maintainer)
Message-ID:  <200310231023.h9NANbTk015124@leland.infor.org>
Resent-Message-ID: <200310231030.h9NAUBUD097928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310231023.h9NANbTk015124>