From owner-cvs-ports@FreeBSD.ORG Thu Dec 29 06:13:40 2005 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A94C16A41F; Thu, 29 Dec 2005 06:13:40 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E4943D49; Thu, 29 Dec 2005 06:13:39 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 052247073B1; Thu, 29 Dec 2005 17:13:38 +1100 (EST) X-Viruscan-Id: <43B37E91000147EE4FDEFF@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id C27967073AB; Thu, 29 Dec 2005 17:13:37 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 45ECE7073AA; Thu, 29 Dec 2005 17:13:37 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8D08A284; Thu, 29 Dec 2005 17:11:54 +1100 (EST) Date: Thu, 29 Dec 2005 17:11:54 +1100 From: Edwin Groothuis To: Jeremy Messenger Message-ID: <20051229061154.GB3807@k7.mavetju> References: <200512290138.jBT1cREu093693@repoman.freebsd.org> <20051229054645.GG3805@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/librsvg2 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 06:13:40 -0000 > Okay, the mozilla plugins isn't complete broke. I just have to do is to > use WITH_MOZILLA_PLUGIN=yes to pass the build because of post-patch. The > new change is forcing me to enable mozilla plugins to pass the build when > I have Mozilla and Firefox installed, which I don't want to have plugins > enable. Can you see if this patch overcomes the problem? RCS file: /home/pcvs/ports/graphics/librsvg2/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 29 Dec 2005 01:38:27 -0000 1.49 +++ Makefile 29 Dec 2005 06:07:02 -0000 @@ -60,6 +60,7 @@ PLIST_SUB+= PLUGIN="" .else +CONFIGURE_ARGS+=--enable-mozilla-plugin=no PLIST_SUB+= PLUGIN="@comment " .endif .else Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/