Date: Wed, 4 Sep 2002 04:44:57 -0400 (EDT) From: Alan Eldridge <ports@geeksrus.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: udo.schweigert@siemens.com Subject: ports/42403: mail/mutt-devel: use $AUTOMAKE_ENV on $ACLOCAL invocation Message-ID: <200209040844.g848ivIl063732@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
>Number: 42403 >Category: ports >Synopsis: mail/mutt-devel: use $AUTOMAKE_ENV on $ACLOCAL invocation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 04 01:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.6-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Aug 31 23:40:18 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: I have a pending patch to bsd.port.mk that will break mutt-devel's build unless this change is made. >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: mail/mutt-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v retrieving revision 1.177 diff -u -3 -r1.177 Makefile --- mail/mutt-devel/Makefile 2 Sep 2002 19:26:04 -0000 1.177 +++ mail/mutt-devel/Makefile 4 Sep 2002 08:39:38 -0000 @@ -246,7 +246,7 @@ @${CP} ${PATCHDIR}/smime.h ${WRKSRC} pre-configure:: - @(cd ${WRKSRC}; ${ACLOCAL} -I m4) + @(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) .if defined(WITH_MUTT_NNTP) SCRIPTS_ENV+= MUTT_NNTP="yes" ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >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?200209040844.g848ivIl063732>