aboutsummaryrefslogtreecommitdiff
path: root/databases/db44
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-14 21:13:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-14 21:13:42 +0000
commitec1d041e563be6d93b91ee5c4365d00b178fe347 (patch)
treeeafe40c2017c0fe884a5bc7e2510e1c346c5afa5 /databases/db44
parentab97728208653c9abd4e05d5a90eba3989792082 (diff)
downloadports-ec1d041e563be6d93b91ee5c4365d00b178fe347.tar.gz
ports-ec1d041e563be6d93b91ee5c4365d00b178fe347.zip
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
works. These are symlinks to libdb*-4.2.so.2 (the SONAME). - Bump PORTREVISION PR: 61283 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=98172
Diffstat (limited to 'databases/db44')
-rw-r--r--databases/db44/Makefile1
-rw-r--r--databases/db44/Makefile.db1
-rw-r--r--databases/db44/pkg-plist2
3 files changed, 4 insertions, 0 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
index 2969705a4cfb..059f99798e61 100644
--- a/databases/db44/Makefile
+++ b/databases/db44/Makefile
@@ -7,6 +7,7 @@
PORTNAME= db42
PORTVERSION= 4.2.52
+PORTREVISION= 1
CATEGORIES= databases
PKGNAMESUFFIX?=
diff --git a/databases/db44/Makefile.db b/databases/db44/Makefile.db
index bbd44cc0d436..5d2c504bb2f2 100644
--- a/databases/db44/Makefile.db
+++ b/databases/db44/Makefile.db
@@ -36,6 +36,7 @@ pre-patch:
post-install:
.for i in libdb libdb_cxx
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib
+ ${LN} -s -f ${i}-${BDBVER}.so.${BDBMINOR} ${PREFIX}/lib/${i}-${BDBVER}.so
.endfor
.if !defined(NOPORTDOCS)
@${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || :
diff --git a/databases/db44/pkg-plist b/databases/db44/pkg-plist
index 76e166df5c0b..721e2a16f332 100644
--- a/databases/db44/pkg-plist
+++ b/databases/db44/pkg-plist
@@ -37,7 +37,9 @@ lib/db42/libdb_cxx-4.2.so.2
lib/db42/libdb_cxx-4.so
lib/db42/libdb_cxx.a
lib/db42/libdb_cxx.so
+lib/libdb-4.2.so
lib/libdb-4.2.so.2
+lib/libdb_cxx-4.2.so
lib/libdb_cxx-4.2.so.2
@dirrm lib/db42
@dirrm include/db42