Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Jan 2004 11:54:25 +0100 (CET)
From:      Olivier Tharan <olive@oban.frmug.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        seanc@FreeBSD.org
Subject:   ports/60820: devel/tla build dependency misses gdiff
Message-ID:  <20040102105425.DFADE3F66A@mafate.sis.pasteur.fr>
Resent-Message-ID: <200401021100.i02B0Qdm054650@freefall.freebsd.org>

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

>Number:         60820
>Category:       ports
>Synopsis:       devel/tla build dependency misses gdiff
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 02 03:00:26 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD mafate.sis.pasteur.fr 4.9-STABLE FreeBSD 4.9-STABLE #13: Tue Nov 18 18:19:36 CET 2003 root@mafate.sis.pasteur.fr:/usr/obj/usr/src/sys/MAFATE i386


	
>Description:
When building devel/tla on a system with no diffutils installed, the configure
script fails telling it cannot find gdiff. The diffutils port (or gdiff)
should be a BUILD_DEPENDS for tla.

Also, please find a one-line patch to make portlint happy.

The maintainer is Cc:ed.
>How-To-Repeat:
pkg_delete diffutils; cd /usr/ports/devel/tla && make
>Fix:

--- devel/tla/Makefile.orig	Fri Jan  2 11:39:25 2004
+++ devel/tla/Makefile	Fri Jan  2 11:43:29 2004
@@ -10,13 +10,13 @@
 CATEGORIES=	devel
 MASTER_SITES=	http://regexps.srparish.net/src/${PORTNAME}/ \
 		http://arch.quackerhead.com/~lord/releases/${PORTNAME}/
-DISTNAME=	tla-1.1
 
 MAINTAINER=	seanc@FreeBSD.org
 COMMENT=	The original arch source control management CLI written in C
 
 RUN_DEPENDS=	gpatch:${PORTSDIR}/devel/patch \
 		gdiff:${PORTSDIR}/textproc/diffutils
+BUILD_DEPENDS=	gdiff:${PORTSDIR}/textproc/diffutils
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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