Bug 184537 - [PATCH] databases/tinycdb: also build+install shared library
Summary: [PATCH] databases/tinycdb: also build+install shared library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 12:40 UTC by Ralf van der Enden
Modified: 2013-12-08 20:00 UTC (History)
0 users

See Also:


Attachments
tinycdb-0.78.patch (639 bytes, patch)
2013-12-06 12:40 UTC, Ralf van der Enden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2013-12-06 12:40:01 UTC
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)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-12-08 19:45:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-08 19:57:35 UTC
Author: pawel
Date: Sun Dec  8 19:57:27 2013
New Revision: 335935
URL: http://svnweb.freebsd.org/changeset/ports/335935

Log:
  - Build and install shared library [1]
  - Convert to staging
  
  PR:		ports/184537 [1]
  Submitted by:	Ralf van der Enden <tremere@cainites.net>

Modified:
  head/databases/tinycdb/Makefile   (contents, props changed)

Modified: head/databases/tinycdb/Makefile
==============================================================================
--- head/databases/tinycdb/Makefile	Sun Dec  8 19:52:32 2013	(r335934)
+++ head/databases/tinycdb/Makefile	Sun Dec  8 19:57:27 2013	(r335935)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tinycdb
 PORTVERSION=	0.78
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.corpit.ru/mjt/tinycdb/
 
@@ -10,15 +11,14 @@ MAINTAINER=	ports@FreeBSD.org
 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}
 
-MAN1=		cdb.1
-MAN3=		cdb.3
-MAN5=		cdb.5
+PLIST_FILES=	bin/cdb include/cdb.h lib/libcdb.a lib/libcdb.so lib/libcdb.so.1 \
+		man/man1/cdb.1.gz man/man3/cdb.3.gz man/man5/cdb.5.gz
 
-PLIST_FILES=	bin/cdb include/cdb.h lib/libcdb.a
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-12-08 19:57:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!