Author: alexander
Date: 2005-09-28 09:03:14 -0600 (Wed, 28 Sep 2005)
New Revision: 802

Modified:
   x86/branches/utf8-newmake/Makefile
   x86/branches/utf8-newmake/packages/strace/Makefile
Log:
Updated strace to 4.5.13cvs in order to avoid build failure with glibc 20050905

Modified: x86/branches/utf8-newmake/Makefile
===================================================================
--- x86/branches/utf8-newmake/Makefile  2005-09-28 06:17:39 UTC (rev 801)
+++ x86/branches/utf8-newmake/Makefile  2005-09-28 15:03:14 UTC (rev 802)
@@ -218,8 +218,8 @@
        ch-xchat ch-tcpwrappers ch-portmap ch-nfs-utils ch-traceroute \
        ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 \
        ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \
-       ch-squashfs ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which stop-here 
\
-       ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \
+       ch-squashfs ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which \
+       ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm stop-here 
ch-linux \
        ch-ctags ch-unionfs ch-initramfs ch-cdrtools ch-blfs-bootscripts \
        ch-syslinux ch-nALFS-profile
 ifeq ($(LFS-ARCH),ppc)

Modified: x86/branches/utf8-newmake/packages/strace/Makefile
===================================================================
--- x86/branches/utf8-newmake/packages/strace/Makefile  2005-09-28 06:17:39 UTC 
(rev 801)
+++ x86/branches/utf8-newmake/packages/strace/Makefile  2005-09-28 15:03:14 UTC 
(rev 802)
@@ -1,17 +1,25 @@
 # strace Makefile
 
 NM= strace
-VRS= 4.5.12
+VRS= 4.5.13
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
-URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE)
-SHA-$(FILE)= 1f7754e9b992a147f5313bae9125424e5b4b48a6
 
+# They forgot to make a proper release!
+#URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE)
+#SHA-$(FILE)= 1f7754e9b992a147f5313bae9125424e5b4b48a6
+
 # Targets
 
 include $(ROOT)/scripts/functions
 
+$(FILE):
+       cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/strace export -d $(DIR) 
-r v4_5_13 strace
+       cd $(DIR) ; autoreconf -i
+       tar jcf $(FILE) $(DIR)
+       rm -rf $(DIR)
+
 chroot:
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to