From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 6 18:03:32 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0407106566C for ; Tue, 6 Jan 2009 18:03:32 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mail-fx0-f11.google.com (mail-fx0-f11.google.com [209.85.220.11]) by mx1.freebsd.org (Postfix) with ESMTP id E64E08FC24 for ; Tue, 6 Jan 2009 18:03:31 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by fxm4 with SMTP id 4so1466869fxm.19 for ; Tue, 06 Jan 2009 10:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=EzBeKEOuCWmOE1xIx8eBlQ7Lb2jIHTeiKAsSNK8nj3Y=; b=JHPZhtjEtII7WLZ7S5rHX2/d2TbuyTJ3s7Bp45VMVLvRhNDCMRIe2uTluFaOfdMBQF LbjHJFT6x0kCyFYbP6OKAxwX4thfUaye47rLTC+Oy/Q8JB+wvXIcCt4tM4Hk459V6/y0 wsipRYuROOcgAM5FW8+b2MHoyyaryrzHpn2I4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=GUVEdqzwPI64ji5vrRvIYwjvpyDmlwaLGebWM6YgLYZZ2EfiJ6gfmo0jJyond3OxM8 wMeRclIpJOASymgIciTNun2Sk+ym56HW+PcerY14olLkLnRU9KiBVkovhuMOdW2kSEEK GnD6kxpZWN55hsPgRLAf9SJ1RoIB93zMOVlHo= Received: by 10.181.135.5 with SMTP id m5mr8554849bkn.171.1231263320635; Tue, 06 Jan 2009 09:35:20 -0800 (PST) Received: by 10.181.151.20 with HTTP; Tue, 6 Jan 2009 09:35:20 -0800 (PST) Message-ID: Date: Tue, 6 Jan 2009 11:35:20 -0600 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Gerald Pfeifer" In-Reply-To: MIME-Version: 1.0 References: X-Google-Sender-Auth: 81830c38b57abcce Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: multimedia@freebsd.org Subject: Re: devel/liboil and USE_GCC X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 18:03:33 -0000 Please go ahead with it, thanks! On Tue, Jan 6, 2009 at 8:19 AM, Gerald Pfeifer wrote: > I am in the process of removing lang/gcc41 and would thus like to > change USE_GCC=4.1+ to USE_GCC=4.2+ (which is equivalent for those > who have installed GCC 4.2 already) in devel/liboil/Makefile. > > (Not sure how approval works when the maintainer is a mailing list, > but let's see... ;-) > > Gerald > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/liboil/Makefile,v > retrieving revision 1.34 > diff -u -3 -p -r1.34 Makefile > --- Makefile 5 Jan 2009 19:43:50 -0000 1.34 > +++ Makefile 6 Jan 2009 14:17:35 -0000 > @@ -24,7 +24,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2 > .include > > .if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042 > -USE_GCC= 4.1+ > +USE_GCC= 4.2+ > RUN_DEPENDS+= ${BUILD_DEPENDS} > .endif > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" >