[alfs-log] r4058 - jhalfs/branches/2.4/LFS

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 12:48:52 2018
New Revision: 4058

Log:
Merge trunk r4041,4042

Modified:
   jhalfs/branches/2.4/LFS/lfs.xsl

Modified: jhalfs/branches/2.4/LFS/lfs.xsl
==
--- jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 12:29:49 2018(r4057)
+++ jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 12:48:52 2018(r4058)
@@ -479,6 +479,7 @@
 
   
 
+
   
 
   
@@ -654,7 +655,6 @@
   
   
 
-
   
 
   
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4056 - jhalfs/branches/2.4/LFS

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 12:01:55 2018
New Revision: 4056

Log:
merge trunk r4040 and r4044 to 2.4 branch

Modified:
   jhalfs/branches/2.4/LFS/lfs.xsl

Modified: jhalfs/branches/2.4/LFS/lfs.xsl
==
--- jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 11:59:20 2018(r4055)
+++ jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 12:01:55 2018(r4056)
@@ -192,6 +192,13 @@
   mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc}
 
 
+
+  mkdir -pv $PKG_DEST/usr/lib/pkgconfig
+
+
 
+  
 
-  
+  
 
   
+  select="substring-before($outputstring,'ninja 
install')"/>
 
 
   
+  substring-before($outputstring,'ninja 
install'))"/>
 
   
-   
+   
 DESTDIR=$PKG_DEST ninja
 
   http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4055 - in jhalfs/branches/2.4: LFS common/libs

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 11:59:20 2018
New Revision: 4055

Log:
Merge trunk r4024 and r4039, fixing generation of Makefile and of
DESTDIR install for libelf

Modified:
   jhalfs/branches/2.4/LFS/lfs.xsl
   jhalfs/branches/2.4/common/libs/func_wrt_Makefile

Modified: jhalfs/branches/2.4/LFS/lfs.xsl
==
--- jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 06:30:21 2018(r4054)
+++ jhalfs/branches/2.4/LFS/lfs.xsl Sat Mar 10 11:59:20 2018(r4055)
@@ -604,7 +604,31 @@
   
 
   
-   
+  
+
+  
+
+  
+
+
+  
+
+  
+   
+DESTDIR=$PKG_DEST ninja
+
+  
+
+  
+
+  
+   
 
   

Modified: jhalfs/branches/2.4/common/libs/func_wrt_Makefile
==
--- jhalfs/branches/2.4/common/libs/func_wrt_Makefile   Sat Mar 10 06:30:21 
2018(r4054)
+++ jhalfs/branches/2.4/common/libs/func_wrt_Makefile   Sat Mar 10 11:59:20 
2018(r4055)
@@ -112,6 +112,8 @@
  ;;
  glibc) echo $(grep "^glibc" $JHALFSDIR/pkg_tarball_list | head -n1 )
  ;;
+ libelf) echo $(grep "^elfutils" $JHALFSDIR/pkg_tarball_list | head -n1 )
+ ;;
  *)  echo $(grep "^$script_name[_-][[:digit:]]" 
$JHALFSDIR/pkg_tarball_list | head -n1 )
  ;;
esac
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4054 - jhalfs/trunk/BLFS/xsl

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 06:30:21 2018
New Revision: 4054

Log:
Prevent openldap module .la files to be removed
They are needed for loading modules...

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Mar 10 03:04:42 2018(r4053)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Mar 10 06:30:21 2018(r4054)
@@ -38,7 +38,10 @@
   
 
 for libdir in /lib /usr/lib $(find /opt -name lib); do
-  find $libdir -name \*.la ! -path \*ImageMagick\* -delete
+  find $libdir -name \*.la   \
+ ! -path \*ImageMagick\* \
+ ! -path \*openldap\*\
+   -delete
 done
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4053 - jhalfs/trunk/pkgmngt

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 03:04:42 2018
New Revision: 4053

Log:
Now libuv has a version string starting with"v"

Modified:
   jhalfs/trunk/pkgmngt/packInstall.sh.porg

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==
--- jhalfs/trunk/pkgmngt/packInstall.sh.porgSat Mar 10 02:08:38 2018
(r4052)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porgSat Mar 10 03:04:42 2018
(r4053)
@@ -72,6 +72,9 @@
   x265*) # can contain vd.d or just d.d: thanks to packagers
 VERSION=$(echo $1 | sed 's/^.*[v_]//')
 ;;
+  libuv*) # can contain -vd.d or just -d.d
+VERSION=$(echo $1 | sed 's/^.*[v-]//')
+;;
   *)
 VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
 ;;
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4052 - jhalfs/trunk/pkgmngt

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 02:08:38 2018
New Revision: 4052

Log:
Fix syntax error in preceding commit

Modified:
   jhalfs/trunk/pkgmngt/packInstall.sh.porg

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==
--- jhalfs/trunk/pkgmngt/packInstall.sh.porgSat Mar 10 02:02:26 2018
(r4051)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porgSat Mar 10 02:08:38 2018
(r4052)
@@ -71,6 +71,7 @@
 ;;
   x265*) # can contain vd.d or just d.d: thanks to packagers
 VERSION=$(echo $1 | sed 's/^.*[v_]//')
+;;
   *)
 VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
 ;;
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4051 - jhalfs/trunk/pkgmngt

2018-03-10 Thread pierre
Author: pierre
Date: Sat Mar 10 02:02:26 2018
New Revision: 4051

Log:
packInstall.sh.porg: account for the possibility of
having a source directory named x265_vx.y or just x265_x.y
(where x and y are digits)

Modified:
   jhalfs/trunk/pkgmngt/packInstall.sh.porg

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==
--- jhalfs/trunk/pkgmngt/packInstall.sh.porgSun Feb 25 00:30:01 2018
(r4050)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porgSat Mar 10 02:02:26 2018
(r4051)
@@ -66,9 +66,11 @@
   cacerts*)
 VERSION=0.1
 ;;
-  btrfs*|node*|x265*)
+  btrfs*|node*)
 VERSION=$(echo $1 | sed 's/^.*v//')
 ;;
+  x265*) # can contain vd.d or just d.d: thanks to packagers
+VERSION=$(echo $1 | sed 's/^.*[v_]//')
   *)
 VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
 ;;
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page