Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 05:40:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206125] graphics/squish - compile as a proper library
Message-ID:  <bug-206125-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 206125
           Summary: graphics/squish - compile as a proper library
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-qa, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mi@FreeBSD.org
                CC: amdmi3@FreeBSD.org, rddeblois@gmail.com
 Attachment #165386 maintainer-approval?(rddeblois@gmail.com)
             Flags:
                CC: rddeblois@gmail.com
             Flags: maintainer-feedback?(rddeblois@gmail.com)

Created attachment 165386
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165386&action=
=3Dedit
Use bsd.lib.mk to build and install both shared and static libraries

The current version of the port provides a static library (libsquish.a) only
with PIC-compiled objects.

The attached patch makes it provide both -- a static library with non-PIC
objects plus a shared library.

The change relies on bsd.lib.mk and removes the need for gmake. This will a=
llow
multiple processes to share the code in memory and depending ports to
LIB_DEPEND on libsquish.

--=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-206125-13>