[MacPorts] #24095: Portfile submission: ganglia 3.1.7
MacPorts
noreply at macports.org
Tue Mar 23 06:08:14 PDT 2010
#24095: Portfile submission: ganglia 3.1.7
------------------------------------------+---------------------------------
Reporter: admin@… | Owner: ryandesign@…
Type: submission | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: ganglia |
------------------------------------------+---------------------------------
Changes (by ryandesign@…):
* status: assigned => closed
* resolution: => fixed
Comment:
Thanks, committed in r65190 with these changes:
* removed `uwaechte` from the maintainers line since uwaechte at macports
dot org is not a valid email address for you since you are not a committer
* changed `homepage http://ganglia.sf.net` to the canonical `homepage
http://ganglia.sourceforge.net/`
* changed `master_sites sourceforge:ganglia` to the simpler `master_sites
sourceforge`
* added dependency on gettext because it does get used
* put the patchfile into a `platform darwin` section since it includes
AvailabilityMacros.h which I believe is only available on Darwin OSes
* in the patchfile, changed `#include "AvailabilityMacros.h"` to
`#include <AvailabilityMacros.h>` since this is a system header
* changed `startupitem.logfile /var/log/ganglia-monitor.log` to
`startupitem.logfile ${prefix}/var/log/ganglia-monitor.log` since we want
MacPorts-related things to stay within the MacPorts prefix
* fixed the generation of the sample config file by using `system` to
execute the command and setting DYLD_FALLBACK_LIBRARY_PATH to tell it
where the newly-compiled libraries are. the sample config file is now
written to gmond.conf.sample; we don't want to write to gmond.conf because
that's a file the user will edit and we don't want to overwrite the user's
configuration when updating the port
* fixed retention of the python_modules directory by using
`destroot.keepdirs`
--
Ticket URL: <http://trac.macports.org/ticket/24095#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list