Date: Wed, 8 Oct 2014 15:57:15 +0200 From: Matthias Apitz <guru@unixarea.de> To: Arthur Chance <freebsd@qeng-ho.org>, bapt@freebsd.org Cc: freebsd-pkg@freebsd.org Subject: Re: pkg query a package for packages it depends on Message-ID: <20141008135715.GA2896@unixarea.DDR.dd> In-Reply-To: <543509FF.8090804@qeng-ho.org> References: <20141008080314.GA1937@unixarea.DDR.dd> <5434F334.9090204@qeng-ho.org> <20141008092235.GB2106@unixarea.DDR.dd> <543509FF.8090804@qeng-ho.org>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Wednesday, October 08, 2014 a las 10:55:11AM +0100, Arthur Chance escribió:
> If you look at /usr/ports/print/muttprint/Makefile you'll see
>
> RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \
> uncompface:${PORTSDIR}/mail/faces \
> convert:${PORTSDIR}/graphics/ImageMagick \
> p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
> p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
>
> so the pkg info report is correct. However, a bit lower is
If you run make in print/muttprint in an older ports tree it starts like this:
# make
===> muttprint-0.72d_7 depends on file: /usr/local/share/texmf-dist/LICENSE.texmf - found
===> muttprint-0.72d_7 depends on executable: mktexlsr - not found
===> Verifying install for mktexlsr in /usr/ports/print/teTeX-base
...
The Makefile and related bsd.*.mk files say:
print/muttprint/Makefile
USE_TEX= latex
/usr/ports/Mk/bsd.port.mk:
.if defined(USE_TEX)
.include "${PORTSDIR}/Mk/bsd.tex.mk"
.endif
/usr/ports/Mk/bsd.tex.mk:
_USE_TETEX_BASE= mktexlsr:${PORTSDIR}/print/teTeX-base
i.e. teTeX-base and latex gets here pulled-in;
in head 'bapt' recently changed the Makefile:
------------------------------------------------------------------------
r350369 | bapt | 2014-04-06 17:42:15 +0200 (dom 06 de abr de 2014) | 3 líneas
Support stage
Switch from latex to texlive
and now poudriere neither pulls in teTeX-base nor texlive-base;
I will check the log of poudriere
Thanks also for the hint re/ CUPS
matthias
--
Matthias Apitz | /"\ ASCII Ribbon Campaign:
E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ | X - No proprietary attachments
phone: +49-170-4527211 | / \ - Respect for open standards
| en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141008135715.GA2896>
