Bug 164671 - net/rabbitmq: Fix reference to /etc
Summary: net/rabbitmq: Fix reference to /etc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 19:30 UTC by Phillip N.
Modified: 2012-02-02 17:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2012-01-31 19:30 UTC, Phillip N.
no flags Details | Diff
patch.txt (3.75 KB, text/plain; charset=us-ascii)
2012-01-31 23:06 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip N. 2012-01-31 19:30:10 UTC
Hi.

This is a fix that makes the rabbitmq-plugins use $PREFIX/etc instead of /etc

Thanks!!

Reference: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2012-January/017784.html

Fix: Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-01-31 21:04:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-01-31 23:06:11 UTC
Please consider the following patch that works in your changes.
This removes the custom user creation, and uses the USERS framework.
Additionally, I've move the post-install functions of the pkg-install.in
file into the Makefile/pkg-plist.

Here is a buildlog of the port with this patch:
http://people.freebsd.org/~jgh/files/rabbitmq-2.7.1_1.log

Thanks for your consideration.
-jgh

-- 
Jason Helfman         | FreeBSD Committer
jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
Comment 3 Phillip N. 2012-02-02 00:12:31 UTC
Hi Jason,

Didnt knew about the users framework.
Greate!

Thanks!

On Tue, Jan 31, 2012 at 8:06 PM, Jason Helfman <jgh@freebsd.org> wrote:

> Please consider the following patch that works in your changes.
> This removes the custom user creation, and uses the USERS framework.
> Additionally, I've move the post-install functions of the pkg-install.in
> file into the Makefile/pkg-plist.
>
> Here is a buildlog of the port with this patch:
> http://people.freebsd.org/~**jgh/files/rabbitmq-2.7.1_1.log<http://people.freebsd.org/~jgh/files/rabbitmq-2.7.1_1.log>
>
> Thanks for your consideration.
> -jgh
>
> --
> Jason Helfman         | FreeBSD Committer
> jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
>



-- 


__________________
pneumann@gmail.com
@killfil
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-02-02 17:41:23 UTC
jgh         2012-02-02 17:41:14 UTC

  FreeBSD ports repository

  Modified files:
    net/rabbitmq         Makefile pkg-plist 
  Removed files:
    net/rabbitmq/files   pkg-install.in 
  Log:
  - adjust rabbitmq-plugins to use ${PREFIX}/etc in favor of /etc
  - while here drop custom user installation in favor of portstree USERS framework
  
  PR:     ports/164671
  Submitted by:   maintainer, pneumann at gmail.com
  Approved by:    maintainer, crees (mentor)
  
  Revision  Changes    Path
  1.29      +10 -13    ports/net/rabbitmq/Makefile
  1.3       +0 -41     ports/net/rabbitmq/files/pkg-install.in (dead)
  1.16      +2 -0      ports/net/rabbitmq/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-02-02 17:41:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!