Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 17:34:58 GMT
From:      Ryan Frederick <ryanrfrederick@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190080: [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
Message-ID:  <201405211734.s4LHYw9I068476@cgiserv.freebsd.org>
Resent-Message-ID: <201405211740.s4LHe0Pk039036@freefall.freebsd.org>

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

>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@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:



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