Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 18:17:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201948] archivers/libarchive: remove LIBXML2 option
Message-ID:  <bug-201948-13@https.bugs.freebsd.org/bugzilla/>

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



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