From owner-freebsd-ports Tue Feb 3 20:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06343 for freebsd-ports-outgoing; Tue, 3 Feb 1998 20:00:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06332; Tue, 3 Feb 1998 20:00:04 -0800 (PST) (envelope-from gnats) Received: from crs-source.lcs.mit.edu (crs-source.lcs.mit.edu [18.24.4.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06144 for ; Tue, 3 Feb 1998 19:58:12 -0800 (PST) (envelope-from wollman@crs-source.lcs.mit.edu) Received: (from wollman@localhost) by crs-source.lcs.mit.edu (8.8.8/8.8.7) id WAA13415; Tue, 3 Feb 1998 22:58:11 -0500 (EST) (envelope-from wollman) Message-Id: <199802040358.WAA13415@crs-source.lcs.mit.edu> Date: Tue, 3 Feb 1998 22:58:11 -0500 (EST) From: "Garrett A. Wollman" Reply-To: wollman@lcs.mit.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5642: bind-8 port has wrong paths Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5642 >Category: ports >Synopsis: bind-8 port has wrong paths >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 3 20:00:03 PST 1998 >Last-Modified: >Originator: Garrett A. Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: any >Description: The wrong paths to named and named-xfer are built into named and ndc. >How-To-Repeat: cd /usr/ports/net/bind8; make install more /usr/local/sbin/ndc note reference to /usr/sbin/named. >Fix: --- Makefile.orig Tue Feb 3 22:45:33 1998 +++ Makefile Tue Feb 3 22:49:20 1998 @@ -23,6 +23,12 @@ PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +PA_H= ${WRKSRC}/port/freebsd/include/port_after.h + +post-configure: + ${MV} ${PA_H} ${PA_H}.orig + sed "s,/usr,${PREFIX}," ${PA_H}.orig >${PA_H} + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/ # for i in ${MAN1}; do \ >Audit-Trail: >Unformatted: