Opened 10 years ago
Closed 10 years ago
#47366 closed submission (fixed)
[NEW] libmongo-client
Reported by: | jul_bsd@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libmongo-client |
Description
alternative C driver for MongoDB
dependency to syslog-ng #43231
Attachments (1)
Change History (3)
Changed 10 years ago by jul_bsd@…
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r134803 with these changes:
- corrected license to
Apache-2
- removed commented-out lines
- corrected glib2 dependency so that glib2-devel could satisfy it
- placed
depends_build
line beforeuse_autoreconf
line so that the dependencies automatically added by enabling autoreconf aren't overwritten by the port; then it's no longer necessary to manually add libtool to the dependencies - removed
configure.env LIBTOOL="${prefix}/bin/glibtool"
because this doesn't appear to be used - added
configure.args --disable-silent-rules
to get more detailed verbose output - added post-destroot block to install documentation files
- made myself maintainer, since I maintain other mongodb ports
Note: See
TracTickets for help on using
tickets.
Thanks.