Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 13:20:11 +0800 (CST)
From:      Leland Wnag <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/62992: unbreak www/flashplugin-mozilla by maintainer
Message-ID:  <200402180520.i1I5KBH7030388@keric.mhsin.org>
Resent-Message-ID: <200402180520.i1I5K6Eb053500@freefall.freebsd.org>

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

>Number:         62992
>Category:       ports
>Synopsis:       unbreak www/flashplugin-mozilla by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 17 21:20:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Leland Wnag
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD keric.mhsin.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Sun Nov 30 14:12:06 CST 2003 keric@keric.mhsin.org:/usr/obj/usr/src/sys/KERIC i386


	
>Description:
www/flashplugin-mozilla is marked as BROKEN. I located and fixed the
problem.
	
>How-To-Repeat:
	
>Fix:
diff -urN flashplugin-mozilla.orig/Makefile flashplugin-mozilla/Makefile
--- flashplugin-mozilla.orig/Makefile	Wed Feb 18 13:05:42 2004
+++ flashplugin-mozilla/Makefile	Wed Feb 18 13:06:36 2004
@@ -16,10 +16,6 @@
 MAINTAINER=	llwang@infor.org
 COMMENT=	A GPL standalone Flash (TM) plugin for Mozilla web browser
 
-BROKEN=		"Broken pkg-plist"
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2004-04-17
-
 LIB_DEPENDS=	flash.0:${PORTSDIR}/graphics/libflash
 RUN_DEPENDS?=	mozilla:${PORTSDIR}/www/mozilla
 
@@ -30,6 +26,7 @@
 PLIST_SUB+=	PLUGIN_DIR=${PLUGIN_DIR}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${X11BASE}/${PLUGIN_DIR}
+	@${MKDIR} ${PREFIX}/${PLUGIN_DIR}
+	@${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${PREFIX}/${PLUGIN_DIR}
 
 .include <bsd.port.mk>
diff -urN flashplugin-mozilla.orig/pkg-plist flashplugin-mozilla/pkg-plist
--- flashplugin-mozilla.orig/pkg-plist	Wed Feb 18 13:05:42 2004
+++ flashplugin-mozilla/pkg-plist	Wed Feb 18 13:12:13 2004
@@ -1 +1,2 @@
 %%PLUGIN_DIR%%/npflash.so
+@dirrm %%PLUGIN_DIR%%

	


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



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