Opened 15 years ago
Closed 15 years ago
#22579 closed defect (fixed)
couchdb - doesn't work with "port load" and "port unload" commands
Reported by: | dreamcat4@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | febeling@… | |
Port: | couchdb |
Description
Hi,
couchdb port installs its own custom plist file as org.apache.couchdb. We need to set the startupitem.uniquname parameter.
http://trac.macports.org/browser/trunk/base/src/port1.0/portdestroot.tcl
71 default startupitem.name {${name}} 72 default startupitem.uniquename {org.macports.${startupitem.name}} 73 default startupitem.plist {${startupitem.uniquename}.plist} 74 default startupitem.location LaunchDaemons
Similarly, any other ports with custom plists which don't fall under the org.macports.${name} convention set this uniquename parameter.
Attachments (4)
Change History (8)
Changed 15 years ago by dreamcat4@…
Attachment: | Portfile-rrdtool.diff added |
---|
Changed 15 years ago by dreamcat4@…
Attachment: | Portfile-rrdtool.2.diff added |
---|
line offsets for couchdb-devel port
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Cc: | febeling@… added |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
Please remember to cc the maintainers when you create the ticket in future. BTW, Portfile-rrdtool.diff is a rather confusing name for a patch to couchdb.
comment:3 Changed 15 years ago by dreamcat4@…
Sorry the original diffs weren't quite right. Re-attached 2 new diffs. "couchdb-Portfile", "couchdb-devel-Portfile" these are just small patches, not the whole file.
comment:4 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Maintainer timeout, committed in r65218.
line offsets for couchdb port