summaryrefslogtreecommitdiff
path: root/databases/db46/pkg-plist
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 15:15:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 15:15:18 +0000
commit00e405d352cb5e52b431b0e008f2bdb741325447 (patch)
tree845aa64131a215631eea4ac2d42385c3a35cd36a /databases/db46/pkg-plist
parentf207cdca3788545d43d9a94b87da58c28212e37f (diff)
downloadfreebsd-ports-00e405d352cb5e52b431b0e008f2bdb741325447.zip
Add support for building db2 shared library.
"A somewhat cumbersome update to db to have it build a shared lib. Ports depending on it will now be able to use a simple LIB_DEPENDS instead of a semantically incorrect RUN_DEPENDS." PR: 19035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'databases/db46/pkg-plist')
-rw-r--r--databases/db46/pkg-plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/db46/pkg-plist b/databases/db46/pkg-plist
index cb25bc27f25c..664a0b2700e4 100644
--- a/databases/db46/pkg-plist
+++ b/databases/db46/pkg-plist
@@ -2,6 +2,8 @@ include/db2/db.h
include/db2/db_cxx.h
include/db2/db_185.h
lib/libdb2.a
+lib/libdb2.so
+lib/libdb2.so.0
bin/db_archive
bin/db_checkpoint
bin/db_deadlock
@@ -560,3 +562,5 @@ share/examples/db2/examples_java/TpcbExample.java
@dirrm share/doc/db2/api_java
@dirrm share/doc/db2/images
@dirrm share/doc/db2
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R