Hey,
However, I don't think that the SHARED_LIBS should be added to SUBST_VARS,
since
how should it decide which version number to take? I.e. libmemcached,
hashkit, and libmemcachedutil are all three 1.0.
How should it know where to take which of those substitutions. In the
PFRAG.shared file i
On Tuesday, December 27, 2011 17:37 CET, Piotr Sikora
wrote:
> Hey Sebastian,
>
> > So how about this now?
>
> SHARED_LIBS looks good now, thanks.
>
> However, I think we should also look into fixing PLIST. I believe that
> SHARED_LIBS versions should be added to SUBST_VARS automatically
Hey Sebastian,
So how about this now?
SHARED_LIBS looks good now, thanks.
However, I think we should also look into fixing PLIST. I believe that
SHARED_LIBS versions should be added to SUBST_VARS automatically by
bsd.port.mk, but it seems that doesn't happen and we've got explicit version
On Thursday, December 22, 2011 19:43 CET, Piotr Sikora
wrote:
> Hi,
>
> > -SHARED_LIBS += memcached 0.0 # 0.0
> > -SHARED_LIBS += hashkit 0.0 # 0.0
> > +SHARED_LIBS += memcached 1.0 # 0.0
> > +SHARED_LIBS += hashkit 1.0
Hi,
-SHARED_LIBS += memcached 0.0 # 0.0
-SHARED_LIBS += hashkit 0.0 # 0.0
+SHARED_LIBS += memcached 1.0 # 0.0
+SHARED_LIBS += hashkit 1.0 # 0.0
SHARED_LIBS += memcachedprotocol 0.0 # 0.0
SHARED_LIBS += memcachedu
On Thursday, December 15, 2011 11:55 CET, "Sebastian Reitenbach"
wrote:
>
> On Tuesday, November 22, 2011 00:10 CET, "Sebastian Reitenbach"
> wrote:
>
> >
> > On Monday, November 14, 2011 11:20 CET, "Sebastian Reitenbach"
> > wrote:
> >
> > > Hi,
> > >
> > > attached port upda
On Tuesday, November 22, 2011 00:10 CET, "Sebastian Reitenbach"
wrote:
>
> On Monday, November 14, 2011 11:20 CET, "Sebastian Reitenbach"
> wrote:
>
> > Hi,
> >
> > attached port updates libmemcached to 1.0.2. The regressions suite seems to
> > be new, some tests seem to fail, but b
On Monday, November 14, 2011 11:20 CET, "Sebastian Reitenbach"
wrote:
> Hi,
>
> attached port updates libmemcached to 1.0.2. The regressions suite seems to
> be new, some tests seem to fail, but better than hanging. Tested on i386 with
> old and updated misc/memcached and www/sogo, which
Hi,
attached port updates libmemcached to 1.0.2. The regressions suite seems to be
new, some tests seem to fail, but better than hanging. Tested on i386 with old
and updated misc/memcached and www/sogo, which seems to be the only consumer of
libmemcached.
Due to the atomic woes, could someone