Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 04:38:43 -0700 (PDT)
From:      "Loren M. Lang" <lorenl@alzatex.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81988: Update ports: www/mozplugger Installation created extraneous directories
Message-ID:  <200506071138.j57BchtH001389@fbsd.ddns.alzatex.cc>
Resent-Message-ID: <200506071140.j57BeRvu089438@freefall.freebsd.org>

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

>Number:         81988
>Category:       ports
>Synopsis:       Update ports: www/mozplugger Installation created extraneous directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 07 11:40:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Loren M. Lang
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Alzatex, Inc.
>Environment:
System: FreeBSD fbsd.ddns.alzatex.cc 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #6: Tue Jun 7 04:04:28 PDT 2005 root@:/usr/obj/usr/src/sys/IPSEC-NG i386


	
>Description:
	Installation of mozplugger port caused the directory share/man/man7
be created and never cleaned up.

>How-To-Repeat:
	Install the mozplugger port and remove it and you will find
/usr/X11R6/share/man/man7 laying around empty.

>Fix:

	

--- mozplugger.patch begins here ---
--- www/mozplugger/files/patch-Makefile.orig	Fri Jun  3 05:46:45 2005
+++ www/mozplugger/files/patch-Makefile	Tue Jun  7 04:33:28 2005
@@ -1,5 +1,5 @@
 --- Makefile.orig	Sat Apr 16 12:24:24 2005
-+++ Makefile	Fri Jun  3 03:11:52 2005
++++ Makefile	Tue Jun  7 04:33:19 2005
 @@ -1,5 +1,5 @@
  # Where is your Xwindows located?
 -X11=/usr/X11R6
@@ -47,10 +47,11 @@
  install:
  	-@mkdir -p $(root)$(prefix)/bin
 -	-@mkdir -p $(root)$(prefix)/lib/mozilla/plugins
-+	-@mkdir -p $(root)$(prefix)/lib/browser_plugins
- 	-@mkdir -p $(root)$(prefix)/share/man/man7
+-	-@mkdir -p $(root)$(prefix)/share/man/man7
 -	-@mkdir -p $(root)/etc
++	-@mkdir -p $(root)$(prefix)/lib/browser_plugins
 +	-@mkdir -p $(root)$(prefix)/etc
++	-@mkdir -p $(root)$(prefix)/man/man7
  	cp mozplugger-helper $(root)$(prefix)/bin/
  	cp mozplugger-controller $(root)$(prefix)/bin/
 -	cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/
--- mozplugger.patch ends here ---


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



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