Hi,
sorry if this isn't the correct forum, but I thought I'd try here
first.
KDESDK and KDEVELOP both use db4. However, it seems that the rest of
the ports are either moving to db42 or putting in hooks (like
cfengine2) to do things like the following:
WITH_BDB_VER?= 42
.if ${WITH_BDB_VER} == 42
BDBLIB= db-4.2.2
BDBVERSION= db-4.2
.elif ${WITH_BDB_VER} == 41
BDBLIB= db41.1
BDBVERSION= db41
.else
.error WITH_BDB_VER must be 41 or 42
.endif
So, since my build environment has WITH_BDB_VER=42, I can have all the
apps using a db4 package use db42 (Borrowing, of course,
incompatibilities due to specific features that aren't supported in
both versions.)
Can this be done with KDESDK and KDEVELOP? It keeps having to load
db4-4.0.x and keeps things cleaner.
I CC'd ports as I believe there's got to be other apps, too.
I also found gnucash was lacking as well and mailed earlier in the
week.
Paul Pathiakis
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd