ports/184537: [PATCH] databases/tinycdb: also build+install shared library
Ralf van der Enden
tremere at cainites.net
Fri Dec 6 12:40:02 UTC 2013
>Number: 184537
>Category: ports
>Synopsis: [PATCH] databases/tinycdb: also build+install shared library
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 06 12:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Ralf van der Enden
>Release: FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255981: Wed Oct 2 10:15:07
>Description:
Also build and install shared library.
(Required for a near-future update to dns/powerdns-devel and dns/powerdns)
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- tinycdb-0.78.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 335741)
+++ Makefile (working copy)
@@ -10,7 +10,10 @@
COMMENT= Analogous to cdb, but faster
USE_GMAKE= yes
+USE_LDCONFIG= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
+ALL_TARGET= static sharedlib
+INSTALL_TARGET= install install-sharedlib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -18,7 +21,7 @@
MAN3= cdb.3
MAN5= cdb.5
-PLIST_FILES= bin/cdb include/cdb.h lib/libcdb.a
+PLIST_FILES= bin/cdb include/cdb.h lib/libcdb.a lib/libcdb.so lib/libcdb.so.1
NO_STAGE= yes
.include <bsd.port.mk>
--- tinycdb-0.78.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list