From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 28 01:30:02 2007 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 785F316A420 for ; Fri, 28 Dec 2007 01:30:02 +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 690C813C459 for ; Fri, 28 Dec 2007 01:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBS1U29p094262 for ; Fri, 28 Dec 2007 01:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBS1U23E094259; Fri, 28 Dec 2007 01:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 28 Dec 2007 01:30:02 GMT Resent-Message-Id: <200712280130.lBS1U23E094259@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6776F16A420 for ; Fri, 28 Dec 2007 01:23:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3CA13C455 for ; Fri, 28 Dec 2007 01:23:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1J83yC-000Aq2-Np for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Dec 2007 04:25:04 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id DB66C6D6E for ; Fri, 28 Dec 2007 04:23:41 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 5128B17030; Fri, 28 Dec 2007 04:23:53 +0300 (MSK) Message-Id: <20071228012353.5128B17030@hades.panopticon> Date: Fri, 28 Dec 2007 04:23:53 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/119084: [PATCH] devel/ode: last update broke some dependent ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 01:30:02 -0000 >Number: 119084 >Category: ports >Synopsis: [PATCH] devel/ode: last update broke some dependent ports >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 01:30:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-BETA4 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-BETA4 FreeBSD 7.0-BETA4 #0: Thu Dec 20 13:28:17 MSK 2007 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Recent ode update to 0.9 broke some ports, for instance games/sturmbahnfahrer: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007122618/sturmbahnfahrer-1.4.log http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.2007122719/sturmbahnfahrer-1.4.log The cause was apparently a typo, the patch fixes it (sturmbahnfahrer builds successfully). >How-To-Repeat: >Fix: --- ode.patch begins here --- diff -ruN ode.orig/Makefile ode/Makefile --- ode.orig/Makefile 2007-12-28 03:50:40.000000000 +0300 +++ ode/Makefile 2007-12-28 04:18:13.000000000 +0300 @@ -7,6 +7,7 @@ PORTNAME= ode PORTVERSION= 0.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -59,7 +60,7 @@ -e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure.in + ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in @${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ -e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \ --- ode.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: