Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 12:11:35 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        Dan Langille <dan@langille.org>
Cc:        Kris Kennaway <kris@obsecurity.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/cad/pcb Makefile
Message-ID:  <20020918191134.GA48260@xor.obsecurity.org>
In-Reply-To: <3D8890C4.7865.42B62F06@localhost>
References:  <20020918182451.GA57532@wwweasel.geeksrus.net> <3D8890C4.7865.42B62F06@localhost>

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

--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Sep 18, 2002 at 02:42:12PM -0400, Dan Langille wrote:

> > The 4.x
> > breakage appears to be due to a failure in texi2html, part of the
> > teTeX package.  Are you building with a completely new teTeX?

Actually the pcb port depends on the texi2html port, even though this
binary is also included in teTeX.  It appears to be an incompatible
version, and pcb actually wants the teTeX version.  This will never
happen when you build the package from ports, because the
BUILD_DEPENDS on texi2html will be satisfied by teTeX, and it will
never install the texi2html package; but bento installs dependencies
from packages and so exposes the bug.

The fix is probably this:

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/cad/pcb/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	18 Sep 2002 08:31:37 -0000	1.35
+++ Makefile	18 Sep 2002 19:00:34 -0000
@@ -15,8 +15,7 @@
 MAINTAINER=3D	ports@FreeBSD.org
=20
 BUILD_DEPENDS=3D	gm4:${PORTSDIR}/devel/m4 \
-		latex:${PORTSDIR}/print/teTeX \
-		texi2html:${PORTSDIR}/textproc/texi2html
+		latex:${PORTSDIR}/print/teTeX
=20
 USE_IMAKE=3D	yes
 MAN1=3D		pcb.1


Kris

--UlVJffcvxoiEqYs2
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9iM/jWry0BWjoQKURAlfTAJ9RLMi0wb46c1vXzFp8co40wNJmIgCfbpll
fV9m0Vvm7sQhrNLjGszHW+g=
=CT7n
-----END PGP SIGNATURE-----

--UlVJffcvxoiEqYs2--

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




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