[Bug 227774] print/qpdf wrong dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 25 17:18:56 UTC 2018


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

            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 at FreeBSD.org
          Reporter: lampa at fit.vutbr.cz
                CC: d.y.kazarov at mail.ru
             Flags: maintainer-feedback?(d.y.kazarov at mail.ru)
                CC: d.y.kazarov at mail.ru

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

/usr/local/libdata/pkgconfig/libqpdf.pc:
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${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=           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). 

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

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


More information about the freebsd-ports-bugs mailing list