print/muttprint

Matthias Apitz guru at unixarea.de
Sat Oct 11 11:43:35 UTC 2014


Hello,

I need print/muttprint to print my mails. I'm using 11-CURRENT, ports
from SVN and poudriere to build them. The Makefile of the port does not
pull in enough latex infrastructure, a patch is below. With this it
works fine.

Should I file a PR with the patch or could someone commit it?

As MAINTAINER is set to ports at freebsd.org it seems that there is no
real maintainer. I'm willing to step in and take it over.

Thx

	matthias

*** print/muttprint/Makefile.orig	2014-08-09 12:44:47.000000000 +0200
--- print/muttprint/Makefile	2014-10-11 09:35:41.000000000 +0200
***************
*** 19,24 ****
--- 19,26 ----
  OPTIONS_DEFINE=	CUPS DOCS
  
  RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
+ 		latex:${PORTSDIR}/print/texlive-full \
+ 		dvips:${PORTSDIR}/print/tex-dvipsk \
  		uncompface:${PORTSDIR}/mail/faces \
  		convert:${PORTSDIR}/graphics/ImageMagick \
  		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
-- 
Matthias Apitz               |  /"\   ASCII Ribbon Campaign:
E-mail: guru at 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


More information about the freebsd-ports mailing list