Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 08:20:02 -0800 (PST)
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25045: the bind8 port leaves the original bind in place
Message-ID:  <200102151620.f1FGK2L32786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25045; it has been noted by GNATS.

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
To: Christoph Weber-Fahr <wefa@analyst.nexgo.lab.arcor.de>
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 <bsd.port.mk>
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102151620.f1FGK2L32786>