From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17:20:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0C516A4CE for ; Fri, 29 Apr 2005 17:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4EF43D55 for ; Fri, 29 Apr 2005 17:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3THK2mj046887 for ; Fri, 29 Apr 2005 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3THK29t046886; Fri, 29 Apr 2005 17:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2005 17:20:02 GMT Resent-Message-Id: <200504291720.j3THK29t046886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bob Van Valzah Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57E3116A4CE for ; Fri, 29 Apr 2005 17:10:49 +0000 (GMT) Received: from Day.29West.Com (adsl-69-217-99-109.dsl.chcgil.ameritech.net [69.217.99.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6016D43D2F for ; Fri, 29 Apr 2005 17:10:48 +0000 (GMT) (envelope-from bob@Day.29West.Com) Received: from Day.29West.Com (localhost [127.0.0.1]) by Day.29West.Com (8.13.1/8.13.1) with ESMTP id j3THAlTB024027 for ; Fri, 29 Apr 2005 12:10:47 -0500 (CDT) (envelope-from bob@Day.29West.Com) Received: (from bob@localhost) by Day.29West.Com (8.13.1/8.13.1/Submit) id j3THAlEg024026; Fri, 29 Apr 2005 12:10:47 -0500 (CDT) (envelope-from bob) Message-Id: <200504291710.j3THAlEg024026@Day.29West.Com> Date: Fri, 29 Apr 2005 12:10:47 -0500 (CDT) From: Bob Van Valzah To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80461: The print/pdfjam port requires bash but invokes /bin/sh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Van Valzah List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 17:20:03 -0000 >Number: 80461 >Category: ports >Synopsis: The print/pdfjam port requires bash but invokes /bin/sh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 29 17:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bob Van Valzah >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD Day.29West.Com 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 16 17:00:38 CST 2005 bob@NetMon.PeoplesRC.Org:/usr/obj/usr/src/sys/NEWSNARK i386 >Description: The shell scripts included with the print/pdfjam port should be configurable from /usr/local/etc/pdfnup.conf. They attempt to source this and other files. They begin with #!/bin/sh which runs them in a shell that uses . instead of "source." >How-To-Repeat: echo "paper=letterpaper" > /usr/local/etc/pdfnup.conf pdfnup --help Note that defaults still specify paper=a4paper. >Fix: I just changed the scripts to run /usr/local/bin/bash and that seems to work. But it might be better to make them . instead of source. I just didn't take the time to look for any other bash dependencies. I suppose that there might not be any. >Release-Note: >Audit-Trail: >Unformatted: