Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 00:40:03 -0700 (PDT)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/42863: Xaw3d port does not include all necessary dependencies.
Message-ID:  <200209170740.g8H7e39s070158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42863; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Greg 'groggy' Lehey <grog@lemis.com>
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




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