[Bug 206125] graphics/squish - compile as a proper library

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 11 05:40:42 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206125

            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 at FreeBSD.org
          Reporter: mi at FreeBSD.org
                CC: amdmi3 at FreeBSD.org, rddeblois at gmail.com
 Attachment #165386 maintainer-approval?(rddeblois at gmail.com)
             Flags:
                CC: rddeblois at gmail.com
             Flags: maintainer-feedback?(rddeblois at gmail.com)

Created attachment 165386
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165386&action=edit
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 allow
multiple processes to share the code in memory and depending ports to
LIB_DEPEND on libsquish.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list