From owner-freebsd-www Mon Jul 1 12:40:24 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA28837B401 for ; Mon, 1 Jul 2002 12:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD5043E09 for ; Mon, 1 Jul 2002 12:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g61Je4JU012906 for ; Mon, 1 Jul 2002 12:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g61Je4nC012904; Mon, 1 Jul 2002 12:40:04 -0700 (PDT) Date: Mon, 1 Jul 2002 12:40:04 -0700 (PDT) Message-Id: <200207011940.g61Je4nC012904@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Tom Rhodes Subject: Re: www/40089: www/en/Makefile: linbot -> webcheck Reply-To: Tom Rhodes Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/40089; it has been noted by GNATS. From: Tom Rhodes To: Cyrille Lefevre , 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 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