From owner-svn-ports-head@freebsd.org Sat Nov 28 10:42:22 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A05647D1C8; Sat, 28 Nov 2020 10:42:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cjp3L3qTQz3j5N; Sat, 28 Nov 2020 10:42:22 +0000 (UTC) (envelope-from jbeich@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 761B526213; Sat, 28 Nov 2020 10:42:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ASAgMNG050808; Sat, 28 Nov 2020 10:42:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ASAgMaL050806; Sat, 28 Nov 2020 10:42:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011281042.0ASAgMaL050806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Nov 2020 10:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556485 - head/multimedia/arcan X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/arcan X-SVN-Commit-Revision: 556485 X-SVN-Commit-Repository: ports 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.34 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: Sat, 28 Nov 2020 10:42:22 -0000 Author: jbeich Date: Sat Nov 28 10:42:21 2020 New Revision: 556485 URL: https://svnweb.freebsd.org/changeset/ports/556485 Log: multimedia/arcan: fix a warning on FreeBSD < 12 src/frameserver/util/anet_keystore_naive.c:231:10: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration] while (getline(&inbuf, &len, fpek) != -1){ ^ src/frameserver/util/anet_keystore_naive.c:427:15: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration] while ((nr = getline(&inbuf, &len, fpek)) != -1){ ^ Modified: head/multimedia/arcan/Makefile (contents, props changed) head/multimedia/arcan/distinfo (contents, props changed) Modified: head/multimedia/arcan/Makefile ============================================================================== --- head/multimedia/arcan/Makefile Sat Nov 28 10:08:00 2020 (r556484) +++ head/multimedia/arcan/Makefile Sat Nov 28 10:42:21 2020 (r556485) @@ -10,6 +10,7 @@ PATCHFILES+= f40395b6755d.patch:-p2 # https://github.c PATCHFILES+= b519eb023e20.patch:-p2 # https://github.com/letoram/arcan/pull/205 PATCHFILES+= d6b52b1b3601.patch:-p2 # https://github.com/letoram/arcan/pull/205 PATCHFILES+= d8a262d6d19a.patch:-p2 # https://github.com/letoram/arcan/pull/205 +PATCHFILES+= f724b748cc72.patch:-p2 # https://github.com/letoram/arcan/pull/205 MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine Modified: head/multimedia/arcan/distinfo ============================================================================== --- head/multimedia/arcan/distinfo Sat Nov 28 10:08:00 2020 (r556484) +++ head/multimedia/arcan/distinfo Sat Nov 28 10:42:21 2020 (r556485) @@ -11,3 +11,5 @@ SHA256 (d6b52b1b3601.patch) = e6a54c79de294668ee64a4b1 SIZE (d6b52b1b3601.patch) = 1270 SHA256 (d8a262d6d19a.patch) = 82b04de15212726d33fab17c87600fa0c78e44ea28ee9da764d840ef8f0e1ebf SIZE (d8a262d6d19a.patch) = 804 +SHA256 (f724b748cc72.patch) = 33c580b5638060476bfb1bf48d9fe040d15e412c494a2a52432b01f9a55758b8 +SIZE (f724b748cc72.patch) = 1348