diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-03 14:16:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-03 14:16:50 +0000 |
commit | aab82a2ca183f707bb86754d1f9112330fd27c0d (patch) | |
tree | cb94cc7b611dbdacf4878a9e0d25cd51bc2f34ec | |
parent | Update www/flashpluginwrapper: needs USE_XLIB (diff) |
databases/cdb port forgets uint32.h
Remove include/ and lib/ files from the package.
Add note to pkg-descr about this behaviour.
PR: ports/35364
Submitted by: Peter van Dijk <peter@dataloss.nl>
Notes
Notes:
svn path=/head/; revision=74583
-rw-r--r-- | databases/cdb/Makefile | 1 | ||||
-rw-r--r-- | databases/cdb/pkg-descr | 5 | ||||
-rw-r--r-- | databases/cdb/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index 3693e8c5a935..be7c77a98881 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -30,6 +30,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/cdb.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/cdb.a ${PREFIX}/lib/libcdb.a .include <bsd.port.mk> diff --git a/databases/cdb/pkg-descr b/databases/cdb/pkg-descr index 709bf141f5cd..7e8ad48f6b99 100644 --- a/databases/cdb/pkg-descr +++ b/databases/cdb/pkg-descr @@ -21,4 +21,9 @@ cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite. +Note for developers: + Packages that need to read cdb files should incorporate the + necessary portions of the cdb library rather than relying on + an external cdb library. (See WWW) + WWW: http://cr.yp.to/cdb.html diff --git a/databases/cdb/pkg-plist b/databases/cdb/pkg-plist index df14fd3c8f24..83a20b3f2ce1 100644 --- a/databases/cdb/pkg-plist +++ b/databases/cdb/pkg-plist @@ -5,5 +5,3 @@ bin/cdbmake-12 bin/cdbmake-sv bin/cdbstats bin/cdbtest -include/cdb.h -lib/libcdb.a |