Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Nov 2018 04:09:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232876] science/voro++: Build shared library
Message-ID:  <bug-232876-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 232876
           Summary: science/voro++: Build shared library
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

Created attachment 198836
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198836&action=
=3Dedit
patch

Change static libary to shared library.

Reason: It is easier to see if the dependent project is linked with a shared
library vs. static library. Most library dependencies are through LIB_DEPEN=
DS.
For static library it is BUILD_DEPENDS. It is easier to keep all of them the
same way. It is also better to not duplicate code, when every user has to
include the full static library library.

Also simplified the Makefile.

--=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-232876-7788>