- 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
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
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
And here is the patch... -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh
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
The last patch looks ok
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!