Page MenuHomeFreeBSD

databases/mongodb36: new port
ClosedPublic

Authored by dev_dudu.ro on Dec 22 2017, 10:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 5:12 AM
Unknown Object (File)
Sun, Apr 7, 10:56 PM
Unknown Object (File)
Sat, Apr 6, 2:46 PM
Unknown Object (File)
Dec 22 2023, 1:06 AM
Unknown Object (File)
Dec 20 2023, 1:04 AM
Unknown Object (File)
Dec 9 2023, 8:17 AM
Unknown Object (File)
Nov 18 2023, 5:02 PM
Unknown Object (File)
Nov 18 2023, 3:10 PM

Details

Summary

Based on mongodb32 and mongodb34 ports with necessary changes for 3.6. Bugzilla report here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224303

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

databases/mongodb36/Makefile
24–26

missing @${PY_FLAVOR} here.

databases/mongodb36/pkg-plist
7

This should be:

@sample etc/mongodb.conf.sample
dev_dudu.ro marked 2 inline comments as done.
databases/mongodb36/Makefile
33

As far as I know, ports should not set CHOSEN_COMPILER_TYPE.
It's set by USES=compiler. In ONLY_FOR_ARCHS=amd64 it will be clang anyway.

databases/mongodb36/files/patch-rpm_mongod.conf
22

/var/run is valid on FreeBSD. See hier(7) for which directories are available.

You need USES=shebangfix for bin/install_compass

databases/mongodb36/Makefile
31

There is extra whitespace at the end of the line here.

databases/mongodb36/pkg-descr
5

This redirects to https://www.mongodb.com/
You should switch WWW to the final redirect target.

Hmm, I mistyped the revision URL for a second time now. I need to change my workflow for these.
I'm going to try to figure out how to close this revision.

linimon added a subscriber: linimon.

Already committed as r461011.

This revision is now accepted and ready to land.Jul 19 2018, 2:58 AM

Already committed as r461011.