From owner-freebsd-ports Fri Sep 20 2:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1FFB37B401 for ; Fri, 20 Sep 2002 02:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7062443E6A for ; Fri, 20 Sep 2002 02:50:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8K9o9Co004249 for ; Fri, 20 Sep 2002 02:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8K9o98b004248; Fri, 20 Sep 2002 02:50:09 -0700 (PDT) Date: Fri, 20 Sep 2002 02:50:09 -0700 (PDT) Message-Id: <200209200950.g8K9o98b004248@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Nicolas Jombart Subject: Re: ports/42981: Update port: security/hping strip binary Reply-To: Nicolas Jombart 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 The following reply was made to PR ports/42981; it has been noted by GNATS. From: Nicolas Jombart To: Nicolas Jombart Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/42981: Update port: security/hping strip binary Date: Fri, 20 Sep 2002 11:47:55 +0200 on Fri, Sep 20, 2002 at 11:33:00AM +0200, Nicolas Jombart wrote : > +post-install: > + strip ${PREFIX}/sbin/hping Sorry : diff -ruN /usr/ports/security/hping/Makefile hping/Makefile --- /usr/ports/security/hping/Makefile Mon Sep 17 07:50:40 2001 +++ hping/Makefile Fri Sep 20 11:43:50 2002 @@ -7,7 +7,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes -MAN8= hping.8 +MAN8= hping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping @@ -31,5 +31,8 @@ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/ .endfor .endif + +post-install: + ${STRIP_CMD} ${PREFIX}/sbin/hping .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message