Bug 116072 - Cyrus-SASL support for net-im/jabberd and fix depends
Summary: Cyrus-SASL support for net-im/jabberd and fix depends
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-04 08:00 UTC by Alex Deiter
Modified: 2007-09-05 14:51 UTC (History)
0 users

See Also:


Attachments
file.diff (1.63 KB, patch)
2007-09-04 08:00 UTC, Alex Deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Deiter 2007-09-04 08:00:03 UTC
Hi,

1. Port net-im/jabberd can be build only with GNU SASL, but many ports used Cyrus-SASL.

2. Port net-im/jabberd have missed depends with WITH_SQLITE option.

Thanks!

Fix: Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/net-im/jabberd && make WITH_SQLITE=YES WITHOUT_MYSQL=YES WITH_BDB=YES WITH_LDAP=YES WITH_PAM=YES WITH_PIPE=YES install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-04 08:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-05 14:25:00 UTC
mm          2007-09-05 13:24:55 UTC

  FreeBSD ports repository

  Modified files:
    net-im/jabberd       Makefile 
  Log:
  - Add choice between GNU SASL and Cyrus SASL
  - Use SQLite3 with threads on WITH_SQLITE
  - Bump PORTREVISION
  
  PR:             ports/116072
  Submitted by:   Alex Deiter <tiamat at komi.mts.ru>
  Approved by:    mm (maintainer, implicit)
  
  Revision  Changes    Path
  1.48      +16 -2     ports/net-im/jabberd/Makefile
_______________________________________________
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 Martin Matuska freebsd_committer freebsd_triage 2007-09-05 14:51:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!