From owner-cvs-all@FreeBSD.ORG Fri Dec 3 11:23:47 2004 Return-Path: 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 1232316A4CE; Fri, 3 Dec 2004 11:23:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026BE43D46; Fri, 3 Dec 2004 11:23:47 +0000 (GMT) (envelope-from edwin@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 iB3BNkFN056629; Fri, 3 Dec 2004 11:23:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BNksA056628; Fri, 3 Dec 2004 11:23:46 GMT (envelope-from edwin) Message-Id: <200412031123.iB3BNksA056628@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 3 Dec 2004 11:23:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/thevalley Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Dec 2004 11:23:47 -0000 edwin 2004-12-03 11:23:46 UTC FreeBSD ports repository Modified files: games/thevalley Makefile Log: From: Dejan Lesjak To: edwin@mavetju.org Subject: games/thevalley and upcoming xorg update Hello, Soon xorg ports will be upgraded to 6.8.1. As one of changes, imake is no longer recorded as run dependency for X libraries. Since imake depends on perl, this dependency is also gone. The port you maintain relied on perl being there as consequence of these dependencies. Since this is no longer so, it fails. The upgrade is being tested on dosirak ports test cluster and the error log is here: To solve this, explicit build time dependency to perl needs to be specified with addition of something like this line: USE_PERL5_BUILD=yes to Makefile. Thanks. Submitted by: Dejan Lesjak Revision Changes Path 1.3 +1 -0 ports/games/thevalley/Makefile