[Bug 201949] mail/claws-mail: fix libarchive dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 28 18:57:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201949

            Bug ID: 201949
           Summary: mail/claws-mail: fix libarchive dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pawel at FreeBSD.org
          Reporter: tijl at FreeBSD.org
             Flags: maintainer-feedback?(pawel at FreeBSD.org)
          Assignee: pawel at FreeBSD.org

Created attachment 159343
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159343&action=edit
patch

The claws-mail configure script looks for libarchive using AC_SEARCH_LIBS which
adds -larchive to the LIBS variable which causes libarchive to be linked into
every executable/library/plugin.  The attached patch changes the configure
script so it saves/restores LIBS around the libarchive test.  It already does
this around the libcrypt test.

The patch also adds USES=libarchive to claws-mail-archiver.

PORTREVISION should be bumped on all mail/claws-mail* ports, but I assume this
patch will be included in the update to 3.12.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list