From owner-freebsd-ports Tue Sep 17 0:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C1B37B401 for ; Tue, 17 Sep 2002 00:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEA043E7B for ; Tue, 17 Sep 2002 00:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8H7e3JU070160 for ; Tue, 17 Sep 2002 00:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8H7e39s070158; Tue, 17 Sep 2002 00:40:03 -0700 (PDT) Date: Tue, 17 Sep 2002 00:40:03 -0700 (PDT) Message-Id: <200209170740.g8H7e39s070158@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/42863: Xaw3d port does not include all necessary dependencies. Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/42863; it has been noted by GNATS. From: Peter Pentchev To: Greg 'groggy' Lehey Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/42863: Xaw3d port does not include all necessary dependencies. Date: Tue, 17 Sep 2002 10:33:20 +0300 On Tue, Sep 17, 2002 at 02:35:22PM +0930, Greg 'groggy' Lehey wrote: > > >Number: 42863 > >Category: ports > >Synopsis: Xaw3d port does not include all necessary dependencies. > >Originator: Greg 'groggy' Lehey > > >Description: > > Install of x11-toolkits/Xaw3d fails with the message: > > install.man in . done > perl: Perl is not installed, try 'pkg_add -r perl' > *** Error code 1 Would something like the attached patch fix the problem? G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am the thought you are now thinking. Index: ports/x11-toolkits/Xaw3d/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/Xaw3d/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- ports/x11-toolkits/Xaw3d/Makefile 29 Jan 2002 12:14:14 -0000 1.36 +++ ports/x11-toolkits/Xaw3d/Makefile 17 Sep 2002 07:30:00 -0000 @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/xc/lib/Xaw3d +USE_PERL5= yes USE_IMAKE= yes INSTALLS_SHLIB= yes .if exists(${X11BASE}/bin/XFree86) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message