From owner-freebsd-www Mon Jul 1 12:20:16 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 3234F37B401 for ; Mon, 1 Jul 2002 12:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F8E43E0A for ; Mon, 1 Jul 2002 12:20:05 -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 g61JK5JU010157 for ; Mon, 1 Jul 2002 12:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g61JK5Ku010156; Mon, 1 Jul 2002 12:20:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D8237B401 for ; Mon, 1 Jul 2002 12:15:59 -0700 (PDT) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8873743E40 for ; Mon, 1 Jul 2002 12:15:57 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 9208958 invoked by uid 0); 1 Jul 2002 19:15:56 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with SMTP for ; 1 Jul 2002 19:15:56 -0000 Received: from gits.gits.dyndns.org (35rsf82xj4g43r7i@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.4/8.12.4) with ESMTP id g61JFttY066439 for ; Mon, 1 Jul 2002 21:15:55 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.4/8.12.4/Submit) id g61JFtgD066438; Mon, 1 Jul 2002 21:15:55 +0200 (CEST) (envelope-from root) Message-Id: <200207011915.g61JFtgD066438@gits.gits.dyndns.org> Date: Mon, 1 Jul 2002 21:15:55 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/40089: www/en/Makefile: linbot -> webcheck 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 >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