From owner-freebsd-ports Wed Nov 19 12:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24255 for ports-outgoing; Wed, 19 Nov 1997 12:40:04 -0800 (PST) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24226; Wed, 19 Nov 1997 12:40:02 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 19 Nov 1997 12:40:02 -0800 (PST) Resent-Message-Id: <199711192040.MAA24226@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jeffb@doit.wisc.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23339; Wed, 19 Nov 1997 12:32:00 -0800 (PST) (envelope-from nobody) Message-Id: <199711192032.MAA23339@hub.freebsd.org> Date: Wed, 19 Nov 1997 12:32:00 -0800 (PST) From: jeffb@doit.wisc.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5095: enscript port ignores Makefile media size flags Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5095 >Category: ports >Synopsis: enscript port ignores Makefile media size flags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 19 12:40:01 PST 1997 >Last-Modified: >Originator: Jeff Bartig >Organization: University of Wisconsin-Madison >Release: 2.2.5-RELEASE >Environment: FreeBSD drew.doit.wisc.edu 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Tue Oct 21 14:33:00 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: Following the instructions in /usr/ports/print/enscript/Makefile, I compiled and installed enscript using make letter make letter-install The /usr/local/etc/enscript.cfg file still had the DefaultMedia: option set to A4, even though I specified "letter". >How-To-Repeat: repeatable, see Full Description. >Fix: The following diff fixed the problem for me. There probably is a little additional cleanup that could be done. My guess is that the enscript author(s) changed the method used to specify the default paper size in the current version. d$ /usr/ports/print/enscript> diff Makefile.old Makefile 18c18 < CONFIGURE_ARGS= --disable-nls --- > CONFIGURE_ARGS= --disable-nls --with-media=${PAPERSIZE} >Audit-Trail: >Unformatted: