Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2000 11:09:54 -0400 (EDT)
From:      Mike Buchanon <buchanon@mlss15.cl.msu.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18129: lesstif-0.90.0 port broken
Message-ID:  <200004211509.LAA49578@mlss15.cl.msu.edu>

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

>Number:         18129
>Category:       ports
>Synopsis:       lesstif-0.90.0 won't install from port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 21 08:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mike Buchanon
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Michigan State University
>Environment:

	FreeBSD 4.0-STABLE i386 on a Dell xpsr450.

>Description:

	Port for lesstif-0.90.0 wouldn't install with make install.
	It errored out in the configure process.

>How-To-Repeat:

	type make in the ports directory for lestiff

>Fix:

	Add build_depends for autoconf and automake.  Please
	note that this is the first time I'm trying this.  I used
	diff -uNr on the two directories.  I believe that's right :)



See Diff file:

diff -uNr /usr/ports/x11-toolkits/lesstif/Makefile ./lesstif/Makefile
--- /usr/ports/x11-toolkits/lesstif/Makefile	Tue Apr 18 11:01:44 2000
+++ ./lesstif/Makefile	Fri Apr 21 10:53:05 2000
@@ -15,6 +15,9 @@
 
 MAINTAINER=	kargl@troutmask.apl.washington.edu
 
+BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
+		automake:${PORTSDIR}/devel/automake
+
 MANUAL_PACKAGE_BUILD=	do not want to install during interactive build
 
 USE_X_PREFIX=	yes


>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?200004211509.LAA49578>