Bug 168501 - [Maintainer update] mail/dbmail patch to fix sigsegv + wrong version number
Summary: [Maintainer update] mail/dbmail patch to fix sigsegv + wrong version number
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 16:40 UTC by Alan Hicks
Modified: 2012-06-04 04:10 UTC (History)
0 users

See Also:


Attachments
dbmail-302.diff (4.53 KB, patch)
2012-05-31 16:40 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"