Bug 54173 - mpage default page size selection patch
Summary: mpage default page size selection patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-07 11:50 UTC by Alan Amesbury
Modified: 2003-07-09 06:39 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (810 bytes, patch)
2003-07-07 11:50 UTC, Alan Amesbury
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Amesbury 2003-07-07 11:50:15 UTC
	The default page size for the mpage port (print/mpage) is A4.
	Unfortunately, not everyone prefers that as their default paper size.

Fix: The following patch allows the default to be changed through
	arguments to 'make' when the port is built.  When no arguments are
	specified, e.g., 'make all install' is done, the port builds as it
	does now.  Paper size can be specified with 'make PAGESIZE=Letter'.

	This patch modifies the port's Makefile and files/patch-aa.  It
	works against a recently cvsup'ed (last couple of days) port
	of print/mpage.

---------- Patch file ----------
How-To-Repeat: 	Build the print/mpage port.  Default page size is A4.
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-09 06:39:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!