pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libpthread_dbg
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.
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@localhost
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 <bsd.own.mk>
LIB= pthread_dbg
+MKPICINSTALL= no
SRCS= pthread_dbg.c
Home |
Main Index |
Thread Index |
Old Index