From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 7 00:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F3F75C0 for ; Mon, 7 Oct 2013 00:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FE9E2648 for ; Mon, 7 Oct 2013 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r970A0VU018842 for ; Mon, 7 Oct 2013 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r970A0Ua018841; Mon, 7 Oct 2013 00:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 7 Oct 2013 00:10:00 GMT Resent-Message-Id: <201310070010.r970A0Ua018841@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, Ryan Frederick Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C17358F for ; Mon, 7 Oct 2013 00:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33452634 for ; Mon, 7 Oct 2013 00:05:10 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9705AUe052174 for ; Mon, 7 Oct 2013 00:05:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9705AmB052153; Mon, 7 Oct 2013 00:05:10 GMT (envelope-from nobody) Message-Id: <201310070005.r9705AmB052153@oldred.freebsd.org> Date: Mon, 7 Oct 2013 00:05:10 GMT From: Ryan Frederick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182776: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 00:10:00 -0000 >Number: 182776 >Category: ports >Synopsis: net-mgmt/nrpe Fails to Build (Hangs After Distfile Fetch) >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: Mon Oct 07 00:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ryan Frederick >Release: 9.1-RELEASE-p7 >Organization: >Environment: FreeBSD your.host.here 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:23:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The build of net-mgmt/nrpe fails to build due to hanging after fetching the distfile. This appears to be due to lack of inclusion of bsd.port.pre.mk prior to the configure arguments. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-10-04 14:44:10.000000000 -0500 +++ Makefile 2013-10-06 18:56:34.619174382 -0500 @@ -45,6 +45,8 @@ NAGIOSGID= ${NAGIOSUID} NRPE_PIDDIR?= /var/run/nrpe2 +.include + CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ --sysconfdir=${PREFIX}/etc \ @@ -71,4 +73,4 @@ ${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${STAGEDIR}${PREFIX}/libexec/nagios/check_nrpe2 ${INSTALL_DATA} ${WRKSRC}/sample-config/nrpe.cfg ${STAGEDIR}${PREFIX}/etc/nrpe.cfg.sample -.include +.include >Release-Note: >Audit-Trail: >Unformatted: