Opened 9 years ago

Closed 9 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)

Portfile (854 bytes) - added by jul_bsd@… 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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 before use_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.