From owner-cvs-all@FreeBSD.ORG Thu May 19 10:01:04 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4869C1065678; Thu, 19 May 2011 10:01:04 +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 396338FC12; Thu, 19 May 2011 10:01:04 +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 p4JA14Q4054568; Thu, 19 May 2011 10:01:04 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4JA14Qr054567; Thu, 19 May 2011 10:01:04 GMT (envelope-from danfe) Message-Id: <201105191001.p4JA14Qr054567@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 19 May 2011 10:01:04 +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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2011 10:01:04 -0000 danfe 2011-05-19 10:01:04 UTC FreeBSD ports repository Modified files: games/openttd Makefile Log: - Once again, remove vendor-provided CFLAGS (broken in rev. 1.34), add a reminder in hope that people will properly update sed(1) code next time - Set CXXFLAGS to empty value: OpenTTD treats them specially as options, used in addition to CFLAGS for C++ code. Since normally one's CXXFLAGS match CFLAGS, they will appear twice in the build log without this change - Unbreak the build for dedicated server (again, broken in rev. 1.34) by registering explicit dependency on pkg-config - Make the build verbose so it's easier to see what's wrong from the logs - Fix some typos in comments and clean up Makefile a bit Revision Changes Path 1.36 +12 -9 ports/games/openttd/Makefile