New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79661


Ignore:
Timestamp:
06/22/11 13:23:05 (4 years ago)
Author:
derek@…
Message:

configure.ac

-Added STATS_UUID autoconf variable

macports.conf.in

  • Added stats_url variable (set to localhost for now). This specifies where to submit data
  • Added stats_id variable. This is set to @STATS_UUID@ defined through autoconf. This is the user's unique identification string
Location:
branches/gsoc11-statistics/base
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-statistics/base/configure

    r77864 r79661  
    731731CFLAGS 
    732732CC 
     733STATS_UUID 
    733734DEVELOPER_DIR 
    734735XCODE_SELECT 
     
    824825OBJC 
    825826OBJCFLAGS 
    826 LDFLAGS 
    827 LIBS 
    828 CPPFLAGS 
    829 OBJC 
    830827MTREE 
    831828CVS 
     
    843840OPEN 
    844841OBJCPP 
    845 CPPFLAGS 
    846 CPP 
    847 CPPFLAGS' 
     842CPP' 
    848843ac_subdirs_all='src/thread2.6' 
    849844 
     
    29802975esac 
    29812976 
     2977# Generate UUID for data collection 
     2978STATS_UUID=`uuidgen` 
     2979 
     2980 
    29822981# Checks for programs. 
    29832982ac_ext=c 
  • branches/gsoc11-statistics/base/configure.ac

    r77749 r79661  
    8080    ;; 
    8181esac 
     82 
     83# Generate UUID for data collection 
     84STATS_UUID=`uuidgen` 
     85AC_SUBST(STATS_UUID) 
    8286 
    8387# Checks for programs. 
  • branches/gsoc11-statistics/base/doc/macports.conf.in

    r78932 r79661  
    135135# The default is no 
    136136stats_participate       no 
     137 
     138# Where to submit usage data 
     139stats_url       localhost 
     140 
     141# Unique identifier for usage statistics 
     142stats_id        @STATS_UUID@ 
Note: See TracChangeset for help on using the changeset viewer.