Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2023 12:24:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272753] devel/mongo-c-driver: fix build with openssl 3
Message-ID:  <bug-272753-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 272753
           Summary: devel/mongo-c-driver: fix build with openssl 3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: hiroo.ono+freebsd@gmail.com
                CC: ports@bsdserwis.com
                CC: ports@bsdserwis.com
             Flags: maintainer-feedback?(ports@bsdserwis.com)

Created attachment 243643
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243643&action=
=3Dedit
small fixes.

Two fixes to the port Makefile.
* In the previous bug, I forgot to remove one commented out line. Sorry.
* A trailing double quote following 0x30000000L makes the build fail
  with DEFAULT_VERSIONS+=3Dssl=3Dopenssl30 (and maybe openssl31). Remove it.
  see: https://lists.freebsd.org/archives/freebsd-ports/2023-July/004180.ht=
ml
   and https://lists.freebsd.org/archives/freebsd-ports/2023-July/004191.ht=
ml

Other than devel/mongo-c-driver, these are the ports Makefile which has
trailing double quote:
./mail/datovka/Makefile:CXXFLAGS+=3D      -DOPENSSL_API_COMPAT=3D0x30000000=
L"
./mail/archiveopteryx/Makefile:CXXFLAGS+=3D=20=20=20=20=20=20
-DOPENSSL_API_COMPAT=3D0x30000000L"
./news/nzbget/Makefile:CXXFLAGS+=3D       -DOPENSSL_API_COMPAT=3D0x30000000=
L"
./devel/ucommon/Makefile:CXXFLAGS+=3D      -DOPENSSL_API_COMPAT=3D0x3000000=
0L"
./devel/thrift-c_glib/Makefile:CXXFLAGS+=3D=20=20=20=20=20=20
-DOPENSSL_API_COMPAT=3D0x30000000L"
./security/git-crypt/Makefile:CXXFLAGS+=3D=20=20=20=20=20=20=20
-DOPENSSL_API_COMPAT=3D0x30000000L"
./databases/xrootd/Makefile:CXXFLAGS+=3D  -DOPENSSL_API_COMPAT=3D0x30000000=
L"
./lang/php80/Makefile:CXXFLAGS+=3D        -DOPENSSL_API_COMPAT=3D0x30000000=
L"
./net/asterisk18/Makefile:CFLAGS+=3D      -DOPENSSL_API_COMPAT=3D0x30000000=
L"
./sysutils/istatserver/Makefile:CXXFLAGS+=3D=20=20=20=20=20
-DOPENSSL_API_COMPAT=3D0x30000000L"
./www/lagrange/Makefile:CXXFLAGS+=3D      -DOPENSSL_API_COMPAT=3D0x30000000=
L"

--=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-272753-7788>