Changeset 80221
- Timestamp:
- 07/07/11 00:21:28 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 10 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/aclocal.m4 (modified) (2 diffs)
-
base/configure (modified) (2 diffs)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
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/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 80220
- Property svn:mergeinfo changed
-
branches/release_2_0/base/aclocal.m4
r79461 r80221 336 336 # Set Tcl package directory to ~/Library/Tcl 337 337 AC_MSG_CHECKING(for Tcl package directory) 338 ac_cv_c_tclpkgd= "~$DSTUSR/Library/Tcl"338 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 339 339 # Convert to a native path and substitute into the output files. 340 340 PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}` … … 647 647 fi 648 648 elif test "$path" = "~/Library/Tcl"; then 649 ac_cv_c_tclpkgd= "~$DSTUSR/Library/Tcl"649 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 650 650 break 651 651 fi -
branches/release_2_0/base/configure
r79516 r80221 7743 7743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl package directory" >&5 7744 7744 $as_echo_n "checking for Tcl package directory... " >&6; } 7745 ac_cv_c_tclpkgd= "~$DSTUSR/Library/Tcl"7745 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 7746 7746 # Convert to a native path and substitute into the output files. 7747 7747 PACKAGE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclpkgd}` … … 9206 9206 fi 9207 9207 elif test "$path" = "~/Library/Tcl"; then 9208 ac_cv_c_tclpkgd= "~$DSTUSR/Library/Tcl"9208 ac_cv_c_tclpkgd=`echo ~$DSTUSR/Library/Tcl` 9209 9209 break 9210 9210 fi -
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 80220
- Property svn:mergeinfo changed
-
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/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.

