Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Dec 2013 13:34:47 +0100
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184537: [PATCH] databases/tinycdb: also build+install shared library
Message-ID:  <E1VoucJ-000Akj-HY@cainites.net>
Resent-Message-ID: <201312061240.rB6Ce1HX051498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VoucJ-000Akj-HY>