Subject: Re: pkg/31102: print/mpage won't compile
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 09/04/2005 22:24:02
The following reply was made to PR pkg/31102; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: smb@cs.columbia.edu
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/31102: print/mpage won't compile
Date: Mon, 5 Sep 2005 00:24:06 +0200

 On Tue, Aug 30, 2005 at 06:35:00PM +0000, smb@cs.columbia.edu wrote:
 > 	The problem is that in Makefile, there is no uncommented
 > 	definition for PAGESIZE.  Either PAGE_LETTER or PAGE_A4
 > 	should be used.
 
 What is your setting of PAPERSIZE?
 
 mk/defaults/mk.conf contains:
 PAPERSIZE?=  A4
 so it defaults to a sane value, and mpage/Makefile uses
 the PAPERSIZE variable to add a PAGESIZE value to MAKEFLAGS.
 
 mk/defaults/mk.conf claims support for "A4" and "Letter",
 and mpage compiles fine for me with either.
 
  Thomas