Changeset 2b88404


Ignore:
Timestamp:
07/13/2006 07:45:35 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f86c600
Parents:
7d1f862
Message:

Updated paco patch from upstream.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.PACO

    r7d1f862 r2b88404  
    44#                                         #
    55###########################################
    6 
    7 
    8 WARNING: AT THIS MOMENT THE PACO PATCH IS BROKEN
    9 ================================================
    106
    117
  • contrib/jhalfs-paco.patch

    r7d1f862 r2b88404  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2804)
     3--- LFS/master.sh       (revision 2818)
    44+++ LFS/master.sh       (working copy)
    55@@ -176,6 +176,11 @@
     
    4141+      *)        wrt_paco_prep
    4242+                wrt_run_as_chroot1 "${this_script}" "$file"
    43 +                wrt_paco_log "$name" "$vrs" ;;
     43+                wrt_paco_log "$pkg_tarball" ;;
    4444     esac
    4545 
     
    7070+      *kernel)       wrt_paco_prep
    7171+                     wrt_run_as_chroot2 "$this_script" "$file"
    72 +                     wrt_paco_log "linux-kernel" "$vrs"
     72+                     wrt_paco_log "$pkg_tarball"
    7373+        ;;
    7474+      *bootscripts)  wrt_paco_prep
    7575+                     wrt_run_as_chroot2 "$this_script" "$file"
    76 +                     wrt_paco_log "lfs-bootscripts" "$vrs"
     76+                     wrt_paco_log "$pkg_tarball"
    7777+        ;;
    7878       *)        wrt_run_as_chroot2 "$this_script" "$file"
     
    8383Index: LFS/lfs.xsl
    8484===================================================================
    85 --- LFS/lfs.xsl (revision 2804)
     85--- LFS/lfs.xsl (revision 2818)
    8686+++ LFS/lfs.xsl (working copy)
    8787@@ -32,6 +32,9 @@
     
    148148Index: common/config
    149149===================================================================
    150 --- common/config       (revision 2804)
     150--- common/config       (revision 2818)
    151151+++ common/config       (working copy)
    152152@@ -86,6 +86,14 @@
     
    177177Index: common/func_validate_configs.sh
    178178===================================================================
    179 --- common/func_validate_configs.sh     (revision 2804)
     179--- common/func_validate_configs.sh     (revision 2818)
    180180+++ common/func_validate_configs.sh     (working copy)
    181181@@ -84,9 +84,9 @@
     
    204204--- common/paco-functions       (revision 0)
    205205+++ common/paco-functions       (revision 0)
    206 @@ -0,0 +1,211 @@
     206@@ -0,0 +1,209 @@
    207207+#!/bin/bash
    208208+
     
    236236+  # Clean up
    237237+  wrt_remove_build_dirs "paco"
    238 echo -e '\t@touch $@' >> $MKFILE.tmp
     238wrt_touch
    239239+
    240240+  # Override the PREV variable
     
    275275+local PACKAGE
    276276+
    277 +# Allow packages to be logged without version
    278 +if [[ $2 != "" ]] ; then
    279 +  PACKAGE="$1-$2";
    280 +else
    281 +  PACKAGE="$1"
    282 +fi
     277+PACKAGE=`echo $1 | sed -e 's/.tar.*//'`
    283278+
    284279+# Not using Paco with uClibc, even if requested
     
    399394+
    400395+case $this_script in
     396+  *changingowner)   LOG_PACKAGE=0 ;;
    401397+  *creatingdirs)    LOG_PACKAGE=0 ;;
    402398+  *createfiles)     LOG_PACKAGE=0 ;;
     399+  *pwdgroup)        LOG_PACKAGE=0 ;;
     400+  *devices)         LOG_PACKAGE=0 ;;
    403401+  *strippingagain)  LOG_PACKAGE=0 ;;
    404402+  *readjusting)     LOG_PACKAGE=0 ;;
     
    433431Index: common/common-functions
    434432===================================================================
    435 --- common/common-functions     (revision 2804)
     433--- common/common-functions     (revision 2818)
    436434+++ common/common-functions     (working copy)
    437435@@ -65,6 +65,9 @@
     
    445443         Optimize [0-2]
    446444           0 = no optimization
    447 @@ -658,6 +661,7 @@
     445@@ -732,6 +735,7 @@
    448446                  --stringparam lc_all $LC_ALL \
    449447                  --stringparam keymap $KEYMAP \
     
    453451       ;;
    454452     lfs)
    455 @@ -669,6 +673,7 @@
     453@@ -743,6 +747,7 @@
    456454                  --stringparam timezone $TIMEZONE \
    457455                  --stringparam page $PAGE \
     
    463461Index: HLFS/hlfs.xsl
    464462===================================================================
    465 --- HLFS/hlfs.xsl       (revision 2804)
     463--- HLFS/hlfs.xsl       (revision 2818)
    466464+++ HLFS/hlfs.xsl       (working copy)
    467465@@ -39,6 +39,9 @@
     
    514512Index: HLFS/master.sh
    515513===================================================================
    516 --- HLFS/master.sh      (revision 2804)
     514--- HLFS/master.sh      (revision 2818)
    517515+++ HLFS/master.sh      (working copy)
    518516@@ -250,6 +250,11 @@
     
    553551+        wrt_paco_prep
    554552         wrt_run_as_chroot1 "${this_script}" "${file}"
    555 +        wrt_paco_log "$name" "$vrs"
     553+        wrt_paco_log "$pkg_tarball"
    556554        ;;
    557555     esac
     
    574572 
    575573 }
    576 @@ -426,9 +455,20 @@
     574@@ -426,9 +455,19 @@
    577575         else  # Initialize the log and run the script
    578576           wrt_run_as_chroot2 "${this_script}" "${file}"
     
    582580+      *kernel)       wrt_paco_prep
    583581+                     wrt_run_as_chroot2 "$this_script" "$file"
    584 +                     version=`grep "^linux-version" $JHALFSDIR/packages | sed -e 's/.* //' -e 's/"//g'`
    585 +                     wrt_paco_log "linux-kernel" "$version"
     582+                     wrt_paco_log "$(get_package_tarball_name "linux")"
    586583+        ;;
    587584+      *bootscripts)  wrt_paco_prep
    588585+                     wrt_run_as_chroot2 "$this_script" "$file"
    589 +                     wrt_paco_log "hlfs-bootscripts"
     586+                     wrt_paco_log "$(get_package_tarball_name "lfs-bootscripts")"
    590587+        ;;
    591588       *)  # All other scripts
     
    597594Index: master.sh
    598595===================================================================
    599 --- master.sh   (revision 2804)
     596--- master.sh   (revision 2818)
    600597+++ master.sh   (working copy)
    601598@@ -148,6 +148,8 @@
Note: See TracChangeset for help on using the changeset viewer.