From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 12 08:10:15 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 0BA6B1065670 for ; Sat, 12 May 2012 08:10:15 +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 BDBDA8FC1A for ; Sat, 12 May 2012 08:10:14 +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 q4C8AEZ1001257 for ; Sat, 12 May 2012 08:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4C8AETF001246; Sat, 12 May 2012 08:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2012 08:10:14 GMT Resent-Message-Id: <201205120810.q4C8AETF001246@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 D60271065678 for ; Sat, 12 May 2012 08:09:50 +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 AA7E38FC0C for ; Sat, 12 May 2012 08:09:50 +0000 (UTC) Received: from tor6.anonymizer.ccc.de ([80.237.226.76]:45788 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1ST7Od-001wy6-PB for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 04:09:49 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ST7Ne-000I2s-At for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 08:08:47 +0000 Message-Id: <1ST7Ne-000I2s-At@internal.tormail.org> Date: Fri, 11 May 2012 21:04:59 -1100 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167817: [patch] games/xonotic: 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:15 -0000 >Number: 167817 >Category: ports >Synopsis: [patch] games/xonotic: 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:14 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/xonotic-sdl /usr/local/bin/xonotic-sdl: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped --- strip.diff begins here --- Index: games/xonotic/Makefile =================================================================== RCS file: /a/.csup/ports/games/xonotic/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- games/xonotic/Makefile 18 Mar 2012 22:59:00 -0000 1.42 +++ games/xonotic/Makefile 12 May 2012 08:04:02 -0000 @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/Xonotic/source/darkpl MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ DP_PRELOAD_DEPENDENCIES=yes \ + STRIP="${STRIP_CMD}" \ CFLAGS_LIBJPEG="-I${LOCALBASE}/include -DLINK_TO_LIBJPEG" \ OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" MAKE_JOBS_UNSAFE=yes --- strip.diff ends here --- >Fix: >Release-Note: >Audit-Trail: >Unformatted: