Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 23:50:23 GMT
From:      Julian Stecklina <der_julian@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74345: [Maintainer fix] lang/ecl - fix build failure
Message-ID:  <200411242350.iAONoNKE076143@www.freebsd.org>
Resent-Message-ID: <200411242350.iAONoX9c063788@freefall.freebsd.org>

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

>Number:         74345
>Category:       ports
>Synopsis:       [Maintainer fix] lang/ecl - fix build failure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 23:50:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Julian Stecklina
>Release:        5.3-BETA7
>Organization:
>Environment:
FreeBSD goldenaxe 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Mon Oct 11 22:12:04 CEST 2004     blitz@goldenaxe:/usr/obj/usr/src/sys/GOLDENAXE  i386
>Description:
Lack of texi2html executable causes the build of ECL to fail.
>How-To-Repeat:
Build ECL on a system without texi2html
>Fix:
Pasted via web send-pr, so please be careful with tabs. sorry...

diff -u /usr/ports/lang/ecl/Makefile Makefile
--- /usr/ports/lang/ecl/Makefile        Wed Nov  3 19:26:05 2004
+++ Makefile    Thu Nov 25 00:43:20 2004
@@ -14,6 +14,7 @@
 MAINTAINER=    der_julian@web.de
 COMMENT=       An ANSI Common Lisp implementation
 
+BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
 LIB_DEPENDS=   gmp.6:${PORTSDIR}/math/libgmp4
 
 WRKSRC=                ${WRKDIR}/ecls

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



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