Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2000 19:30:12 -0700 (PDT)
From:      taguchi@tohoku.iij.ad.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18102: x11-toolkits/lesstif build depends devel/automake
Message-ID:  <200004200230.TAA80121@freefall.freebsd.org>

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

>Number:         18102
>Category:       ports
>Synopsis:       x11-toolkits/lesstif build depends devel/automake
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 19:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Taguchi, Takeshi
>Release:        4.0-stable
>Organization:
IIJ
>Environment:
FreeBSD oyster02.tohoku.iij.ad.jp 4.0-20000418-JPSNAP FreeBSD 4.0-20000418-JPSNAP #0: Tue Apr 18 07:21:16 GMT 2000     root@dinosaur.jp.freebsd.org:/usr/src/sys/compile/GENERIC  i386
>Description:
${PORTSDIR}/x11-toolkits/lesstif BUILD DEPENDS on devel/automake.
So it is broken now.
>How-To-Repeat:
# cd ${PORTSDIR}/x11-toolkits/lesstif
# make configure
 .... [ERROR] ....
>Fix:
apply following patch:
BEGIN>---8<CUT HERE>8---
--- Makefile~   Wed Apr 19 18:07:27 2000
+++ Makefile    Thu Apr 20 11:23:46 2000
@@ -15,6 +15,8 @@
 
 MAINTAINER=    kargl@troutmask.apl.washington.edu
 
+BUILD_DEPEND=  automake:${PORTSDIR}/devel/automake
+
 MANUAL_PACKAGE_BUILD=  do not want to install during interactive build
 
 USE_X_PREFIX=  yes
END>---8<CUT HERE>8---

Thanks.



>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?200004200230.TAA80121>