public
Description: A collection of random scripts that may be useful to some people.
Homepage:
Clone URL: git://github.com/danudey/miscellany.git
miscellany / misc-hacks / macports
name age message
..
file README.markdown Loading commit data...
file libmemcached-0.25.14-portfile
misc-hacks/macports/README.markdown

Macports hacks

libmemcached-0.25.14-portfile

Description

This is a portfile with an added variant to support Evan Weaver's forked version of libmemcached, which is required to use version 0.14 of the 'memcached' rubygem.

You may also be interested in Evan Weaver's blog post about it.

Usage

Replace this file:

/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libmemcached/

With the contents of the portfile included. Once done, you can run this command:

sudo port install libmemcached +evanweaver

and it should download and install the custom version of the port.