Revision: 5913 Author: pebender Date: Sat Dec 5 05:56:14 2009 Log: - Fixed compilation of devel/strace with Linux 2.6.32.
http://code.google.com/p/minimyth/source/detail?r=5913 Added: /trunk/gar-minimyth/script/devel/strace/files /trunk/gar-minimyth/script/devel/strace/files/strace-4.5.19-linux_2_6_32.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/devel/strace/Makefile /trunk/gar-minimyth/script/devel/strace/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/devel/strace/files/strace-4.5.19-linux_2_6_32.patch Sat Dec 5 05:56:14 2009 @@ -0,0 +1,24 @@ +diff -Naur strace-4.5.19-old/configure strace-4.5.19-new/configure +--- strace-4.5.19-old/configure 2009-10-21 10:41:11.000000000 -0700 ++++ strace-4.5.19-new/configure 2009-12-05 05:51:48.000000000 -0800 +@@ -5880,7 +5880,7 @@ + do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` + ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <stddef.h> +-#include <linux/socket.h> ++#include <sys/socket.h> + " + eval as_val=\$$as_ac_Header + if test "x$as_val" = x""yes; then : +diff -Naur strace-4.5.19-old/configure.ac strace-4.5.19-new/configure.ac +--- strace-4.5.19-old/configure.ac 2009-10-12 12:54:43.000000000 -0700 ++++ strace-4.5.19-new/configure.ac 2009-12-05 05:51:37.000000000 -0800 +@@ -258,7 +258,7 @@ + ], [], []) + AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h], + [], [], [#include <stddef.h> +-#include <linux/socket.h>]) ++#include <sys/socket.h>]) + AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>]) + AC_CHECK_TYPES([struct sigcontext_struct, + struct sigcontext],,, [#include <signal.h>]) ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Dec 3 21:02:18 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Dec 5 05:56:14 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 72 (2009-12-03): +Changes since 72 (2009-12-05): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -83,6 +83,7 @@ MythBrowser when displaying Adobe Flash. - Added a work around to a bug in AM_PATH_SDL that causes packages that require SDL to find the wrong sdl-config. + - Fixed compilation of devel/strace with Linux 2.6.32. Removed packages Removed nvidia/nvidia-173.14.20. @@ -130,6 +131,7 @@ Updated X11/libvdpau. Updated X11/vdpau-video. Updated xorg-7.4/libdrm. + Updated xorg-7.4/libxcb. Updated xorg-7.4/pixman. Updated xorg-7.4/xcb-proto. Updated xorg-7.4/xf86-input-evdev. ======================================= --- /trunk/gar-minimyth/script/devel/strace/Makefile Wed Oct 21 18:05:29 2009 +++ /trunk/gar-minimyth/script/devel/strace/Makefile Sat Dec 5 05:56:14 2009 @@ -3,6 +3,7 @@ CATEGORIES = devel MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/ DISTFILES = $(DISTNAME).tar.bz2 +PATCHFILES = $(DISTNAME)-linux_2_6_32.patch LICENSE = BSD_3_Clause DESCRIPTION = ======================================= --- /trunk/gar-minimyth/script/devel/strace/checksums Wed Oct 21 18:05:29 2009 +++ /trunk/gar-minimyth/script/devel/strace/checksums Sat Dec 5 05:56:14 2009 @@ -1,1 +1,2 @@ 2415e435d61e40315a298c80aced0cda download/strace-4.5.19.tar.bz2 +5e648de9fcd37546e01c5d8239d99d18 download/strace-4.5.19-linux_2_6_32.patch -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en.
