From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 20 14:40:54 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 1B25316A47C for ; Wed, 20 Sep 2006 14:40:54 +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 8A31543D4C for ; Wed, 20 Sep 2006 14:40:34 +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 k8KEeWUb047626 for ; Wed, 20 Sep 2006 14:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEeWaJ047625; Wed, 20 Sep 2006 14:40:32 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 14:40:32 GMT Resent-Message-Id: <200609201440.k8KEeWaJ047625@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D001B16A403; Wed, 20 Sep 2006 14:39:53 +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 584FE43D79; Wed, 20 Sep 2006 14:39:53 +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 k8KEdr9l047363; Wed, 20 Sep 2006 14:39:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8KEdqjD047362; Wed, 20 Sep 2006 14:39:52 GMT (envelope-from gnats) Message-Id: <20060920134909.B6EF041B9@hades.panopticon> Date: Wed, 20 Sep 2006 17:49:09 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: linimon@FreeBSD.org Subject: ports/103429: [MAINTAINER] games/fwp: unbreak on 4.x 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: Wed, 20 Sep 2006 14:40:54 -0000 >Number: 103429 >Category: ports >Synopsis: [MAINTAINER] games/fwp: unbreak on 4.x >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: Wed Sep 20 14:40:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Fri Sep 1 14:24:31 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Unbreak on 4.x (0.0.8 build normally). >How-To-Repeat: >Fix: --- fwp.patch begins here --- diff -ruN fwp.orig/Makefile fwp/Makefile --- fwp.orig/Makefile Wed Sep 20 17:46:56 2006 +++ fwp/Makefile Wed Sep 20 17:47:43 2006 @@ -24,19 +24,13 @@ USE_SDL= sdl net mixer USE_GCC= 3.4+ -CONFIGURE_ARGS= --program-suffix= +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ SDL_CONFIG="${SDL_CONFIG}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -e '/LDFLAGS=/ s|$$LIBS|$$LDFLAGS|' \ ${WRKSRC}/configure @@ -45,4 +39,4 @@ post-install: @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include +.include --- fwp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: