From owner-freebsd-ports Tue Aug 8 1: 7:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 44F8A37B69A; Tue, 8 Aug 2000 01:07:08 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e78876609955; Tue, 8 Aug 2000 10:07:06 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e78875o24000; Tue, 8 Aug 2000 10:07:06 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.11.0/8.11.0/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e78875213708; Tue, 8 Aug 2000 10:07:05 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.11.0/8.11.0/alaska [ $Revision: 1.4 ]) id e78875k91319; Tue, 8 Aug 2000 08:07:05 GMT Date: Tue, 8 Aug 2000 10:07:05 +0200 From: Udo Schweigert To: Andreas Klemm Cc: asami@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports Mk files broken ? ${SCRIPTDIR}/configure won't be executed Message-ID: <20000808100705.A90719@alaska.cert.siemens.de> References: <20000804083906.A64077@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000804083906.A64077@titan.klemm.gtn.com>; from andreas@klemm.gtn.com on Fri, Aug 04, 2000 at 08:39:06AM +0200 X-Operating-System: FreeBSD 4.1-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 04, 2000 at 08:39:06 +0200, Andreas Klemm wrote: > Hi ! > > A bugreport from a user reached me ... And I checked it its true. > > He complained, that the configure script won't be executed. > So the port dependencies, that are build by dialog application > aren't created and apsfilter port installs silently incomplete. > > The "make all install" in apsfilter port runs flawlessly, but > the configure target isn't executed. > I had the same problems building apsfilter for my A4 environment and figured out the problem. It lies in the scripts/configure script of apsfilter. The call to /usr/bin/dialog is broken. The attached patch will help. Regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 --- scripts/configure.orig Sat Jul 15 18:28:41 2000 +++ scripts/configure Tue Aug 8 10:05:49 2000 @@ -16,7 +16,7 @@ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ SAMBA "Windows Remote-Print Support" ON \ -ATALK "AppleTalk Remote-Print Support"OFF \ +ATALK "AppleTalk Remote-Print Support" OFF \ ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message