Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 23:48:38 GMT
From:      Matthew Donovan <kitche@kitchetech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119279: www/linux-flashplugin9 is broken due to tar.gz is different now
Message-ID:  <200801022348.m02Nmc8A031472@www.freebsd.org>
Resent-Message-ID: <200801022350.m02No4pG023218@freefall.freebsd.org>

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

>Number:         119279
>Category:       ports
>Synopsis:       www/linux-flashplugin9 is broken due to tar.gz is different now
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 23:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Donovan
>Release:        7.0-RC1
>Organization:
>Environment:
FreeBSD njord.Belkin 7.0-RC1 FreeBSD 7.0-RC1 #2: Sat Dec 29 19:32:29 EST 2007     root@njord.Belkin:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Since adobe changed the .tar.gz for flash9 the port became broken due to size mismatch and the makefile had the .xpt file still in it which is not sent in the tar.gz anymore
>How-To-Repeat:
Just do make install in www/linux-flashplugin9
>Fix:



Patch attached with submission follows:

--- Makefile.orig	2008-01-02 18:29:00.000000000 -0500
+++ Makefile	2008-01-02 18:29:44.000000000 -0500
@@ -31,7 +31,7 @@
 LATEST_LINK=	flash9
 
 USE_NPAPI=	linux-*
-NPAPI_FILES=	libflashplayer.so flashplayer.xpt
+NPAPI_FILES=	libflashplayer.so 
 
 CONFLICTS=	linux-flashplugin-7*
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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