From owner-freebsd-ports Thu Jul 25 11:50: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA8137B400 for ; Thu, 25 Jul 2002 11:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191F343E5E for ; Thu, 25 Jul 2002 11:50: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 g6PIo3JU013302 for ; Thu, 25 Jul 2002 11:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6PIo3dq013300; Thu, 25 Jul 2002 11:50:03 -0700 (PDT) Date: Thu, 25 Jul 2002 11:50:03 -0700 (PDT) Message-Id: <200207251850.g6PIo3dq013300@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Amar Takhar Subject: Re: ports/40913: fix port: cad/pcb Reply-To: Amar Takhar Sender: owner-freebsd-ports@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 ports/40913; it has been noted by GNATS. From: Amar Takhar To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/40913: fix port: cad/pcb Date: Thu, 25 Jul 2002 12:47:58 -0600 doh, when i sent this in i didn't know i hadn't installed texi2html! After trying it again i saw where it was broken, the following patch fixes the error, also in the Makefile index.html needs to be removed, and from pkg-plist. amar. --- doc/Imakefile.orig Wed May 13 06:29:09 1998 +++ doc/Imakefile Thu Jul 25 14:37:58 2002 @@ -58,8 +58,7 @@ pcb.html: pcb.texi @echo "creating $@ file" - @texi2html -glossary -menu pcb.texi - @mv pcb_toc.html index.html + @texi2html -menu pcb.texi refcard.tex: refcard.tex.raw sed.script @echo "creating refcard.tex from raw file" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message