From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 12 08:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D45D8106567A for ; Sat, 12 May 2012 08:10:13 +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 927D28FC0A for ; Sat, 12 May 2012 08:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4C8ADXq001211 for ; Sat, 12 May 2012 08:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4C8ADq8001210; Sat, 12 May 2012 08:10:13 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2012 08:10:13 GMT Resent-Message-Id: <201205120810.q4C8ADq8001210@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2D9A106564A for ; Sat, 12 May 2012 08:09:33 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id A5F1F8FC12 for ; Sat, 12 May 2012 08:09:33 +0000 (UTC) Received: from tor6.anonymizer.ccc.de ([80.237.226.76]:52674 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1ST7ON-001wwV-0s for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 04:09:31 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ST7NQ-000I2H-CC for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 08:08:33 +0000 Message-Id: <1ST7NQ-000I2H-CC@internal.tormail.org> Date: Sat, 12 May 2012 12:02:35 +0400 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167814: [patch] games/openttd: respect STRIP 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: Sat, 12 May 2012 08:10:13 -0000 >Number: 167814 >Category: ports >Synopsis: [patch] games/openttd: respect STRIP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 12 08:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: $ make install WITH_DEBUG= $ file /usr/local/bin/openttd /usr/local/bin/openttd: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped >Fix: --- strip.diff begins here --- Index: games/openttd/Makefile =================================================================== RCS file: /a/.csup/ports/games/openttd/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- games/openttd/Makefile 18 Feb 2012 10:18:04 -0000 1.44 +++ games/openttd/Makefile 12 May 2012 07:54:46 -0000 @@ -25,6 +24,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/ USE_XZ= yes HAS_CONFIGURE= yes +CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}" USE_GMAKE= yes MAKE_ARGS= VERBOSE=1 # We want to see what's going on --- strip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: