From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 9 09:50:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 8718016A477 for ; Fri, 9 Jun 2006 09:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E23B43D78 for ; Fri, 9 Jun 2006 09:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k599oMoQ017520 for ; Fri, 9 Jun 2006 09:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k599oMMc017519; Fri, 9 Jun 2006 09:50:22 GMT (envelope-from gnats) Resent-Date: Fri, 9 Jun 2006 09:50:22 GMT Resent-Message-Id: <200606090950.k599oMMc017519@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, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7890B16A41B for ; Fri, 9 Jun 2006 09:47:40 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD7943D73 for ; Fri, 9 Jun 2006 09:47:39 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id B2A151759A for ; Fri, 9 Jun 2006 12:47:38 +0300 (EEST) Message-Id: <1149846458.4023@it.buh.tecnik93.com> Date: Fri, 9 Jun 2006 12:47:38 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/98740: [PATCH] sysutils/multitail: teach it to use the correct .conf file location 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: Fri, 09 Jun 2006 09:50:23 -0000 >Number: 98740 >Category: ports >Synopsis: [PATCH] sysutils/multitail: teach it to use the correct .conf file location >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: Fri Jun 09 09:50:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-STABLE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-STABLE #5: Fri Jun 9 11:15:37 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: # make ===> Extracting for multitail-4.0.4 => MD5 Checksum OK for multitail-4.0.4.tgz. => SHA256 Checksum OK for multitail-4.0.4.tgz. ===> Patching for multitail-4.0.4 ===> multitail-4.0.4 depends on executable: gmake - found ===> Configuring for multitail-4.0.4 ===> Building for multitail-4.0.4 cc -O2 -pipe -D`uname` -O2 -Wall -DVERSION=\"4.0.4\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -c -o utils.o utils.c ^^^^^^^^^^^^^^ >How-To-Repeat: >Fix: --- multitail.diff begins here --- ? multitail.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/multitail/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- Makefile 5 Jun 2006 15:25:00 -0000 1.53 +++ Makefile 9 Jun 2006 09:43:52 -0000 @@ -7,6 +7,7 @@ PORTNAME= multitail PORTVERSION= 4.0.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ EXTRACT_SUFX= .tgz @@ -27,7 +28,7 @@ post-patch: @${REINPLACE_CMD} -e '/^CC/d ; s/^CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \ - ${WRKSRC}/mt.c + ${WRKSRC}/mt.c ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/multitail ${PREFIX}/bin/ --- multitail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: