Date: Fri, 21 Apr 2000 15:32:54 -0700 (PDT) From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18145: autoconf/automake dependencies in lesstif Message-ID: <200004212232.PAA42659@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
>Number: 18145 >Category: ports >Synopsis: autoconf/automake dependencies in lesstif >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 15:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 5.0-CURRENT i386 >Organization: apl-uw >Environment: FreeBSD-current and FreeBSD-stable. >Description: The configuration of lesstif has hardcoded dependencies within subdirectories on autoconf and automake. I had autoconf/automake installed my system when the last update to lesstif was created. If you have a system that does not have autoconf/automake, you can not build lesstif. >How-To-Repeat: >Fix: diff -urN x11-toolkits/lesstif/Makefile SGK/lesstif/Makefile --- x11-toolkits/lesstif/Makefile Fri Apr 21 11:31:49 2000 +++ SGK/lesstif/Makefile Fri Apr 21 13:17:34 2000 @@ -18,6 +18,9 @@ MANUAL_PACKAGE_BUILD= do not want to install during interactive build USE_X_PREFIX= yes +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ + automake:${PORTSDIR}/devel/automake +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static --enable-shared --disable-build-Xlt \ --enable-production --disable-debug --disable-build-Xbae >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?200004212232.PAA42659>