[MacPorts] #26175: xymon server

MacPorts noreply at macports.org
Sat Oct 9 03:10:19 PDT 2010


#26175: xymon server
-----------------------------+----------------------------------------------
 Reporter:  fclaire@…        |       Owner:  macports-tickets@…                   
     Type:  submission       |      Status:  new                                  
 Priority:  Normal           |   Milestone:                                       
Component:  ports            |     Version:  1.9.1                                
 Keywords:                   |        Port:  xymon-server                         
-----------------------------+----------------------------------------------

Comment(by raimue@…):

 Replying to [comment:7 fclaire@…]:
 > For the symlinks, I moved them in post-destroot. Unfortunately, one
 symlink remains when the port is uninstalled:

 The problem is that post-destroot is writing directly to the system
 instead of adding the symlink to the destroot. This would result in
 problems when creating archives or packages of this port.

 The (untested) fix would be:
 {{{
 xinstall -d -m 755 ${destroot}/Library/LaunchDaemons
 ln -sf
 ${prefix}/etc/LaunchDaemons/org.macports.${name}/org.macports.${name}.plist
 ${destroot}/Library/LaunchDaemons/
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/26175#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list