Date: Sun, 12 Oct 2014 16:14:24 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370727 - in head/games/openttd: . files Message-ID: <201410121614.s9CGEOu0033884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121614.s9CGEOu0033884>