ports/60820: devel/tla build dependency misses gdiff

Olivier Tharan olive at oban.frmug.org
Fri Jan 2 11:00:29 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list