25 октября 2011 г. 6:10 пользователь Vadim Zhukov <persg...@gmail.com> написал:
> Re-sending to mailing list as no answer received in almost two weeks.
> (hoping that Thunderbird will not mangle the patch)

Could anybody look and commit, please (still no answers received)?
x11/kde4/kimono is now the only broken KDE 4 port, due to unfixed Mono
pkg-config file.
--
  WBR,
  Vadim Zhukov

> -------- Исходное сообщение --------
> Тема: Fix one of Mono pkg-config files
> Дата: Wed, 12 Oct 2011 21:51:09 +0400 (MSK)
> От: Vadim Zhukov <persg...@gmail.com>
>
> <...>
>
> This time I'm all about Mono. :) Here is a small patch to Mono that fixes
> one of its pkg-config files. This fixes the build of Kimono, .NET/Mono
> bindings to KDE.
>
> --
>  WBR, Vadim Zhukov
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/mono/Makefile,v
> retrieving revision 1.64
> diff -u -p -r1.64 Makefile
> --- Makefile    16 Sep 2011 10:31:21 -0000      1.64
> +++ Makefile    12 Oct 2011 17:44:43 -0000
> @@ -3,7 +3,7 @@
>  COMMENT=       cross platform, open source .NET developement framework
>
>  DISTNAME=      mono-2.10.5
> -REVISION=              0
> +REVISION=      1
>
>  CATEGORIES=    lang devel
>
> Index: patches/patch-data_mono_2_pc_in
> ===================================================================
> RCS file: patches/patch-data_mono_2_pc_in
> diff -N patches/patch-data_mono_2_pc_in
> --- /dev/null   1 Jan 1970 00:00:00 -0000
> +++ patches/patch-data_mono_2_pc_in     12 Oct 2011 17:44:43 -0000
> @@ -0,0 +1,11 @@
> +$OpenBSD$
> +--- data/mono-2.pc.in.orig     Thu Oct 16 10:03:28 2008
> ++++ data/mono-2.pc.in  Thu Oct 16 10:25:22 2008
> +@@ -1,5 +1,5 @@
> +-prefix=${pcfiledir}/../..
> +-exec_prefix=${pcfiledir}/../..
> ++prefix=@prefix@
> ++exec_prefix=@prefix@
> + libdir=${prefix}/@reloc_libdir@
> + includedir=${prefix}/include/mono-@API_VER@
> + sysconfdir=@sysconfdir@
>

Reply via email to