Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jan 2019 09:46:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234779] textproc/pugixml: Empty version field in pkg-config file
Message-ID:  <bug-234779-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234779

            Bug ID: 234779
           Summary: textproc/pugixml: Empty version field in pkg-config
                    file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tobik@freebsd.org
                CC: ybungalobill@gmail.com
                CC: ybungalobill@gmail.com
             Flags: maintainer-feedback?(ybungalobill@gmail.com)

pugixml's pkg-config file has an empty value for its version field.
This is problematic since upstream packages might specify a minimum
version and will fail to accept our pugixml.

scripts/pugixml.pc.in has this

Version: @PUGIXML_VERSION_STRING@

so something must go wrong when substituting @PUGIXML_VERSION_STRING@
to create pugixml.pc.

Maybe an update to 1.9 would fix it?  It has been available since
April 2018.

https://github.com/zeux/pugixml/releases/tag/v1.9

----

prefix=3D/usr/local
exec_prefix=3D${prefix}
includedir=3D${prefix}/include
libdir=3D${exec_prefix}/lib

Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath
support.
URL: http://pugixml.org/
Version:=20
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml

--=20
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-234779-7788>