Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 1997 12:32:00 -0800 (PST)
From:      jeffb@doit.wisc.edu
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/5095: enscript port ignores Makefile media size flags
Message-ID:  <199711192032.MAA23339@hub.freebsd.org>
Resent-Message-ID: <199711192040.MAA24226@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711192032.MAA23339>