pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libpthread_dbg: Fix man and library installation



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 8 01:38:33 2017 +0100
Changeset:	22cec044e8af0c1ea08bfe5f5e7f56d1bdfeff14

Modified Files:
	libpthread_dbg/Makefile
	libpthread_dbg/PLIST

Log Message:
libpthread_dbg: Fix man and library installation

Headers are still missing.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22cec044e8af0c1ea08bfe5f5e7f56d1bdfeff14

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libpthread_dbg/Makefile |  2 +-
 libpthread_dbg/PLIST    | 22 +++++++++++++++-------
 2 files changed, 16 insertions(+), 8 deletions(-)

diffs:
diff --git a/libpthread_dbg/Makefile b/libpthread_dbg/Makefile
index 756eae356c..311fc291a6 100644
--- a/libpthread_dbg/Makefile
+++ b/libpthread_dbg/Makefile
@@ -12,7 +12,7 @@ LICENSE=	original-bsd
 USE_BSD_MAKEFILE=	yes
 USE_TOOLS=		nroff
 
-INSTALLATION_DIRS+=	include ${PKGMANDIR}/man3
+INSTALLATION_DIRS+=	include lib ${PKGMANDIR}/man3
 PKGSRC_LOCKTYPE=	none	# avoid "bootstrapping problem"
 
 do-extract:
diff --git a/libpthread_dbg/PLIST b/libpthread_dbg/PLIST
index a078f9b9bb..f4506f9b55 100644
--- a/libpthread_dbg/PLIST
+++ b/libpthread_dbg/PLIST
@@ -1,7 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/01 18:37:15 kamil Exp $
-bin/plist-add
-bin/plist-del
-bin/plist-sort
-man/man1/plist-add.1
-man/man1/plist-del.1
-man/man1/plist-sort.1
+@comment $NetBSD$
+lib/libpthread_dbg.a
+lib/libpthread_dbg.so
+lib/libpthread_dbg.so.2
+lib/libpthread_dbg.so.2.0
+lib/libpthread_dbg_p.a
+lib/libpthread_dbg_pic.a
+man/man3/pthread_dbg.3
+man/man3/td_close.3
+man/man3/td_map_pth2thr.3
+man/man3/td_open.3
+man/man3/td_thr_getname.3
+man/man3/td_thr_info.3
+man/man3/td_thr_iter.3
+@pkgdir include


Home | Main Index | Thread Index | Old Index