Changeset 83394
- Timestamp:
- 08/31/11 00:41:29 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 11 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/Makefile.in (modified) (1 diff)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
base/src/macports1.0/macports.tcl (modified) (2 diffs)
-
base/src/pextlib1.0/sha2.c (modified) (1 prop)
-
base/src/pextlib1.0/sha2.h (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.c (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.h (modified) (1 prop)
-
base/src/port/port.tcl (modified) (1 diff)
-
base/src/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
- Property svn:mergeinfo changed
/trunk merged: 83270,83391
- Property svn:mergeinfo changed
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 83270,83391
- Property svn:mergeinfo changed
-
branches/release_2_0/base/Makefile.in
r81566 r83394 87 87 $(TCLSH) src/images_to_archives.tcl "${macports_tcl_dir}" 88 88 endif 89 ifndef SELFUPDATING 89 90 @echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, add ${prefix}/bin to your PATH and run:"; echo "" 90 91 @echo "sudo port -v selfupdate"; echo "" 91 92 @echo "Please read \"man port\", the MacPorts guide at http://guide.macports.org/ and Wiki at https://trac.macports.org/ for full documentation."; echo "" 93 else 94 @echo ""; echo "Congratulations, you have successfully upgraded the MacPorts system."; echo "" 95 endif 92 96 93 97 group:: -
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 83270,83391
- Property svn:mergeinfo changed
-
branches/release_2_0/base/src/macports1.0/macports.tcl
r83273 r83394 952 952 _mports_load_quickindex 953 953 954 set default_source_url [lindex ${sources_default} 0] 955 if {[macports::getprotocol $default_source_url] == "file" || [macports::getprotocol $default_source_url] == "rsync"} { 956 set default_portindex [macports::getindex $default_source_url] 957 if {[file exists $default_portindex] && [expr [clock seconds] - [file mtime $default_portindex]] > 1209600} { 958 ui_warn "port definitions are more than two weeks old, consider using selfupdate" 959 } 960 } 961 954 if {![info exists macports::ui_options(ports_no_old_index_warning)]} { 955 set default_source_url [lindex ${sources_default} 0] 956 if {[macports::getprotocol $default_source_url] == "file" || [macports::getprotocol $default_source_url] == "rsync"} { 957 set default_portindex [macports::getindex $default_source_url] 958 if {[file exists $default_portindex] && [expr [clock seconds] - [file mtime $default_portindex]] > 1209600} { 959 ui_warn "port definitions are more than two weeks old, consider using selfupdate" 960 } 961 } 962 } 963 962 964 # init registry 963 965 set db_path [file join ${registry.path} registry registry.db] … … 3078 3080 # do the actual configure, build and installation of new base 3079 3081 ui_msg "Installing new MacPorts release in $prefix as $owner:$group; permissions $perms; Tcl-Package in $tclpackage\n" 3080 if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make && make install " } result] } {3082 if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make && make install SELFUPDATING=1" } result] } { 3081 3083 return -code error "Error installing new MacPorts base: $result" 3082 3084 } -
branches/release_2_0/base/src/pextlib1.0/sha2.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha2.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/port/port.tcl
r83144 r83394 4679 4679 if { [llength $remaining_args] == 0 && ![info exists ui_options(ports_commandfiles)] } { 4680 4680 lappend ui_options(ports_commandfiles) - 4681 } elseif {[lookahead] == "selfupdate" || [lookahead] == "sync"} { 4682 # tell mportinit not to tell the user they should selfupdate 4683 set ui_options(ports_no_old_index_warning) 1 4681 4684 } 4682 4685 -
branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.

