Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 May 2016 18:14:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209356] [PATCH] multimedia/assimp: Update to 3.2
Message-ID:  <bug-209356-13-l7C5Mw5q7I@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209356-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209356-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209356

--- Comment #5 from lightside <lightside@gmx.com> ---
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209356-13-l7C5Mw5q7I>