1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix stage-qa warnings

Remove trailing blank from MASTER_SITES
Tabs to spaces in pkg-descr WWW: tag
Rename patch to avoid special characters.
Add LICENSE_FILE, USES=libtool:keepla
Patch libtool install runs to use ${INSTALL} instead of cp -p
Bump PORTREVISION (adding .so.0.0.0 files).

PR:		189491
Submitted by:	takefu@airport.fm
Approved by:	gslin@gslin.org (implicit)
This commit is contained in:
Matthias Andree 2014-06-06 18:56:28 +00:00
parent 58b9a5fa40
commit db4e6b5f81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356832
4 changed files with 13 additions and 4 deletions

View File

@ -3,17 +3,20 @@
PORTNAME= db48
PORTVERSION= 4.8.30.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/
MASTER_SITES= http://download.oracle.com/berkeley-db/
PKGNAMEPREFIX?=
DISTNAME= db-${PORTVERSION:R}
DIST_SUBDIR= bdb
MAINTAINER= gslin@gslin.org
COMMENT= The Berkeley DB package, revision 4.8
# I allow all freebsd committer to do changes to this package without
# my permission.
COMMENT= The Berkeley DB package, revision 4.8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
BDBVER= ${PORTVERSION:R:R}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \
@ -21,12 +24,16 @@ CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \
--libdir=${PREFIX}/lib/${PORTNAME} \
--bindir=${PREFIX}/bin/${PORTNAME}
CONFIGURE_SCRIPT= ../dist/configure
USES= libtool:keepla
GNU_CONFIGURE= yes
INSTALL_TARGET= install_include install_lib install_utilities
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -Ee 's|--mode=install cp -p|--mode=install ${INSTALL} -s|;' ${WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
.for i in libdb libdb_cxx
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${STAGEDIR}${PREFIX}/lib

View File

@ -8,4 +8,4 @@ administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.
WWW: http://www.oracle.com/us/products/database/berkeley-db/db/
WWW: http://www.oracle.com/us/products/database/berkeley-db/db/

View File

@ -31,6 +31,7 @@ lib/db48/libdb-4.8.a
lib/db48/libdb-4.8.la
lib/db48/libdb-4.8.so
lib/db48/libdb-4.8.so.0
lib/db48/libdb-4.8.so.0.0.0
lib/db48/libdb-4.so
lib/db48/libdb.a
lib/db48/libdb.so
@ -38,6 +39,7 @@ lib/db48/libdb_cxx-4.8.a
lib/db48/libdb_cxx-4.8.la
lib/db48/libdb_cxx-4.8.so
lib/db48/libdb_cxx-4.8.so.0
lib/db48/libdb_cxx-4.8.so.0.0.0
lib/db48/libdb_cxx-4.so
lib/db48/libdb_cxx.a
lib/db48/libdb_cxx.so