From owner-svn-ports-head@freebsd.org Mon Jun 17 16:52:51 2019 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 937EA15BF3B3; Mon, 17 Jun 2019 16:52:51 +0000 (UTC) (envelope-from rene@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) server-signature RSA-PSS (4096 bits) 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 3AEFC71C96; Mon, 17 Jun 2019 16:52:51 +0000 (UTC) (envelope-from rene@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 06523812; Mon, 17 Jun 2019 16:52:51 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5HGqoOe003565; Mon, 17 Jun 2019 16:52:50 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5HGqorq003563; Mon, 17 Jun 2019 16:52:50 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201906171652.x5HGqorq003563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 17 Jun 2019 16:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504430 - in head/graphics/instant-meshes: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/graphics/instant-meshes: . files X-SVN-Commit-Revision: 504430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AEFC71C96 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Mon, 17 Jun 2019 16:52:51 -0000 Author: rene Date: Mon Jun 17 16:52:50 2019 New Revision: 504430 URL: https://svnweb.freebsd.org/changeset/ports/504430 Log: graphics/instant-meshes: include dirent.h instead of sys/dir.h which is scheduled for removal. While here modernize USES PR: 238620 Submitted by: rene Approved by: Greg V (maintainer) Event: Berlin Hackathon 2019 (generating the patch) Modified: head/graphics/instant-meshes/Makefile head/graphics/instant-meshes/files/patch-ext_nanogui_src_common.cpp Modified: head/graphics/instant-meshes/Makefile ============================================================================== --- head/graphics/instant-meshes/Makefile Mon Jun 17 16:14:04 2019 (r504429) +++ head/graphics/instant-meshes/Makefile Mon Jun 17 16:52:50 2019 (r504430) @@ -17,7 +17,7 @@ LIB_DEPENDS= libglfw.so:graphics/glfw \ libtbb.so:devel/tbb RUN_DEPENDS= zenity:x11/zenity -USES= cmake compiler:c++14-lang eigen:3 localbase:ldflags pkgconfig +USES= cmake compiler:c++14-lang eigen:3 gl localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= wjakob GH_TUPLE= wjakob:nanogui:2a61f03:nanogui/ext/nanogui \ Modified: head/graphics/instant-meshes/files/patch-ext_nanogui_src_common.cpp ============================================================================== --- head/graphics/instant-meshes/files/patch-ext_nanogui_src_common.cpp Mon Jun 17 16:14:04 2019 (r504429) +++ head/graphics/instant-meshes/files/patch-ext_nanogui_src_common.cpp Mon Jun 17 16:52:50 2019 (r504430) @@ -1,6 +1,15 @@ --- ext/nanogui/src/common.cpp.orig 2016-10-15 20:12:12 UTC +++ ext/nanogui/src/common.cpp -@@ -248,7 +248,7 @@ std::string file_dialog(const std::vecto +@@ -24,7 +24,7 @@ + #if !defined(_WIN32) + #include + #include +- #include ++ #include + #endif + + NAMESPACE_BEGIN(nanogui) +@@ -248,7 +248,7 @@ std::string file_dialog(const std::vector