diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-08 13:20:31 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-08 13:20:31 +0800 |
commit | 476644c0fadb37ed19a4392291e2bcc1dbedba91 (patch) | |
tree | 44b0363e41220bffa6e1e401da1ebfff9fcd48bf /databases/db42/Makefile.db | |
parent | 332bf599dbd4be2535187662568ddd4cfcb1c351 (diff) | |
download | freebsd-ports-gnome-476644c0fadb37ed19a4392291e2bcc1dbedba91.tar.gz freebsd-ports-gnome-476644c0fadb37ed19a4392291e2bcc1dbedba91.tar.zst freebsd-ports-gnome-476644c0fadb37ed19a4392291e2bcc1dbedba91.zip |
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor
PR: ports/105270
Submitted by: Matthias Andree (maintainer)
Diffstat (limited to 'databases/db42/Makefile.db')
-rw-r--r-- | databases/db42/Makefile.db | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/db42/Makefile.db b/databases/db42/Makefile.db index a8a47874b9b7..c8055b753d82 100644 --- a/databases/db42/Makefile.db +++ b/databases/db42/Makefile.db @@ -1,13 +1,15 @@ -MASTER_SITES= http://downloads.sleepycat.com/ +MASTER_SITES= http://download-east.oracle.com/berkeley-db/ \ + http://download-west.oracle.com/berkeley-db/ \ + http://download-uk.oracle.com/berkeley-db/ DISTNAME?= db-${PORTVERSION} DIST_SUBDIR= bdb -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ +PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION}/ PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} |