From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 22:43:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75DF71065671 for ; Sun, 20 Apr 2008 22:43:59 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id F031B8FC1A for ; Sun, 20 Apr 2008 22:43:58 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 369D019AEA6; Mon, 21 Apr 2008 00:15:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 28A4D19AEA5; Mon, 21 Apr 2008 00:15:47 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id EF43019AE64; Mon, 21 Apr 2008 00:15:45 +0200 (CEST) Received: from localhost.my.domain ([92.116.208.134]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.1HF110) with ESMTP id 2008042100154166-3706 ; Mon, 21 Apr 2008 00:15:41 +0200 Received: by localhost.my.domain (sSMTP sendmail emulation); Mon, 21 Apr 2008 00:17:39 +0200 Date: Mon, 21 Apr 2008 00:17:39 +0200 From: Alexey Shuvaev To: Da Rock Message-ID: <20080420221739.GA1016@localhost.my.domain> Mail-Followup-To: Da Rock , freebsd-ports@freebsd.org References: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 In-Reply-To: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> User-Agent: Mutt/1.4.2.3i Organization: Universitaet Wuerzburg X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 04/21/2008 12:15:45 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 04/21/2008 12:15:46 AM, Serialize complete at 04/21/2008 12:15:46 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=gstscrpt X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-ports@freebsd.org Subject: Re: FBSD 7, Gnome2-lite port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 22:43:59 -0000 On Sun, Apr 20, 2008 at 05:16:43AM +1000, Da Rock wrote: > I've tried checking as far as my knowledge will allow the reason for > this error, but its got me beat. I was installing the above port, and > the config screen came up for one of its dependencies surrounding > ghostscript I believe where it said "don't be stingy on the options > selected as another port might need it later". So I checked them all as > I probably will need them all at some point in the future. Also to note > here there was a majority already selected to begin with. > > Unfortunately, I can't find that screen again to uncheck some options, > and I think its ghostscript-gpl which is failing. It errors on not > finding vga.h and lvga.h files. So I installed all src's from > sysinstall, but NG. > It seems that you have checked lvga256 and vgalib options in ghostscript-gpl configuration dialog. This dialog is not the standart port's OPTIONS dialog and it doesn't remember the options you have choosen between builds. So, to fix the build: cd /usr/ports/print/ghostscript-gpl make clean make install Once you are in this dialog again, just go on with the defaults. BTW, can someone more experienced comment on reasons to have non-standard configure script? Possibly related: are there any non-trivial reasons to have ghostscript (rather significant for many other ports) maintained by ports@ ? Or are there just no volunteers? Alexey.