FreeBSD Bugzilla – Attachment 225541 Details for
Bug 255588
new port: databases/mongodb50: repocopy of databases/mongodb49
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -Nru databases/mongodb49 databases/mongodb50
mongodb50.rc0.diff (text/plain), 3.68 KB, created by
Ronald Klop
on 2021-06-04 10:38:06 UTC
(
hide
)
Description:
diff -Nru databases/mongodb49 databases/mongodb50
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2021-06-04 10:38:06 UTC
Size:
3.68 KB
patch
obsolete
>diff -Nru databases/mongodb49/Makefile databases/mongodb50/Makefile >--- databases/mongodb49/Makefile 2021-05-20 12:27:42.628398000 +0200 >+++ databases/mongodb50/Makefile 2021-05-28 14:28:58.954665000 +0200 >@@ -1,6 +1,6 @@ > PORTNAME= mongodb > DISTVERSIONPREFIX= r >-DISTVERSION= 4.9.0-rc1 >+DISTVERSION= 5.0.0-rc0 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ >@@ -8,7 +8,7 @@ > DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION} > > MAINTAINER= ronald-lists@klop.ws >-COMMENT= Distributed document-oriented "NoSQL" database (4.9.x Branch) >+COMMENT= Distributed document-oriented "NoSQL" database (5.0.x Branch) > > # mongodb is SSPLv1, C++ driver is APACHE20 > LICENSE= SSPLv1 APACHE20 >diff -Nru databases/mongodb49/distinfo databases/mongodb50/distinfo >--- databases/mongodb49/distinfo 2021-05-20 12:27:42.628708000 +0200 >+++ databases/mongodb50/distinfo 2021-05-28 14:29:13.694454000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1620215774 >-SHA256 (mongodb-src-r4.9.0-rc1.tar.gz) = 07daca716db93326fc76a897ebcb02a4202fe12c07361fe6a3f64507ca67ed70 >-SIZE (mongodb-src-r4.9.0-rc1.tar.gz) = 52373560 >+TIMESTAMP = 1622204953 >+SHA256 (mongodb-src-r5.0.0-rc0.tar.gz) = 9ebf1de0a9e1d436928e69cd75a99f385e6cde83f2d60e72ac5c1d714646751c >+SIZE (mongodb-src-r5.0.0-rc0.tar.gz) = 54327208 >diff -Nru databases/mongodb49/files/patch-SConstruct databases/mongodb50/files/patch-SConstruct >--- databases/mongodb49/files/patch-SConstruct 2021-05-04 11:53:07.410680000 +0200 >+++ databases/mongodb50/files/patch-SConstruct 2021-05-04 13:53:01.267146000 +0200 >@@ -1,6 +1,6 @@ >---- SConstruct.orig 2021-03-23 15:33:12 UTC >+--- SConstruct.orig 2021-04-29 23:06:52 UTC > +++ SConstruct >-@@ -1261,9 +1261,9 @@ if has_option('variables-help'): >+@@ -1324,9 +1324,9 @@ if has_option('variables-help'): > print(env_vars.GenerateHelpText(env)) > Exit(0) > >@@ -13,7 +13,7 @@ > > if get_option('install-action') != 'default' and get_option('ninja') != "disabled": > env.FatalError("Cannot use non-default install actions when generating Ninja.") >-@@ -2419,7 +2419,7 @@ if env.TargetOSIs('posix'): >+@@ -2498,7 +2498,7 @@ if env.TargetOSIs('posix'): > # If runtime hardening is requested, then build anything > # destined for an executable with the necessary flags for PIE. > env.AppendUnique( >@@ -22,16 +22,7 @@ > PROGLINKFLAGS=['-pie'], > ) > >-@@ -2433,7 +2433,7 @@ if env.TargetOSIs('posix'): >- "-Wno-unknown-pragmas", >- "-Winvalid-pch"] ) >- # env.Append( " -Wconversion" ) TODO: this doesn't really work yet >-- if env.TargetOSIs('linux', 'darwin', 'solaris'): >-+ if env.TargetOSIs('linux', 'darwin', 'solaris', 'freebsd'): >- if not has_option("disable-warnings-as-errors"): >- env.Append( CCFLAGS=["-Werror"] ) >- >-@@ -2528,8 +2528,12 @@ if not env.TargetOSIs('windows') and (env.ToolchainIs( >+@@ -2675,8 +2675,12 @@ if not env.TargetOSIs('windows') and (env.ToolchainIs( > # setting it for both C and C++ by setting both of CFLAGS and > # CXXFLAGS. > >diff -Nru databases/mongodb49/pkg-descr databases/mongodb50/pkg-descr >--- databases/mongodb49/pkg-descr 2021-05-04 11:53:08.383960000 +0200 >+++ databases/mongodb50/pkg-descr 2021-05-02 23:26:55.288552000 +0200 >@@ -2,9 +2,4 @@ > schema-free, document-oriented database. A common name in the > "NOSQL" community. > >-MongoDB 4.9 is a developer preview. It is not guaranteed to >-become an official release. It probably will become the 5.0 >-version in the future. >-See: https://developer.mongodb.com/community/forums/t/mongodb-4-9-on-rpi4-does-not-run/101249/2 >- >-WWW: https://docs.mongodb.com/v4.9/ >+WWW: https://docs.mongodb.com/v5.0/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ronald-lists
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 255588
:
224656
|
224657
| 225541