From owner-freebsd-ports Thu Feb 15 8:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75CCD37B65D for ; Thu, 15 Feb 2001 08:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FGK2L32786; Thu, 15 Feb 2001 08:20:02 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 08:20:02 -0800 (PST) Message-Id: <200102151620.f1FGK2L32786@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/25045: the bind8 port leaves the original bind in place Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: FUJISHIMA Satsuki To: Christoph Weber-Fahr Cc: dougb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/25045: the bind8 port leaves the original bind in place Date: Fri, 16 Feb 2001 01:17:04 +0900 OK, I modified your patch a bit matching today's fashion. I'm going to commit it If you like. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/bind8/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 2001/01/31 07:21:18 1.21 +++ Makefile 2001/02/15 16:09:45 @@ -26,9 +26,13 @@ PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} +PKGMESSAGE= ${WRKDIR}/message + post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 + ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/message > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: files/message =================================================================== RCS file: message diff -N message --- /dev/null Fri Feb 16 01:11:02 2001 +++ message Fri Feb 16 01:11:13 2001 @@ -0,0 +1,14 @@ +============================================================ + *** Attention ! *** Attention ! *** + +This port did NOT replace the named supplied with FreeBSD +but installed in its own place. +The executables reside now in @PREFIX@ + +You MUST change /etc/rc.conf accordingly and give the full +pathname to start named, both manually or from a config +file. + +If you dont do that, the new named version will not run ! +============================================================ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message