Date: Tue, 8 Aug 2000 10:07:05 +0200 From: Udo Schweigert <ust@cert.siemens.de> To: Andreas Klemm <andreas@klemm.gtn.com> 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> In-Reply-To: <20000804083906.A64077@titan.klemm.gtn.com>; from andreas@klemm.gtn.com on Fri, Aug 04, 2000 at 08:39:06AM %2B0200 References: <20000804083906.A64077@titan.klemm.gtn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000808100705.A90719>