Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 12:40:04 -0700 (PDT)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        freebsd-www@FreeBSD.org
Subject:   Re: www/40089: www/en/Makefile: linbot -> webcheck
Message-ID:  <200207011940.g61Je4nC012904@freefall.freebsd.org>

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

From: Tom Rhodes <trhodes@FreeBSD.org>
To: Cyrille Lefevre <cyrille.lefevre@laposte.net>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: www/40089: www/en/Makefile: linbot -> webcheck
Date: Mon, 1 Jul 2002 16:39:23 -0400

 Someone beat me to the work LOL!  It was on my list of things to
 complete today...  I'll look over your patch, and hopefully apply
 it soon ;)
 
 On Mon, 1 Jul 2002 21:15:55 +0200 (CEST)
 Cyrille Lefevre <cyrille.lefevre@laposte.net> wrote:
 
 > 
 > >Number:         40089
 > >Category:       www
 > >Synopsis:       www/en/Makefile: linbot -> webcheck
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-www
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          change-request
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Jul 01 12:20:05 PDT 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Cyrille Lefevre
 > >Release:        FreeBSD 4.6-STABLE i386
 > >Organization:
 > ACME
 > >Environment:
 > System: FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #15: Sun Jun 23
 > 06:31:23 CEST 2002 root@gits:/disk2/freebsd/src/sys/compile/CUSTOM
 > i386
 > 
 > >Description:
 > 	The linbot port has been removed. The author stopped
 > 	development after the company behind linKbot claimed trademark
 > 	violations. Fortunately, Mike W. Meyer picked it up, and
 > 	the newly renamed and improved version is now known as
 > 	www/webcheck.
 > 
 > 	www/en/Makefile
 > 		LINBOT -> WEBCHECK
 > >How-To-Repeat:
 > 	n/a
 > >Fix:
 > Index: Makefile
 > ===================================================================
 > RCS file: /home/ncvs/www/en/Makefile,v
 > retrieving revision 1.84
 > diff -u -r1.84 Makefile
 > --- Makefile	27 Jun 2002 19:55:40 -0000	1.84
 > +++ Makefile	1 Jul 2002 18:31:09 -0000
 > @@ -91,20 +91,20 @@
 >  CLEANFILES+=	index.html
 >  
 >  index.html: index.xsl news/news.xml news/press.xml includes.xsl
 >  news/includes.xsl
 > -	${XSLTPROC} ${XSLTPROCOPTS} -o index.html \
 > +	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
 >  		${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml
 >  .if !defined(NO_TIDY)
 > -	-${TIDY} ${TIDYOPTS} index.html
 > +	-${TIDY} ${TIDYOPTS} ${.TARGET}
 >  .endif
 >  
 > -LINBOT?=	${PREFIX}/bin/linbot
 > -LINBOTOPTS?=	-ab
 > -LINBOTDIR?=	/linbot
 > -LINBOTINSTALLDIR?= ${DESTDIR}${LINBOTDIR}
 > -LINBOTURL?=	http://www.FreeBSD.org/
 > +WEBCHECK?=	${PREFIX}/bin/webcheck
 > +WEBCHECKOPTS?=	-ab ${WEBCHECKFLAGS}
 > +WEBCHECKDIR?=	/webcheck
 > +WEBCHECKINSTALLDIR?= ${DESTDIR}${WEBCHECKDIR}
 > +WEBCHECKURL?=	http://www.FreeBSD.org/
 >  
 > -linbot:
 > -	@[ -d ${LINBOTINSTALLDIR} ] || ${MKDIR} ${LINBOTINSTALLDIR}
 > -	${LINBOT} ${LINBOTOPTS} -o ${LINBOTINSTALLDIR} ${LINBOTURL}
 > +webcheck:
 > +	@[ -d ${WEBCHECKINSTALLDIR} ] || ${MKDIR} ${WEBCHECKINSTALLDIR}
 > +	${WEBCHECK} ${WEBCHECKOPTS} -o ${WEBCHECKINSTALLDIR}
 > ${WEBCHECKURL}
 >  
 >  .include "${WEB_PREFIX}/share/mk/web.site.mk"
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-www" in the body of the message
 > 
 
 
 -- 
 Tom (Darklogik) Rhodes
 www.FreeBSD.org  -The Power To Serve
 www.Pittgoth.com -Pittgoth Discussion Portal
 trhodes@{Pittgoth.com, FreeBSD.org}
 PGP key by www:
 http://www.pittgoth.com/~darklogik/darklogik.key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-www" in the body of the message




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