[Bug 237972] Mk/Uses/ssl.mk: "options helpers are incorrectly set" for OPENSSL_LDFLAGS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 18 18:25:14 UTC 2019


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

            Bug ID: 237972
           Summary: Mk/Uses/ssl.mk: "options helpers are incorrectly set"
                    for OPENSSL_LDFLAGS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh at freebsd.org
          Reporter: jcfyecrayz at liamekaens.com
          Assignee: bofh at freebsd.org
             Flags: maintainer-feedback?(bofh at freebsd.org)

Created attachment 204456
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204456&action=edit
[patch] fix developer sanity check when USES=ssl

After bsd.sanity.mk added a check for "incorrectly set options helpers" (approx
Apr 18), some ports started failing check-sanity if DEVELOPER=yes.

You can see this with at least devel/gsoap and net/libvncserver.

example:

==========================================
% make DEVELOPER=yes check-sanity
/!\ gsoap-2.8.83: Makefile errors /!\

The following options helpers are incorrectly set after bsd.port.options.mk
and are ineffective: OPENSSL_LDFLAGS

*** Error code 1

Stop.
make: stopped in /usr/ports/devel/gsoap
==========================================

I think the fix is to change Uses/ssl.mk to specify LDFLAGS instead of
OPENSSL_LDFLAGS.  Attached.

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


More information about the freebsd-ports-bugs mailing list