Ticket #27105 (closed submission: fixed)
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
Change History
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:3 Changed 3 years ago by cofyc.jackson@…
- It's not necessary, I removed it.
- Fixed.
- The configure.ac patch file is removed. Thanks.


Port file.