On Thu, Nov 03, 2011 at 10:29:28AM +0300, Vadim Zhukov wrote:
> 2011/11/3 Antoine Jacoutot <ajacou...@bsdfrog.org>:
> > On Thu, Nov 03, 2011 at 03:04:39AM +0300, Vadim Zhukov wrote:
> >> 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.
> >
> > Are we the only ones running into that issue?
> > I don't see Fedora nor FreeBSD patching that file.
> 
> I suspect that Fedora just does not have problems with finding Mono,
> and FreeBSD simply does not have kdebindings4-kimono package.
> 
> We already patch other pkg-config file here, mono.pc.in.

Right. Ok I will take care of it, thanks.


> >> > 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@
> >> >
> >>
> >>
> >
> > --
> > Antoine
> >
> >
> 
> 

-- 
Antoine

Reply via email to