New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27105 (closed submission: fixed)

Opened 3 years ago

Last modified 3 years ago

memcacheq @0.2.0 submission

Reported by: cofyc.jackson@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: memcacheq

Description

MemcacheQ is a memcachedb variant that provides simple message queue service. For more info, please check: http://memcachedb.org/memcacheq/. (refer: http://code.google.com/p/memcacheq/)

Attachments

Portfile (1.2 KB) - added by cofyc.jackson@… 3 years ago.
Port file.
configure.ac.diff (382 bytes) - added by cofyc.jackson@… 3 years ago.
configure.ac patch file.
Portfile.2 (1.1 KB) - added by cofyc.jackson@… 3 years ago.
Corrected Portfile.

Change History

Changed 3 years ago by cofyc.jackson@…

Port file.

Changed 3 years ago by cofyc.jackson@…

configure.ac patch file.

comment:1 Changed 3 years ago by ryandesign@…

Why is the muniversal portgroup used?

You should not hardcode /opt/local in the portfile, and you probably should append to, not overwrite, the ldflags.

The configure.ac patch is wrong. The location the configure script looks for BerkeleyDB 4.7 in (/usr/local/BerkeleyDB.4.7) is certainly not what we want in MacPorts, but the location your patch changes it to (/usr/local) is no more correct. We want the port to find db47 in ${prefix}. And you're not instructing the portfile to regenerate the configure script from the configure.ac (e.g. by means of "use_autoreconf yes") so your configure.ac changes aren't having any effect anyway.

comment:2 Changed 3 years ago by ryandesign@…

  • Cc ryandesign@… added

comment:3 Changed 3 years ago by cofyc.jackson@…

  1. It's not necessary, I removed it.
  2. Fixed.
  3. The configure.ac patch file is removed. Thanks.

Changed 3 years ago by cofyc.jackson@…

Corrected Portfile.

comment:4 Changed 3 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Keywords memcacheq removed
  • Status changed from new to assigned
  • Port set to memcacheq
  • Cc ryandesign@… removed

Thanks

comment:5 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Added in r73581 with some whitespace changes.

Note: See TracTickets for help on using tickets.