Received: by mail.netbsd.org (Postfix, from userid 605) id BC8CA84E58; Sun, 22 Dec 2019 22:23:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 435C884E3F for ; Sun, 22 Dec 2019 22:23:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 468y61Xr9w0v for ; Sun, 22 Dec 2019 22:23:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BDFAE84E2E for ; Sun, 22 Dec 2019 22:23:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBCA9FA97; Sun, 22 Dec 2019 22:23:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157705343559870" MIME-Version: 1.0 Date: Sun, 22 Dec 2019 22:23:55 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/libpthread_dbg To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191222222355.BBCA9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157705343559870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Dec 22 22:23:55 UTC 2019 Modified Files: pkgsrc/devel/libpthread_dbg: Makefile PLIST pkgsrc/devel/libpthread_dbg/files: Makefile Log Message: Consistently disable PIC archives. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libpthread_dbg/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/PLIST cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libpthread_dbg/files/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157705343559870 Content-Disposition: inline Content-Length: 1709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libpthread_dbg/Makefile diff -u pkgsrc/devel/libpthread_dbg/Makefile:1.2 pkgsrc/devel/libpthread_dbg/Makefile:1.3 --- pkgsrc/devel/libpthread_dbg/Makefile:1.2 Wed Feb 8 02:06:34 2017 +++ pkgsrc/devel/libpthread_dbg/Makefile Sun Dec 22 22:23:55 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/02/08 02:06:34 kamil Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/22 22:23:55 joerg Exp $ # PKGNAME= libpthread_dbg-20161124 +PKGREVISION= 1 CATEGORIES= pkgtools MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/libpthread_dbg/PLIST diff -u pkgsrc/devel/libpthread_dbg/PLIST:1.1 pkgsrc/devel/libpthread_dbg/PLIST:1.2 --- pkgsrc/devel/libpthread_dbg/PLIST:1.1 Wed Feb 8 01:02:19 2017 +++ pkgsrc/devel/libpthread_dbg/PLIST Sun Dec 22 22:23:55 2019 @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2017/02/08 01:02:19 kamil Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/12/22 22:23:55 joerg Exp $ include/pthread_dbg.h 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 Index: pkgsrc/devel/libpthread_dbg/files/Makefile diff -u pkgsrc/devel/libpthread_dbg/files/Makefile:1.1 pkgsrc/devel/libpthread_dbg/files/Makefile:1.2 --- pkgsrc/devel/libpthread_dbg/files/Makefile:1.1 Wed Feb 8 01:02:19 2017 +++ pkgsrc/devel/libpthread_dbg/files/Makefile Sun Dec 22 22:23:55 2019 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2017/02/08 01:02:19 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/22 22:23:55 joerg Exp $ # #.include LIB= pthread_dbg +MKPICINSTALL= no SRCS= pthread_dbg.c --_----------=_157705343559870--