From owner-freebsd-ports-bugs@freebsd.org Fri Aug 5 19:22:10 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAFB7BB0603 for ; Fri, 5 Aug 2016 19:22:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25A116B6 for ; Fri, 5 Aug 2016 19:22:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u75JMAQl009244 for ; Fri, 5 Aug 2016 19:22:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211522] [NEW PORT]: net-mgmt/librenms-agent Date: Fri, 05 Aug 2016 19:22:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pawel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 19:22:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211522 Pawel Pekala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel@FreeBSD.org --- Comment #1 from Pawel Pekala --- (In reply to kiwi from comment #0) Proposed port is not PREFIX safe, it will break if PREFIX!=3D/usr/local: X+export MK_CONFDIR=3D"/usr/local/etc/check_mk" X+ server =3D /usr/local/bin/check_mk_agent X+plugdir=3D/usr/local/lib/check_mk_agent/plugins X+repodir=3D/usr/local/lib/check_mk_agent/repo Xdo-install: X cd ${STAGEDIR} ; \ X ${MKDIR} usr/local/etc/xinetd.d/ usr/local/lib/check_mk_agent/plugi= ns usr/local/lib/check_mk_agent/repo usr/local/lib/check_mk_agent/local ; \ X cd ${WRKSRC} ; \ X ${INSTALL_SCRIPT} check_mk_agent_freebsd ${STAGEDIR}/usr/local/bin/check_mk_agent ; \ X ${INSTALL_SCRIPT} mk_enplug ${STAGEDIR}/usr/local/bin/ ; \ X ${INSTALL_SCRIPT} check_mk_xinetd ${STAGEDIR}/usr/local/etc/xinetd.d/check_mk ; \ X ${INSTALL_SCRIPT} snmp/distro ${STAGEDIR}/usr/local/bin ; \ X for agent_local in $$( ${FIND} ./agent-local -type f ! -name README= ); do \ X ${INSTALL_SCRIPT} "$$agent_local" ${STAGEDIR}/usr/local/lib/check_mk_agent/repo/ ; \ X done For details, please see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-= prefix.html --=20 You are receiving this mail because: You are the assignee for the bug.=