From owner-cvs-all@FreeBSD.ORG Fri Dec 30 18:34:19 2005 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 6EE2316A420; Fri, 30 Dec 2005 18:34:19 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1025B43D8D; Fri, 30 Dec 2005 18:34:12 +0000 (GMT) (envelope-from mezz@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 jBUIYBr3073975; Fri, 30 Dec 2005 18:34:11 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUIYBMY073974; Fri, 30 Dec 2005 18:34:11 GMT (envelope-from mezz) Message-Id: <200512301834.jBUIYBMY073974@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 30 Dec 2005 18:34:11 +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/games/glest Makefile 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: Fri, 30 Dec 2005 18:34:19 -0000 mezz 2005-12-30 18:34:11 UTC FreeBSD ports repository Modified files: games/glest Makefile Log: - Get it installs a correct glest.ini version to get it runable by default. Before, a different version of glest.ini would overwrite a correct glest.ini during the installation that causes game not runable by default. - Get configure to find pthread correct by teach it about ${PTHREAD_LIBS}, not use -lpthread (hardcore). - Remove the MAKE_ENV, it is not need. - Other very small clean up. - Bump the PORTREVISION, for glest.ini issue. Approved by: Jose Alonso Cardenas Marquez (maintainer) Revision Changes Path 1.2 +11 -10 ports/games/glest/Makefile