Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 14:40:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196932] graphics/xpdf: pdftoppm now depends on X
Message-ID:  <bug-196932-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 196932
           Summary: graphics/xpdf: pdftoppm now depends on X
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: rs@bytecamp.net
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)

Created attachment 151904
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151904&action=edit
make pdftoppm depend on X11

Trying to build graphics/xpdf without X11 results in the following error:

install  -s -o root -g wheel -m 555 xpdf/pdftoppm
/usr/ports/graphics/xpdf/work/stage/usr/local/libexec/xpdf/pdftoppm
install: xpdf/pdftoppm: No such file or directory
Makefile:85: recipe for target 'install' failed
gmake[2]: *** [install] Error 71
gmake[2]: Leaving directory '/usr/ports/graphics/xpdf/work/xpdf-3.04'
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/graphics/xpdf
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/xpdf

Since pdftoppm depends on X, it should only be build and installed when X11
support is enabled. The attached patch tries to address that. Maybe
files/patch-Makefile.in could be omitted completely since it is a noop now.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer cy@FreeBSD.org

-- 
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-196932-13>