Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 21:41:11 +0200
From:      Kimmo Paasiala <kpaasial@gmail.com>
To:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   make index warning on recent ports tree
Message-ID:  <CA%2B7WWSds7s3etogeZZSTnQmOyUCG_enWAFmFh0SpRb0tT_xK0w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
...
--- describe.russian ---

GhostScript not found in PATH

make[5]: "/usr/ports/russian/koi8r-ps/Makefile" line 23: warning:
"/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned
non-zero status

It turns out that the Makefile of this port is trying to run
ghostscript without checking if it is installed or not.

.if !defined(FONTMAP)
FONTMAP!=       ${SH} ${FILESDIR}/find-fontmap.sh
.endif


Isn't this the kind of stuff that should never be done in a port
Makefile but use proper build time dependencies?


-Kimmo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSds7s3etogeZZSTnQmOyUCG_enWAFmFh0SpRb0tT_xK0w>