Bug 152574 - [PATCH] databases/memcached: repcached bugfix, minor port changes
Summary: [PATCH] databases/memcached: repcached bugfix, minor port changes
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 17:50 UTC by Maxim Dounin
Modified: 2010-12-05 13:30 UTC (History)
1 user (show)

See Also:


Attachments
memcached-1.4.5_2.patch (2.67 KB, patch)
2010-11-25 17:50 UTC, Maxim Dounin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Dounin 2010-11-25 17:50:10 UTC
Changes with the included patch:

1. Upgrade repcached patch to version with cpu hog problem fixed. See
here for more details:

https://github.com/mdounin/memcached/commit/90ae0dfb122d4a13e3350eb6efd315f431e96772

2. Install include/memcached/protocol_binary.h.  It looks like at least
one program out there uses it (memcachetest).

3. Remove autotools/automake dependency, it's no longer needed.

Removed file(s):
- files/patch-Makefile.am

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-25 17:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-05 13:26:56 UTC
mnag        2010-12-05 13:26:51 UTC

  FreeBSD ports repository

  Modified files:
    databases/memcached  Makefile distinfo 
  Removed files:
    databases/memcached/files patch-Makefile.am 
  Log:
  - Update repcached
  - Minor port changes
  
  PR:             152574
  Submitted by:   Maxim Dounin <mdounin___mdounin.ru>
  
  Revision  Changes    Path
  1.46      +6 -7      ports/databases/memcached/Makefile
  1.22      +2 -4      ports/databases/memcached/distinfo
  1.4       +0 -8      ports/databases/memcached/files/patch-Makefile.am (dead)
_______________________________________________
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 3 Marcus Alves Grando freebsd_committer freebsd_triage 2010-12-05 13:28:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!