Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 18:57:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201949] mail/claws-mail: fix libarchive dependency
Message-ID:  <bug-201949-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tijl@FreeBSD.org
             Flags: maintainer-feedback?(pawel@FreeBSD.org)
          Assignee: pawel@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201949-13>