[SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9b88231f4179aa7ecfef147c70a04199718697)

Ladislav Hagara ladislav.hagara at unob.cz
Wed Feb 16 07:25:19 EST 2011


> GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:
> 
>  graphics-libs/mesalib/HISTORY                           |    4 ++++
>  graphics-libs/mesalib/Makefile-fix-sed-expression.patch |   11 +++++++++++
>  graphics-libs/mesalib/PRE_BUILD                         |    8 +++-----
>  3 files changed, 18 insertions(+), 5 deletions(-)
> 
> New commits:
> commit 3b9b88231f4179aa7ecfef147c70a04199718697
> Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> 
>     graphics-libs/mesalib: fixed error caused by malformed sed expression in
>     Makefile
> 
> diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
> index cca0ce7..0a9b916 100644
> --- a/graphics-libs/mesalib/HISTORY
> +++ b/graphics-libs/mesalib/HISTORY
> @@ -1,3 +1,7 @@
> +2011-02-16 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
> +	* PRE_BUILD, Makefile-fix-sed-expression.patch: added patch to fix
> +	  error caused by malformed sed expression
> +
>  2011-02-11 Vlad Glagolev <stealth at sourcemage.org>
>  	* REPAIR^all^EXPORTS: really export MESALIB_BUILD
>  
> diff --git a/graphics-libs/mesalib/Makefile-fix-sed-expression.patch b/graphics-libs/mesalib/Makefile-fix-sed-expression.patch
> new file mode 100644
> index 0000000..bda163c
> --- /dev/null
> +++ b/graphics-libs/mesalib/Makefile-fix-sed-expression.patch
> @@ -0,0 +1,11 @@
> +--- src/mesa/Makefile.orig	2011-02-16 11:56:43.988419616 +0100
> ++++ src/mesa/Makefile	2011-02-16 11:57:05.599502708 +0100
> +@@ -201,7 +201,7 @@
> + 	$(pcedit) \
> + 	-e 's, at OSMESA_LIB@,$(OSMESA_LIB),' \
> + 	-e 's, at OSMESA_PC_REQ@,$(OSMESA_PC_REQ),' \
> +-	-e 's, at OSMESA_PC_LIB_PRIV@,$(OSMESA_PC_LIB_PRIV),'
> ++	-e 's:@OSMESA_PC_LIB_PRIV@:$(OSMESA_PC_LIB_PRIV):'


What kind of error? Works for me without patch.
You only replaced , -> :

-- 
Ladislav Hagara



More information about the SM-Commit mailing list