pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libpthread_dbg Consistently disable PIC archives...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63cfb8c10c77
branches:  trunk
changeset: 419599:63cfb8c10c77
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 22 22:23:55 2019 +0000

description:
Consistently disable PIC archives. Bump revision.

diffstat:

 devel/libpthread_dbg/Makefile       |  3 ++-
 devel/libpthread_dbg/PLIST          |  3 +--
 devel/libpthread_dbg/files/Makefile |  3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r b32c4fd17c6d -r 63cfb8c10c77 devel/libpthread_dbg/Makefile
--- a/devel/libpthread_dbg/Makefile     Sun Dec 22 22:23:00 2019 +0000
+++ b/devel/libpthread_dbg/Makefile     Sun Dec 22 22:23:55 2019 +0000
@@ -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@localhost
diff -r b32c4fd17c6d -r 63cfb8c10c77 devel/libpthread_dbg/PLIST
--- a/devel/libpthread_dbg/PLIST        Sun Dec 22 22:23:00 2019 +0000
+++ b/devel/libpthread_dbg/PLIST        Sun Dec 22 22:23:55 2019 +0000
@@ -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
diff -r b32c4fd17c6d -r 63cfb8c10c77 devel/libpthread_dbg/files/Makefile
--- a/devel/libpthread_dbg/files/Makefile       Sun Dec 22 22:23:00 2019 +0000
+++ b/devel/libpthread_dbg/files/Makefile       Sun Dec 22 22:23:55 2019 +0000
@@ -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 <bsd.own.mk>
 
 LIB=   pthread_dbg
+MKPICINSTALL=  no
 
 SRCS=  pthread_dbg.c 
 



Home | Main Index | Thread Index | Old Index