Bug 48140

Summary: Update Port: print/apsfilter (conditional A4 dependencies)
Product: Ports & Packages Reporter: Hervé Quiroz <herve.quiroz>
Component: Individual Port(s)Assignee: andreas <andreas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hervé Quiroz 2003-02-10 15:00:25 UTC
	Patch to allow A4 psutils and a2ps dependencies when using BATCH mode.
Comment 1 Patrick Li freebsd_committer freebsd_triage 2003-02-10 20:42:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->andreas

Over to maintainer
Comment 2 andreas freebsd_committer freebsd_triage 2004-02-28 16:00:04 UTC
State Changed
From-To: open->closed

Thanks for your kind suggestion and for sending a patch. 
I modified your suggestion and decided, not to introduce 
two more variables. 
Instead of this I use the PAPERSIZE variable, that a2ps 
and psutils already use. 
This unique solution makes it possible later, to migrate this more 
easily into the macros part of the ports collection ... (ports/Mk/...) 
---------------------------- 
revision 1.115 
date: 2004/02/28 15:59:39;  author: andreas;  state: Exp;  lines: +18 -9 
- honour PAPERSIZE variable like in a2ps and psutils ports 
- default to letter 
- inspired by PR but using a more suitable solution to use the 
environment variable already used by other ports instead by 
using new one (PAPER_SIZE and A4_PAPER) 

PR:             48140 
----------------------------