ports/72198: Update port: mail/mailgraph

Ceri Davies ceri at FreeBSD.org
Fri Oct 1 19:50:29 UTC 2004


The following reply was made to PR ports/72198; it has been noted by GNATS.

From: Ceri Davies <ceri at FreeBSD.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit at FreeBSD.org>
Cc:  
Subject: Re: ports/72198: Update port: mail/mailgraph
Date: Fri, 1 Oct 2004 20:41:56 +0100

 Adding to audit trail, from misfiled PR ports/72201:
 
 Date: Thu, 30 Sep 2004 22:51:09 +0800
 From: Rong-En Fan <rafan at infor.org>
 Message-Id: <20040930145109.GA6015 at svm.csie.ntu.edu.tw>
 References: <20040930134333.B7F69266 at netnews.NCTU.edu.tw>
 
  looks good, but there is a missing ) after ${WWWGRP} 
  
  +	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph (Default: ${WWWGRP}"
  
  please commit it with the fix above.
  
  Rong-En Fan, maintainer
  
  On Thu, Sep 30, 2004 at 09:43:33PM +0800, Gea-Suan Lin wrote:
  > 
  > >Submitter-Id:	current-users
  > >Originator:	Gea-Suan Lin
  > >Organization:	
  > >Confidential:	no 
  > >Synopsis:	Update port: mail/mailgraph
  > >Severity:	non-critical
  > >Priority:	low
  > >Category:	ports
  > >Class:		change-request
  > >Release:	FreeBSD 4.10-RELEASE-p2 i386
  > >Environment:
  > System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 10 21:24:00 CST 2004 root at netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386
  > 
  > 
  > 	
  > >Description:
  > 	Use ${WWWOWN} & ${WWWGRP} (predefined in bsd.port.mk) instead of
  > 	www & www.
  > 	
  > >How-To-Repeat:
  > 	
  > >Fix:
  > 
  > diff -ruN /usr/ports/mail/mailgraph/Makefile mailgraph/Makefile
  > --- /usr/ports/mail/mailgraph/Makefile	Wed Jul 14 03:14:13 2004
  > +++ mailgraph/Makefile	Thu Sep 30 21:40:37 2004
  > @@ -20,8 +20,8 @@
  >  NO_BUILD=	yes
  >  
  >  DATADIR?=	/var/db/mailgraph
  > -MAILGRAPH_USER?=	www
  > -MAILGRAPH_GROUP?=	www
  > +MAILGRAPH_USER?=	${WWWOWN}
  > +MAILGRAPH_GROUP?=	${WWWGRP}
  >  
  >  USE_REINPLACE=	yes
  >  USE_RC_SUBR=	yes
  > @@ -37,8 +37,8 @@
  >  	@${ECHO_MSG} "You may set following options:"
  >  	@${ECHO_MSG}
  >  	@${ECHO_MSG} "DATADIR=/var/db/mailgraph		Where do you put RRD databases?"
  > -	@${ECHO_MSG} "MAILGRAPH_USER=www			User to run mailgraph"
  > -	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph"
  > +	@${ECHO_MSG} "MAILGRAPH_USER=www			User to run mailgraph (Default: ${WWWOWN})"
  > +	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph (Default: ${WWWGRP}"
  >  	@${ECHO_MSG}
  >  
  >  post-patch:
  > 	
  > 
  > 



More information about the freebsd-ports-bugs mailing list