FreeBSD Bugzilla – Attachment 59141 Details for
Bug 89023
USE_BDB doesn't set name of Berkely dB, or location of the include directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
kdesdk3-patch
kdesdk3-patch (text/plain), 1.04 KB, created by
Scot Hetzel
on 2005-11-14 17:27:48 UTC
(
hide
)
Description:
kdesdk3-patch
Filename:
MIME Type:
Creator:
Scot Hetzel
Created:
2005-11-14 17:27:48 UTC
Size:
1.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/kdesdk3/Makefile,v >retrieving revision 1.50 >diff -u -r1.50 Makefile >--- Makefile 5 Nov 2005 11:19:28 -0000 1.50 >+++ Makefile 14 Nov 2005 04:51:08 -0000 >@@ -16,8 +16,7 @@ > COMMENT= KDE Software Development Kit > > RUN_DEPENDS= bash:${PORTSDIR}/shells/bash >-LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ >- svn_client-1.0:${PORTSDIR}/devel/subversion >+LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion > > CONFLICTS= umbrello-[0-9]* kcachegrind-[0-9]* > >@@ -33,8 +32,12 @@ > INSTALLS_SHLIB= yes > LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 > >-CONFIGURE_ARGS+=--with-db-include-dir=/usr/local/include/db4 \ >- --with-db-lib-dir=/usr/local/lib --with-db-name=db4 \ >+USE_BDB= 40+ >+BROKEN_WITH_BDB= 2 3 >+ >+CONFIGURE_ARGS+=--with-db-include-dir=${BDB_INCLUDE_DIR} \ >+ --with-db-lib-dir=${LOCALBASE}/lib \ >+ --with-db-name=${BDB_LIB_NAME} \ > --with-apr-config=${LOCALBASE}/bin/apr-1-config \ > --with-apu-config=${LOCALBASE}/bin/apu-1-config > > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 89023
:
59139
|
59140
| 59141 |
59142
|
59143
|
59144
|
59145
|
59146
|
59147
|
59148
|
59149
Working