Bug 164442 - [maintainer] [patch] databases/memcacheq: some small fixes
Summary: [maintainer] [patch] databases/memcacheq: some small fixes
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-24 11:30 UTC by m.tsatsenko
Modified: 2012-01-25 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.04 KB, patch)
2012-01-24 11:30 UTC, m.tsatsenko
no flags Details | Diff
patch.txt (3.93 KB, text/plain; charset=us-ascii)
2012-01-24 20:51 UTC, Jason Helfman
no flags Details
patch.txt (3.48 KB, text/plain; charset=us-ascii)
2012-01-24 22:45 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2012-01-24 11:30:09 UTC
- Integrate a upstream patch to fix lock bug when creating queue and switch to DB5
- Add a patch to fix configure to proper handling of --enable-threads
- Add LICENSE
- Bump PORTREVISION
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-24 11:30:20 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-01-24 17:09:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-01-24 20:47:01 UTC
Hi,

Will you please consider these changes to the port. I have attached a diff.

I moved PLIST_FILES into pkg-plist, because if you install this as a
package, it will not create the /var/db/memcacheq directory.

Thanks!
-jgh

-- 
Jason Helfman         | FreeBSD Committer
jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-01-24 20:51:06 UTC
And here is the patch...
-jgh

-- 
Jason Helfman         | FreeBSD Committer
jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-01-24 22:45:39 UTC
Here is an updated patch. Basically, removed edit of startup script.
Thanks!

-jgh

-- 
Jason Helfman         | FreeBSD Committer
jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
Comment 6 m.tsatsenko 2012-01-25 05:51:07 UTC
The last patch looks ok
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-01-25 17:56:55 UTC
jgh         2012-01-25 17:56:43 UTC

  FreeBSD ports repository

  Modified files:
    databases/memcacheq  Makefile 
  Added files:
    databases/memcacheq  pkg-plist 
    databases/memcacheq/files patch-bdb.c patch-configure 
  Log:
  - Integrate a upstream patch to fix lock bug when creating queue
  - Switch to DB5
  - Add a patch to fix configure to proper handling of --enable-threads
  - Add LICENSE
  - Bump PORTREVISION
  - Move to plist to account for package installations
  
  PR: ports/164442
  Submitted by: maintainer, m.tsatsenko at gmail.com
  Approved by: crees (mentor)
  
  Revision  Changes    Path
  1.5       +5 -3      ports/databases/memcacheq/Makefile
  1.1       +41 -0     ports/databases/memcacheq/files/patch-bdb.c (new)
  1.1       +11 -0     ports/databases/memcacheq/files/patch-configure (new)
  1.1       +2 -0      ports/databases/memcacheq/pkg-plist (new)
_______________________________________________
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 8 Jason Helfman freebsd_committer freebsd_triage 2012-01-25 17:57:10 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!