[Bug 274791] games/moonlight-qt Fix missing openssl error when building on Freebsd 12.4-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Oct 2023 13:55:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274791

            Bug ID: 274791
           Summary: games/moonlight-qt Fix missing openssl error when
                    building on Freebsd 12.4-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://pkg-status.freebsd.org/beefy5/data/124i386-def
                    ault/16bdcaa2bc90/logs/moonlight-qt-5.0.0.log
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lisp_25689@163.com
             Flags: merge-quarterly?

Created attachment 245972
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245972&action=edit
games/moonlight-qt Fix missing openssl error when building on Freebsd
12.4-RELEASE

Fix missing openssl when building on Freebsd 12.4-RELEASE

There is openssl.pc in /usr/libdata/pkgconf on FreeBSD 13.2-RELEASE.
But there is nothing on 12.4-RELEASE.So 'PKGCONF += openssl' in .pro file will
faild on it.
Openssl 1.1.1q is the native part of the system.It should not be checked for
the existence 
of this dependency without limiting the openssl version.
Now i delete PKGCONF += openssl and manual add LDFLAGS to it on 12.4-RELEASE .



Log URL:       
https://pkg-status.freebsd.org/beefy5/data/124i386-default/16bdcaa2bc90/logs/moonlight-qt-5.0.0.log
Build URL:     
https://pkg-status.freebsd.org/beefy5/build.html?mastername=124i386-default&build=16bdcaa2bc90

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