Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2001 21:10:10 -0400 (EDT)
From:      matt@gsicomp.on.ca
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jseger@freebsd.org
Subject:   ports/28111: pcb port has unlisted dependencies
Message-ID:  <200106130110.f5D1AAG35506@gabby.gsicomp.on.ca>

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

>Number:         28111
>Category:       ports
>Synopsis:       pcb port has unlisted dependencies
>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:   Tue Jun 12 18:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matt Emmerton
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD gabby.gsicomp.on.ca 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Fri May 11 08:04:59 EDT 2001 root@gabby.gsicomp.on.ca:/usr/src/sys/compile/GABBY.20010410.01 i386

>Description:
	Building the pcb port will fail if you don't have texinfo and texi2html
	installed.

>How-To-Repeat:

	make install, watch the doc install fail.

>Fix:

--- Makefile.orig	Sun May 14 12:56:53 2000
+++ Makefile	Sun Jun  3 20:04:11 2001
@@ -14,7 +14,9 @@
 MAINTAINER=	jseger@FreeBSD.org
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		latex:${PORTSDIR}/print/teTeX
+		latex:${PORTSDIR}/print/teTeX \
+		texinfo:${PORTSDIR}/print/texinfo \
+		texti2html:${PORTSDIR}/print/texi2html
 
 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?200106130110.f5D1AAG35506>