From owner-freebsd-ports-bugs@freebsd.org Mon May 9 18:14:32 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80A3BB346C3 for ; Mon, 9 May 2016 18:14:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 70AAF1153 for ; Mon, 9 May 2016 18:14:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u49IEWtj049021 for ; Mon, 9 May 2016 18:14:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209356] [PATCH] multimedia/assimp: Update to 3.2 Date: Mon, 09 May 2016 18:14:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 18:14:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209356 --- Comment #5 from lightside --- Created attachment 170151 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170151&action= =3Dedit Assimp versioned library (second variant) I also created second variant, which consists of versioned assimp v3.1.1 and not versioned assimp v3.2 libraries. It is the same for multimedia/assimp31 (from attachment 170088), but differs for multimedia/assimp, where I used ASSIMP_INCLUDE_INSTALL_DIR variable for CMAKE_ARGS to differentiate between multimedia/assimp31 and multimedia/assimp include directories, where they n= ot installed to ${LOCALBASE}/include directory directly (but ${LOCALBASE}/include/assimp-3.2), because source code of other ports may search, for example, assimp/version.h header file, which may ignore include= dir location from assimp.pc, if ${LOCALBASE}/include was used before. This also requires to remove "/assimp" from includedir variable of assimp.pc.in file, because even assimp's source code searches assimp/version.h, but not versio= n.h: https://github.com/assimp/assimp/blob/644d6a9a677d0704c8135df33c3eb8bf24272= 5b3/tools/assimp_cmd/Main.h#L59 Like in a assimp-config.cmake.in file: https://github.com/assimp/assimp/blob/644d6a9a677d0704c8135df33c3eb8bf24272= 5b3/assimp-config.cmake.in#L49 --=20 You are receiving this mail because: You are the assignee for the bug.=