Bug 116072

Summary: Cyrus-SASL support for net-im/jabberd and fix depends
Product: Ports & Packages Reporter: Alex Deiter <tiamat>
Component: Individual Port(s)Assignee: Martin Matuska <mm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!