ports/81988: Update ports: www/mozplugger Installation created extraneous directories

Loren M. Lang lorenl at alzatex.com
Tue Jun 7 11:40:28 UTC 2005


>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:
  	- at mkdir -p $(root)$(prefix)/bin
 -	- at mkdir -p $(root)$(prefix)/lib/mozilla/plugins
-+	- at mkdir -p $(root)$(prefix)/lib/browser_plugins
- 	- at mkdir -p $(root)$(prefix)/share/man/man7
+-	- at mkdir -p $(root)$(prefix)/share/man/man7
 -	- at mkdir -p $(root)/etc
++	- at mkdir -p $(root)$(prefix)/lib/browser_plugins
 +	- at mkdir -p $(root)$(prefix)/etc
++	- at 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:



More information about the freebsd-ports-bugs mailing list