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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: gahr->mandree I'll take it per IRC request.
Author: mandree Date: Wed May 21 18:49:16 2014 New Revision: 354758 URL: http://svnweb.freebsd.org/changeset/ports/354758 QAT: https://qat.redports.org/buildarchive/r354758/ Log: Fix installation with PLUGINS=off config, correcting pkg-plist. PR: 190080 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Approved by: gahr (maintainer) Modified: head/net-im/openfire/pkg-plist Modified: head/net-im/openfire/pkg-plist ============================================================================== --- head/net-im/openfire/pkg-plist Wed May 21 18:26:53 2014 (r354757) +++ head/net-im/openfire/pkg-plist Wed May 21 18:49:16 2014 (r354758) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!