Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 17:18:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227774] print/qpdf wrong dependency
Message-ID:  <bug-227774-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 227774
           Summary: print/qpdf wrong dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lampa@fit.vutbr.cz
                CC: d.y.kazarov@mail.ru
             Flags: maintainer-feedback?(d.y.kazarov@mail.ru)
                CC: d.y.kazarov@mail.ru

Installed pkg-config file or package Makefile has wrong dependency.

/usr/local/libdata/pkgconfig/libqpdf.pc:
prefix=3D/usr/local
exec_prefix=3D${prefix}
libdir=3D${exec_prefix}/lib
includedir=3D${prefix}/include

Name: libqpdf
Description: PDF transformation library
Version: 8.0.1
Requires.private: zlib, libjpeg
Libs: -L${libdir} -lqpdf
Cflags: -I${includedir}

Makefile:
USES=3D           gmake jpeg libtool localbase

Package jpeg is not registered as a pkg-config package libjpeg, but qpdf
Makefile requires this package, not jpeg-turbo (which contains pkgconfig pc
file with the libjpeg name).=20

This is folowup to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D2258=
48

--=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-227774-7788>