On Sun, 20 Oct 2024 07:08:13 -0700
Cy Schubert via cdesktopenv-devel
<cdesktopenv-devel@lists.sourceforge.net> wrote:

> On Sat, 20 Jul 2024 18:18:49 -0600
> Jon Trulson <j...@radscan.com> wrote:
> 
> > Hi,
> > 
> > 
> > Just a heads up, hyousatsu has added a change that replaces berkley DB 
> > with lmdb.  This requires that you have the lmdb developemnt package 
> > installed for your OS in order to do a successful build.
> > 
> > I've made the changes on the linux and netbsd wiki's already. For 
> > FreeBSD, I did not update that wiki since it seems they prefer you 
> > download pre-built binaries.  I think :)
> > 
> > For the others, whomever is 'maintaining' them can do it.
> > 
> > In short, for each of the OSs I test builds on:
> > 
> > fbsd:
> > 
> >      sudo pkg install lmdb
> > 
> > debian/ubuntu:
> > 
> >      sudo apt install liblmdb-dev
> > 
> > rocky:
> > 
> >      sudo yum install lmdb-devel
> > 
> > netbsd92:
> > 
> >      sudo pkgin install lmdb
> > 
> >   
> 
> I suppose I could add an lmdb option to the port, allowing users to
> build an lmdb-enabled package or add an lmdb flavor which would build
> an lmdb-enabled package in the repository. The flavor would make more
> sense as it would make the lmdb flavor of CDE available to all users.
> 
> If people do want this they can request it at https://bugs.freebsd.org/
> and I'll add the extra plumbing to the port to create a flavor.
> 
> 

I spoke too soon. The FreeBSD CDE package I have installed, cde-devel,
which tracks your git repo, already uses lmdb:

slippy# pkg info -d cde-devel
cde-devel-2024.09.09_3:
        xset-1.2.5_1
        xrdb-1.2.1_1
        sessreg-1.1.2_1
        libXpm-3.5.17_1
        libXinerama-1.1.5,1
        libXext-1.3.6,1
        libXdmcp-1.1.5
        libXau-1.0.11
        libXScrnSaver-1.2.4_1
        libX11-1.8.9,1
        libSM-1.2.4,1
        libICE-1.1.1,1
        open-motif-devel-2023.02.16_7
        libXt-1.3.0,1
        libXmu-1.1.4_1,1
        fontconfig-2.15.0_3,1
        ksh-1.0.10
        freetype2-2.13.2
        tcl86-8.6.15_2
        perl5-5.36.3_2
        jpeg-turbo-3.0.3
        lmdb-0.9.33,1
        libiconv-1.17_1
slippy# 

Your ./configure automatically chooses lmdb over bdb. Nothing to be
done here.

-- 
Cheers,
Cy Schubert <cy.schub...@cschubert.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  https://FreeBSD.org
NTP:           <c...@nwtime.org>    Web:  https://nwtime.org

                        e^(i*pi)+1=0


_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to