Bug 152140 - [PATCH] databases/libmemcached: OPTIONize sasl2 dependency
Summary: [PATCH] databases/libmemcached: OPTIONize sasl2 dependency
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 16:00 UTC by Renato Botelho
Modified: 2010-11-22 09:00 UTC (History)
1 user (show)

See Also:


Attachments
libmemcached-0.44_1.patch (1.72 KB, patch)
2010-11-11 16:00 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho freebsd_committer freebsd_triage 2010-11-11 16:00:18 UTC
Today libmemcached port doesn't depend of sasl2, but, if cyrus-sasl2 is
installed on the system it add sasl symbols into the lib and don't link it
correctly.

The best solution i've found is to add an OPTION, so you can choose if you want
sasl2 support or not, and, if you choose yes, make sure it'll link library
correctly.

I bumped PORTREVISION because users that have sasl installed when libmemcached
was built have a broken version installed.

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-11 16:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-22 08:55:43 UTC
vanilla     2010-11-22 08:55:38 UTC

  FreeBSD ports repository

  Modified files:
    databases/libmemcached Makefile distinfo 
  Log:
  OPTIONize sasl2 dependency.
  
  PR:             ports/152140
  Submitted by:   garga@
  
  Revision  Changes    Path
  1.36      +14 -2     ports/databases/libmemcached/Makefile
  1.28      +0 -1      ports/databases/libmemcached/distinfo
_______________________________________________
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 Vanilla I. Shu freebsd_committer freebsd_triage 2010-11-22 08:56:37 UTC
State Changed
From-To: open->closed

Committed, thanks.