Opened 14 years ago
Closed 14 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)
Change History (8)
Changed 14 years ago by cofyc.jackson@…
Changed 14 years ago by cofyc.jackson@…
Attachment: | configure.ac.diff added |
---|
configure.ac patch file.
comment:1 Changed 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:3 Changed 14 years ago by cofyc.jackson@…
- It's not necessary, I removed it.
- Fixed.
- The configure.ac patch file is removed. Thanks.
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Keywords: | memcacheq removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | memcacheq added |
Status: | new → assigned |
Thanks
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r73581 with some whitespace changes.
Port file.