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 Fix: sed -i .orig -e s/NOPORTSDOCS/NOPORTDOCS/ Makefile (mail/dbmail is missing a `define', too)
security/hostsentry is mentioned as PR ports/48127 in PR 53911 ;-)
Responsible Changed From-To: freebsd-ports-bugs->roam I fixed the security/hostsentry port; I'll handle the maintainer feedback for the other ones.
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}
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
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 :)
Just a gentle reminder that another week passed by...
State Changed From-To: open->closed Final fixes committed, thanks!