From owner-freebsd-ports Tue Feb 12 1: 5:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 78B1237B41B; Tue, 12 Feb 2002 01:05:50 -0800 (PST) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g1C91OE14115; Tue, 12 Feb 2002 10:01:24 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 0254F5A548; Tue, 12 Feb 2002 10:00:17 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id F3FBF5A545; Tue, 12 Feb 2002 10:00:15 +0100 (CET) Date: Tue, 12 Feb 2002 10:00:15 +0100 From: Oliver Braun To: Alan Eldridge Cc: dwcjr@freebsd.org, ports@freebsd.org Subject: Re: muttprint port doesn't work with perl < 5.6 Message-ID: <20020212090015.GB84295@nemesis.informatik.unibw-muenchen.de> References: <200202120742.g1C7gZf59864@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202120742.g1C7gZf59864@wwweasel.geeksrus.net> User-Agent: Mutt/1.3.27i Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.5-STABLE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 13 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-600 http://www.vim.org/ X-Editor: Vim-600 http://www.vim.org/ X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > To Oliver: please email dwcjr@freebsd.org and approve committing this > patch. This supercedes the one you got a few minutes ago that didn't > go anywhere else due to hub.freebsd.org problem. Thanks. David: Please commit Alan's patch. There is just one open question about this port: I forgot to add some RUN_DEPENDS :( muttprint uses the following external programms: latex, dvips, psnup, psselect, convert, uncompface This results in something like: RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX .if defined(A4) RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-a4 RUN_DEPENDS+= psselect:${PORTSDIR}/print/psutils-a4 .else RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= psselect:${PORTSDIR}/print/psutils-letter .endif RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick but: uncompface seems to be not available in the ports. IMO there are two possible solutions: 1. We change the muttprint-script and forget about printing x-faces. 2. I create a compface [1] port and make muttprint depend on it. IMO the second one is better. Regards, Olli 1. http://freshmeat.net/projects/compface/ -- Department of Computing Science Federal Armed Forces University Munich http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message