Bug 93984 - [PATCH]: net/lambdamoo: Fix build issue on 6.x.
Summary: [PATCH]: net/lambdamoo: Fix build issue on 6.x.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 14:50 UTC by Frank J. Laszlo
Modified: 2006-04-13 12:16 UTC (History)
0 users

See Also:


Attachments
lambdamoo-1.8.1_1.diff (728 bytes, patch)
2006-03-01 14:50 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2006-03-01 14:50:04 UTC
	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. This has been tested on 6.0, 6.1, and 4.11. It builds and runs as expected. I will take over
	maintainership.
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2006-04-13 12:16:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!