New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79212


Ignore:
Timestamp:
06/05/11 15:16:25 (4 years ago)
Author:
pixilla@…
Message:

devel/dbus: Remove recent Portfile additions whose functionality is suspect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/dbus/Portfile

    r79191 r79212  
    77name            dbus 
    88version         1.4.10 
     9revision        1 
    910maintainers     mcalhoun openmaintainer 
    1011categories      devel 
     
    4142                --with-session-socket-dir=/tmp \ 
    4243                --with-test-socket-dir=/tmp 
    43  
    44 activate.asroot yes 
    4544 
    4645pre-configure { 
     
    153152    file attributes ${prefix}/var/run/dbus -group ${dbus_group} -owner ${dbus_user} 
    154153    file attributes ${prefix}/libexec/dbus-daemon-launch-helper -group ${dbus_group} 
    155      
    156     # Change the share directory so other ports can install to it without running as root. 
    157     if {[geteuid] == 0 && [getuid] != 0 && ${install.user} != 0} { 
    158         file attributes ${prefix}/share/dbus-1 -owner ${install.user} -group ${install.group} 
    159     } 
    160154     
    161155    if { ![variant_isset no_startupitem] && ![variant_isset no_root] } { 
Note: See TracChangeset for help on using the changeset viewer.