Date: Mon, 26 Apr 2010 09:46:32 +0200 From: Matthias Andree <mandree@FreeBSD.org> To: portmgr@freebsd.org Cc: ports@freebsd.org, garga@freebsd.org, miwi@freebsd.org Subject: Mk/bsd.database.mk update for db50 Message-ID: <20100426074632.GA9750@apollo.emma.line.org>
next in thread | raw e-mail | index | archive | help
--5I6of5zJg18YgZEa Content-Type: multipart/mixed; boundary="DocE+STaALJfprDB" Content-Disposition: inline --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Greetings, I have recently committed databases/db50. It is not yet hooked up for automatic inclusion through Mk/bsd.database.mk; please review the attached diff. Thank you. Best regards Matthias Andree mandree@, ports committer --DocE+STaALJfprDB Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="bsd.database.mk.diff" Content-Transfer-Encoding: quoted-printable Index: bsd.database.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v retrieving revision 1.43 diff -u -r1.43 bsd.database.mk --- bsd.database.mk 11 Jan 2010 11:58:37 -0000 1.43 +++ bsd.database.mk 26 Apr 2010 07:44:10 -0000 @@ -224,7 +224,7 @@ =20 .if defined(USE_BDB) =20 -_DB_PORTS=3D 2 3 40 41 42 43 44 45 46 47 48 3+ 40+ 41+ 42+ 43+ 44+ 45+ 46+= 47+ 48+ +_DB_PORTS=3D 2 3 40 41 42 43 44 45 46 47 48 50 3+ 40+ 41+ 42+ 43+ 44+ 45+ = 46+ 47+ 48+ 50+ # Dependence lines for different db versions db2_DEPENDS=3D db2.0:${PORTSDIR}/databases/db2 db3_DEPENDS=3D db3.3:${PORTSDIR}/databases/db3 @@ -237,6 +237,7 @@ db46_DEPENDS=3D db-4.6.0:${PORTSDIR}/databases/db46 db47_DEPENDS=3D db-4.7.0:${PORTSDIR}/databases/db47 db48_DEPENDS=3D db-4.8.0:${PORTSDIR}/databases/db48 +db50_DEPENDS=3D db-5.0.0:${PORTSDIR}/databases/db50 # Detect db versions by finding some files db3_FIND=3D ${LOCALBASE}/include/db3/db.h db40_FIND=3D ${LOCALBASE}/include/db4/db.h @@ -248,6 +249,7 @@ db46_FIND=3D ${LOCALBASE}/include/db46/db.h db47_FIND=3D ${LOCALBASE}/include/db47/db.h db48_FIND=3D ${LOCALBASE}/include/db48/db.h +db50_FIND=3D ${LOCALBASE}/include/db50/db.h =20 # For specifying [3, 40, 41, ..]+ _DB_3P=3D 3 ${_DB_40P} @@ -259,7 +261,8 @@ _DB_45P=3D 45 ${_DB_46P} _DB_46P=3D 46 ${_DB_47P} _DB_47P=3D 47 ${_DB_48P} -_DB_48P=3D 48 +_DB_48P=3D 48 ${_DB_50P} +_DB_50P=3D 50 =20 # Override the global WITH_BDB_VER with the # port specific <UNIQUENAME>_WITH_BDB_VER @@ -399,6 +402,10 @@ BDB_LIB_NAME=3D db-4.8 BDB_LIB_CXX_NAME=3D db_cxx-4.8 BDB_LIB_DIR=3D ${LOCALBASE}/lib/db48 +. elif ${_BDB_VER} =3D=3D 50 +BDB_LIB_NAME=3D db-5.0 +BDB_LIB_CXX_NAME=3D db_cxx-5.0 +BDB_LIB_DIR=3D ${LOCALBASE}/lib/db50 . endif BDB_LIB_NAME?=3D db${_BDB_VER} BDB_LIB_CXX_NAME?=3D db${_BDB_VER}_cxx --DocE+STaALJfprDB-- --5I6of5zJg18YgZEa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvVRNcACgkQvmGDOQUufZUM9QCg7MLoSNPofxv9jXsnOy7o6oqD WAkAoLuDZ4hNl70oj0EJJXKsobmi/lJK =rEdm -----END PGP SIGNATURE----- --5I6of5zJg18YgZEa--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100426074632.GA9750>