Sun Dec 22 22:23:55 2019 UTC ()
Consistently disable PIC archives. Bump revision.


(joerg)
diff -r1.2 -r1.3 pkgsrc/devel/libpthread_dbg/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/files/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/devel/libpthread_dbg/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libpthread_dbg/Attic/Makefile 2017/02/08 02:06:34 1.2
+++ pkgsrc/devel/libpthread_dbg/Attic/Makefile 2019/12/22 22:23:55 1.3
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2017/02/08 02:06:34 kamil Exp $ 1# $NetBSD: Makefile,v 1.3 2019/12/22 22:23:55 joerg Exp $
2# 2#
3 3
4PKGNAME= libpthread_dbg-20161124 4PKGNAME= libpthread_dbg-20161124
 5PKGREVISION= 1
5CATEGORIES= pkgtools 6CATEGORIES= pkgtools
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8#HOMEPAGE= 9#HOMEPAGE=
9COMMENT= POSIX Debug Threads Library 10COMMENT= POSIX Debug Threads Library
10LICENSE= original-bsd 11LICENSE= original-bsd
11 12
12USE_BSD_MAKEFILE= yes 13USE_BSD_MAKEFILE= yes
13USE_TOOLS= nroff 14USE_TOOLS= nroff
14 15
15INSTALLATION_DIRS+= include lib ${PKGMANDIR}/man3 16INSTALLATION_DIRS+= include lib ${PKGMANDIR}/man3
16PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem" 17PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem"
17 18

cvs diff -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libpthread_dbg/Attic/PLIST 2017/02/08 01:02:19 1.1
+++ pkgsrc/devel/libpthread_dbg/Attic/PLIST 2019/12/22 22:23:55 1.2
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2017/02/08 01:02:19 kamil Exp $ 1@comment $NetBSD: PLIST,v 1.2 2019/12/22 22:23:55 joerg Exp $
2include/pthread_dbg.h 2include/pthread_dbg.h
3lib/libpthread_dbg.a 3lib/libpthread_dbg.a
4lib/libpthread_dbg.so 4lib/libpthread_dbg.so
5lib/libpthread_dbg.so.2 5lib/libpthread_dbg.so.2
6lib/libpthread_dbg.so.2.0 6lib/libpthread_dbg.so.2.0
7lib/libpthread_dbg_p.a 7lib/libpthread_dbg_p.a
8lib/libpthread_dbg_pic.a 
9man/man3/pthread_dbg.3 8man/man3/pthread_dbg.3
10man/man3/td_close.3 9man/man3/td_close.3
11man/man3/td_map_pth2thr.3 10man/man3/td_map_pth2thr.3
12man/man3/td_open.3 11man/man3/td_open.3
13man/man3/td_thr_getname.3 12man/man3/td_thr_getname.3
14man/man3/td_thr_info.3 13man/man3/td_thr_info.3
15man/man3/td_thr_iter.3 14man/man3/td_thr_iter.3

cvs diff -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/files/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libpthread_dbg/files/Attic/Makefile 2017/02/08 01:02:19 1.1
+++ pkgsrc/devel/libpthread_dbg/files/Attic/Makefile 2019/12/22 22:23:55 1.2
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.1 2017/02/08 01:02:19 kamil Exp $ 1# $NetBSD: Makefile,v 1.2 2019/12/22 22:23:55 joerg Exp $
2# 2#
3 3
4#.include <bsd.own.mk> 4#.include <bsd.own.mk>
5 5
6LIB= pthread_dbg 6LIB= pthread_dbg
 7MKPICINSTALL= no
7 8
8SRCS= pthread_dbg.c  9SRCS= pthread_dbg.c
9 10
10CPPFLAGS+= -D__LIBPTHREAD_SOURCE__ 11CPPFLAGS+= -D__LIBPTHREAD_SOURCE__
11 12
12.if defined(PTHREAD_MACHINE_ARCH) && !empty(PTHREAD_MACHINE_ARCH) && \ 13.if defined(PTHREAD_MACHINE_ARCH) && !empty(PTHREAD_MACHINE_ARCH) && \
13 exists(${.CURDIR}/arch/${PTHREAD_MACHINE_ARCH}) 14 exists(${.CURDIR}/arch/${PTHREAD_MACHINE_ARCH})
14ARCHSUBDIR= ${PTHREAD_MACHINE_ARCH} 15ARCHSUBDIR= ${PTHREAD_MACHINE_ARCH}
15.elif exists(${.CURDIR}/arch/${MACHINE_ARCH}) 16.elif exists(${.CURDIR}/arch/${MACHINE_ARCH})
16ARCHSUBDIR= ${MACHINE_ARCH} 17ARCHSUBDIR= ${MACHINE_ARCH}
17.elif exists(${.CURDIR}/arch/${MACHINE_CPU}) 18.elif exists(${.CURDIR}/arch/${MACHINE_CPU})
18ARCHSUBDIR= ${MACHINE_CPU} 19ARCHSUBDIR= ${MACHINE_CPU}
19.else 20.else