Date: Thu, 13 Apr 2006 11:16:32 +0000 (UTC) From: Andrey Slusar <anray@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/lambdamoo Makefile ports/net/lambdamoo/files patch-Makefile.in Message-ID: <200604131116.k3DBGWjj066098@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
anray 2006-04-13 11:16:32 UTC
FreeBSD ports repository
Modified files:
net/lambdamoo Makefile
Added files:
net/lambdamoo/files patch-Makefile.in
Log:
- This patch will fix net/lambamoo to build on 6.x. The problem exists when the
configure script sets YACC in the Makefile. It sets it to "YACC= bison -y" on
6.x systems. For one reason or another this does not work. Where as on 4.x
systems, it sets "YACC= byacc" which works fine. I set YACC=${YACC} in
CONFIGURE_ENV to fix this problem. I also added the dependency for bison
(USE_BISON) as well as adding MASTER_SITE_SOURCEFORGE into the MASTER_SITES. [1]
- Respect CFLAGS.
- Pass maintainership to submitter. [1]
PR: ports/93984 [1]
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> [1]
Revision Changes Path
1.7 +5 -2 ports/net/lambdamoo/Makefile
1.1 +11 -0 ports/net/lambdamoo/files/patch-Makefile.in (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604131116.k3DBGWjj066098>
