From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 16:14:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F29635F; Sun, 12 Oct 2014 16:14:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B60C9AE; Sun, 12 Oct 2014 16:14:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CGEPbx033889; Sun, 12 Oct 2014 16:14:25 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CGEOu0033884; Sun, 12 Oct 2014 16:14:24 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201410121614.s9CGEOu0033884@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 12 Oct 2014 16:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370727 - in head/games/openttd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 16:14:25 -0000 Author: danfe Date: Sun Oct 12 16:14:23 2014 New Revision: 370727 URL: https://svnweb.freebsd.org/changeset/ports/370727 QAT: https://qat.redports.org/buildarchive/r370727/ Log: - Update to version 1.4.3 - Fix spelling of `non-Latin' Modified: head/games/openttd/Makefile head/games/openttd/distinfo head/games/openttd/files/patch-config.lib head/games/openttd/files/pkg-message.in Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Sun Oct 12 15:59:52 2014 (r370726) +++ head/games/openttd/Makefile Sun Oct 12 16:14:23 2014 (r370727) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openttd -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= games MASTER_SITES= http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \ Modified: head/games/openttd/distinfo ============================================================================== --- head/games/openttd/distinfo Sun Oct 12 15:59:52 2014 (r370726) +++ head/games/openttd/distinfo Sun Oct 12 16:14:23 2014 (r370727) @@ -1,2 +1,2 @@ -SHA256 (openttd-1.4.2-source.tar.xz) = e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf -SIZE (openttd-1.4.2-source.tar.xz) = 6666864 +SHA256 (openttd-1.4.3-source.tar.xz) = 11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd +SIZE (openttd-1.4.3-source.tar.xz) = 6670560 Modified: head/games/openttd/files/patch-config.lib ============================================================================== --- head/games/openttd/files/patch-config.lib Sun Oct 12 15:59:52 2014 (r370726) +++ head/games/openttd/files/patch-config.lib Sun Oct 12 16:14:23 2014 (r370727) @@ -18,16 +18,15 @@ log 1 " If you want to compile without lzma use --without-lzma as parameter" exit fi -@@ -1449,8 +1449,6 @@ make_cflags_and_ldflags() { - CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS" - LDFLAGS="$LDFLAGS -noixemul" +@@ -1454,7 +1454,6 @@ make_cflags_and_ldflags() { + # -fomit-frame-pointer and -pg do not go well together (gcc errors they are incompatible) + CFLAGS="-fomit-frame-pointer $CFLAGS" fi -- -- CFLAGS="-O2 -fomit-frame-pointer $CFLAGS" +- CFLAGS="-O2 $CFLAGS" else OBJS_SUBDIR="debug" -@@ -1660,16 +1658,14 @@ make_cflags_and_ldflags() { +@@ -1664,16 +1663,14 @@ make_cflags_and_ldflags() { CFLAGS="$CFLAGS -DWITH_ZLIB" fi @@ -49,7 +48,7 @@ fi if [ "$with_lzo2" != "0" ]; then -@@ -2712,6 +2708,10 @@ detect_lzo2() { +@@ -2716,6 +2713,10 @@ detect_lzo2() { detect_library "$with_lzo2" "lzo2" "liblzo2.a" "lzo/" "lzo1x.h" } @@ -60,7 +59,7 @@ detect_libtimidity() { detect_library "$with_libtimidity" "libtimidity" "libtimidity.a" "" "timidity.h" } -@@ -2768,10 +2768,6 @@ detect_pkg_config() { +@@ -2772,10 +2773,6 @@ detect_pkg_config() { log 1 "checking $2... found" } @@ -71,7 +70,7 @@ detect_xdg_basedir() { detect_pkg_config "$with_xdg_basedir" "libxdg-basedir" "xdg_basedir_config" "1.2" } -@@ -3665,8 +3661,7 @@ showhelp() { +@@ -3669,8 +3666,7 @@ showhelp() { echo " --with-cocoa enables COCOA video driver (OSX ONLY)" echo " --with-sdl[=sdl-config] enables SDL video driver support" echo " --with-zlib[=zlib.a] enables zlib support" Modified: head/games/openttd/files/pkg-message.in ============================================================================== --- head/games/openttd/files/pkg-message.in Sun Oct 12 15:59:52 2014 (r370726) +++ head/games/openttd/files/pkg-message.in Sun Oct 12 16:14:23 2014 (r370727) @@ -20,7 +20,7 @@ installed from corresponding `games/opengfx', `games/opensfx', and `games/openmsx' ports. - If you are using a non-latin language, you may see lots of `?'s on + If you are using a non-Latin language, you may see lots of `?'s on the screen. Please open your configuration file and add desired fonts (file name with full path). Bold fonts might look better: