Opened 14 years ago

Closed 13 years ago

#27105 closed submission (fixed)

memcacheq @0.2.0 submission

Reported by: cofyc.jackson@… Owned by: ryandesign (Ryan Carsten Schmidt)
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 (3)

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

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by cofyc.jackson@…

Attachment: Portfile added

Port file.

Changed 14 years ago by cofyc.jackson@…

Attachment: configure.ac.diff added

configure.ac patch file.

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

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 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

comment:3 Changed 13 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 13 years ago by cofyc.jackson@…

Attachment: Portfile.2 added

Corrected Portfile.

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… removed
Keywords: memcacheq removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: memcacheq added
Status: newassigned

Thanks

comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Added in r73581 with some whitespace changes.

Note: See TracTickets for help on using tickets.