From owner-freebsd-ports Wed Dec 12 14:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9659F37B417 for ; Wed, 12 Dec 2001 14:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCMo0j95991; Wed, 12 Dec 2001 14:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F047637B405 for ; Wed, 12 Dec 2001 14:46:11 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCMkBt95467; Wed, 12 Dec 2001 14:46:11 -0800 (PST) (envelope-from nobody) Message-Id: <200112122246.fBCMkBt95467@freefall.freebsd.org> Date: Wed, 12 Dec 2001 14:46:11 -0800 (PST) From: Willem van Engen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32766: Port update: misc/cheatah: strip binary after install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32766 >Category: ports >Synopsis: Port update: misc/cheatah: strip binary after install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 12 14:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Willem van Engen >Release: 4.4-STABLE i386 >Organization: >Environment: >Description: The cheatah binary is unstripped by default. This patch strips the binary after installation. And now using PREFIX instead of LOCALBASE when checking for sword lib depend, I think that's slightly better. >How-To-Repeat: >Fix: diff -ruN /usr/ports/misc/cheatah/Makefile misc/cheatah/Makefile --- /usr/ports/misc/cheatah/Makefile Tue Dec 11 10:38:39 2001 misc/cheatah/Makefile Wed Dec 12 11:49:15 2001 @@ -2,7 2,7 @@ # Date created: 11 June 2001 # Whom: Willem van Engen # -# $FreeBSD: ports/misc/cheatah/Makefile,v 1.1 2001/12/11 09:38:39 ijliao Exp $ # $FreeBSD$ # PORTNAME= cheatah @@ -16,7 16,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/misc/sword:extract LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword -RUN_DEPENDS= ${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules RUN_DEPENDS= ${PREFIX}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules GNU_CONFIGURE= yes USE_GMAKE= yes @@ -27,5 27,8 @@ PORTREVISION!= ${PORTREVISION} PORTEPOCH!= ${PORTEPOCH} WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/sword-${PORTVERSION}/apps/X11/cheatah post-install: strip ${PREFIX}/bin/cheatah .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message