[Bug 201948] archivers/libarchive: remove LIBXML2 option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 28 18:17:36 UTC 2015


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

            Bug ID: 201948
           Summary: archivers/libarchive: remove LIBXML2 option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: glewis at FreeBSD.org
          Reporter: tijl at FreeBSD.org
             Flags: maintainer-feedback?(glewis at FreeBSD.org)
          Assignee: glewis at FreeBSD.org

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

The LIBXML2 option adds a dependency on libxml2 but it also adds -lbsdxml to
LDFLAGS but the two are mutually exclusive.  Moreover, libbsdxml is a private
copy of libexpat that is not supposed to be used outside the base system.  The
attached patch removes the LIBXML2 option and replaces it with a simple
dependency on libexpat from textproc/expat2.

The patch also removes PATCH_STRIP because there are no patches and replaces
MAKE with MAKE_CMD.

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


More information about the freebsd-ports-bugs mailing list