Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 13:43:11 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Cc:        Lukas Ruf <Lukas.Ruf@lpr.ch>
Subject:   print/muttprint
Message-ID:  <20141011114310.GA4035@unixarea.DDR.dd>

next in thread | raw e-mail | index | archive | help

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@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@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?20141011114310.GA4035>