[Bug 214274] net/py-pyzmq fails to find libzmq installed in non-default LOCALBASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 6 17:44:01 UTC 2016


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

            Bug ID: 214274
           Summary: net/py-pyzmq fails to find libzmq installed in
                    non-default LOCALBASE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: novel at FreeBSD.org
          Reporter: jhujhiti at adjectivism.org
          Assignee: novel at FreeBSD.org
             Flags: maintainer-feedback?(novel at FreeBSD.org)

Created attachment 176691
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176691&action=edit
patch

If libzmq is installed in an alternate location (by changing LOCALBASE),
py-pyzmq will fail to find it and builds the included zmq instead. The existing
Makefile patches setup.cfg, but the behavior must have changed at one point
because this no longer seems to have an effect. Instead, we can use
--zmq=<path>. The attached patch does this.

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


More information about the freebsd-ports-bugs mailing list