public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. c7c5a2cb0d27ffd3ab0a274c1e1aa3f85cc684ec
Date: Mon, 07 May 2012 22:53:08 +0200	[thread overview]
Message-ID: <20120507205315.24D6520152@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 6032 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  c7c5a2cb0d27ffd3ab0a274c1e1aa3f85cc684ec (commit)
       via  23c2d096b7b2fff1fad47228e433a6585d56b9de (commit)
       via  1e964e1c9862ec847fcd4aebd475a658e003f2bc (commit)
      from  f842bf6249aefcbafdab4b5d64d400c64aff19aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c7c5a2cb0d27ffd3ab0a274c1e1aa3f85cc684ec
Merge: 1e964e1 23c2d09
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon May 7 22:53:03 2012 +0200

    Merge remote-tracking branch 'stevee/mesa'

commit 23c2d096b7b2fff1fad47228e433a6585d56b9de
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Mon May 7 21:06:14 2012 +0200

    mesa: Update to 7.11.2.
    
    Fix compile error's on ARM.
    Add selinux support
    Add pic support - now all libraries are full relro.

commit 1e964e1c9862ec847fcd4aebd475a658e003f2bc
Author: Christian Schmidt <christian.schmidt(a)ipfire.org>
Date:   Mon May 7 18:16:33 2012 +0200

    strace: Update to strace 4.7.
    
    Fixes #10120

-----------------------------------------------------------------------

Summary of changes:
 mesa/mesa.nm                                       |   36 ++++++++++++-------
 .../patches/strace-4.5.19-fix-kernel-headers.patch |   30 ----------------
 strace/strace.nm                                   |    6 ++--
 3 files changed, 26 insertions(+), 46 deletions(-)
 delete mode 100644 strace/patches/strace-4.5.19-fix-kernel-headers.patch

Difference in files:
diff --git a/mesa/mesa.nm b/mesa/mesa.nm
index b2212e9..d12624a 100644
--- a/mesa/mesa.nm
+++ b/mesa/mesa.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = mesa
-version    = 7.8.2
-release    = 3
+version    = 7.11.2
+release    = 1
 
 groups     = Development/Tools
 url        = http://www.mesa3d.org
@@ -16,12 +16,15 @@ description
 	Mesa libGL runtime libraries and DRI drivers.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.freedesktop.org/pub/mesa/%{version}/
 sources    = MesaLib-%{version}.tar.bz2
 
 build
 	requires
+		bison
 		expat-devel
+		flex
+		gcc-c++
 		pkg-config
 		libX11-devel
 		libXdamage-devel
@@ -31,6 +34,7 @@ build
 		libdrm-devel
 		libselinux-devel
 		libxcb-devel
+		makedepend
 		xorg-x11-proto-devel
 	end
 
@@ -38,25 +42,31 @@ build
 
 	CFLAGS += -Wl,-z,lazy
 
+	if "%{DISTRO_PLATFORM}" == "x86"
+		platform_drivers = ,i915,i965
+	end
+
 	configure_options += \
 		--enable-pic \
+		--enable-selinux \
+		--enable-pic \
 		--with-driver=dri \
-		--with-state-tracker=dri,glx \
+		--with-dri-drivers="nouveau,radeon,r200%{platform_drivers}" \
+		--with-gallium-drivers=swrast \
+		--disable-asm \
 		--disable-glw \
 		--disable-glu \
 		--disable-glut \
-		--disable-gl-osmesa \
-		--disable-gallium \
-		--disable-gallium-intel \
-		--disable-gallium-svga \
-		--disable-gallium-radeon \
-		--disable-gallium-nouveau \
+		--disable-gallium-llvm \
+		--disable-gallium-egl \
 		--disable-egl \
+		--disable-static \
 		--without-demos
-end
 
-quality-agent
-	permit_not_full_relro = yes
+	prepare_cmds
+		# Defaults to dri (not xlib) for libGL on all arches.
+		sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
+	end
 end
 
 packages
diff --git a/strace/patches/strace-4.5.19-fix-kernel-headers.patch b/strace/patches/strace-4.5.19-fix-kernel-headers.patch
deleted file mode 100644
index 98cfb95..0000000
--- a/strace/patches/strace-4.5.19-fix-kernel-headers.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-
-From: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560516
-
-This bug is due to linux header changes. The following patch, from
-upstream, fixes the problem:
-
-diff -Nru strace-4.5.19/configure strace-4.5.19/configure
---- strace-4.5.19/configure	2009-10-21 19:41:11.000000000 +0200
-+++ strace-4.5.19/configure	2010-01-26 08:47:33.000000000 +0100
-@@ -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 -Nru strace-4.5.19/configure.ac strace-4.5.19/configure.ac
---- strace-4.5.19/configure.ac	2009-10-12 21:54:43.000000000 +0200
-+++ strace-4.5.19/configure.ac	2010-01-26 08:47:18.000000000 +0100
-@@ -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>])
diff --git a/strace/strace.nm b/strace/strace.nm
index 7aec6d7..c6127cc 100644
--- a/strace/strace.nm
+++ b/strace/strace.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = strace
-version    = 4.5.19
+version    = 4.7
 release    = 1
 
 groups     = Development/Debuggers
@@ -20,8 +20,8 @@ description
 	purposes.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
+sources    = %{thisapp}.tar.xz
 
 build
 	configure_options += \


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-05-07 20:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120507205315.24D6520152@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox