From eikemeier@fillmore-labs.com  Wed Oct  8 08:22:25 2003
Return-Path: <eikemeier@fillmore-labs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9CA9516A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Oct 2003 08:22:25 -0700 (PDT)
Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A314843F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Oct 2003 08:22:24 -0700 (PDT)
	(envelope-from eikemeier@fillmore-labs.com)
Received: from pd958a0b2.dip.t-dialin.net
	([217.88.160.178] helo=fillmore-labs.com ident=hex1rqf3hjzi9z4s)
	by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256)
	(Exim 4.24; FreeBSD 4.9)
	id 1A7G8s-000Fj1-0i; Wed, 08 Oct 2003 17:22:22 +0200
Message-Id: <3F842BAB.8060508@fillmore-labs.com>
Date: Wed, 08 Oct 2003 17:22:19 +0200
From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Cyrille Lefevre <cyrille.lefevre@laposte.net>,
	Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject: ports using NOPORTSDOCS (instead of NOPORTDOCS)

>Number:         57749
>Category:       ports
>Synopsis:       ports using NOPORTSDOCS (instead of NOPORTDOCS)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 08 08:30:13 PDT 2003
>Closed-Date:    Fri Dec 12 04:23:39 PST 2003
>Last-Modified:  Fri Dec 12 04:23:39 PST 2003
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

This is a followup to PR 53911, inspired by PR 57745.

The following ports use NOPORTSDOCS instead of NOPORTDOCS:

Cyrille Lefevre <cyrille.lefevre@laposte.net>:

- archivers/gzip (PR 57745)
- french/plgrenouille
- lang/gforth
- mail/elm+ME
- textproc/gsed

Unmaintained Ports <ports@FreeBSD.org>:
- security/hostsentry

Clement Laforet <sheepkiller@cultdeadsheep.org>:
- mail/dbmail


>How-To-Repeat:
>Fix:

sed -i .orig -e s/NOPORTSDOCS/NOPORTDOCS/ Makefile
(mail/dbmail is missing a `define', too)


>Release-Note:
>Audit-Trail:

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/57749: ports using NOPORTSDOCS (instead of NOPORTDOCS)
Date: Thu, 09 Oct 2003 04:19:37 +0200

 security/hostsentry is mentioned as PR ports/48127 in PR 53911 ;-)
 
Responsible-Changed-From-To: freebsd-ports-bugs->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Thu Oct 9 01:07:51 PDT 2003 
Responsible-Changed-Why:  
I fixed the security/hostsentry port; I'll handle the maintainer feedback 
for the other ones. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57749 

From: Peter Pentchev <roam@ringlet.net>
To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc: bug-followup@FreeBSD.org,
	Cyrille Lefevre <cyrille.lefevre@laposte.net>
Subject: Re: ports/57749: ports using NOPORTSDOCS (instead of NOPORTDOCS)
Date: Thu, 9 Oct 2003 11:12:21 +0300

 On Wed, Oct 08, 2003 at 05:22:19PM +0200, Oliver Eikemeier wrote:
 > 
 > >Number:         57749
 > >Category:       ports
 > >Synopsis:       ports using NOPORTSDOCS (instead of NOPORTDOCS)
 [snip]
 > 
 > This is a followup to PR 53911, inspired by PR 57745.
 > 
 > The following ports use NOPORTSDOCS instead of NOPORTDOCS:
 > 
 > Cyrille Lefevre <cyrille.lefevre@laposte.net>:
 > 
 > - archivers/gzip (PR 57745)
 > - french/plgrenouille
 > - lang/gforth
 > - mail/elm+ME
 > - textproc/gsed
 
 Cyrille, what do you think about the attached trivial patch?
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net    roam@sbnd.net    roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 What would this sentence be like if it weren't self-referential?
 
 Index: french/plgrenouille/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/french/plgrenouille/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- french/plgrenouille/Makefile	12 Jun 2003 11:57:32 -0000	1.5
 +++ french/plgrenouille/Makefile	9 Oct 2003 08:10:32 -0000
 @@ -60,7 +60,7 @@
  	@${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample ${PREFIX}/etc
  
  install-doc:
 -.if !defined(NOPORTSDOC)
 +.if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}
  .for file in ${DOC_FILES}
  	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 Index: lang/gforth/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/lang/gforth/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- lang/gforth/Makefile	6 May 2003 08:53:15 -0000	1.12
 +++ lang/gforth/Makefile	9 Oct 2003 08:10:32 -0000
 @@ -67,7 +67,7 @@
  post-install: install-doc install-el remove-empty-files remove-empty-dirs
  
  install-doc:
 -.if !defined(NOPORTSDOC)
 +.if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}
  .for file in ${DOC_FILES}
  	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 Index: mail/elm+ME/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/mail/elm+ME/Makefile,v
 retrieving revision 1.82
 diff -u -r1.82 Makefile
 --- mail/elm+ME/Makefile	19 May 2003 01:42:07 -0000	1.82
 +++ mail/elm+ME/Makefile	9 Oct 2003 08:10:32 -0000
 @@ -167,7 +167,7 @@
  	@cd ${WRKSRC}/nls; ${MAKE} install
  
  install-doc-files:
 -.if !defined(NOPORTSDOC)
 +.if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}
  .for file in ${DOC_FILES}
  	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 Index: textproc/gsed/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/textproc/gsed/Makefile,v
 retrieving revision 1.14
 diff -u -r1.14 Makefile
 --- textproc/gsed/Makefile	19 May 2003 01:46:43 -0000	1.14
 +++ textproc/gsed/Makefile	9 Oct 2003 08:10:32 -0000
 @@ -60,7 +60,7 @@
  .endfor
  
  install-doc-files:
 -.if !defined(NOPORTSDOC)
 +.if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}
  .for file in ${DOC_FILES}
  	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}

From: Ceri Davies <ceri@FreeBSD.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: ports/57749: ports using NOPORTSDOCS (instead of NOPORTDOCS)
Date: Sat, 25 Oct 2003 18:25:18 +0100

 Adding to audit trail, from misfiled PR ports/58022:
 
 Date: Tue, 14 Oct 2003 19:29:57 +0200
 From: "Cyrille Lefevre" <cyrille.lefevre@laposte.net>
 Message-Id: <007101c39278$c9f67950$1890a8c0@dyndns.org>
 References: <3F842BAB.8060508@fillmore-labs.com> <001b01c38dc7$a8a3a0d0$10070182@W2KCE7786>
 
  ----- Original Message ----- 
  From: "Cyrille Lefevre" <Cyrille.Lefevre@laposte.net>
  To: "Oliver Eikemeier" <eikemeier@fillmore-labs.com>;
  <FreeBSD-gnats-submit@freebsd.org>
  Cc: "Clement Laforet" <sheepkiller@cultdeadsheep.org>
  Sent: Wednesday, October 08, 2003 8:11 PM
  Subject: Re: ports using NOPORTSDOCS (instead of NOPORTDOCS)
  
  
  > Hi,
  >
  > I have a lot of pending PRs under my shoulder
  > nicluding thoses changes.
  > I will submit them next week for sure.
  > please, until then, be patient.
  
  
  oops, this message bounces !
  
  Cyrille Lefevre.
  -- 
  home: mailto:cyrille.lefevre@laposte.net
 

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Cc: Peter Pentchev <roam@FreeBSD.org>,
	freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/57749: ports using NOPORTSDOCS (instead of NOPORTDOCS)
Date: Mon, 10 Nov 2003 04:09:43 +0100

 Cyrille Lefevre wrote:
 
 > Hi,
 >
 > I have a lot of pending PRs under my shoulder
 > nicluding thoses changes.
 > I will submit them next week for sure.
 > please, until then, be patient.
 
 the week is over :)
 
 

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Cc: Peter Pentchev <roam@FreeBSD.org>,
	freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/57749: ports using NOPORTSDOCS (instead of NOPORTDOCS)
Date: Sat, 22 Nov 2003 14:25:14 +0100

 Just a gentle reminder that another week passed by...
 
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Fri Dec 12 04:22:05 PST 2003 
State-Changed-Why:  
Final fixes committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57749 
>Unformatted:
