Bug 168501

Summary: [Maintainer update] mail/dbmail patch to fix sigsegv + wrong version number
Product: Ports & Packages Reporter: Alan Hicks <ahicks>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dbmail-302.diff none

Description Alan Hicks 2012-05-31 16:40:03 UTC
Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstream
mainly have linux where the libraries are symlinked so less interest in
fixing.

Also fix bug where the mhash version is shown instead of the dbmail one.

Using shiny new options framework to add default threads support.

Reducing version numer requirements for libraries as per portlint.

Fix: Apply attached patch to fix

Thanks,
Alan
How-To-Repeat: When ldap option is chosen, this always links to libldap.so whereas
the zdb library that links to libpq.so is likely to be linked to
libldap_r.so causing segfaults.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-06-04 04:02:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-04 04:02:08 UTC
miwi        2012-06-04 03:01:54 UTC

  FreeBSD ports repository

  Modified files:
    mail/dbmail          Makefile 
  Added files:
    mail/dbmail/files    extra-patch-acinclude.m4 
                         extra-patch-configure 
                         patch-src_dbmail.h.in 
  Log:
  - Update to fix LDAP linking to libldap.so instead of libldap_r.so, upstream
    mainly have linux where the libraries are symlinked so less interest in
    fixing.
  - fix bug where the mhash version is shown instead of the dbmail one.
  - Bump PORTREVISION
  
  PR:             168501
  Submitted by:   Maintainer
  
  Revision  Changes    Path
  1.49      +15 -7     ports/mail/dbmail/Makefile
  1.1       +20 -0     ports/mail/dbmail/files/extra-patch-acinclude.m4 (new)
  1.1       +29 -0     ports/mail/dbmail/files/extra-patch-configure (new)
  1.1       +13 -0     ports/mail/dbmail/files/patch-src_dbmail.h.in (new)
_______________________________________________
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"