From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 6 12:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CC5863E for ; Fri, 6 Dec 2013 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C49B118A5 for ; Fri, 6 Dec 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6Ce17N051499 for ; Fri, 6 Dec 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB6Ce1HX051498; Fri, 6 Dec 2013 12:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Dec 2013 12:40:01 GMT Resent-Message-Id: <201312061240.rB6Ce1HX051498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralf van der Enden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E49F3F7 for ; Fri, 6 Dec 2013 12:34:50 +0000 (UTC) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 373CF1847 for ; Fri, 6 Dec 2013 12:34:50 +0000 (UTC) Received: from root by cainites.net with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VoucJ-000Akj-HY for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Dec 2013 13:34:47 +0100 Message-Id: Date: Fri, 06 Dec 2013 13:34:47 +0100 From: Ralf van der Enden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184537: [PATCH] databases/tinycdb: also build+install shared library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 12:40:02 -0000 >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 --- tinycdb-0.78.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: