From owner-svn-ports-head@freebsd.org Tue Nov 27 12:41:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 790A5114A2BA; Tue, 27 Nov 2018 12:41:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F71E778D8; Tue, 27 Nov 2018 12:41:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00A441B585; Tue, 27 Nov 2018 12:41:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARCfl1u012700; Tue, 27 Nov 2018 12:41:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARCflhv012697; Tue, 27 Nov 2018 12:41:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201811271241.wARCflhv012697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Nov 2018 12:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486005 - head/devel/love X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/love X-SVN-Commit-Revision: 486005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F71E778D8 X-Spamd-Result: default: False [1.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.51)[0.511,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.49)[0.488,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 27 Nov 2018 12:41:48 -0000 Author: amdmi3 Date: Tue Nov 27 12:41:47 2018 New Revision: 486005 URL: https://svnweb.freebsd.org/changeset/ports/486005 Log: - Update to 11.1 Modified: head/devel/love/Makefile head/devel/love/distinfo head/devel/love/pkg-plist Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Tue Nov 27 12:40:40 2018 (r486004) +++ head/devel/love/Makefile Tue Nov 27 12:41:47 2018 (r486005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= love -PORTVERSION= 0.10.2 -PORTREVISION= 4 +PORTVERSION= 11.1 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -18,13 +17,12 @@ LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libmodplug.so:audio/libmodplug \ libmpg123.so:audio/mpg123 \ libvorbisfile.so:audio/libvorbis \ - libphysfs.so:devel/physfs \ libfreetype.so:print/freetype2 \ libtheora.so:multimedia/libtheora \ libogg.so:audio/libogg -USES= compiler:c++11-lib desktop-file-utils gmake libtool \ - localbase openal pkgconfig shared-mime-info +USES= autoreconf compiler:c++11-lib desktop-file-utils gl gmake \ + libtool localbase openal pkgconfig shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes @@ -33,21 +31,27 @@ INSTALL_TARGET= install-strip PORTDOCS= * -OPTIONS_DEFINE= DOCS LUAJIT +OPTIONS_DEFINE= DOCS LUAJIT GME OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_amd64= LUAJIT -LUAJIT_DESC= Use luajit +LUAJIT_DESC= Use luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_CONFIGURE_ON= --with-lua=luajit -LUAJIT_USES_OFF= lua +# does not build with newer lua versions: +# love.cpp:217:9: error: no matching function for call to 'lua_resume' +LUAJIT_USES_OFF= lua:51 LUAJIT_CONFIGURE_OFF= --with-lua=lua \ - --with-luaversion="${LUA_VER}" + --with-luaversion="-${LUA_VER}" LUAJIT_CONFIGURE_ENV_OFF=LUA_EXECUTABLE="${LUA_CMD}" -post-patch-LUAJIT-off: - @${REINPLACE_CMD} -e 's|$${with_lua}$${with_luaversion}|$${with_lua}-$${with_luaversion}|g' \ - ${WRKSRC}/configure +GME_DESC= Enable GME support, for more chiptuney goodness +GME_CONFIGURE_ENABLE= gme +GME_LIB_DEPENDS= libgme.so:audio/libgme + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|g' \ + ${WRKSRC}/platform/unix/deps.m4 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/love/distinfo ============================================================================== --- head/devel/love/distinfo Tue Nov 27 12:40:40 2018 (r486004) +++ head/devel/love/distinfo Tue Nov 27 12:41:47 2018 (r486005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478261450 -SHA256 (love-0.10.2-linux-src.tar.gz) = b26b306b113158927ae12d2faadb606eb1db49ffdcd7592d6a0a3fc0af21a387 -SIZE (love-0.10.2-linux-src.tar.gz) = 1698376 +TIMESTAMP = 1542130176 +SHA256 (love-11.1-linux-src.tar.gz) = bc5e9a70021de830f1032d6afe900f0b81902e2b6c610e26cf1d6859bf8e7cde +SIZE (love-11.1-linux-src.tar.gz) = 2733030 Modified: head/devel/love/pkg-plist ============================================================================== --- head/devel/love/pkg-plist Tue Nov 27 12:40:40 2018 (r486004) +++ head/devel/love/pkg-plist Tue Nov 27 12:41:47 2018 (r486005) @@ -1,7 +1,6 @@ bin/love +lib/liblove-11.1.so lib/liblove.so -lib/liblove.so.0 -lib/liblove.so.0.0.0 man/man1/love.1.gz share/applications/love.desktop share/icons/hicolor/scalable/mimetypes/application-x-love-game.svg