Opened 14 years ago

Closed 14 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)

Portfile-rrdtool.diff (323 bytes) - added by dreamcat4@… 14 years ago.
line offsets for couchdb port
Portfile-rrdtool.2.diff (323 bytes) - added by dreamcat4@… 14 years ago.
line offsets for couchdb-devel port
couchdb-Portfile (324 bytes) - added by dreamcat4@… 14 years ago.
fix typo
couchdb-devel-Portfile (324 bytes) - added by dreamcat4@… 14 years ago.
fix typo

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by dreamcat4@…

Attachment: Portfile-rrdtool.diff added

line offsets for couchdb port

Changed 14 years ago by dreamcat4@…

Attachment: Portfile-rrdtool.2.diff added

line offsets for couchdb-devel port

comment:1 Changed 14 years ago by dreamcat4@…

please notify maintainers: jwa febeling

comment:2 Changed 14 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.

Changed 14 years ago by dreamcat4@…

Attachment: couchdb-Portfile added

fix typo

Changed 14 years ago by dreamcat4@…

Attachment: couchdb-devel-Portfile added

fix typo

comment:3 Changed 14 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 14 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Maintainer timeout, committed in r65218.

Note: See TracTickets for help on using tickets.