From owner-cvs-ports@FreeBSD.ORG Mon Nov 28 14:03:51 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7113106579D; Mon, 28 Nov 2011 14:03:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 984548FC0C; Mon, 28 Nov 2011 14:03:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pASE3pK2037986; Mon, 28 Nov 2011 14:03:51 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pASE3pP7037985; Mon, 28 Nov 2011 14:03:51 GMT (envelope-from danfe) Message-Id: <201111281403.pASE3pP7037985@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 28 Nov 2011 14:03:51 +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/openttd Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 14:03:51 -0000 danfe 2011-11-28 14:03:51 UTC FreeBSD ports repository Modified files: games/openttd Makefile pkg-plist Log: - Do not install icons and define INSTALLS_ICONS knob when building dedicated server only and thus greatly reduce number of dependencies: X11 bits might not be installed on typical server, and those icons are not essential type of data anyway [1] - Remove one dead distfile mirror site (cz.binaries.openttd.org) - Rearrange things in a more logical way within the Makefile; add few blank lines to improve readability when dealing with WITH_* knobs - Drop redundant DISTVERSIONSUFFIX - Turn @dirrm into @dirrmtry statements for directories which are shared with libre game media files [2] PR: ports/161545 [1, 2] Submitted by: Ilya Arkhipov Feature safe: yes Revision Changes Path 1.41 +23 -17 ports/games/openttd/Makefile 1.16 +3 -3 ports/games/openttd/pkg-plist