From owner-cvs-all@FreeBSD.ORG Thu Apr 13 11:16:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FE916A402; Thu, 13 Apr 2006 11:16:33 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C4C43D45; Thu, 13 Apr 2006 11:16:32 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3DBGWcG066099; Thu, 13 Apr 2006 11:16:32 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3DBGWjj066098; Thu, 13 Apr 2006 11:16:32 GMT (envelope-from anray) Message-Id: <200604131116.k3DBGWjj066098@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 13 Apr 2006 11:16:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/lambdamoo Makefile ports/net/lambdamoo/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 11:16:33 -0000 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 [1] Revision Changes Path 1.7 +5 -2 ports/net/lambdamoo/Makefile 1.1 +11 -0 ports/net/lambdamoo/files/patch-Makefile.in (new)