From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 23 12:10:35 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2605D1065A20 for ; Mon, 23 Mar 2009 12:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A23E88FC1A for ; Mon, 23 Mar 2009 12:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2NCA4nN096327 for ; Mon, 23 Mar 2009 12:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2NCA4ou096326; Mon, 23 Mar 2009 12:10:04 GMT (envelope-from gnats) Resent-Date: Mon, 23 Mar 2009 12:10:04 GMT Resent-Message-Id: <200903231210.n2NCA4ou096326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88AF810658BD for ; Mon, 23 Mar 2009 12:09:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6C64B8FC20 for ; Mon, 23 Mar 2009 12:09:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2NC9kbu054702 for ; Mon, 23 Mar 2009 12:09:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2NC9kYr054701; Mon, 23 Mar 2009 12:09:46 GMT (envelope-from nobody) Message-Id: <200903231209.n2NC9kYr054701@www.freebsd.org> Date: Mon, 23 Mar 2009 12:09:46 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132967: Port fix: devel/raknet - Fix build (using gcc 3.4) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2009 12:10:59 -0000 >Number: 132967 >Category: ports >Synopsis: Port fix: devel/raknet - Fix build (using gcc 3.4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 23 12:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #36: Sun Mar 1 19:23:00 CET 2009 martymac@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This is a quik fix to make the port build again (it does not build with gcc 4.x). I'll update the port ASAP, since this is now a quite old version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN raknet.orig/Makefile raknet/Makefile --- raknet.orig/Makefile 2009-03-22 22:10:27.885606690 +0000 +++ raknet/Makefile 2009-03-23 08:09:49.620997850 +0000 @@ -19,6 +19,7 @@ USE_LDCONFIG= yes USE_FORTRAN= yes USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:262 +USE_GCC= 3.4 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" >Release-Note: >Audit-Trail: >Unformatted: