pkgsrc-WIP-changes archive

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

libpthread-stubs-dfbsd: Remove wip/libpthread-stubs-dfbsd because no longer needed



Module Name:	pkgsrc-wip
Committed By:	David Shao <davshao%gmail.com@localhost>
Pushed By:	dshao
Date:		Sat Feb 23 20:49:11 2019 -0800
Changeset:	debaf92adf5617e139859dea27187d8c9ce685de

Modified Files:
	Makefile
Removed Files:
	libpthread-stubs-dfbsd/DESCR
	libpthread-stubs-dfbsd/Makefile
	libpthread-stubs-dfbsd/PLIST
	libpthread-stubs-dfbsd/buildlink3.mk
	libpthread-stubs-dfbsd/distinfo

Log Message:
libpthread-stubs-dfbsd: Remove wip/libpthread-stubs-dfbsd because no longer needed

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

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

diffstat:
 Makefile                             |  1 -
 libpthread-stubs-dfbsd/DESCR         |  9 ---------
 libpthread-stubs-dfbsd/Makefile      | 19 -------------------
 libpthread-stubs-dfbsd/PLIST         |  3 ---
 libpthread-stubs-dfbsd/buildlink3.mk | 12 ------------
 libpthread-stubs-dfbsd/distinfo      |  6 ------
 6 files changed, 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 5627f1d4f5..d37e36e085 100644
--- a/Makefile
+++ b/Makefile
@@ -1899,7 +1899,6 @@ SUBDIR+=	libparsifal
 SUBDIR+=	libpatterns
 SUBDIR+=	libpsurface
 SUBDIR+=	libpthread-stubs
-SUBDIR+=	libpthread-stubs-dfbsd
 SUBDIR+=	libpusb
 SUBDIR+=	libpwquality
 SUBDIR+=	libqtxdg
diff --git a/libpthread-stubs-dfbsd/DESCR b/libpthread-stubs-dfbsd/DESCR
deleted file mode 100644
index 4e7e85b324..0000000000
--- a/libpthread-stubs-dfbsd/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-This library provides weak aliases for pthread functions not provided in libc
-or otherwise available by default.  Libraries like libxcb rely on pthread
-stubs to use pthreads optionally, becoming thread-safe when linked to
-libpthread, while avoiding any performance hit when running single-threaded.
-libpthread-stubs supports this behavior even on platforms which do not supply
-all the necessary pthread stubs.  On platforms which already supply all the
-necessary pthread stubs, this package ships only the pkg-config file
-pthread-stubs.pc, to allow libraries to unconditionally express a dependency
-on pthread-stubs and still obtain correct behavior.
diff --git a/libpthread-stubs-dfbsd/Makefile b/libpthread-stubs-dfbsd/Makefile
deleted file mode 100644
index c86e54fcb4..0000000000
--- a/libpthread-stubs-dfbsd/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libpthread-stubs-0.4
-CATEGORIES=	x11
-MASTER_SITES=	https://xcb.freedesktop.org/dist/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://xcb.freedesktop.org/
-COMMENT=	This library provides weak aliases for pthread functions
-LICENSE=	mit
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config
-
-PKGCONFIG_OVERRIDE+=	pthread-stubs.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libpthread-stubs-dfbsd/PLIST b/libpthread-stubs-dfbsd/PLIST
deleted file mode 100644
index fd156b48cf..0000000000
--- a/libpthread-stubs-dfbsd/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-@comment lib/libpthread-stubs.la
-lib/pkgconfig/pthread-stubs.pc
diff --git a/libpthread-stubs-dfbsd/buildlink3.mk b/libpthread-stubs-dfbsd/buildlink3.mk
deleted file mode 100644
index bbce5d9ce5..0000000000
--- a/libpthread-stubs-dfbsd/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libpthread-stubs
-
-.if !defined(LIBPTHREAD_STUBS_BUILDLINK3_MK)
-LIBPTHREAD_STUBS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libpthread-stubs+=	libpthread-stubs>=0.3
-BUILDLINK_PKGSRCDIR.libpthread-stubs?=		../../devel/libpthread-stubs
-.endif	# LIBPTHREAD_STUBS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libpthread-stubs
diff --git a/libpthread-stubs-dfbsd/distinfo b/libpthread-stubs-dfbsd/distinfo
deleted file mode 100644
index 5013b275d2..0000000000
--- a/libpthread-stubs-dfbsd/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libpthread-stubs-0.4.tar.bz2) = c42503a2ae0067b2238b2f3fefc86656baa4dd8e
-RMD160 (libpthread-stubs-0.4.tar.bz2) = d831b5b0370e88f752c454c4bb96c7bf2a240f10
-SHA512 (libpthread-stubs-0.4.tar.bz2) = 0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
-Size (libpthread-stubs-0.4.tar.bz2) = 57565 bytes


Home | Main Index | Thread Index | Old Index