From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 6 14:37:22 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 AEE321065670 for ; Tue, 6 Jan 2009 14:37:22 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 726B38FC1D for ; Tue, 6 Jan 2009 14:37:22 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 2A2A339114 for ; Tue, 6 Jan 2009 15:19:15 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id C2D0010059; Tue, 6 Jan 2009 15:19:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id B092D10054 for ; Tue, 6 Jan 2009 15:19:17 +0100 (CET) Date: Tue, 6 Jan 2009 15:19:17 +0100 (CET) From: Gerald Pfeifer To: multimedia@FreeBSD.org Message-ID: User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: 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 14:37:22 -0000 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