From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 11 15:30:19 2003 Return-Path: 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 143C716A4BF for ; Thu, 11 Sep 2003 15:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8F643FE3 for ; Thu, 11 Sep 2003 15:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8BMUGUp089748 for ; Thu, 11 Sep 2003 15:30:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8BMUGLc089747; Thu, 11 Sep 2003 15:30:16 -0700 (PDT) Resent-Date: Thu, 11 Sep 2003 15:30:16 -0700 (PDT) Resent-Message-Id: <200309112230.h8BMUGLc089747@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, Simon Barner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8C616A4BF; Thu, 11 Sep 2003 15:28:18 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D1743FE0; Thu, 11 Sep 2003 15:28:17 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 2615D3B0DD; Fri, 12 Sep 2003 00:28:16 +0200 (CEST) Message-Id: <20030911222816.2615D3B0DD@zi025.glhnet.mhn.de> Date: Fri, 12 Sep 2003 00:28:16 +0200 (CEST) From: Simon Barner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mr@FreeBSD.org Subject: ports/56723: [patch, non-maintainer] net/nitpicker: Fix installation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 22:30:19 -0000 >Number: 56723 >Category: ports >Synopsis: [patch, non-maintainer] net/nitpicker: Fix installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 11 15:30:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Simon Barner >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386 >Description: This port install its binaries with `cp'. With my patch, we do this ourselves now with ${INSTALL_PROGRAMM}. I also changed the ports behaviour to installe the parse_flowfile tool, since it is built and listed in the plist, but not installed by nitpicker's Makefile (#'ed out there). >How-To-Repeat: >Fix: --- Makefile.orig Fri Sep 12 00:10:59 2003 +++ Makefile Fri Sep 12 00:19:00 2003 @@ -16,4 +16,11 @@ NO_MAN= YES -.include +.include + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit ${LOCALBASE}/bin + +.include --- /dev/null Fri Sep 12 00:21:03 2003 +++ files/patch-Makefile Fri Sep 12 00:21:33 2003 @@ -0,0 +1,10 @@ +--- Makefile.orig Fri Sep 12 00:21:09 2003 ++++ Makefile Fri Sep 12 00:21:19 2003 +@@ -17,7 +17,3 @@ + @cd src; make clean; + + install: +- @cd tools/dumpit; make install; +-# @cd tools/parse_flowfile; make install; +- @cd src; make install; +- >Release-Note: >Audit-Trail: >Unformatted: