[MacPorts] #26174: Xymon client
MacPorts
noreply at macports.org
Sat Sep 11 11:59:43 PDT 2010
#26174: Xymon client
-----------------------------+----------------------------------------------
Reporter: fclaire@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: xymon
-----------------------------+----------------------------------------------
Changes (by raimue@…):
* cc: raimue@… (added)
Comment:
Looking at this again, I noticed another thing:
{{{
destroot.env-append INSTALLROOT=${destroot}
}}}
should probably be
{{{
destroot.destdir INSTALLROOT=${destroot}
}}}
which would overwrite the original `DESTDIR` setting (or is `DESTDIR`
still being used?).
Could the symlinks in post-activate be done in post-destroot already?
Files created in post-activated will not be uninstalled properly, also re-
activation would fail as the file already exists. Use ln -sf to force
creation of links to non-existing targets.
The notes section should use ${xymonuser} instad of hardcoding the user
name.
Sorry that I didn't bring these up earlier... :-(
--
Ticket URL: <http://trac.macports.org/ticket/26174#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list