ports/190080: [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries

Ryan Frederick ryanrfrederick at gmail.com
Wed May 21 17:40:01 UTC 2014


>Number:         190080
>Category:       ports
>Synopsis:       [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 17:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Frederick
>Release:        9.1-RELEASE-p13
>Organization:
>Environment:
FreeBSD system.name 9.1-RELEASE-p13 FreeBSD 9.1-RELEASE-p13 #0: Tue May 13 10:55:09 UTC 2014     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Currently net-im/openfire fails to install with PLUGINS=off due to incorrect pkg-plist entries for jitsivideobridge.jar and rayo.jar

Attached is a patch to pkg-plist to correct these entries.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: net-im/openfire/pkg-plist
===================================================================
--- net-im/openfire/pkg-plist	(revision 354754)
+++ net-im/openfire/pkg-plist	(working copy)
@@ -187,8 +187,8 @@
 %%DATADIR%%/plugins/admin/webapp/style/lightbox.css
 %%DATADIR%%/plugins/admin/webapp/style/login.css
 %%DATADIR%%/plugins/admin/webapp/style/setup.css
-%%DATADIR%%/plugins/jitsivideobridge.jar
-%%DATADIR%%/plugins/rayo.jar
+%%PLUGINS%%%%DATADIR%%/plugins/jitsivideobridge.jar
+%%PLUGINS%%%%DATADIR%%/plugins/rayo.jar
 %%PLUGINS%%%%DATADIR%%/plugins/fastpath.jar
 %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar
 %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar


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


More information about the freebsd-ports-bugs mailing list