Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2001 04:58:26 -0800 (PST)
From:      Paul Marquis <pmarquis@pobox.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33194: Update port: cad/pcb
Message-ID:  <200112261258.fBQCwQg77097@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         33194
>Category:       ports
>Synopsis:       Update port: cad/pcb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 05:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Paul Marquis
>Release:        4-STABLE
>Organization:
>Environment:
FreeBSD sboy.pmarquis.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 23 09:20:55 EST 2001     root@:/usr/obj/home/src/sys/SBOY  i386

>Description:
The last commit to the Makefile (CVS version 1.29 from 12/24/2001) for this port was unnecessary (additional doc dependencies) and problematic (location for texi2html port is wrong).  It should be reverted to the previous version.

>How-To-Repeat:

>Fix:
diff -Naur pcb.orig/Makefile pcb/Makefile
--- pcb.orig/Makefile   Mon Dec 24 21:15:14 2001
+++ pcb/Makefile        Wed Dec 26 07:57:18 2001
@@ -2,7 +2,7 @@
 # Date created:                19 October 1994
 # Whom:                        mr
 #
-# $FreeBSD: ports/cad/pcb/Makefile,v 1.29 2001/12/23 17:34:48 dwcjr Exp $
+# $FreeBSD$
 #

 PORTNAME=      pcb
@@ -14,9 +14,7 @@
 MAINTAINER=    ports@FreeBSD.org

 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
-               latex:${PORTSDIR}/print/teTeX \
-               texinfo:${PORTSDIR}/print/texinfo \
-               texti2html:${PORTSDIR}/print/texi2html
+               latex:${PORTSDIR}/print/teTeX

 USE_IMAKE=     yes
 MAN1=          pcb.1

>Release-Note:
>Audit-Trail:
>Unformatted:

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




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