New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22579 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

couchdb - doesn't work with "port load" and "port unload" commands

Reported by: dreamcat4@… Owned by: jwa@…
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

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

Change History

Changed 4 years ago by dreamcat4@…

line offsets for couchdb port

Changed 4 years ago by dreamcat4@…

line offsets for couchdb-devel port

comment:1 Changed 4 years ago by dreamcat4@…

please notify maintainers: jwa febeling

comment:2 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to jwa@…
  • Cc febeling@… added

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 3 years ago by dreamcat4@…

fix typo

Changed 3 years ago by dreamcat4@…

fix typo

comment:3 Changed 3 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 3 years ago by raimue@…

  • Status changed from new to closed
  • Resolution set to fixed

Maintainer timeout, committed in r65218.

Note: See TracTickets for help on using tickets.