From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 29 17:23:40 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E9C16A4DF for ; Thu, 29 Jun 2006 17:23:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA8143DA7 for ; Thu, 29 Jun 2006 16:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5TGoLcB081704 for ; Thu, 29 Jun 2006 16:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5TGoLP4081699; Thu, 29 Jun 2006 16:50:21 GMT (envelope-from gnats) Date: Thu, 29 Jun 2006 16:50:21 GMT Message-Id: <200606291650.k5TGoLP4081699@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rainer Alves Cc: Subject: Re: ports/99600: [PATCH] Port multimedia/libtheora does not compile on FreeBSD 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rainer Alves List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 17:23:40 -0000 The following reply was made to PR ports/99600; it has been noted by GNATS. From: Rainer Alves To: bug-followup@FreeBSD.org, sven@ilse.net, stefan@FreeBSD.org Cc: Subject: Re: ports/99600: [PATCH] Port multimedia/libtheora does not compile on FreeBSD 4.x Date: Thu, 29 Jun 2006 13:44:49 -0300 This is a multi-part message in MIME format. --------------070100020700070606010107 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I approve this, here's a patch with the proposed fix. Thanks for the heads up. - Rainer --------------070100020700070606010107 Content-Type: text/x-patch; name="libtheora-freebsd4-fix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libtheora-freebsd4-fix.diff" diff -ruN /usr/ports/multimedia/libtheora/Makefile multimedia/libtheora/Makefile --- /usr/ports/multimedia/libtheora/Makefile Tue Jun 27 14:27:55 2006 +++ multimedia/libtheora/Makefile Thu Jun 29 13:41:31 2006 @@ -17,6 +17,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes +USE_GCC= 3.4+ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ --------------070100020700070606010107--